/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  :root {
    scroll-behavior: smooth;
  }
  body {
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(1rem, calc(1rem + ((1 - 1) * ((100vw - 20rem) / (70 - 20)))), 1rem);
  line-height: 1.5;
    position: relative;
}
  svg {
    max-width: 100%;
  }
  h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1.5rem;
  font-family: BebasNeue, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
  h1:last-of-type, h2:last-of-type, h3:last-of-type, h4:last-of-type, h5:last-of-type, h6:last-of-type {
  margin-bottom: 0px;
}
  h1, :where(h1), .h1 {
  font-size: clamp(1.8509302102818825rem, calc(1.8509302102818825rem + ((2.565784513950348 - 1.8509302102818825) * ((100vw - 20rem) / (70 - 20)))), 2.565784513950348rem);
  line-height: 1.3;
  font-weight: 500;
}
  h2, :where(h2), .h2 {
  font-size: clamp(1.9990046271044333rem, calc(1.9990046271044333rem + ((2.8865075781941414 - 1.9990046271044333) * ((100vw - 20rem) / (70 - 20)))), 2.8865075781941414rem);
  line-height: 1.3;
}
  h3, :where(h3), .h3 {
  font-size: clamp(1.5868743229440005rem, calc(1.5868743229440005rem + ((2.0272865295410156 - 1.5868743229440005) * ((100vw - 20rem) / (70 - 20)))), 2.0272865295410156rem);
  line-height: 1.3;
}
  h4, :where(h4), .h4 {
  font-size: clamp(1.3604889600000003rem, calc(1.3604889600000003rem + ((1.601806640625 - 1.3604889600000003) * ((100vw - 20rem) / (70 - 20)))), 1.601806640625rem);
  line-height: 1.3;
    letter-spacing: -0.064rem;
}
  h5, :where(h5), .h5 {
  font-size: clamp(1.2597120000000004rem, calc(1.2597120000000004rem + ((1.423828125 - 1.2597120000000004) * ((100vw - 20rem) / (70 - 20)))), 1.423828125rem);
  line-height: 1.3;
    letter-spacing: -0.057rem;
}
  h6, :where(h6), .h6 {
  font-size: clamp(1.08rem, calc(1.08rem + ((1.125 - 1.08) * ((100vw - 20rem) / (70 - 20)))), 1.125rem);
  line-height: 1.3;
    letter-spacing: -0.72px;
}
  small, :where(small) {
  font-size: clamp(0.9259259259259258rem, calc(0.9259259259259258rem + ((0.8888888888888888 - 0.9259259259259258) * ((100vw - 20rem) / (70 - 20)))), 0.8888888888888888rem);
  line-height: 1.6;
}
  p {
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity));
  margin-bottom: 1.5rem;
    letter-spacing: -0.253px;
}
  p:last-of-type {
  margin-bottom: 0px;
}
  .container,
  .container-full,
  .container-small {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
  .modal {
    display: none;
    place-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .modal .modal-wrapper {
    width: 100%;
    max-width: 800px;
    position: relative;
  }
  .modal.active {
    display: grid;
  }
  .video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%;
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  input {
    outline: none;
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
  }
  input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type=number] {
    -moz-appearance: textfield;
  }

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 500px) {

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

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

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

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

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

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

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

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

  .container {
    max-width: 1920px;
  }
}
.container {
  max-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: 1180px;
  }
}
.container-full {
  max-width: 100%;
}
@media (min-width: 1024px) {

  .container-full {
    max-width: 1760px;
  }
}
.container-small {
  max-width: 100%;
}
@media (min-width: 1024px) {

  .container-small {
    max-width: 558px;
  }
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.z-\[0\] {
  z-index: 0;
}
.order-2 {
  order: 2;
}
.order-first {
  order: -9999;
}
.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-1 {
  grid-column: span 1 / span 1;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-start-5 {
  grid-column-start: 5;
}
.col-start-7 {
  grid-column-start: 7;
}
.col-start-9 {
  grid-column-start: 9;
}
.col-end-11 {
  grid-column-end: 11;
}
.col-end-13 {
  grid-column-end: 13;
}
.col-end-5 {
  grid-column-end: 5;
}
.col-end-7 {
  grid-column-end: 7;
}
.col-end-9 {
  grid-column-end: 9;
}
.\!m-0 {
  margin: 0px !important;
}
.\!my-\[7px\] {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-12 {
  margin-bottom: 3rem !important;
}
.\!mb-2 {
  margin-bottom: 0.5rem !important;
}
.\!mb-4 {
  margin-bottom: 1rem !important;
}
.\!mb-6 {
  margin-bottom: 1.5rem !important;
}
.\!mb-\[0\.875rem\] {
  margin-bottom: 0.875rem !important;
}
.\!mb-\[1\.375rem\] {
  margin-bottom: 1.375rem !important;
}
.\!mb-\[1\.875rem\] {
  margin-bottom: 1.875rem !important;
}
.\!mb-\[2\.188rem\] {
  margin-bottom: 2.188rem !important;
}
.\!mb-\[3\.25rem\] {
  margin-bottom: 3.25rem !important;
}
.\!mb-\[3\.875rem\] {
  margin-bottom: 3.875rem !important;
}
.\!mr-0 {
  margin-right: 0px !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-\[1\.125rem\] {
  margin-bottom: 1.125rem;
}
.mb-\[1\.375rem\] {
  margin-bottom: 1.375rem;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[3\.313rem\] {
  margin-bottom: 3.313rem;
}
.mb-\[5\.5rem\] {
  margin-bottom: 5.5rem;
}
.mb-\[6\.875rem\] {
  margin-bottom: 6.875rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[3\.125rem\] {
  margin-top: 3.125rem;
}
.mt-\[6\.188rem\] {
  margin-top: 6.188rem;
}
.mt-\[7\.938rem\] {
  margin-top: 7.938rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[261px\] {
  height: 261px;
}
.h-\[97px\] {
  height: 97px;
}
.h-full {
  height: 100%;
}
.max-h-\[87px\] {
  max-height: 87px;
}
.max-h-\[95px\] {
  max-height: 95px;
}
.min-h-\[2\.563rem\] {
  min-height: 2.563rem;
}
.\!w-\[18px\] {
  width: 18px !important;
}
.\!w-full {
  width: 100% !important;
}
.w-\[122px\] {
  width: 122px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[97px\] {
  width: 97px;
}
.w-full {
  width: 100%;
}
.\!min-w-min {
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}
.min-w-\[2\.563rem\] {
  min-width: 2.563rem;
}
.min-w-\[267px\] {
  min-width: 267px;
}
.min-w-\[97px\] {
  min-width: 97px;
}
.\!max-w-\[528px\] {
  max-width: 528px !important;
}
.max-w-\[122px\] {
  max-width: 122px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[267px\] {
  max-width: 267px;
}
.max-w-\[276px\] {
  max-width: 276px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[364px\] {
  max-width: 364px;
}
.max-w-\[509px\] {
  max-width: 509px;
}
.max-w-\[580px\] {
  max-width: 580px;
}
.max-w-\[660px\] {
  max-width: 660px;
}
.max-w-\[668px\] {
  max-width: 668px;
}
.max-w-\[753px\] {
  max-width: 753px;
}
.max-w-\[87px\] {
  max-width: 87px;
}
.max-w-\[944px\] {
  max-width: 944px;
}
.max-w-\[946px\] {
  max-width: 946px;
}
.max-w-full {
  max-width: 100%;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, 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;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.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-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-\[2rem\] {
  row-gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-black-100 {
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
}
.border-black-200 {
  --tw-border-opacity: 1;
  border-color: rgb(200 200 200 / var(--tw-border-opacity));
}
.border-black-800 {
  --tw-border-opacity: 1;
  border-color: rgb(56 56 56 / var(--tw-border-opacity));
}
.border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(11 140 190 / var(--tw-border-opacity));
}
.border-secondary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(97 93 167 / var(--tw-border-opacity));
}
.border-secondary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(96 89 156 / var(--tw-border-opacity));
}
.border-white\/\[0\.15\] {
  border-color: rgb(255 255 255 / 0.15);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.bg-black-900\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-secondary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 43 64 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/\[0\.15\] {
  background-color: rgb(255 255 255 / 0.15);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black-50 {
  --tw-gradient-from: #F7F7F7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.bg-auto {
  background-size: auto;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-\[100px\] {
  background-position: 100px;
}
.bg-center {
  background-position: center;
}
.bg-right {
  background-position: right;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-slate-950 {
  fill: #020617;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-4 {
  padding: 1rem !important;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.\!py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[1\.125rem\] {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.py-\[3\.5rem\] {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-\[4\.25rem\] {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[1\.375rem\] {
  padding-bottom: 1.375rem;
}
.pb-\[1\.65rem\] {
  padding-bottom: 1.65rem;
}
.pb-\[1\.875rem\] {
  padding-bottom: 1.875rem;
}
.pb-\[1\.938rem\] {
  padding-bottom: 1.938rem;
}
.pb-\[2\.125rem\] {
  padding-bottom: 2.125rem;
}
.pb-\[3\.125rem\] {
  padding-bottom: 3.125rem;
}
.pb-\[3\.75rem\] {
  padding-bottom: 3.75rem;
}
.pb-\[4\.625rem\] {
  padding-bottom: 4.625rem;
}
.pb-\[7\.125rem\] {
  padding-bottom: 7.125rem;
}
.pb-\[7\.375rem\] {
  padding-bottom: 7.375rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-\[1\.813rem\] {
  padding-top: 1.813rem;
}
.pt-\[2\.063rem\] {
  padding-top: 2.063rem;
}
.pt-\[2\.188rem\] {
  padding-top: 2.188rem;
}
.pt-\[2\.18rem\] {
  padding-top: 2.18rem;
}
.pt-\[3\.25rem\] {
  padding-top: 3.25rem;
}
.pt-\[3\.75rem\] {
  padding-top: 3.75rem;
}
.pt-\[5\.813rem\] {
  padding-top: 5.813rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-body {
  font-family: Montserrat, Arial, sans-serif;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-\[0\.625rem\] {
  font-size: 0.625rem;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.-tracking-\[0\.32px\] {
  letter-spacing: -0.32px;
}
.-tracking-\[0\.72px\] {
  letter-spacing: -0.72px;
}
.\!text-secondary-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(97 93 167 / var(--tw-text-opacity)) !important;
}
.text-black-400 {
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity));
}
.text-black-500 {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-black-600 {
  --tw-text-opacity: 1;
  color: rgb(81 81 81 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(11 140 190 / var(--tw-text-opacity));
}
.text-secondary-500 {
  --tw-text-opacity: 1;
  color: rgb(97 93 167 / var(--tw-text-opacity));
}
.text-secondary-600 {
  --tw-text-opacity: 1;
  color: rgb(96 89 156 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/\[0\.8\] {
  color: rgb(255 255 255 / 0.8);
}
.underline {
  text-decoration-line: underline;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-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-200 {
  transition-duration: 200ms;
}
.ease-linear {
  transition-timing-function: linear;
}
.fluid-text-xs {
  font-size: clamp(0.8573388203017831rem, calc(0.8573388203017831rem + ((0.7901234567901234 - 0.8573388203017831) * ((100vw - 20rem) / (70 - 20)))), 0.7901234567901234rem);
  line-height: 1.75;
}
.fluid-text-sm {
  font-size: clamp(0.9259259259259258rem, calc(0.9259259259259258rem + ((0.8888888888888888 - 0.9259259259259258) * ((100vw - 20rem) / (70 - 20)))), 0.8888888888888888rem);
  line-height: 1.6;
}
.fluid-text-lg {
  font-size: clamp(1.08rem, calc(1.08rem + ((1.125 - 1.08) * ((100vw - 20rem) / (70 - 20)))), 1.125rem);
  line-height: 1.3;
}
.fluid-text-zeta {
  font-size: clamp(1.2597120000000004rem, calc(1.2597120000000004rem + ((1.423828125 - 1.2597120000000004) * ((100vw - 20rem) / (70 - 20)))), 1.423828125rem);
  line-height: 1.3;
}
@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/BebasNeue-Regular.ttf"), url("../fonts/BebasNeue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf"), url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic-VariableFont_wght.ttf"), url("../fonts/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.wpcf7 .wpcf7-form {
  position: relative;
}
.wpcf7 .wpcf7-form .flex-input {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 500px) {

  .wpcf7 .wpcf7-form .flex-input {
    flex-direction: row;
  }
}
.wpcf7 .wpcf7-form .wpcf7-spinner {
  position: absolute;
}
.wpcf7 .wpcf7-form p {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.wpcf7 .wpcf7-form hr {
  margin-bottom: 1.5rem;
}
.wpcf7 .wpcf7-form input, .wpcf7 .wpcf7-form select, .wpcf7 .wpcf7-form textarea {
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(200 200 200 / var(--tw-border-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(81 81 81 / var(--tw-text-opacity));
  font-size: clamp(0.9259259259259258rem, calc(0.9259259259259258rem + ((0.8888888888888888 - 0.9259259259259258) * ((100vw - 20rem) / (70 - 20)))), 0.8888888888888888rem);
  line-height: 1.6;
}
@media (min-width: 1024px) {

  .wpcf7 .wpcf7-form input, .wpcf7 .wpcf7-form select, .wpcf7 .wpcf7-form textarea {
    padding: 2rem;
  }
}
.wpcf7 .wpcf7-form input, .wpcf7 .wpcf7-form select, .wpcf7 .wpcf7-form textarea {
  letter-spacing: -0.28px;
}
.wpcf7 .wpcf7-form input:focus, .wpcf7 .wpcf7-form select:focus, .wpcf7 .wpcf7-form textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.wpcf7 .wpcf7-form input::-moz-placeholder, .wpcf7 .wpcf7-form select::-moz-placeholder, .wpcf7 .wpcf7-form textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(81 81 81 / var(--tw-text-opacity));
  font-size: clamp(0.9259259259259258rem, calc(0.9259259259259258rem + ((0.8888888888888888 - 0.9259259259259258) * ((100vw - 20rem) / (70 - 20)))), 0.8888888888888888rem);
  line-height: 1.6;
  letter-spacing: -0.28px;
}
.wpcf7 .wpcf7-form input::placeholder, .wpcf7 .wpcf7-form select::placeholder, .wpcf7 .wpcf7-form textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(81 81 81 / var(--tw-text-opacity));
  font-size: clamp(0.9259259259259258rem, calc(0.9259259259259258rem + ((0.8888888888888888 - 0.9259259259259258) * ((100vw - 20rem) / (70 - 20)))), 0.8888888888888888rem);
  line-height: 1.6;
  letter-spacing: -0.28px;
}
.wpcf7 .wpcf7-form input.wpcf7-not-valid, .wpcf7 .wpcf7-form select.wpcf7-not-valid, .wpcf7 .wpcf7-form textarea.wpcf7-not-valid {
  --tw-bg-opacity: 1;
  background-color: rgb(254 244 242 / var(--tw-bg-opacity));
}
.wpcf7 .wpcf7-form input.wpcf7-not-valid::-moz-placeholder, .wpcf7 .wpcf7-form select.wpcf7-not-valid::-moz-placeholder, .wpcf7 .wpcf7-form textarea.wpcf7-not-valid::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(219 59 33 / var(--tw-text-opacity));
}
.wpcf7 .wpcf7-form input.wpcf7-not-valid::placeholder, .wpcf7 .wpcf7-form select.wpcf7-not-valid::placeholder, .wpcf7 .wpcf7-form textarea.wpcf7-not-valid::placeholder {
  --tw-text-opacity: 1;
  color: rgb(219 59 33 / var(--tw-text-opacity));
}
.wpcf7 .wpcf7-form select.wpcf7-not-valid {
  --tw-text-opacity: 1;
  color: rgb(219 59 33 / var(--tw-text-opacity));
}
.wpcf7 .wpcf7-form .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7 .wpcf7-form .wpcf7-form-control .wpcf7-list-item {
  margin-left: 0px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control .wpcf7-list-item:not(:last-of-type) {
  margin-right: 1.5rem;
}
.wpcf7 .wpcf7-form .wpcf7-form-control .wpcf7-list-item label {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.wpcf7 .wpcf7-form .wpcf7-form-control .wpcf7-list-item label input {
  display: none;
}
.wpcf7 .wpcf7-form .wpcf7-form-control .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  --tw-border-opacity: 1;
  border-color: rgb(211 213 234 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(96 89 156 / var(--tw-bg-opacity));
}
.wpcf7 .wpcf7-form .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  width: 100%;
  padding-left: 2.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.wpcf7 .wpcf7-form .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(164 164 164 / var(--tw-border-opacity));
}
.wpcf7 .wpcf7-form .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-image: url("../icons/check.svg");
  background-size: contain;
  left: 5px;
  top: 50%;
  height: 9px;
  width: 14px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label a {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: lowercase;
  text-decoration-line: underline;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  margin-bottom: 0px;
  margin-top: 1.5rem;
  width: auto;
  cursor: pointer;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(97 93 167 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 3.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(0.9259259259259258rem, calc(0.9259259259259258rem + ((0.8888888888888888 - 0.9259259259259258) * ((100vw - 20rem) / (70 - 20)))), 0.8888888888888888rem);
  line-height: 1.6;
  letter-spacing: -0.28px;
}
.wpcf7 .wpcf7-form .wpcf7-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(69 65 103 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wpcf7 .wpcf7-form .wpcf7-submit:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.wpcf7 .wpcf7-form .wpcf7-submit span {
  position: relative;
  text-align: left;
}
.wpcf7 .wpcf7-form .wpcf7-submit span::after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-image: url("../icons/arrow-right.svg");
  background-repeat: no-repeat;
  right: -1.5rem;
  height: 1rem;
  width: 1rem;
}
.wpcf7 .wpcf7-form .wpcf7-submit:disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(164 164 164 / var(--tw-text-opacity));
}
.wpcf7 .wpcf7-form .wpcf7-submit:disabled::after {
  background-image: url("../icons/arrow-right-disable.svg");
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap:last-of-type {
  margin-bottom: 0px;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  margin-bottom: 1rem;
  display: block;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
  font-size: clamp(0.8573388203017831rem, calc(0.8573388203017831rem + ((0.7901234567901234 - 0.8573388203017831) * ((100vw - 20rem) / (70 - 20)))), 0.7901234567901234rem);
  line-height: 1.75;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1rem;
  margin-bottom: 0px;
  border-width: 1px;
  font-size: clamp(0.9259259259259258rem, calc(0.9259259259259258rem + ((0.8888888888888888 - 0.9259259259259258) * ((100vw - 20rem) / (70 - 20)))), 0.8888888888888888rem);
  line-height: 1.6;
}
.wpcf7 .wpcf7-form.newsletter .wpcf7-form-control-wrap {
  margin-bottom: 0px;
  max-width: 100%;
}
.wpcf7 .wpcf7-form.newsletter .wpcf7-form-control-wrap .wpcf7-email {
  margin-bottom: 0px;
}
.wpcf7 .wpcf7-form.newsletter .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-bottom: 1rem;
  display: block;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
  font-size: clamp(0.8573388203017831rem, calc(0.8573388203017831rem + ((0.7901234567901234 - 0.8573388203017831) * ((100vw - 20rem) / (70 - 20)))), 0.7901234567901234rem);
  line-height: 1.75;
}
.wpcf7 .wpcf7-form.newsletter .wpcf7-submit {
  margin-top: 0px;
  padding: 1rem;
}
@media (min-width: 1024px) {

  .wpcf7 .wpcf7-form.newsletter .wpcf7-submit {
    padding: 2rem;
  }
}
.wpcf7 .wpcf7-form.newsletter .wpcf7-submit {
  min-width: 177px;
}
.wpcf7 .wpcf7-form.newsletter .wpcf7-acceptance {
  margin-top: 1.125rem;
}
.wpcf7 .wpcf7-form .hide {
  display: none;
}

.block-contact-form .wpcf7 .wpcf7-form label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.block-contact-form .wpcf7 .wpcf7-form input, .block-contact-form .wpcf7 .wpcf7-form select, .block-contact-form .wpcf7 .wpcf7-form textarea {
  margin-bottom: 0px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.block-contact-form .wpcf7 .wpcf7-form .grid {
  display: grid;
  gap: 1.25rem;
}
@media only screen and (min-width: 640px) {
  .block-contact-form .wpcf7 .wpcf7-form .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.block-contact-form .wpcf7 .wpcf7-form .textarea {
  margin-top: 1.25rem;
  margin-bottom: 2rem;
}
.block-contact-form .wpcf7 .wpcf7-form .wpcf7-submit {
  margin-left: auto;
  margin-right: auto;
}

.hidden-input {
  display: none !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 200ms;
  transition-timing-function: linear;
  font-size: clamp(0.9259259259259258rem, calc(0.9259259259259258rem + ((0.8888888888888888 - 0.9259259259259258) * ((100vw - 20rem) / (70 - 20)))), 0.8888888888888888rem);
  line-height: 1.6;
  letter-spacing: -0.28px;
}
.btn svg {
  margin-left: 0.75rem;
}
.btn--secondary {
  min-width: 267px;
  --tw-bg-opacity: 1;
  background-color: rgb(97 93 167 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(69 65 103 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {

  .btn--secondary {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.btn--place-order {
  min-width: auto;
}
.btn--white, .btn--tertiary {
  justify-content: flex-start;
}
.btn--white svg path, .btn--tertiary svg path {
  fill: #0B8CBE;
}
.btn--link {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(97 93 167 / var(--tw-text-opacity));
  text-decoration-line: underline;
  letter-spacing: -0.253px;
}
.btn--transparent {
  display: flex;
  min-width: 215px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(96 89 156 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {

  .btn--transparent {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.btn--transparent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(96 89 156 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--transparent:hover svg path {
  fill: #fff;
}
.btn--transparent:disabled, .btn--transparent[disabled] {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn--transparent svg path {
  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;
}
.btn:disabled, .btn[disabled] {
  cursor: not-allowed;
}

.woocommerce-terms-and-conditions-link {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(97 93 167 / var(--tw-text-opacity));
  text-decoration-line: underline;
  letter-spacing: -0.253px;
}

.menu-header li a {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: clamp(0.9259259259259258rem, calc(0.9259259259259258rem + ((0.8888888888888888 - 0.9259259259259258) * ((100vw - 20rem) / (70 - 20)))), 0.8888888888888888rem);
  line-height: 1.6;
}

.footer-top .content p {
  margin-bottom: 1rem;
  font-size: clamp(0.9259259259259258rem, calc(0.9259259259259258rem + ((0.8888888888888888 - 0.9259259259259258) * ((100vw - 20rem) / (70 - 20)))), 0.8888888888888888rem);
  line-height: 1.6;
  letter-spacing: -0.28px;
}

.site-footer .footer-center p,
.site-footer .footer-center ul li a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  letter-spacing: -0.253px;
}
.site-footer .box span h3, .site-footer .box a h3 {
  background: linear-gradient(103deg, #654E9A 11.53%, #50C0EC 84.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block-pillow .possibilities p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(0.8573388203017831rem, calc(0.8573388203017831rem + ((0.7901234567901234 - 0.8573388203017831) * ((100vw - 20rem) / (70 - 20)))), 0.7901234567901234rem);
  line-height: 1.75;
}

.block-pillow-v2 .possibilities p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(0.8573388203017831rem, calc(0.8573388203017831rem + ((0.7901234567901234 - 0.8573388203017831) * ((100vw - 20rem) / (70 - 20)))), 0.7901234567901234rem);
  line-height: 1.75;
}

.block-mobile-app .content p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fc-faq button span {
  --tw-border-opacity: 1;
  border-color: rgb(97 93 167 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(97 93 167 / var(--tw-bg-opacity));
}
.fc-faq button span svg {
  --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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.fc-faq button span svg path {
  fill: #fff;
}
.fc-faq button:hover svg path {
  fill: #fff;
}
.fc-faq button[data-te-collapse-collapsed] span {
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.fc-faq button[data-te-collapse-collapsed] span svg {
  --tw-rotate: 0deg;
  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));
}
.fc-faq button[data-te-collapse-collapsed] span svg path {
  fill: #2E2B40;
}
.fc-faq button[data-te-collapse-collapsed]:hover svg path {
  fill: #fff;
}
.fc-faq--quick button[data-te-collapse-collapsed] span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.touchsound-products .wrapper {
  background-image: url("../icons/block-product-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.block-history {
  background-image: url("../icons/history-bg.png");
}
.block-history .splide__arrows {
  top: 0;
  right: 0;
  transform: translateY(-3.75rem);
}
.block-history .splide__arrow {
  display: grid;
  height: 4rem;
  width: 4rem;
  place-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(97 93 167 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.block-contact-form .wpcf7 .wpcf7-form .block-history .splide__arrow {
  display: grid;
  gap: 1.25rem;
}
@media only screen and (min-width: 640px) {
  .block-contact-form .wpcf7 .wpcf7-form .block-history .splide__arrow {
    grid-template-columns: repeat(3, 1fr);
  }
}
.block-history .splide__arrow--prev svg {
  transform: rotate(180deg);
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.header-shop {
  transform: translateY(calc(-100% - 10px));
  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;
}
.header-shop.active {
  transform: translateY(0);
}

.woocommerce div.product div.images {
  float: none;
  width: 100%;
}
.woocommerce div.product div.images .splide__list {
  width: 100%;
}
.woocommerce div.product div.images .splide {
  margin-top: 3.563rem;
}
.woocommerce div.product div.images .flex-control-nav {
  overflow: unset;
}
.woocommerce div.product div.images .flex-control-nav li {
  width: unset;
}
.woocommerce div.product div.images .flex-control-nav li img {
  margin-right: 1rem;
  max-height: 6.063rem;
  max-width: 6.063rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
  padding: 1.25rem;
  width: 100% !important;
  height: 100% !important;
}
.woocommerce div.product div.images .flex-control-nav li img.flex-active {
  --tw-border-opacity: 1;
  border-color: rgb(97 93 167 / var(--tw-border-opacity));
}
.woocommerce div.product div.images .flex-control-nav li:last-of-type img {
  margin-right: 0px;
}

.woocommerce div.product form.cart:after, .woocommerce div.product form.cart:before {
  content: none;
}

.product-hero {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .product-hero::after, .product-hero::before {
    content: "";
    position: absolute;
    width: 274px;
    height: 719px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.product-hero::before {
  background-image: url("../icons/single-product-hero-bg-left.png");
  left: 0;
  top: 0;
}
.product-hero::after {
  background-image: url("../icons/single-product-hero-bg-right.png");
  right: 0;
  bottom: 0;
}

.installment .content p,
.sinlge-product-purchase p {
  font-size: clamp(0.8573388203017831rem, calc(0.8573388203017831rem + ((0.7901234567901234 - 0.8573388203017831) * ((100vw - 20rem) / (70 - 20)))), 0.7901234567901234rem);
  line-height: 1.75;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: unset;
  float: unset;
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  grid-column-start: 1;
  grid-column-end: 13;
}

@media (min-width: 1024px) {

  .woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
    grid-column-end: 7;
  }
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  grid-column-start: 1;
  grid-column-end: 13;
}

@media (min-width: 1024px) {

  .woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    grid-column-start: 7;
  }
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  grid-column: span 12 / span 12;
}

.woocommerce table.shop_table {
  border: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: transparent;
}

.woocommerce-terms-and-conditions-wrapper {
  padding-bottom: 1rem;
}
.woocommerce-terms-and-conditions-wrapper p {
  margin-bottom: 0 !important;
  padding: 0 !important;
  font-size: clamp(0.9259259259259258rem, calc(0.9259259259259258rem + ((0.8888888888888888 - 0.9259259259259258) * ((100vw - 20rem) / (70 - 20)))), 0.8888888888888888rem);
  line-height: 1.6;
}
.woocommerce-terms-and-conditions-wrapper p .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 0.625rem;
}

.woocommerce label.woocommerce-form__label-for-checkbox input {
  display: none !important;
}
.woocommerce label.woocommerce-form__label-for-checkbox input:checked + span::before {
  --tw-border-opacity: 1;
  border-color: rgb(211 213 234 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(96 89 156 / var(--tw-bg-opacity));
}
.woocommerce label.woocommerce-form__label-for-checkbox input:checked + span::after {
  opacity: 1;
}
.woocommerce label.woocommerce-form__label-for-checkbox span {
  position: relative;
  width: 100%;
  padding-left: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.woocommerce label.woocommerce-form__label-for-checkbox span::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(164 164 164 / var(--tw-border-opacity));
}
.woocommerce label.woocommerce-form__label-for-checkbox span::after {
  position: absolute;
  content: "";
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-image: url("../icons/check.svg");
  background-size: contain;
  opacity: 0;
  left: 5px;
  top: 50%;
  height: 9px;
  width: 14px;
}
.woocommerce .wc_payment_methods li,
.woocommerce .woocommerce-shipping-methods li {
  line-height: unset !important;
}
.woocommerce .wc_payment_methods li input[type=radio],
.woocommerce .woocommerce-shipping-methods li input[type=radio] {
  display: none !important;
}
.woocommerce .wc_payment_methods li input[type=radio]:checked + label::before,
.woocommerce .woocommerce-shipping-methods li input[type=radio]:checked + label::before {
  --tw-border-opacity: 1;
  border-color: rgb(97 93 167 / var(--tw-border-opacity));
}
.woocommerce .wc_payment_methods li input[type=radio]:checked + label::after,
.woocommerce .woocommerce-shipping-methods li input[type=radio]:checked + label::after {
  opacity: 1;
}
.woocommerce .wc_payment_methods li label,
.woocommerce .woocommerce-shipping-methods li label {
  position: relative;
  width: 100%;
  padding-left: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.woocommerce .wc_payment_methods li label::before,
.woocommerce .woocommerce-shipping-methods li label::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(164 164 164 / var(--tw-border-opacity));
}
.woocommerce .wc_payment_methods li label::after,
.woocommerce .woocommerce-shipping-methods li label::after {
  position: absolute;
  content: "";
  transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  left: 6px;
  top: 50%;
  height: 0.75rem;
  width: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(97 93 167 / var(--tw-bg-opacity));
}
.woocommerce .wc_payment_methods li label .amount,
.woocommerce .woocommerce-shipping-methods li label .amount {
  font-weight: 700;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
}
.woocommerce table.shop_table td {
  line-height: unset !important;
  border: none;
  padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  display: inline-block;
}
.woocommerce-checkout .easypack-shipping-method-logo img {
  display: none;
}
.woocommerce-checkout ul#shipping_method li label {
  display: block;
}

.woocommerce-checkout .easypack_show_geowidget {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  display: block;
  max-width: 100%;
  border-radius: 0px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(97 93 167 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.woocommerce-checkout .easypack_show_geowidget:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(69 65 103 / var(--tw-bg-opacity));
}

.woocommerce-checkout .easypack_show_geowidget {
  box-shadow: none !important;
  font-size: 16px !important;
}

.hero-post {
  background-image: url("../icons/bg-hero-single-post.png");
}
.hero-post .img-wrapper {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {

  .hero-post .img-wrapper {
    position: absolute;
    margin-top: 0px;
    width: 984px;
    max-width: 50%;
  }
}
.hero-post .img-wrapper {
  top: 0;
  right: 0;
  height: 100%;
}
@media (min-width: 768px) {

  .hero-post .img-wrapper img {
    position: absolute;
  }
}
.hero-post .img-wrapper img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-post .content h5, .content-post .content h6 {
  margin-bottom: 1.5rem;
  font-family: Montserrat, Arial, sans-serif;
}
.content-post .wp-block-image {
  margin-bottom: 1.5rem;
}

.single-post .content-post p.container {
  max-width: unset;
  padding: unset;
}

.hero-archive .container {
  background-image: url("../icons/bg-hero-archive.png");
}

.categories .link-cat {
  position: relative;
}
.categories .link-cat::after {
  background-color: transparent;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: translateY(calc(100% + 1.125rem));
}
.categories .link-cat.active::after {
  --tw-bg-opacity: 1;
  background-color: rgb(97 93 167 / var(--tw-bg-opacity));
}

.archive-posts .post img {
  width: 100%;
}
.archive-posts .pagination {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
.archive-posts .pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.archive-posts .pagination .nav-links .page-numbers {
  display: grid;
  height: 4rem;
  width: 4rem;
  place-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(230 231 243 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.block-contact-form .wpcf7 .wpcf7-form .archive-posts .pagination .nav-links .page-numbers {
  display: grid;
  gap: 1.25rem;
}
@media only screen and (min-width: 640px) {
  .block-contact-form .wpcf7 .wpcf7-form .archive-posts .pagination .nav-links .page-numbers {
    grid-template-columns: repeat(3, 1fr);
  }
}
.archive-posts .pagination .nav-links .page-numbers.dots {
  height: auto;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(230 231 243 / var(--tw-text-opacity));
}
.archive-posts .pagination .nav-links .page-numbers.current {
  --tw-bg-opacity: 1;
  background-color: rgb(97 93 167 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.last-of-type\:border-none:last-of-type {
  border-style: none;
}

.hover\:bg-black-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.group:hover .group-hover\:border-secondary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(97 93 167 / var(--tw-border-opacity));
}

.group:hover .group-hover\:bg-secondary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(97 93 167 / var(--tw-bg-opacity));
}

.group:not([data-te-collapse-collapsed]) .group-\[\&\:not\(\[data-te-collapse-collapsed\]\)\]\:bg-secondary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(97 93 167 / var(--tw-bg-opacity));
}

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

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

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

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

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

@media (min-width: 500px) {

  .xs\:col-end-13 {
    grid-column-end: 13;
  }

  .xs\:w-\[calc\(50\%-12px\)\] {
    width: calc(50% - 12px);
  }

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

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

@media (min-width: 640px) {

  .sm\:order-first {
    order: -9999;
  }

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

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

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

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:block {
    display: block;
  }

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

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

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

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

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

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

  .sm\:border-r {
    border-right-width: 1px;
  }
}

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

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

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

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

  .md\:col-start-11 {
    grid-column-start: 11;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-end-11 {
    grid-column-end: 11;
  }

  .md\:col-end-5 {
    grid-column-end: 5;
  }

  .md\:col-end-7 {
    grid-column-end: 7;
  }

  .md\:col-end-9 {
    grid-column-end: 9;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-\[6\.625rem\] {
    margin-top: 6.625rem;
    margin-bottom: 6.625rem;
  }

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

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

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-\[14\.625rem\] {
    margin-bottom: 14.625rem;
  }

  .md\:mb-\[4\.5rem\] {
    margin-bottom: 4.5rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

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

  .md\:mt-\[5\.313rem\] {
    margin-top: 5.313rem;
  }

  .md\:mt-\[6\.625rem\] {
    margin-top: 6.625rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }

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

  .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\:flex-row {
    flex-direction: row;
  }

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

  .md\:justify-normal {
    justify-content: normal;
  }

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

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

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

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

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

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

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:py-\[4\.5rem\] {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:pb-\[2\.688rem\] {
    padding-bottom: 2.688rem;
  }

  .md\:pb-\[4\.5rem\] {
    padding-bottom: 4.5rem;
  }

  .md\:pt-\[4\.313rem\] {
    padding-top: 4.313rem;
  }

  .md\:pt-\[4\.5rem\] {
    padding-top: 4.5rem;
  }

  .md\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

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

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

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

  .lg\:\!mb-\[3\.25rem\] {
    margin-bottom: 3.25rem !important;
  }

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

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-\[3\.438rem\] {
    margin-bottom: 3.438rem;
  }

  .lg\:mb-\[4\.625rem\] {
    margin-bottom: 4.625rem;
  }

  .lg\:mb-\[9\.375rem\] {
    margin-bottom: 9.375rem;
  }

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

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

  .lg\:mr-\[3\.75rem\] {
    margin-right: 3.75rem;
  }

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

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

  .lg\:mt-\[5\.625rem\] {
    margin-top: 5.625rem;
  }

  .lg\:mt-\[6\.313rem\] {
    margin-top: 6.313rem;
  }

  .lg\:mt-\[6\.688rem\] {
    margin-top: 6.688rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:w-\[calc\(25\%-18px\)\] {
    width: calc(25% - 18px);
  }

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

  .lg\:\!min-w-\[267px\] {
    min-width: 267px !important;
  }

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

  .lg\:max-w-\[34\.875rem\] {
    max-width: 34.875rem;
  }

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

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

  .lg\:gap-\[6\.063rem\] {
    gap: 6.063rem;
  }

  .lg\:\!p-6 {
    padding: 1.5rem !important;
  }

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

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

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

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

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

  .lg\:pb-\[1\.875rem\] {
    padding-bottom: 1.875rem;
  }

  .lg\:pb-\[4\.125rem\] {
    padding-bottom: 4.125rem;
  }

  .lg\:pb-\[7\.75rem\] {
    padding-bottom: 7.75rem;
  }

  .lg\:pb-\[9\.813rem\] {
    padding-bottom: 9.813rem;
  }

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

  .lg\:pt-\[4\.813rem\] {
    padding-top: 4.813rem;
  }

  .lg\:pt-\[5\.313rem\] {
    padding-top: 5.313rem;
  }

  .lg\:pt-\[5\.938rem\] {
    padding-top: 5.938rem;
  }

  .lg\:pt-\[9\.375rem\] {
    padding-top: 9.375rem;
  }
}

@media (min-width: 1280px) {

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

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

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

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

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

@media (min-width: 1361px) {

  .\32xl\:ml-\[10\.313rem\] {
    margin-left: 10.313rem;
  }
}
