@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: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 782px){
  .container{
    max-width: 782px;
  }
}
@media (min-width: 960px){
  .container{
    max-width: 960px;
  }
}
@media (min-width: 1080px){
  .container{
    max-width: 1080px;
  }
}
@media (min-width: 1264px){
  .container{
    max-width: 1264px;
  }
}
.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-x-0{
  left: 0px;
  right: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.\!top-1\/2{
  top: 50% !important;
}
.bottom-0{
  bottom: 0px;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.bottom-8{
  bottom: 2rem;
}
.bottom-\[22px\]{
  bottom: 22px;
}
.left-0{
  left: 0px;
}
.left-4{
  left: 1rem;
}
.right-0{
  right: 0px;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.right-\[22px\]{
  right: 22px;
}
.right-\[25px\]{
  right: 25px;
}
.top-0{
  top: 0px;
}
.top-24{
  top: 6rem;
}
.top-3{
  top: 0.75rem;
}
.top-5{
  top: 1.25rem;
}
.top-\[10px\]{
  top: 10px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-100{
  z-index: 100;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[1\]{
  z-index: 1;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.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;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-sectionSpacing{
  margin-top: clamp(2.5rem, -3.86rem + 21.19vw, 6.5rem);
  margin-bottom: clamp(2.5rem, -3.86rem + 21.19vw, 6.5rem);
}
.\!-mt-4{
  margin-top: -1rem !important;
}
.-mt-34{
  margin-top: -8.5rem;
}
.-mt-40{
  margin-top: -10rem;
}
.-mt-px{
  margin-top: -1px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-10\.5{
  margin-bottom: 2.625rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-8\.5{
  margin-bottom: 2.125rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-\[60px\]{
  margin-bottom: 60px;
}


.mb-sectionSpacing{
  margin-bottom: clamp(2.5rem, -3.86rem + 21.19vw, 6.5rem);
}
        /* 加了走势图之后用这个 */
        /* .mb-sectionSpacing{
          margin-bottom: clamp(2.5rem, -3.86rem + 21.19vw, 1rem);
        } */


        
.ml-0{
  margin-left: 0px;
}
.ml-\[-50px\]{
  margin-left: -50px;
}
.ml-auto{
  margin-left: auto;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-\[-50px\]{
  margin-right: -50px;
}
.mt-0{
  margin-top: 0px;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-11{
  margin-top: 2.75rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-18{
  margin-top: 4.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[-145px\]{
  margin-top: -145px;
}
.mt-\[-15px\]{
  margin-top: -15px;
}
.mt-\[-30px\]{
  margin-top: -30px;
}
.mt-\[-90px\]{
  margin-top: -90px;
}
.mt-\[62px\]{
  margin-top: 62px;
}
.mt-sectionSpacing{
  margin-top: clamp(2.5rem, -3.86rem + 21.19vw, 6.5rem);
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.\!block{
  display: block !important;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.aspect-landscape{
  aspect-ratio: 4 / 3;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.\!h-\[125px\]{
  height: 125px !important;
}
.\!h-auto{
  height: auto !important;
}
.\!h-fit{
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.h-12{
  height: 3rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-30{
  height: 7.5rem;
}
.h-6{
  height: 1.5rem;
}
.h-64{
  height: 16rem;
}
.h-8{
  height: 2rem;
}
.h-\[170px\]{
  height: 170px;
}
.h-\[192px\]{
  height: 192px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[338px\]{
  height: 338px;
}
.h-\[362px\]{
  height: 362px;
}
.h-\[410px\]{
  height: 410px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[515px\]{
  height: 515px;
}
.h-\[78px\]{
  height: 78px;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.max-h-\[230px\]{
  max-height: 230px;
}
.max-h-\[384px\]{
  max-height: 384px;
}
.max-h-\[410px\]{
  max-height: 410px;
}
.max-h-\[78px\]{
  max-height: 78px;
}
.max-h-screen{
  max-height: 100vh;
}
.min-h-62\.5{
  min-height: 15.625rem;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-fit{
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.w-12{
  width: 3rem;
}
.w-24{
  width: 6rem;
}
.w-30{
  width: 7.5rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-\[125px\]{
  width: 125px;
}
.w-\[272px\]{
  width: 272px;
}
.w-\[32px\]{
  width: 32px;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-24{
  min-width: 6rem;
}
.min-w-\[1\.5rem\]{
  min-width: 1.5rem;
}
.min-w-\[27px\]{
  min-width: 27px;
}
.max-w-148{
  max-width: 37rem;
}
.max-w-20{
  max-width: 5rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[1008px\]{
  max-width: 1008px;
}
.max-w-\[1216px\]{
  max-width: 1216px;
}
.max-w-\[125px\]{
  max-width: 125px;
}
.max-w-\[155px\]{
  max-width: 155px;
}
.max-w-\[170px\]{
  max-width: 170px;
}
.max-w-\[190px\]{
  max-width: 190px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[280px\]{
  max-width: 280px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[384px\]{
  max-width: 384px;
}
.max-w-\[488px\]{
  max-width: 488px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[536px\]{
  max-width: 536px;
}
.max-w-\[592px\]{
  max-width: 592px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[904px\]{
  max-width: 904px;
}
.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;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-evenly{
  justify-content: space-evenly;
}
.\!gap-0{
  gap: 0px !important;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-11{
  gap: 2.75rem;
}
.gap-12{
  gap: 3rem;
}
.gap-18{
  gap: 4.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-9{
  gap: 2.25rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[15px\]{
  gap: 15px;
}
.gap-baseGap{
  gap: 32px;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-baseGap{
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.gap-y-12{
  row-gap: 3rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.overflow-hidden{
  overflow: hidden;
}
.\!overflow-visible{
  overflow: visible !important;
}
.overflow-x-clip{
  overflow-x: clip;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-balance{
  text-wrap: balance;
}
.\!rounded-\[48px\]{
  border-radius: 48px !important;
}
.\!rounded-lg{
  border-radius: 0.5rem !important;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.\!border-0{
  border-width: 0px !important;
}
.border{
  border-width: 1px;
}
.\!border-b{
  border-bottom-width: 1px !important;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-\[0\.5px\]{
  border-bottom-width: 0.5px;
}
.border-t{
  border-top-width: 1px;
}
.border-none{
  border-style: none;
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(205 205 205 / var(--tw-border-opacity, 1));
}
.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(145 145 145 / var(--tw-border-opacity, 1));
}
.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.\!border-b-gray-900{
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(35 35 35 / var(--tw-border-opacity, 1)) !important;
}
.border-b-gray-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(165 165 165 / var(--tw-border-opacity, 1));
}
.border-b-gray-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(145 145 145 / var(--tw-border-opacity, 1));
}
.border-b-gray-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
}
.border-b-primary-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 183 213 / var(--tw-border-opacity, 1));
}
.border-b-primary-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 76 151 / var(--tw-border-opacity, 1));
}
.border-b-white{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.\!bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#E0FBE2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(224 251 226 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-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{
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 151 / var(--tw-bg-opacity, 1));
}
.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(230 237 245 / var(--tw-bg-opacity, 1));
}
.bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 151 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-primary{
  --tw-gradient-from: #004C97 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 76 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary{
  --tw-gradient-from: #382A74 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 42 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-primary{
  --tw-gradient-to: #004C97 var(--tw-gradient-to-position);
}
.to-secondary{
  --tw-gradient-to: #382A74 var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-bottom{
  background-position: bottom;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-blue-600{
  fill: #2563eb;
}
.stroke-current{
  stroke: currentColor;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-scale-down{
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-10{
  padding: 2.5rem;
}
.p-11{
  padding: 2.75rem;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-13{
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.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, -3.86rem + 21.19vw, 6.5rem);
  padding-bottom: clamp(2.5rem, -3.86rem + 21.19vw, 6.5rem);
}
.\!pb-0{
  padding-bottom: 0px !important;
}
.\!pl-\[50px\]{
  padding-left: 50px !important;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-18{
  padding-bottom: 4.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-36{
  padding-bottom: 9rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-sectionSpacing{
  padding-bottom: clamp(2.5rem, -3.86rem + 21.19vw, 6.5rem);
}
.pl-0{
  padding-left: 0px;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-9{
  padding-right: 2.25rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-sectionSpacing{
  padding-top: clamp(2.5rem, -3.86rem + 21.19vw, 6.5rem);
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-heading{
  font-family: Poppins, sans-serif;
}
.\!text-2xl{
  font-size: clamp(18px, 0.53rem + 1.99vw, 24px) !important;
  line-height: 1.2 !important;
}
.\!text-3xl{
  font-size: clamp(22px, 0.58rem + 2.65vw, 30px) !important;
  line-height: 1.1 !important;
}
.\!text-base{
  font-size: clamp(14px, 0.68rem + 0.66vw, 16px) !important;
  line-height: 1.5 !important;
}
.\!text-sm{
  font-size: 14px !important;
  line-height: 1.5 !important;
}
.text-2xl{
  font-size: clamp(18px, 0.53rem + 1.99vw, 24px);
  line-height: 1.2;
}
.text-3xl{
  font-size: clamp(22px, 0.58rem + 2.65vw, 30px);
  line-height: 1.1;
}
.text-4xl{
  font-size: clamp(30px, 0.88rem + 3.31vw, 40px);
  line-height: 1.2;
}
.text-5xl{
  font-size: clamp(35px, 0.5rem + 5.63vw, 52px);
  line-height: 1.1;
}
.text-5xl2{
  font-size: clamp(2.19rem, -0.1rem + 7.62vw, 3.63rem);
  line-height: 1.1;
}
.text-6xl{
  font-size: clamp(2.81rem, 0.13rem + 8.94vw, 4.5rem);
  line-height: .97;
}
.text-7xl{
  font-size: clamp(6.25rem, 4.26rem + 6.62vw, 7.5rem);
  line-height: 1.1;
}
.text-base{
  font-size: clamp(14px, 0.68rem + 0.66vw, 16px);
  line-height: 1.5;
}
.text-lg{
  font-size: 18px;
  line-height: 1.33;
}
.text-sm{
  font-size: 14px;
  line-height: 1.5;
}
.text-xl{
  font-size: clamp(18px, 0.73rem + 1.32vw, 22px);
  line-height: 1.3;
}
.text-xs{
  font-size: 12px;
  line-height: 1.5;
}
.\!font-bold{
  font-weight: 700 !important;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.normal-case{
  text-transform: none;
}
.not-italic{
  font-style: normal;
}
.leading-0{
  line-height: 0;
}
.leading-\[14px\]{
  line-height: 14px;
}
.leading-\[50px\]{
  line-height: 50px;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.tracking-\[0\.1px\]{
  letter-spacing: 0.1px;
}
.\!text-green-500{
  --tw-text-opacity: 1 !important;
  color: rgb(71 161 57 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#229E2C\]{
  --tw-text-opacity: 1;
  color: rgb(34 158 44 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(185 185 185 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / 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{
  --tw-text-opacity: 1;
  color: rgb(0 76 151 / var(--tw-text-opacity, 1));
}
.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(0 76 151 / var(--tw-text-opacity, 1));
}
.text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(0 56 131 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.\!opacity-0{
  opacity: 0 !important;
}
.opacity-0{
  opacity: 0;
}
.shadow{
  --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-header{
  --tw-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0px 4px 34px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 12px 30px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-offset-2{
  outline-offset: 2px;
}
.brightness-75{
  --tw-brightness: brightness(.75);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* Base */
/* Base colors */
.has-primary-color{
  --tw-text-opacity: 1;
  color: rgb(0 76 151 / var(--tw-text-opacity, 1));
}

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

.has-secondary-color{
  --tw-text-opacity: 1;
  color: rgb(56 42 116 / var(--tw-text-opacity, 1));
}

.has-secondary-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(56 42 116 / 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-800-color{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

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

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

.has-gray-100-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 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='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M11.1855 1.40002L5.94855 6.60002L0.813548 1.40002' stroke='%23232323' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position-x: calc(100% - 16px);
}

: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));
}

@font-face {
  font-family: "Poppins";
  src:
    url("../../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../../fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Elements */
body,
button,
input,
select,
optgroup,
textarea {
  color: #232323;
  font-family: Poppins, sans-serif;
  font-size: clamp(14px, 0.68rem + 0.66vw, 16px);
  line-height: 1.5;
}

/* Heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
  line-height: 1.25;
  clear: both;
}
h1:not(:first-child, [class*=mt-], [class*=my-], [class*=m-]),
h2:not(:first-child, [class*=mt-], [class*=my-], [class*=m-]),
h3:not(:first-child, [class*=mt-], [class*=my-], [class*=m-]),
h4:not(:first-child, [class*=mt-], [class*=my-], [class*=m-]),
h5:not(:first-child, [class*=mt-], [class*=my-], [class*=m-]),
h6:not(:first-child, [class*=mt-], [class*=my-], [class*=m-]) {
  margin-top: 2rem;
}
h1:not([class*=mb-], [class*=my-], [class*=m-]),
h2:not([class*=mb-], [class*=my-], [class*=m-]),
h3:not([class*=mb-], [class*=my-], [class*=m-]),
h4:not([class*=mb-], [class*=my-], [class*=m-]),
h5:not([class*=mb-], [class*=my-], [class*=m-]),
h6:not([class*=mb-], [class*=my-], [class*=m-]) {
  margin-bottom: 1rem;
}

h1{
  font-size: clamp(35px, 0.5rem + 5.63vw, 52px);
  line-height: 1.1;
}

h2{
  font-size: clamp(30px, 0.88rem + 3.31vw, 40px);
  line-height: 1.2;
}

h3{
  font-size: clamp(22px, 0.58rem + 2.65vw, 30px);
  line-height: 1.1;
}

h4{
  font-size: clamp(18px, 0.53rem + 1.99vw, 24px);
  line-height: 1.2;
}

h5{
  font-size: 18px;
  line-height: 1.33;
}

h6{
  font-size: clamp(14px, 0.68rem + 0.66vw, 16px);
  line-height: 1.5;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 100px;
  accent-color: #004C97;
}
html ::-moz-selection {
  background-color: #002E5B;
  color: #fff;
}
html ::selection {
  background-color: #002E5B;
  color: #fff;
}

body {
  background-color: #fff;
  --wp--preset--font-size--small: 14px;
  --wp--preset--font-size--medium: clamp(14px, 0.68rem + 0.66vw, 16px);
  --wp--preset--font-size--large: clamp(22px, 0.58rem + 2.65vw, 30px);
  --wp--preset--font-size--x-large: clamp(30px, 0.88rem + 3.31vw, 40px);
  --wp--style--gallery-gap-default: 32px;
  --gallery-block--gutter-size: 32px;
  --wp--style--block-gap: 32px;
}

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 #004C97;
  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 {
  color: #004C97;
  text-underline-offset: 0.4em;
}
a:hover, a:focus, a:active {
  color: #004C97;
}
a:focus-visible {
  outline: 3px solid #605590;
  outline-offset: 2px;
}
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: 480px){
  .wp-container-1{
    max-width: 480px;
  }
}
@media (min-width: 782px){
  .wp-container-1{
    max-width: 782px;
  }
}
@media (min-width: 960px){
  .wp-container-1{
    max-width: 960px;
  }
}
@media (min-width: 1080px){
  .wp-container-1{
    max-width: 1080px;
  }
}
@media (min-width: 1264px){
  .wp-container-1{
    max-width: 1264px;
  }
}

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

#upButton {
  opacity: 0;
  border: 1px solid #99B7D5;
}

#upButton.active {
  opacity: 1;
}

/* 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 {
  padding: 0.75rem 1rem;
  color: #232323;
  border: 1px solid #CDCDCD;
  border-radius: 6px;
  background-color: #fff;
  display: block;
  width: 100%;
  font-size: clamp(14px, 0.68rem + 0.66vw, 16px);
  line-height: 1.5;
}
:is(body, .acfe-form .acfe-form-fields) input[type=text]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=email]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=url]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=password]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=search]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=number]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=tel]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=range]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=date]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=month]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=week]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=time]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=datetime]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=datetime-local]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) input[type=color]::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) textarea::-moz-placeholder, :is(body, .acfe-form .acfe-form-fields) select::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity, 1));
  opacity: 1;
}
:is(body, .acfe-form .acfe-form-fields) input[type=text]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=email]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=url]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=password]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=search]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=number]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=tel]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=range]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=date]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=month]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=week]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=time]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=datetime]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=datetime-local]::placeholder,
:is(body, .acfe-form .acfe-form-fields) input[type=color]::placeholder,
:is(body, .acfe-form .acfe-form-fields) textarea::placeholder,
:is(body, .acfe-form .acfe-form-fields) select::placeholder{
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity, 1));
  opacity: 1;
}
: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%;
}

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;
  text-transform: uppercase;
  margin-bottom: -2rem;
  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='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M11.1855 1.40002L5.94855 6.60002L0.813548 1.40002' stroke='%23232323' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position-x: calc(100% - 16px);
}
: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 {
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.5;
  border-width: 1px;
  border-style: solid;
  transition-property: color, background-color, border-color, box-shadow;
  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 .acf-label label:hover, .acf-field.acf-field-file .acf-label label:focus, .acf-field.acf-field-file .acf-label label:focus-visible, .acf-field.acf-field-file .acf-label label:active {
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.05);
}
.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 #ltw-searchToggler {
  transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header.overlay-header.scroll-header {
  background-color: #fff;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
}
.site-header.overlay-header.scroll-header .menu-toggle {
  color: #004C97;
}
.site-header.overlay-header:not(.scroll-header) a,
.site-header.overlay-header:not(.scroll-header) button {
  outline-color: #fff;
}
.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;
}
.site-header.overlay-header:not(.scroll-header) .ltw-header-search .ltw-header-search-toggler button#ltw-searchToggler {
  color: #fff;
}
@media (min-width: 960px) {
  .site-header.overlay-header:not(.scroll-header) .main-navigation ul.menu > .menu-item {
    border-color: #fff;
  }
  .site-header.overlay-header:not(.scroll-header) .main-navigation ul.menu > .menu-item > :is(a, .submenu-toggle) {
    color: #fff;
  }
}

/* Footer */
.site-footer a {
  color: #fff;
}
.site-footer a:is(:hover, :focus-visible) {
  text-decoration: underline;
}
.site-footer a:focus-visible {
  outline-color: #fff;
}
.site-footer .widgettitle {
  text-transform: uppercase;
  font-size: clamp(14px, 0.68rem + 0.66vw, 16px);
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.site-footer .menu {
  margin-left: 0;
  margin-bottom: 2.5rem;
  font-size: clamp(14px, 0.68rem + 0.66vw, 16px);
  line-height: 1.5;
  list-style: none;
}
.site-footer .menu li {
  margin-bottom: 0.5rem;
}
.site-footer .footer-top :is(p, figure) {
  margin: 0;
}
.site-footer .footer-bottom .menu {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.site-footer .footer-bottom .menu .menu-item {
  margin: 0;
}
@media (min-width: 782px) {
  .site-footer .footer-bottom .menu {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

/* Pages */
/* Blog Post */
.item-blog-post__cat a {
  color: #232323;
}
.item-blog-post:hover .item-blog-post__img img {
  height: calc(100% + 36px);
  transform: translateY(-18px);
}

/* 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: 32px;
}
@media (min-width: 960px) {
  .main-contact-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .main-contact-form > div.full {
    grid-column: span 2/span 2;
  }
}
.main-contact-form > div .acf-field {
  margin: 0;
}

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

/* Main Slider */
.block-mainslider {
  --swiper-pagination-color: #fff;
  --swiper-pagination-bottom: 62px;
}
.block-mainslider.has-search {
  --swiper-pagination-bottom: 185px;
}
.block-mainslider .plyr {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.block-mainslider .js-mainslider {
  height: calc(100svh - 152px);
}
@media (min-width: 782px) {
  .block-mainslider .js-mainslider {
    height: 720px;
  }
}

/* Hero section */
.block-hero {
  height: calc(100svh - 152px);
}
@media (min-width: 782px) {
  .block-hero {
    height: 720px;
  }
}

/* Hero contact section */
.block-hero-contact {
  height: calc(100svh - 152px);
}
@media (min-width: 782px) {
  .block-hero-contact {
    height: 894px;
  }
}

.block-hero-contact form {
  max-width: 1008px;
  width: 100%;
}

.block-hero-contact option {
  background-color: #F5F5F5 !important;
}

.block-hero-contact select:focus-visible {
  outline: none;
}

.block-hero-contact select option:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.block-hero-contact option[default] {
  display: none;
}

.block-hero-contact > div > form > select > option:last-child {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.form-options select {
  border-color: #004C97 !important;
}

.footer-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 960px) {
  .footer-form {
    flex-direction: row;
    align-items: flex-start;
  }
}
.acf-form-submit {
  max-width: 289px;
  width: 100%;
  display: flex;
  align-items: center;
}

svg.send-svg {
  right: 44px;
  position: relative;
}

.acf-form-submit input.acf-button.button-primary {
  background-color: #4CA82B;
  border-color: #4CA82B;
  max-width: 289px;
  width: 100%;
  font-size: clamp(14px, 0.68rem + 0.66vw, 16px);
  font-weight: 700;
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.acf-form-submit input.acf-button.button-primary:hover {
  background-color: #232323;
  border-color: #232323;
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

ul.acf-checkbox-list.acf-bl label {
  font-size: 14px !important;
  color: #004C97;
  font-weight: 600 !important;
  text-decoration: underline;
  letter-spacing: 0.1px;
  line-height: 21px;
}

.footer-form input[type=checkbox] {
  margin-right: 10px !important;
}

.main-contact-form label {
  font-size: 14px !important;
  color: #004C97;
  font-weight: 400 !important;
}

.acf-required {
  color: #004C97 !important;
}

.form-options select::-moz-placeholder {
  color: red !important;
}

.form-options select::placeholder {
  color: red !important;
}

select[name^=acf] {
  color: #a3a3a3;
}

@media (min-width: 960px) {
  .no-label {
    padding-top: 31px;
  }
}
/* Hero contact recieved section */
.block-hero-contact-recieved {
  height: calc(100svh - 152px);
}
@media (min-width: 782px) {
  .block-hero-contact-recieved {
    height: 582px;
  }
}

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

/* Cable categories */
.category-banner:hover .category-banner__bg {
  width: calc(100% + 1rem);
  max-width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  transform: translateX(-0.5rem) translateY(-0.5rem);
}

/* Features list */
.features-list ul li p:last-child {
  margin: 0;
}

/* Any CPT */
.block-post-type-list.alignfull .js-posts-carousel {
  position: relative;
}
.block-post-type-list.alignfull .js-posts-carousel::after, .block-post-type-list.alignfull .js-posts-carousel::before {
  content: "";
  display: block;
  height: calc(100% + 1rem);
  width: calc(50svw - 50%);
  position: absolute;
  top: -0.5rem;
  z-index: 10;
}
.block-post-type-list.alignfull .js-posts-carousel::before {
  right: 100%;
  background: linear-gradient(90deg, #FFF 25.5%, rgba(255, 255, 255, 0) 100%);
}
.block-post-type-list.alignfull .js-posts-carousel::after {
  left: 100%;
  background: linear-gradient(-90deg, #FFF 25.5%, rgba(255, 255, 255, 0) 100%);
}

/* Blog list */
.blog-list.alignfull .js-posts-carousel {
  position: relative;
}
.blog-list.alignfull .js-posts-carousel::after, .blog-list.alignfull .js-posts-carousel::before {
  content: "";
  display: block;
  height: calc(100% + 1rem);
  width: calc(50svw - 50%);
  position: absolute;
  top: -0.5rem;
  z-index: 10;
}
.blog-list.alignfull .js-posts-carousel::before {
  right: 100%;
  background: linear-gradient(90deg, #FFF 25.5%, rgba(255, 255, 255, 0) 100%);
}
.blog-list.alignfull .js-posts-carousel::after {
  left: 100%;
  background: linear-gradient(-90deg, #FFF 25.5%, rgba(255, 255, 255, 0) 100%);
}

/* Banners */
.block-banners.alignfull {
  background: linear-gradient(180deg, #ffffff 17.44%, #D7D4E3 99.09%);
}
.block-banners__banner:hover > img {
  width: calc(100% + 1rem);
  max-width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  transform: translateX(-0.5rem) translateY(-0.5rem);
}

.block-companytext p {
  margin-bottom: 0px;
}

.block-reasons-block p {
  margin-bottom: 0px;
}

.titleclass em{
  font-size: clamp(30px, 0.88rem + 3.31vw, 40px);
  line-height: 1.2;
  font-style: normal;
}

.block-reasons-block.alignfull {
  background: linear-gradient(255deg, #F5F5F5 17.44%, #D7D4E3 99.09%);
}

/* Contact map section */
.contact-info, .features-section, .features-list, .search-page {
  background: var(--gradient, linear-gradient(249deg, var(--Color-Neutral-neutral-100, #F5F5F5) 63.35%, var(--Color-Secondary-secondary-100, #D7D4E3) 99.04%));
}

.share-contact .sharethis-inline-share-buttons, .share-contact .st-btn, .share-contact img {
  height: 85px;
  width: 70px;
}

/* Taxonomy - cables_cat */
.header-cables-cat h2 {
  font-size: clamp(18px, 0.53rem + 1.99vw, 24px);
  font-weight: 700;
}

.cablecat-card:hover .hover-card {
  opacity: 1;
}

.hover-card {
  transition-duration: 500ms;
}

.search-page .item-cable-inner {
  background-color: white;
}

span.first-info {
  width: 100%;
  display: block;
}

.loader-list {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin: 0 auto;
}

#list.active-view svg path, #list.active-view svg {
  stroke: white !important;
  fill: #232323 !important;
}

#grid svg path.svg-background {
  fill: white !important;
}

#grid svg path.relleno {
  fill: #232323 !important;
}

#grid svg path.border-relleno {
  stroke: #232323 !important;
}

#grid.active-view svg path.svg-background {
  fill: #232323 !important;
}

#grid.active-view svg path.relleno {
  fill: white !important;
}

#grid.active-view svg path.border-relleno {
  stroke: white !important;
}

#list.active-view, #grid.active-view {
  background: #232323;
  border-radius: 8px;
}

.item-cable-filter-list {
  border-top: 1px solid #919191;
}

.item-cable-filter-list:list-child {
  border-bottom: 1px solid #919191;
}

.item-cable-filter {
  height: 400px !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.item-cable-filter__img {
  flex: 1;
  transition: flex 0.3s ease;
  overflow: hidden;
}

.item-cable-filter .flex.flex-col.gap-4 {
  position: relative;
  z-index: 2;
}

.item-cable-filter__desc {
  position: static;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  margin-top: 0;
}

.item-cable-filter:hover .item-cable-filter__img {
  flex: 1;
}

.item-cable-filter:hover .item-cable-filter__desc {
  opacity: 1;
  max-height: 120px;
}

.cable-title strong {
  color: #004C97 !important;
}
.font-bold{
  font-weight: 900;
}

.cable-title p {
  margin-bottom: 0px;
}

.sharethis-inline-share-buttons img {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M9.95968 14.8693L20.6263 8.20267M10.0397 17.536L20.7063 24.2027M10.751 16.0423C10.751 17.5385 9.53814 18.7513 8.042 18.7513C6.54587 18.7513 5.33301 17.5385 5.33301 16.0423C5.33301 14.5462 6.54587 13.3333 8.042 13.3333C9.53814 13.3333 10.751 14.5462 10.751 16.0423ZM25.4177 25.3757C25.4177 26.8718 24.2048 28.0847 22.7087 28.0847C21.2125 28.0847 19.9997 26.8718 19.9997 25.3757C19.9997 23.8795 21.2125 22.6667 22.7087 22.6667C24.2048 22.6667 25.4177 23.8795 25.4177 25.3757ZM25.4177 6.70899C25.4177 8.20513 24.2048 9.41799 22.7087 9.41799C21.2125 9.41799 19.9997 8.20513 19.9997 6.70899C19.9997 5.21286 21.2125 4 22.7087 4C24.2048 4 25.4177 5.21286 25.4177 6.70899Z' stroke='%23232323' stroke-width='2'/%3E%3C/svg%3E");
  width: 32px !important;
  height: 32px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.st-btn.st-first.st-last {
  border: none !important;
  padding: 0px !important;
}

.st-btn:hover {
  top: 0px !important;
}

.js-single-cable-slider-thumb .swiper-slide-thumb-active {
  opacity: 1;
}

.sharethis-inline-share-buttons {
  z-index: 1 !important;
}

.cable-construction h3{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: clamp(14px, 0.68rem + 0.66vw, 16px);
  line-height: 1.5;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}

.cable-construction p {
  margin-bottom: 0px;
  margin-top: 0px;
}

.cta-section {
  background: linear-gradient(270deg, rgba(0, 76, 151, 0.6) 0%, #004C97 100%);
}

.app-tab {
  border-right: 1px solid #E1E1E1;
}

.submenu-categorias {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,.07);
    box-sizing: border-box;
    display: none;
    gap: 1rem;
    grid-template-columns: repeat(3,minmax(0,1fr));

    margin-left: 0;
    max-width: 1100px;
    min-width: 0;
    overflow: hidden;
    padding: 1rem;
    position: absolute;
    top: 100%;
    transform: translateX(-60%);
    width: 100vw;
    z-index: 1000
}

.submenu-item {
  display: flex !important;
  align-items: center;
  color: #232323;
  text-decoration: none;
  padding: 0.5rem 1rem;
  text-align: left;
  min-width: 0;
  width: 100%;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
}

.submenu-row {
  display: contents;
}

.cable_cat:hover > .submenu-categorias,
.cable_cat:focus-within > .submenu-categorias,
.submenu-categorias:hover {
  display: grid;
}

.submenu-arrow {
  vertical-align: middle;
  transition: transform 0.2s;
}

.cable_cat > a {
  display: flex !important;
  gap: 15px;
}

.cable_cat > button > svg {
  transition: transform 0.2s;
}

.cable_cat {
  position: relative;
}

.submenu-item:hover,
.submenu-item:focus {
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s;
}

.submenu-icon {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
  vertical-align: middle;
}

/* .cable-cat-toggle {
  pointer-events: auto;
  margin-right: 15px;
} */

li.cable_cat {
  display: flex;
}

.filtre .accordion__content-inner ul {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.filtre .accordion__content-inner {
  padding: 0px 10px 10px 0px;
}

.filtre .accordion__content-inner label {
  margin-bottom: 0px !important;
  font-size: 14px !important;
  text-transform: none !important;
}

.filtre .accordion__content-inner ul li {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.filtre .accordion__item:first-child {
  border-top: 1px solid #919191;
}

.filtre .accordion__icon-wrapper {
  position: relative;
  width: 24px;
  height: 24px;
  transform: none !important;
}

.filtre .accordion__icon-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease !important;
}

.filtre .filter-closed {
  opacity: 1;
}

.filtre .filter-open {
  opacity: 0;
}

.filtre .accordion__button[aria-expanded=true] .filter-closed {
  opacity: 0;
}

.filtre .accordion__button[aria-expanded=true] .filter-open {
  opacity: 1;
}

@media (max-width: 1200px) {
  .submenu-categorias {
    max-width: 95vw;
  }
}
@media (max-width: 900px) {
  .submenu-categorias {
    max-width: 100vw;
  }
}
@media (max-width: 768px) {
  .submenu-categorias {
    display: none !important;
    grid-template-columns: 1fr;
    left: 0;
    transform: none;
    width: 100vw;
    max-width: 100vw;
    gap: 0px;
  }
  .submenu-categorias.open {
    display: grid !important;
    gap: 0px;
    grid-template-columns: 1fr;
    left: 0;
    transform: none;
    width: 90vw;
    max-width: 100vw;
  }
  /* .cable-cat-toggle.open > svg {
    transform: rotateX(180deg) !important;
    transition: transform 0.2s;
  } */
  /* .submenu-categorias.open ~ .cable-cat-toggle > svg,
  .cable-cat-toggle.open > svg {
    transform: rotateX(180deg) !important;
    transition: transform 0.2s;
  } */
  .submenu-icon {
    width: 35px;
    height: 35px;
  }
  .main-navigation ul.menu .menu-item-has-children {
    justify-content: start !important;
  }
}
@media (min-width: 769px) {
  .cable_cat:hover > button > svg {
    transform: rotateX(180deg) !important;
    transition: transform 0.2s;
  }
}
.ltw-header-search .search_bar.search_bar--visible {
  background-color: rgba(0, 76, 151, 0.9607843137) !important;
}

.modal::before {
  background-color: rgba(0, 76, 151, 0.9607843137) !important;
}

.modal__content {
  color: #232323;
  border-radius: 16px !important;
}

.modal__content input[type=email] {
  padding: 0.75rem 1rem !important;
  color: #232323 !important;
  border: 1px solid #CDCDCD !important;
  border-radius: 6px !important;
  background-color: #fff !important;
  display: block !important;
  width: 100%;
  font-size: clamp(14px, 0.68rem + 0.66vw, 16px) !important;
  line-height: 1.5;
}

.modal__content form.acfe-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal__content .acf-fields.acf-form-fields.-top {
  width: 100%;
}

.modal__content .button-primary {
  background-color: #51a731 !important;
  border-color: #51a731 !important;
  width: 100% !important;
}

.modal .acf-form-submit, .modal .acf-form-submit input.acf-button.button-primary {
  max-width: 100% !important;
}

.modal__content .button-primary:hover {
  background-color: #232323 !important;
  border-color: #232323 !important;
}

.modal__wrapper {
  max-width: 950px !important;
}

.modal__foter a {
  text-transform: underline !important;
  color: #004C97 !important;
}

.modal__header, .modal .acf-fields > .acf-field, .modal__footer {
  border: none;
}

.modal .h3 {
  font-size: 25px !important;
  font-weight: bold;
  line-height: 25px;
}

.modal__header, .modal__body, .modal__footer {
  padding: 0px !important;
}

.modal .acf-label {
  color: #004C97 !important;
}

.modal .acf-field {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.modal ul.acf-checkbox-list.acf-bl label {
  text-decoration: none !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  display: flex;
  align-items: center;
  gap: 6px;
}

.modal .acf-field-email {
  padding-bottom: 0px !important;
  padding-top: 30px !important;
}

/* Components */
/* Buttons */
button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #232323;
}
button:focus-visible {
  outline: 3px solid #605590;
  outline-offset: 2px;
}

input[type=button],
input[type=reset],
input[type=submit],
.button-primary {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.5;
  border-width: 1px;
  border-style: solid;
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  background-color: #004C97;
  color: #fff;
  border-color: #004C97;
}
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 {
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.05);
  background-color: #232323;
  color: #fff;
  border-color: #232323;
}

.button-secondary {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.5;
  border-width: 1px;
  border-style: solid;
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  background-color: #382A74;
  color: #fff;
  border-color: #382A74;
}
.button-secondary:hover, .button-secondary:focus, .button-secondary:focus-visible, .button-secondary:active {
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.05);
  background-color: #232323;
  color: #fff;
  border-color: #232323;
}

.button-white {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.5;
  border-width: 1px;
  border-style: solid;
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  background-color: #fff;
  color: #004C97;
  border-color: #fff;
}
.button-white:hover, .button-white:focus, .button-white:focus-visible, .button-white:active {
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.05);
  background-color: #232323;
  color: #fff;
  border-color: #232323;
}

.button-primary-ghost {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.5;
  border-width: 1px;
  border-style: solid;
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.button-primary-ghost:hover, .button-primary-ghost:focus, .button-primary-ghost:focus-visible, .button-primary-ghost:active {
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.05);
  background-color: transparent;
  color: #232323;
  border-color: #232323;
}

.button-secondary-ghost {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.5;
  border-width: 1px;
  border-style: solid;
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  background-color: transparent;
  color: #232323;
  border-color: #232323;
}
.button-secondary-ghost:hover, .button-secondary-ghost:focus, .button-secondary-ghost:focus-visible, .button-secondary-ghost:active {
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.05);
  background-color: transparent;
  color: #004C97;
  border-color: #004C97;
}

.button-tertiary-ghost {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.5;
  border-width: 1px;
  border-style: solid;
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  background-color: transparent;
  color: #004C97;
  border-color: #004C97;
}
.button-tertiary-ghost:hover, .button-tertiary-ghost:focus, .button-tertiary-ghost:focus-visible, .button-tertiary-ghost:active {
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.05);
  background-color: transparent;
  color: #232323;
  border-color: #232323;
}

.button-light-arrow, .button-light-arrow-white {
  display: inline-flex;
  gap: 0.5rem;
  color: #004C97;
}
.button-light-arrow::after, .button-light-arrow-white::after {
  line-height: 0;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.625 8 19 12m0 0-4.375 4M19 12H5' stroke='%23004C97' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.button-light-arrow:hover::after, .button-light-arrow-white:hover::after, .button-light-arrow:focus::after, .button-light-arrow-white:focus::after, .button-light-arrow:focus-visible::after, .button-light-arrow-white:focus-visible::after, .button-light-arrow:active::after, .button-light-arrow-white:active::after {
  transform: translateX(0.5rem);
}
.button-light-arrow-white {
  color: #fff;
}
.button-light-arrow-white::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.625 8 19 12m0 0-4.375 4M19 12H5' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.button-plus {
  gap: 0.5rem;
  min-height: 3.5rem;
}
.button-plus::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 6v12m6-6H6' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  line-height: 0;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.button-plus:hover::after, .button-plus:focus::after, .button-plus:focus-visible::after, .button-plus:active::after {
  transform: rotate(90deg);
}

.button-arrow::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m10.523 19 7-7-7-7' stroke='%23004C97' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  line-height: 1;
  margin-left: 8px;
  transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.button-arrow.button-white:hover::after, .button-arrow.button-white:focus::after, .button-arrow.button-white:focus-visible::after, .button-arrow.button-white:active::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m10.523 19 7-7-7-7' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.button-underline {
  display: inline-block;
  padding-block: 0.25rem;
  color: #004C97;
  border-bottom: 1px solid #004C97;
}
.button-underline:hover, .button-underline:focus, .button-underline:focus-visible, .button-underline:active {
  color: #232323;
  border-bottom-color: #232323;
}

.button-primary-ghost:hover svg path {
  stroke: #232323;
  transition: stroke 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.button-secondary-ghost:hover svg path {
  fill: #004C97;
  transition: fill 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.button-tertiary-ghost:hover svg path {
  fill: #232323;
  transition: stroke 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* Main Menu Navigation */
.main-menu-wrapper {
  background-color: #fff;
  position: fixed;
  z-index: 99;
  top: 5rem;
  bottom: 0;
  right: -100vw;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
  transition: all 300ms 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;
  text-transform: uppercase;
  font-size: clamp(14px, 0.68rem + 0.66vw, 16px);
}
.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;
  text-decoration: none;
}
.main-navigation ul.menu .menu-item :is(a, .submenu-toggle) {
  transition-property: color, background-color, transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: #004C97;
}
.main-navigation ul.menu .menu-item.current_page_item, .main-navigation ul.menu .menu-item.current-menu-item, .main-navigation ul.menu .menu-item.current_page_ancestor, .main-navigation ul.menu .menu-item.current-menu-ancestor, .main-navigation ul.menu .menu-item:focus-within, .main-navigation ul.menu .menu-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.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: #232323;
}
.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;
}
.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 {
    border-right: 1px solid #004C97;
    transition: border-color 300ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .main-navigation ul.menu > .menu-item > a {
    padding-block: 0.75rem;
  }
  .main-navigation ul.menu > .menu-item.menu-item-has-children > a {
    padding-right: 3.1rem;
  }
  .main-navigation ul.menu > .menu-item.menu-item-has-children > .submenu-toggle {
    position: absolute;
    padding: 1rem 1.425rem 1rem 0.925rem;
    right: 0;
  }
  .main-navigation ul.menu .menu-item {
    white-space: nowrap;
  }
  .main-navigation ul.menu .menu-item a {
    padding-inline: 1rem;
  }
  .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: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
    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.75rem;
    padding-right: 2rem;
  }
  .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 300ms 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%;
}

/* .bg-transparent button.cable-cat-toggle svg path {
  stroke: #fff !important;
  transition: stroke 300ms cubic-bezier(0.4, 0, 0.2, 1);
} */

/* .bg-transparent.scroll-header button.cable-cat-toggle svg path, button.cable-cat-toggle svg path {
  stroke: #004C97 !important;
  transition: stroke 300ms cubic-bezier(0.4, 0, 0.2, 1);
} */

/* 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 #004C97;
  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: #004C97;
  transition: all 300ms 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: #004C97;
  color: #fff;
}
.nav-links .page-numbers.current,
.woocommerce-pagination ul.page-numbers .page-numbers.current {
  background-color: #004C97;
  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: clamp(18px, 0.53rem + 1.99vw, 24px);
  line-height: 1.2;
}
.accordion__button {
  position: relative;
  width: 100%;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #A5A5A5;
  color: #004C97;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  text-align: left;
  outline-offset: 2px;
}
.accordion__button[aria-expanded=true] {
  color: #fff;
  background-color: #004C97;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__button[aria-expanded=true] .accordion__icon-wrapper {
  transform: rotate(90deg);
}
.accordion__button:hover, .accordion__button:focus-visible {
  color: #fff;
  background-color: #004C97;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__button-text {
  flex: 1;
  font-size: clamp(18px, 0.53rem + 1.99vw, 24px);
  line-height: 1.2;
}
.accordion__icon-wrapper {
  display: inline-block;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__content-inner {
  padding: 1rem 2.5rem 0;
}

.accordion__button:hover .accordion__icon-wrapper svg path, .accordion__button:focus-visible .accordion__icon-wrapper svg path {
  stroke: white;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.taxonomies-filter button:hover span,
.taxonomies-filter button:focus-visible span,
.taxonomies-filter button[aria-expanded=true] span {
  color: #F5F5F5;
}

.taxonomies-filter button span {
  padding-left: 10px;
  padding-right: 10px;
}

@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{
  --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);
}
.item-cable-filter .flex.tabs__menu.gap-4 {
  position: relative;
  z-index: 2;
}
.tabs__menu.active{
  display: flex;
}
.item-cable-filter .tabs__menu.active.flex-col.gap-4 {
  position: relative;
  z-index: 2;
}
.tabs__menu .tab{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 12px;
  line-height: 1.5;
  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: grid;
}
.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: 782px) {
  .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{
    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);
  }

.item-cable-filter .tabs__menu.flex-col.gap-4 {
  position: relative;
  z-index: 2;
}

/* .tabs__menu button.cable-cat-toggle svg path {
  stroke: #fff;
  transition: stroke 300ms cubic-bezier(0.4, 0, 0.2, 1);
} */

/* .tabs__menu.scroll-header button.cable-cat-toggle svg path {
  stroke: #004C97;
  transition: stroke 300ms cubic-bezier(0.4, 0, 0.2, 1);
} */
  .tabs__menu .tab{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: clamp(14px, 0.68rem + 0.66vw, 16px);
    font-size: 14px;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(165 165 165 / var(--tw-text-opacity, 1));
  }
  .tabs__menu .tab.active{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(35 35 35 / 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(35 35 35 / var(--tw-text-opacity, 1));
  }

/* .tabs[data-tabdecoration=true] .tabs__menu .tab.active button.cable-cat-toggle svg path {
  stroke: #fff;
  transition: stroke 300ms cubic-bezier(0.4, 0, 0.2, 1);
} */

/* .tabs[data-tabdecoration=true] .tabs__menu .tab.active.scroll-header button.cable-cat-toggle svg path {
  stroke: #004C97;
  transition: stroke 300ms cubic-bezier(0.4, 0, 0.2, 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(51 51 51 / 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;
  }
}

.tabs-desk {
  display: none;
}

.tabs-mbl {
  display: block;
}

@media (min-width: 782px) {
  .tabs-desk {
    display: block;
  }
  .tabs-mbl {
    display: none;
  }
}
/* 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 300ms 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 300ms cubic-bezier(0.4, 0, 0.2, 1);
  filter: grayscale(1);
}
.icon-rrss-author-box svg:hover {
  transform: scale(1.25);
  filter: grayscale(0);
}

/** Styles modal */
.modal{
  pointer-events: none;
  position: fixed;
  inset: 0px;
  z-index: 2147483647;
  display: flex;
  height: 100vh;
  max-height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1rem;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.item-cable-filter .modal.flex-col.gap-4 {
  position: relative;
  z-index: 2;
}
@media (min-width: 782px){
  .modal{
    padding: 4rem;
  }
}
.modal.active{
  pointer-events: auto;
  opacity: 1;
}
.modal::before{
  content: "";
  position: absolute;
  inset: 0px;
  z-index: -1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.modal__wrapper{
  position: relative;
  max-height: 100vh;
  width: 100%;
  max-width: 680px;
}
.modal__content{
  position: relative;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.modal__close{
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  z-index: 10;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-style: none;
  background-image: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.item-cable-filter .modal__close.flex-col.gap-4 {
  position: relative;
  z-index: 2;
}
.modal__close::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  height: 0px;
  width: 0px;
  --tw-translate-x: -50%;
  --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(230 237 245 / var(--tw-bg-opacity, 1));
  opacity: 0.8;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.modal__close:hover::before{
  height: 2.5rem;
  width: 2.5rem;
}
.modal__close svg{
  position: relative;
  z-index: 10;
  height: 1rem;
  width: 1rem;
}
.modal__header{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.modal__body{
  position: relative;
  padding: 1.25rem;
}
.modal__footer{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.item-cable-filter .modal__footer.flex-col.gap-4 {
  position: relative;
  z-index: 2;
}

/* 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: #004C97;
  --swiper-navigation-size: auto;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-navigation-color: #232323;
}

.swiper-pagination-bullet {
  border: 1.5px solid var(--swiper-pagination-color);
}

@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\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / var(--tw-text-opacity, 1));
}

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

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(0 76 151 / var(--tw-text-opacity, 1));
}

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

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

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

.focus\:\!text-white:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

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

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

.focus-visible\:text-primary:focus-visible{
  --tw-text-opacity: 1;
  color: rgb(0 76 151 / var(--tw-text-opacity, 1));
}

.focus-visible\:outline-offset-12:focus-visible{
  outline-offset: 12px;
}

.focus-visible\:outline-white:focus-visible{
  outline-color: #fff;
}

.active\:\!text-white:active{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

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

.group:focus-within .group-focus-within\:brightness-50{
  --tw-brightness: brightness(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.group:hover .group-hover\:brightness-50{
  --tw-brightness: brightness(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 480px){
  .sm\:mt-\[-155px\]{
    margin-top: -155px;
  }
  .sm\:mt-\[-185px\]{
    margin-top: -185px;
  }
  .sm\:\!w-\[184px\]{
    width: 184px !important;
  }
  .sm\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }
}

@media (min-width: 782px){
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:mb-4{
    margin-bottom: 1rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-\[-200px\]{
    margin-top: -200px;
  }
  .md\:mt-\[-295px\]{
    margin-top: -295px;
  }
  .md\:block{
    display: block;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:max-w-2xl{
    max-width: 42rem;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-stretch{
    align-items: stretch;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:justify-evenly{
    justify-content: space-evenly;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:\!text-base{
    font-size: clamp(14px, 0.68rem + 0.66vw, 16px) !important;
    line-height: 1.5 !important;
  }
  .md\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }
  .md\:\!text-black{
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
  }
  .md\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  }
  .md\:opacity-0{
    opacity: 0;
  }
}

@media (min-width: 960px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:bottom-12{
    bottom: 3rem;
  }
  .lg\:right-14{
    right: 3.5rem;
  }
  .lg\:z-0{
    z-index: 0;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:order-\[-1\]{
    order: -1;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mb-24{
    margin-bottom: 6rem;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:ml-5{
    margin-left: 1.25rem;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:mr-30{
    margin-right: 7.5rem;
  }
  .lg\:mt-40{
    margin-top: 10rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:mt-\[-340px\]{
    margin-top: -340px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:\!flex{
    display: flex !important;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:h-30{
    height: 7.5rem;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-5\/12{
    width: 41.666667%;
  }
  .lg\:min-w-fit{
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .lg\:max-w-244{
    max-width: 61rem;
  }
  .lg\:max-w-\[488px\]{
    max-width: 488px;
  }
  .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\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-2{
    gap: 0.5rem;
  }
  .lg\:gap-y-20{
    row-gap: 5rem;
  }
  .lg\:rounded-2xl{
    border-radius: 1rem;
  }
  .lg\:border-r{
    border-right-width: 1px;
  }
  .lg\:border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }
  .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\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .lg\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-sectionSpacing{
    padding-top: clamp(2.5rem, -3.86rem + 21.19vw, 6.5rem);
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-right{
    text-align: right;
  }
  .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: 300ms;
  }
  .lg\:before\:-right-12::before{
    content: var(--tw-content);
    right: -3rem;
  }
  .lg\:before\:left-1\/2::before{
    content: var(--tw-content);
    left: 50%;
  }
  .lg\:before\:left-auto::before{
    content: var(--tw-content);
    left: auto;
  }
}

@media (min-width: 1080px){
  .xl\:top-10{
    top: 2.5rem;
  }
  .xl\:order-\[0\]{
    order: 0;
  }
  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .xl\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .xl\:mt-\[-240px\]{
    margin-top: -240px;
  }
  .xl\:max-w-\[384px\]{
    max-width: 384px;
  }
  .xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .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\:flex-row{
    flex-direction: row;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .xl\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .xl\:pb-24{
    padding-bottom: 6rem;
  }
  .xl\:pt-24{
    padding-top: 6rem;
  }
}

@media (min-width: 1264px){
  .\32xl\:ml-0{
    margin-left: 0px;
  }
  .\32xl\:w-\[280px\]{
    width: 280px;
  }
  .\32xl\:max-w-full{
    max-width: 100%;
  }
  .\32xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .\32xl\:gap-10{
    gap: 2.5rem;
  }
  .\32xl\:p-8{
    padding: 2rem;
  }
  .\32xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .\32xl\:pr-6{
    padding-right: 1.5rem;
  }
}

@media (prefers-color-scheme: dark){
  .dark\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(145 145 145 / var(--tw-text-opacity, 1));
  }
}

/***************** 
** 2. Search Bar 
******************/

.ltw-header-search .search_bar {
    display: none;
}

.ltw-header-search .search_bar.search_bar--visible {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    background-color: rgb(11, 8, 23, .95);
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999999;
    padding: 0;
}

.ltw-header-search .search_bar .search-header-container {
    /* Replicar exactamente: flex justify-between items-center gap-baseGap p-4 2xl:px-6 h-20 lg:h-30 */
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem; /* gap-baseGap */
    padding: 1rem; /* p-4 */
    height: 5rem; /* h-20 */
}

@media (min-width: 1536px) {
    .ltw-header-search .search_bar .search-header-container {
        padding-left: 1.5rem; /* 2xl:px-6 */
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .ltw-header-search .search_bar .search-header-container {
        height: 7.5rem; /* lg:h-30 */
    }
}

/* Logo con las mismas clases que el header original */
.ltw-header-search .search_bar .search-header-logo.site-branding-search {
    /* Replicar: site-branding order-2 (pero en el modal será order-1) */
    order: 1;
}

.ltw-header-search .search_bar .search-header-logo.site-branding-search a {
    /* Replicar: inline-block */
    display: inline-block;
}

.ltw-header-search .search_bar .search-header-logo.site-branding-search .site-logo {
    /* Mantener dimensiones exactas */
    width: 192px;
    height: 41px;
    margin-top: 7px;
}

/* Botón de cerrar en la posición derecha */
.ltw-header-search .search_bar .search-close-btn {
    order: 3;
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: white;
    cursor: pointer;
    padding: 8px;
}

/* Header falso en posición absoluta para no afectar al centrado */
.ltw-header-search .search_bar .search-modal-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: transparent; /* El fondo ya lo maneja el modal */
}

/* Ajustes para admin bar de WordPress */
.admin-bar .ltw-header-search .search_bar .search-modal-header {
    top: 32px; /* Altura de la admin bar en desktop */
}

/* Responsive design para admin bar en mobile */
@media screen and (max-width: 782px) {
    .admin-bar .ltw-header-search .search_bar .search-modal-header {
        top: 46px; /* Altura de la admin bar en mobile */
    }
}

.ltw-header-search .search_bar .ltw-search-bar-wrapper {
    position: relative;
    padding: 50px 25px;
    width: 592px;
    max-width: 100%;
    margin: 0 auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ltw-header-search .search_bar form {
    position: relative;
    display: block;
    width: 100%;
    max-width: 500px;
}

.ltw-header-search .search_bar form input.input_search {
    width: 100%;
    padding-right: 55px;
    padding-left: 14px;
    height: 48px;
}

.ltw-header-search .search_bar form .search-submit {
    position: absolute;
    top: 12px;
    right: 0;
    bottom: 0;
    background-color: transparent;
    color: transparent;
    overflow: hidden;
    border: none;
    box-shadow: none;
    width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    height: fit-content;
}


.ltw-header-search .search_bar form .search-submit svg {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/* 非首页：强制使用滚动后那套视觉（兜底） */
.non-home-header {
  background: #fff;box-shadow: 0 10px 30px rgba(17,24,39,.10);
  top: 0;
  z-index: 999;
}




.ltw-header-search .search_bar .ltw-search-bar-wrapper {
    position: relative;
    padding: 50px 25px;
    width: 592px;
    max-width: 100%;
    margin: 0 auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
          
.ltw-header-search .search_bar form {
    position: relative;
    display: block;
    width: 100%;
    max-width: 500px;
}

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

.ltw-header-search .search_result {
    display: none;
    position: absolute;
    z-index: 10;
    background-color: #fff;
    left: 0;
    top: 100%;
    min-width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    max-height: calc(50vh - 100px);
    overflow-y: auto;
}



.ltw-header-search .search_result ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 每项布局（图 + 文案） */
.ltw-header-search .search_result ul li.ltw-search-result:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.ltw-header-search .search_result ul li.ltw-search-result {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.ltw-header-search .search_result ul li.ltw-search-result,
.ltw-header-search .search_result ul li.ltw-search-wait,
.ltw-header-search .search_result .ltw-search__noresults {
    padding: 10px;
}

a,a:active,a:focus,a:hover {
    color: #004c97;
}

a {
    text-underline-offset: .4em;
}


.ltw-header-search .search_result ul li.ltw-search-result .ltw-search__item-name {
    flex-basis: calc(100% - 70px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 700;
}
.ltw-header-search .search_result ul li.ltw-search-result img {
    width: 50px;
}

@media (min-width: 1024px) {
                img[src$=".jpg"], img[src$=".jpeg"] {
                    border-radius: 15px;
                }

                img[src$=".png"] {
                    border-radius: 15px;
                }

                .wp-block-cover, .wp-block-cover__background {
                    border-radius: 15px;
                    overflow: hidden;
                }
            }


figure.wp-block-gallery.has-nested-images {
    align-items: normal;
}

body .is-layout-flex {
    display: flex;
}


.wp-block-gallery.wp-block-gallery-1 {
    --wp--style--unstable-gallery-gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );
    gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );
}
.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)
    }






/* 列表网格（你已有 post-grid 就沿用） */
.post-grid{
  display: grid;
  grid-template-columns: 1fr;   /* 一行一篇 */
  gap: 40px;
}

@media (max-width: 1024px){
  .post-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px){
  .post-grid{ grid-template-columns: 1fr; }
}

/* 卡片整体 */
.post-card{
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
}

/* 整卡可点 */
.post-card__link{
  display: block;
  color: inherit;
  text-decoration: none;
}

/* 顶部图片：固定高度 + cover 裁切（很像 TopCable） */
.post-card__media{
  height: 420px;
  overflow: hidden;
}
.post-card__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.post-card__content{
  padding: 26px 32px 32px;
}




.post-card__title{
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
}

.post-card__title{
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 10px;
}

.post-card__meta{
  margin: 0 0 12px;
}

.post-card__excerpt{
  margin: 0;
}


.post-card__meta{
  margin: 0 0 12px;
  font-size: 14px;
}

/* 摘要截断：做出“露一点点”那种感觉 */
.post-card__excerpt{
  font-size: 16px;
  line-height: 1.8;

  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



/* 轻微 hover（TopCable 很克制，这个也很克制） */
.post-card{
  transition: transform .2s ease;
}
.post-card:hover{
  transform: translateY(-4px);
}




/* 整页：白底，顶部不留空 */
.tc-single{
  background:#fff;
  padding: 0 0 80px;
}

/* 一列：整体宽度 1170 */
.tc-single__wrap{
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 顶部图：同宽 + 贴顶（wrap 没 padding-top，所以就是贴） */
.tc-single__hero{
  margin: 0 0 22px;
}

/* 强制去圆角（非常重要：防止主题全局给 img/figure 加圆角） */
.tc-single__hero,
.tc-single__hero * ,
.tc-single__hero-img,
.tc-single__wrap img,
.tc-single__wrap figure,
.tc-single__wrap .wp-block-image,
.tc-single__wrap .wp-block-image img{
  border-radius: 0 !important;
}

/* 图像本身：铺满容器宽度 */
.tc-single__hero-img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* 日期 */
.tc-single__date{
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  color:#111;
}

/* 标题 */
.tc-single__title{
  margin: 0 0 18px;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 800;
  color:#111;
}

/* 引言（更黑一点，像第二张） */
.tc-single__intro{
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
  color:#111;
}
.tc-single__intro p{ margin: 0; }

/* 正文排版 */
.tc-single__content{
  font-size: 15px;
  line-height: 1.9;
  color:#111;
}
.tc-single__content p{ margin: 0 0 18px; }

.tc-single__content h2{
  margin: 26px 0 12px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.tc-single__content h3{
  margin: 22px 0 10px;
  font-size: 18px;
  font-weight: 800;
}
.tc-single__hero{
  height: 420px;       /* 你可以改 380 / 400 / 450 */
  overflow: hidden;
}

.tc-single__hero-img{
  width: 100%;
  height: 100%;
  object-fit: cover;   /* 关键：裁切填充 */
  display: block;
}
body.home,
body.blog{
  background: #EBEBEB;
}


.load-more-wrap{
  text-align:center;
  margin:40px 0 0;
}

.load-more{
  padding:14px 20px;
  cursor:pointer;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.load-more span{
  font-size:18px;
}


.blog-list__grid{
  display: grid;
  grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr));
  gap: 32px;
}

@media (max-width: 1024px){
  .blog-list__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px){
  .blog-list__grid{ grid-template-columns: 1fr; }
}

/* 让 “aspect-landscape” 生效（如果你没有 Tailwind） */
.aspect-landscape{
  position: relative;
  padding-top: 66.666%; /* 3:2 比例，你想更扁改 56.25% (16:9) */
  overflow: hidden;
}

/* 没有特色图时的占位 */
.item-blog-post__thumb--empty{
  background: #e5e5e5;
}
/* 标题最多 3 行 */
.item-blog-post__title a{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* 1) 灰底全宽 + 上下间距像 TopCable */
.types-of-cables{
  background: #f3f4f6; /* gray-100 */
  padding: 96px 0;
}

/* 2) 内容居中限宽（TopCable 观感） */
.types-of-cables__inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* 3) 关键：把 Gutenberg alignfull 常见的 100vw/负 margin 拉回到 inner 宽度内 */
.types-of-cables__inner .wp-block-columns.alignfull{
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  left: auto !important;
  right: auto !important;
}

/* 4) 让中间 3 列均分，左右空列不要占空间（只负责“结构一致”） */
.types-of-cables__inner .wp-block-columns{
  display: flex;
  justify-content: space-between;
  column-gap: 80px;
}

.types-of-cables__inner .wp-block-columns > .wp-block-column:first-child,
.types-of-cables__inner .wp-block-columns > .wp-block-column:last-child{
  display: none; /* ✅ 视觉上隐藏左右空列，避免挤偏内容 */
}

/* 5) 小屏响应 */
@media (max-width: 1024px){
  .types-of-cables{ padding: 64px 0; }
  .types-of-cables__inner .wp-block-columns{ column-gap: 40px; }
}

@media (max-width: 768px){
  .types-of-cables__inner .wp-block-columns{
    flex-wrap: wrap;
  }
  .types-of-cables__inner .wp-block-columns > .wp-block-column{
    flex-basis: 100%;
  }
}

