/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
/*!
Theme Name: octoplant
Theme URI: https://sohaus.pl/
Description: A custom theme based on _tw
Version: 0.1.0
Author: Sohaus Sp. z o.o.
Author URI: https://sohaus.pl/
Text Domain: octoplant
Requires at least: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

octoplant is based on _tw https://underscoretw.com/, (C) 2021-2025 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2025 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
  --leading-tight: 1.25;
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-primary: var(--wp--preset--color--primary);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
}
@font-face {
  font-family: 'Greycliff';
  src: url('fonts/Greycliff-CF-Bold.woff2') format('woff2'), url('fonts/Greycliff-CF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Greycliff';
  src: url('fonts/Greycliff-CF-Extra-Bold.woff2') format('woff2'), url('fonts/Greycliff-CF-Extra-Bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Greycliff';
  src: url('fonts/Greycliff-CF-Heavy.woff2') format('woff2'), url('fonts/Greycliff-CF-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('fonts/TitilliumWeb-Regular.woff2') format('woff2'), url('fonts/TitilliumWeb-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('fonts/TitilliumWeb-Bold.woff2') format('woff2'), url('fonts/TitilliumWeb-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: bold;
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
@layer base {
  html, body {
    font-size: 18px;
  }
  h1, .h1 {
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  }
  h1, h2, h3, .h1 {
    font-family: 'Greycliff', sans-serif;
    font-weight: 900;
    line-height: 0.85;
    text-align: left;
    letter-spacing: -0.06em;
  }
  h1, .h1 {
    font-size: 85px !important;
  }
  h2, .h2 {
    font-size: 40px !important;
  }
  h3, .h3 {
    font-size: 20px !important;
  }
  @media screen and (max-width: 768px) {
    h1, .h1 {
      font-size: 45px !important;
    }
    h2, .h2 {
      font-size: 30px !important;
    }
  }
  .hero h1 {
    background: linear-gradient(90deg, #ffdd3a 0%, #f8a330 50%, #ffdd3a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: var(--color-neutral-900);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
body {
  font-size: 18px;
}
h1, h2, h3 {
  font-family: 'Greycliff', sans-serif;
  font-weight: 900;
  line-height: 0.85;
  text-align: left;
  letter-spacing: -0.06em;
}
h1 {
  font-size: 85px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 20px;
}
.hero h1 {
  background: linear-gradient(90deg, #ffdd3a 0%, #f8a330 50%, #ffdd3a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 30px;
  }
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.z-10 {
  z-index: 10;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.mx-auto {
  margin-inline: auto;
}
.prose {
  color: var(--tw-prose-body);
  max-width: none;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"],[class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th,td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: oklch(37.3% 0.034 259.733);
  --tw-prose-headings: oklch(21% 0.034 264.665);
  --tw-prose-lead: oklch(44.6% 0.03 256.802);
  --tw-prose-links: oklch(21% 0.034 264.665);
  --tw-prose-bold: oklch(21% 0.034 264.665);
  --tw-prose-counters: oklch(55.1% 0.027 264.364);
  --tw-prose-bullets: oklch(87.2% 0.01 258.338);
  --tw-prose-hr: oklch(92.8% 0.006 264.531);
  --tw-prose-quotes: oklch(21% 0.034 264.665);
  --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-captions: oklch(55.1% 0.027 264.364);
  --tw-prose-kbd: oklch(21% 0.034 264.665);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(21% 0.034 264.665);
  --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
  --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
  --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
  --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
  --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}
.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}
.mt-1 {
  margin-top: calc(var(--spacing) * 1);
}
.mt-3 {
  margin-top: calc(var(--spacing) * 3);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-20 {
  margin-top: calc(var(--spacing) * 20);
}
.mt-auto {
  margin-top: auto;
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-12 {
  margin-bottom: calc(var(--spacing) * 12);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.h-1\/2 {
  height: calc(1/2 * 100%);
}
.h-1\/4 {
  height: calc(1/4 * 100%);
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-8 {
  height: calc(var(--spacing) * 8);
}
.h-\[100vh\] {
  height: 100vh;
}
.h-full {
  height: 100%;
}
.max-h-12 {
  max-height: calc(var(--spacing) * 12);
}
.max-h-full {
  max-height: 100%;
}
.max-h-max {
  max-height: max-content;
}
.min-h-\[80vh\] {
  min-height: 80vh;
}
.w-1\/2 {
  width: calc(1/2 * 100%);
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-12 {
  width: calc(var(--spacing) * 12);
}
.w-48 {
  width: calc(var(--spacing) * 48);
}
.w-full {
  width: 100%;
}
.max-w-44 {
  max-width: calc(var(--spacing) * 44);
}
.max-w-64 {
  max-width: calc(var(--spacing) * 64);
}
.max-w-120 {
  max-width: calc(var(--spacing) * 120);
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.shrink-0 {
  flex-shrink: 0;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-zoom-out {
  cursor: zoom-out;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-between {
  place-content: space-between;
}
.place-items-center {
  place-items: center;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-items-center {
  justify-items: center;
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
.gap-12 {
  gap: calc(var(--spacing) * 12);
}
.gap-24 {
  gap: calc(var(--spacing) * 24);
}
.gap-36 {
  gap: calc(var(--spacing) * 36);
}
.overflow-hidden {
  overflow: hidden;
}
.prose .wp-block-table td {
  border: 0;
}
.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.p-8 {
  padding: calc(var(--spacing) * 8);
}
.p-12 {
  padding: calc(var(--spacing) * 12);
}
.px-0 {
  padding-inline: calc(var(--spacing) * 0);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-24 {
  padding-block: calc(var(--spacing) * 24);
}
.py-32 {
  padding-block: calc(var(--spacing) * 32);
}
.pt-2 {
  padding-top: calc(var(--spacing) * 2);
}
.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}
.pt-18 {
  padding-top: calc(var(--spacing) * 18);
}
.pt-24 {
  padding-top: calc(var(--spacing) * 24);
}
.pt-32 {
  padding-top: calc(var(--spacing) * 32);
}
.pr-4 {
  padding-right: calc(var(--spacing) * 4);
}
.pb-12 {
  padding-bottom: calc(var(--spacing) * 12);
}
.pb-16 {
  padding-bottom: calc(var(--spacing) * 16);
}
.pb-24 {
  padding-bottom: calc(var(--spacing) * 24);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-\[52px\] {
  font-size: 52px;
}
.leading-4 {
  --tw-leading: calc(var(--spacing) * 4);
  line-height: calc(var(--spacing) * 4);
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-tight {
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
}
.font-black {
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
}
.text-black {
  color: var(--color-black);
}
.text-white {
  color: var(--color-white);
}
.uppercase {
  text-transform: uppercase;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 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,);
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: oklch(37.1% 0 0);
  --tw-prose-headings: oklch(20.5% 0 0);
  --tw-prose-lead: oklch(43.9% 0 0);
  --tw-prose-links: oklch(20.5% 0 0);
  --tw-prose-bold: oklch(20.5% 0 0);
  --tw-prose-counters: oklch(55.6% 0 0);
  --tw-prose-bullets: oklch(87% 0 0);
  --tw-prose-hr: oklch(92.2% 0 0);
  --tw-prose-quotes: oklch(20.5% 0 0);
  --tw-prose-quote-borders: oklch(92.2% 0 0);
  --tw-prose-captions: oklch(55.6% 0 0);
  --tw-prose-kbd: oklch(20.5% 0 0);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(20.5% 0 0);
  --tw-prose-pre-code: oklch(92.2% 0 0);
  --tw-prose-pre-bg: oklch(26.9% 0 0);
  --tw-prose-th-borders: oklch(87% 0 0);
  --tw-prose-td-borders: oklch(92.2% 0 0);
  --tw-prose-invert-body: oklch(87% 0 0);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.8% 0 0);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.8% 0 0);
  --tw-prose-invert-bullets: oklch(43.9% 0 0);
  --tw-prose-invert-hr: oklch(37.1% 0 0);
  --tw-prose-invert-quotes: oklch(97% 0 0);
  --tw-prose-invert-quote-borders: oklch(37.1% 0 0);
  --tw-prose-invert-captions: oklch(70.8% 0 0);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87% 0 0);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(43.9% 0 0);
  --tw-prose-invert-td-borders: oklch(37.1% 0 0);
}
@media (width >= 40rem) {
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 40rem) {
  .sm\:text-right {
    text-align: right;
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:items-end {
    align-items: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:p-18 {
    padding: calc(var(--spacing) * 18);
  }
}
@media (width >= 48rem) {
  .md\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:block {
    display: block;
  }
}
@media (width >= 64rem) {
  .lg\:flex {
    display: flex;
  }
}
@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .lg\:items-end {
    align-items: flex-end;
  }
}
@media (width >= 64rem) {
  .lg\:justify-start {
    justify-content: flex-start;
  }
}
@media (width >= 64rem) {
  .lg\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:px-24 {
    padding-inline: calc(var(--spacing) * 24);
  }
}
@media (width >= 80rem) {
  .xl\:order-1 {
    order: 1;
  }
}
@media (width >= 80rem) {
  .xl\:order-2 {
    order: 2;
  }
}
@media (width >= 80rem) {
  .xl\:mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
}
@media (width >= 80rem) {
  .xl\:block {
    display: block;
  }
}
@media (width >= 80rem) {
  .xl\:hidden {
    display: none;
  }
}
@media (width >= 80rem) {
  .xl\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-1\/3 {
    width: calc(1/3 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-2\/3 {
    width: calc(2/3 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 80rem) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 80rem) {
  .xl\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 80rem) {
  .xl\:items-center {
    align-items: center;
  }
}
@media (width >= 80rem) {
  .xl\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 80rem) {
  .xl\:justify-center {
    justify-content: center;
  }
}
@media (width >= 80rem) {
  .xl\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 80rem) {
  .xl\:gap-24 {
    gap: calc(var(--spacing) * 24);
  }
}
@media (width >= 80rem) {
  .xl\:px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
}
@media (width >= 80rem) {
  .xl\:px-24 {
    padding-inline: calc(var(--spacing) * 24);
  }
}
@media (width >= 80rem) {
  .xl\:py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
}
@media (width >= 80rem) {
  .xl\:pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 96rem) {
  .\32 xl\:justify-around {
    justify-content: space-around;
  }
}
@media (width >= 96rem) {
  .\32 xl\:justify-start {
    justify-content: flex-start;
  }
}
@media (width >= 96rem) {
  .\32 xl\:px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }
}
.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  color: var(--color-primary);
}
@charset "UTF-8";
@view-transition {
  navigation: auto;
}
input[type=tel], input[type=email], input[type=text], select, textarea {
  border-bottom: var(--yellow) 2px solid;
  border-radius: 0;
  background: transparent;
  padding: 5px 0 7px 0;
  display: block;
  width: 100%;
  text-transform: uppercase;
  transition: all 0.3s;
  margin-bottom: 0.5rem;
  font-size: 20px;
}
input[type=tel]:focus, input[type=email]:focus, input[type=text]:focus, select:focus, textarea:focus {
  outline: var(--text) 1px solid;
}
input[type=tel].invalid, input[type=email].invalid, input[type=text].invalid, select.invalid, textarea.invalid {
  border-color: var(--yellow);
}
button[type=submit], input[type=submit], .button {
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 10px 50px;
  background-color: transparent;
  color: #fff;
  transition-duration: 0.3s;
  width: 100%;
  margin-top: 10px;
  border: 2px solid #FFDD3A;
  font-family: "Greycliff", sans-serif;
  text-decoration: none;
}
button[type=submit]:hover, input[type=submit]:hover, .button:hover {
  background: #FFDD3A;
  color: #000;
}
button[type=submit].button-light, input[type=submit].button-light, .button.button-light {
  color: #000;
  border: 2px solid #000;
}
:root {
  --dark: #272425;
  --yellow: #E6D042;
  --text: #fff;
}
html, body {
  scroll-behavior: smooth;
  line-height: 1.7;
}
body {
  background: var(--dark);
  position: relative;
  font-size: 18px;
  font-family: "Titillium", sans-serif;
  color: var(--text);
}
main {
  display: block;
}
main a {
  text-decoration: underline;
}
main a:hover {
  text-decoration: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(39, 36, 37, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
header .logo {
  height: 45px;
  width: auto;
}
@media screen and (max-width: 767px) {
  header .logo {
    height: 30px;
  }
}
header .links a {
  transition: 0.3s;
  font-weight: 900;
}
.langs img {
  filter: brightness(1000%);
}
.langs:hover img {
  filter: brightness(100%);
}
.langs-img {
  background: url(img/lang.jpg) no-repeat center/cover;
}
.octoplant-container {
  max-width: 1680px;
}
.hero {
  position: relative;
}
.hero h1 {
  background: linear-gradient(90deg, #ffdd3a 20%, #f8a330 50%, #ffdd3a 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-cine {
  position: relative;
}
.hero-cine-sticky {
  position: sticky;
  top: 15%;
}
.hero-cine__content-1 {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.hero-cine__content-2 {
  position: absolute;
  bottom: 23%;
  left: 30%;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .hero-cine__content-2 {
    left: 50%;
  }
}
.hero-cine img {
  height: 100vh;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-orange {
  background: #ffdd3a;
  background: linear-gradient(90deg, #ffdd3a 20%, #f8a330 50%, #ffdd3a 80%);
  background-size: 1600px auto;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .section-orange {
    background-size: 100vw auto;
  }
}
.tail, .tail-white, .tail-black {
  position: absolute;
  width: 175px;
  height: 77px;
  clip-path: path("M87.5,0 C79.715,44.855 43.22,77.765 0,77.85 H175 C131.78,77.765 95.285,44.855 87.5,0 Z");
  background: #ffdd3a;
  background: linear-gradient(90deg, #ffdd3a 20%, #f8a330 50%, #ffdd3a 80%);
  background-size: 1600px auto;
  background-position: top center;
  z-index: 4;
}
@media screen and (max-width: 1024px) {
  .tail, .tail-white, .tail-black {
    background-size: 100vw auto;
  }
}
.tail__top {
  bottom: -77px;
  transform: rotate(180deg);
  transform-origin: center center;
  right: calc(50% - 86px);
  z-index: 11;
}
.tail__bottom {
  top: -77px;
  left: calc(50% - 86px);
  z-index: 11;
}
.tail-black {
  background: #050505;
}
.tail-black__top {
  bottom: -77px;
  transform: rotate(180deg);
  transform-origin: center center;
  right: calc(50% - 86px);
  z-index: 11;
}
.tail-black__bottom {
  top: -77px;
  left: calc(50% - 86px);
  z-index: 11;
}
.tail-black__pass::after {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  position: absolute;
  background: linear-gradient(180deg, #050505 0%, rgba(5, 5, 5, 0) 100%);
}
.tail-black__pass-bottom::after {
  position: absolute;
  content: " ";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  position: absolute;
  background: linear-gradient(0, #050505 0%, rgba(5, 5, 5, 0) 100%);
}
.tail-white {
  background: #FCFAF9;
}
.tail-white__bottom {
  top: -77px;
  left: calc(50% - 86px);
}
.robots__content {
  bottom: 26%;
  right: 50%;
  position: absolute;
  z-index: 3;
  max-width: calc(50vw - 2rem);
}
@media screen and (max-width: 1199px) {
  .robots__content {
    right: auto;
    left: 2rem;
    max-width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 1500px) {
  .robots__content {
    right: auto;
    left: 3rem;
    max-width: calc(100% - 6rem);
  }
}
.robots-container .h1r {
  font-size: 85px;
  font-family: "Greycliff", sans-serif;
  font-weight: 900;
  line-height: 0.85;
  text-align: left;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 1023px) {
  .robots-container {
    height: 80vh;
  }
  .robots-container img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .robots-container .h1r {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .robots-container .h1r {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .robots-container .h1r {
    font-size: 30px;
  }
}
.fz-70 {
  font-size: 70px !important;
}
.star, .default-content h2 {
  position: relative;
}
.star::after, .default-content h2::after {
  position: absolute;
  display: block;
  content: " ";
  width: 20px;
  height: 20px;
  top: -15px;
  left: -20px;
}
.star-xs::after {
  width: 15px;
  height: 15px;
  top: -12px;
  left: -15px;
}
.star-xxl::after {
  width: 40px;
  height: 40px;
  top: -30px;
  left: -40px;
}
@media screen and (max-width: 1500px) {
  .star-xxl::after {
    width: 20px;
    height: 20px;
    top: -15px;
    left: -20px;
  }
}
.star-yellow::after, .star-gradient::after {
  background: url(img/star-y-g.svg) no-repeat center/cover;
}
.star-white::after {
  background: url(img/star-y.svg) no-repeat center/cover;
  filter: brightness(1000%);
}
.star-black::after, .default-content h2::after {
  background: url(img/star-y.svg) no-repeat center/cover;
  filter: brightness(0%);
}
.form {
  background-repeat: no-repeat;
}
.form-img {
  background: url(img/form-img.jpg) no-repeat center/cover;
  height: 0;
  padding-top: 38% !important;
}
.form-img-octo {
  background: url(img/o.jpg) no-repeat center/cover;
}
.btf {
  border-top: 1px solid var(--yellow);
  background-size: auto 1388px !important;
}
footer {
  position: relative;
  display: block;
  padding-top: 95px;
  padding-bottom: 65px;
}
footer .octoplant-logo {
  max-height: 90px;
  width: 100%;
}
footer .amdt-logo {
  max-height: 43px;
  width: 100%;
  margin-bottom: 4px;
}
.footer-container {
  background: url(img/footer-2.jpg) no-repeat top center/cover;
}
.footer-container.sh::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: RGBA(0, 0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  display: block;
}
.footer-developed {
  margin-top: 84px;
  text-transform: uppercase;
}
.testi {
  background: #ffdd3a;
  color: var(--dark);
}
.testi__bcg {
  background: #ffdd3a;
}
.testi__bcg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000px;
  width: 1000px;
  background: url(img/JAGGED_PANAL_WIDE.png) repeat-y center right/cover;
}
.testi__hazard {
  background: url(img/hazard-2.svg) no-repeat left/cover;
}
.testi__name {
  font-family: "Greycliff", sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.06em;
}
.testi__title {
  font-family: "Greycliff", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
}
.container-cust {
  background: url(img/Octoplant_Black_Panel_V1.jpg) no-repeat center/cover;
}
.panel {
  position: relative;
}
.panel__button {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
.panel__button-right {
  left: auto;
  transform: translateX(50%);
  right: 25%;
  bottom: 1.5rem;
}
.panel__button-right a {
  color: var(--dark);
}
.panel__button-white a {
  color: #fff;
}
.panel__content {
  position: absolute;
  max-width: 500px;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.panel-orange .panel__content {
  padding-top: 5rem;
  justify-content: flex-start;
}
.panel__title {
  text-transform: uppercase;
  line-height: 0.85;
  letter-spacing: -0.06em;
  color: var(--yellow);
  font-size: 40px;
  font-family: "Greycliff", sans-serif;
  font-weight: 900;
  display: inline-block;
  text-wrap: balance;
}
@media screen and (max-width: 1023px) {
  .panel__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .panel__title {
    font-size: 24px;
  }
}
.panel__title::after {
  clear: both;
}
.panel-orange .panel__title {
  font-size: 40px;
}
.panel__text {
  font-weight: 800;
  font-family: "Greycliff", sans-serif;
  color: #fff;
  font-size: 18px;
}
.panel__par {
  padding-left: 3rem;
  padding-right: 3rem;
  color: #fff;
  text-align: left;
  line-height: 1.7;
  font-size: 16px;
}
.pan {
  max-width: 524px;
  width: 100%;
  background: url(img/bp.jpg) no-repeat center/cover;
  border-radius: 25px;
  box-shadow: inset 0 0 30px 15px #000;
  min-height: auto;
}
a.lbi .pan {
  overflow: hidden;
  position: relative;
}
a.lbi .pan::after {
  display: block;
  content: " ";
  width: 60px;
  height: 60px;
  background: url(img/zoom.svg) no-repeat center center/contain;
  top: 50%;
  left: 50%;
  transform: scale(1) translateX(-50%) translateY(-50%);
  z-index: 4;
  position: absolute;
  transition: all 0.6s;
  filter: drop-shadow(0 0px 10px rgb(0, 0, 0));
}
a.lbi .pan:hover::after {
  transform: scale(0.8) translateX(-50%) translateY(-50%);
}
.splide__list .pan {
  height: 100%;
}
.pan__img {
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  background: none;
  transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 768px) {
  .pan__img {
    aspect-ratio: 4/3;
  }
}
.pan__img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
a.lbi:hover .pan__img {
  transform: scale(1.1);
}
.pan__yellow {
  box-shadow: 0 0 15px 3px #000;
  background: linear-gradient(90deg, #ffdd3a 15%, #E6AB31 50%, #ffdd3a 85%);
}
.pan__video {
  background: none;
}
.pan__par {
  color: #fff;
  text-align: left;
  line-height: 1.7;
  font-size: 16px;
}
.pan__yellow .pan__par {
  color: #000;
}
.pan__par.leading-tight {
  line-height: 1.25;
}
.pan__black {
  box-shadow: 0 0 20px 10px #FFDD3A;
}
.pan-bh {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 17px;
  background: #ffdd3a;
  clip-path: path("M20,0 C17,10 9,18 0,18 H40 C31,18 23,10 20,0 Z");
}
.pan__yellow .pan-bh {
  background: #000;
}
.pan-t {
  top: 0;
  left: 50%;
  transform-origin: center;
  transform: translateX(-50%) rotate(180deg);
}
.pan-r {
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(12px) rotate(-90deg);
  transform-origin: center;
}
.pan-l {
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-12px) rotate(90deg);
  transform-origin: center;
}
.pan-b {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center;
}
.pan-star {
  width: 20px;
  height: 20px;
  background: url(img/star-y.svg) no-repeat center/cover;
  filter: brightness(1000%);
  position: absolute;
  z-index: 3;
  transition: all 0.6s;
}
.pan-star-1 {
  top: 20px;
  left: 20px;
}
.pan-star-2 {
  top: 20px;
  right: 20px;
}
.pan-star-3 {
  bottom: 20px;
  left: 20px;
}
.pan-star-4 {
  bottom: 20px;
  right: 20px;
}
a.lbi:hover .pan-star {
  transform: rotate(360deg);
}
.pan__read-more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  font-size: 16px;
}
.pan__emea {
  background: url(img/wtb_emea.jpg) no-repeat center/cover;
  min-height: 360px;
}
.pan__la {
  background: url(img/wtb_la.jpg) no-repeat center/cover;
  min-height: 360px;
}
.pan__na {
  background: url(img/wtb_na.jpg) no-repeat center/cover;
  min-height: 360px;
}
.pan__apac {
  background: url(img/wtb_apac.jpg) no-repeat center/cover;
  min-height: 360px;
}
.footer-menu li {
  font-family: "Greycliff", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 5px;
}
.footer-menu li a {
  color: #fff;
  transition: all 0.3s;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .footer-menu li > span {
    background: linear-gradient(90deg, #ffdd3a 0%, #f8a330 80%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.footer-menu li > div {
  max-width: 300px;
  overflow: hidden;
  transition: all 0.3s;
  opacity: 0;
  padding-bottom: 0;
  padding-left: 15px;
  transform: translateY(-10px);
}
@media screen and (min-width: 1025px) {
  .footer-menu li > div {
    max-height: 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer-menu li > div {
    transform: translateY(0);
    max-height: 500px;
    opacity: 1;
    padding-bottom: 5px;
  }
}
.footer-menu li > div li {
  margin-top: 10px;
}
.footer-menu li:hover > div {
  transform: translateY(0);
  max-height: 500px;
  opacity: 1;
  padding-bottom: 5px;
}
a.read-more {
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-right: 40px;
  z-index: 4;
  line-height: 1;
}
a.read-more::after {
  display: block;
  position: absolute;
  z-index: 4;
  top: -8px;
  right: 0;
  content: " ";
  width: 30px;
  height: 30px;
  background: url("img/plus.svg") no-repeat center/cover;
  transition: all 0.3s;
}
a.read-more:hover::after {
  transform: rotate(360deg);
}
.cust a.read-more, .pan__yellow a.read-more {
  color: #000;
}
.cust a.read-more::after, .pan__yellow a.read-more::after {
  background: url("img/plus-inv.svg") no-repeat center/cover;
}
a.read-more.close-card::after {
  transform: rotate(45deg);
}
a.read-more.close-card:hover::after {
  transform: rotate(405deg);
}
.o {
  background: #FFDD3A;
}
.d {
  background-color: #1B1317;
}
.r {
  background: #ac7e02;
}
.is-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.is-header > .relative {
  height: 100vh;
}
.is-header-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.is-content {
  max-width: 1000px;
}
.is-title {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 4rem);
}
body.page-template-page-partners .is-title {
  top: 52%;
}
body.page-template-page-pricing .is-title {
  top: 60%;
}
.is-subtitle {
  font-size: 72px;
  font-family: "Greycliff", sans-serif;
  font-weight: 900;
  line-height: 0.85;
  text-align: left;
  letter-spacing: -0.06em;
}
.is-container {
  width: 100%;
  max-width: 1600px;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.is-sticky {
  height: 240px;
  position: absolute;
  bottom: 0;
}
.is-sub {
  color: #fff;
  text-transform: uppercase;
}
.is-submob {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  bottom: 20%;
  left: 2rem;
  right: 2rem;
}
.is-nav img {
  width: 55px;
  height: 55px;
}
.is-nav a img {
  opacity: 0.8;
  transition: all 0.3s;
}
.is-nav a:hover img {
  opacity: 1;
}
.hamburger button {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 30px;
  width: 38px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.hamburger button span {
  width: 38px;
  height: 3px;
  border-radius: 2px;
  background: #FFDD3A;
  display: block;
  transition-duration: 0.3s;
}
.hamburger button:hover span {
  background: #fff;
}
.hamburger button.active {
  transform: translateX(12px);
}
.hamburger button.active span {
  height: 4px;
}
.hamburger button.active span:nth-child(2) {
  opacity: 0;
}
.hamburger button.active span:nth-child(1) {
  transform: rotate(45deg) translateY(17px);
}
.hamburger button.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-17px);
}
#menu {
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}
#menu.active {
  max-height: 90vh;
  overflow: scroll;
}
@media screen and (min-width: 1280px) {
  #menu.active {
    max-height: 500px;
    overflow: hidden;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
@keyframes menu_item_links {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.menu-items {
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  min-height: 70px;
}
.menu-item {
  padding-bottom: calc(var(--spacing) * 6);
  position: relative;
  min-height: 340px;
}
@media screen and (max-width: 1279px) {
  .menu-item {
    min-height: auto;
  }
}
.menu-item-links {
  padding-block: calc(var(--spacing) * 6);
  padding-left: calc(var(--spacing) * 6);
  display: none;
  border-left: #FFDD3A 2px solid;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 70px;
  width: 100vw;
  text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
  .menu-item-links {
    width: 100%;
    position: relative;
    height: auto !important;
    top: 0;
    margin-top: 1rem;
  }
}
.menu-item-links.tmp-measure {
  display: block !important;
  position: static !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.menu-item-links a {
  font-size: 20px;
  line-height: 1.4;
  transition-duration: 0.3s;
}
.menu-item.active .menu-item-links {
  display: block;
  animation: menu_item_links 1s forwards;
}
.menu-item-title {
  font-size: 30px;
  font-family: "Greycliff", sans-serif;
  font-weight: 900;
  letter-spacing: -0.05em;
  transition-duration: 0.3s;
  line-height: 0.85;
}
body.no-scroll {
  overflow: hidden;
}
.langs-container {
  background: url(img/bp.jpg) no-repeat center/cover;
}
.langs-block {
  width: 100%;
  max-width: 1200px;
}
@media screen and (min-width: 1024px) {
  .langs-block {
    min-height: 80vh;
  }
}
.btn-close {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(img/plus.svg) no-repeat center/contain;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-close:hover {
  transform: rotate(45deg) scale(0.8);
}
.btn-primary {
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 10px 50px;
  background-color: transparent;
  transition-duration: 0.3s;
  color: #fff;
  text-decoration: none;
  border: 2px solid #FFDD3A;
  font-family: "Greycliff", sans-serif;
}
.btn-primary:hover {
  background: #FFDD3A;
  color: #000;
}
.btn-black {
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 10px 50px;
  background-color: transparent;
  transition-duration: 0.3s;
  color: #000;
  text-decoration: none;
  border: 2px solid #000;
  font-family: "Greycliff", sans-serif;
}
.btn-black:hover {
  background: #000;
  color: #FFDD3A;
}
.modal {
  display: none;
  opacity: 0;
  transition: opacity 0.4s;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
}
.modal.visible {
  display: flex;
}
.modal.fadein {
  opacity: 1;
}
.modal.overflow-hidden {
  overflow-y: hidden;
}
.contact {
  max-width: 1200px;
}
.contact-container {
  background: url(img/contact.jpg) no-repeat bottom/cover;
}
.contact-img {
  background: url(img/o.jpg) no-repeat center/cover;
}
.hs-richtext {
  margin-top: 10px !important;
  margin-bottom: 0;
}
.hs-richtext a {
  text-decoration: underline;
}
.hbspt-form div {
  position: relative;
}
.hbspt-form div label.hs-error-msg {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3px 5px;
  background: var(--yellow);
  color: #000;
  font-size: 12px;
  line-height: 1;
  transition-duration: 0.3s;
  max-width: 50%;
}
.hbspt-form .hs-richtext {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 5px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input::placeholder, textarea::placeholder {
  color: #fff;
  opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #fff;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
}
select, select option {
  color: #fff;
}
select option:first-child {
  color: #fff;
}
option {
  background: var(--dark);
  border-color: var(--dark);
}
p {
  margin-bottom: 1em;
}
#exp {
  position: fixed;
  right: calc(50% + 72px);
  bottom: 20vh;
  width: 744px;
  max-width: 50vw;
  transition: all 0.3s ease;
  z-index: 10;
}
@media screen and (max-width: 1599px) {
  #exp {
    right: unset;
    left: 1.5rem;
  }
}
#exp .is-sub {
  transition: 0.5s;
}
#exp.stopped .is-sub {
  opacity: 0.5;
}
.hr {
  height: 72px;
  width: 100%;
  background: url(img/hr.png) repeat-x center/cover;
}
.hr-dark {
  background: url(img/hr-dark.png) repeat-x center/cover;
}
.pagination {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 99;
}
.pagination-link {
  opacity: 0.5;
  transition: all 0.3s;
}
.pagination-link:hover {
  opacity: 1;
}
.pagination-next {
  display: block;
  width: 40px;
  height: 40px;
  background: url("img/ar_1.svg") no-repeat center/cover;
  transition: all 0.3s;
}
.pagination-prev {
  display: block;
  width: 40px;
  height: 40px;
  background: url("img/ar_1.svg") no-repeat center/cover;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.pagination-disabled {
  opacity: 0;
  visibility: hidden;
}
.text-gradient, header .links a:hover, .footer-menu li a:hover, .footer-menu li:hover > span, .menu-item-links a:hover, .menu-item-title:hover, .menu-item.active .menu-item-title {
  background: linear-gradient(90deg, #ffdd3a 0%, #f8a330 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient span, header .links a:hover span, .footer-menu li a:hover span, .footer-menu li:hover > span span, .menu-item-links a:hover span, .menu-item-title:hover span, .menu-item.active .menu-item-title span {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-greycliff {
  font-family: "Greycliff", sans-serif;
}
.text-3xl {
  font-size: 1.875rem;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-black {
  color: #000;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.text-white {
  color: #fff !important;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.text-yellow {
  color: var(--yellow);
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.flip {
  position: relative;
  overflow: visible;
  height: 400px;
}
.flip .flip-front, .flip .flip-back {
  right: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  transition: 1s ease-in-out;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  height: 400px;
  transform-style: preserve-3d;
}
.flip .flip-front > .pan, .flip .flip-back > .pan {
  height: 100%;
  will-change: transform;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.flip .partners__content {
  transition: all 0.2s;
  transform: translatez(50px);
}
.flip .flip-front {
  z-index: 2;
  transform: rotateY(0deg);
}
.flip .flip-back {
  z-index: 1;
  transform: rotateY(180deg);
}
.flip:hover .flip-front {
  transform: rotateY(-180deg);
}
.flip:hover .flip-back {
  transform: rotateY(0deg);
  z-index: 2;
}
.partners__logo {
  height: 150px;
  padding: 20px;
  border-radius: 15px;
  background: #fff;
  margin-bottom: 15px;
}
.partners__logo img {
  max-height: 130px;
}
.partners__locations {
  text-transform: uppercase;
  font-weight: 900;
}
.partners__locations img {
  width: 35px;
}
.partners__type {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
}
.partners__type-img {
  width: 35%;
}
.solutions__pagination-next, .solutions__pagination-prev {
  position: relative;
}
.solutions__pagination-next::after, .solutions__pagination-prev::after {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-55%);
  opacity: 0.5;
  transition: all 0.3s;
}
.solutions__pagination-next:hover::after, .solutions__pagination-prev:hover::after {
  opacity: 1;
}
.solutions__pagination-next {
  padding-right: 50px;
}
.solutions__pagination-next::after {
  background: url(img/next.svg) no-repeat center/contain;
  right: 0;
}
.solutions__pagination-prev {
  padding-left: 50px;
}
.solutions__pagination-prev::after {
  background: url(img/prev.svg) no-repeat center/contain;
  left: 0;
}
.splide__track {
  padding-bottom: 20px;
  order: 1;
}
.splide__slide {
  opacity: 0;
  transition-duration: 0.3s;
}
.splide__slide.is-visible {
  opacity: 1;
}
.splide .splide__arrow {
  padding: 0;
  background: none;
  transform: none;
  left: auto;
  right: auto;
  opacity: 1;
  position: relative;
}
.splide .splide__arrow svg {
  width: 45px;
  height: 45px;
}
.splide .splide__arrow--prev svg {
  transform: none;
}
.splide__arrows {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  gap: calc(var(--spacing) * 8);
}
.splide__pagination__page {
  background: #000 !important;
  opacity: 1 !important;
}
.splide__pagination__page.is-active {
  background: #000 !important;
  opacity: 1 !important;
}
#testimonials-slider {
  max-width: 100%;
}
#testimonials-slider .splide__pagination {
  bottom: -1rem;
}
.testimonials-wrap {
  display: flex;
  width: 100%;
}
.gradient-50 {
  background: #ffdd3a;
  background: linear-gradient(90deg, #ffdd3a 20%, #f8a330 50%, #ffdd3a 80%);
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 1279px) {
  .gradient-50 {
    left: 0;
  }
}
.rotated-panel {
  position: relative;
  overflow: visible;
  height: 450px;
}
.rotated-panel__front, .rotated-panel__back {
  right: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  transition: 1s ease-in-out;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  transform-style: preserve-3d;
}
.rotated-panel__front > .pan, .rotated-panel__back > .pan {
  height: 100%;
  will-change: transform;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.rotated-panel .partners__content {
  transition: all 0.2s;
  transform: translatez(50px);
}
.rotated-panel__front {
  z-index: 2;
  transform: rotateY(0deg);
}
.rotated-panel__back {
  z-index: 1;
  transform: rotateY(180deg);
}
.rotated-panel.active .rotated-panel__front {
  transform: rotateY(-180deg);
}
.rotated-panel.active .rotated-panel__back {
  transform: rotateY(0deg);
  z-index: 2;
}
.prose ul > li::marker {
  color: #000;
}
.default-content {
  background: #FCFAF9 url(img/def.jpg) repeat-y top center;
}
.default-content__main {
  max-width: 80ch;
  margin-inline: auto;
  color: #000;
}
.default-content h2, .default-content h3, .default-content h4 {
  margin-top: calc(var(--spacing) * 12);
  margin-bottom: calc(var(--spacing) * 6);
  text-transform: uppercase;
}
.ul-plus {
  list-style: none;
}
.ul-plus li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.ul-plus li::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  top: 0.25rem;
  left: 0;
  background-image: url(img/star-y-g.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.min-content {
  max-width: -moz-min-content;
  max-width: min-content;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-leading: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}