/*
! tailwindcss v3.3.3 | 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.
6. Use the user's configured `sans` font-variation-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 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.top-0 {
  top: 0px;
}

.z-40 {
  z-index: 40;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[18px\] {
  margin-bottom: 18px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.max-h-\[100vh\] {
  max-height: 100vh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-4 {
  width: 1rem;
}

.w-full {
  width: 100%;
}

.max-w-\[912px\] {
  max-width: 912px;
}

.grow {
  flex-grow: 1;
}

.basis-1\/2 {
  flex-basis: 50%;
}

.basis-2\/4 {
  flex-basis: 50%;
}

.basis-2\/5 {
  flex-basis: 40%;
}

.basis-24 {
  flex-basis: 6rem;
}

.basis-3\/12 {
  flex-basis: 25%;
}

.basis-3\/5 {
  flex-basis: 60%;
}

.basis-3\/6 {
  flex-basis: 50%;
}

.basis-4\/12 {
  flex-basis: 33.333333%;
}

.basis-5\/12 {
  flex-basis: 41.666667%;
}

.basis-60 {
  flex-basis: 15rem;
}

.basis-7\/12 {
  flex-basis: 58.333333%;
}

.basis-8\/12 {
  flex-basis: 66.666667%;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

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

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.content-start {
  align-content: flex-start;
}

.items-center {
  align-items: center;
}

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.overflow-scroll {
  overflow: scroll;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.border-b-\[3px\] {
  border-bottom-width: 3px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-\[3px\] {
  border-top-width: 3px;
}

.border-Blue {
  --tw-border-opacity: 1;
  border-color: rgb(121 182 186 / var(--tw-border-opacity));
}

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

.bg-Blue {
  --tw-bg-opacity: 1;
  background-color: rgb(121 182 186 / var(--tw-bg-opacity));
}

.bg-Green {
  --tw-bg-opacity: 1;
  background-color: rgb(76 164 109 / var(--tw-bg-opacity));
}

.bg-Red {
  --tw-bg-opacity: 1;
  background-color: rgb(247 81 102 / var(--tw-bg-opacity));
}

.bg-Yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 176 26 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

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

.text-left {
  text-align: left;
}

.\!text-center {
  text-align: center !important;
}

.text-right {
  text-align: right;
}

.\!font-Onest-Bold {
  font-family: Onest-Bold !important;
}

.font-Onest {
  font-family: Onest;
}

.font-Onest-Bold {
  font-family: Onest-Bold;
}

.font-Onest-SemiBold {
  font-family: Onest-SemiBold;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.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;
}

.uppercase {
  text-transform: uppercase;
}

.leading-5 {
  line-height: 1.25rem;
}

.tracking-\[0\.75px\] {
  letter-spacing: 0.75px;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-Dark-Grey {
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}

.text-Green {
  --tw-text-opacity: 1;
  color: rgb(76 164 109 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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);
}

.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-150 {
  transition-duration: 150ms;
}

.container {
  margin: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .container {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

/* Header Menu  */

.mega-menu-wrapper {
  left: 0px;
  top: 99%;
  z-index: 10;
  margin-top: 1rem;
  width: 100%;
  border-top-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .mega-menu-wrapper {
    position: absolute;
    margin-top: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 1024px) {
  .mega-menu-wrapper {
    border-bottom-width: 56px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(247 81 102 / var(--tw-border-opacity));
  }
}

li.menu-subnav.list-none .mega-menu-wrapper {
  display: none;
}

.logo {
  position: relative;
  z-index: 30;
  width: 5rem;
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .logo {
    width: 7rem;
  }
}

@media (min-width: 1024px) {
  .navigation:hover {
    border-bottom-width: 15px;
    --tw-border-opacity: 1;
    border-color: rgb(76 164 109 / var(--tw-border-opacity));
  }
}

.navigation.active {
  border-left-width: 8px;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-left-color: rgb(76 164 109 / var(--tw-border-opacity));
  padding-left: 0.5rem;
}

@media (min-width: 768px) {
  .navigation.active {
    border-bottom-width: 15px;
    border-left-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgb(76 164 109 / var(--tw-border-opacity));
    padding-left: 0px;
  }
}

.navigation {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  border-bottom-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .navigation {
    border-bottom-width: 15px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
}

@media (min-width: 1024px) {
  .navigation {
    padding-bottom: 1.7rem;
  }
}

@media (min-width: 1280px) {
  .navigation {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding-top: 3rem;
  }
}

.mobile-mega-menu::marker {
  display: none;
}

.navigation.active svg path {
  fill: #4CA46D;
}

.navigation.active summary div {
  --tw-text-opacity: 1;
  color: rgb(76 164 109 / var(--tw-text-opacity));
}

/* li.menu-subnav{
    @apply py-9
} */

nav {
  text-transform: uppercase;
}

.mega-menu-single-item {
  position: relative;
  border-bottom-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 4rem;
  font-family: Onest-Bold;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}

.mega-menu-single-item::after {
  --tw-content: url("/assets/images/btn-arrow-right.svg");
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .mega-menu-single-item {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.mega-menu-single-item:after {
  position: absolute;
  right: 0px;
  top: 50%;
  transition-duration: 150ms;
}

.mega-menu-single-item:hover:after {
  margin-right: 0.75rem;
  transition-duration: 150ms;
}

.mega-menu-single-item:hover {
  --tw-text-opacity: 1;
  color: rgb(76 164 109 / var(--tw-text-opacity));
}

/* Fonts setup */

h1, h2, h3, h4, h4, h5, h6, .body-introduction, .body1, .body2, .body3, .image-caption {
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}

h1 {
  margin-bottom: 1.5rem;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-family: Onest-Bold;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 110% !important;
}

@media (min-width: 1024px) {
  h1 {
    margin-bottom: 3.5rem;
    -webkit-hyphens: none;
            hyphens: none;
    font-size: 56px;
    line-height: 66px !important;
  }
}

h2 {
  margin-bottom: 0.75rem;
  font-family: Onest-Bold;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 120%;
}

@media (min-width: 1024px) {
  h2 {
    margin-bottom: 20px;
    font-size: 3rem;
    line-height: 1;
    line-height: 56px;
  }
}

h3 {
  margin-bottom: 1.25rem;
  text-align: left;
  font-family: Onest-Bold;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 120%;
}

@media (min-width: 768px) {
  h3 {
    font-size: 36px;
  }
}

@media (min-width: 1024px) {
  h3 {
    margin-bottom: 18px;
  }
}

h4 {
  margin-bottom: 16px;
  padding-top: 1rem;
  font-family: Onest-Bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 130%;
}

@media (min-width: 1024px) {
  h4 {
    margin-bottom: 10px;
    padding-top: 2.25rem;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 130%;
  }
}

h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.weekday {
  font-family: Onest-SemiBold;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 120%;
}

.body-introduction, .body-introduction p {
  font-family: Yrsa;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  .body-introduction, .body-introduction p {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 45px !important;
  }
}

.body1 {
  font-family: Onest;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.body2 {
  font-family: Onest-SemiBold;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  .body2 {
    line-height: 30px;
  }
}

.body3 {
  font-family: Onest;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 20px;
}

@media (min-width: 768px) {
  .body3 {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 24px;
  }
}

p {
  margin-bottom: 18px;
  font-family: Onest;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}

.image-caption {
  font-family: Onest;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.navigation {
  font-family: Onest-SemiBold;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

summary, details, li {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.mega-menu {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.side-menu {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

button {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}

@media (min-width: 768px) {
  button {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.quote {
  margin: auto;
  text-align: center;
  font-family: Yrsa;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px) {
  .quote {
    margin: 0px;
    text-align: left;
    font-size: 3rem;
    line-height: 1;
    line-height: 56px;
  }
}

.h1-auther {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.footer-left h3, .footer-left h4, .footer-left h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Buttons css */

.btn-primary {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(76 164 109 / var(--tw-bg-opacity));
  fill: #fff;
  font-family: Onest-SemiBold;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary::after {
  --tw-content: url("/assets/images/btn-arrow-right-white.svg");
  content: var(--tw-content);
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(60 60 60 / var(--tw-bg-opacity));
}

.btn-primary::after {
  margin-left: 1.25rem;
  height: 1.5rem;
}

.btn-download {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(76 164 109 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Onest-SemiBold;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-download::after {
  --tw-content: url("/assets/images/download-icon.svg");
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .btn-download {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.btn-download::after {
  margin-left: 1.25rem;
}

.btn-white {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Onest-SemiBold;
  --tw-text-opacity: 1;
  color: rgb(76 164 109 / var(--tw-text-opacity));
}

.btn-white::after {
  --tw-content: url("/assets/images/btn-arrow-right.svg");
  content: var(--tw-content);
}

.btn-white:hover::after {
  --tw-content: url("/assets/images/btn-arrow-right-grey.svg");
  content: var(--tw-content);
}

.btn-white:hover {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Onest-SemiBold;
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}

.client-logos img {
  width: 244px;
}

@media (min-width: 1024px) {
  .client-logos img {
    width: 384px;
  }
}

.btn-white::after {
  margin-left: 0.75rem;
  height: 1.5rem;
  width: 2rem;
}

@media (min-width: 1024px) {
  .btn-white::after {
    margin-left: 1.25rem;
  }
}

.download-btn {
  display: flex;
  align-items: center;
  padding-right: 0px !important;
  padding-left: 0px;
  text-align: left;
  font-family: Onest-SemiBold;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: none;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: #4CA46D;
  text-underline-offset: 8px;
}

.download-btn::before {
  --tw-content: url("/assets/images/download-solid.svg");
  content: var(--tw-content);
}

.download-btn:hover {
  text-decoration-color: #3C3C3C;
}

.download-btn:hover::before {
  --tw-content: url("/assets/images/download-soild-grey.svg");
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .download-btn {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .download-btn {
    letter-spacing: 0.75px;
  }
}

.download-btn::before {
  margin-right: 1rem;
  height: 4rem;
}

@media (min-width: 1024px) {
  .download-btn::before {
    margin-right: 1.25rem;
  }
}

/* .download-btn:hover{
    @apply 
} */

/* Sidebar css */

.sidebar {
  position: fixed;
  z-index: 10;
  display: none;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.sidebar:hover {
  width: 90vw;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .sidebar:hover {
    width: 605px;
  }
}

@media (min-width: 1024px) {
  .sidebar {
    display: block;
  }
}

.empty-dot {
  position: relative;
  height: 2rem;
  list-style-type: none;
  padding-left: 1.5rem;
  font-family: Onest-SemiBold;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
  transition-duration: 200ms;
}

li.menu-subnav.empty-dot .mega-menu-wrapper {
  display: none;
}

.empty-dot::after {
  --tw-content: '';
  content: var(--tw-content);
  position: absolute;
  left: 0px;
  top: 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(60 60 60 / var(--tw-border-opacity));
}

.empty-dot.active::after {
  top: 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(76 164 109 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

figure.audio-poster {
  min-height: 212px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  figure.audio-poster {
    min-height: 275px;
  }
}

.sidebar-content-li {
  position: relative;
  height: 2rem;
  padding-left: 2.25rem;
  font-family: Onest-SemiBold;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}

.sidebar-content-li::after {
  --tw-content: '';
  content: var(--tw-content);
}

.sidebar-content-li:hover::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(76 164 109 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .sidebar-content-li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.sidebar-content-li::after {
  position: absolute;
  left: 0px;
  top: 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(60 60 60 / var(--tw-border-opacity));
}

.sidebar-content-li.active::after {
  top: 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(76 164 109 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.sidebar-content-li.active a {
  --tw-text-opacity: 1;
  color: rgb(76 164 109 / var(--tw-text-opacity));
}

.sidebar-content-li:hover a {
  --tw-text-opacity: 1;
  color: rgb(76 164 109 / var(--tw-text-opacity));
}

.sidebar-content-li {
  display: none;
}

.sidebar-content {
  margin-left: 0.25rem;
}

@media (min-width: 1024px) {
  .sidebar-content {
    margin-left: 3rem;
  }
}

/* Pages css */

.navigation#active a {
  --tw-text-opacity: 1;
  color: rgb(76 164 109 / var(--tw-text-opacity));
}

.splide__arrow {
  display: none !important;
}

button.splide__pagination__page.custom.is-active {
  height: 0.75rem;
  width: 0.75rem;
}

#megamenu-collapse .megamenu-sub-wrapper .last-menu-wrapper a:last-child > .mega-menu-single-item {
  border-bottom-width: 0px;
  padding-bottom: 0px;
}

.topic-slider .splide__pagination {
  position: relative;
  bottom: -0.5rem !important;
  float: left;
  margin-top: -0px;
  padding: 0px;
}

.topic-slider button.splide__pagination__page.is-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(76 164 109 / var(--tw-bg-opacity)) !important;
}

.topic-slider .splide__pagination li button {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  margin-left: 0px !important;
  border-width: 1px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(76 164 109 / var(--tw-border-opacity)) !important;
}

.splide__pagination__page {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
  background-color: transparent !important;
  opacity: 1 !important;
}

.splide__pagination__page.is-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.team-contact-bar {
  margin-top: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

section.custom-spacing {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1280px) {
  section.custom-spacing {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.icons-wrapper {
  position: relative;
  bottom: -3rem;
}

@media (min-width: 768px) {
  .icons-wrapper {
    bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .icons-wrapper {
    position: absolute;
    right: 8rem;
  }
}

.icons-wrapper img {
  float: right;
  display: none;
  max-width: 293px;
}

@media (min-width: 1280px) {
  .icons-wrapper img {
    display: block;
  }
}

.icons-wrapper-left img {
  display: none;
  max-width: 293px;
}

@media (min-width: 1280px) {
  .icons-wrapper-left img {
    display: block;
  }
}

.icons-wrapper-left {
  position: absolute;
  bottom: 0px;
  left: 4rem;
}

.x-reduced {
  padding-left: 12rem;
  padding-right: 12rem;
}

.colored-box {
  display: grid;
  height: 6rem;
  width: 100%;
  align-items: center;
}

@media (min-width: 768px) {
  .colored-box {
    height: 8rem;
  }
}

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 176 26 / var(--tw-bg-opacity));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(247 81 102 / var(--tw-bg-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(121 182 186 / var(--tw-bg-opacity));
}

.quote-icon {
  top: -2.25rem;
  left: 1.75rem;
  margin-bottom: 10px;
  width: 2.5rem;
}

@media (min-width: 768px) {
  .quote-icon {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .quote-icon {
    position: absolute;
  }
}

@media (min-width: 1280px) {
  .quote-icon {
    left: 0px;
  }
}

.text-deco ol {
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  width: 100%;
  list-style-type: decimal;
}

.text-deco ol li {
  margin-left: 2.75rem;
  border-top-width: 2px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Onest;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}

.text-deco ol li::before {
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .text-deco ol li {
    margin-left: 56px;
  }
}

.text-deco ol li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(121 182 186 / var(--tw-bg-opacity));
}

figcaption {
  font-family: Onest;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}

.text-deco ul {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  width: 100%;
  list-style-type: disc;
}

.text-deco ul li:last-child, .text-deco ol li:last-child {
  border-bottom-width: 2px;
}

.text-deco ul li {
  margin-left: 2.75rem;
  border-top-width: 2px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Onest;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}

.text-deco ul li::before {
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .text-deco ul li {
    margin-left: 56px;
  }
}

.text-deco ul li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 176 26 / var(--tw-bg-opacity));
}

.width-full img {
  width: 100%;
}

.video-wrapper {
  min-height: 228px;
  width: 100%;
}

@media (min-width: 1024px) {
  .video-wrapper {
    min-height: 450px;
  }
}

.text-deco a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.75rem;
  font-family: Onest-SemiBold;
  --tw-text-opacity: 1;
  color: rgb(76 164 109 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.text-deco a::before {
  --tw-content: url("/assets/images/link-icon.svg");
  content: var(--tw-content);
}

.text-deco a:hover {
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}

.text-deco a:hover::before {
  --tw-content: url("/assets/images/link-icon-grey.svg");
  content: var(--tw-content);
}

.text-deco-link {
  position: relative;
  padding-left: 1.75rem !important;
  font-family: Onest-SemiBold !important;
  --tw-text-opacity: 1 !important;
  color: rgb(76 164 109 / var(--tw-text-opacity)) !important;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.text-deco-link::before {
  --tw-content: url("/assets/images/link-icon.svg");
  content: var(--tw-content);
}

.text-deco-link:hover {
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}

.text-deco-link:hover::before {
  --tw-content: url("/assets/images/link-icon-grey.svg");
  content: var(--tw-content);
}

.text-deco-link::before {
  position: absolute;
  left: 0px;
}

.text-deco a::before {
  position: absolute;
  left: 0px;
  top: 0.25rem;
}

.slider-img img {
  width: 100%;
}

.text-author {
  position: absolute;
  right: 2rem;
  bottom: 0px;
}

@media (min-width: 768px) {
  .text-author {
    right: 112px;
    bottom: 1rem;
  }
}

.splide__pagination {
  bottom: 3% !important;
}

@media (min-width: 768px) {
  .splide__pagination {
    bottom: 20px !important;
  }
}

.topic-slider button.splide__pagination__page.custom.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(76 164 109 / var(--tw-bg-opacity));
}

figure.teaser-img img {
  width: 100%;
}

.image-text {
  margin-bottom: 2.5rem;
}

@media (min-width: 1280px) {
  .image-text {
    margin-bottom: 0px;
  }
}

.icon_text img, .team-icon img {
  margin-left: 0px;
  margin-bottom: 1.5rem;
  max-width: 216px;
}

@media (min-width: 768px) {
  .icon_text img, .team-icon img {
    max-width: 12rem;
  }
}

@media (min-width: 1280px) {
  .icon_text img, .team-icon img {
    max-width: 20rem;
  }
}

.mobile-mega-menu::after {
  --tw-content: url("/assets/images/arrow-down-icon.svg");
  position: absolute;
  right: 0px;
  top: 1rem;
  width: 0.75rem;
  stroke: #3C3C3C;
  --tw-content: url("/assets/images/arrow-solid.svg");
  content: var(--tw-content);
}

/* Footer css */

.footer-left h3,.footer-left h4,.footer-left h2,.footer-left h5 {
  margin-bottom: 1rem;
  text-align: left;
  font-family: Onest-SemiBold;
}

@media (min-width: 768px) {
  .footer-left h3,.footer-left h4,.footer-left h2,.footer-left h5 {
    margin-bottom: 3.5rem;
  }
}

.footer-link {
  margin-bottom: 2.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-left p {
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
  font-family: Onest;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 20px;
}

@media (min-width: 768px) {
  .footer-left p {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 24px;
  }
}

.footer-copyright p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

hr.footer-border {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.footer-left h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-deco ul li p, .text-deco ol li p {
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  .footer-right li:nth-child(3) {
    padding-top: 119px;
  }
}

/* Cookies banner */

#cc_div #cm {
  border-radius: 0px !important;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
  font-family: Onest !important;
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}

#c-ttl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-weight: 700 !important;
}

#c-txt {
  font-size: 1.125rem !important;
  line-height: 1.75rem;
}

button#c-s-bn, button#s-rall-bn {
  background-color: transparent !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(76 164 109 / var(--tw-text-opacity)) !important;
}

button#c-p-bn,  button#s-all-bn, button#s-sv-bn {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(76 164 109 / var(--tw-bg-opacity)) !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px) {
  #cm {
    max-width: 29em !important;
  }
}

#s-bns {
  height: 18rem !important;
}

@media (min-width: 1024px) {
  #s-bns {
    height: 11rem !important;
  }
}

#c-bns.swap button:first-child {
  width: 100% !important;
}

.cc_div #c-bns {
  flex-direction: column !important;
}

@media (min-width: 1024px) {
  .cc_div #c-bns {
    flex-direction: row !important;
  }
}

#c-bns button+button, #s-cnt button+button, #s-c-bn {
  margin-left: 0px !important;
  margin-top: 0.5rem !important;
}

@media (min-width: 1024px) {
  #c-bns button+button, #s-cnt button+button, #s-c-bn {
    margin-left: .5rem !important;
    margin-top: 0px !important;
  }
}

.audio-poster img {
  width: 100%;
}

.skip-link {
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 50;
  height: 2.75rem;
  width: 2.75rem;
}

@media (min-width: 1024px) {
  .skip-link {
    height: 3.5rem;
    width: 3.5rem;
  }
}

@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

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

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:float-right {
    float: right;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .lg\:pl-60 {
    padding-left: 15rem;
  }

  .lg\:pr-60 {
    padding-right: 15rem;
  }

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

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .xl\:static {
    position: static;
  }

  .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mt-28 {
    margin-top: 7rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:\!hidden {
    display: none !important;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

  .xl\:items-center {
    align-items: center;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-28 {
    gap: 7rem;
  }

  .xl\:gap-56 {
    gap: 14rem;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

  .xl\:pl-28 {
    padding-left: 7rem;
  }

  .xl\:pl-36 {
    padding-left: 9rem;
  }

  .xl\:pr-36 {
    padding-right: 9rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }
}