/*
! tailwindcss v3.4.1 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: Roboto, ui-sans-serif, system-ui, 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 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-bottom-4 {
  bottom: -1rem;
}
.-bottom-5 {
  bottom: -1.25rem;
}
.-left-6 {
  left: -1.5rem;
}
.-left-8 {
  left: -2rem;
}
.-left-\[50vw\] {
  left: -50vw;
}
.-right-2 {
  right: -0.5rem;
}
.-right-6 {
  right: -1.5rem;
}
.-right-\[50vw\] {
  right: -50vw;
}
.-top-2 {
  top: -0.5rem;
}
.-top-4 {
  top: -1rem;
}
.-top-6 {
  top: -1.5rem;
}
.-top-9 {
  top: -2.25rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-4 {
  left: 1rem;
}
.left-8 {
  left: 2rem;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.right-\[10\%\] {
  right: 10%;
}
.top-0 {
  top: 0px;
}
.top-16 {
  top: 4rem;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.top-8 {
  top: 2rem;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.\!m-0 {
  margin: 0px !important;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.\!mb-12 {
  margin-bottom: 3rem !important;
}
.\!mb-16 {
  margin-bottom: 4rem !important;
}
.\!mb-6 {
  margin-bottom: 1.5rem !important;
}
.\!mb-8 {
  margin-bottom: 2rem !important;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.-mb-20 {
  margin-bottom: -5rem;
}
.-mb-6 {
  margin-bottom: -1.5rem;
}
.-ml-20 {
  margin-left: -5rem;
}
.-mr-6 {
  margin-right: -1.5rem;
}
.-mt-14 {
  margin-top: -3.5rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.-mt-24 {
  margin-top: -6rem;
}
.-mt-36 {
  margin-top: -9rem;
}
.-mt-40 {
  margin-top: -10rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-120px\] {
  margin-top: -120px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-14 {
  height: 3.5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[125px\] {
  height: 125px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[325px\] {
  height: 325px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[65px\] {
  height: 65px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[460px\] {
  max-height: 460px;
}
.max-h-\[50px\] {
  max-height: 50px;
}
.max-h-full {
  max-height: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-14 {
  width: 3.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[125px\] {
  width: 125px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[325px\] {
  width: 325px;
}
.w-\[445px\] {
  width: 445px;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[50vw\] {
  width: 50vw;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[80px\] {
  width: 80px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-52 {
  min-width: 13rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-44 {
  max-width: 11rem;
}
.max-w-56 {
  max-width: 14rem;
}
.max-w-\[1320px\] {
  max-width: 1320px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.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));
}
.animate-none {
  animation: none;
}
.resize {
  resize: both;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-28 {
  row-gap: 7rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-site-grey-block {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 247 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.bg-site-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(2 217 237 / var(--tw-bg-opacity));
}
.bg-site-base {
  --tw-bg-opacity: 1;
  background-color: rgb(255 123 28 / var(--tw-bg-opacity));
}
.bg-site-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 47 / var(--tw-bg-opacity));
}
.bg-site-dark-text {
  --tw-bg-opacity: 1;
  background-color: rgb(51 42 124 / var(--tw-bg-opacity));
}
.bg-site-grey-background {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 252 / var(--tw-bg-opacity));
}
.bg-site-grey-block {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 247 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-site-accent {
  --tw-gradient-from: #02D9ED var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 217 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-site-base {
  --tw-gradient-from: #FF7B1C var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 123 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-site-dark {
  --tw-gradient-from: #01092F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(1 9 47 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-site-dark-text {
  --tw-gradient-from: #332A7C var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 42 124 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-site-accent\/70 {
  --tw-gradient-to: rgb(2 217 237 / 0.7) var(--tw-gradient-to-position);
}
.to-site-base\/70 {
  --tw-gradient-to: rgb(255 123 28 / 0.7) var(--tw-gradient-to-position);
}
.to-site-dark-text\/40 {
  --tw-gradient-to: rgb(51 42 124 / 0.4) var(--tw-gradient-to-position);
}
.to-site-dark-text\/70 {
  --tw-gradient-to: rgb(51 42 124 / 0.7) var(--tw-gradient-to-position);
}
.to-site-dark\/70 {
  --tw-gradient-to: rgb(1 9 47 / 0.7) var(--tw-gradient-to-position);
}
.fill-site-grey-block {
  fill: #E7E7F7;
}
.fill-white {
  fill: #fff;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[6px\] {
  padding: 6px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.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-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;
}
.\!font-normal {
  font-weight: 400 !important;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.\!leading-tight {
  line-height: 1.25 !important;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.\!text-site-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 47 / var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-site-base {
  --tw-text-opacity: 1;
  color: rgb(255 123 28 / var(--tw-text-opacity));
}
.text-site-dark {
  --tw-text-opacity: 1;
  color: rgb(1 9 47 / var(--tw-text-opacity));
}
.text-site-dark-text {
  --tw-text-opacity: 1;
  color: rgb(51 42 124 / var(--tw-text-opacity));
}
.text-site-dark\/75 {
  color: rgb(1 9 47 / 0.75);
}
.text-site-grey {
  --tw-text-opacity: 1;
  color: rgb(164 164 164 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tt-l.\!text-white span {
        color: white !important;
      }
.tt-l.text-white span {
        color: white;
      }
.tt-l.\!text-white > *:last-child {
        color: white !important;
      }
.tt-l.text-white > *:last-child {
        color: white;
      }
.tt-r {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 0.70 !important;
}
@media (min-width: 640px) {

  .tt-r {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {

  .tt-r {
    font-size: 4.5rem;
    line-height: 1;
  }
}
.tt-r span {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(51 42 124 / var(--tw-text-opacity));
}
.tt-r strong {
      /* margin-top: -0.4em; */
      display: block;
      font-weight: 700;
      --tw-text-opacity: 1;
      color: rgb(1 9 47 / var(--tw-text-opacity));
    }
.tt-r strong ul li:before {
  background: var(--power-icon-dark) no-repeat center center;
}
.tt-r > *:last-child {
      margin-left: 0.5em;
    }
.tt-r.tt-r--lg > *:last-child {
        margin-left: 2em;
      }
.tt-r.tt-r--block {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 640px) {

  .tt-r.tt-r--block {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {

  .tt-r.tt-r--block {
    font-size: 4.5rem;
    line-height: 1;
  }
}
.tt-r.tt-r--xl > *:last-child {
        margin-left: 3em;
      }
.tt-r.text-white span {
        color: white;
      }
.tt-r.\!text-white span {
        color: white !important;
      }
.tt-r.text-white > *:last-child {
        color: white;
      }
.tt-r.\!text-white > *:last-child {
        color: white !important;
      }

#hs_menu_wrapper_small_main_menu > ul {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}



[data-hs-cell-id="body_dnd_area"] > div, .body-container .dnd-section {
  margin-top: 3.5rem;
}



@media (min-width: 768px) {

  [data-hs-cell-id="body_dnd_area"] > div, .body-container .dnd-section {
    margin-top: 5rem;
  }
}



@media (min-width: 1280px) {

  [data-hs-cell-id="body_dnd_area"] > div, .body-container .dnd-section {
    margin-top: 6rem;
  }
}



[data-hs-cell-id="body_dnd_area"] > div, .body-container .dnd-section {
  margin-bottom: 3.5rem;
}



@media (min-width: 768px) {

  [data-hs-cell-id="body_dnd_area"] > div, .body-container .dnd-section {
    margin-bottom: 5rem;
  }
}



@media (min-width: 1280px) {

  [data-hs-cell-id="body_dnd_area"] > div, .body-container .dnd-section {
    margin-bottom: 6rem;
  }
}



[data-hs-cell-id="body_dnd_area"] > div:first-child, .body-container .dnd-section:first-child {
  margin-top: 0px;
}

body {
  --tw-text-opacity: 1;
  color: rgb(51 42 124 / var(--tw-text-opacity));
}


main ul,p {
  margin-bottom: 1rem;
}

#hs_cos_wrapper_small_main_menu {
  display: none;
}

@media (min-width: 1024px) {

  #hs_cos_wrapper_small_main_menu {
    display: block;
  }
}

#hs_cos_wrapper_main_menu {
  display: none;
}

@media (min-width: 1024px) {

  #hs_cos_wrapper_main_menu {
    display: block;
  }
}

strong, b {
  font-weight: 600;
}

.content, 
.widget-type-rich_text > .hs_cos_wrapper {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.content a, .widget-type-rich_text > .hs_cos_wrapper a {
  --tw-text-opacity: 1;
  color: rgb(255 123 28 / var(--tw-text-opacity));
}

.content a:hover, .widget-type-rich_text > .hs_cos_wrapper a:hover {
  --tw-text-opacity: 1;
  color: rgb(252 109 5 / var(--tw-text-opacity));
}

.content > p:last-child, .content > ul:last-child, .widget-type-rich_text > .hs_cos_wrapper > p:last-child, .widget-type-rich_text > .hs_cos_wrapper > ul:last-child {
  margin-bottom: 0px;
}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6,.widget-type-rich_text > .hs_cos_wrapper h1,.widget-type-rich_text > .hs_cos_wrapper h2,.widget-type-rich_text > .hs_cos_wrapper h3,.widget-type-rich_text > .hs_cos_wrapper h4,.widget-type-rich_text > .hs_cos_wrapper h5,.widget-type-rich_text > .hs_cos_wrapper h6 {
  text-transform: none;
}

.content ul, .widget-type-rich_text > .hs_cos_wrapper ul {
    margin-left: 36px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

.content ol, .widget-type-rich_text > .hs_cos_wrapper ol {
    list-style-type: decimal;
    margin-left: 15px;
  }

.content ul li, .widget-type-rich_text > .hs_cos_wrapper ul li {
    position: relative;
  }

.content ul li:before, .widget-type-rich_text > .hs_cos_wrapper ul li:before {
    content: '';
    width: 24px;
    height: 24px;
    max-width: 24px;
    background: var(--checkmark) no-repeat center center;
    background-size: contain;
    flex: none;
    left: -36px;
    top: 1px;
    position: absolute;
  }

.content img, .widget-type-rich_text > .hs_cos_wrapper img {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-radius: 1rem;
}

.text-site-dark ul li:before {
  background: var(--power-icon-dark) no-repeat center center !important;
}

.bg-site-base ul li:before {
  background: var(--power-icon-dark) no-repeat center center !important;
}

.content.sm {
  font-size: 1rem;
  line-height: 1.5rem;
}

.footer-menu ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
   margin-bottom: 0px;
}

@media (min-width: 640px) {

  .footer-menu ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.footer-menu ul > li:last-child {
  grid-column: span 2 / span 2;
}

@media (min-width: 640px) {

  .footer-menu ul > li:last-child {
    grid-column: span 1 / span 1;
  }
}

.footer-menu .hs-item-has-children > ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: var(--spacing-2);
}

.footer-menu .hs-menu-children-wrapper {
  display: flex;
  flex-direction: column;
}

.is-hs-editor .animated {
  opacity: 1;
}

.container .container {
  padding: 0 !important;
}

.row-fluid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 1rem;
}

@media (min-width: 640px) {

  .row-fluid {
    gap: 1rem;
  }
}

/* There shouldn't be any row-fluid-wrappers at this lvl, but using global modules makes it bug out */
.container-fluid > .row-fluid-wrapper > .row-fluid > .row-fluid-wrapper {
  grid-column: span 12 / span 12;
  margin-top: 0px !important;
}

.row-depth-1 > .row-fluid {
  row-gap: 2rem;
}

@media (min-width: 640px) {

  .row-depth-1 > .row-fluid {
    gap: 2rem;
  }
}

.span1 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .span1 {
    grid-column: span 1 / span 1;
  }
}

.span2 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .span2 {
    grid-column: span 2 / span 2;
  }
}

.span3 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .span3 {
    grid-column: span 3 / span 3;
  }
}

.span4 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .span4 {
    grid-column: span 4 / span 4;
  }
}

.span5 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .span5 {
    grid-column: span 5 / span 5;
  }
}

.span6 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .span6 {
    grid-column: span 6 / span 6;
  }
}

.span7 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .span7 {
    grid-column: span 7 / span 7;
  }
}

.span8 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .span8 {
    grid-column: span 8 / span 8;
  }
}

.span9 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .span9 {
    grid-column: span 9 / span 9;
  }
}

.span10 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .span10 {
    grid-column: span 10 / span 10;
  }
}

.span11 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .span11 {
    grid-column: span 11 / span 11;
  }
}

.span12 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .span12 {
    grid-column: span 12 / span 12;
  }
}

.thumb-active {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 123 28 / var(--tw-border-opacity));
}

.min-h-screen-dynamic {
  min-height: 50dvh;
}

/* 
.banner-no-image-swiper .swiper-slide {
  @apply !opacity-0;
  
  &.swiper-slide-active {
    @apply !opacity-100;
  }

} */

.listing-module-filters a {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(164 164 164 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tt-l.listing-module-filters a span {
        color: white;
      }

.tt-l.listing-module-filters a > *:last-child {
        color: white;
      }

.tt-r.listing-module-filters a span {
        color: white;
      }

.tt-r.listing-module-filters a > *:last-child {
        color: white;
      }

.listing-module-filters [aria-current="page"] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 123 28 / var(--tw-bg-opacity));
}

.listing-module-filters [aria-current="page"] ul li:before {
  background: var(--power-icon-dark) no-repeat center center;
}

.hs_cos_wrapper_type_form input,.hs_cos_wrapper_type_form textarea,.hs_cos_wrapper_type_form select {
  width: 100% !important;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 247 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hs_cos_wrapper_type_form input:focus,.hs_cos_wrapper_type_form textarea:focus,.hs_cos_wrapper_type_form select:focus {
    border: 2px solid var(--color-secondary-300);
}

.hs_cos_wrapper_type_form .input {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.hs_cos_wrapper_type_form textarea {
  min-height: 10rem;
}

.hs_cos_wrapper_type_form fieldset {
  display: grid;
  max-width: none !important;
  gap: 0.75rem;
}

@media (min-width: 640px) {

  .hs_cos_wrapper_type_form fieldset {
    gap: 1.25rem;
  }
}

.hs_cos_wrapper_type_form fieldset > div {
  width: 100% !important;
}

.hs_cos_wrapper_type_form fieldset > div > label {
  margin-left: 1rem;
  font-weight: 300;
}

.hs_cos_wrapper_type_form .hs-form-field > label {
  margin-left: 1rem;
  margin-bottom: 0.25rem;
  display: block;
  font-weight: 300;
}

.hs_cos_wrapper_type_form .hs-form-required {
  margin-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hs_cos_wrapper_type_form form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.hs_cos_wrapper_type_form .hs-form-booleancheckbox-display {
  display: flex;
  width: auto !important;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.hs_cos_wrapper_type_form .hs-form-booleancheckbox-display > input {
  width: auto !important;
}

.hs_cos_wrapper_type_form .hs-form-booleancheckbox-display a {
  text-decoration-line: underline;
}

.hs_cos_wrapper_type_form .hs-error-msgs {
  position: relative;
  top: 0.25rem;
  margin-bottom: 0px;
}

@keyframes fade {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.hs_cos_wrapper_type_form .hs-error-msgs {
  animation: fade 1s both;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
  opacity: 1;
  animation-duration: 500ms;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hs_cos_wrapper_type_form .hs_error_rollup {
  display: none;
}

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

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

.hs_cos_wrapper_type_form .form-columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hs_cos_wrapper_type_form .hs-button {
  --tw-border-opacity: 1;
  border-color: rgb(255 123 28 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 123 28 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 9 47 / var(--tw-text-opacity));
}

.hs_cos_wrapper_type_form .hs-button:hover:not([disabled]) {
  --tw-border-opacity: 1;
  border-color: rgb(252 109 5 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(252 109 5 / var(--tw-bg-opacity));
}

.hs_cos_wrapper_type_form .hs-button:focus:not([disabled]) {
  --tw-bg-opacity: 1;
  background-color: rgb(227 111 27 / var(--tw-bg-opacity));
}

.hs_cos_wrapper_type_form .hs-button {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hs_cos_wrapper_type_form .hs-button:disabled {
  opacity: 0.5;
}

.hs_cos_wrapper_type_form .hs-button:hover:not([disabled]) {
  cursor: pointer;
}

.hs_cos_wrapper_type_form .hs-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 9999px;
  border-width: 2px;
  text-align: center;
  font-weight: 500;
}

.hs_cos_wrapper_type_form .hs-button ul li:before {
  background: var(--power-icon-dark) no-repeat center center;
}

.hs_cos_wrapper_type_form .hs-button {
  margin-right: auto;
  width: auto !important;
}

.hs_cos_wrapper_type_form .submitted-message {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 123 28 / var(--tw-text-opacity));
}

.hs_cos_wrapper_type_form .form-columns-1:has(.hs_contactformulier_ingevuld_op_url) {
  display: none;
}

.children-no-animations > * {
  animation: none !important;
}

#hs_menu_wrapper_main_menu {
  position: relative;
  z-index: 10;
}

#hs_menu_wrapper_main_menu a {
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tt-l#hs_menu_wrapper_main_menu a span {
        color: white;
      }

.tt-l#hs_menu_wrapper_main_menu a > *:last-child {
        color: white;
      }

.tt-r#hs_menu_wrapper_main_menu a span {
        color: white;
      }

.tt-r#hs_menu_wrapper_main_menu a > *:last-child {
        color: white;
      }

#hs_menu_wrapper_main_menu a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 123 28 / var(--tw-bg-opacity));
}

#hs_menu_wrapper_main_menu .hs-menu-depth-1.active > a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 123 28 / var(--tw-text-opacity));
}

#hs_menu_wrapper_main_menu .hs-menu-depth-1.active > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 123 28 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#hs_menu_wrapper_main_menu .hs-menu-depth-1.active > a:hover.tt-l span {
        color: white;
      }

#hs_menu_wrapper_main_menu .hs-menu-depth-1.active > a:hover.tt-l > *:last-child {
        color: white;
      }

#hs_menu_wrapper_main_menu .hs-menu-depth-1.active > a:hover.tt-r span {
        color: white;
      }

#hs_menu_wrapper_main_menu .hs-menu-depth-1.active > a:hover.tt-r > *:last-child {
        color: white;
      }

#hs_menu_wrapper_main_menu .hs-item-has-children {
  position: relative;
  min-height: 2.5rem;
}

#hs_menu_wrapper_main_menu .hs-menu-children-wrapper {
  position: absolute;
  left: 0px;
  top: 2.5rem;
  z-index: 10;
  display: flex !important;
  height: 0px;
  width: 250px;
  flex-direction: column;
  overflow: hidden;
  white-space: pre;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  opacity: 0;
  --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);
}

#hs_menu_wrapper_main_menu .hs-menu-children-wrapper.active {
  pointer-events: auto;
}

#hs_menu_wrapper_main_menu .hs-menu-children-wrapper li {
  display: flex;
  width: 100%;
  flex-direction: column;
}

#hs_menu_wrapper_main_menu .hs-menu-children-wrapper li:last-child a {
  border-style: none;
}

#hs_menu_wrapper_main_menu .hs-menu-children-wrapper a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  text-overflow: ellipsis;
  text-wrap: pretty;
  border-radius: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 247 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 42 124 / var(--tw-text-opacity));
}

#hs_menu_wrapper_main_menu .hs-menu-children-wrapper a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 252 / var(--tw-bg-opacity));
}

#hs_menu_wrapper_main_menu .hs-menu-children-wrapper a:focus {
  background-color: rgb(51 42 124 / 0.1);
}

#hs_menu_wrapper_main_menu .hs-menu-children-wrapper a:after {
      content: '';
      display: block;
      height: 0.75rem;
      width: 0.75rem;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: var(--arrow-right);
    }

#hs_menu_wrapper_main_menu > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1.5rem;
}

@media (min-width: 1024px) {

  #hs_menu_wrapper_main_menu > ul {
    flex-direction: row;
  }
}

#hs_menu_wrapper_main_menu > ul > li {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

header.mobile-menu-active {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 50;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  row-gap: 5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(51 42 124 / var(--tw-bg-opacity));

  justify-content: start;

  /* #openMenu */
}

header.mobile-menu-active #miniMenu {
  position: absolute;
  top: 5rem;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
}

header.mobile-menu-active #miniMenu > a:last-child {
  display: none !important;
}

header.mobile-menu-active #hs_cos_wrapper_main_menu {
  grid-column: span 2 / span 2;
  display: block !important;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

header.mobile-menu-active #hs_cos_wrapper_main_menu .hs-menu-depth-1.active > a {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 9 47 / var(--tw-text-opacity)) !important;
}

header.mobile-menu-active #hs_cos_wrapper_main_menu li {
  width: 100%;
  flex-direction: column;
}

/* #hs_menu_wrapper_main_menu > ul > li:last-child {
      @apply flex justify-center items-center;
    } */

header.mobile-menu-active #hs_cos_wrapper_main_menu #hs_menu_wrapper_main_menu a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(1 9 47 / var(--tw-text-opacity));
}

header.mobile-menu-active #hs_cos_wrapper_main_menu #hs_menu_wrapper_main_menu a ul li:before {
  background: var(--power-icon-dark) no-repeat center center;
}

header.mobile-menu-active #hs_cos_wrapper_main_menu #hs_menu_wrapper_main_menu > ul > li {
  display: flex;
  height: 2.5rem;
  align-items: center;
}

header.mobile-menu-active #hs_cos_wrapper_main_menu .hs-menu-children-wrapper {
  position: relative;
  top: 0px;
  order: 3;
  margin-top: 0px;
  width: 100%;
  border-style: none;
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

header.mobile-menu-active #hs_cos_wrapper_main_menu .hs-menu-children-wrapper a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(1 9 47 / var(--tw-text-opacity));
}

header.mobile-menu-active #hs_cos_wrapper_main_menu .hs-menu-children-wrapper a ul li:before {
  background: var(--power-icon-dark) no-repeat center center;
}

header.mobile-menu-active #hs_cos_wrapper_main_menu #hs_menu_wrapper_main_menu > ul > .hs-item-has-children {
      /* @apply items-start; */
    }

header.mobile-menu-active #hs_cos_wrapper_main_menu .hs-item-has-children a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

header.mobile-menu-active #hs_cos_wrapper_main_menu .hs-item-has-children a:after {
      content: '';
      display: block;
      height: 0.75rem;
      width: 0.75rem;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: var(--arrow-right);
    }

header.mobile-menu-active #hs_cos_wrapper_main_menu .hs-item-has-children.active .hs-menu-children-wrapper {
  margin-top: 1rem;
}

header.mobile-menu-active #openMenu {
  margin-left: auto;
}

header.mobile-menu-active #mainMenuContainer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 2.5rem;
}

header.mobile-menu-active #hs_cos_wrapper_small_main_menu {
  grid-column: span 2 / span 2;
  display: block !important;
}

header.mobile-menu-active #hs_cos_wrapper_small_main_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}





.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.2;
}

body:not(.is-hs-editor) .hs_cos_wrapper_type_rich_text,
  body:not(.is-hs-editor) .hs_cos_wrapper_type_linked_image {
  opacity: 0;
}

body:not(.is-hs-editor) .hs_cos_wrapper_type_rich_text.active, body:not(.is-hs-editor) .hs_cos_wrapper_type_linked_image.active {
  opacity: 1;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}

.hover\:border-site-grey-block:hover {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 247 / var(--tw-border-opacity));
}

.hover\:text-site-base:hover {
  --tw-text-opacity: 1;
  color: rgb(255 123 28 / var(--tw-text-opacity));
}

.hover\:filter-none:hover {
  filter: none;
}

.group:hover .group-hover\:ml-2 {
  margin-left: 0.5rem;
}

@media not all and (min-width: 640px) {

  .max-sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-sm\:w-full {
    width: 100%;
  }

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

  .max-sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-sm\:text-center {
    text-align: center;
  }
}

@media (min-width: 640px) {

  .sm\:absolute {
    position: absolute;
  }

  .sm\:-bottom-10 {
    bottom: -2.5rem;
  }

  .sm\:-left-16 {
    left: -4rem;
  }

  .sm\:-top-14 {
    top: -3.5rem;
  }

  .sm\:left-14 {
    left: 3.5rem;
  }

  .sm\:right-0 {
    right: 0px;
  }

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

  .sm\:right-auto {
    right: auto;
  }

  .sm\:top-0 {
    top: 0px;
  }

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

  .sm\:\!mb-12 {
    margin-bottom: 3rem !important;
  }

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

  .sm\:-mt-48 {
    margin-top: -12rem;
  }

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

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

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

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

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

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

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

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

  .sm\:h-28 {
    height: 7rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-44 {
    height: 11rem;
  }

  .sm\:h-52 {
    height: 13rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-\[150px\] {
    height: 150px;
  }

  .sm\:h-\[200px\] {
    height: 200px;
  }

  .sm\:h-\[300px\] {
    height: 300px;
  }

  .sm\:h-\[90px\] {
    height: 90px;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-28 {
    width: 7rem;
  }

  .sm\:w-44 {
    width: 11rem;
  }

  .sm\:w-7 {
    width: 1.75rem;
  }

  .sm\:w-\[120px\] {
    width: 120px;
  }

  .sm\:w-\[190px\] {
    width: 190px;
  }

  .sm\:w-\[200px\] {
    width: 200px;
  }

  .sm\:w-\[247px\] {
    width: 247px;
  }

  .sm\:w-\[250px\] {
    width: 250px;
  }

  .sm\:w-\[55\%\] {
    width: 55%;
  }

  .sm\:w-\[85\%\] {
    width: 85%;
  }

  .sm\:w-\[90\%\] {
    width: 90%;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

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

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

  .sm\:items-end {
    align-items: flex-end;
  }

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

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

  .sm\:gap-14 {
    gap: 3.5rem;
  }

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

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .sm\:gap-y-14 {
    row-gap: 3.5rem;
  }

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

  .sm\:gap-y-8 {
    row-gap: 2rem;
  }

  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .sm\:rounded-xl {
    border-radius: 0.75rem;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:border-site-base\/50 {
    border-color: rgb(255 123 28 / 0.5);
  }

  .sm\:border-transparent {
    border-color: transparent;
  }

  .sm\:bg-site-grey-block {
    --tw-bg-opacity: 1;
    background-color: rgb(231 231 247 / var(--tw-bg-opacity));
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

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

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

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

  .sm\:pb-28 {
    padding-bottom: 7rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

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

  .sm\:pr-4 {
    padding-right: 1rem;
  }

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

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

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pt-48 {
    padding-top: 12rem;
  }

  .sm\:\!text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

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

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

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:shadow-blog {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 25px;
  }
}

@media (min-width: 768px) {

  .md\:static {
    position: static;
  }

  .md\:relative {
    position: relative;
  }

  .md\:-left-9 {
    left: -2.25rem;
  }

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

  .md\:-top-12 {
    top: -3rem;
  }

  .md\:-top-4 {
    top: -1rem;
  }

  .md\:left-0 {
    left: 0px;
  }

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

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

  .md\:order-3 {
    order: 3;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

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

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[110px\] {
    height: 110px;
  }

  .md\:h-\[250px\] {
    height: 250px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:w-\[130px\] {
    width: 130px;
  }

  .md\:w-\[150px\] {
    width: 150px;
  }

  .md\:w-\[285px\] {
    width: 285px;
  }

  .md\:w-\[300px\] {
    width: 300px;
  }

  .md\:w-auto {
    width: auto;
  }

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

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:gap-0 {
    gap: 0px;
  }

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:bg-inherit {
    background-color: inherit;
  }

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

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

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

  .lg\:-left-24 {
    left: -6rem;
  }

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

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-9 {
    left: 2.25rem;
  }

  .lg\:left-\[-4\%\] {
    left: -4%;
  }

  .lg\:right-0 {
    right: 0px;
  }

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

  .lg\:top-8 {
    top: 2rem;
  }

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

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

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

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-ml-20 {
    margin-left: -5rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mr-20 {
    margin-right: -5rem;
  }

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

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

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

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

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

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

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

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-\[125\%\] {
    height: 125%;
  }

  .lg\:h-\[300px\] {
    height: 300px;
  }

  .lg\:h-\[350px\] {
    height: 350px;
  }

  .lg\:h-\[425px\] {
    height: 425px;
  }

  .lg\:h-\[500px\] {
    height: 500px;
  }

  .lg\:h-\[700px\] {
    height: 700px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-\[300px\] {
    width: 300px;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-\[425px\] {
    width: 425px;
  }

  .lg\:w-\[700px\] {
    width: 700px;
  }

  .lg\:w-\[75\%\] {
    width: 75%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:max-w-screen-lg {
    max-width: 1024px;
  }

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

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

  .lg\:grid-rows-\[repeat\(auto-fill\2c minmax\(250px\2c 1fr\)\)\] {
    grid-template-rows: repeat(auto-fill,minmax(250px,1fr));
  }

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

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

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

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

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

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

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

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

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

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

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

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

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

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

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

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

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:tt-l {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    font-size: 3rem;
    line-height: 0.70 !important;
  }

  @media (min-width: 1280px) {

    .lg\:tt-l {
      font-size: 3.75rem;
      line-height: 1;
    }
  }

    .lg\:tt-l span {
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(1 9 47 / var(--tw-text-opacity));
  }

.lg\:tt-l span ul li:before {
  background: var(--power-icon-dark) no-repeat center center;
}

    .lg\:tt-l > *:last-child {
      margin-left: -0.5em;
      
      /* margin-top: -0.4em; */
      
      display: block;
      
      font-weight: 700;
      
      --tw-text-opacity: 1;
      
      color: rgb(51 42 124 / var(--tw-text-opacity));
    }
      .lg\:tt-l.text-white span {
        color: white;
      }

      .lg\:tt-l.text-white > *:last-child {
        color: white;
      }
}

@media (min-width: 1280px) {

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

  .xl\:-top-24 {
    top: -6rem;
  }

  .xl\:top-14 {
    top: 3.5rem;
  }

  .xl\:-mr-20 {
    margin-right: -5rem;
  }

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:mr-0 {
    margin-right: 0px;
  }

  .xl\:h-\[140\%\] {
    height: 140%;
  }

  .xl\:h-\[360px\] {
    height: 360px;
  }

  .xl\:h-\[525px\] {
    height: 525px;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-\[180px\] {
    width: 180px;
  }

  .xl\:w-\[265px\] {
    width: 265px;
  }

  .xl\:w-\[525px\] {
    width: 525px;
  }

  .xl\:w-\[700px\] {
    width: 700px;
  }

  .xl\:max-w-screen-lg {
    max-width: 1024px;
  }

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

  .xl\:gap-10 {
    gap: 2.5rem;
  }

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

  .xl\:rounded-b-\[50px\] {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

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

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

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

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

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

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

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

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

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}




/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

:root {
  --font-12: 0.75rem;
  /* 12px */
  --font-14: 0.875rem;
  /* 14px */
  --font-16: 1rem;
  /* 16px */
  --font-18: 1.125rem;
  /* 18px */
  --font-20: 1.25rem;
  /* 20px */
  --font-22: 1.375rem;
  /* 22px */
  --font-24: 1.5rem;
  /* 24px */
  --font-26: 26px;
  /* 26px */
  --font-28: 1.75rem;
  /* 28px */
  --font-32: 2rem;
  /* 32px */
  --font-34: 2.125rem;
  /* 34px */
  --font-36: 2.25rem;
  /* 36px */
  --font-38: 2.375rem;
  /* 38px */
  --font-40: 2.5rem;
  /* 40px */
  --font-42: 2.625rem;
  /* 42px */
  --font-48: 3rem;
  /* 48px */
  --font-50: 3.125rem;
  /* 50px */
  --font-56: 3.5rem;
  /* 56px */
  --font-70: 4.375rem;

  --line-height-2xs: 1.1;
  --line-height-xs: 1.2;
  --line-height-sm: 1.3;
  --line-height-md: 1.5;
  --line-height-lg: 1.7;
  --color-neutral-00: #ffffff;
  --color-neutral-50: #f6f6f6;
  --color-neutral-100: #e8e8e8;
  --color-neutral-200: #c9c9c9;
  --color-neutral-300: #a7a7a7;
  --color-neutral-400: #868b91;
  --color-neutral-500: #636d77;
  --color-neutral-600: #363c43;
  --color-neutral-700: #22272b;
  --color-neutral-800: #101214;
  --color-secondary-50:  #D8ECFA;
  --color-secondary-100: #9ECDEF;
  --color-secondary-200: #7FAEE3;
  --color-secondary-300: #4D97F5;
  --color-secondary-400: #0055CC;
  --color-secondary-500: #061E90;
  --color-secondary-600: #021660;
  --color-secondary-700: #0A1C4A;
  --color-secondary-800: #0B1530;
  --color-primary-50:  #FFF3E6;
  --color-primary-100: #FFD9B8;
  --color-primary-200: #FEBE8A;
  --color-primary-300: #F89B55;
  --color-primary-400: #EB7F24;
  --color-primary-500: #E56910;
  --color-primary-600: #C3550D;
  --color-primary-700: #9E460A;
  --color-primary-800: #713006;
  --color-tertiary-500: #02d9ed;
  --color-tertiary-700: #0093a1;
  --color-fourth-100: #f6f6fc;
  --color-fourth-200: #e7e7f7;
  --color-fourth-500: #450086;


  /* number */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 32px;
  --radius-2xl: 128px;
  --radius-3xl: 360px;
  --spacing-05: 0.25rem;
  /* 4px  */
  --spacing-1: 0.5rem;
  /* 8px  */
  --spacing-2: 1rem;
  /* 16px */
  --spacing-3: 1.5rem;
  /* 24px */
  --spacing-4: 2rem;
  /* 32px */
  --spacing-5: 2.5rem;
  /* 40px */
  --spacing-6: 3rem;
  /* 48px */
  --spacing-7: 3.5rem;
  /* 56px */
  --spacing-8: 4rem;
  /* 64px */
  --spacing-9: 5rem;
  /* 80px */
  --spacing-10: 6.25rem;
  /* 100px */

  /* fonts */

  --ac-ff-body: "Inter", sans-serif;
  --ac-ff-button: "Plus Jakarta Sans", sans-serif;
  --ac-ff-headigns: "Plus Jakarta Sans", sans-serif;

  --ac-fw-light: 300;
  --ac-fw-regular: 400;
  --ac-fw-medium: 500;
  --ac-fw-semi: 600;
  --ac-fw-bold: 700;

  /* brand colors */
  --ac-color-primary: var(--color-primary-500);
  --ac-color-secondary: var(--color-secondary-500);


  /* surface */
  --ac-color-surface-base: var(--color-neutral-00);
  --ac-color-surface-primary: var(--ac-color-primary);
  --ac-color-surface-secondary: var(--ac-color-secondary);
  --ac-color-surface-subdued: var(--color-fourth-100);

  /* font colors */

  --ac-color-text-base: var(--color-neutral-500);
  --ac-color-text-heading: var(--color-primary-500);
  --ac-color-text-highlight: var(--color-tertiary-500);
  --ac-color-text-positive: var(--color-neutral-00);
  --ac-color-text-primary: var(--color-primary-500);
  --ac-color-text-subheading: var(--color-fourth-500);
  --ac-color-theme-primary: var(--color-neutral-00);

  /* number */
  --radius-radius-minimal: var(--radius-sm);
  --radius-radius-rounded: var(--radius-md);
  --radius-radius-large: var(--radius-lg);
  --radius-radius-full: var(--radius-3xl);
  --spacing-spacing-none: 0px;
  --spacing-spacing-xs: var(--spacing-05);
  --spacing-spacing-sm: var(--spacing-1);
  --spacing-spacing-md: var(--spacing-2);
  --spacing-spacing-lg: var(--spacing-3);
  --spacing-spacing-xl: var(--spacing-4);
  --spacing-spacing-xxl: var(--spacing-5);

  --chevron-up: url(https://25574029.fs1.hubspotusercontent-eu1.net/hubfs/25574029/website/icons/chevron-up.svg);
  --chevron-down: url(https://25574029.fs1.hubspotusercontent-eu1.net/hubfs/25574029/website/icons/chevron-down.svg);
}

html {
  font-size: 100%;
}

body {
  font-size: var(--font-16);
  line-height: var(--line-height-md);
  font-family: var(--ac-ff-body);
  background-color: var(--color-neutral-00);
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--color-neutral-600);
  background-color: var(--color-fourth-100);

}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--ac-ff-headigns);
  margin: 0;
  text-transform: inherit;
  font-weight: var(--ac-fw-semi);
}

h1 {
  font-size: var(--font-28);
  line-height: var(--line-height-sm);
}

h2 {
  font-size: var(--font-24);
  line-height: var(--line-height-sm);
}

h3 {
  font-size: var(--font-22);
  line-height: var(--line-height-sm);
}

h4 {
  font-size: var(--font-20);
  line-height: var(--line-height-sm);
}

h5 {
  font-size: var(--font-18);
  line-height: var(--line-height-sm);
}

.blog-section__content {

  h2,
  h3 {
    margin-top: var(--spacing-4);
    margin-bottom: var(--spacing-2);
  }

  h4 h5 {
    margin-top: var(--spacing-2);
    margin-bottom: var(--spacing-2);
  }
}

@media (min-width: 48rem) {
  h1 {
    font-size: var(--font-32);
    line-height: 1.6
  }

  h2 {
    font-size: var(--font-28);
    line-height: 1.6
  }

  h3 {
    font-size: var(--font-24);
    line-height: 1.6
  }

  h4 {
    font-size: var(--font-20);
    line-height: var(--line-height-sm);
  }

  h5 {
    font-size: var(--font-18);
    line-height: var(--line-height-sm);
  }
}

@media (min-width: 64rem) {
  h1 {
    font-size: var(--font-38);
    line-height: var(--line-height-sm);
  }

  h2 {
    font-size: var(--font-32);
    line-height: var(--line-height-sm);
  }

  h3 {
    font-size: var(--font-28);
    line-height: var(--line-height-sm);
  }

  h4 {
    font-size: var(--font-24);
    line-height: var(--line-height-sm);
  }

  h5 {
    font-size: var(--font-22);
    line-height: var(--line-height-sm);
  }
}



.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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



.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--spacing-2);
  padding-right: var(--spacing-2);
  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;
  }
}


.body-container .dnd-section {
  margin: 0 !important;
}

/* Buttons */
.hs_cos_wrapper_type_form .hs-button,
.btn {
  border-radius: 100vw;
  border: 1px solid transparent;
  padding: var(--spacing-2);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  font-family: var(--ac-ff-body);
  font-size: var(--font-16);
  line-height: var(--line-height-sm);
  font-weight: var(--ac-fw-regular);
  text-align: center;
  transition: all .2s;
}

.btn:focus {
    border-color: var(--color-secondary-300);
}

.btn--sm {
  padding: var(--spacing-1);
  font-size: var(--font-14);
}

.hs_cos_wrapper_type_form .hs-button,
.btn__primary {
  background: var(--color-primary-500);
  border-color: var(--color-primary-500);
  color: var(--color-neutral-00);
}

.btn__primary:hover,
.btn__primary:active {
  background: var(--color-primary-600) !important;
  border-color: var(--color-primary-600) !important;
  color: var(--color-neutral-00);
}

.btn__primary--ghost {
  background: transparent;
  border-color: var(--color-primary-500);
  color: var(--color-neutral-00);
}

.btn__primary--ghost:hover,
.btn__primary--ghost:active {
  background: var(--color-primary-600) !important;
  border-color: var(--color-primary-600) !important;
  color: var(--color-neutral-00);
}


.btn__secondary {
  background: var(--color-secondary-300);
  border-color: var(--color-secondary-300);
  color: var(--color-neutral-00);
}

.btn__secondary:hover,
.btn__secondary:active {
  background: var(--color-secondary-400) !important;
  border-color: var(--color-secondary-400) !important;
  color: var(--color-neutral-00);
}

.btn__secondary--ghost {
  background: transparent;
  border-color: var(--color-secondary-300);
  color: var(--color-neutral-00);
}

.btn__secondary--ghost:hover,
.btn__secondary--ghost:active {
  background: var(--color-secondary-400) !important;
  border-color: var(--color-secondary-400) !important;
  color: var(--color-neutral-00);
}

.btn__tertiary {
  background: var(--color-secondary-600);
  border-color: var(--color-secondary-600);
  color: var(--color-neutral-00);
}

.btn__tertiary:hover,
.btn__tertiary:active {
  background: var(--color-secondary-700) !important;
  border-color: var(--color-secondary-700) !important;
  color: var(--color-neutral-00);
}

/* overwritte old buttons */
.btn:focus:not([disabled]) {
  background-color: inherit
}


/* Base: grid con 1 columna */

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

.ac-header {
  background: var(--ac-color-surface-secondary);
  padding: var(--spacing-2) 0;
  position: relative;
  z-index: 50;
}

header.mobile-menu-active {
  background: var(--ac-color-surface-secondary);
}

.ac-header__content {
  display: flex;
  align-content: center;
  align-items: center;
}

.ac-header__logo {
  width: 180px;
  height: 31px;
  position: relative;
  aspect-ratio: 180/31;

  svg {
    width: 100%;
    height: 100%;
  }
}

.ac-header__burguer {
  width: 32px;
}

.ac-header__burguer svg {
  width: 20px;
  height: 20px;
}

.ac-header__burguer .text-sm {
  font-size: 12px;
}

.ac-header__actions {
  gap: var(--spacing-2);
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

#hs_menu_wrapper_main_menu>ul {
  gap: var(--spacing-3);
}

header.mobile-menu-active #miniMenu {
  position: relative;
  top: 0;
}

header.mobile-menu-active #miniMenu>a:last-child {
  display: flex !important;
}

.header__link,
#hs_menu_wrapper_main_menu a {
  color: var(--ac-color-text-positive);
  text-align: center;
  font-family: var(--ac-ff-button);
  font-size: var(--font-14);
  line-height: var(--line-height-sm);
  font-weight: var(--ac-fw-regular);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
}

#hs_menu_wrapper_main_menu .hs-menu-depth-1.active>a,
#hs_menu_wrapper_main_menu a:hover,
#hs_menu_wrapper_main_menu .hs-menu-depth-1.active>a,
#hs_menu_wrapper_main_menu .hs-menu-depth-1.active>a:hover,
#hs_menu_wrapper_main_menu a:hover {
  background-color: transparent;
  color: var(--color-neutral-00);
}

#hs_menu_wrapper_main_menu .hs-item-has-children {
  min-height: auto;
  position: relative;
}

header.mobile-menu-active #hs_cos_wrapper_main_menu .hs-item-has-children.hs-menu-depth-1 a:after,
.hs-item-has-children.hs-menu-depth-1 a:after {
  background-image: var(--chevron-up);
  transform: rotate(180deg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  margin-left: 4px;
}

header.mobile-menu-active #hs_cos_wrapper_main_menu .hs-item-has-children.hs-menu-depth-1 a:hover:after,
.hs-item-has-children.hs-menu-depth-1 a:hover:after {
  transform: rotate(0deg);
}

header.mobile-menu-active #hs_cos_wrapper_main_menu .hs-item-has-children.hs-menu-depth-1 a:hover {
  background-color: transparent !important;
  color: var(--color-neutral-00) !important;
}

#hs_menu_wrapper_main_menu .hs-menu-children-wrapper {
  padding: var(--spacing-1);
}

#hs_menu_wrapper_main_menu .hs-menu-children-wrapper a {
  text-align: left;
  justify-content: flex-start;
  border-bottom-width: 0;
  border-radius: 0;
  text-wrap: pretty;
  width: 100%;
  font-size: var(--font-14);
  font-weight: var(--ac-fw-regular);
  line-height: var(--line-height-sm);
  padding: var(--spacing-1);
  color: var(--color-neutral-600);
}

header.mobile-menu-active #hs_cos_wrapper_main_menu .hs-menu-depth-2 a:after,
#hs_menu_wrapper_main_menu .hs-menu-children-wrapper a:after {
  content: none !important;
}

header.mobile-menu-active #hs_cos_wrapper_main_menu #hs_menu_wrapper_main_menu>ul>li {
  align-items: start;
  display: flex;
  height: auto;
}

header.mobile-menu-active #hs_cos_wrapper_main_menu #hs_menu_wrapper_main_menu>ul>li a {
  color: var(--color-neutral-00);
}


header.mobile-menu-active #hs_cos_wrapper_main_menu {
  background-color: transparent;
  padding: 0;
}

.ac-header__actions a:not(.btn) {
  align-items: center;
  border-radius: 0;
  color: var(--ac-color-text-positive);
  display: flex;
  font-family: var(--ac-ff-button);
  font-size: var(--font-14);
  font-weight: var(--ac-fw-regular);
  justify-content: center;
  line-height: var(--line-height-sm);
  padding: 0;
  position: relative;
  text-align: center;
}

header.mobile-menu-active #miniMenu {
  position: relative;
  top: 0;
  left: 16px;
}

header.mobile-menu-active #hs_cos_wrapper_main_menu #hs_menu_wrapper_main_menu a,
header.mobile-menu-active #miniMenu a {
  font-size: var(--font-16);
}



@media (min-width: 48rem) {
  .btn {
    border-width: 2px
  }

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

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

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

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

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



@media (min-width: 64rem) {

  .ac-header__logo {
    width: 210px;
    height: 39px;
    aspect-ratio: 210/39;
    padding-right: var(--spacing-3);
  }

  .container {
    padding-left: var(--spacing-2);
    padding-right: var(--spacing-2);
  }

  .btn {
    padding: var(--spacing-2) var(--spacing-3);
  }

  .btn--sm {
    padding: var(--spacing-1);
    font-size: var(--font-14);
  }

  .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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

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

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

@media (min-width: 80rem) {
  .container {
    padding-left: var(--spacing-3);
    padding-right: var(--spacing-3);
  }

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

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

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

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

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

  .btn {
    font-size: var(--font-18);
  }

  .btn--sm {
    padding: var(--spacing-1);
    font-size: var(--font-14);
  }
}

/* Blog */
.blog-hero,
.blog-hero * {
  box-sizing: border-box;
}

.blog-hero {
  background-image: url("https://25574029.fs1.hubspotusercontent-eu1.net/hubfs/25574029/website/flowize/hero-pages.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--ac-color-surface-secondary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  height: 440px;
}

.blog-hero--tiny {
  height: 160px;
}

.blog-hero__content {
  align-items: center;
  position: relative;
}

.blog-hero__info {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-1);
}

.blog-hero__heading {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
  align-items: center;
}

.blog-hero__headline {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-05);
  align-items: center;
}

.blog-hero__uptitle,
.blog-hero__title,
.blog-hero__subtitle {
  font-family: var(--ac-ff-headigns);
  position: relative;
  text-align: center;
}

.blog-hero--details {
  height: 160px;

  .blog-hero__content,
  .blog-hero__heading,
  .blog-hero__headline {
    align-items: flex-start;
  }

  .blog-hero__uptitle,
  .blog-hero__title,
  .blog-hero__subtitle {
    text-align: left;
  }
}

.blog-hero__uptitle {
  color: var(--color-primary-500);
  font-size: var(--font-14);
  font-weight: var(--ac-fw-semi);
  text-transform: uppercase !important;
  letter-spacing: 1px;
  line-height: var(--line-height-2xs);
  display: flex;
  align-items: center;
  gap: var(--spacing-05);

  svg {
    width: 16px;
    height: 16px;

    path {
      fill: var(--color-primary-500);
    }

  }

}

.blog-hero__title {
  color: var(--color-neutral-00);
  font-size: var(--font-34);
  font-weight: var(--ac-fw-bold);
  line-height: var(--line-height-2xs) !important;
}

.blog-hero__subtitle {
  color: var(--color-neutral-00);
  font-size: var(--font-18);
  line-height: var(--line-height-md);
  font-weight: var(--ac-fw-regular);
}

.blog-hero__body {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
  align-items: center;
}


.blog-hero__actions {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-2);
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  align-items: center;
}

.blog,
.blog * {
  box-sizing: border-box;
}

.blog {
  display: flex;
  flex-direction: column;
  padding: var(--spacing-6) 0;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  background-color: var(--color-neutral-00);
}

.blog.--stripped {
  background-color: var(--color-fourth-100);
}

.blog__content {
  align-items: center;
}

.blog-section {
  padding: var(--spacing-6) 0;
  background-color: var(--color-fourth-100);
}

.blog-section__content {
  margin-top: var(--spacing-4);
}

.blog-section__uptitle {
  color: var(--color-primary-500);
  font-size: var(--font-14);
  font-weight: var(--ac-fw-semi);
  text-transform: uppercase !important;
  line-height: var(--line-height-2xs);
  display: flex;
  align-items: center;
  gap: var(--spacing-05);

  svg {
    width: 16px;
    height: 16px;

    path {
      fill: var(--color-primary-500);
    }
  }
}

.blog-section__img {
  margin-bottom: var(--spacing-4);
}

.blog-section__title {
  align-items: center;
  align-self: stretch;
  color: var(--color-secondary-600);
  display: flex;
  justify-content: flex-start;
  margin-top: var(--spacing-2);
  margin-bottom: var(--spacing-2);
  position: relative;
  text-align: left;
}

.blog-section__share-item {
  border-radius: var(--radius-3xl);
  background-color: var(--color-secondary-300);
  padding: var(--spacing-1);
  width: 2rem;
  height: 2rem;

  svg {
    fill: var(--color-neutral-00);
  }
}

.blog-section__aside {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
}

.blog-section__demo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-1);
}

.blog-section__demo-title {
  text-align: left;
  color: var(--color-secondary-400);
  font-size: var(--font-20);
}

.blog-section__demo-desc {
  color: var(--color-neutral-500);
  text-align: left;
  font-weight: var(--ac-fw-light);
  font-size: var(--font-14);
}

.blog-section__aside .btn__secondary--ghost {
  color: var(--color-secondary-400);

  &:hover {
    color: var(--color-neutral-00);
  }
}

@media (min-width: 64rem) {


  .blog-section__content {

    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 2rem;
  }

  .blog-section__aside {
    position: sticky;
    top: 1rem;
    align-self: start;
  }

  .blog-section__demo-title,
  .blog-section__demo-desc {
    text-align: center;
  }

  .blog-section__share {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}


.blog__info {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-1);
}

.blog__info+.blog__list {
  margin-top: var(--spacing-5);
}

.blog__heading {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-05);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}

.blog__headline {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-1);
}

.blog__uptitle,
.blog__title,
.blog__subtitle {
  font-family: var(--ac-ff-headigns);
  text-align: left;
}

.blog__uptitle {
  color: var(--color-secondary-500);
  font-size: var(--font-14);
  font-weight: var(--ac-fw-semi);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: var(--line-height-2xs);

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

.blog__title {
  color: var(--color-neutral-800);
  font-size: var(--font-32);
  line-height: var(--line-height-xs) !important;
  font-weight: var(--ac-fw-bold);
  display: flex;
  align-items: center;
}

.blog__subtitle {
  color: var(--color-neutral-600);
  font-size: var(--font-20);
  line-height: var(--line-height-md);
  font-weight: var(--ac-fw-regular);
}

.blog__description+.feature {
  margin-top: var(--spacing-3);
}

.blog__item {
  background: var(--color-neutral-00);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  box-shadow: -4px 19px 28px -1px rgba(14, 31, 53, 0.09);
  overflow: hidden;

  &:hover {
    box-shadow: 0 2px 10px 0 rgb(105 105 105 / 20%);

    .blog__item-title {
      color: var(--color-secondary-500)
    }
  }
}

.blog__item-body {
  padding: var(--spacing-2);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog__item-title {
  color: var(--color-secondary-600);
  text-align: left;
  font-family: var(--ac-ff-headigns);
  font-size: var(--font-18);
  line-height: var(--line-height-sm);
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}

.blog-tags {
  height: 20px;
}

.blog-tags__item {
  border-radius: var(--radius-sm);
  color: var(--color-secondary-600);
  text-align: center;
  font-family: var(--ac-ff-body);
  font-size: var(--font-12);
  padding: 0 var(--spacing-05);
  line-height: var(--line-height-md);
  font-weight: var(--ac-fw-regular);
  border: 1px solid var(--color-secondary-200);
  transition: all .2s;

  &:hover {
    color: var(--color-primary-600);
    background-color: var(--color-primary-100);
    border: 1px solid var(--color-primary-500);
  }
}

.blog__btn {
  align-items: center;
  color: var(--color-secondary-300);
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  font-family: var(--ac-ff-button);
  font-size: var(--font-14);
  gap: var(--spacing-1);
  justify-content: flex-start;
  line-height: var(--line-height-2xs);
  position: relative;
  width: 100%;

  path {
    fill: var(--color-secondary-300)
  }
}

.blog__btn:hover {

  color: var(--color-secondary-500);

  path {
    fill: var(--color-secondary-500)
  }
}

@media (min-width: 48rem) {

  /* 768px */
  .blog-hero {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* blog */

  .blog {
    padding: var(--spacing-6) 0;
  }

  .blog__uptitle {
    font-size: var(--font-16);
  }

  .blog__title {
    font-size: var(--font-32);
  }
}

@media (min-width: 64rem) {

  /* 1024px */

  .blog__title {
    font-size: var(--font-40);
  }

  .blog-hero {
    background-position: 50% 20px;
    background-size: auto;
    height: 400px;
  }

  .blog-hero--tiny {
    background-size: auto;
    height: 260px;
  }

  .blog-section__heading,
  .blog-section__content,
  .blog-hero__info {
    padding-left: var(--spacing-4);
    padding-right: var(--spacing-4);
  }

  .blog-hero__heading {
    gap: var(--spacing-2);
  }

  .blog-hero__uptitle {
    font-size: var(--font-16);
    letter-spacing: 2px;
  }

  .blog-hero__title {
    font-size: var(--font-42);
  }

  .blog-hero__body {
    gap: var(--spacing-4);
  }

  .blog-hero__subtitle {
    font-size: var(--font-20);
  }

  .blog-hero__description {
    font-size: var(--font-16);
  }

  .blog-hero__actions {
    gap: var(--spacing-3);
  }


}

@media (min-width: 80rem) {
  /* 1280px */

  .blog-hero {
    background-size: auto;
    height: 420px;
  }

  .blog-hero--tiny {
    background-size: auto;
    height: 280px;
  }

  .blog-hero--details {
    background-size: auto;
    height: 280px;
  }

  .blog-section__heading,
  .blog-section__content,
  .blog-hero__info {
    padding-left: var(--spacing-10);
    padding-right: var(--spacing-10);
  }

  .blog-hero__title {
    font-size: var(--font-48);
  }
}

.ac-banner,
.ac-banner * {
  box-sizing: border-box
}

.ac-banner {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;

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

.ac-banner--primary {
  background-color: var(--color-primary-400)
}

.ac-banner--secondary {
  background-color: var(--color-secondary-300)
}

.ac-banner__content {
  align-items: end
}

.ac-banner__info {
  gap: var(--spacing-1);
  padding: var(--spacing-8) 0 0 0;
}


.ac-banner__heading,
.ac-banner__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ac-banner__heading {
  align-items: center;
  align-self: stretch;
  flex-shrink: 0;
  gap: var(--spacing-05);
  justify-content: flex-start
}

.ac-banner__headline {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-1)
}

.ac-banner__subtitle,
.ac-banner__title,
.ac-banner__uptitle {
  color: var(--color-neutral-00);
  font-family: var(--ac-ff-headigns);
  text-align: center
}

.ac-banner__uptitle {
  font-size: var(--font-18);
  font-weight: var(--ac-fw-medium);
  line-height: var(--line-height-2xs)
}

.ac-banner__title {
  align-items: center;
  display: flex;
  font-size: var(--font-34);
  font-weight: var(--ac-fw-bold);
  line-height: var(--line-height-xs) !important
}

.ac-banner__subtitle {
  font-size: var(--font-20);
  font-weight: var(--ac-fw-regular);
  line-height: var(--line-height-md)
}

.ac-banner__actions {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  gap: var(--spacing-2);
  justify-content: center;
  margin-top: var(--spacing-3)
}

@media (min-width: 48rem) {}

@media (min-width: 64rem) {
  .ac-banner {
    .items-start {
      align-items: flex-start
    }
  }
 .ac-banner__heading {
    align-items: flex-start;

  }
  .ac-banner__info {
    padding: var(--spacing-6) 0;
    align-items: flex-start;
  }

  .ac-banner__subtitle,
  .ac-banner__title,
  .ac-banner__uptitle {
    text-align: left
  }

  .ac-banner__uptitle {
    font-size: var(--font-18)
  }

  .ac-banner__title {
    font-size: var(--font-40)
  }

  .ac-banner__subtitle {
    font-size: var(--font-20)
  }

  .ac-banner__actions {
    justify-content: flex-start
  }
}

@media (min-width: 80rem) {
  .ac-banner__title {
    font-size: var(--font-42)
  }
}

.section__body>.feature {
  margin-top: var(--spacing-3);
}

.section-work {
  padding: var(--spacing-8) 0;
  
  @media (min-width: 64rem) {
    .box__icon {
        img {
          height: 52px;
          width: 52px;
        }
      }
    }
  
    .box__title {
      font-size: var(--font-24);
    }
  
    @media (min-width: 80rem) {
      .section-grid__title {
            font-size: var(--font-26);
            margin-bottom: var(--spacing-2);
            font-weight: var(--ac-fw-semi);
        }
    }
  
    .section-grid__subtitle {
       font-size: var(--font-16);
    }
  
  @media (min-width: 64rem) {
      &.section-grid--card {
          .section-grid__title, .section-grid__subtitle {
              text-align: left;
          }
          .section-grid__heading {
            align-items: start;
              justify-content: space-evenly;
          }
      }
  }
}

.section-work__item {
  margin-top: var(--spacing-4);
}

.section-work__title {
  font-size: var(--font-26);
}

.section-work__features {
  margin-top: var(--spacing-3);

  .feature__title {
    font-size: var(--font-16);
  }
  
  @media (min-width: 48rem) {
    .feature__icon {
        height: 32px;
        width: 32px;
    }
  }
}

.section-work__item.--stripped {
  background: var(--ac-color-surface-secondary);
  padding: var(--spacing-5);
  border-radius: var(--radius-xl);

  .section-work__title,
  .feature__title,
  .feature__description {
    color: var(--color-fourth-100);
  }
}

.section-work__action a {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 100vw;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  font-family: var(--ac-ff-body);
  font-size: var(--font-16);
  font-weight: var(--ac-fw-regular);
  justify-content: center;
  line-height: var(--line-height-sm);
  padding: var(--spacing-1) var(--spacing-2);
  position: relative;
  text-align: center;
  transition: all .2s;
  background: var(--color-primary-500);
  border-color: var(--color-primary-500);
  color: var(--color-neutral-00);
  width: fit-content;

  &:hover {
    background-color: var(--color-primary-600) !important;
    border-color: var(--color-primary-600) !important;
    color: var(--color-neutral-00);
  }
}
.lang_list_class li a {
    text-decoration: none;
    color: var(--color-neutral-600) !important;
    cursor: pointer;
    word-break: normal;
}


.lang_switcher_link {
  font-size: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.lang_switcher_link[data-language="en-nl"]::after {
  content: "Nederlands" !important;
  font-size: 14px !important;
}
.lang_switcher_link[data-language="en"]::after {
  content: "English" !important;
  font-size: 14px !important;
}
  
.header__language-switcher-label-current { font-size: 0; !important}

html[lang="en"] .header__language-switcher-label-current::after {
  content: "EN" !important;
  font-size: 14px !important;
}

html[lang="en-nl"] .header__language-switcher-label-current::after {
  content: "NL" !important;
  font-size: 14px !important;
}

.header__language-switcher-label {
    display: flex;
    gap: 4px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    align-items: center;
    border-radius: 0;
    color: var(--ac-color-text-positive);
    display: flex;
    font-family: var(--ac-ff-button);
    font-size: var(--font-14);
    font-weight: var(--ac-fw-regular);
    justify-content: center;
    line-height: var(--line-height-sm);
    padding: 0;
    position: relative;
    text-align: center;
    margin-left: 19px;
}

div#hs_cos_wrapper_language-switcher {
    order: 2;
}



.globe_class{
    background-image: var(--chevron-down)  !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    content: "" !important;
    display: block !important;
    height: 18px !important;
    width: 18px !important;
}

.ac-footer,
.ac-footer * {
  box-sizing: border-box;
}

.ac-footer {
  background: var(--color-fourth-200);
  padding: var(--spacing-8) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}


.ac-footer__heading {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-05);
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.ac-footer__title {
  color: var(--color-primary-500);
  text-align: left;
  font-family: var(--font-font-family-body, "DmSans-SemiBold", sans-serif);
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: var(--spacing-2)
}

.ac-footer__list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.ac-footer__img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(89%) saturate(2397%) hue-rotate(187deg) brightness(92%) contrast(101%);
  width: 110px;
}

.ac-footer .hs-item-has-children.hs-menu-depth-1 a:after {
  content: none;
}

.footer-menu ul {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.footer-menu ul>li:last-child {
  grid-column: span 1 / span 1;
}

.footer-menu a {
  color: var(--color-neutral-600);
  font-weight: 400;
}

.footer-menu a:hover {
  color: var(--color-neutral-700);
  text-decoration: underline;
}


.footer-menu .hs-item-has-children>a, 
.footer-menu-title {
  color: var(--color-secondary-500);
  font-weight: var(--ac-fw-medium);
  margin-bottom: var(--spacing-2);
}

.footer-menu .hs-item-has-children>a:hover,
.footer-menu-title:hover {
  color: var(--color-secondary-300);
  text-decoration: none;
}

@media (min-width: 48rem) {

  /* 768px */

  .ac-footer {
    padding: var(--spacing-8) 0;
  }

  .ac-footer__uptitle {
    font-size: var(--font-16);
  }

  .ac-footer__title {
    font-size: var(--font-32);
  }
}



@media (min-width: 64rem) {

  /* 1024px */

  .ac-footer {
    padding: var(--spacing-9) 0;
  }

  .ac-footer__icon {
    img {
      width: var(--font-40);
      height: var(--font-40);
    }
  }

  .ac-footer__title {
    font-size: var(--font-34);
  }

  .footer-menu ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-menu ul>li:last-child {
    grid-column: span 1 / span 1;
  }

}

@media (min-width: 80rem) {

  /* 1280px */

  .ac-footer {
    padding: var(--spacing-8) 0 var(--spacing-4) 0;
  }
}