@charset "UTF-8";
/* Tailwind Base */
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #E1E1E1; /* 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: #B9B9B9; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #B9B9B9; /* 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.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 500px){
  .container{
    max-width: 500px;
  }
}
@media (min-width: 645px){
  .container{
    max-width: 645px;
  }
}
@media (min-width: 960px){
  .container{
    max-width: 960px;
  }
}
@media (min-width: 1275px){
  .container{
    max-width: 1275px;
  }
}
@media (min-width: 1420px){
  .container{
    max-width: 1420px;
  }
}
@media (min-width: 1710px){
  .container{
    max-width: 1710px;
  }
}
.content{
  content: "";
}
.visible{
  visibility: visible;
}
.\!static{
  position: static !important;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.\!top-1\/2{
  top: 50% !important;
}
.bottom-8{
  bottom: 2rem;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.right-8{
  right: 2rem;
}
.top-0{
  top: 0px;
}
.top-24{
  top: 6rem;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-100{
  z-index: 100;
}
.z-\[3\]{
  z-index: 3;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.clear-both{
  clear: both;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}
.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-sectionSpacing{
  margin-top: clamp(2.5rem, 7svw, 6.5rem);
  margin-bottom: clamp(2.5rem, 7svw, 6.5rem);
}
.\!-mt-4{
  margin-top: -1rem !important;
}
.-mt-12{
  margin-top: -3rem;
}
.-mt-px{
  margin-top: -1px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.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;
}
.mb-sectionSpacing{
  margin-bottom: clamp(2.5rem, 7svw, 6.5rem);
}
.ml-0{
  margin-left: 0px;
}
.ml-auto{
  margin-left: auto;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-0{
  margin-top: 0px;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-28{
  margin-top: 7rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[100px\]{
  margin-top: 100px;
}
.mt-auto{
  margin-top: auto;
}
.mt-sectionSpacing{
  margin-top: clamp(2.5rem, 7svw, 6.5rem);
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.\!h-12{
  height: 3rem !important;
}
.\!h-auto{
  height: auto !important;
}
.h-10{
  height: 2.5rem;
}
.h-20{
  height: 5rem;
}
.h-5{
  height: 1.25rem;
}
.h-8{
  height: 2rem;
}
.h-\[100vw\]{
  height: 100vw;
}
.h-full{
  height: 100%;
}
.max-h-screen{
  max-height: 100vh;
}
.\!w-auto{
  width: auto !important;
}
.w-10{
  width: 2.5rem;
}
.w-44{
  width: 11rem;
}
.w-5{
  width: 1.25rem;
}
.w-8{
  width: 2rem;
}
.w-80{
  width: 20rem;
}
.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-4xl{
  max-width: 56rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-prose{
  max-width: 65ch;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-grow-0{
  flex-grow: 0;
}
.cursor-pointer{
  cursor: pointer;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-evenly{
  justify-content: space-evenly;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-baseGap{
  gap: 18px;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-baseGap{
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.gap-y-12{
  row-gap: 3rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-clip{
  overflow-x: clip;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-none{
  border-style: none;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity, 1));
}
.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity, 1));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
}
.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 214 / var(--tw-bg-opacity, 1));
}
.bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 237 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}
.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-24{
  padding: 6rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.\!px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-sectionSpacing{
  padding-top: clamp(2.5rem, 7svw, 6.5rem);
  padding-bottom: clamp(2.5rem, 7svw, 6.5rem);
}
.pb-0{
  padding-bottom: 0px;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-sectionSpacing{
  padding-bottom: clamp(2.5rem, 7svw, 6.5rem);
}
.pl-0{
  padding-left: 0px;
}
.pl-10{
  padding-left: 2.5rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-sectionSpacing{
  padding-top: clamp(2.5rem, 7svw, 6.5rem);
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-heading{
  font-family: ClashGrotesk;
}
.text-2xl{
  font-size: 22px;
}
.text-3xl{
  font-size: clamp(22px, 2.5svw, 35px);
  line-height: 1.2;
}
.text-4xl{
  font-size: clamp(35px, 2.5svw, 40px);
  line-height: 1.2;
}
.text-5xl{
  font-size: clamp(40px, 2.5svw, 52px);
  line-height: 1.2;
}
.text-base{
  font-size: 16px;
}
.text-lg{
  font-size: 18px;
}
.text-sm{
  font-size: 14px;
}
.text-xl{
  font-size: 20px;
}
.text-xs{
  font-size: 12px;
}
.font-\[500\]{
  font-weight: 500;
}
.font-\[600\]{
  font-weight: 600;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.uppercase{
  text-transform: uppercase;
}
.not-italic{
  font-style: normal;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(185 185 185 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.text-inherit{
  color: inherit;
}
.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(246 146 30 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.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);
}
@font-face {
  font-family: "Pally";
  src: url("../fonts/Pally-Variable.ttf") format("truetype-variations");
  font-weight: 1 999;
}
@font-face {
  font-family: "ClashGrotesk";
  src: url("../fonts/ClashGrotesk-Variable.ttf") format("truetype-variations");
  font-weight: 1 999;
}
/* Base */
/* Base colors */
.has-primary-color{
  --tw-text-opacity: 1;
  color: rgb(248 170 63 / var(--tw-text-opacity, 1));
}

.has-primary-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(248 170 63 / var(--tw-bg-opacity, 1));
}

.has-secondary-color{
  --tw-text-opacity: 1;
  color: rgb(0 108 164 / var(--tw-text-opacity, 1));
}

.has-secondary-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 164 / var(--tw-bg-opacity, 1));
}

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

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

.has-gray-500-color{
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity, 1));
}

.has-gray-500-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(165 165 165 / var(--tw-bg-opacity, 1));
}

.has-gray-200-color{
  --tw-text-opacity: 1;
  color: rgb(225 225 225 / var(--tw-text-opacity, 1));
}

.has-gray-200-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity, 1));
}

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

:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=text],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=email],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=url],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=password],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=search],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=number],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=tel],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=range],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=date],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=month],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=week],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=time],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=datetime],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=datetime-local],
:is(body, .acfe-form .acfe-form-fields) .has-white-color input[type=color],
:is(body, .acfe-form .acfe-form-fields) .has-white-color textarea {
  color: #fff;
  border-color: #fff;
  padding: 0.75rem;
  font-size: 14px;
}

:is(body, .acfe-form .acfe-form-fields) .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");
}

:is(body, .acfe-form .acfe-form-fields) .has-white-color .wpcf7-not-valid-tip {
  color: #fca5a5;
}

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

/* Heading */
*{
  font-size: 16px;
  color: #0A4B70;
}

h1, h1 *{
  font-size: clamp(40px, 2.5svw, 52px);
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

h2, h2 *{
  font-size: clamp(35px, 2.5svw, 40px);
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

h3, h3 *{
  font-size: clamp(22px, 2.5svw, 35px);
  line-height: 1.2;
  font-weight: 700;
}

h4, h4 *{
  font-size: 22px;
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 100px;
  accent-color: #F8AA3F;
}
html ::-moz-selection {
  background-color: #F8AA3F;
  color: #fff;
}
html ::selection {
  background-color: #F8AA3F;
  color: #fff;
}

body {
  background-color: #fff;
  --wp--preset--font-size--small: 14px;
  --wp--preset--font-size--medium: 16px;
  --wp--preset--font-size--large: clamp(22px, 2.5svw, 35px);
  --wp--preset--font-size--x-large: clamp(35px, 2.5svw, 40px);
  --wp--style--gallery-gap-default: 18px;
  --gallery-block--gutter-size: 18px;
  --wp--style--block-gap: 18px;
}

p {
  margin-bottom: 1.5rem;
}

hr {
  border: none;
  height: 1px;
  margin-bottom: 1.5rem;
  background-color: #E1E1E1;
}

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

blockquote {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote.wp-block-quote {
  border-left: 2px solid #F8AA3F;
  padding-left: 1rem;
}
blockquote.wp-block-quote p {
  margin-bottom: 0.5rem;
}

.wp-block-pullquote {
  background-color: #F5F5F5;
  border-inline: 1px solid #E1E1E1;
  padding-block: 1.5rem;
}
.wp-block-pullquote blockquote p {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.wp-block-pullquote blockquote cite {
  font-style: normal;
}

address {
  margin: 0px 0px 1.5rem;
}

pre {
  margin-bottom: 1.75rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.75rem;
  background-color: #F5F5F5;
  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: 1px dotted #F5F5F5;
}

mark,
ins {
  text-decoration: none;
  background-color: #F5F5F5;
}

big {
  font-size: 125%;
}

/* Content */
.post,
.page {
  margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0;
}

/* Tables */
table {
  margin: 0 0 1.5rem;
  width: 100%;
}

/* Lists */
ul,
ol {
  margin: 0px 0px 1.5rem 1.5rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0px 1.5rem 1.5rem;
}

/* Links */
a {
  display: block;
  color: #F8AA3F;
}
a:hover, a:focus, a:active {
  color: #F8AA3F;
}
a:focus-visible {
  outline: 1px dashed #F8AA3F;
}
a:hover, a:active {
  outline: none;
}

/* Widgets */
.widget {
  margin: 0;
}
.widget select {
  max-width: 100%;
}

/* Media */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1rem 0;
}

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

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

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

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

.custom-logo-link {
  display: inline-block;
}

/* Gallery columns. */
.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;
}

/* Gutenberg alignment */
.alignfull,
.alignwide {
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

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

/* wp-container */
.wp-container-1{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 500px){
  .wp-container-1{
    max-width: 500px;
  }
}
@media (min-width: 645px){
  .wp-container-1{
    max-width: 645px;
  }
}
@media (min-width: 960px){
  .wp-container-1{
    max-width: 960px;
  }
}
@media (min-width: 1275px){
  .wp-container-1{
    max-width: 1275px;
  }
}
@media (min-width: 1420px){
  .wp-container-1{
    max-width: 1420px;
  }
}
@media (min-width: 1710px){
  .wp-container-1{
    max-width: 1710px;
  }
}
.wp-container-1 {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 960px) {
  .wp-container-1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

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

/* Accessibility */
.screen-reader-text {
  border: none;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  position: absolute !important;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: 1.5;
  text-decoration: none;
  width: auto;
  background-color: #E1E1E1;
  color: #232323;
  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: none;
}

/* Form fields */
:is(body, .acfe-form .acfe-form-fields) input[type=text],
:is(body, .acfe-form .acfe-form-fields) input[type=email],
:is(body, .acfe-form .acfe-form-fields) input[type=url],
:is(body, .acfe-form .acfe-form-fields) input[type=password],
:is(body, .acfe-form .acfe-form-fields) input[type=search],
:is(body, .acfe-form .acfe-form-fields) input[type=number],
:is(body, .acfe-form .acfe-form-fields) input[type=tel],
:is(body, .acfe-form .acfe-form-fields) input[type=range],
:is(body, .acfe-form .acfe-form-fields) input[type=date],
:is(body, .acfe-form .acfe-form-fields) input[type=month],
:is(body, .acfe-form .acfe-form-fields) input[type=week],
:is(body, .acfe-form .acfe-form-fields) input[type=time],
:is(body, .acfe-form .acfe-form-fields) input[type=datetime],
:is(body, .acfe-form .acfe-form-fields) input[type=datetime-local],
:is(body, .acfe-form .acfe-form-fields) input[type=color],
:is(body, .acfe-form .acfe-form-fields) textarea,
:is(body, .acfe-form .acfe-form-fields) select {
  border-radius: 16px;
  padding: 0.75rem 1rem;
  color: #232323;
  background-color: white;
  display: block;
  font-weight: 500;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
:is(body, .acfe-form .acfe-form-fields) input[type=text]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=email]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=url]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=password]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=search]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=number]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=tel]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=range]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=date]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=month]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=week]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=time]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=datetime]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=datetime-local]:focus,
:is(body, .acfe-form .acfe-form-fields) input[type=color]:focus,
:is(body, .acfe-form .acfe-form-fields) textarea:focus,
:is(body, .acfe-form .acfe-form-fields) select:focus {
  color: #232323;
}
:is(body, .acfe-form .acfe-form-fields) 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;
}
:is(body, .acfe-form .acfe-form-fields) textarea {
  width: 100%;
}
:is(body, .acfe-form .acfe-form-fields) input[disabled=""] {
  background-color: #E1E1E1 !important;
}

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

input[type=number] {
  -moz-appearance: textfield;
  outline: none;
}

:is(form, .acfe-form .acfe-form-fields .acf-label) label {
  display: block;
  font-size: 14px;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

:is(form, .acfe-form .acfe-form-fields) .acf-checkbox-list label {
  text-transform: none;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #7D7D7D;
  border-radius: 0.25rem;
  padding: 0.75rem 2.5rem 0.75rem 1.5rem;
  height: auto;
  background-repeat: no-repeat;
  background-color: white;
  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 {
  line-height: 1.375;
  padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-dropdown {
  border-color: #7D7D7D;
}

.select2-search--dropdown {
  padding: 0.5rem;
}
.select2-search--dropdown .select2-search__field {
  padding: 0.5rem 1rem;
}

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

:is(body, .acfe-form .acfe-form-fields) .text-white input[type=text],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=email],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=url],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=password],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=search],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=number],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=tel],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=range],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=date],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=month],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=week],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=time],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=datetime],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=datetime-local],
:is(body, .acfe-form .acfe-form-fields) .text-white input[type=color],
:is(body, .acfe-form .acfe-form-fields) .text-white textarea {
  color: #fff;
  border-color: #fff;
  padding: 0.75rem;
  font-size: 14px;
}
:is(body, .acfe-form .acfe-form-fields) .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");
}
:is(body, .acfe-form .acfe-form-fields) .text-white .wpcf7-not-valid-tip {
  color: #fca5a5;
}

.acf-field.acf-field-file .acf-label {
  margin: 0;
}
.acf-field.acf-field-file .acf-label label {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.5;
  border-width: 1px;
  border-style: solid;
  font-weight: 400;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  padding-left: 3.25rem;
  display: inline-flex;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #232323;
  margin: 0;
  background-image: url("../img/ico-file.svg");
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: 1.25rem center;
}
.acf-field.acf-field-file input[type=file],
.acf-field.acf-field-file .acf-uploader-wrapper{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

div.acfe-phone-number .iti .iti__flag-container .iti__selected-flag {
  background-color: transparent;
  border-right: transparent;
  color: inherit;
  border-radius: 0;
}
div.acfe-phone-number .iti .iti__flag-container .iti__selected-flag .iti__flag {
  display: none;
}
div.acfe-phone-number .iti .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
  margin-left: 0;
}
div.acfe-phone-number .iti .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
div.acfe-phone-number .iti__country-list .iti__country {
  color: #232323;
}
div.acfe-phone-number .iti__country-list .iti__country.iti__highlight {
  background-color: #232323;
  color: #fff;
}

/* Layout */
/* Header */
.site-header.overlay-header.scroll-header {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.site-header.overlay-header.scroll-header .menu-toggle {
  color: #232323;
}
.site-header.overlay-header:not(.scroll-header) .site-branding .site-logo {
  display: none;
}
.site-header.overlay-header:not(.scroll-header) .site-branding .site-logo-overlay {
  display: block;
}
.site-header.overlay-header:not(.scroll-header) :is(.menu-toggle, .site-header__icon) {
  color: #fff;
}

/* Footer */
.site-footer .menu {
  margin-left: 0;
  list-style: none;
}
.site-footer .footer-bottom .menu {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .footer-bottom .menu .menu-item {
  margin: 0;
}

/* Media Query */
/* CUSTOM */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  font-family: "ClashGrotesk";
  line-height: 1.4;
}

*:focus-visible {
  outline: none;
}

html {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  zoom: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.locked {
  overflow: hidden !important;
}

.acf-field-file,
.acf-field-file *,
input {
  cursor: pointer;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

img {
  -o-object-fit: contain;
     object-fit: contain;
}

img, video {
  display: block;
}

img[src=""], img[src="about:invalid"] {
  display: none;
}

ul, ol {
  margin: 0 0 0 1rem;
}

li, p, a, h1, h2, h3, h4, h5, h6, span, b, strong, i, button, input {
  margin: 0;
  padding: 0;
}

main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.entry-content,
.entry-summary,
.page-content {
  margin: 0;
}

.entry-content {
  overflow-x: hidden;
}

/* Other */
::-moz-selection {
  color: #F6921E;
  background: white;
}
::selection {
  color: #F6921E;
  background: white;
}

:-internal-autofill-selected,
:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus,
:-webkit-autofill:active {
  color: white !important;
  background: transparent !important;
  -webkit-transition: background-color 99000s ease-in-out 0s;
  transition: background-color 99000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 0 white !important;
}

/* Generic */
.swiper-wrapper {
  padding-top: 20px;
}

ul.acf-radio-list:focus-within,
ul.acf-checkbox-list:focus-within {
  border: 1px solid transparent !important;
}

.icon-open * {
  -webkit-text-stroke-color: #F6921E;
  color: #F6921E;
}

.otgs-development-site-front-end,
.wpcf7-spinner,
.wpcf7-not-valid-tip {
  display: none !important;
}

#page {
  overflow-x: hidden;
  padding-top: 0;
}

@media (max-width: 768px) {
  .cmplz-cookiebanner {
    max-width: 100% !important;
    width: 100% !important;
  }
}
/* Displayers */
.d-desktop {
  display: none !important;
}

.d-desktop-flex {
  display: none !important;
}

.d-mobil {
  display: block !important;
}

.d-mobil-flex {
  display: flex !important;
}

@media (min-width: 960px) {
  .d-desktop {
    display: block !important;
  }
  .d-desktop-flex {
    display: flex !important;
  }
  .d-mobil {
    display: none !important;
  }
  .d-mobil-flex {
    display: none !important;
  }
}
/* Containers */
.container {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
}

.container-1 {
  max-width: 1920px;
}

.container-2 {
  max-width: 1710px;
}

.container-3 {
  max-width: 1420px;
}

.container-4 {
  max-width: 1275px;
}

@media (max-width: 960px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* Privacy page */
.privacy-page .cookies-per-purpose {
  overflow: auto;
}
.privacy-page .cmplz-sharing-data,
.privacy-page .cmplz-service-description {
  padding-left: 0 !important;
}
.privacy-page details,
.privacy-page details * {
  font-size: 14px !important;
}
.privacy-page #cmplz-document p, .privacy-page #cmplz-document li, .privacy-page #cmplz-document td, .privacy-page .editor-styles-wrapper .cmplz-unlinked-mode p, .privacy-page .editor-styles-wrapper .cmplz-unlinked-mode li, .privacy-page .editor-styles-wrapper .cmplz-unlinked-mode td {
  font-size: 16px;
}
.privacy-page h2, .privacy-page #cmplz-document h2, .privacy-page #cmplz-document h3, .privacy-page .editor-styles-wrapper .cmplz-unlinked-mode h2, .privacy-page .editor-styles-wrapper .cmplz-unlinked-mode h3 {
  font-size: 24px;
}
.privacy-page main {
  padding: 5rem 2rem !important;
}
.privacy-page h1 {
  font-weight: 600;
}
.privacy-page .entry-header {
  margin-bottom: 2rem;
}
.privacy-page .entry-content {
  margin-top: 100px;
  margin-bottom: 100px;
}
.privacy-page .entry-content, .privacy-page .entry-content > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.privacy-page .entry-content > p {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .privacy-page main {
    padding: 3rem 2rem !important;
  }
}
/* Form Recibido */
.form-recibido {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.form-recibido > div {
  gap: 40px;
}
.form-recibido h1 {
  padding: 0 20px;
  font-weight: 600;
}
.form-recibido p {
  padding: 0 20px;
}
.form-recibido a {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .form-recibido {
    padding-bottom: 40px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .form-recibido h2 {
    padding-top: 40px;
  }
}
@media (min-width: 1400px) {
  .form-recibido > div {
    gap: 40px;
  }
  .form-recibido > div > div {
    max-width: unset;
  }
  .form-recibido > div > div p {
    max-width: 500px;
  }
}
/* WPML */
.wpml-ls,
.wpml-ls * {
  border: unset !important;
  width: -moz-fit-content;
  width: fit-content;
}
.wpml-ls a.wpml-ls-item-toggle,
.wpml-ls * a.wpml-ls-item-toggle {
  padding: 12px 40px 12px 16px !important;
}
.wpml-ls a.wpml-ls-item-toggle:hover:after,
.wpml-ls * a.wpml-ls-item-toggle:hover:after {
  transform: rotateX(180deg);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.wpml-ls a.wpml-ls-item-toggle:after,
.wpml-ls * a.wpml-ls-item-toggle:after {
  border: unset !important;
  background-size: 12px;
  width: 12px;
  height: 7px;
  background-position: center;
  background-image: url(/wp-content/uploads/icon-dropdown.svg);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.wpml-ls,
.wpml-ls *,
.wpml-ls *:hover {
  background-color: transparent !important;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 0px !important;
}

.wpml-ls-statics-footer {
  display: none !important;
}

header .wpml-ls-statics-footer {
  display: block !important;
}

.wpml-ls-sub-menu:hover,
.wpml-ls-sub-menu {
  background-color: #fff !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

/* Animations */
.io-opacity {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.io-opacity-active {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.io-slideup {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.io-slideup-active {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.io-slidedown {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.io-slidedown-active {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.io-slideleft {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.io-slideleft-active {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.io-slideright {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.io-slideright-active {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

/* RRSS */
.block-rrss li a, .block-rrss li img, .block-rrss li svg {
  width: 100%;
  height: 100%;
}

/* Footer */
footer .widgettitle {
  color: #006CA4;
  font-size: 16px !important;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}
footer .footer-logo img {
  width: 220px;
  max-width: 220px;
  min-width: 120px;
}
footer a, footer a:hover {
  color: #006CA4;
}
footer .footer-menu li {
  margin-bottom: 8px;
}
footer .footer-bottom a,
footer .footer-menu a {
  opacity: 1;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
footer .footer-bottom a:hover,
footer .footer-menu a:hover {
  opacity: 0.7;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
footer .footer-bottom {
  border-top: 1px solid #006CA4;
}
footer .footer-bottom .menu {
  margin: 0 !important;
  gap: 20px 40px;
}
footer .footer-bottom .menu .menu-item:not(:last-child)::after {
  display: none !important;
}

/* Header */
header {
  position: fixed;
  width: 100%;
  background-color: #FEF2D6;
  max-width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  top: 0 !important;
  left: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
header .site-branding {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 120px;
  max-width: 220px;
  height: 100%;
}
header .site-branding > a {
  width: 100%;
}
.main-menu-wrapper .submenu-toggle {
  position: absolute;
  padding: 0 !important;
  right: 16px !important;
  top: 20px;
}
.main-menu-wrapper ul {
  margin: 0 !important;
}
.main-menu-wrapper ul .menu-item {
  width: 100%;
  position: relative;
}
.main-menu-wrapper ul button {
  color: #0A4B70 !important;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.main-menu-wrapper ul a {
  width: 100%;
  font-weight: 500;
  display: flex !important;
  align-items: center;
  gap: 10px;
  color: #0A4B70 !important;
  padding: 12px 16px 12px 16px !important;
  transition: all 0.25s ease-in-out;
  webkit-transition: all 0.25s ease-in-out;
}
.main-menu-wrapper ul a:hover + button, .main-menu-wrapper ul a:hover {
  color: #0A4B70 !important;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.main-menu-wrapper ul .menu-item.menu-item-has-children a {
  padding: 12px 40px 12px 16px !important;
}
.main-menu-wrapper ul .menu-item.menu-item-has-children a:hover {
  background-color: #FEF2D6 !important;
}

@media (max-width: 960px) {
  .main-menu-wrapper .sub-menu {
    background-color: white;
    border-radius: 8px;
  }
}
/* 404 */
.error404 h1 {
  font-family: "Pally";
}

/* Blog each */
.block-post-type-list img {
  border-radius: 16px;
}
.block-post-type-list .blog-each-date {
  color: #0A4B70;
  font-size: 14px;
}
.block-post-type-list .blog-each-title {
  color: #0A4B70;
  font-family: "Pally";
  font-size: 22px;
  font-weight: 700;
}

/* Block Qui som */
.block-quisom > div > .title {
  color: #0A4B70;
  text-align: center;
  font-family: "Pally";
  max-width: 363px;
  font-size: clamp(40px, 2.5svw, 52px);
  line-height: 1.2;
  font-weight: 700;
}
.block-quisom > div .subtitle {
  color: #0A4B70;
  font-family: "Pally";
  font-size: clamp(35px, 2.5svw, 40px);
  line-height: 1.2;
  font-weight: 700;
}
.block-quisom > div .swiper-button-lock {
  display: block;
}
.block-quisom .text {
  max-width: 560px;
}
.block-quisom .image {
  width: 560px;
  position: relative;
}
.block-quisom .image .swiper:has(.swiper-button-next-c) {
  padding-bottom: 72px;
}
.block-quisom .image .image-each {
  height: 400px;
  padding-top: 20px;
  padding-left: 20px;
}
.block-quisom .image .image-each::before {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  border-radius: 16px;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #FEF2D6;
}
.block-quisom .image .image-each img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  position: relative;
}
.block-quisom .swiper-button-next-c,
.block-quisom .swiper-button-prev-c {
  position: absolute;
  z-index: 5;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 110px;
  border: 1px solid #0A4B70;
  color: #0A4B70;
  cursor: pointer;
}
.block-quisom .swiper-button-next-c {
  right: 0;
}
.block-quisom .swiper-button-prev-c {
  right: 64px;
}

@media (max-width: 1275px) {
  .block-quisom .image {
    width: 100%;
  }
  .block-quisom .image .image-each {
    height: 330px;
  }
}
/* Block Introduction */
.block-introduction {
  height: 800px;
}
.block-introduction.short-intro {
  height: 350px;
  margin-bottom: 80px;
}
.block-introduction > div {
  padding: 0;
}
.block-introduction .background-wrap {
  position: relative;
  height: 100%;
}
.block-introduction .background-wrap .background-text {
  position: relative;
  top: unset;
  left: unset;
}
.block-introduction .background-vid {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.block-introduction .background-text {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.block-introduction .background-text h1 {
  color: white;
}
.block-introduction .swiper {
  z-index: 8;
}
.block-introduction .swiper .swiper-arrow {
  position: absolute;
  z-index: 8;
}
.block-introduction .swiper .swiper-arrow::after {
  display: none;
}
.block-introduction .swiper .swiper-arrow.swiper-button-next {
  right: 20px;
}
.block-introduction .swiper .swiper-arrow.swiper-button-prev {
  left: 20px;
}
.block-introduction .swiper .text {
  position: relative;
  z-index: 2;
}
.block-introduction .swiper .text h1,
.block-introduction .swiper .text .title {
  color: white;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  font-family: "Pally";
  font-size: clamp(40px, 2.5svw, 52px);
  line-height: 1.2;
  font-weight: var(--Font-weight-font-semibold, 700);
}
.block-introduction .swiper .text .subtitle {
  color: white;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  font-family: "Pally";
  font-size: 22px;
  font-weight: 700;
}
.block-introduction .swiper .image {
  z-index: 1;
  position: absolute;
}
.block-introduction .swiper .image img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 960px) {
  .block-introduction {
    max-height: 480px;
  }
  .block-introduction.short-intro {
    margin-bottom: 40px;
  }
  .block-introduction .background-text {
    padding-top: 40px;
  }
}
@media (max-width: 500px) {
  .block-introduction .swiper .swiper-arrow {
    bottom: 20px;
    height: 50px;
    top: unset;
  }
}
/* Block counters */
.counters {
  margin: 0 !important;
}
.counters li {
  aspect-ratio: 1;
  border-radius: 900px;
  border: 10px solid #E0F2FE;
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counters .prefix, .counters .counter {
  color: #0A4B70;
  text-align: center;
  font-family: "Pally";
  font-size: 76px;
  font-weight: 500;
}
.counters .sufix {
  color: #0A4B70;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

/* gats-content */
.gats-content h2 {
  margin-bottom: 20px;
}

.block-ficha-desc p{
  font-size: 20px;
}
.block-ficha-desc h3 {
  margin-bottom: 20px;
}
.block-ficha-desc ol {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 10px !important;
  margin-left: 7px !important;
}
.block-ficha-desc ol *{
  font-size: 20px;
}
.block-ficha-desc ul {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 0 !important;
}
.block-ficha-desc ul *{
  font-size: 20px;
}
.block-ficha-desc ul li {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 30px;
  position: relative;
  list-style-type: none;
}
.block-ficha-desc ul li::before {
  content: "";
  background-image: url("/wp-content/uploads/icon-paw.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.block-ficha-desc ul li *{
  font-size: 20px;
}

.gats-content p, .gats-content p *,
.block-img-section p,
.block-img-section p *{
  font-size: 20px;
}
.gats-content ul,
.block-img-section ul {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 0 !important;
}
.gats-content ul *,
.block-img-section ul *{
  font-size: 20px;
}
.gats-content li,
.block-img-section li {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 30px;
  position: relative;
  list-style-type: none;
}
.gats-content li::before,
.block-img-section li::before {
  content: "";
  background-image: url("/wp-content/uploads/icon-paw.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.gats-content li *,
.block-img-section li *{
  font-size: 20px;
}

/* Block listado */
.block-listado .gato-wrap > .title {
  color: #0A4B70;
  text-align: center;
  font-family: "Pally";
  font-size: clamp(35px, 2.5svw, 40px);
  line-height: 1.2;
  font-weight: 700;
}
.block-listado .image > img {
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.block-listado .donation-card {
  height: 652px;
  max-height: 652px;
  min-height: 652px;
  background-image: url("/wp-content/uploads/2025/05/donacio.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.block-listado .donation-card.d-mobil {
  height: 352px;
  max-height: 352px;
  min-height: 352px;
}
.block-listado .donation-card .title {
  color: white;
  text-align: center;
  font-family: var(--Family-display, Pally);
  font-size: clamp(40px, 2.5svw, 52px);
  line-height: 1.2;
  font-weight: 700;
}
.block-listado .donation-card .subtitle {
  color: white;
  text-align: center;
  font-size: 18px;
}
.block-listado .filtros {
  margin-top: -20px;
}
.block-listado .filtros-each {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 9px;
  border-radius: 50px;
  background-color: var(--color);
  cursor: pointer;
  outline: 3px solid transparent;
  transition: all 0.25s ease-in-out;
  webkit-transition: all 0.25s ease-in-out;
}
.block-listado .filtros-each p {
  color: white;
  font-size: 18px;
  font-weight: 500;
}
.block-listado .filtros-each img {
  width: 24px;
}
.block-listado .filtros .filtros-each:hover, .block-listado .filtros .filtros-each.active {
  outline: 3px solid #0A4B70;
  transition: all 0.25s ease-in-out;
  webkit-transition: all 0.25s ease-in-out;
}
.block-listado .genero .genero-each {
  cursor: pointer;
  gap: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.block-listado .genero .genero-each > div {
  width: 20px;
  height: 20px;
  border: 1px solid black;
}
.block-listado .genero .genero-each img {
  height: 17px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  webkit-transition: all 0.25s ease-in-out;
}
.block-listado .genero .genero-each.active img {
  opacity: 1;
  transition: all 0.25s ease-in-out;
  webkit-transition: all 0.25s ease-in-out;
}
.block-listado .gato-wrap .text {
  position: relative;
  z-index: 2;
}
.block-listado .gato-wrap .text .title {
  font-family: "Pally";
  font-size: 22px;
  font-weight: 700;
}
.block-listado .gato-wrap .specs, .block-listado .gato-wrap .specs *, .block-listado .gato-wrap .desc{
  font-size: 18px;
  font-weight: 500;
}
.block-listado .gato-wrap .specs span, .block-listado .gato-wrap .specs * span, .block-listado .gato-wrap .desc span {
  text-transform: capitalize;
}
.block-listado .gato-wrap .desc {
  height: 73px;
  overflow: hidden;
}
.block-listado .gato-wrap .image {
  position: relative;
  z-index: 2;
}
.block-listado .gato-wrap .image > img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.block-listado .gato-wrap .filtros-wrapper {
  position: absolute;
  bottom: 16px;
  left: 16px;
}
.block-listado .gato-wrap .gato-each {
  transform: unset !important;
  position: relative;
  margin: 0 7px 0 0 !important;
}
.block-listado .gato-wrap .gato-each.display-none {
  display: none;
}
.block-listado .gato-wrap .gato-each::before {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  border-radius: 16px;
  top: -20px;
  left: -20px;
  z-index: -1;
  background-color: #FEF2D6;
}
.block-listado .swiper {
  padding-bottom: 80px;
}
.block-listado .swiper-button-next-c,
.block-listado .swiper-button-prev-c {
  position: absolute;
  z-index: 5;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 110px;
  border: 1px solid #0A4B70;
  color: #0A4B70;
  cursor: pointer;
}
.block-listado .swiper-button-next-c {
  right: 0;
}
.block-listado .swiper-button-prev-c {
  right: 64px;
}

@media (max-width: 1080px) {
  .block-listado .gato-wrap .gato-each {
    transform: unset !important;
    position: relative;
    margin: 0 12px 0 0 !important;
  }
  .block-listado .donation-card {
    height: 542px;
    max-height: 542px;
    min-height: 542px;
  }
}
/* Contact Page */
.block-contactform {
  margin-top: 80px;
}
.block-contactform .privacy ul.acf-radio-list:focus-within,
.block-contactform .privacy ul.acf-checkbox-list:focus-within {
  border: 1px solid rgba(0, 0, 0, 0) !important;
}
.block-contactform .privacy .acf-required {
  display: none !important;
}
.block-contactform .privacy label {
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
  gap: 12px !important;
  margin: 0 !important;
}
.block-contactform .privacy input {
  margin-right: 20px;
  background-color: white;
  border: 1px solid #0A4B70 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 20px;
  min-width: 20px;
  border-radius: 3px;
  height: 20px;
  min-height: 20px;
  display: block;
  margin: 1px 0 0 0;
}
.block-contactform .privacy input:checked {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/wp-content/uploads/icon-check-black.svg);
}

/* Block Combinado 2 */
.block-combinado-2 > div > .title {
  text-align: center;
  font-family: "Pally";
  font-size: clamp(35px, 2.5svw, 40px);
  line-height: 1.2;
  font-weight: 700;
}
.block-combinado-2 .combinado-2-each .icon {
  height: 128px;
}
.block-combinado-2 .combinado-2-each .title {
  text-align: center;
  font-family: "Pally";
  font-size: clamp(22px, 2.5svw, 35px);
  line-height: 1.2;
  font-weight: 700;
}
.block-combinado-2 .combinado-2-each .desc {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

/* Block Combinado 1 */
.block-combinado-1 .swiper-button-lock {
  display: block;
}
.block-combinado-1 .text {
  max-width: 705px;
  text-wrap: auto;
  white-space: normal;
}
.block-combinado-1 .text .title {
  text-wrap: auto;
  white-space: normal;
  color: #0A4B70;
  font-family: "Pally";
  font-size: clamp(35px, 2.5svw, 40px);
  line-height: 1.2;
  font-weight: 700;
}
.block-combinado-1 .image {
  width: 560px;
  position: relative;
}
.block-combinado-1 .image .swiper:has(.swiper-button-next-c) {
  padding-bottom: 72px;
}
.block-combinado-1 .image .image-each {
  height: 500px;
  padding-top: 20px;
  padding-left: 20px;
}
.block-combinado-1 .image .image-each::before {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  border-radius: 16px;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #FEF2D6;
}
.block-combinado-1 .image .image-each img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  position: relative;
}
.block-combinado-1 .swiper-button-next-c,
.block-combinado-1 .swiper-button-prev-c {
  position: absolute;
  z-index: 5;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 110px;
  border: 1px solid #0A4B70;
  color: #0A4B70;
  cursor: pointer;
}
.block-combinado-1 .swiper-button-next-c {
  right: 0;
}
.block-combinado-1 .swiper-button-prev-c {
  right: 64px;
}

@media (max-width: 1275px) {
  .block-combinado-1 .image {
    width: 100%;
  }
  .block-combinado-1 .image .image-each {
    height: 330px;
  }
}
/* Block Combinado 1 */
.block-ficha {
  margin-top: 150px;
}
.block-ficha .swiper-button-lock {
  display: block;
}
.block-ficha .text {
  max-width: 705px;
}
.block-ficha .text .title {
  color: #0A4B70;
  font-family: "Pally";
  font-size: clamp(35px, 2.5svw, 40px);
  line-height: 1.2;
  font-weight: 700;
}
.block-ficha .specs p {
  color: #F6921E;
  font-weight: 500;
  text-transform: uppercase;
}
.block-ficha .specs p span {
  color: #0A4B70;
  text-transform: capitalize;
}
.block-ficha .filtros-each {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 9px;
  border-radius: 50px;
  background-color: var(--color);
  cursor: pointer;
  outline: 3px solid transparent;
  transition: all 0.25s ease-in-out;
  webkit-transition: all 0.25s ease-in-out;
}
.block-ficha .filtros-each p {
  color: white;
  font-size: 18px;
  font-weight: 500;
}
.block-ficha .filtros-each img {
  width: 24px;
}
.block-ficha .image {
  width: 560px;
  position: relative;
}
.block-ficha .image .swiper:has(.swiper-button-next-c) {
  padding-bottom: 72px;
}
.block-ficha .image .image-each {
  height: 500px;
  padding-top: 20px;
  padding-left: 20px;
}
.block-ficha .image .image-each::before {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  border-radius: 16px;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #FEF2D6;
}
.block-ficha .image .image-each img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  position: relative;
}
.block-ficha .swiper-button-next-c,
.block-ficha .swiper-button-prev-c {
  position: absolute;
  z-index: 5;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 110px;
  border: 1px solid #0A4B70;
  color: #0A4B70;
  cursor: pointer;
}
.block-ficha .swiper-button-next-c {
  right: 0;
}
.block-ficha .swiper-button-prev-c {
  right: 64px;
}

@media (max-width: 1275px) {
  .block-ficha {
    margin-top: 120px;
  }
  .block-ficha .image {
    width: 100%;
  }
  .block-ficha .image .image-each {
    height: 330px;
  }
}
/* Contact proceso */
.block-contactform .title,
.contact-voluntario .title,
.contact-proceso .title {
  text-align: center;
  font-family: "Pally";
  font-size: clamp(35px, 2.5svw, 40px);
  line-height: 1.2;
  font-weight: 700;
  max-width: 840px;
  margin: 0 auto;
}
.block-contactform .subtitle,
.contact-voluntario .subtitle,
.contact-proceso .subtitle {
  font-family: "Pally";
  font-size: 22px;
  font-weight: 700;
}
.block-contactform .desc,
.contact-voluntario .desc,
.contact-proceso .desc{
  font-size: 18px;
  max-width: 840px;
  font-weight: 500;
}
.block-contactform .desc:not(.text-left),
.contact-voluntario .desc:not(.text-left),
.contact-proceso .desc:not(.text-left) {
  margin: 0 auto;
  text-align: center;
}
.block-contactform .desc *,
.contact-voluntario .desc *,
.contact-proceso .desc *{
  font-size: 18px;
}
.block-contactform .privacy,
.contact-voluntario .privacy,
.contact-proceso .privacy {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.block-contactform .form-intro,
.contact-voluntario .form-intro,
.contact-proceso .form-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.block-contactform .form-main,
.contact-voluntario .form-main,
.contact-proceso .form-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 840px;
  margin: 40px auto 0 auto;
}
.block-contactform .form-main label,
.contact-voluntario .form-main label,
.contact-proceso .form-main label{
  font-size: 18px !important;
  font-weight: 500 !important;
}
.block-contactform .acf-form-submit,
.contact-voluntario .acf-form-submit,
.contact-proceso .acf-form-submit {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}
.block-contactform .acf-field,
.contact-voluntario .acf-field,
.contact-proceso .acf-field {
  margin: 0;
}
.block-contactform .form-intro-wrap,
.contact-voluntario .form-intro-wrap,
.contact-proceso .form-intro-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 150px;
  margin-top: 48px;
}
.block-contactform .form-intro-wrap > img,
.contact-voluntario .form-intro-wrap > img,
.contact-proceso .form-intro-wrap > img {
  width: 520px;
  height: auto;
  border-radius: 16px;
}
.block-contactform .form-intro-wrap > div,
.contact-voluntario .form-intro-wrap > div,
.contact-proceso .form-intro-wrap > div {
  max-width: 620px;
}
.block-contactform .form-intro-wrap > div .key,
.contact-voluntario .form-intro-wrap > div .key,
.contact-proceso .form-intro-wrap > div .key {
  margin-bottom: 16px;
  font-family: "Pally";
  font-size: 22px;
  font-weight: 700;
}
.block-contactform .form-intro-wrap > div .value,
.contact-voluntario .form-intro-wrap > div .value,
.contact-proceso .form-intro-wrap > div .value {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  padding-left: 40px;
  position: relative;
}
.block-contactform .form-intro-wrap > div .value *,
.contact-voluntario .form-intro-wrap > div .value *,
.contact-proceso .form-intro-wrap > div .value *{
  font-size: 18px;
}
.block-contactform .form-intro-wrap > div .value::before,
.contact-voluntario .form-intro-wrap > div .value::before,
.contact-proceso .form-intro-wrap > div .value::before {
  content: "";
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/wp-content/uploads/2025/05/icon-arrow-list.svg);
}
.block-contactform .conditionals .full ul,
.contact-voluntario .conditionals .full ul,
.contact-proceso .conditionals .full ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.block-contactform .conditionals .full ul::before,
.contact-voluntario .conditionals .full ul::before,
.contact-proceso .conditionals .full ul::before {
  display: none;
}
.block-contactform .conditionals .full ul::after,
.contact-voluntario .conditionals .full ul::after,
.contact-proceso .conditionals .full ul::after {
  display: none;
}
.block-contactform .conditionals .full input[type=text],
.contact-voluntario .conditionals .full input[type=text],
.contact-proceso .conditionals .full input[type=text] {
  border-radius: 16px;
  background-color: #FFF9ED;
}
.block-contactform .conditionals .full:has(> div:not(.acf-hidden)),
.contact-voluntario .conditionals .full:has(> div:not(.acf-hidden)),
.contact-proceso .conditionals .full:has(> div:not(.acf-hidden)) {
  padding: 20px;
  background-color: white;
  border-radius: 16px;
}

@media (max-width: 960px) {
  .contact-proceso .form-intro-wrap {
    flex-direction: column;
    gap: 60px;
    margin-top: 32px;
  }
}
/* Gats temp page */
.gats-temp-page .introduction {
  height: 280px;
  padding-top: 80px;
}
.gats-temp-page .introduction .title {
  color: #0A4B70;
  text-align: center;
  font-family: "Pally";
  font-size: clamp(40px, 2.5svw, 52px);
  line-height: 1.2;
  font-weight: 700;
}
.gats-temp-page .introduction .subtitle {
  color: #0A4B70;
  text-align: center;
  font-family: "Pally";
  font-size: clamp(22px, 2.5svw, 35px);
  line-height: 1.2;
  font-weight: 700;
}
.gats-temp-page .filtros {
  margin-top: -20px;
}
.gats-temp-page .filtros-each {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 9px;
  border-radius: 50px;
  background-color: var(--color);
  cursor: pointer;
  outline: 3px solid transparent;
  transition: all 0.25s ease-in-out;
  webkit-transition: all 0.25s ease-in-out;
}
.gats-temp-page .filtros-each p {
  color: white;
  font-size: 16px;
  font-weight: 500;
}
.gats-temp-page .filtros-each img {
  width: 21px;
}
.gats-temp-page .filtros .filtros-each:hover, .gats-temp-page .filtros .filtros-each.active {
  outline: 3px solid #0A4B70;
  transition: all 0.25s ease-in-out;
  webkit-transition: all 0.25s ease-in-out;
}
.gats-temp-page .genero .genero-each {
  cursor: pointer;
  gap: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.gats-temp-page .genero .genero-each > div {
  width: 20px;
  height: 20px;
  border: 1px solid black;
}
.gats-temp-page .genero .genero-each img {
  height: 17px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  webkit-transition: all 0.25s ease-in-out;
}
.gats-temp-page .genero .genero-each.active img {
  opacity: 1;
  transition: all 0.25s ease-in-out;
  webkit-transition: all 0.25s ease-in-out;
}
.gats-temp-page .gato-wrap .text {
  position: relative;
  z-index: 2;
}
.gats-temp-page .gato-wrap .title {
  font-family: "Pally";
  font-size: 22px;
  font-weight: 700;
}
.gats-temp-page .gato-wrap .specs, .gats-temp-page .gato-wrap .specs *, .gats-temp-page .gato-wrap .desc{
  font-size: 18px;
  font-weight: 500;
}
.gats-temp-page .gato-wrap .specs span, .gats-temp-page .gato-wrap .specs * span, .gats-temp-page .gato-wrap .desc span {
  text-transform: capitalize;
}
.gats-temp-page .gato-wrap .specs > p:has(span:empty) {
  display: none;
}
.gats-temp-page .gato-wrap .image {
  position: relative;
  z-index: 2;
}
.gats-temp-page .gato-wrap .image > img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.gats-temp-page .gato-wrap .filtros-wrapper {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
}
.gats-temp-page .gato-wrap .gato-each {
  position: relative;
}
.gats-temp-page .gato-wrap .gato-each.display-none {
  display: none;
}
.gats-temp-page .gato-wrap .gato-each::before {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  border-radius: 16px;
  top: -20px;
  left: -20px;
  z-index: -1;
  background-color: #FEF2D6;
}

@media (max-width: 960px) {
  .gats-temp-page .introduction {
    height: 350px;
  }
}
/* Wordpress Blocks */
.wp-block-video video {
  max-height: 600px;
  width: auto;
  margin: 80px auto 0 auto;
}

/* Form tab */
.form-tab .form-tab-options p {
  border-radius: 12px;
  cursor: pointer;
  border: 1px solid #FEF2D6;
}
.form-tab .form-tab-options p.active {
  background-color: #F6921E;
  color: white;
}
.form-tab .form-tab-content section {
  margin-top: 30px !important;
}
.form-tab .form-tab-content > div {
  display: none;
}
.form-tab .form-tab-content > div.active {
  display: block;
}

/* Pages */
/* Blocks spacing */
.mt-custom {
  margin-top: var(--custom-mt);
}

.mb-custom {
  margin-bottom: var(--custom-mb);
}

.pt-custom {
  padding-top: var(--custom-pt);
}

.pb-custom {
  padding-bottom: var(--custom-pb);
}

/* Contact form Block */
.main-contact-form {
  display: grid;
  gap: 18px;
}
@media (min-width: 960px) {
  .main-contact-form {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .main-contact-form > div.full {
    grid-column: span 4/span 4;
  }
  .main-contact-form > div.half {
    grid-column: span 2/span 2;
  }
  .main-contact-form > div.once {
    grid-column: span 1/span 1;
  }
}
.main-contact-form > div .acf-field {
  margin: 0;
}

/* Media & Content section */
.block-img-section .wp-video {
  width: 100% !important;
}

/* Main Slider */
.block-mainslider .plyr {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
}

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

/* Media section full */
.block-introduction .swiper .text h1 {
  color: #fff;
  margin-bottom: 2rem;
}

/* Components */
button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input[type=button],
input[type=reset],
input[type=submit],
.button-primary {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  padding: 0.75rem 1.5rem;
  background-color: #F6921E;
  color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  border-radius: 90px;
}
input[type=button] img,
input[type=reset] img,
input[type=submit] img,
.button-primary img {
  width: 24px;
  height: 24px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
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 {
  background-color: #fff;
  color: #F6921E;
}
input[type=button]:hover img, input[type=button]:focus img, input[type=button]:focus-visible img, input[type=button]:active img,
input[type=reset]:hover img,
input[type=reset]:focus img,
input[type=reset]:focus-visible img,
input[type=reset]:active img,
input[type=submit]:hover img,
input[type=submit]:focus img,
input[type=submit]:focus-visible img,
input[type=submit]:active img,
.button-primary:hover img,
.button-primary:focus img,
.button-primary:focus-visible img,
.button-primary:active img {
  filter: brightness(0) invert(0);
}
input[type=button] img,
input[type=reset] img,
input[type=submit] img,
.button-primary img {
  filter: brightness(1) invert(1);
}

.button-secondary {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  color: #F6921E;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  border-radius: 90px;
}
.button-secondary img {
  width: 24px;
  height: 24px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.button-secondary:hover, .button-secondary:focus, .button-secondary:focus-visible, .button-secondary:active {
  background-color: #006CA4;
  color: #fff;
}
.button-secondary:hover img, .button-secondary:focus img, .button-secondary:focus-visible img, .button-secondary:active img {
  filter: brightness(0) invert(1);
}
.button-secondary img {
  filter: brightness(1) invert(0);
}

.button-tertiary {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  padding: 0.75rem 1.5rem;
  background-color: #006CA4;
  color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  border-radius: 90px;
}
.button-tertiary img {
  width: 24px;
  height: 24px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.button-tertiary:hover, .button-tertiary:focus, .button-tertiary:focus-visible, .button-tertiary:active {
  background-color: #F6921E;
  color: #fff;
}
.button-tertiary:hover img, .button-tertiary:focus img, .button-tertiary:focus-visible img, .button-tertiary:active img {
  filter: brightness(0) invert(0);
}
.button-tertiary img {
  filter: brightness(1) invert(1);
}

.button-primary-ghost {
  color: #F6921E;
  border-bottom: 1px solid #F6921E;
  padding-bottom: 4px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.button-primary-ghost:hover, .button-primary-ghost:focus, .button-primary-ghost:focus-visible, .button-primary-ghost:active {
  border-bottom: 1px solid #006CA4;
  color: #006CA4;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

/* Main Menu Navigation */
.main-menu-wrapper {
  background-color: #FEF2D6;
  position: fixed;
  max-width: 100vw;
  z-index: 99;
  top: 80px;
  bottom: 0;
  right: -100vw;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 1rem;
  width: 100%;
  overflow-y: auto;
  max-height: calc(100vh - 5rem);
}
.main-menu-wrapper.menu-open {
  right: 0;
}

.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: 0;
}
.main-navigation ul.menu .menu-item {
  position: relative;
}
.main-navigation ul.menu .menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: #232323;
  text-decoration: none;
}
.main-navigation ul.menu .menu-item.current_page_item > :is(a, .submenu-toggle), .main-navigation ul.menu .menu-item.current-menu-item > :is(a, .submenu-toggle), .main-navigation ul.menu .menu-item.current_page_ancestor > :is(a, .submenu-toggle), .main-navigation ul.menu .menu-item.current-menu-ancestor > :is(a, .submenu-toggle), .main-navigation ul.menu .menu-item:focus-within > :is(a, .submenu-toggle), .main-navigation ul.menu .menu-item:hover > :is(a, .submenu-toggle) {
  color: #F8AA3F;
}
.main-navigation ul.menu .menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.main-navigation ul.menu .menu-item-has-children .submenu-toggle {
  padding: 0.5rem;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.main-navigation ul.menu .menu-item-has-children .submenu-toggle.submenu-open {
  transform: rotateX(180deg);
}
.main-navigation ul.menu .menu-item-has-children ul.sub-menu {
  width: 100%;
  display: none;
}
.main-navigation ul.menu .menu-item-has-children ul.sub-menu.submenu-open {
  display: block;
  visibility: visible;
}

@media (min-width: 960px) {
  .main-menu-wrapper {
    display: block;
    overflow: visible;
    position: static;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation ul.menu {
    display: flex;
  }
  .main-navigation ul.menu > .menu-item.menu-item-has-children > a {
    padding-right: calc(1.5rem + 20px);
  }
  .main-navigation ul.menu > .menu-item.menu-item-has-children > .submenu-toggle {
    position: absolute;
    padding-block: 1rem;
    padding-right: 1.5rem;
    right: 0;
  }
  .main-navigation ul.menu .menu-item {
    white-space: nowrap;
  }
  .main-navigation ul.menu .menu-item a {
    padding-inline: 1.5rem;
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children {
    flex-wrap: nowrap;
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu {
    max-height: initial;
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    background-color: #fff;
    margin-left: 0;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
    padding-block: 0.5rem;
    padding-right: 3rem;
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children:hover > .submenu-toggle {
    transform: rotateX(180deg);
  }
  .main-navigation ul.menu .menu-item.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .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 {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .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-header.scroll-header .main-navigation--floating {
    position: absolute;
    top: calc(100% - 1px);
    inset-inline: 0;
  }
  .site-header .main-navigation {
    transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
  }
  .site-header--menu-hidden .main-navigation {
    z-index: -1;
    margin-top: -100vh;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 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%;
}

/* Pagination */
.nav-links,
.woocommerce-pagination ul.page-numbers {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  text-align: center;
}
.nav-links .page-numbers,
.woocommerce-pagination ul.page-numbers .page-numbers {
  display: inline-block;
  margin-inline: 0.5rem;
  padding: 0.25rem;
  font-size: 14px;
  text-decoration: none;
  min-height: 35px;
  line-height: 1.8;
}
.nav-links .page-numbers.prev, .nav-links .page-numbers.next,
.woocommerce-pagination ul.page-numbers .page-numbers.prev,
.woocommerce-pagination ul.page-numbers .page-numbers.next {
  color: #000;
}
.nav-links .page-numbers:not(.next):not(.prev):not(.dots),
.woocommerce-pagination ul.page-numbers .page-numbers:not(.next):not(.prev):not(.dots) {
  border: 1px solid #000;
  min-width: 35px;
}
.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current),
.woocommerce-pagination ul.page-numbers .page-numbers:not(.next):not(.prev):not(.dots):not(.current) {
  color: #000;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover,
.woocommerce-pagination ul.page-numbers .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover {
  background-color: #000;
  color: #fff;
}
.nav-links .page-numbers.current,
.woocommerce-pagination ul.page-numbers .page-numbers.current {
  background-color: #000;
  color: #fff;
}

.woocommerce-pagination ul.page-numbers {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

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

.bypostauthor {
  display: block;
}

/* Accordion */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.accordion__title {
  margin: 0 !important;
  font-size: 16px;
}
.accordion__button {
  position: relative;
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: #7D7D7D;
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  text-align: left;
  outline-offset: 2px;
}
.accordion__button[aria-expanded=true] {
  background-color: #232323;
  color: #fff;
}
.accordion__button[aria-expanded=true] .accordion__icon-wrapper {
  transform: rotateX(180deg);
}
.accordion__button:hover, .accordion__button:focus-visible {
  background-color: #232323;
  color: #fff;
}
.accordion__button-text {
  flex: 1;
}
.accordion__icon-wrapper {
  display: inline-block;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__content-inner {
  padding: 1rem 1.5rem 0;
}

@media (forced-colors: active) {
  .accordion__button {
    border: 2px solid ButtonText;
  }
  .accordion__button[aria-expanded=true] {
    border: 2px solid Highlight;
  }
}
/* Tabs */
.tabs{
  position: relative;
}
.tabs__menu{
  position: absolute;
  z-index: 10;
  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, 1));
  --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{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 12px;
  text-decoration-line: none;
}
.tabs__menu .tab.disabled{
  pointer-events: none;
  opacity: 0.5;
}
.tabs__menu .tab:hover{
  cursor: pointer;
}
.tabs__content{
  position: relative;
  display: none;
}
.tabs__content.active{
  display: block;
}
.tabs__select{
  position: relative;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(205 205 205 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 645px) {
  .tabs__menu{
    position: relative;
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .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{
    border-radius: 0px;
    background-color: transparent;
    padding-bottom: 0.625rem;
    --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__menu .tab{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(165 165 165 / var(--tw-text-opacity, 1));
  }
  .tabs__menu .tab.active{
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(105 105 105 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity, 1));
  }
  .tabs__content{
    margin-top: 0px;
    width: 100%;
  }
  .tabs__select{
    display: none;
  }
  .tabs[data-tabdecoration=true] .tabs__menu{
    margin-bottom: 1rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(165 165 165 / var(--tw-border-opacity, 1));
    padding-bottom: 0px;
  }
  .tabs[data-tabdecoration=true] .tabs__menu .tab{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.75rem;
  }
  .tabs[data-tabdecoration=true] .tabs__menu .tab.active{
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(105 105 105 / var(--tw-text-opacity, 1));
  }
  .tabs[data-tabdecoration=true] .tabs__bullet{
    position: absolute;
    bottom: 0px;
    display: inline-block;
    height: 5px;
    width: 2rem;
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(105 105 105 / var(--tw-bg-opacity, 1));
    opacity: 0;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .tabs[data-tabdecoration=true] .tabs__bullet.active{
    opacity: 1;
  }
}

/* Author Box */
.ltw-author-box {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 960px) {
  .ltw-author-box {
    flex-direction: row;
  }
}
.ltw-author-box .ltw-author-box__avatar {
  width: 100%;
  height: auto;
}
@media (min-width: 960px) {
  .ltw-author-box .ltw-author-box__avatar {
    width: 25%;
  }
}
.ltw-author-box .ltw-author-box__avatar img {
  width: 100%;
  height: auto;
  border-radius: 9999px;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ltw-author-box .ltw-author-box__avatar img:hover {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.ltw-author-box .ltw-author-box__content {
  width: 100%;
}
@media (min-width: 960px) {
  .ltw-author-box .ltw-author-box__content {
    width: 75%;
  }
}

.ltw-author-box__social ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.icon-rrss-author-box svg {
  width: 1.5rem;
  height: 1.5rem;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  filter: grayscale(1);
}
.icon-rrss-author-box svg:hover {
  transform: scale(1.25);
  filter: grayscale(0);
}

/* Vendors */
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

:root {
  --swiper-theme-color: #F8AA3F;
  --swiper-navigation-size: auto;
}

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

:root {
  --plyr-color-main: #232323;
  --plyr-video-control-background-hover: #232323;
}

/* Plugins */

.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(35 35 35 / var(--tw-bg-opacity, 1));
}

.after\:content-none::after{
  --tw-content: none;
  content: var(--tw-content);
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(248 170 63 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-primary:focus-visible{
  --tw-text-opacity: 1;
  color: rgb(248 170 63 / var(--tw-text-opacity, 1));
}

@media (min-width: 500px){
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mr-2{
    margin-right: 0.5rem;
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:border-r{
    border-right-width: 1px;
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:pr-2{
    padding-right: 0.5rem;
  }
}

@media (min-width: 645px){
  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .md\:mb-16{
    margin-bottom: 4rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:h-\[685px\]{
    height: 685px;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:max-w-2xl{
    max-width: 42rem;
  }
  .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\:flex-row{
    flex-direction: row;
  }
  .md\:justify-evenly{
    justify-content: space-evenly;
  }
  .md\:gap-24{
    gap: 6rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:pb-8{
    padding-bottom: 2rem;
  }
  .md\:pt-7{
    padding-top: 1.75rem;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }
  .md\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 960px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:z-0{
    z-index: 0;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .lg\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-24{
    margin-bottom: 6rem;
  }
  .lg\:mb-32{
    margin-bottom: 8rem;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:mr-auto{
    margin-right: auto;
  }
  .lg\:mt-40{
    margin-top: 10rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:mt-\[120px\]{
    margin-top: 120px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-5\/12{
    width: 41.666667%;
  }
  .lg\:max-w-6xl{
    max-width: 72rem;
  }
  .lg\:max-w-\[605px\]{
    max-width: 605px;
  }
  .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\:flex-row{
    flex-direction: row;
  }
  .lg\:place-content-center{
    place-content: center;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:gap-24{
    gap: 6rem;
  }
  .lg\:gap-32{
    gap: 8rem;
  }
  .lg\:gap-36{
    gap: 9rem;
  }
  .lg\:gap-baseGap{
    gap: 18px;
  }
  .lg\:gap-y-20{
    row-gap: 5rem;
  }
  .lg\:gap-y-24{
    row-gap: 6rem;
  }
  .lg\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  }
  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .lg\:p-12{
    padding: 3rem;
  }
  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-sectionSpacing{
    padding-top: clamp(2.5rem, 7svw, 6.5rem);
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:text-4xl{
    font-size: clamp(35px, 2.5svw, 40px);
    line-height: 1.2;
  }
  .lg\:transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .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: 1275px){
  .xl\:mb-14{
    margin-bottom: 3.5rem;
  }
  .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\:flex-row{
    flex-direction: row;
  }
  .xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }
}

@media (min-width: 1420px){
  .\32xl\:max-w-screen-xl{
    max-width: 1275px;
  }
  .\32xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .\32xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
