@import url(https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap);
*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | 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: 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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}.container{
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}@media (min-width: 480px){.container{
    max-width: 480px;
  }
}@media (min-width: 600px){.container{
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}@media (min-width: 782px){.container{
    max-width: 782px;
  }
}@media (min-width: 1024px){.container{
    max-width: 1024px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}@media (min-width: 1280px){.container{
    max-width: 1280px;
  }
}@media (min-width: 1440px){.container{
    max-width: 1440px;
  }
}.pointer-events-none{
  pointer-events: none;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.sticky{
  position: sticky;
}.inset-0{
  inset: 0px;
}.bottom-0{
  bottom: 0px;
}.bottom-2{
  bottom: 0.5rem;
}.left-1\/2{
  left: 50%;
}.left-\[4px\]{
  left: 4px;
}.left-\[5px\]{
  left: 5px;
}.right-0{
  right: 0px;
}.right-3{
  right: 0.75rem;
}.right-\[3px\]{
  right: 3px;
}.right-\[5px\]{
  right: 5px;
}.top-0{
  top: 0px;
}.top-\[172px\]{
  top: 172px;
}.top-\[265px\]{
  top: 265px;
}.top-\[360px\]{
  top: 360px;
}.top-\[457px\]{
  top: 457px;
}.z-10{
  z-index: 10;
}.z-20{
  z-index: 20;
}.z-50{
  z-index: 50;
}.z-\[50\]{
  z-index: 50;
}.order-1{
  order: 1;
}.order-2{
  order: 2;
}.col-span-1{
  grid-column: span 1 / span 1;
}.col-span-10{
  grid-column: span 10 / span 10;
}.col-span-11{
  grid-column: span 11 / span 11;
}.col-span-12{
  grid-column: span 12 / span 12;
}.col-span-2{
  grid-column: span 2 / span 2;
}.col-span-3{
  grid-column: span 3 / span 3;
}.col-span-4{
  grid-column: span 4 / span 4;
}.col-span-5{
  grid-column: span 5 / span 5;
}.col-span-6{
  grid-column: span 6 / span 6;
}.col-span-7{
  grid-column: span 7 / span 7;
}.col-span-8{
  grid-column: span 8 / span 8;
}.col-span-9{
  grid-column: span 9 / span 9;
}.m-0{
  margin: 0px;
}.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}.mb-10{
  margin-bottom: 2.5rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-\[42px\]{
  margin-bottom: 42px;
}.mt-1{
  margin-top: 0.25rem;
}.mt-10{
  margin-top: 2.5rem;
}.mt-20{
  margin-top: 5rem;
}.mt-3{
  margin-top: 0.75rem;
}.block{
  display: block;
}.flex{
  display: flex;
}.inline-flex{
  display: inline-flex;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.h-0\.5{
  height: 0.125rem;
}.h-10{
  height: 2.5rem;
}.h-12{
  height: 3rem;
}.h-20{
  height: 5rem;
}.h-4{
  height: 1rem;
}.h-5{
  height: 1.25rem;
}.h-6{
  height: 1.5rem;
}.h-\[145px\]{
  height: 145px;
}.h-\[2000px\]{
  height: 2000px;
}.h-\[29rem\]{
  height: 29rem;
}.h-\[55px\]{
  height: 55px;
}.h-auto{
  height: auto;
}.h-full{
  height: 100%;
}.min-h-11{
  min-height: 2.75rem;
}.min-h-12{
  min-height: 3rem;
}.min-h-screen{
  min-height: 100vh;
}.w-1\/2{
  width: 50%;
}.w-10{
  width: 2.5rem;
}.w-12{
  width: 3rem;
}.w-20{
  width: 5rem;
}.w-4{
  width: 1rem;
}.w-6{
  width: 1.5rem;
}.w-80{
  width: 20rem;
}.w-\[3\.75rem\]{
  width: 3.75rem;
}.w-\[300px\]{
  width: 300px;
}.w-\[320px\]{
  width: 320px;
}.w-\[34\.375rem\]{
  width: 34.375rem;
}.w-\[55px\]{
  width: 55px;
}.w-\[7\.5rem\]{
  width: 7.5rem;
}.w-\[76rem\]{
  width: 76rem;
}.w-full{
  width: 100%;
}.w-5\/6{
  width: 83.333333%;
}.w-\[25rem\]{
  width: 25rem;
}.max-w-none{
  max-width: none;
}.flex-1{
  flex: 1 1 0%;
}.flex-shrink-0{
  flex-shrink: 0;
}.flex-grow{
  flex-grow: 1;
}.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.cursor-pointer{
  cursor: pointer;
}.list-decimal{
  list-style-type: decimal;
}.list-disc{
  list-style-type: disc;
}.list-none{
  list-style-type: none;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.flex-row{
  flex-direction: row;
}.flex-row-reverse{
  flex-direction: row-reverse;
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.items-start{
  align-items: flex-start;
}.items-end{
  align-items: flex-end;
}.items-center{
  align-items: center;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.justify-around{
  justify-content: space-around;
}.gap-0{
  gap: 0px;
}.gap-0\.5{
  gap: 0.125rem;
}.gap-1{
  gap: 0.25rem;
}.gap-1\.5{
  gap: 0.375rem;
}.gap-10{
  gap: 2.5rem;
}.gap-12{
  gap: 3rem;
}.gap-16{
  gap: 4rem;
}.gap-2{
  gap: 0.5rem;
}.gap-2\.5{
  gap: 0.625rem;
}.gap-20{
  gap: 5rem;
}.gap-3{
  gap: 0.75rem;
}.gap-3\.5{
  gap: 0.875rem;
}.gap-4{
  gap: 1rem;
}.gap-5{
  gap: 1.25rem;
}.gap-6{
  gap: 1.5rem;
}.gap-7{
  gap: 1.75rem;
}.gap-8{
  gap: 2rem;
}.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}.gap-y-0\.5{
  row-gap: 0.125rem;
}.self-stretch{
  align-self: stretch;
}.overflow-hidden{
  overflow: hidden;
}.overflow-visible{
  overflow: visible;
}.rounded{
  border-radius: 0.25rem;
}.rounded-2xl{
  border-radius: 1rem;
}.rounded-\[--radius-2xl\]{
  border-radius: var(--radius-2xl);
}.rounded-\[1\.25rem\]{
  border-radius: 1.25rem;
}.rounded-\[2rem\]{
  border-radius: 2rem;
}.rounded-\[3rem\]{
  border-radius: 3rem;
}.rounded-full{
  border-radius: 9999px;
}.border-t{
  border-top-width: 1px;
}.border-\[--Slate-Grey-200\]{
  border-color: var(--Slate-Grey-200);
}.bg-\[--Midnight-Blue-50\]{
  background-color: var(--Midnight-Blue-50);
}.bg-current{
  background-color: currentColor;
}.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}.p-0{
  padding: 0px;
}.p-2{
  padding: 0.5rem;
}.p-4{
  padding: 1rem;
}.p-6{
  padding: 1.5rem;
}.px-0{
  padding-left: 0px;
  padding-right: 0px;
}.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.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;
}.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}.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-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}.pb-1{
  padding-bottom: 0.25rem;
}.pb-10{
  padding-bottom: 2.5rem;
}.pb-2{
  padding-bottom: 0.5rem;
}.pb-4{
  padding-bottom: 1rem;
}.pb-8{
  padding-bottom: 2rem;
}.pl-4{
  padding-left: 1rem;
}.pt-2{
  padding-top: 0.5rem;
}.pt-20{
  padding-top: 5rem;
}.pt-3{
  padding-top: 0.75rem;
}.pt-4{
  padding-top: 1rem;
}.pt-6{
  padding-top: 1.5rem;
}.pt-9{
  padding-top: 2.25rem;
}.pb-12{
  padding-bottom: 3rem;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.text-right{
  text-align: right;
}.font-spaceGrotesk{
  font-family: "Space Grotesk", sans-serif;
}.text-\[2rem\]\/10{
  font-size: 2rem;
  line-height: 2.5rem;
}.text-sm\/4{
  font-size: 0.875rem;
  line-height: 1rem;
}.font-bold{
  font-weight: 700;
}.font-medium{
  font-weight: 500;
}.font-semibold{
  font-weight: 600;
}.text-\[\#656a71\]{
  --tw-text-opacity: 1;
  color: rgb(101 106 113 / var(--tw-text-opacity, 1));
}.text-\[--Complementar-State-Blue\]{
  color: var(--Complementar-State-Blue);
}.text-\[--Main-Lavander-Indigo\]{
  color: var(--Main-Lavander-Indigo);
}.text-\[--Main-Midnight-Blue\]{
  color: var(--Main-Midnight-Blue);
}.text-\[--Main-Palatinate-Blue\]{
  color: var(--Main-Palatinate-Blue);
}.text-\[--Neutral-Black\]{
  color: var(--Neutral-Black);
}.text-\[--Neutral-Grey-Dark\]{
  color: var(--Neutral-Grey-Dark);
}.text-\[--Neutral-Grey-Light\]{
  color: var(--Neutral-Grey-Light);
}.text-\[--Neutral-Grey\]{
  color: var(--Neutral-Grey);
}.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.underline{
  text-decoration-line: underline;
}.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.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, 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-colors{
  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;
}.duration-300{
  transition-duration: 300ms;
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}.alignwide{
  margin: 2rem 0;
  max-width: 1280px !important;
}.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}.aligncenter{
  margin: 0.5rem auto;
  display: block;
}@media (min-width: 600px){.alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;
  }.alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;
  }.wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;
  }.wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;
  }
}.wp-caption{
  display: inline-block;
}.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}.wp-caption-text{
  font-size: 0.875rem;
  color: #4b5563;
}/* common css *//* init font and color vars */:root {
    --font_public_sans: "Public Sans", sans-serif;
    --font_space_grotesk: "Space Grotesk", sans-serif;

    --Neutral-Black: #292929;
    --Neutral-Grey: #3D3D3D;
    --white: #fff;
    --Nude-Blue-50:#EEF4FF;
    --Main-Palatinate-Blue: #4031DE;
    --Main-Midnight-Blue: #252267;
    --Midnight-Blue-50: rgba(237, 242, 255, 0.20);
    --Neutral-White: #FFF;
    --Midnight-Blue-800: #312CA7;
    --Slate-Grey-200: #D8DADF;
    --Red-800: #912A23;
    --Main-Lavander-Indigo: #712C9D;
    --Palatinate-Blue-50: #ECF1FF;
    --Palatinate-Blue-100: #DCE5FF;
    --Midnight-Blue-100: rgba(223, 231, 255, 0.20);
    --Midnight-Blue-200: #C5D2FF;
    --secondary:#F9F9F9;
    --Neutral-Grey-Light:#4A4D5A;
    --Neutral-Grey-Dark:#3D3D3D ;
    --Complementar-State-Blue: #6765E3;
    --Nude-Blue-600: #4451E7;

    --radius-full: 624.9375rem;
    --radius-2xl: 3rem;
    --radius-lg: 1rem;
    --radius-md: 0.75rem;

    --c_B400A3: #B400A3;
}*:focus-visible {
    outline: var(--Main-Palatinate-Blue) auto 2px;
}.grecaptcha-badge{
    display: none;
}body, html {
    font-size: 1rem;
    color: var(--Neutral-Black);
    font-family: var(--font_public_sans);
    scroll-behavior: smooth;
    background-color: var(--white);
    font-weight: 400;
    line-height: 1.75rem;
    overflow-x: hidden;
    scroll-padding: 10rem;
    image-rendering: -webkit-optimize-contrast;

    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;

    background-image: var(--bg-lg);
}h1.hero, span.hero{
    font-size: 4.625rem;
    line-height: 5.125rem;
    font-weight: 500;
    letter-spacing: -0.0925rem;
}.simple-banner h2, h1, .body5{
    font-family: var(--font_space_grotesk);
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.625rem;
}.simple-banner h1, h2, .two-text-columns h1, .body6{
    font-family: var(--font_space_grotesk);
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.75rem;
}h3, .body4{
    font-family: var(--font_space_grotesk);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
}h3.body3, .body3{
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.375rem;
    letter-spacing: -0.0225rem;
}.body1{
    font-size: 1.125rem;
    font-style: normal;
    line-height: 1.5rem;
}.body2{
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
}.tag{
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    border-radius: var(--radius-full);
    background: var(--Nude-Blue-50);
    padding: 0.25rem 1rem;
    color: var(--Nude-Blue-600);
}ol, ul, menu {
    list-style: disc;
    margin-left: 1.25rem;
    padding-left: 1.25rem;
}.filter-box{
    border-radius: var(--radius-full);

    position: relative;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);

    border: 1px solid transparent; 
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    
    background-image: 
        linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)),
        linear-gradient(135deg, 
            rgba(255, 255, 255, 0.6) 0%,  
            transparent 40%, 
            transparent 60%, 
            rgba(255, 255, 255, 0.6) 100% 
        );

    box-shadow: 
      inset 8px 8px 20px rgba(37, 34, 103, 0.1),      
      inset -8px -8px 20px rgba(255, 255, 255, 0.2),      
      0 0px 0px rgba(37, 34, 103, 0.1);

}.filter-box.box::before{
    border-radius: 3rem;
}.filter-box::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.4'/%3E%3C/svg%3E");
    opacity: 0.15;
    mix-blend-mode: overlay;
    pointer-events: none;
    border-radius: var(--radius-full);
}.link-services:focus-visible{
    border-radius: 2rem;
}.link-services:hover .box-services, .link-services:focus-visible .box-services{
    box-shadow: 0 4px 40px 0 rgba(93, 143, 252, 0.08);
}.link-services:hover .box-services .arrow-services,.link-services:focus-visible .box-services .arrow-services{

        border-radius: var(--radius-full);

        position: relative;
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);

        border: 1px solid transparent; 
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        
        background-image: 
            linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)),
            linear-gradient(135deg, 
                rgba(255, 255, 255, 0.6) 0%,  
                transparent 40%, 
                transparent 60%, 
                rgba(255, 255, 255, 0.6) 100% 
            );

        box-shadow: 
        inset 8px 8px 20px rgba(37, 34, 103, 0.1),      
        inset -8px -8px 20px rgba(255, 255, 255, 0.2),      
        0 0px 0px rgba(37, 34, 103, 0.1);

    }.link-services:hover .box-services .arrow-services::before, .link-services:focus-visible .box-services .arrow-services::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: -1;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.4'/%3E%3C/svg%3E");
            opacity: 0.15;
            mix-blend-mode: overlay;
            pointer-events: none;
            border-radius: var(--radius-full);
        }.logo-mediatree{
    display: flex;
    height: 3.25rem;
    padding: 0 0.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.logo-mediatree a{
        border-radius: var(--radius-full);
    }.menu{
    padding: 0.25rem;
    gap: 1.75rem;
}.menu .languages{
        display: flex;
        height: 2.75rem;
        min-height: 2.25rem;
        padding: 0 0.375rem;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        background: rgba(255, 255, 255, 0.20);
        border-radius: var(--radius-full);

    }.menu .languages .link_language{
            display: flex;
            justify-content: center;
            align-items: center;
            flex: 1 0 0;
            border-radius: var(--radius-full);
            padding: 0.375rem 0.75rem;
            gap: 0.125rem;
            color: var(--Neutral-Grey);
            text-align: center;
            font-family: var(--font_public_sans);
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 400;
            line-height: 1.125rem;
            letter-spacing: -0.0175rem;
        }.menu .languages .link_language.active{
                background: rgba(255, 255, 255, 0.60);
                color: var(--Main-Midnight-Blue);
                font-weight: 600;
            }.menu .languages .link_language.active::before {
                    content: "";
                    display: block;
                    width: 1.25rem;
                    height: 1.25rem;

                    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11' viewBox='0 0 15 11' fill='none'%3E%3Cpath d='M14.1683 0.834991L5.00163 10.0017L0.834961 5.83499' stroke='black' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
                    
                    background-repeat: no-repeat;
                    background-position: center;
                    border-radius: var(--radius-full);
                    
                }#primary-menu-toggle.is-active .line-1 {
    transform: translateY(9px) rotate(45deg);
}#primary-menu-toggle.is-active .line-2 {
    opacity: 0;
    transform: translateX(-10px);
}#primary-menu-toggle.is-active .line-3 {
    transform: translateY(-9px) rotate(-45deg);
}.privacy-link{
    text-decoration: underline;
}.privacy-link:hover{
        font-weight: 600;
    }input[type="checkbox"] {
    accent-color: #3D3D3D;
    cursor: pointer;
}footer .menu-item-has-children:after{
        display: none;
    }.footer_menu_services .sub-menu li a:hover, .footer_menu_partner li a:hover, .footer_menu li a:hover, 
.footer_menu_company .sub-menu li a:hover, .footer_menu_legal .sub-menu li a:hover, .footer_menu_get_in_touch .sub-menu li a:hover{
    border-radius: var(--radius-full);

    position: relative;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    
    background-image: 
        linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)),
        linear-gradient(135deg, 
            rgba(255, 255, 255, 0.6) 0%,  
            transparent 40%, 
            transparent 60%, 
            rgba(255, 255, 255, 0.6) 100% 
        );

    box-shadow: 
      inset 8px 8px 20px rgba(37, 34, 103, 0.1),      
      inset -8px -8px 20px rgba(255, 255, 255, 0.2),      
      0 0px 0px rgba(37, 34, 103, 0.1);
    
     transition: all .5s ease-out;
}.footer_menu_services .sub-menu li a:hover::before, .footer_menu_partner li a:hover::before, .footer_menu li a:hover::before, .footer_menu_company .sub-menu li a:hover::before, .footer_menu_legal .sub-menu li a:hover::before, .footer_menu_get_in_touch .sub-menu li a:hover::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.4'/%3E%3C/svg%3E");
        opacity: 0.15;
        mix-blend-mode: overlay;
        pointer-events: none;
        border-radius: var(--radius-full);
    }.footer_menu_services .sub-menu li a, .footer_menu_partner li a, .footer_menu li a, 
.footer_menu_company .sub-menu li a, .footer_menu_legal .sub-menu li a, .footer_menu_get_in_touch .sub-menu li a{
    display: flex;
    height: 2.5rem;
    padding: 0 1rem;
    align-items: center;
    color: var(--Main-Palatinate-Blue);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625rem; 
    transition: all .5s ease-out;
    white-space: nowrap;
        width: -moz-fit-content;
        width: fit-content;
}.footer_menu{
    -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
        -moz-row-gap: 0.25rem;
        row-gap: 0.25rem;
}.footer_menu_company li > a,.footer_menu_legal li > a,.footer_menu_get_in_touch li > a,.footer_menu_services li > a{
        color: var(--Neutral-Grey);
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1rem;
        padding: 0 1rem;
    }.footer_menu_company .sub-menu,.footer_menu_legal .sub-menu,.footer_menu_get_in_touch .sub-menu,.footer_menu_services .sub-menu{
        display: inline-grid;
        row-gap: 0.25rem;
        -moz-column-gap: 4px;
             column-gap: 4px;
    }.footer_menu_company .sub-menu li,.footer_menu_legal .sub-menu li,.footer_menu_get_in_touch .sub-menu li,.footer_menu_services .sub-menu li{
        display: inline-flex;
    }.footer_menu_company .menu-item-has-children,.footer_menu_legal .menu-item-has-children,.footer_menu_get_in_touch .menu-item-has-children,.footer_menu_services .menu-item-has-children{
            display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: var(--25, 0.625rem);
    }.footer_menu_services .sub-menu{
        grid-template-rows: repeat(2, fit-content(100%));
    grid-template-columns: repeat(2, fit-content(100%));
}.dropdown ul, .menu ul{
    display: flex;
    align-items: center;
    gap: 0.75rem;
}.dropdown ul, .menu ul, footer ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}#dropdownDefaultButton{
    color: var(--Main-Midnight-Blue);
    font-family:  var(--font_space_grotesk);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.375rem;
    letter-spacing: -0.0225rem;
    transition: all .5s ease-out;
}#dropdownDefaultButton:hover{
        transition: all .5s ease-out;
        color: var(--Main-Palatinate-Blue);
    }.dropdown ul{
    flex-direction: column;
    border-radius: var(--radius-md);
    background: var(--Neutral-White);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    padding: 0.5rem;
    gap: 0.125rem;
    width: 100%;
    align-items: flex-start;
}.dropdown ul li a {
        display: flex;
        min-height: 2.75rem;
        padding: 0 1rem;
        align-items: center;
        gap: 0.375rem;

        color: var(--Main-Midnight-Blue);
        font-family: var(--font_space_grotesk);
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.375rem; 
        letter-spacing: -0.0225rem;
        transition: all .5s ease-out;
    }.dropdown ul li a:hover{
            transition: all .5s ease-out;
            color: var(--Main-Palatinate-Blue);
        }.nav li.current-menu-item a, .nav li.current-menu-parent > a{
            border-radius: var(--radius-full);
            background: var(--Neutral-White, #FFF);
            font-weight: 700;
        }.nav li .sub-menu li.current-menu-item a{
            background: var(--Palatinate-Blue-50);
        }.nav li:hover{
                color: var(--Main-Palatinate-Blue);
            
        }.nav li a {
            display: flex;
            min-height: 2.75rem;
            padding: 0 1rem;
            align-items: center;
            gap: 0.375rem;

            color: var(--Main-Midnight-Blue);
            font-family: var(--font_space_grotesk);
            font-size: 1.125rem;
            font-style: normal;
            font-weight: 500;
            line-height: 1.375rem; 
            letter-spacing: -0.0225rem;
            white-space: nowrap;
        }.nav li a:hover{
                color: var(--Main-Palatinate-Blue);
            }.nav li.menu-item-has-children > a{
        padding-right: 2.625rem;
    }#primary-menu>ul>li .sub-menu {
        padding: 0.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.125rem;
        display: none;
        position: absolute;
        text-align: left;
        left: 0;
        z-index: 99;
        border-radius: var(--radius-md);
        background: var(--Neutral-White);
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        align-self: stretch;
        width: 13.5rem;
}#primary-menu>ul>li .sub-menu li{
            align-self: stretch;
        }#primary-menu>ul>li .sub-menu li a{
                align-self: stretch;
            }#primary-menu>ul>li:hover>.sub-menu {
    display: flex;
}.menu-item-has-children{
    position: relative;
}.menu-item-has-children:after {
        content: "";
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 5.25L7 8.75L10.5 5.25' stroke='currentColor' stroke-width='0.875' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        transition: transform .3s ease;
    }.btn, .cky-btn, .cky-btn.cky-btn-reject, .cky-btn.cky-btn-preferences,
.cky-btn.cky-btn-accept, .cky-btn.cky-btn-customize{
    width: auto;
    display: flex;
    height: 3.5rem;
    padding: 0 1.75rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font_public_sans);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
    border-radius: var(--radius-full);
    transition: all .5s ease-out;
}.btn:hover,.cky-btn:hover,.cky-btn.cky-btn-reject:hover,.cky-btn.cky-btn-preferences:hover,.cky-btn.cky-btn-accept:hover,.cky-btn.cky-btn-customize:hover{
        transition: all .5s ease-out;
        opacity: 1;
    }.btn-primary, .cky-btn.cky-btn-accept{
    background: var(--Main-Palatinate-Blue);
    color: var(--Neutral-White);
}.btn-primary:hover,.cky-btn.cky-btn-accept:hover{
        background: var(--Midnight-Blue-800) !important;
        color: var(--Neutral-White);
        opacity: 1;
        border-color: transparent !important;
    }.btn-primary:focus-visible, .cky-btn.cky-btn-accept:focus-visible {
        outline: var(--Main-Palatinate-Blue) auto 2px;
        outline-offset: 2px;
    }.btn-secondary,  .cky-btn.cky-btn-reject, .cky-btn.cky-btn-preferences, .cky-btn.cky-btn-customize{
    position: relative;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);

    border: 1px solid transparent !important; 
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    
    background-image: 
        linear-gradient(rgba(223, 231, 255,0), rgba(223, 231, 255,0)),
        linear-gradient(135deg, 
            rgba(223, 231, 255, 0.6) 0%,  
            transparent 40%, 
            transparent 60%, 
            rgba(223, 231, 255, 0.6) 100% 
        );

    box-shadow: 
      inset 8px 8px 20px rgba(37, 34, 103, 0.1),      
      inset -8px -8px 20px rgba(255, 255, 255, 0.2),      
      0 0px 0px rgba(37, 34, 103, 0.1);

    color: var(--Main-Midnight-Blue) !important;
}.btn-secondary:hover,.cky-btn.cky-btn-reject:hover,.cky-btn.cky-btn-preferences:hover,.cky-btn.cky-btn-customize:hover{
        color: var(--Main-Midnight-Blue);
    }.btn-secondary:hover::before,.cky-btn.cky-btn-reject:hover::before,.cky-btn.cky-btn-preferences:hover::before,.cky-btn.cky-btn-customize:hover::before{
        opacity: 0.50;
        border-radius: var(--radius-full);
    }.btn-secondary::before, .cky-btn.cky-btn-reject::before, .cky-btn.cky-btn-preferences::before, .cky-btn.cky-btn-customize::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.4'/%3E%3C/svg%3E");
        opacity: 0.15;
        mix-blend-mode: overlay;
        pointer-events: none;
        border-radius: var(--radius-full);
    }.box{
    border-radius: 3rem;
}/* forms */label{
    color: var(--Neutral-Black);
    font-family: var(--font_public_sans);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0 0.75rem;
    display: block;
}input, textarea{
    border-radius: 1rem;
    border: 1px solid var(--Slate-Grey-200);
    background: var(--Neutral-White);
    display: flex;
    padding: 0.25rem 0.75rem;
    margin-top: 0.125rem;
    width: 100%;
    gap: 0.25rem;
    min-height: 2.5rem;
}input::-moz-placeholder, textarea::-moz-placeholder {
        color: rgba(41, 41, 41, 0.40);
    }input::placeholder, textarea::placeholder {
        color: rgba(41, 41, 41, 0.40);
    }span.wpcf7-not-valid-tip {
    display: none !important;
    visibility: hidden !important;
}.wpcf7-form.invalid span.wpcf7-not-valid-tip {
    display: block !important;
    visibility: visible !important;
}input.wpcf7-not-valid, textarea.wpcf7-not-valid{
    border: 1px solid var(--Slate-Grey-200);
}.wpcf7-form.invalid input.wpcf7-not-valid, .wpcf7-form.invalid textarea.wpcf7-not-valid {
    border: 2px solid var(--Red-800);
}.wpcf7-list-item{
        margin: 0 0 0 0.25rem;
}.wpcf7-checkbox label{

    width: 12.5rem;
    max-width: 15.5rem;
}.wpcf7-checkbox label, .wpcf7-acceptance label{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 2.75rem;
    min-height: 2.75rem;
    padding: 0  0.25rem 0 0.25rem;
    gap:  0.25rem;
    cursor: pointer;

}.wpcf7-checkbox label:hover,.wpcf7-acceptance label:hover{
        border-radius: var(--radius-full);
        background: var(--secondary);
    }.wpcf7-checkbox label input,.wpcf7-acceptance label input{
        display: flex;
        width: 1rem;
        height: 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        flex-shrink: 0;
            margin: 0.25rem;
    }.wpcf7-checkbox label span,.wpcf7-acceptance label span{
        overflow: hidden;
        color: var(--Neutral-Black);
        text-overflow: ellipsis;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.375rem;
        min-height: 2rem;
        padding: 0.375rem 0.5rem;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 0;
    }.masonry-layout {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
}.masonry-layout .box{
        -moz-column-break-inside: avoid;
             break-inside: avoid;
        page-break-inside: avoid;
        border-radius: 3rem;

    }/* tabs */.tab-button{
    color: var(--Main-Midnight-Blue);
    font-family: var(--font_space_grotesk);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: var(--radius-lg);
    background: var(--Palatinate-Blue-50);
    transition: all .5s ease-out;
}.tab-button svg{
        opacity: 0;
        transition: all .5s ease-out;
    }.tab-button:hover{
        transition: all .5s ease-out;
        background: var(--Palatinate-Blue-100);
    }.tab-button:hover svg{
            opacity: 1;
            transition: all .5s ease-out;
        }.tab-button.active{
        color: var(--Neutral-White);
        transition: all .5s ease-out;
        background: var(--Main-Palatinate-Blue);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        cursor: auto;
    }.tab-button.active svg{
            opacity: 1;
            transition: all .5s ease-out;
        }.tab-button.active .svg{
            transform: rotate(180deg);
            transition: all .5s ease-out;
        }.tab-content-item, .tab-button img{
    display: none;
}.tab-content-item.active, .tab-button.active img {
    display: block;
}.wpcf7-spinner{
    display: none;
}#primary-menu-toggle{
    color: var(--Main-Palatinate-Blue);
}.menu-item-has-children:hover:after {
    transform: translateY(-50%) rotate(180deg);
}.wpcf7 form.invalid .wpcf7-response-output{
    border-color: transparent;
    color: var(--Red-800);
}.cya11y-menu-btn {
    font-size: 0 !important;
    color: transparent !important;
}.cya11y-menu-btn::after {
    content: "Open accessibility menu";
    font-size: 14px;
    color: #212121;
    display: block;
    text-indent: 0;
}.footer.filter-box{
    border-radius: 3rem;
}.swiper-pagination{
    position: relative;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}.swiper-pagination-bullet{
    background-color: rgba(93, 143, 252, 0.30);
    width: 1rem;
height: 1rem;
}.swiper-pagination-bullet-active {
    width: 3.0625rem;
    height: 1rem;
    border-radius: var(--radius-full);
    background: var(--Main-Palatinate-Blue);
}.swiper-button-next, .swiper-button-prev{
    margin-left: 0 !important;
    margin-top: 0 !important;
    top: 0 !important;
    position: absolute;
    display: flex;
    height: 2.5rem;
    padding: 0 1rem;
    justify-content: center;
    align-items: center;
}.swiper-button-next svg,.swiper-button-prev svg{
        height: 1.5rem;
        width: 1.5rem;
    }.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
}@media (max-width: 1023px) {

    .tab-button svg{
        opacity: 1;
    }

    #primary-menu>ul>li>.sub-menu{
        display: flex;
    }

    .menu {
        padding: 0.5rem;
        gap: 0.125rem;
        width: 14.5rem;
        height: 70vh;

     
        transition: all 0.5s ease-in-out; 
        opacity: 0;
        max-height: 0;
        overflow: hidden;
    }

        .menu.is-open {
            opacity: 1;
            max-height: 90vh; 
            transition: all 0.5s ease-in-out; 
        }


        .menu.filter-box{
            border-radius: var(--radius-md);
            background: var(--Neutral-White);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            position: absolute;
        }
        .menu ul{
            flex-direction: column;
            gap: 0.125rem;
            align-items: flex-start;
        }
            .menu ul li{
                width: 100%;
            }

    #primary-menu>ul>li .sub-menu{
        transition: all .5s ease-out;
        position: relative;
        width: auto;
        background: none;
        box-shadow: none;
    }

    .menu-item-has-children:after {
        left: 10.5rem;
        top: 1.45rem;
        width: 30px;
        height: 30px;
    }

    .nav li.current-menu-item a, .nav li.current-menu-parent > a{
        background: var(--Palatinate-Blue-50);
    } 


    body, html {
        background-image: var(--bg-md);
    }

    h1.hero, span.hero{
        font-size: 3.625rem;
        line-height: 4.125rem;
        letter-spacing: -0.0725rem;
    }

    .simple-banner h2, h1, .body5{
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .simple-banner h1, h2, .two-text-columns h1{
        font-size: 2rem;
        line-height: 2.5rem;
    }

    h3, .body4{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .menu .languages{
        border-top: 0.5px solid var(--Midnight-Blue-50);
        width: 7.75rem;
        padding: 0.5rem 0.375rem;
     
    }



}@media (max-width: 781px) {
    body, html {
        background-image: var(--bg-sm);
    }

    h1.hero, span.hero{
        font-size: 2.625rem;
        line-height: 3.125rem; 
        letter-spacing: -0.0525rem;
    }

    .simple-banner h2, h1, .body5{
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .simple-banner h1, h2, .two-text-columns h1{
        font-size: 1.625rem;
        line-height: 2.125rem;
    }

    h3.body3, .body3{
        font-size: 1rem;
        line-height: 1.25rem;
        letter-spacing: -0.02rem;
    }

    h3, .body4{
        font-size: 1.125rem;
        line-height: 1.625rem;
    }


    .footer_menu_company .sub-menu, .footer_menu_legal .sub-menu, .footer_menu_get_in_touch .sub-menu{
        -moz-column-count: 2;
        column-count: 2;
    }

    .footer_menu{
        width: 100%;
    }
        .footer_menu > li {
        display: flex; /* Tornar o <li> um flex container, se ainda não o for */
    }

        .footer_menu > li:nth-child(3),
        .footer_menu > li:nth-child(4) {
            justify-content: end;
        }


    .masonry-layout {
        -moz-column-count: 1;
             column-count: 1; 
    }

    .box{
        border-radius: 1rem;
    }

    .filter-box.box::before{
        border-radius: 1rem;
    }
        .footer_menu_company .sub-menu,.footer_menu_legal .sub-menu,.footer_menu_get_in_touch .sub-menu{
            display: flex;
            align-items: flex-start;
            gap: 0.25rem;
        }

   /*  .swiper-slide:first-child{
        padding-left: 1.5rem;
    }
    .swiper-slide:last-child{
        padding-right: 1.5rem;
    } */

}.hover\:scale-103:hover{
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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\:text-\[\#EF1E26\]:hover{
  --tw-text-opacity: 1;
  color: rgb(239 30 38 / var(--tw-text-opacity, 1));
}.hover\:text-\[--Main-Midnight-Blue\]:hover{
  color: var(--Main-Midnight-Blue);
}.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.hover\:before\:opacity-65:hover::before{
  content: var(--tw-content);
  opacity: 0.65;
}.group:focus .group-focus\:rotate-180{
  --tw-rotate: 180deg;
  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));
}.groupdata-dropdown-open .group-\[data-dropdown-open\]\:rotate-180{
  --tw-rotate: 180deg;
  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));
}@media (min-width: 782px){.md\:order-1{
    order: 1;
  }.md\:order-2{
    order: 2;
  }.md\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }.md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }.md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }.md\:mb-10{
    margin-bottom: 2.5rem;
  }.md\:mb-6{
    margin-bottom: 1.5rem;
  }.md\:mb-\[120px\]{
    margin-bottom: 120px;
  }.md\:block{
    display: block;
  }.md\:grid{
    display: grid;
  }.md\:contents{
    display: contents;
  }.md\:hidden{
    display: none;
  }.md\:h-\[1400px\]{
    height: 1400px;
  }.md\:h-\[65px\]{
    height: 65px;
  }.md\:h-auto{
    height: auto;
  }.md\:w-1\/2{
    width: 50%;
  }.md\:w-1\/3{
    width: 33.333333%;
  }.md\:w-1\/4{
    width: 25%;
  }.md\:w-2\/3{
    width: 66.666667%;
  }.md\:w-3\/4{
    width: 75%;
  }.md\:w-5\/6{
    width: 83.333333%;
  }.md\:w-96{
    width: 24rem;
  }.md\:w-\[65px\]{
    width: 65px;
  }.md\:w-\[7\.5rem\]{
    width: 7.5rem;
  }.md\:w-auto{
    width: auto;
  }.md\:w-full{
    width: 100%;
  }.md\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:flex-row{
    flex-direction: row;
  }.md\:flex-col{
    flex-direction: column;
  }.md\:items-center{
    align-items: center;
  }.md\:justify-center{
    justify-content: center;
  }.md\:gap-0{
    gap: 0px;
  }.md\:gap-10{
    gap: 2.5rem;
  }.md\:gap-16{
    gap: 4rem;
  }.md\:gap-2{
    gap: 0.5rem;
  }.md\:gap-4{
    gap: 1rem;
  }.md\:gap-6{
    gap: 1.5rem;
  }.md\:gap-8{
    gap: 2rem;
  }.md\:self-auto{
    align-self: auto;
  }.md\:overflow-visible{
    overflow: visible;
  }.md\:rounded-\[3rem\]{
    border-radius: 3rem;
  }.md\:p-10{
    padding: 2.5rem;
  }.md\:p-14{
    padding: 3.5rem;
  }.md\:p-4{
    padding: 1rem;
  }.md\:p-5{
    padding: 1.25rem;
  }.md\:p-8{
    padding: 2rem;
  }.md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.md\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }.md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }.md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }.md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.md\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }.md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }.md\:pb-12{
    padding-bottom: 3rem;
  }.md\:pb-6{
    padding-bottom: 1.5rem;
  }.md\:pt-12{
    padding-top: 3rem;
  }.md\:pt-\[112px\]{
    padding-top: 112px;
  }.md\:text-center{
    text-align: center;
  }
}@media (min-width: 1024px){.lg\:relative{
    position: relative;
  }.lg\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }.lg\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }.lg\:block{
    display: block;
  }.lg\:flex{
    display: flex;
  }.lg\:hidden{
    display: none;
  }.lg\:w-1\/2{
    width: 50%;
  }.lg\:w-1\/4{
    width: 25%;
  }.lg\:w-2\/3{
    width: 66.666667%;
  }.lg\:w-2\/5{
    width: 40%;
  }.lg\:w-3\/4{
    width: 75%;
  }.lg\:w-3\/5{
    width: 60%;
  }.lg\:w-5\/12{
    width: 41.666667%;
  }.lg\:w-5\/6{
    width: 83.333333%;
  }.lg\:w-7\/12{
    width: 58.333333%;
  }.lg\:w-auto{
    width: auto;
  }.lg\:w-full{
    width: 100%;
  }.lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.lg\:flex-row{
    flex-direction: row;
  }.lg\:flex-col{
    flex-direction: column;
  }.lg\:flex-nowrap{
    flex-wrap: nowrap;
  }.lg\:justify-between{
    justify-content: space-between;
  }.lg\:gap-10{
    gap: 2.5rem;
  }.lg\:gap-12{
    gap: 3rem;
  }.lg\:gap-5{
    gap: 1.25rem;
  }.lg\:gap-6{
    gap: 1.5rem;
  }.lg\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }.lg\:p-10{
    padding: 2.5rem;
  }.lg\:p-16{
    padding: 4rem;
  }.lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }.lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }.lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }.lg\:pb-0{
    padding-bottom: 0px;
  }.lg\:pt-20{
    padding-top: 5rem;
  }.lg\:pt-8{
    padding-top: 2rem;
  }
}@media (min-width: 1280px){.xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
