@charset "UTF-8";
*, ::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.14 | 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: #E5E5E5; /* 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: #b3b3b3; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #b3b3b3; /* 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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 782px){
  .container{
    max-width: 782px;
  }
}
@media (min-width: 960px){
  .container{
    max-width: 960px;
  }
}
@media (min-width: 1080px){
  .container{
    max-width: 1080px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1532px){
  .container{
    max-width: 1532px;
  }
}
.content{
  content: "";
}
.accordion__button{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}
.accordion__button::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M4.3 10V5.7H.1V4.2h4.2V0h1.5v4.2h4.3v1.5H5.8V10Z' fill='%230d0d0d'/%3E%3C/svg%3E");
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -1rem;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
.accordion__button.accordion__button--active{
  --tw-text-opacity: 1;
  color: rgb(0 114 206 / var(--tw-text-opacity));
}
.accordion__button.accordion__button--active::after{
  --tw-rotate: 45deg;
  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));
}
.accordion__content{
  max-height: 0px;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.bottom-10{
  bottom: 2.5rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-6{
  bottom: 1.5rem;
}
.left-0{
  left: 0px;
}
.left-14{
  left: 3.5rem;
}
.left-6{
  left: 1.5rem;
}
.right-0{
  right: 0px;
}
.right-4{
  right: 1rem;
}
.right-6{
  right: 1.5rem;
}
.top-0{
  top: 0px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.z-\[100\]{
  z-index: 100;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.\!m-0{
  margin: 0px !important;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.-mt-px{
  margin-top: -1px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-3\.5{
  margin-bottom: 0.875rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-auto{
  margin-left: auto;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-4\/3{
  aspect-ratio: 4 / 3;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-2{
  height: 0.5rem;
}
.h-5{
  height: 1.25rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-full{
  max-height: 100%;
}
.max-h-screen{
  max-height: 100vh;
}
.max-h-\[150px\]{
  max-height: 150px;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-2{
  width: 0.5rem;
}
.w-5{
  width: 1.25rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-\[186px\]{
  width: 186px;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-\[1\.5rem\]{
  min-width: 1.5rem;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-40{
  max-width: 10rem;
}
.max-w-48{
  max-width: 12rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-52{
  max-width: 13rem;
}
.max-w-60{
  max-width: 15rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-72{
  max-width: 18rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-80{
  max-width: 20rem;
}
.max-w-96{
  max-width: 24rem;
}
.max-w-\[630px\]{
  max-width: 630px;
}
.max-w-\[641px\]{
  max-width: 641px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-prose{
  max-width: 65ch;
}
.max-w-screen-sm{
  max-width: 480px;
}
.max-w-screen-xl{
  max-width: 1080px;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-xs{
  max-width: 20rem;
}
.max-w-\[150px\]{
  max-width: 150px;
}
.flex-grow{
  flex-grow: 1;
}
.flex-grow-0{
  flex-grow: 0;
}
.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));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.list-none{
  list-style-type: none;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-11{
  gap: 2.75rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-9{
  gap: 2.25rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-x-clip{
  overflow-x: clip;
}
.overflow-y-clip{
  overflow-y: clip;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-balance{
  text-wrap: balance;
}
.rounded-full{
  border-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-none{
  border-style: none;
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(179 179 179 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(0 114 206 / var(--tw-border-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 206 / var(--tw-bg-opacity));
}
.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 249 252 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-15{
  --tw-bg-opacity: 0.15;
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.stroke-current{
  stroke: currentColor;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-11{
  padding-bottom: 2.75rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-28{
  padding-bottom: 7rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-2\.5{
  padding-top: 0.625rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-48{
  padding-top: 12rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-heading{
  font-family: Familjen Grotesk, sans-serif;
}
.text-2xl{
  font-size: 30px;
}
.text-2xs{
  font-size: 14px;
}
.text-3xl{
  font-size: 44px;
}
.text-3xs{
  font-size: 12px;
}
.text-5xl{
  font-size: 55px;
}
.text-base{
  font-size: 17px;
}
.text-lg{
  font-size: 20px;
}
.text-sm{
  font-size: 16px;
}
.text-xl{
  font-size: 24px;
}
.text-xs{
  font-size: 15px;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(0 114 206 / var(--tw-text-opacity));
}
.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(0 114 206 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-50{
  opacity: 0.5;
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.brightness-100{
  --tw-brightness: brightness(1);
  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);
}
.saturate-0{
  --tw-saturate: saturate(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-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;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
:root {
  --plyr-color-main: #0D0D0D;
  --plyr-video-control-background-hover: #0D0D0D;
}

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control:focus-visible {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward:focus-visible::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - calc(var(--plyr-control-spacing, 10px) * 0.7) * 2);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back:focus-visible::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(34.68, 39.576, 46.92, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  display: block;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
          appearance: none;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

/* stylelint-disable selector-max-compound-selectors */
.plyr__tooltip {
  background: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr__progress__marker {
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr--video {
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216, 15%, 79%);
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__image-container::after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}
.plyr__preview-thumb__time-container {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

@font-face {
  font-family: "Familjen Grotesk";
  src: url("../fonts/FamiljenGrotesk.ttf") format("truetype-variations");
  font-weight: 400 500 600 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Familjen Grotesk";
  src: url("../fonts/FamiljenGrotesk-Italic.ttf") format("truetype-variations");
  font-weight: 400 500 600 700;
  font-style: italic;
  font-display: swap;
}
/* Typography */
body,
button,
input,
select,
optgroup,
textarea{
  font-family: Familjen Grotesk, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}

body {
  --wp--preset--font-size--small: 16px;
  --wp--preset--font-size--medium: 17px;
  --wp--preset--font-size--large: 30px;
  --wp--preset--font-size--x-large: 49px;
}

h1,
h2,
h3,
h4,
h5,
h6{
  clear: both;
  font-family: Familjen Grotesk, sans-serif;
  line-height: 1.25;
}

h1:not(:first-child):not([class*=mt-]):not([class*=my-]):not([class*=m-]):not(.widgettitle),
h2:not(:first-child):not([class*=mt-]):not([class*=my-]):not([class*=m-]):not(.widgettitle){
  margin-top: 4rem;
}
h1:not([class*=mb-]):not([class*=my-]):not([class*=m-]):not(.widgettitle),
h2:not([class*=mb-]):not([class*=my-]):not([class*=m-]):not(.widgettitle){
  margin-bottom: 2rem;
}

h3:not(:first-child):not([class*=mt-]):not([class*=my-]):not([class*=m-]),
h4:not(:first-child):not([class*=mt-]):not([class*=my-]):not([class*=m-]),
h5:not(:first-child):not([class*=mt-]):not([class*=my-]):not([class*=m-]),
h6:not(:first-child):not([class*=mt-]):not([class*=my-]):not([class*=m-]){
  margin-top: 2rem;
}
h3:not([class*=mb-]):not([class*=my-]):not([class*=m-]),
h4:not([class*=mb-]):not([class*=my-]):not([class*=m-]),
h5:not([class*=mb-]):not([class*=my-]):not([class*=m-]),
h6:not([class*=mb-]):not([class*=my-]):not([class*=m-]){
  margin-bottom: 1.25rem;
}

h1{
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 782px){
  h1{
    font-size: 49px;
  }
}

@media (min-width: 960px){
  h1{
    font-size: 55px;
  }
}

h2{
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 960px){
  h2{
    font-size: 44px;
  }
}

h3{
  font-size: 24px;
}

h4{
  font-size: 20px;
}

h5{
  font-size: 17px;
}

h6{
  font-size: 15px;
}

p{
  margin-bottom: 1.5rem;
}

dfn,
cite,
em,
i{
  font-style: italic;
}

blockquote{
  margin-top: 0px;
  margin-bottom: 0px;
}
blockquote.wp-block-quote{
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-left-color: rgb(0 114 206 / var(--tw-border-opacity));
  padding-left: 1rem;
}
blockquote.wp-block-quote p{
  margin-bottom: 0.5rem;
}

.wp-block-pullquote{
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.wp-block-pullquote blockquote p{
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.wp-block-pullquote blockquote cite{
  font-style: normal;
}

address{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 1.5rem;
}

pre{
  margin-bottom: 1.75rem;
  max-width: 100%;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding: 1.75rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  line-height: 1.375;
}

code,
kbd,
tt,
var{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

abbr,
acronym{
  cursor: help;
  border-bottom-width: 1px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

mark,
ins{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  text-decoration-line: none;
}

big {
  font-size: 125%;
}

/* Elements */
body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

hr{
  margin-bottom: 1.5rem;
  height: 1px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

ul,
ol{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1.5rem;
  margin-left: 3rem;
}

ul{
  list-style-type: disc;
}
ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list){
  margin-left: 0px;
}
ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list) li{
  margin-bottom: 0.875rem;
  background-repeat: no-repeat;
  padding-left: 26px;
  --tw-text-opacity: 1;
  color: rgb(0 114 206 / var(--tw-text-opacity));
  list-style: none;
  background-image: url(../img/ico-list-b.svg);
  background-position: left 0.35em;
}
ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.text-white ul, .bg-primary ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li {
  color: #fff;
  background-image: url(../img/ico-list-w.svg);
}

ol{
  list-style-type: decimal;
}

li > ul,
li > ol{
  margin-bottom: 0px;
  margin-left: 1.5rem;
}

dt{
  font-weight: 700;
}

dd{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 0px;
  margin-bottom: 1.5rem;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object{
  max-width: 100%;
}

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

figure{
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0px;
  margin-right: 0px;
}

table{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 1.5rem;
  width: 100%;
}

/* Links */
a{
  --tw-text-opacity: 1;
  color: rgb(0 114 206 / var(--tw-text-opacity));
}
a:hover, a:focus, a:active{
  --tw-text-opacity: 1;
  color: rgb(0 114 206 / var(--tw-text-opacity));
}
a:focus{
  outline-style: dotted;
  outline-width: 1px;
}
a:hover, a:active{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* Forms */
button{
  border-style: none;
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}

input[type=button],
input[type=reset],
input[type=submit],
.button-primary{
  display: inline-block;
  white-space: nowrap;
  border-width: 1px;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  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: 100ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button-primary:hover{
  transition-duration: 500ms;
}

input[type=button],
input[type=reset],
input[type=submit],
.button-primary{
  --tw-border-opacity: 1;
  border-color: rgb(0 114 206 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 206 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.text-white ul,input[type=button] ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li,ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.text-white ul,
input[type=reset] ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li,ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.text-white ul,
input[type=submit] ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li,ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.text-white ul,
.button-primary ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li {
  color: #fff;
  background-image: url(../img/ico-list-w.svg);
}

ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(input[type=button] ul, .bg-primary ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li,ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(
input[type=reset] ul, .bg-primary ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li,ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(
input[type=submit] ul, .bg-primary ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li,ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(
.button-primary ul, .bg-primary ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li {
  color: #fff;
  background-image: url(../img/ico-list-w.svg);
}

input[type=button] input[type=text],input[type=button] input[type=email],input[type=button] input[type=url],input[type=button] input[type=password],input[type=button] input[type=search],input[type=button] input[type=number],input[type=button] input[type=tel],input[type=button] input[type=range],input[type=button] input[type=date],input[type=button] input[type=month],input[type=button] input[type=week],input[type=button] input[type=time],input[type=button] input[type=datetime],input[type=button] input[type=datetime-local],input[type=button] input[type=color],input[type=button] textarea,
input[type=reset] input[type=text],
input[type=reset] input[type=email],
input[type=reset] input[type=url],
input[type=reset] input[type=password],
input[type=reset] input[type=search],
input[type=reset] input[type=number],
input[type=reset] input[type=tel],
input[type=reset] input[type=range],
input[type=reset] input[type=date],
input[type=reset] input[type=month],
input[type=reset] input[type=week],
input[type=reset] input[type=time],
input[type=reset] input[type=datetime],
input[type=reset] input[type=datetime-local],
input[type=reset] input[type=color],
input[type=reset] textarea,
input[type=submit] input[type=text],
input[type=submit] input[type=email],
input[type=submit] input[type=url],
input[type=submit] input[type=password],
input[type=submit] input[type=search],
input[type=submit] input[type=number],
input[type=submit] input[type=tel],
input[type=submit] input[type=range],
input[type=submit] input[type=date],
input[type=submit] input[type=month],
input[type=submit] input[type=week],
input[type=submit] input[type=time],
input[type=submit] input[type=datetime],
input[type=submit] input[type=datetime-local],
input[type=submit] input[type=color],
input[type=submit] textarea,
.button-primary input[type=text],
.button-primary input[type=email],
.button-primary input[type=url],
.button-primary input[type=password],
.button-primary input[type=search],
.button-primary input[type=number],
.button-primary input[type=tel],
.button-primary input[type=range],
.button-primary input[type=date],
.button-primary input[type=month],
.button-primary input[type=week],
.button-primary input[type=time],
.button-primary input[type=datetime],
.button-primary input[type=datetime-local],
.button-primary input[type=color],
.button-primary textarea{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-size: 16px;
  color: #fff;
}

input[type=button] input[type=checkbox],
input[type=reset] input[type=checkbox],
input[type=submit] input[type=checkbox],
.button-primary input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3C/svg%3E");
}

input[type=button] input[type=checkbox]:checked,
input[type=reset] input[type=checkbox]:checked,
input[type=submit] input[type=checkbox]:checked,
.button-primary input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3Cpath fill='%23fff' d='M3 3h9v9H3z'/%3E%3C/svg%3E");
}

input[type=button] select,
input[type=reset] select,
input[type=submit] select,
.button-primary select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}

input[type=button] .wpcf7-not-valid-tip,
input[type=reset] .wpcf7-not-valid-tip,
input[type=submit] .wpcf7-not-valid-tip,
.button-primary .wpcf7-not-valid-tip{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
input[type=button]:hover, input[type=button]:focus, input[type=button]:focus-visible, input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset]:focus-visible,
input[type=reset]:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:focus-visible,
input[type=submit]:active,
.button-primary:hover,
.button-primary:focus,
.button-primary:focus-visible,
.button-primary:active{
  --tw-border-opacity: 1;
  border-color: rgb(0 114 206 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 249 252 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 114 206 / var(--tw-text-opacity));
}

.button-secondary{
  display: inline-block;
  white-space: nowrap;
  border-width: 1px;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  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: 100ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.button-secondary:hover{
  transition-duration: 500ms;
}

.button-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(13 13 13 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.text-white ul, .bg-primary ul, .bg-primary-500 ul,.button-secondary ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li {
  color: #fff;
  background-image: url(../img/ico-list-w.svg);
}

ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.button-secondary ul, .bg-primary ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li {
  color: #fff;
  background-image: url(../img/ico-list-w.svg);
}

.button-secondary input[type=text],.button-secondary input[type=email],.button-secondary input[type=url],.button-secondary input[type=password],.button-secondary input[type=search],.button-secondary input[type=number],.button-secondary input[type=tel],.button-secondary input[type=range],.button-secondary input[type=date],.button-secondary input[type=month],.button-secondary input[type=week],.button-secondary input[type=time],.button-secondary input[type=datetime],.button-secondary input[type=datetime-local],.button-secondary input[type=color],.button-secondary textarea{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-size: 16px;
  color: #fff;
}

.button-secondary input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3C/svg%3E");
}

.button-secondary input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3Cpath fill='%23fff' d='M3 3h9v9H3z'/%3E%3C/svg%3E");
}

.button-secondary select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}

.button-secondary .wpcf7-not-valid-tip{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.button-secondary:hover, .button-secondary:focus, .button-secondary:focus-visible, .button-secondary:active{
  --tw-border-opacity: 1;
  border-color: rgb(13 13 13 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}

.button-primary-ghost{
  display: inline-block;
  white-space: nowrap;
  border-width: 1px;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  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: 100ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.button-primary-ghost:hover{
  transition-duration: 500ms;
}

.button-primary-ghost{
  --tw-border-opacity: 1;
  border-color: rgb(0 114 206 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 114 206 / var(--tw-text-opacity));
}
.button-primary-ghost:hover, .button-primary-ghost:focus, .button-primary-ghost:focus-visible, .button-primary-ghost:active{
  --tw-border-opacity: 1;
  border-color: rgb(0 114 206 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 206 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.text-white ul,.button-primary-ghost:hover ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li,ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.text-white ul, .button-primary-ghost:focus ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li,ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.text-white ul, .button-primary-ghost:focus-visible ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li,ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.text-white ul, .button-primary-ghost:active ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li {
  color: #fff;
  background-image: url(../img/ico-list-w.svg);
}
ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.button-primary-ghost:hover ul, .bg-primary ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li,ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is( .button-primary-ghost:focus ul, .bg-primary ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li,ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is( .button-primary-ghost:focus-visible ul, .bg-primary ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li,ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is( .button-primary-ghost:active ul, .bg-primary ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li {
  color: #fff;
  background-image: url(../img/ico-list-w.svg);
}
.button-primary-ghost:hover input[type=text],.button-primary-ghost:hover input[type=email],.button-primary-ghost:hover input[type=url],.button-primary-ghost:hover input[type=password],.button-primary-ghost:hover input[type=search],.button-primary-ghost:hover input[type=number],.button-primary-ghost:hover input[type=tel],.button-primary-ghost:hover input[type=range],.button-primary-ghost:hover input[type=date],.button-primary-ghost:hover input[type=month],.button-primary-ghost:hover input[type=week],.button-primary-ghost:hover input[type=time],.button-primary-ghost:hover input[type=datetime],.button-primary-ghost:hover input[type=datetime-local],.button-primary-ghost:hover input[type=color],.button-primary-ghost:hover textarea, .button-primary-ghost:focus input[type=text], .button-primary-ghost:focus input[type=email], .button-primary-ghost:focus input[type=url], .button-primary-ghost:focus input[type=password], .button-primary-ghost:focus input[type=search], .button-primary-ghost:focus input[type=number], .button-primary-ghost:focus input[type=tel], .button-primary-ghost:focus input[type=range], .button-primary-ghost:focus input[type=date], .button-primary-ghost:focus input[type=month], .button-primary-ghost:focus input[type=week], .button-primary-ghost:focus input[type=time], .button-primary-ghost:focus input[type=datetime], .button-primary-ghost:focus input[type=datetime-local], .button-primary-ghost:focus input[type=color], .button-primary-ghost:focus textarea, .button-primary-ghost:focus-visible input[type=text], .button-primary-ghost:focus-visible input[type=email], .button-primary-ghost:focus-visible input[type=url], .button-primary-ghost:focus-visible input[type=password], .button-primary-ghost:focus-visible input[type=search], .button-primary-ghost:focus-visible input[type=number], .button-primary-ghost:focus-visible input[type=tel], .button-primary-ghost:focus-visible input[type=range], .button-primary-ghost:focus-visible input[type=date], .button-primary-ghost:focus-visible input[type=month], .button-primary-ghost:focus-visible input[type=week], .button-primary-ghost:focus-visible input[type=time], .button-primary-ghost:focus-visible input[type=datetime], .button-primary-ghost:focus-visible input[type=datetime-local], .button-primary-ghost:focus-visible input[type=color], .button-primary-ghost:focus-visible textarea, .button-primary-ghost:active input[type=text], .button-primary-ghost:active input[type=email], .button-primary-ghost:active input[type=url], .button-primary-ghost:active input[type=password], .button-primary-ghost:active input[type=search], .button-primary-ghost:active input[type=number], .button-primary-ghost:active input[type=tel], .button-primary-ghost:active input[type=range], .button-primary-ghost:active input[type=date], .button-primary-ghost:active input[type=month], .button-primary-ghost:active input[type=week], .button-primary-ghost:active input[type=time], .button-primary-ghost:active input[type=datetime], .button-primary-ghost:active input[type=datetime-local], .button-primary-ghost:active input[type=color], .button-primary-ghost:active textarea{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-size: 16px;
  color: #fff;
}
.button-primary-ghost:hover input[type=checkbox], .button-primary-ghost:focus input[type=checkbox], .button-primary-ghost:focus-visible input[type=checkbox], .button-primary-ghost:active input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3C/svg%3E");
}
.button-primary-ghost:hover input[type=checkbox]:checked, .button-primary-ghost:focus input[type=checkbox]:checked, .button-primary-ghost:focus-visible input[type=checkbox]:checked, .button-primary-ghost:active input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3Cpath fill='%23fff' d='M3 3h9v9H3z'/%3E%3C/svg%3E");
}
.button-primary-ghost:hover select, .button-primary-ghost:focus select, .button-primary-ghost:focus-visible select, .button-primary-ghost:active select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}
.button-primary-ghost:hover .wpcf7-not-valid-tip, .button-primary-ghost:focus .wpcf7-not-valid-tip, .button-primary-ghost:focus-visible .wpcf7-not-valid-tip, .button-primary-ghost:active .wpcf7-not-valid-tip{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.button-secondary-ghost{
  display: inline-block;
  white-space: nowrap;
  border-width: 1px;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  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: 100ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.button-secondary-ghost:hover{
  transition-duration: 500ms;
}

.button-secondary-ghost{
  --tw-border-opacity: 1;
  border-color: rgb(13 13 13 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}
.button-secondary-ghost:hover, .button-secondary-ghost:focus, .button-secondary-ghost:focus-visible, .button-secondary-ghost:active{
  --tw-border-opacity: 1;
  border-color: rgb(13 13 13 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.text-white ul, .bg-primary ul, .bg-primary-500 ul,.button-secondary-ghost:hover ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li,ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.text-white ul, .bg-primary ul, .bg-primary-500 ul, .button-secondary-ghost:focus ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li,ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.text-white ul, .bg-primary ul, .bg-primary-500 ul, .button-secondary-ghost:focus-visible ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li,ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.text-white ul, .bg-primary ul, .bg-primary-500 ul, .button-secondary-ghost:active ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li {
  color: #fff;
  background-image: url(../img/ico-list-w.svg);
}
ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.button-secondary-ghost:hover ul, .bg-primary ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li,ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is( .button-secondary-ghost:focus ul, .bg-primary ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li,ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is( .button-secondary-ghost:focus-visible ul, .bg-primary ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li,ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is( .button-secondary-ghost:active ul, .bg-primary ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li {
  color: #fff;
  background-image: url(../img/ico-list-w.svg);
}
.button-secondary-ghost:hover input[type=text],.button-secondary-ghost:hover input[type=email],.button-secondary-ghost:hover input[type=url],.button-secondary-ghost:hover input[type=password],.button-secondary-ghost:hover input[type=search],.button-secondary-ghost:hover input[type=number],.button-secondary-ghost:hover input[type=tel],.button-secondary-ghost:hover input[type=range],.button-secondary-ghost:hover input[type=date],.button-secondary-ghost:hover input[type=month],.button-secondary-ghost:hover input[type=week],.button-secondary-ghost:hover input[type=time],.button-secondary-ghost:hover input[type=datetime],.button-secondary-ghost:hover input[type=datetime-local],.button-secondary-ghost:hover input[type=color],.button-secondary-ghost:hover textarea, .button-secondary-ghost:focus input[type=text], .button-secondary-ghost:focus input[type=email], .button-secondary-ghost:focus input[type=url], .button-secondary-ghost:focus input[type=password], .button-secondary-ghost:focus input[type=search], .button-secondary-ghost:focus input[type=number], .button-secondary-ghost:focus input[type=tel], .button-secondary-ghost:focus input[type=range], .button-secondary-ghost:focus input[type=date], .button-secondary-ghost:focus input[type=month], .button-secondary-ghost:focus input[type=week], .button-secondary-ghost:focus input[type=time], .button-secondary-ghost:focus input[type=datetime], .button-secondary-ghost:focus input[type=datetime-local], .button-secondary-ghost:focus input[type=color], .button-secondary-ghost:focus textarea, .button-secondary-ghost:focus-visible input[type=text], .button-secondary-ghost:focus-visible input[type=email], .button-secondary-ghost:focus-visible input[type=url], .button-secondary-ghost:focus-visible input[type=password], .button-secondary-ghost:focus-visible input[type=search], .button-secondary-ghost:focus-visible input[type=number], .button-secondary-ghost:focus-visible input[type=tel], .button-secondary-ghost:focus-visible input[type=range], .button-secondary-ghost:focus-visible input[type=date], .button-secondary-ghost:focus-visible input[type=month], .button-secondary-ghost:focus-visible input[type=week], .button-secondary-ghost:focus-visible input[type=time], .button-secondary-ghost:focus-visible input[type=datetime], .button-secondary-ghost:focus-visible input[type=datetime-local], .button-secondary-ghost:focus-visible input[type=color], .button-secondary-ghost:focus-visible textarea, .button-secondary-ghost:active input[type=text], .button-secondary-ghost:active input[type=email], .button-secondary-ghost:active input[type=url], .button-secondary-ghost:active input[type=password], .button-secondary-ghost:active input[type=search], .button-secondary-ghost:active input[type=number], .button-secondary-ghost:active input[type=tel], .button-secondary-ghost:active input[type=range], .button-secondary-ghost:active input[type=date], .button-secondary-ghost:active input[type=month], .button-secondary-ghost:active input[type=week], .button-secondary-ghost:active input[type=time], .button-secondary-ghost:active input[type=datetime], .button-secondary-ghost:active input[type=datetime-local], .button-secondary-ghost:active input[type=color], .button-secondary-ghost:active textarea{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-size: 16px;
  color: #fff;
}
.button-secondary-ghost:hover input[type=checkbox], .button-secondary-ghost:focus input[type=checkbox], .button-secondary-ghost:focus-visible input[type=checkbox], .button-secondary-ghost:active input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3C/svg%3E");
}
.button-secondary-ghost:hover input[type=checkbox]:checked, .button-secondary-ghost:focus input[type=checkbox]:checked, .button-secondary-ghost:focus-visible input[type=checkbox]:checked, .button-secondary-ghost:active input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3Cpath fill='%23fff' d='M3 3h9v9H3z'/%3E%3C/svg%3E");
}
.button-secondary-ghost:hover select, .button-secondary-ghost:focus select, .button-secondary-ghost:focus-visible select, .button-secondary-ghost:active select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}
.button-secondary-ghost:hover .wpcf7-not-valid-tip, .button-secondary-ghost:focus .wpcf7-not-valid-tip, .button-secondary-ghost:focus-visible .wpcf7-not-valid-tip, .button-secondary-ghost:active .wpcf7-not-valid-tip{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.button-primary-arrow{
  display: inline-block;
  white-space: nowrap;
  background-repeat: no-repeat;
  padding-left: 1.5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  outline-offset: 4px;
  transition: 0.1s ease-in background-position;
  background-position: 0 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.8' height='10.3'%3E%3Cg fill='none' stroke='%230072CE'%3E%3Cpath d='M11.2.3 16 5.1l-4.8 4.8'/%3E%3Cpath stroke-linejoin='round' d='M16.1 5.1H0'/%3E%3C/g%3E%3C/svg%3E");
  --tw-text-opacity: 1;
  color: rgb(0 114 206 / var(--tw-text-opacity));
}

.button-primary-arrow:hover{
  --tw-text-opacity: 1;
  color: rgb(0 114 206 / var(--tw-text-opacity));
}

.button-primary-arrow:focus{
  --tw-text-opacity: 1;
  color: rgb(0 114 206 / var(--tw-text-opacity));
}

.button-primary-arrow:active{
  --tw-text-opacity: 1;
  color: rgb(0 114 206 / var(--tw-text-opacity));
}
.button-primary-arrow:hover {
  background-position: 3px 6px;
}

.button-white-arrow{
  display: inline-block;
  white-space: nowrap;
  background-repeat: no-repeat;
  padding-left: 1.5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  outline-offset: 4px;
  transition: 0.1s ease-in background-position;
  background-position: 0 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.8' height='10.3'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M11.2.3 16 5.1l-4.8 4.8'/%3E%3Cpath stroke-linejoin='round' d='M16.1 5.1H0'/%3E%3C/g%3E%3C/svg%3E");
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.button-white-arrow ul, .bg-primary ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li {
  color: #fff;
  background-image: url(../img/ico-list-w.svg);
}

.button-white-arrow input[type=text],.button-white-arrow input[type=email],.button-white-arrow input[type=url],.button-white-arrow input[type=password],.button-white-arrow input[type=search],.button-white-arrow input[type=number],.button-white-arrow input[type=tel],.button-white-arrow input[type=range],.button-white-arrow input[type=date],.button-white-arrow input[type=month],.button-white-arrow input[type=week],.button-white-arrow input[type=time],.button-white-arrow input[type=datetime],.button-white-arrow input[type=datetime-local],.button-white-arrow input[type=color],.button-white-arrow textarea{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-size: 16px;
  color: #fff;
}

.button-white-arrow input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3C/svg%3E");
}

.button-white-arrow input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3Cpath fill='%23fff' d='M3 3h9v9H3z'/%3E%3C/svg%3E");
}

.button-white-arrow select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}

.button-white-arrow .wpcf7-not-valid-tip{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

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

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

.button-white-arrow:active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-white-arrow:hover {
  background-position: 3px 6px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea{
  display: block;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(77 77 77 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: text-gray-900;
}

select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  padding-right: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23232323' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-position: calc(100% - 10px) center;
}

textarea{
  width: 100%;
}

input[type=checkbox],
input[type=radio]{
  margin-right: 0.5rem;
  margin-bottom: 0px;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-width: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0px;
}

input[type=checkbox] ~ *,
input[type=radio] ~ *{
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
}

input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23000'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3C/svg%3E");
}

input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg transform='translate(-592 -2703)'%3E%3Cg fill='none' stroke='%23232323' transform='translate(592 2703)'%3E%3Crect width='15' height='15' stroke='none' rx='3'/%3E%3Crect width='14' height='14' x='.5' y='.5' rx='2.5'/%3E%3C/g%3E%3Crect width='9' height='9' fill='%23f0a84a' rx='1' transform='translate(595 2706)'/%3E%3C/g%3E%3C/svg%3E");
}

input[type=radio] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' overflow='visible'%3E%3Ccircle cx='7.5' cy='7.5' r='7.5' fill='none'/%3E%3Cpath d='M7.5 15C3.4 15 0 11.6 0 7.5S3.4 0 7.5 0 15 3.4 15 7.5 11.6 15 7.5 15zm0-14C3.9 1 1 3.9 1 7.5S3.9 14 7.5 14 14 11.1 14 7.5 11.1 1 7.5 1z' fill='%23b3d3ea'/%3E%3C/svg%3E");
}

input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23000'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3Cpath fill='%23000' d='M3 3h9v9H3z'/%3E%3C/svg%3E");
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]{
  outline: 2px solid transparent;
  outline-offset: 2px;
  -moz-appearance: textfield;
}

form label{
  margin-bottom: 0.5rem;
  display: block;
  font-size: 17px;
}

.wpcf7-not-valid-tip{
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  font-size: 16px;
}

.wpcf7-form-control .wpcf7-list-item{
  margin: 0px;
  display: block;
}

.select2-container--default .select2-selection--single{
  height: auto;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(77 77 77 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-repeat: no-repeat;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/7000/svg' width='11.1' height='6.3'%3E%3Cpath fill='none' stroke='%23232323' stroke-width='1' d='m.4.4 5.2 5.2-5.2 5.1' transform='rotate(90 5.5 5.5)'/%3E%3C/svg%3E");
  background-position: calc(100% - 20px) center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  padding-left: 0px;
  line-height: 1.375;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  display: none;
}

.select2-dropdown{
  --tw-border-opacity: 1;
  border-color: rgb(77 77 77 / var(--tw-border-opacity));
}

.select2-search--dropdown{
  padding: 0.5rem;
}
.select2-search--dropdown .select2-search__field{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.select2-results__options .select2-results__option{
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-white input[type=text],
.text-white input[type=email],
.text-white input[type=url],
.text-white input[type=password],
.text-white input[type=search],
.text-white input[type=number],
.text-white input[type=tel],
.text-white input[type=range],
.text-white input[type=date],
.text-white input[type=month],
.text-white input[type=week],
.text-white input[type=time],
.text-white input[type=datetime],
.text-white input[type=datetime-local],
.text-white input[type=color],
.text-white textarea{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-size: 16px;
  color: #fff;
}
.text-white input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3C/svg%3E");
}
.text-white input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3Cpath fill='%23fff' d='M3 3h9v9H3z'/%3E%3C/svg%3E");
}
.text-white select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}
.text-white .wpcf7-not-valid-tip{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.input-file-label{
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  border-width: 1px;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  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: 100ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.input-file-label:hover{
  transition-duration: 500ms;
}

.input-file-label{
  --tw-border-opacity: 1;
  border-color: rgb(0 114 206 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 206 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.text-white ul,.input-file-label ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li {
  color: #fff;
  background-image: url(../img/ico-list-w.svg);
}

ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.input-file-label ul, .bg-primary ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li {
  color: #fff;
  background-image: url(../img/ico-list-w.svg);
}

.input-file-label input[type=text],.input-file-label input[type=email],.input-file-label input[type=url],.input-file-label input[type=password],.input-file-label input[type=search],.input-file-label input[type=number],.input-file-label input[type=tel],.input-file-label input[type=range],.input-file-label input[type=date],.input-file-label input[type=month],.input-file-label input[type=week],.input-file-label input[type=time],.input-file-label input[type=datetime],.input-file-label input[type=datetime-local],.input-file-label input[type=color],.input-file-label textarea{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-size: 16px;
  color: #fff;
}

.input-file-label input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3C/svg%3E");
}

.input-file-label input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3Cpath fill='%23fff' d='M3 3h9v9H3z'/%3E%3C/svg%3E");
}

.input-file-label select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}

.input-file-label .wpcf7-not-valid-tip{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.input-file-label:hover,.input-file-label:focus,.input-file-label:focus-visible,.input-file-label:active{
  --tw-border-opacity: 1;
  border-color: rgb(0 114 206 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 249 252 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 114 206 / var(--tw-text-opacity));
}

.input-file-label{
  display: inline-flex !important;
}
.input-file-label input{
  display: none;
}
.input-file-label svg{
  margin-right: 0.75rem;
  height: 1.25rem;
  width: 1.25rem;
  fill: currentColor;
}
.input-file-label .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
  position: absolute;
  top: 100%;
  margin-top: 2rem;
}

/* Navigation */
.main-menu-wrapper{
  position: fixed;
  top: 4rem;
  bottom: 0px;
  right: -100vw;
  z-index: 99;
  width: 100%;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 782px){
  .main-menu-wrapper{
    top: 5rem;
  }
}
.main-menu-wrapper {
  max-height: calc(100vh - 4rem);
}
@media (min-width: 782px) {
  .main-menu-wrapper {
    max-height: calc(100vh - 5rem);
  }
}
.main-menu-wrapper.menu-open{
  right: 0px;
}

.menu-toggle.menu-open .icon-open{
  display: none;
}
.menu-toggle.menu-open .icon-close{
  display: inline;
}

.main-navigation{
  display: block;
}
.main-navigation ul {
  list-style: none;
}
.main-navigation ul.menu{
  margin: 0px;
  font-weight: 400;
}
.main-navigation ul.menu .menu-item{
  position: relative;
}
.main-navigation ul.menu .menu-item a{
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.main-navigation ul.menu .menu-item:hover > a{
  --tw-text-opacity: 1;
  color: rgb(0 114 206 / var(--tw-text-opacity));
}
.main-navigation ul.menu .menu-item.current_page_item > a, .main-navigation ul.menu .menu-item.current-menu-item > a, .main-navigation ul.menu .menu-item.current_page_ancestor > a, .main-navigation ul.menu .menu-item.current-menu-ancestor > a{
  font-weight: 600;
}
.main-navigation ul.menu .menu-item-has-children{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.main-navigation ul.menu .menu-item-has-children .submenu-toggle{
  padding: 0.5rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.main-navigation ul.menu .menu-item-has-children .submenu-toggle.submenu-open{
  --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));
}
.main-navigation ul.menu .menu-item-has-children ul.sub-menu{
  display: none;
  width: 100%;
}
.main-navigation ul.menu .menu-item-has-children ul.sub-menu.submenu-open{
  visibility: visible;
  display: block;
}

@media (min-width: 960px) {
  .main-menu-wrapper{
    position: static;
    display: block;
    overflow: visible;
    background-color: transparent;
    padding: 0px;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .menu-toggle{
    display: none;
  }
  .main-navigation ul.menu{
    display: flex;
    font-size: 16px;
    line-height: 1.25;
  }
  .main-navigation ul.menu > .menu-item > a{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .main-navigation ul.menu > .menu-item > a[href="#"]{
    pointer-events: none;
  }
  .main-navigation ul.menu > .menu-item.menu-item-has-children > .submenu-toggle{
    display: none;
  }
  .main-navigation ul.menu .menu-item{
    white-space: nowrap;
  }
  @media (min-width: 1280px){
    .main-navigation ul.menu .menu-item > a{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu{
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 50;
    margin-left: -1.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(13 13 13 / var(--tw-bg-opacity));
    padding: 1.25rem;
  }
ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.text-white ul, .bg-primary ul, .bg-primary-500 ul,.main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li {
  color: #fff;
  background-image: url(../img/ico-list-w.svg);
}
  @media (min-width: 1280px){
    .main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu{
      margin-left: -3rem;
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu {
    max-height: initial;
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li{
    position: relative;
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a{
    display: block;
    padding-right: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a ul, .bg-primary ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li {
  color: #fff;
  background-image: url(../img/ico-list-w.svg);
}

.main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a input[type=text],.main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a input[type=email],.main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a input[type=url],.main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a input[type=password],.main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a input[type=search],.main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a input[type=number],.main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a input[type=tel],.main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a input[type=range],.main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a input[type=date],.main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a input[type=month],.main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a input[type=week],.main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a input[type=time],.main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a input[type=datetime],.main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a input[type=datetime-local],.main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a input[type=color],.main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a textarea{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    padding: 0.75rem;
    font-size: 16px;
  color: #fff;
  }
.main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3C/svg%3E");
}
.main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3Cpath fill='%23fff' d='M3 3h9v9H3z'/%3E%3C/svg%3E");
}
.main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}
.main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a .wpcf7-not-valid-tip{
    --tw-text-opacity: 1;
    color: rgb(252 165 165 / var(--tw-text-opacity));
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li a:hover{
    --tw-text-opacity: 1;
    color: rgb(243 249 252 / var(--tw-text-opacity));
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li .sub-menu{
    margin-top: -1.25rem;
    margin-left: 0px;
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu li.menu-item-has-children:hover::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12.1'%3E%3Cpath d='m.5.5 5.6 5.6-5.6 5.6' fill='none' stroke='%23fff' stroke-width='1.3'/%3E%3C/svg%3E");
    position: absolute;
    right: 0px;
    top: 0.5rem;
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children:hover .sub-menu{
    display: block;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children:hover .sub-menu .menu-item-has-children .submenu-toggle{
    display: none;
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children:hover .sub-menu .menu-item-has-children .sub-menu{
    position: absolute;
    top: 0px;
    left: 100%;
    display: none;
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children:hover .sub-menu .menu-item-has-children:hover .sub-menu{
    display: block;
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children.submenu-open{
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 1.5rem;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links{
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages */
.sticky{
  display: block;
}

.post,
.page{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.updated:not(.published){
  display: none;
}

.page-content,
.entry-content,
.entry-summary{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.page-links{
  clear: both;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Comments */
.comment-content a{
  overflow-wrap: break-word;
}

.bypostauthor{
  display: block;
}

/* Widgets */
.widget{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 1.5rem;
}
.widget select{
  max-width: 100%;
}

/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley{
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: none;
  padding: 0px;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link{
  display: inline-block;
}

/* Captions */
.wp-caption{
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-]{
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.wp-caption .wp-caption-text{
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
  margin-left: 0px;
  margin-right: 0px;
}

.wp-caption-text{
  text-align: center;
}

/* Galleries */
.gallery{
  margin-bottom: 1.5rem;
  display: grid;
  gap: 1.5rem;
}
.gallery-item{
  display: inline-block;
  width: 100%;
  text-align: center;
}

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

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption{
  display: block;
}

/* Accordion */
/* Accordion */
.tabs{
  position: relative;
}
.tabs__menu{
  position: absolute;
  margin-top: 0.5rem;
  display: none;
  width: 100%;
  flex-direction: column;
}
.tabs__menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.tabs__menu{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: left;
  font-family: Familjen Grotesk, sans-serif;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgb(0 114 206 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tabs__menu.active{
  display: flex;
}
.tabs__menu .tab {
  margin-bottom: 16px !important;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(221 105 111 / var(--tw-text-opacity));
}
.tabs__content{
  margin-top: 1rem;
  display: none;
}
.tabs__content p {
  line-height: 25px;
}
.tabs__content.active{
  display: block;
}
.tabs__select{
  position: relative;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 114 206 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Familjen Grotesk, sans-serif;
  font-size: 17px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 114 206 / var(--tw-text-opacity));
}
@media (min-width: 782px) {
  .tabs__menu{
    position: relative;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
  }
  .tabs__menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .tabs__menu{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0px;
    padding-right: 0px;
    font-family: Familjen Grotesk, sans-serif;
    font-size: 20px;
    --tw-text-opacity: 1;
    color: rgb(0 114 206 / var(--tw-text-opacity));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .tabs__content{
    margin-top: 0px;
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .tabs__select{
    display: none;
  }
  .tabs .tab.active {
    color: #E30713;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text{
  margin: -1px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border-style: none;
  padding: 0px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  position: absolute !important;
  word-wrap: normal !important;
}
.screen-reader-text:focus{
  display: block;
  height: auto;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
  text-decoration-line: none;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  clip: auto !important;
  clip-path: none;
  left: 5px;
  padding: 15px 23px 14px;
  top: 5px;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.aligncenter{
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  display: block;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 100px;
}

.has-primary-color{
  --tw-text-opacity: 1;
  color: rgb(0 114 206 / var(--tw-text-opacity));
}

.has-primary-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 206 / var(--tw-bg-opacity));
}

ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.text-white ul,.has-primary-background-color ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li {
  color: #fff;
  background-image: url(../img/ico-list-w.svg);
}

.has-primary-100-color{
  --tw-text-opacity: 1;
  color: rgb(243 249 252 / var(--tw-text-opacity));
}

.has-primary-100-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(243 249 252 / var(--tw-bg-opacity));
}

.has-secondary-color{
  --tw-text-opacity: 1;
  color: rgb(111 162 135 / var(--tw-text-opacity));
}

.has-secondary-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(111 162 135 / var(--tw-bg-opacity));
}

.has-gray-900-color{
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}

.has-gray-900-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
}

ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.text-white ul, .bg-primary ul, .bg-primary-500 ul,.has-gray-900-background-color ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li {
  color: #fff;
  background-image: url(../img/ico-list-w.svg);
}

.has-gray-800-color{
  --tw-text-opacity: 1;
  color: rgb(34 36 34 / var(--tw-text-opacity));
}

.has-gray-800-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(34 36 34 / var(--tw-bg-opacity));
}

.has-gray-700-color{
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}

.has-gray-700-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 77 / var(--tw-bg-opacity));
}

.has-gray-100-color{
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.has-gray-100-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

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

ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.has-white-color ul, .bg-primary ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li {
  color: #fff;
  background-image: url(../img/ico-list-w.svg);
}

.has-white-color input[type=text],.has-white-color input[type=email],.has-white-color input[type=url],.has-white-color input[type=password],.has-white-color input[type=search],.has-white-color input[type=number],.has-white-color input[type=tel],.has-white-color input[type=range],.has-white-color input[type=date],.has-white-color input[type=month],.has-white-color input[type=week],.has-white-color input[type=time],.has-white-color input[type=datetime],.has-white-color input[type=datetime-local],.has-white-color input[type=color],.has-white-color textarea{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-size: 16px;
  color: #fff;
}

.has-white-color input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3C/svg%3E");
}

.has-white-color input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3Cpath fill='%23fff' d='M3 3h9v9H3z'/%3E%3C/svg%3E");
}

.has-white-color select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}

.has-white-color .wpcf7-not-valid-tip{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

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

.alignfull,
.alignwide {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.wp-container-1{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (min-width: 480px){
  .wp-container-1{
    max-width: 480px;
  }
}

@media (min-width: 782px){
  .wp-container-1{
    max-width: 782px;
  }
}

@media (min-width: 960px){
  .wp-container-1{
    max-width: 960px;
  }
}

@media (min-width: 1080px){
  .wp-container-1{
    max-width: 1080px;
  }
}

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

@media (min-width: 1532px){
  .wp-container-1{
    max-width: 1532px;
  }
}

.splide__pagination__page.is-active{
  opacity: 1;
}

.aspect-video > iframe{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ul li.address-list--icon{
  background-repeat: no-repeat;
  padding-left: 1.25rem;
}
ul li.address-list--icon.address-list--phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.1' height='12.1'%3E%3Cpath d='M7.4 2.7a3 3 0 0 1 2 2.1M7.4.6a5 5 0 0 1 4.2 4.2M11 9v1.6a1 1 0 0 1-1.1 1A11 11 0 0 1 5.3 10a10 10 0 0 1-3.2-3.1A11 11 0 0 1 .5 2.3a1 1 0 0 1 1-1.2h1.7a1 1 0 0 1 1 1l.4 1.4a1 1 0 0 1-.3 1.1l-.6.7a9 9 0 0 0 3.1 3.3l.7-.7a1 1 0 0 1 1.1-.2l1.5.3a1 1 0 0 1 1 1.1' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: left 7px;
}
ul li.address-list--icon.address-list--fax {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.9 4.7V.5h7.2v4.2'/%3E%3Cpath d='M2.9 10.1H1.7A1.2 1.2 0 0 1 .5 8.9v-3a1.2 1.2 0 0 1 1.2-1.2h9.6a1.2 1.2 0 0 1 1.2 1.2v3a1.2 1.2 0 0 1-1.2 1.2h-1.2'/%3E%3Cpath d='M2.9 7.7h7.2v4.8H2.9z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: left 7px;
}
ul li.address-list--icon.address-list--mail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.9' height='9.4'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1.7.5h8.5a1 1 0 0 1 1 1v6.4a1 1 0 0 1-1 1H1.7a1 1 0 0 1-1.1-1V1.5a1 1 0 0 1 1.1-1'/%3E%3Cpath d='M11.2 1.5 6 5.2.7 1.5'/%3E%3C/g%3E%3C/svg%3E");
  background-position: left 9px;
}

.site-header.scroll-header{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.site-header .wpml-ls ul{
  display: flex;
  padding-left: 0.125rem;
  font-size: 16px;
}
.site-header .wpml-ls ul .wpml-ls-item{
  display: flex;
}
.site-header .wpml-ls ul .wpml-ls-item a {
  padding: 3px 5px;
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}
.site-header .wpml-ls ul .wpml-ls-item a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 114 206 / var(--tw-text-opacity));
}
.site-header .wpml-ls ul .wpml-ls-item.wpml-ls-current-language a{
  font-weight: 600;
}
.site-header .wpml-ls ul .wpml-ls-item:not(:last-child)::after {
  content: "/";
}
@media (min-width: 1080px){
  .site-header .wpml-ls.wpml-ls-legacy-list-horizontal{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 1280px){
  .site-header .wpml-ls.wpml-ls-legacy-list-horizontal{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .site-footer .logo_footer_ens{
    width: 40%;
  }
}
.site-footer .wp-block-image{
  margin: 0px;
}
.site-footer a{
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}
.site-footer .widgettitle{
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-weight: 500;
}
.site-footer .menu{
  margin: 0px;
  font-size: 15px;
  line-height: 1.625;
  list-style: none;
}
.site-footer .menu li{
  margin: 0px;
}
.site-footer .menu li a:hover{
  text-decoration-line: underline;
}
.site-footer .menu li a[href="#"]{
  pointer-events: none;
}
.site-footer .footer-bottom .menu{
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
}
.site-footer .footer-bottom .menu .menu-item{
  margin: 0px;
}
.site-footer .footer-bottom .menu .menu-item:not(:last-child)::after{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  --tw-content: "—";
  content: var(--tw-content);
}
.site-footer .footer-bottom .footer-bl-links :is(.widget, p){
  margin: 0px;
}
@media (min-width: 782px){
  .site-footer .footer-bottom .footer-bl-links .wp-block-group__inner-container{
    display: flex;
    align-items: center;
  }
}
.site-footer .footer-bottom .footer-bl-links .ltw-footer-link{
  font-size: 15px;
}
@media (min-width: 782px){
  .site-footer .footer-bottom .footer-bl-links .ltw-footer-link::before{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
    --tw-content: "—";
    content: var(--tw-content);
  }
}

.nav-links{
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  text-align: center;
}
.nav-links .page-numbers{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  font-size: 16px;
  line-height: 1;
  text-decoration-line: none;
  min-height: 35px;
}
.nav-links .page-numbers.prev, .nav-links .page-numbers.next{
  --tw-text-opacity: 1;
  color: rgb(0 114 206 / var(--tw-text-opacity));
}
.nav-links .page-numbers:not(.next):not(.prev):not(.dots){
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 114 206 / var(--tw-border-opacity));
  min-width: 35px;
}
.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current){
  --tw-text-opacity: 1;
  color: rgb(0 114 206 / var(--tw-text-opacity));
}
.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 206 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.text-white ul,.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li {
  color: #fff;
  background-image: url(../img/ico-list-w.svg);
}
ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover ul, .bg-primary ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li {
  color: #fff;
  background-image: url(../img/ico-list-w.svg);
}
.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=text],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=email],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=url],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=password],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=search],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=number],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=tel],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=range],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=date],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=month],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=week],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=time],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=datetime],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=datetime-local],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=color],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover textarea{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-size: 16px;
  color: #fff;
}
.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3C/svg%3E");
}
.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3Cpath fill='%23fff' d='M3 3h9v9H3z'/%3E%3C/svg%3E");
}
.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}
.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover .wpcf7-not-valid-tip{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.nav-links .page-numbers.current{
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 206 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.text-white ul,.nav-links .page-numbers.current ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li {
  color: #fff;
  background-image: url(../img/ico-list-w.svg);
}
ul:not(.list-none):not(.menu):not(.ab-top-menu):not(.sub-menu):not(.wpml-ls ul):not(.splide__list):is(.nav-links .page-numbers.current ul, .bg-primary ul, .bg-primary-500 ul, .bg-gray-900 ul, .has-primary-background-color ul, .has-primary-500-background-color ul, .has-gray-900-background-color ul, .has-white-color ul) li {
  color: #fff;
  background-image: url(../img/ico-list-w.svg);
}
.nav-links .page-numbers.current input[type=text],.nav-links .page-numbers.current input[type=email],.nav-links .page-numbers.current input[type=url],.nav-links .page-numbers.current input[type=password],.nav-links .page-numbers.current input[type=search],.nav-links .page-numbers.current input[type=number],.nav-links .page-numbers.current input[type=tel],.nav-links .page-numbers.current input[type=range],.nav-links .page-numbers.current input[type=date],.nav-links .page-numbers.current input[type=month],.nav-links .page-numbers.current input[type=week],.nav-links .page-numbers.current input[type=time],.nav-links .page-numbers.current input[type=datetime],.nav-links .page-numbers.current input[type=datetime-local],.nav-links .page-numbers.current input[type=color],.nav-links .page-numbers.current textarea{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-size: 16px;
  color: #fff;
}
.nav-links .page-numbers.current input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3C/svg%3E");
}
.nav-links .page-numbers.current input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cpath d='M0 0h15v15H0z' stroke='none'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3Cpath fill='%23fff' d='M3 3h9v9H3z'/%3E%3C/svg%3E");
}
.nav-links .page-numbers.current select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}
.nav-links .page-numbers.current .wpcf7-not-valid-tip{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

body {
  --wp--style--gallery-gap-default: $galleryGap;
  --gallery-block--gutter-size: $galleryGap;
  --wp--style--block-gap: $galleryGap;
}

.main-contact-form{
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 960px){
  .main-contact-form{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
.main-contact-form > div.fields-group{
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 782px){
  .main-contact-form > div.fields-group{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 960px){
  .main-contact-form > div.fields-group{
    grid-column: span 6 / span 6;
  }
  .main-contact-form > div.field-single{
    grid-column: span 4 / span 4;
    grid-column-start: 7;
    grid-row: span 2 / span 2;
    grid-row-start: 1;
    display: flex;
    flex-direction: column;
  }
  .main-contact-form > div.field-single .wpcf7-form-control-wrap{
    flex-grow: 1;
  }
  .main-contact-form > div.field-single .wpcf7-form-control-wrap textarea{
    height: 100%;
  }
  .main-contact-form > div.full{
    grid-column: span 10 / span 10;
  }
  .main-contact-form > div.full #cf-send{
    margin-top: 1.25rem;
  }
}

.block-img-section .wp-video {
  width: 100% !important;
}

.block-mainslider .splide__video__wrapper :is(video, iframe){
  -o-object-fit: cover;
     object-fit: cover;
}
.block-mainslider .mainslider__bg{
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.1 91.9'%3E%3Cpath d='M3.9 0h42.2v45.2l-27 46.7H0l22.6-45.6H3.9Z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 46px;
}
@media (min-width: 960px) {
  .block-mainslider .mainslider__bg {
    background-size: 120px;
  }
}
.block-mainslider .splide__arrow:disabled{
  opacity: 0;
}

.block-img-section-full .plyr{
  height: 100%;
}
.block-img-section-full .plyr video{
  -o-object-fit: cover;
     object-fit: cover;
}

.block-services {
  background: linear-gradient(180deg, #fff 235px, #222422 235px);
}
@media (min-width: 782px) {
  .block-services {
    background: linear-gradient(180deg, #fff 280px, #222422 280px);
  }
}

@media (min-width: 1800px) {
  .block-gallery .splide__arrows{
    margin: 0px;
  }
  .block-gallery .splide__arrows .splide__arrow{
    position: absolute;
    top: 50%;
    margin-top: 0.625rem;
  }
  .block-gallery .splide__arrows .splide__arrow--prev{
    left: -3.5rem;
  }
  .block-gallery .splide__arrows .splide__arrow--next{
    right: -3.5rem;
  }
}

.block-map .map-list a{
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}

.block-map .map-list a:hover{
  text-decoration-line: underline;
}
.block-map .map-list__item{
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 249 252 / var(--tw-border-opacity));
}
.block-map .map-list__item--active{
  --tw-border-opacity: 1;
  border-color: rgb(0 114 206 / var(--tw-border-opacity));
}
.block-map__map{
  z-index: 0;
  display: none;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 960px){
  .block-map__map{
    display: block;
  }
}
.block-map__map.block-map__map--active{
  z-index: 10;
  display: block;
  opacity: 1;
}

.block-links-grid__link-content h3 {
  margin-bottom: 10px !important;
}

.block-img-section-full ul li h3{
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px !important;
}

.before\:content::before{
  content: "";
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:-left-12::before{
  content: var(--tw-content);
  left: -3rem;
}

.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}

.before\:top-1::before{
  content: var(--tw-content);
  top: 0.25rem;
}

.before\:top-2::before{
  content: var(--tw-content);
  top: 0.5rem;
}

.before\:block::before{
  content: var(--tw-content);
  display: block;
}

.before\:h-4::before{
  content: var(--tw-content);
  height: 1rem;
}

.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}

.before\:w-4::before{
  content: var(--tw-content);
  width: 1rem;
}

.before\:w-px::before{
  content: var(--tw-content);
  width: 1px;
}

.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-gray-900::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 114 206 / var(--tw-border-opacity));
}

.hover\:bg-opacity-70:hover{
  --tw-bg-opacity: 0.7;
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}

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

.hover\:shadow:hover{
  --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);
}

.hover\:saturate-100:hover{
  --tw-saturate: saturate(1);
  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);
}

.group:hover .group-hover\:translate-x-2{
  --tw-translate-x: 0.5rem;
  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));
}

.group:hover .group-hover\:brightness-75{
  --tw-brightness: brightness(.75);
  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);
}

@media (min-width: 480px){
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:w-14{
    width: 3.5rem;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:p-8{
    padding: 2rem;
  }
}

@media (min-width: 782px){
  .md\:static{
    position: static;
  }
  .md\:relative{
    position: relative;
  }
  .md\:right-7{
    right: 1.75rem;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mb-16{
    margin-bottom: 4rem;
  }
  .md\:mb-5{
    margin-bottom: 1.25rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:ml-0{
    margin-left: 0px;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-12{
    margin-top: 3rem;
  }
  .md\:mt-16{
    margin-top: 4rem;
  }
  .md\:block{
    display: block;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-28{
    width: 7rem;
  }
  .md\:w-\[300px\]{
    width: 300px;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:max-w-2xl{
    max-width: 42rem;
  }
  .md\:max-w-52{
    max-width: 13rem;
  }
  .md\:max-w-80{
    max-width: 20rem;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\:max-w-md{
    max-width: 28rem;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-evenly{
    justify-content: space-evenly;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:pb-16{
    padding-bottom: 4rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pt-16{
    padding-top: 4rem;
  }
  .md\:text-3xl{
    font-size: 44px;
  }
  .md\:text-4xl{
    font-size: 49px;
  }
  .md\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }
  .md\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(13 13 13 / var(--tw-text-opacity));
  }
}

@media (min-width: 960px){
  .lg\:static{
    position: static;
  }
  .lg\:absolute{
    position: absolute;
  }
  .lg\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }
  .lg\:bottom-12{
    bottom: 3rem;
  }
  .lg\:left-auto{
    left: auto;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:right-14{
    right: 3.5rem;
  }
  .lg\:right-8{
    right: 2rem;
  }
  .lg\:right-auto{
    right: auto;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mb-24{
    margin-bottom: 6rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:mt-24{
    margin-top: 6rem;
  }
  .lg\:mt-3{
    margin-top: 0.75rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:aspect-auto{
    aspect-ratio: auto;
  }
  .lg\:h-7{
    height: 1.75rem;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:min-h-\[695px\]{
    min-height: 695px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-11\/12{
    width: 91.666667%;
  }
  .lg\:w-5\/12{
    width: 41.666667%;
  }
  .lg\:w-56{
    width: 14rem;
  }
  .lg\:max-w-6xl{
    max-width: 72rem;
  }
  .lg\:max-w-\[484px\]{
    max-width: 484px;
  }
  .lg\:max-w-\[610px\]{
    max-width: 610px;
  }
  .lg\:max-w-full{
    max-width: 100%;
  }
  .lg\:max-w-lg{
    max-width: 32rem;
  }
  .lg\:max-w-screen-2xl{
    max-width: 1280px;
  }
  .lg\:max-w-xl{
    max-width: 36rem;
  }
  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:gap-5{
    gap: 1.25rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-y-12{
    row-gap: 3rem;
  }
  .lg\:gap-y-16{
    row-gap: 4rem;
  }
  .lg\:gap-y-20{
    row-gap: 5rem;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .lg\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pb-9{
    padding-bottom: 2.25rem;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pl-1\.5{
    padding-left: 0.375rem;
  }
  .lg\:pl-2\.5{
    padding-left: 0.625rem;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-2\.5{
    padding-top: 0.625rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-24{
    padding-top: 6rem;
  }
  .lg\:pt-48{
    padding-top: 12rem;
  }
  .lg\:pt-8{
    padding-top: 2rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:text-3xl{
    font-size: 44px;
  }
  .lg\:text-5xl{
    font-size: 55px;
  }
  .lg\:text-6xl{
    font-size: 62px;
  }
  .lg\:text-xl{
    font-size: 24px;
  }
  .lg\:before\:-right-12::before{
    content: var(--tw-content);
    right: -3rem;
  }
  .lg\:before\:left-1\/2::before{
    content: var(--tw-content);
    left: 50%;
  }
  .lg\:before\:left-auto::before{
    content: var(--tw-content);
    left: auto;
  }
}

@media (min-width: 1080px){
  .xl\:absolute{
    position: absolute;
  }
  .xl\:-left-8{
    left: -2rem;
  }
  .xl\:-right-8{
    right: -2rem;
  }
  .xl\:top-1\/2{
    top: 50%;
  }
  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .xl\:-mt-4{
    margin-top: -1rem;
  }
  .xl\:mb-14{
    margin-bottom: 3.5rem;
  }
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:w-28{
    width: 7rem;
  }
  .xl\:w-5\/12{
    width: 41.666667%;
  }
  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xl\:pb-8{
    padding-bottom: 2rem;
  }
  .xl\:pt-6{
    padding-top: 1.5rem;
  }
  .xl\:text-6xl{
    font-size: 62px;
  }
}

@media (min-width: 1280px){
  .\32xl\:left-32{
    left: 8rem;
  }
  .\32xl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .\32xl\:w-5\/12{
    width: 41.666667%;
  }
  .\32xl\:w-5\/6{
    width: 83.333333%;
  }
  .\32xl\:min-w-80{
    min-width: 20rem;
  }
  .\32xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .\32xl\:gap-20{
    gap: 5rem;
  }
  .\32xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .\32xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .\32xl\:pb-24{
    padding-bottom: 6rem;
  }
  .\32xl\:pb-32{
    padding-bottom: 8rem;
  }
  .\32xl\:pl-10{
    padding-left: 2.5rem;
  }
  .\32xl\:pr-8{
    padding-right: 2rem;
  }
  .\32xl\:pt-64{
    padding-top: 16rem;
  }
  .\32xl\:text-right{
    text-align: right;
  }
}
