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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-2 {
  top: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.top-full {
  top: 100%;
}

.right-0 {
  right: 0px;
}

.-bottom-2 {
  bottom: -0.5rem;
}

.-right-2 {
  right: -0.5rem;
}

.clear-both {
  clear: both;
}

.m-0 {
  margin: 0px;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-6 {
  height: 1.5rem;
}

.h-4 {
  height: 1rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.w-6 {
  width: 1.5rem;
}

.w-4 {
  width: 1rem;
}

.w-full {
  width: 100%;
}

.w-8 {
  width: 2rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.flex-grow {
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

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

.grid-cols-\[1fr_36px\] {
  grid-template-columns: 1fr 36px;
}

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

.place-items-center {
  place-items: center;
}

.items-start {
  align-items: flex-start;
}

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

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-8 {
  gap: 2rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-1 {
  gap: 0.25rem;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border-2 {
  border-width: 2px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

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

.bg-primary {
  background-color: var(--wp--preset--color--primary);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.fill-white {
  fill: #fff;
}

.fill-primary {
  fill: var(--wp--preset--color--primary);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-4 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.text-lg {
  font-size: var(--wp--preset--font-size--large);
}

.text-xl {
  font-size: var(--wp--preset--font-size--x-large);
}

.text-2xl {
  font-size: var(--wp--preset--font-size--2-x-large);
}

.text-sm {
  font-size: var(--wp--preset--font-size--small);
}

.text-4xl {
  font-size: var(--wp--preset--font-size--4-x-large);
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.text-primary {
  color: var(--wp--preset--color--primary);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

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

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

/* Icon */

.mobile__nav__icon {
    --mobile-icon-height: 4px;
    --mobile-icon-spacing: -10px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background: none;
}

.mobile__nav__icon:focus {
    outline: none;
  }

.mobile__nav__icon span {
    display: block;
    position: absolute;
    top: 17px;
    left: 0;
    width: 32px;
    right: 20px;
    height: var(--mobile-icon-height);
    background-color: var(--cinc-header-color);
    transition: background 0s 0.3s;
    border-radius: 1px;
  }

.mobile__nav__icon span:before,
    .mobile__nav__icon span:after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: var(--mobile-icon-height);
      background-color: var(--cinc-header-color);
      content: "";
      border-radius: 1px;
      transition-duration: 0.3s, 0.3s;
      transition-delay: 0.3s, 0s;
    }

.mobile__nav__icon span:before {
      top: var(--mobile-icon-spacing);
      transition-property: top, transform, background;
    }

.mobile__nav__icon span:after {
      bottom: var(--mobile-icon-spacing);
      transition-property: bottom, transform, background;
    }

.mobile__nav__icon.is-active span {
      background: none !important;
    }

.mobile__nav__icon.is-active span:before,
      .mobile__nav__icon.is-active span:after {
        transition-delay: 0s, 0.3s;
      }

.mobile__nav__icon.is-active span:before {
        top: 0;
        transform: rotate(45deg);
      }

.mobile__nav__icon.is-active span:after {
        bottom: 0;
        transform: rotate(-45deg);
      }

/* Menu */

/* Menu */

.mobile__bg {
  --cinc-logo: url('../images/cinc--white.svg');
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100vh;
  width: 100vw;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 1rem;
  z-index: 1000;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s;
  visibility: hidden;
  justify-content: center;
  padding-top: calc(var(--upper-header-height) + 1rem);
}

.mobile__bg__nav {
  font-size: var(--wp--preset--font-size--x-large);
    overflow-y: auto;
    overflow-x: hidden;
}

.mobile__bg__nav .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.mobile__bg__nav .menu a {
  display: block;
  padding: 0.5rem;
}

.mobile__bg__nav .menu .menu-item-has-children > a {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          gap: 8px;
        }

/*transform: translateX(18px);*/

.mobile__bg__nav .menu .menu-item-has-children > a:after {
            content: '';
            width: 24px;
            height: 24px;
            display: inline-block;
            background: url('../images/icons/chevron-down--white.svg') no-repeat center / contain;
            transition: transform .25s;
          }

.mobile__bg__nav .menu .menu-item-has-children .sub-menu {
          display: none;
          font-size: 1rem;
        }

.mobile__bg__nav .menu .menu-item-has-children--active > a:after {
              transform: rotate(-180deg);
            }

.mobile__bg__nav .menu .menu-item-has-children--active > .sub-menu {
            display: block;
          }

.mobile__bg--open {
    visibility: visible;
    opacity: 1;
  }

.mobile__bg .mobile__nav__icon span, .mobile__bg .mobile__nav__icon span:before, .mobile__bg .mobile__nav__icon span:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.admin-bar .mobile__bg {
    top: 46px !important;
    height: calc(100vh - 46px);
  }

.has-open-off-canvas {
  overflow: hidden !important;
}

body > main {
  overflow-x: hidden;
}

.xoo-el-opac, .xoo-el-notice-opac {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    right: 0;
    background-color: black;
    opacity: 0;
    transition: all 0.2s ease-out
}

.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-modal, .xoo-el-notice-modal {
    top: 0;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000;
    overflow: auto;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.xoo-el-inmodal .scroll-content {
    height: 100%;
}

.xoo-el-modal:before, .xoo-el-notice-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
}

.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal, .xoo-el-notice-inmodal {
    display: inline-block;
    background: #fff;
    position: relative;
    vertical-align: middle;
    width: 90%;
    text-align: left;
    border-radius: 5px;
    height: 90%;
}

.xoo-el-srcont {
    flex-grow: 1;
    height: 100%;
    overflow: auto;
}

.xoo-el-container:not(.xoo-el-style-slider).xoo-el-popup-active .xoo-el-modal {
    opacity: 1;
    transform: scale(1);
}

.xoo-el-popup-active.xoo-el-container {
    visibility: visible!important;
    font-size: 15px;
}

.xoo-el-container {
    visibility: hidden;
}

span.xoo-el-close, .xoo-el-notice-close {
    font-size: 17px;
    position: absolute;
    right: -9px;
    top: -12px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fff;
    box-shadow: -1px 2px 10px rgba(0, 0, 0, .17);
}

span.xoo-el-close:hover, .xoo-el-notice-close:hover {
    color: #e63030;
}

.xoo-el-head span {
    display: block;
}

.xoo-el-head {
    display: table;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.xoo-el-form-container button.button.btn.xoo-el-action-btn {
    clear: both;
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 10px 0;
}

body.xoo-el-popup-active, body.xoo-el-popup-notice-active {
    overflow-y: hidden;
}

.xoo-el-notice-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.xoo-el-notice-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.xoo-el-notice-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.xoo-el-notice {
    display: none;
    width: calc(100% - 20px);
    margin-bottom: 15px;
}

.xoo-el-notice-error , .xoo-el-notice-success, .xoo-el-notice-warning {
    padding: 7px 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
}

.xoo-aff-group.xoo-el-login-btm-fields {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 14px;
    justify-content: space-between;
}

.xoo-el-section {
    display: none;
}

.xoo-el-section.xoo-el-active {
    display: block;
}

.xoo-el-switch {
    cursor: pointer;
}

.xoo-el-lostpw-tgr , .xoo-el-login-tgr , .xoo-el-reg-tgr {
    cursor: pointer;
}

.xoo-el-head-nav {
    text-decoration: underline;
}

.xoo-el-form-txt {
    margin-bottom: 10px;
    display: block;
}

.xoo-el-head-action a {
    margin: 0 5px;
}

.xoo-el-action-form > a.xoo-el-lostpw-tgr {
    display: table;
    float: right;
    margin-top: -5px;
    clear: both;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 5px;
}

.xoo-el-head-action a:hover {
    text-decoration: underline;
}

.xoo-el-notice a.xoo-el-lostpw-tgr {
    margin-left: 5px;
    text-decoration: underline;
}

.xoo-el-lostpw-success .woocommerce-message {
    margin: 0 0 10px 0;
}

.xoo-el-sidebar {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

.xoo-el-wrap {
    min-height: 100%;
    display: flex;
    width: 100%;
    height: 100%;
}

.xoo-el-main {
    position: relative;
    vertical-align: top;
    height: auto;
}

@media only screen and (max-width: 769px) {
    .xoo-el-sidebar {
        display: none;
    }

    .xoo-el-wrap , .xoo-el-main {
        display: block;
        width: auto;
    }
}

label.xoo-el-form-label {
    font-weight: normal;
    cursor: pointer;
    margin: 0;
}

a.xoo-el-lostpw-tgr {
    margin: 0;
}

.xoo-el-header-icon {
    position: absolute;
    font-size: 56px;
    top: -30px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.xoo-el-recaptcha {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
}

/**
 * Password strength meter
 */

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px 0.5em;
    font-size: 1em;
}

.woocommerce-password-strength.strong {
        background-color: #c1e1b9;
        border-color: #83c373;
    }

.woocommerce-password-strength.short {
        background-color: #f1adad;
        border-color: #e35b5b;
    }

.woocommerce-password-strength.bad {
        background-color: #fbc5a9;
        border-color: #f78b53;
    }

.woocommerce-password-strength.good {
        background-color: #ffe399;
        border-color: #ffc733;
    }

.woocommerce-password-hint {
    margin: 0.5em 0 0;
    display: block;
}

.xoo-el-fields {
    position: relative;
    z-index: 1;
}

.xoo-el-popover>.xoo-el-arrow, .xoo-el-popover>.xoo-el-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.xoo-el-popover>.xoo-el-arrow {
    border-width: 11px;
    bottom: -10px;
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.xoo-el-popover {
    position: absolute;
    right: 20px;
    top: -96px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-size: 14px;
    display: none;
    z-index: 99;
}

span.xoo-el-pm-head {
    display: block;
    padding: 10px;
}

span.xoo-el-pm-strength {
    display: block;
    padding: 10px;
}

.xoo-el-password-meter.bad .xoo-el-pm-head , .xoo-el-password-meter.short .xoo-el-pm-head {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.xoo-el-password-meter.good .xoo-el-pm-head {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.xoo-el-password-meter.strong .xoo-el-pm-head {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.xoo-el-section-login .xoo-el-notice br+br {
    display: none;
}

span.xoo-el-loginvia {
    display: block;
    margin-top: 30px;
    text-align: center;
    color: #777;
}

.xoo-el-section.xoo-el-section-lostpw {
    padding-right: 20px;
}

/* Header */

.xoo-el-form-container ul.xoo-el-tabs {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
    padding: 0 20px 16px;
}

.xoo-el-form-container ul.xoo-el-tabs li {
    padding: 12px 20px;
    flex-grow: 1;
    flex-basis: auto;
    text-align: center;
    cursor: pointer;
    list-style: none;
    margin: 0;
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    font-weight: 600;
    pointer-events: none;
}

.xoo-el-section {
    padding-left: 20px;
}

.xoo-el-username-menu img.avatar, .xoo-el-firstname-menu img.avatar {
    width: 15px;
    margin-right: 6px;
    height: auto;
    display: inline;
    vertical-align: middle;
}

/** -- */

.xoo-el-uv-cont span:first-of-type {
    font-size: 30px;
    display: block;
    text-align: center;
}

.xoo-el-uv-cont span:last-of-type {
    font-size: 16px;
    line-height: 37px;
    margin-top: 9px;
}

.xoo-el-form-container {
    padding-bottom: 0;
}

.xoo-el-form-container.xoo-el-form-inline {
    max-width: 700px;
    margin: 10px auto;
}

.xoo-el-processing {
    pointer-events: none;
}

.xoo-el-login-btm-fields label input {
    margin-right: 4px;
}

.xoo-el-login-btm-fields label {
}

.xoo-aff-input-group svg.xoo-aff-input-icon {
    padding: 10px;
    max-width: 35px;
    min-width: 35px;
}

.xoo-el-srcont::-webkit-scrollbar, .xoo-el-popup-notice::-webkit-scrollbar {
    width: 7px;
}

.xoo-el-srcont::-webkit-scrollbar-track. .xoo-el-popup-notice::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f0f0f0;
}

.xoo-el-srcont::-webkit-scrollbar-thumb, .xoo-el-popup-notice::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: #dfdbdb
}

.xoo-aff-myacc-field {
    margin: 0 0 1.41575em;
}

.xoo-aff-myacc-field .select2-container {
    max-width: 100%;
}

span.xoo-el-resetpw-hnotice {
    text-align: center;
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: underline;
    opacity: 0.8;
    font-style: italic;
}

.xoo-el-form-container[data-active="resetpw"] .xoo-el-resetpw-hnotice {
    display: none;
}

.xoo-el-form-resetpw .xoo-el-form-txt {
    margin-bottom: 20px;
    font-style: italic;
    text-align: center;
}

form.xoo-el-action-form {
    margin-top: 20px;
    margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
    body .xoo-el-main {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.xoo-el-form-container[data-active="single"] .xoo-el-header {
    display: none;
}

span.xoo-el-nav-ft {
    text-align: center;
    display: block;
    margin: 10px 20px 0 0;
}

span.xoo-el-sing-head {
    display: block;
    font-size: 32px;
    margin-bottom: 5px;
}

span.xoo-el-sing-subtxt {
    font-size: 16px;
    display: block;
}

.xoo-el-sing-fields {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
}

img.xoo-el-head-img {
    display: table;
    margin: 0 auto 30px;
}

span.xoo-el-edit-em {
    position: absolute;
    right: 10px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    cursor: pointer;
}

.xoo-el-section[data-section="single"] .xoo-el-notice {
    margin-bottom: -10px;
}

/** Slider **/

.xoo-el-style-slider .xoo-el-sidebar {
    display: none;
}

.xoo-el-style-slider .xoo-el-modal:before {
    display: none;
}

.xoo-el-style-slider .xoo-el-modal {
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 1000000000;
    transition: all 0.5s;
    right: 0;
    width: 100%;
}

.xoo-el-style-slider.xoo-el-popup-active .xoo-el-modal {
    transform: none;
}

.xoo-el-style-slider .xoo-el-inmodal {
    height: 100%;
    max-height: 100%;
    margin-top: 0;
}

.xoo-el-style-slider .xoo-el-srcont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xoo-el-style-slider .xoo-el-main {
    height: auto;
    overflow: auto;
    width: 100%;
}

.xoo-el-style-slider span.xoo-el-close {
    top: 10px;
    right: 10px;
}

.xoo-el-spinner {
    animation: xoo-el-spin 2s linear infinite;
    display: inline-block;
}

@keyframes xoo-el-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.xoo-el-form-container[data-active="single"] img.xoo-el-head-img {
    margin-bottom: 20px;
}

body.rtl .xoo-el-section {
    padding-right: 20px;
    padding-left: 0;
}

body.rtl .xoo-aff-group:not(.xoo-aff-cont-tel) span.xoo-el-edit-em {
    left: 10px;
    right: auto;
}

body.rtl .xoo-el-form-container {
    text-align: right;
}

body.rtl .xoo-aff-pw-toggle {
    left: 5px;
    right: auto;
}

body.rtl .xoo-aff-cont-tel .xoo-aff-input-group .xoo-el-edit-em {
    right: 55px;
}

body.rtl .xoo-aff-cont-tel .xoo-aff-input-group {
    direction: rtl;
}

.xoo-aff-group {
    align-self: flex-end;
}

.xoo-el-fields-cont {
    display: flex;
    flex-wrap: wrap;
}

.xoo-el-popup-active .select2-container {
    z-index: 99999999999!important;
}

.xoo-el-popup-active.xoo-el-container {
    content-visibility: visible!important;
}

.xoo-ff-files {
    display: flex;
    flex-direction: column;
    line-break: anywhere;
    margin-top: 10px;
}

.xoo-ff-files a {
    padding: 2px 0;
}

.xoo-ff-files > div > span {
    color: red;
    margin-left: 5px;
    font-weight: 600;
    cursor: pointer;
}

/* Notice Popup */

.xoo-el-popup-notice-active.xoo-el-popup-notice{
    content-visibility: visible!important;
    visibility: visible!important;
}

.xoo-el-notice-opac {
    opacity: 0.7;
    background-color: #000;
    z-index: 1000000;
}

.xoo-el-popup-notice-active .xoo-el-notice-modal {
    opacity: 1;
    transform: scale(1);
}

.xoo-el-notice-modal:before {
    vertical-align: middle;
}

.xoo-el-notice-inmodal {
    max-width: 1200px;
    height: 92%;
    width: 92%;
}

.xoo-el-notice-wrap iframe {
    width: 100%;
    height: 100%;
}

.xoo-el-notice-wrap {
    height: 100%;
}

.xoo-el-pop-sc {
    display: inline;
}

/* Fields */

.xoo-aff-input-group {
    position: relative;
    display: flex;
    border-collapse: separate;
    width: 100%;
}

.xoo-aff-input-group:first-child {
    border-right: 0;
}

.xoo-aff-group input{
    box-sizing: border-box;
}

.xoo-aff-input-group .xoo-aff-input-icon {
    padding: 6px 0;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    align-items: center;
    height: auto;
    align-self: stretch;
    display: flex;
    width: 100%;
    justify-content: center;
    border-style: solid;
}

body:not(.rtl) .xoo-aff-input-group .xoo-aff-input-icon{
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select, .xoo-aff-group select + .select2, .xoo-aff-group input[type="tel"], .xoo-aff-group input[type="file"]{
    flex-grow: 1;
    min-width: 1px;
    margin: 0;
    position: relative;
    z-index: 2;
    width: 100%!important;
    margin-bottom: 0!important;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 3.428571;
    background-image: none;
    border: 1px solid #ccc;
    border-style: solid;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: 0;
}

.xoo-aff-group input::-webkit-file-upload-button {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-right: 10px;
}

.xoo-aff-group input::file-selector-button {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-right: 10px;
}

.xoo-aff-group label{
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.xoo-aff-group {
    float: left;
    width: calc(100% - 20px);
    position: relative;
}

.xoo-aff-group.onehalf{
    width: calc(50% - 20px);
    margin-right: 20px;
}

.xoo-aff-group.onethird {
    width: calc(30% - 20px);
    margin-right: 20px;
}

.xoo-aff-group.twothird {
    width: calc(70% - 20px);
    margin-right: 20px;
}

.xoo-aff-group.onefourth {
    width: calc(25% - 20px);
    margin-right: 20px;
}

.xoo-aff-group.threefourth {
    width: calc(75% - 20px);
    margin-right: 20px;
}

div#ui-datepicker-div {
    z-index: 99999999999!important;
}

.xoo-aff-single_checkbox .xoo-aff-label{
    display: none;
}

.xoo-aff-options-list label {
    font-weight: 400;
}

.xoo-aff-fields {
    display: table;
    width: 100%;
}

.xoo-aff-group.xoo-aff-checkbox_single {
    min-height: auto;
}

.xoo-aff-group.one.xoo-aff-checkbox_single {
    margin-bottom: 10px;
}

.xoo-aff-group.xoo-aff-cont-checkbox_single {
    margin-bottom: 5px;
}

/* Password Strength */

.xoo-aff-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px 0.5em;
    font-size: 1em;
}

.xoo-aff-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373;
}

.xoo-aff-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b;
}

.xoo-aff-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53;
}

.xoo-aff-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733;
}

.xoo-aff-password-hint {
    margin: 0.5em 0 0;
    display: block;
}

.xoo-aff-radio input, .xoo-aff-checkbox_single input, .xoo-aff-checkbox_list input {
    margin-right: 5px;
}

/* Select 2 */

body .select2-dropdown {
    z-index: 99999999999;
}

.xoo-aff-group .select2-container .select2-selection.select2-selection--single {
    border: 0;
    height: 100%;
    background-color: transparent;
    margin: 0 0 0 0;
    border-radius: 0;
    line-height: inherit;
    padding: 0;
}

.xoo-aff-group .select2.select2-container .select2-selection .select2-selection__rendered {
    padding: 0;
    line-height: inherit;
    height: inherit;
}

.xoo-aff-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.xoo-aff-group .select2-container *:focus {
    outline: none;
}

.xoo-aff-group select, .xoo-aff-group select + .select2 {
    padding: 0 15px;
}

select.xoo-aff-states{
    display: none;
}

@media only screen and (max-width: 450px) {
    .xoo-aff-group.onehalf , .xoo-aff-group.onefourth, .xoo-aff-group.onethird , .xoo-aff-group, .xoo-aff-group.twothird {
        width: calc(100% - 20px);
    }
    .xoo-aff-group {
        margin-right: 0;
    }
}

.xoo-aff-flag-cont {
    display: flex;
    align-items: center;
    height: inherit;
}

.xoo-aff-flag-cont span:nth-child(1) {
    margin-right: 6px;
}

.select2-results .xoo-aff-flag-cont span:nth-child(2) {
    font-size: 12px;
}

span.xoo-aff-pwtog-hide {
    display: none;
}

.xoo-aff-pw-toggle {
    display: flex;
    align-items: center;
    right: 5px;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.xoo-aff-pw-toggle > * {
    cursor: pointer;
    padding: 5px;
}

.xoo-aff-select2-dropdown {
    min-width: 140px;
}

/* Profile */

label.xoo-aff-file-profile input[type="file"] {
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    top: 30px !important;
    z-index: -1;
}

label.xoo-aff-file-profile .xoo-aff-input-icon {
    border: 0;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
}

label.xoo-aff-file-profile {
    display: table;
    margin: 0 auto;
}

label.xoo-aff-file-profile .xoo-aff-input-group {
    margin: 0 auto;
    display: table;
    width: auto;
    cursor: pointer;
}

.xoo-ff-file-pladd, .xoo-ff-file-plcheck {
    position: absolute;
    background-color: #fff;
    padding: 2px;
    border-radius: 50%;
    bottom: 0px;
    right: 0;
}

.xoo-aff-file-profile .xoo-ff-file-plcheck {
    color: #058105;
    display: none;
}

.xoo-aff-file-profile-cont:not(.one) + .xoo-aff-group:not(.one) {
    align-self: center;
}

.xoo-ff-file-preview{
    border-radius: 50%;
}

.xoo-aff-file-profile-cont .xoo-ff-files{
    text-align: center;
}

.xoo-aff-file-profile-cont .xoo-aff-label {
    margin-top: 5px;
    margin-bottom: 0;
}

.xoo-aff-auto-fetch-loc {
    font-size: 90%;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: -10px;
    display: block;
    text-align: right;
}

.xoo-aff-auto-fetch-loc span{
    margin: 0 5px;
}

.pac-container{
    z-index: 9999999999;
}

/* RTL */

body.rtl .xoo-aff-auto-fetch-loc{
    text-align: left;
}

body.rtl .xoo-aff-input-group .xoo-aff-input-icon {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

body.rtl .xoo-aff-flag-cont span:nth-child(1) {
    margin-left: 10px;
    margin-right: 0;
    padding-right: 0;
}

body.rtl .xoo-aff-group {
    float: right;
}

body.rtl .xoo-aff-radio input, body.rtl .xoo-aff-checkbox_single input, body.rtl .xoo-aff-checkbox_list input{
    margin-left: 5px;
    margin-right: 0;
}

body.rtl .xoo-aff-group:not(.one){
    margin-left: 20px;
    margin-right: 0;
}

body.rtl .xoo-aff-input-icon + input, body.rtl .xoo-aff-input-icon + select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px!important;
    border-top-left-radius: 4px!important;
}

body.rtl .xoo-aff-input-group .xoo-aff-input-icon {
    border-left: 0;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn{
    background-color: #000000;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    height: 40px;
}

.xoo-el-inmodal{
max-width: 800px;
max-height: 600px;
}

.xoo-el-sidebar{
background-image: url('../images/login.webp');
min-width: 40%;
}

.xoo-el-main, .xoo-el-main a , .xoo-el-main label{
color: #000000;
}

.xoo-el-srcont{
background-color: #ffffff;
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
background-color: #000000;
color: #ffffff;
}

.xoo-el-form-container ul.xoo-el-tabs li{
background-color: #eeeeee;
color: #000000;
}

.xoo-el-main{
padding: 40px 30px;
}

.xoo-el-form-container button.xoo-el-action-btn:not(.button){
font-weight: 600;
font-size: 15px;
}

.xoo-el-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.xoo-el-popup-active .xoo-el-opac{
opacity: 0.7;
background-color: #000000;
}

.xoo-aff-input-group .xoo-aff-input-icon{
	background-color:  #eee;
	color:  #555;
	max-width: 40px;
	min-width: 40px;
	border: 1px solid  #ccc;
	border-right: 0;
	font-size: 14px;
}

.xoo-aff-group{
	margin-bottom: 30px;
}

.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select, .xoo-aff-group select + .select2{
	background-color: #fff;
	color: #777;
}

.xoo-aff-group input[type="text"]::-moz-placeholder, .xoo-aff-group input[type="password"]::-moz-placeholder, .xoo-aff-group input[type="email"]::-moz-placeholder, .xoo-aff-group input[type="number"]::-moz-placeholder, .xoo-aff-group select::-moz-placeholder{
	color: #777;
	opacity: 0.7;
}

.xoo-aff-group input[type="text"]:-ms-input-placeholder, .xoo-aff-group input[type="password"]:-ms-input-placeholder, .xoo-aff-group input[type="email"]:-ms-input-placeholder, .xoo-aff-group input[type="number"]:-ms-input-placeholder, .xoo-aff-group select:-ms-input-placeholder{
	color: #777;
	opacity: 0.7;
}

.xoo-aff-group input[type="text"]::placeholder, .xoo-aff-group input[type="password"]::placeholder, .xoo-aff-group input[type="email"]::placeholder, .xoo-aff-group input[type="number"]::placeholder, .xoo-aff-group select::placeholder{
	color: #777;
	opacity: 0.7;
}

.xoo-aff-group input[type="text"]:focus, .xoo-aff-group input[type="password"]:focus, .xoo-aff-group input[type="email"]:focus, .xoo-aff-group input[type="number"]:focus, .xoo-aff-group select:focus, .xoo-aff-group select + .select2:focus{
	background-color: #ededed;
	color: #000;
}

.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select{
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
	}

.xoo-aff-input-group .xoo-aff-input-icon {
        display: none !important;
    }

.xoo-el-close {
        aspect-ratio: 1 / 1;
        width: 36px;
        display: grid;
        place-items: center;
    }

.xoo-el-close:before {
            content: "X";
            font-weight: 500;
            font-size: 16px;
        }

.gform-body a {
        border-bottom: 1px dotted var(--wp--preset--color--black);
    }

.gform-body a:hover {
            border-bottom-color: var(--wp--preset--color--primary);
        }

body {
	--upper-header-height: 50px;
	--header-offset: 0;
	overflow-x: hidden;
}

.has-header-transparent {
	--header-offset: 74px;
}

@media (min-width: 1024px) {

.has-header-transparent {
		--header-offset: 88px
}
	}

.header {
	top: 0;
	width: 100vw;
	z-index: 100;
	background-color: var(--wp--preset--color--white);
	transition: background-color .25s;
	--cinc-logo: url('../images/cinc--black.svg');
	--cinc-header-color: var(--wp--preset--color--black);
}

.header__brand {
		display: block;
		background: var(--cinc-logo) no-repeat center/contain;
		text-indent: -9999px;
		height: 42px;
		width: 114px;
		flex-shrink: 0;
	}

@media (min-width: 1280px) {

  .header__brand {
    height: 60px;
    width: 130px;
  }
}

.header__upper {
		height: var(--upper-header-height);
	}

.header__nav .menu {
  font-size: var(--wp--preset--font-size--small);
}

@media (min-width: 1536px) {

  .header__nav .menu {
    font-size: 14px;
  }
}

.header__nav .menu__item--active:after {
						content:'';
						position: absolute;
						bottom: -3px;
						left: 0;
						width: 100%;
						height: 3px;
						background-color: $primary-color;
					}

.header__nav .menu__item a {
  display: block;
  cursor: pointer;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1536px) {

  .header__nav .menu__item a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.header .menu {
  display: flex;
  text-transform: uppercase;
}

.header .menu .menu-item {
			position: relative;
		}

.header .menu .menu-item a {
				color: var(--cinc-header-color);
				transition: color .25s;
			}

.header .menu .menu-item:hover > .sub-menu {
				display: flex;
			}

.header .menu .sub-menu {
			position: absolute;
			background-color: #fff;
			display: none;
			flex-direction: column;
			width: 300px;
			border-radius: 3px;
		}

.header .menu .sub-menu a {
				color: #000;
			}

.header .menu .sub-menu .sub-menu {
				left: 100%;
				top: 0;
			}

.header .menu .sub-menu .menu-item--small a {
  font-size: var(--wp--preset--font-size--small);
					padding-top: 0.5rem;
					padding-bottom: 0.5rem;
					padding-left: 1.5rem;
  					margin-top: -.5rem;
}

.header.header--transparent {
	background-color: transparent;
	--cinc-logo: url('../images/cinc--white.svg');
	--cinc-header-color: var(--wp--preset--color--white);
}

.header.header--stuck,
.header.header--transparent.header--stuck {
	background-color: var(--wp--preset--color--white);
	--cinc-logo: url('../images/cinc--black.svg');
	--cinc-header-color: var(--wp--preset--color--black);
}

.page-header {
	padding-top: calc(var(--header-offset) + 2rem);
}

@media (min-width: 1024px) {

.page-header {
		padding-top: calc(var(--header-offset) + 2rem)
}
	}

.page-header .page-header__video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}

.page-header.page-header--centered {
  display: grid;
  place-items: center;
}

.header + .page-header {
	margin-top: 144px;
}

.header--transparent + .page-header {
	margin-top: var(--upper-header-height);
}

.admin-bar .header {
	top: 32px;
}

.search-form {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 450px;
}

#page-header {
    position: relative;
}

#page-header > .container {
        position: relative;
        z-index: 5;
    }

.page-header-slider__slides {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}

.page-header-slider__slides__item {
        height: 100%;
        left: 0px;
        opacity: 0;
        position: absolute;
        top: 0px;
        width: 100%;
        z-index: 0;
        transition: opacity 2s;
		background-size: cover;
    }

.page-header-slider__slides__item--active {
        opacity: 1 !important;
    }

.page-header--hero:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .35);
	z-index: 2;
}

.error404 .page-header {
	opacity: 0;
}

.footer__widgets {
        display: flex;
        gap: 1rem;
    }

.footer__widgets__col {
            flex-grow: 1;
            flex-shrink: 0;
            flex-basis: 0;
        }

.footer__services {
  font-size: var(--wp--preset--font-size--small);
}

.footer__services__nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

@media (min-width: 768px) {

  .footer__services__nav {
    flex-direction: row;
  }
}

.footer__services__nav > .menu-item > a {
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 500;
                font-size: 1rem;
}

.footer__services__nav .sub-menu {
  display: flex;
  flex-direction: column;
}

.footer__services__nav .sub-menu > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.footer__nav {
  font-size: var(--wp--preset--font-size--small);
}

.footer__nav a {
  display: block;
  padding: 0.5rem;
}

.footer-cinc__brand img {
	display: block;
	margin: 0 auto 2rem;
	width: 100%;
	max-width: 240px;
}

.single-post__content p, .single-post__content h2, .single-post__content h3, .single-post__content h4, .single-post__content > div {
  margin-bottom: 1rem;
}

.single-post__content h2 {
  font-size: var(--wp--preset--font-size--x-large);
}

.single-post__content h3 {
  font-size: var(--wp--preset--font-size--large);
}

.single-post__content h4 {
  font-size: var(--wp--preset--font-size--medium);
}

.single-post__content ol, .single-post__content ul {
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.single-post__content ol {
  list-style-type: decimal;
}

.single-post__content ul {
  list-style-type: disc;
}

.single-post__content a:not([class]) {
            color: var(--wp--preset--color--primary);
            border-bottom-width: 2px;
            border-style: dotted;
            border-color: var(--wp--preset--color--primary);
            font-weight: 500;
        }

.single-post__content a:not([class]):hover {
  border-style: solid;
}

.pagination {
  display: flex;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  font-weight: 600;
}

.pagination li {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.pagination li:first-child {
            border-left-width: 0;
        }

.pagination .page-numbers {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.pagination .page-numbers.current, .pagination .page-numbers.next, .pagination .page-numbers.prev {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.cinc-event-inscriptions .gform-theme {
        --gf-ctrl-btn-bg-color-primary: var(--wp--preset--color--black);
    }

@media (min-width: 640px) {
    .uagb-container-inner-blocks-wrap,
    .wp-block-humpton-gutenberg-container.normal {
        max-width: 640px !important;
    }
}

@media (min-width: 768px) {
    .uagb-container-inner-blocks-wrap,
    .wp-block-humpton-gutenberg-container.normal {
        max-width: 768px !important;
    }
}

@media (min-width: 1024px) {
    .uagb-container-inner-blocks-wrap,
    .wp-block-humpton-gutenberg-container.normal {
        max-width: 1024px !important;
    }
}

@media (min-width: 1280px) {
    .uagb-container-inner-blocks-wrap,
    .wp-block-humpton-gutenberg-container.normal {
        max-width: 1280px !important;
    }
}

@media (min-width: 1536px) {
    .uagb-container-inner-blocks-wrap,
    .wp-block-humpton-gutenberg-container.normal {
        max-width: 1536px !important;
    }
}

a:hover {
    color: var(--wp--preset--color--primary);
}

.button {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    border-width: 0 !important;
}

.button-primary {
  display: inline-block;
  border-radius: 9999px;
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-primary:hover {
  color: var(--wp--preset--color--primary);
	background-color: transparent !important;
}

.wp-block-humpton-gutenberg-container.normal {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.dark-section {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.row_padding_top {
    padding-top: 4vw;
}

.aspect-thumbnail {
    width: 100%;
    display: block;
    aspect-ratio: 5 / 3;
    -o-object-fit: cover;
       object-fit: cover;
}

.clapat-button a {
        background-color: var(--wp--preset--color--black);
        color: var(--wp--preset--color--white);
        padding: .75rem 1.5rem;
        border-radius: 3rem;
    }

.button-link {
    display: inline-block;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #fff;
}

main p {
  margin-bottom: 1rem;
}

/*--------------------------------------------------
	Content Text Effects
---------------------------------------------------*/

.title-moving-outer {
    margin-left: calc(50% - 50vw)!important;
    margin-right: calc(50% - 50vw)!important;
    max-width: 1000%!important;
    width: 100vw!important;
}

.title-moving-forward, .title-moving-backward {
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    padding:0 6vw;
    box-sizing:border-box;
}

.marquee-text-wrapper {
	display: flex;
	padding: 15px 0;
	margin: 20px 0;
	white-space: nowrap;
    justify-content: flex-start;
    font-size: var(--wp--preset--font-size--2-x-large);
}

.marquee-text-wrapper p {
		display: block;
		padding: 0 1ch;
	}

/*--------------------------------------------------
	Horizontal Panels
---------------------------------------------------*/

.panels {
    position:relative;		
}

.panels-container {
    position:relative;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

@media (min-width: 768px) {

  .panels-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.panels-container {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0;
    overflow: hidden;
    box-sizing:border-box;
}

.panels-container > .panel {
    position: relative;
    width: auto;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    box-sizing:border-box;
    flex-direction: column;
}

.panels-container .panel img {
    width: auto;
    height: 60%;
    display: block;
    max-width:none;
    margin:0 10px;
}

.panels-container .panel:first-child img {
    margin-left:0px;
}

.panels-container .panel:last-child img {
    margin-right:0px;
}

.news-panel .panels-container .panel img {
    height: 100%;
    margin:0;
}

.news-panel .panel-content-wrapper {
    aspect-ratio: 1 / 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    box-sizing:border-box;
    flex-direction: column;
    background-color: #000;
}

.news-panel .panels-container .panel:first-child .panel-content-wrapper {
    padding-left:0px;
}

.news-panel .panels-container .panel:last-child .panel-content-wrapper {
    padding-right:0px;
}

.news-panel .panel-content {
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    box-sizing:border-box;
    padding:30px 50px;
    bottom:0;
    left:0;	
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.5));
}

.news-panel .panels-container .panel:first-child .panel-content-wrapper .panel-content {
    padding-left:40px;
}

.news-panel .panels-container .panel:last-child .panel-content-wrapper .panel-content {
    padding-right:40px;
}

.news-panel-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    display: block;
    position: relative;
    color: #fff;
}

.change-header .news-panel-title {
    color:#000;
}

.news-panel .panels-container .panel .panel-image {
    width: 100%;
    height: 100%;
    position:relative;
    overflow:hidden;
    cursor:pointer
}

.news-panel .panels-container .panel img {
    width: auto;
    height: 100%;
    position:relative;
    opacity: .7;
    transform: scale(1.05);	
    transition: all 1s cubic-bezier(.165,.84,.44,1) 0s;			
}

.news-panel .panels-container .panel img:hover {		
    transform: scale(1);			
}

.entry-meta-wrap {
    position:relative;
    display:block;
    box-sizing:border-box;
    width:100%;
    pointer-events: initial;
}

.entry-meta-wrap::after {
    clear: both;
    content: " ";
    display: table;
}

.entry-meta {
    position:relative;
    display:table;
    box-sizing:border-box;
    padding:0;
    margin:0;
    margin-bottom:20px;
    overflow:hidden;
    pointer-events: initial;
}

.entry-meta ul {
    position:relative;
    display:block;
    box-sizing:border-box;
    padding:0;
    margin:0;
}

.entry-meta li {
    position:relative;
    display:inline-flex;
    line-height:28px;		
    list-style:none;
    padding:0;
    margin:0;
    margin-right: 40px;
}

.entry-meta li:last-child {
    margin-right:0;
}

.entry-meta li:hover::after {
    opacity:1;
}

.entry-meta li a {
    color:#fff!important;
    display:inline-block;		
    overflow:hidden;
}

.change-header .entry-meta li a {
    color:#000!important;
}

.entry-meta li a:hover {
    opacity:1;
}

.entry-meta li a span {
    position: relative;
    display: block;
    transition: transform 0.2s;
    transform-origin: 100% 0%;
}

.entry-meta li a span::before {
    position: absolute;
    top: 100%;
    width:100%;
    left:0;
    content: attr(data-hover);
}

.entry-meta li:hover a span {
    transform: translateY(-100%);
    transform-origin: 0% 0%;
}

.entry-categories li::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color:#fff;
    top:10px;
    right: -26px;
    opacity:1;
    position: absolute;
    border-radius: 10px;
}

.change-header .entry-categories li::after {
    background-color:#000;
}

.entry-categories li:last-child:after {
    display:none;
}

/**
 * Forms
 */

.parlem-form .gform-theme--framework {
        --gf-form-gap-y: 12px;
    }

.wp-block-button__link:hover {
	background-color: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background-color: #F9F4E5;
	border-color: #F9F4E5;
	color: #32373C;
}

/**
 * Image style helpers
 */

/*
 .rounded-big--top-left {
	overflow: hidden;
	border-top-left-radius: var(--rounded-big);
}

.rounded-big--top-right {
	overflow: hidden;
	border-top-right-radius: var(--rounded-big);
}

.rounded-big--bottom-right {
	overflow: hidden;
	border-bottom-right-radius: var(--rounded-big);
}

.rounded-big--bottom-left {
	overflow: hidden;
	border-bottom-left-radius: var(--rounded-big);
}

.rounded-big--top-left--large {
	overflow: hidden;
	border-top-left-radius: var(--rounded-big--large);
}


.rounded-big--top-right--large {
	overflow: hidden;
	border-top-right-radius: var(--rounded-big--large);
}

.rounded-big--bottom-right--large {
	overflow: hidden;
	border-bottom-right-radius: var(--rounded-big--large);
}

.rounded-big--bottom-left--large {
	overflow: hidden;
	border-bottom-left-radius: var(--rounded-big--large);
}
*/

.rounded-big--top-left--large img,
.rounded-big--top-right--large img,
.rounded-big--bottom-right--large img,
.rounded-big--bottom-left--large img {
	width: 100%;
	max-height: 700px;
	-o-object-fit: cover;
	   object-fit: cover;
}

/**
 * Upper header
 */

:root {
	--upper-header-height: 56px;
	--body-gutter: 20px;
	--rounded-big: 100px;
	--rounded-big--large: 100px;
}

@media (min-width: 1280px) {
	:root {
		--rounded-big--large: 400px;
	}
}

.upper-header {
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	z-index: 20;
	position: relative;
	pointer-events: initial;
	height: var(--upper-header-height);
}

.upper-header a {
	color: #fff !important;
}

.upper-header__section {
	border-right: 1px solid #4f4f4f;
}

.upper-header__section:first-child {
	border-left: 1px solid #4f4f4f;
}

.upper-header__section--grow {
	flex-grow: 1;
	align-items: center;
	justify-content: space-between;
}

p.upper-header__section,
a.upper-header__section,
.upper-header__section--grow p {
	padding: 10px 20px;
	font-size: 11px;
	margin-bottom: 0;
	color: #fff;
}

.upper-header #search-field {
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50px;
	padding: 5px 20px;
	height: 36px;
	font-size: 11px;
}

.upper-header #search-field::-moz-placeholder {
	opacity: .7 !important;
	color: #ccc !important;
}

.upper-header #search-field:-ms-input-placeholder {
	opacity: .7 !important;
	color: #ccc !important;
}

.upper-header #search-field::placeholder {
	opacity: .7 !important;
	color: #ccc !important;
}

.upper-header .search {
	display: none;
}

.upper-header .search .fa-search {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 14px;
}

a.upper-header__section {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

a.upper-header__section img {
	width: 16px;
	height: 16px;
}

button.upper-header__section {
	background-color: #000;
	border-width: 0;
	color: #fff;
	padding: 10px 20px;
	border-right: 1px solid #4f4f4f;
	text-transform: uppercase;
	font-size: 11px;
}

.upper-header__section--user a {
	font-weight: 500;
}

.upper-header .wpml-ls-legacy-dropdown {
	width: auto;
}

.upper-header .wpml-ls,
.upper-header .wpml-ls > ul,
.upper-header .wpml-ls > ul > li,
.upper-header .wpml-ls > ul > li > a {
	height: var(--upper-header-height);
	box-sizing: border-box;
}

.upper-header .wpml-ls .js-wpml-ls-item-toggle {
	display: flex;
	align-items: center;
}

.upper-header .wpml-ls-legacy-dropdown a {
	background-color: #000;
	border: none;
}

.upper-header-social {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0 20px;
	gap: .75rem;
	font-size: 14px;
	height: 18px;
}

#header-container .menu {
	text-transform: uppercase;
}

#page-content > header.header--stuck {
	background-color: #fff !important;
}

#page-content > header.header--stuck #logo img.black-logo {
	opacity: 1 !important;
}

#page-content > header.header--stuck #logo img.white-logo {
	opacity: 0 !important;
}

#page-content > header.header--stuck .flexnav li a {
	color: #000 !important;
}

#page-content > header.header--stuck .flexnav li ul .submenu-button a {
	color: #fff !important;
}

.xoo-el-form-label input[type="checkbox"],
.xoo-aff-checkbox_single input[type="checkbox"] {
	width: 12px;
	height: 12px;
}

.xoo-el-action-btn {
	border-width: 0;
}

.news-panel img {
	aspect-ratio: 1 / 1;
	-o-object-fit: cover;
	   object-fit: cover;
}

#page-nav {
	display: none;
}

footer {
	height: auto !important;
	pointer-events: all !important;
}

#footer-cinc {
	padding: 2rem var(--body-gutter);
	margin: 20px auto;
	width: 100%;
	box-sizing: border-box;
	gap: 3rem;
	text-align: left;
}

.footer__sidebar {
	grid-column-end: span 3;
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1rem;
}

.kit-digital {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.kit-digital p {
	font-size: .85rem;
}

.kit-digital img {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}

@media screen and (min-width: 750px) {
	#footer-cinc {
		padding: 5rem 80px;
		display: grid;
		grid-template-columns: repeat(5, 1fr);
	}
	.footer__sidebar {
		grid-template-columns: repeat(3, 1fr);
		gap: 3rem;
	}
}

#footer-cinc .socials-wrap {
	float: none;
  }

#footer-cinc  .socials {
	transform: none !important;
  }

#footer-cinc  .socials li a {
	color: #000;
	font-size: 20px;
  }

#backtotop {
	display: none;
  }

.footer-cinc__follow {
	text-transform: uppercase;
	color: #000 !important;
	display: block;
	text-align: center;
	margin-top: 3rem;
}

.footer__sidebar .footer__sidebar__widget__title {
	text-transform: uppercase;
	display: block;
	margin-bottom: 1rem;
	font-weight: 500;
	color: #000;
}

.footer__sidebar .widget .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer__sidebar .widget .menu li {
	margin-bottom: 10px !important;
}

.footer__sidebar .widget .menu li a {
	color: #000;
}

.footer__sidebar .widget .menu li a .before-span {
	transform: none !important;
	opacity: 1 !important;
}

.footer__address {
	font-weight: 500;
  }

.footer__address strong {
	text-transform: uppercase;
	display: block;
	position: relative;
	margin-bottom: 2rem;
	color: #000;
  }

.footer__address strong:after {
	content: "";
	border-top: 2px solid #ed6321;
	position: absolute;
	bottom: -1rem;
	left: 0;
	width: 50px;
  }

.footer__address address {
	font-style: normal;
  }

.hero-arrow,
.button-center .icon-wrap {
	display: none;
}

.button-center {
	margin-left: auto;
	margin-right: auto;
}

/**
 * Blog
 */

.posts-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem;
}

.posts-grid__item {
	border: 1px solid #ccc;
}

.posts-grid__item h2 {
	font-size: 2rem;
	line-height: 1.5;
}

.posts-grid__item img {
	display: block;
	width: 100%;
	aspect-ratio: 5 / 3;
	-o-object-fit: cover;
	   object-fit: cover;
}

.posts-grid__item__content {
	padding: 2rem;
}

.posts-grid__item__content__more {
	display: block;
	font-weight: 500;
	text-transform: uppercase;
}

.posts-grid__item__content .post-categories {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	gap: .5rem;
	color: #808080;
}

.posts-grid__item__content .post-categories a,
.posts-grid__item__content__date {
	color: #808080;
	font-size: 14px;
}

.posts-grid__item__content__excerpt * {
	font-size: 18px;
	line-height: 36px;
}

.blog-layout {
	display: grid;
	grid-template-columns: 1fr 300px;
	grid-gap: 6rem;
}

.blog .page-numbers {
	font-size: calc(1rem + 1.15vw);
	text-align: center;
}

.blog-layout__sidebar h6 {
	text-transform: uppercase;
}

#page-content > #sidebar {
	display: none;
}

.hero-text--small {
	font-size: 20px;
	line-height: 32px;
}

.wp-block-cover .wp-block-cover__inner-container {
	padding-left: 1rem;
	padding-right: 3rem;
}

.wp-block-cover .wp-block-cover__inner-container a {
	color: #F9F4E5;
}

.wp-block-cover img {
	transition: transform .25s;
}

.wp-block-cover:hover img {
	transform: scale(1.2);
}

/**
 * Responsive fixes
 */

@media screen and (min-width: 1024px) {
	.upper-header .search {
		display: flex;
	}
}

@media screen and (min-width: 870px) {
	:root {
		--body-gutter: 80px;
	}
	.upper-header__section--grow {
		display: flex;
		gap: 1rem;
	}
}

.slowed-text .big-title  {
	color: #fff;
}

/**
 * Contact Form 7
 */

.wpcf7-form {
	background-color: #eee;
	padding: 2rem;
	max-width: 1000px;
	margin: 0 auto;
}

.wpcf7-form p {
	line-height: 1.2;
}

.wpcf7-form fieldset br {
	display: none;
}

.wpcf7-form fieldset {
	border-width: 0;
}

.wpcf7-form fieldset p {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	margin-bottom: 10px !important;
}

.wpcf7-form .wpcf7-submit {
	background: #000;
	border-radius: 30px;
	text-transform: uppercase;
	color: #fff;
	padding: .5rem 1.5rem;
	cursor: pointer;
}

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-select,
.wpcf7-form .wpcf7-textarea {
	background-color: #fff !important;
	padding: 12px 20px 12px 20px !important;
	border-bottom-color: #fff !important;
	margin-top: 0 !important;
	width: 100%;
}

.wpcf7-form .wpcf7-select {
	background-image: url('../images/icons/chevron-down.svg') !important;
	background-repeat: no-repeat !important;
	background-position: center right 20px !important;
}

.wpcf7-form .wpcf7-textarea {
	min-height: 100px;
}

.wpcf7-checkbox {
	display: flex;
	flex-direction: column;
}

.wpcf7-checkbox.checkboxes-2-cols {
	display: grid;
	grid-template-columns: repeat(2, 200px);
	grid-template-rows: repeat(2, auto);
	grid-auto-flow: column;
}

.wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-checkbox .wpcf7-list-item label {
	display: flex;
	gap: .5rem;
	align-items: center;
	font-size: 12px;
	line-height: 1;
}

.wpcf7-form-control-wrap {
	height: auto;
	display: block;
}

.wpcf7-checkbox input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

.wpcf7-form small {
	display: inline-block;
	font-size: 11px;
	line-height: 14px;
}

.wpcf7-not-valid-tip {
	font-size: 11px;
}

.wpcf7-form-cols,
.wpcf7-fieldset-form-cols > p {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	gap: 10px !important;
}

.wpcf7-padding-lg {
	padding: 5rem;
}

.wpcf7-form small.has-text-align-center {
	display: block;
}

.page-header-switch {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 6rem;
	margin-left: calc(-1 * var(--body-gutter));
	width: 100vw;
}

.page-header-switch__item {
	padding: 2rem 1.5rem;
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
}

.page-header-switch__item:hover,
.page-header-switch__item--active {
	background-image: linear-gradient(to right, rgba(213,110,44, .85), rgba(213,110,44,.65));
}

.text-with-people-icon {
	display: flex;
	align-items: center;
	gap: .5rem;
}

.text-with-people-icon.has-text-align-right {
	flex-direction: row-reverse;
}

.text-with-people-icon:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../images/user.svg') no-repeat center;
}

.has-medium-font-size {
	line-height: 1.5;
}

/**
 * List styles
 */

.checks-list {
	list-style: none;
}

.list--2-cols {
	-moz-columns: 2;
	     columns: 2;
	-moz-column-gap: 100px;
	     column-gap: 100px;
}

.list--2-cols li {
	-moz-columns: 1;
	     columns: 1;
}

.checks-list li {
	background: url('../images/check.svg') no-repeat center left;
	padding-left: 2rem;
}

.decimal-list {
	list-style-type: decimal-leading-zero;
	margin-left: 3rem;
}

.decimal-list li {
	margin-top: 0.25rem;
}

.decimal-list li::marker {
	color: #d56e2c;
}

.error404 > main {
	background-color: #fff !important;
}

body .wp-block-columns.align-end {
	align-items: flex-end !important;
}

#hero-footer {
	display: none;
}

.classic-menu .flexnav li ul li.menu-small a {
	font-size: 11px;
	color: #777 !important;
	text-transform: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

.classic-menu .flexnav li ul li.menu-no-pb a {
	padding-bottom: 5 !important;
}

.classic-menu .flexnav li ul li.menu-no-pb a:hover {
	background-color: transparent;
}

.classic-menu .flexnav li ul li a:hover {
	background-color: #eee;
}

.p-small {
	max-width: 400px;
}

.p-small-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.image-offset-top {
	transform: translateY(-30%);
}

/**
 * Taules
 */

.taula-formules {
	background-color: #fff;
	padding: 3rem;
}

.taula-formules table {
	border-width: 0;
}

.wp-block-table.taula-formules th,
.wp-block-table.taula-formules td {
	border-width: 0;
	color: #000 !important;
}

.taula-formules span {
	display: block;
	text-align: center;
}

.taula-formules__small {
	font-size: 11px;
}

.taula-formules__big {
	font-size: 42px;
	font-weight: 500;
}

.taula-formules table thead {
	background-color: #fff !important;
	font-size: 1.4rem;
}

.taula-formules table tfoot {
	border-top: 1px solid #000;
}

.taula-formules table thead tr th {
	color: #000 !important;
}

.taula-formules table thead tr th img {
	display: block;
	margin: 0 auto 1rem;
}

.taula-formules table .has-text-align-center img {
	margin-left: auto;
	margin-right: auto;
}

.taula-formules__button {
	background-color: #000;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	border-radius: 30px;
	padding: 10px 20px;
	border-width: 0;
	margin-top: 1rem;
	display: inline-block;
}

.ajax-switch {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: var(--wp--preset--font-size--large);
}

@media (min-width: 768px) {

  .ajax-switch {
    flex-direction: row;
    gap: 3rem;
  }
}

.ajax-switch {
	justify-content: center;
	list-style: none;
	margin: 1rem auto;
	padding: 0;
	font-weight: 500;
}

.ajax-switch__item {
	line-height: 48px;
	color: #000 !important;
}

.ajax-switch__item--active,
.ajax-switch__item:hover {
	border-bottom: 1px solid #000;
}

.page-template-no-page-header #main {
	margin-top: 260px;
}

.classic-menu .flexnav li ul .submenu-button {
	padding-left: 10px;
	padding-right: 10px;
}

.classic-menu .flexnav li ul .submenu-button a {
	background-color: #000 !important;
	color: #fff !important;
	border-radius: 30px !important;
	display: inline-block;
}

.classic-menu .flexnav li ul .submenu-border-top:before {
	content: "";
	display: block;
	border-top: 1px solid #000;
	width: calc(100% - 40px);
	margin-left: 20px;
}

.wp-block-cover.align-items-top {
	align-items: flex-start;
}

.wp-block-cover.align-items-bottom {
	align-items: flex-end;
}

.img-full {
	width: 100%;
}

.img-full img {
	display: block;
	width: 100%;
}

.dark-section .marquee-text-wrapper .marquee-text {
	color: #fff !important;
}

.single-cinc_event #post-image img {
	display: block;
	width: 100%;
}

.single-cinc_event .hero-title {
	font-size: inherit !important;
	line-height: inherit !important;
}

.single-cinc_event h1 span {
    font-size: calc(1rem + 2.15vw);
	line-height: calc(1rem + 3.5vw);
}

.single-cinc_event .post-max-width {
	max-width: 860px;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}

#post-image-event {
	margin-top: 200px;
}

.single-cinc_event #hero-caption {
	padding-top: 100px;
}

#post-image-event img {
	display: block;
	width: 100%;
}

@media screen and (min-width: 750px) {
	.single-cinc_event .post-max-width {
		padding: 0 80px;
	}
}

.single-cinc_event h2 {
	font-size: 22px;
	line-height: 24px;
}

.cinc-event-inscriptions {
	background-color: #fcfcfc;
    border: 1px solid #EAECF0;
}

.cinc-event-inscriptions__section {
	padding: 1rem;
}

.cinc-event-inscriptions__section a:not([class]) {
	color: var(--wp--preset--color--cinc-primary);
	font-weight: 500;
}

.cinc-event-inscriptions .button {
	border: 2px solid #000;
	text-transform: uppercase;
	font-weight: 500;
	padding: .5rem 1rem;
}

.cinc-event-inscriptions .button.button-primary {
	background-color: #000;
	color: #fff;
}

.big-title {
	font-size: var(--wp--preset--font-size--3-x-large);
}

/**
 * Single post
 */

.single-post #post-content h2 {
	text-align: left;
	font-size: calc(1rem + 1vw);
	line-height: calc(1rem + 1.5vw);
}

.light-content #hero:not(.has-image) #hero-styles {
	background-color: #000;
}

.gh-fullwidth {
	width: 100%;
	aspect-ratio: 1 / 4;
}

@media screen and (min-width: 750px) {
	.gh-fullwidth {
		aspect-ratio: 3 / 2;
	}
}

.wp-block-column .swiper-container,
.wp-block-column .swiper-container .slide-img,
.wp-block-column .swiper-container .slide-img img {
	height: 100%;
}

.wp-block-column .swiper-container .slide-img img {
	-o-object-fit: cover;
	   object-fit: cover;
}

.footer__credits__nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.footer__credits__nav .ajax-link {
	color: #000;
}

.footer__credits__nav .ajax-link div {
	transform: none !important;
	opacity: 1 !important;
	font-size: 12px;
	padding: 8px 12px;
}

/*--------------------------------------------------
	Swiper Slider
---------------------------------------------------*/

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    aspect-ratio: 5 / 3;
  }

.swiper-container-no-flexbox .swiper-slide {
    float: left;
  }

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

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    aspect-ratio: 5 / 3;
  }

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

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }

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

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }

/* Auto Height */

.swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: auto;
  }

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

/* a11y */

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

/* IE10 Windows Phone 8 Fixes */

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

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

/* Arrows */

.swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }

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

.swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
  }

.swiper-button-prev.swiper-button-black,
  .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }

.swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }

.swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
  }

.swiper-button-next.swiper-button-black,
  .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }

.swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }

/* Pagination Styles */

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

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

/* Common Styles */

.swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 1.1rem;
    right: calc(3rem + 64px);
  }

/* Arrows */

.slider-button-next,
  .slider-button-prev {
    width: 32px;
    height: 32px;
    background-color: #fff;
    position: absolute;
    bottom: 1rem;
    border-radius: 50%;
    color: var(--wp--preset--color--primary);
    font-size: 11px;
    display: grid;
    place-items: center;
		z-index: 15;
  }

.slider-button-next {
    right: 1rem;
  }

.slider-button-next:before {
    content: "\25B6";
  }

.slider-button-prev {
    right: calc(2rem + 32px);
    font-size: 11px;
  }

.slider-button-prev:before {
    content: "\25C0";
  }

/* Bullets */

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.5;
  }

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

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

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
  }

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
  }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
  }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
  }

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
  }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
  }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }

/* Progress */

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
  }

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }

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

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
  }

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
  }

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
  }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
  }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
  }

/* 3D Container */

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

.swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }

.swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }

.swiper-container-3d .swiper-slide-shadow-left {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
  }

.swiper-container-3d .swiper-slide-shadow-right {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
  }

.swiper-container-3d .swiper-slide-shadow-top {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
  }

.swiper-container-3d .swiper-slide-shadow-bottom {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
  }

/* Coverflow */

.swiper-container-coverflow .swiper-wrapper,
  .swiper-container-flip .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
  }

/* Cube + Flip */

.swiper-container-cube,
  .swiper-container-flip {
    overflow: visible;
  }

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

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

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

.swiper-container-cube .swiper-slide-shadow-top,
  .swiper-container-flip .swiper-slide-shadow-top,
  .swiper-container-cube .swiper-slide-shadow-bottom,
  .swiper-container-flip .swiper-slide-shadow-bottom,
  .swiper-container-cube .swiper-slide-shadow-left,
  .swiper-container-flip .swiper-slide-shadow-left,
  .swiper-container-cube .swiper-slide-shadow-right,
  .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }

/* Cube */

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }

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

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

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0;
  }

/* Fade */

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

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

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

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

/* Scrollbar */

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

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }

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

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

/* Preloader */

.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%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
  }

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
  }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }

@keyframes swiper-preloader-spin {
    100% {
      transform: rotate(360deg);
    }
  }

.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

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

.hover\:text-primary:hover {
  color: var(--wp--preset--color--primary);
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.group:hover .group-hover\:block {
  display: block;
}

@media (min-width: 768px) {

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

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

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

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

  .md\:text-right {
    text-align: right;
  }
}

@media (min-width: 1024px) {

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

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

@media (min-width: 1280px) {

  .xl\:block {
    display: block;
  }
}
