/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./assets/less/main.less ***!
  \**************************************************************************************************************************************************************************************/
/*
coded by http://digitalofthings.studio
11111111111111111111111111111111111111
11111111111  1111111111111111111111111
11111111111  111111111111111111  11111
11111111111  11111111111111111   11111
1111     11  11111     1111          1
11  11111    111  11111  111111  11111
1  11111111  11  1111111  11111  11111
1  11111111  11  1111111  11111  11111
11  11111    111  11111  111111  11111
1111     11  11111     111111111    11
11111111111111111111111111111111111111
*/
/*!
Theme Name: DOT theme
Author: digital_of_things
Author URI: https://digitalofthings.studio/
Description: Tema exclusivo de digital of things
Version: 1.1
*/
/*
! tailwindcss v3.1.8 | 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: Roobert-Regular, sans-serif; /* 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 */
  font-weight: inherit; /* 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::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;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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: 880px) {
  .container {
    max-width: 880px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.\!relative {
  position: relative !important;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.top-1 {
  top: 0.25rem;
}
.right-0 {
  right: 0px;
}
.right-xpadding {
  right: var(--xpadding-x);
}
.bottom-0 {
  bottom: 0px;
}
.top-1\/2 {
  top: 50%;
}
.z-50 {
  z-index: 50;
}
.z-40 {
  z-index: 40;
}
.order-3 {
  order: 3;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-6 {
  margin-top: 1.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.\!hidden {
  display: none !important;
}
.h-px {
  height: 1px;
}
.h-0 {
  height: 0px;
}
.h-screen {
  height: 100vh;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0px;
}
.w-full {
  width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-grow {
  flex-grow: 1;
}
.basis-1 {
  flex-basis: 0.25rem;
}
.basis-2 {
  flex-basis: 0.5rem;
}
.basis-full {
  flex-basis: 100%;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-2\/4 {
  flex-basis: 50%;
}
.border-collapse {
  border-collapse: collapse;
}
.origin-center {
  transform-origin: center;
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.\!list-none {
  list-style-type: none !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-none {
  border-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-none {
  border-style: none;
}
.border-b-primary {
  border-bottom-color: var(--primary);
}
.border-l-primary {
  border-left-color: var(--primary);
}
.border-r-primary {
  border-right-color: var(--primary);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-primary {
  background-color: var(--primary);
}
.bg-secondary {
  background-color: var(--secondary);
}
.bg-green {
  background-color: var(--green);
}
.bg-terciary {
  background-color: var(--terciary);
}
.bg-skyblue {
  background-color: var(--skyblue);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-none {
  background-image: none;
}
.bg-contain {
  background-size: contain;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-0 {
  padding: 0px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-xpadding {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.text-secondary {
  color: var(--secondary);
}
.text-primary {
  color: var(--primary);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-green {
  color: var(--green);
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-100 {
  opacity: 1;
}
.opacity-0 {
  opacity: 0;
}
.outline {
  outline-style: solid;
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
*:focus {
  outline: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}
/*
 * Fonts mixin 
 */
@font-face {
  font-family: 'ARSMaquettePro-Light';
  font-display: block;
  src: url(js/build/82ff5704587c4d28795b.woff2) format('truetype'), url(js/build/7c0c01546aeebc6d5869.woff) format('woff');
}
@font-face {
  font-family: 'ARSMaquettePro-LightItalic';
  font-display: block;
  src: url(js/build/4dea0e2c90888d86f8ce.woff2) format('truetype'), url(js/build/0b11dfbaa8f8573fe681.woff) format('woff');
}
@font-face {
  font-family: 'Arima-Light';
  font-display: block;
  src: url(js/build/22c0ee9d78cc23de2bbb.woff2) format('truetype'), url(js/build/e16967c1fe3dab3f357f.woff) format('woff');
}
.regular {
  font-family: 'ARSMaquettePro-Light';
  text-rendering: geometricPrecision;
}
.italic {
  font-family: 'ARSMaquettePro-LightItalic';
  text-rendering: geometricPrecision;
}
.bold {
  font-family: 'ARSMaquettePro-Light';
  text-rendering: geometricPrecision;
}
.light {
  font-family: 'ARSMaquettePro-Light';
  text-rendering: geometricPrecision;
}
.display {
  font-family: 'Arima-Light';
  text-rendering: geometricPrecision;
}
:root {
  --break: 880;
  --header-height: 77px;
  --xpadding-x: 30px;
  --xpadding: 60px;
  --black: #000;
  --white: #fff;
  --primary: #031A38;
  --secondary: #F6F6F6;
  --green: #00A35E;
  --terciary: #ECEEF1;
  --skyblue: #eceef1;
}
.button {
  color: var(--primary);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (min-width: 880px) {
  .button {
    cursor: pointer;
  }
  .button:hover:after {
    width: 0;
  }
}
body {
  font-family: 'ARSMaquettePro-Light';
  text-rendering: geometricPrecision;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
  overflow: hidden;
  color: var(--primary);
}
body b,
body strong {
  font-family: 'ARSMaquettePro-Light';
  text-rendering: geometricPrecision;
  color: var(--green);
}
body i,
body em {
  font-family: 'ARSMaquettePro-LightItalic';
  text-rendering: geometricPrecision;
}
body input {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  display: inline-block;
}
body h1 {
  font-family: 'ARSMaquettePro-Light';
  text-rendering: geometricPrecision;
}
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'ARSMaquettePro-Light';
  text-rendering: geometricPrecision;
}
body .template-wrapper {
  max-width: calc(1220px + 2 * 60px);
  margin-left: auto;
  margin-right: auto;
}
body section {
  background-color: var(--white);
  position: relative;
  z-index: 10;
}
body section .cta-wrapper {
  display: flex;
  justify-content: center;
}
#viewport main {
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#viewport main .main-wrapper ol li {
  border-width: 1px;
  border-bottom-color: var(--primary);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#viewport main .main-wrapper ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
@media (min-width: 880px) {
  #viewport main .main-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  #viewport main .main-wrapper > * {
    flex-basis: 100%;
  }
  #viewport main .main-wrapper > *[data-width="half"] {
    flex-grow: 1;
    flex-basis: 50%;
    max-width: calc(1220px / 2 + 60px);
  }
}
#viewport main .main-wrapper section:first-child:not(.home-section):not(.header-section):not(.post-template-header-section) {
  margin-top: calc(68px);
}
@media (min-width: 880px) {
  #viewport main .main-wrapper section:first-child:not(.home-section):not(.header-section):not(.post-template-header-section) {
    margin-top: calc(77px);
  }
}
#viewport main .template-title {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: calc(40px/100 * 0);
  word-spacing: 0;
}
#viewport main .back {
  cursor: pointer;
}
img {
  width: 100%;
  height: auto;
}
@media (min-width: 880px) {
  .om {
    display: none !important;
  }
}
@media (max-width: 879px) {
  .od {
    display: none !important;
  }
}
p::-moz-selection, div::-moz-selection, li::-moz-selection, strong::-moz-selection, button::-moz-selection, a::-moz-selection {
  /* Code for Firefox */
  background-color: var(--primary);
  color: var(--secondary);
}
p::selection,
div::selection,
li::selection,
strong::selection,
button::selection,
a::selection {
  /* Code for Firefox */
  background-color: var(--primary);
  color: var(--secondary);
}
p::-moz-selection,
div::-moz-selection,
li::-moz-selection,
strong::-moz-selection,
button::-moz-selection,
a::-moz-selection {
  /* Code for Firefox */
  background-color: var(--primary);
  color: var(--secondary);
}
.svgpicture svg {
  height: 100%;
  width: 100%;
}
.wpml-ls-statics-footer {
  display: none;
}
.removeButtonStyles {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  display: inline-block;
}
.toCorners {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#viewport .jcf-focus, 
#viewport .jcf-focus * {
  border-color: var(--primary);
}
.viewport_wrapper {
  opacity: 0;
}
.lazyload, 
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
[data-barba='container'] {
  top: 0px;
  left: 0px;
  right: 0px;
}
main {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
}
.scroller {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
.section-form {
  background-color: var(--secondary);
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
  color: var(--primary);
  padding-bottom: 46px;
  padding-top: 43px;
}
.section-form .section-form-title {
  font-size: 32px;
  line-height: 43px;
  letter-spacing: calc(32px/100 * 0);
  word-spacing: 0;
  font-family: 'Arima-Light';
  text-rendering: geometricPrecision;
  margin-bottom: 40px;
}
@media (min-width: 880px) {
  .section-form .section-form-title {
    font-size: 5.20833333vw;
    line-height: 5.46875vw;
    letter-spacing: calc(5.208333333333334vw/100 * -2);
    word-spacing: 0;
    max-width: 66%;
    margin-bottom: 84px;
  }
}
.section-form .dates {
  padding-bottom: 20px;
}
.section-form .form-title {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: calc(16px/100 * 5);
  word-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.section-form .input-wrapper {
  margin-bottom: 27px;
}
@media (min-width: 880px) {
  .section-form .input-wrapper {
    max-height: 74px;
  }
}
.section-form .input-wrapper .input-title {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: calc(16px/100 * 10);
  word-spacing: 0;
  margin-bottom: 10px;
}
@media (min-width: 880px) {
  .section-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5%;
  }
  .section-form form .contact {
    display: flex;
    flex-basis: 50%;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    gap: 0 8%;
  }
  .section-form form .contact .form-title {
    flex-basis: 100%;
  }
  .section-form form .contact input {
    height: 44px;
  }
  .section-form form .contact .input-wrapper:nth-child(2) {
    flex-basis: 100%;
  }
  .section-form form .contact .input-wrapper:nth-child(3),
  .section-form form .contact .input-wrapper:nth-child(4) {
    flex-basis: 46%;
  }
  .section-form form .acceptance {
    flex-basis: 75%;
  }
  .section-form form .submit {
    flex-basis: 75%;
  }
}
.section-form input {
  width: 100%;
  text-align: left;
  padding: 12px 10px 10px 10px;
  border: 1px solid black;
  font-family: 'ARSMaquettePro-Light';
  text-rendering: geometricPrecision;
}
.section-form input[type="date"],
.section-form input[type="text"],
.section-form input[type="number"],
.section-form input[type="mail"] {
  height: 41.5px;
}
.section-form input[type="submit"] {
  color: var(--primary);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: auto;
}
.section-form input[type="submit"]:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (min-width: 880px) {
  .section-form input[type="submit"] {
    cursor: pointer;
  }
  .section-form input[type="submit"]:hover:after {
    width: 0;
  }
}
.section-form .wpcf7-list-item {
  margin-left: 0;
}
.section-form .wpcf7-exclusive-checkbox {
  display: flex;
  gap: 20px;
}
.section-form .acceptance .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 36px;
}
.section-form .acceptance .wpcf7-list-item label {
  display: flex;
  gap: 0 8px;
}
.section-form .acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  flex: 1 1 0%;
}
.section-form .acceptance .wpcf7-list-item label .jcf-checkbox {
  margin-top: 1px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-style: none;
  padding: 0px;
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
  text-align: center;
  opacity: 1;
  color: var(--primary);
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4s ease;
}
@media (min-width: 880px) {
  .wpcf7 form .wpcf7-response-output {
    padding-left: 15px;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  color: var(--primary);
}
.wpcf7 form.init .wpcf7-response-output {
  display: block;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
}
.wpcf7 form.submitting .wpcf7-response-output {
  display: block;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
}
.wpcf7 form.resetting .wpcf7-response-output {
  display: block;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: var(--primary);
}
.wpcf7 .jcf-focus,
.wpcf7 .jcf-focus * {
  border-color: var(--primary) !important;
}
.wpcf7 .reservas-info {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  margin-bottom: 20px;
  padding: 10px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 20px;
  }
}
.wpcf7-not-valid-tip {
  color: red;
  position: absolute;
  top: -14px;
  right: 0;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  animation-timing-function: ease;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: calc(10px/100 * 0);
  word-spacing: 0;
}
div.wpcf7 form.wpcf7-form .submit {
  position: relative;
}
div.wpcf7 form.wpcf7-form.submitting span.wpcf7-spinner {
  opacity: 1;
}
div.wpcf7 form.wpcf7-form span.wpcf7-spinner {
  width: 31px;
  height: 31px;
  background-image: url(js/build/edacd599cb5ec809e3aa.svg);
  background-size: 100%;
  margin: 0;
  background-color: transparent;
  position: absolute;
  left: 186px;
  top: 0;
  visibility: visible;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
@media (min-width: 880px) {
  div.wpcf7 form.wpcf7-form span.wpcf7-spinner {
    width: 45px;
    height: 45px;
  }
}
div.wpcf7 form.wpcf7-form span.wpcf7-spinner:before {
  content: initial;
}
.header {
  pointer-events: none;
  position: fixed;
  z-index: 40;
  box-sizing: border-box;
  color: var(--primary);
  width: 100%;
  height: 100%;
  top: 0px;
}
.header .header-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.header.dark .header-wrapper {
  background-color: var(--primary);
}
.header.dark .logo svg path {
  fill: white;
}
.header.dark .menu-secondary ul li a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.header.dark .menu-secondary .menu-item-has-children > a:after {
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%277%27 viewBox=%270 0 12 7%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 1L6 6L11 1%27 stroke=%27%23ffffff%27 stroke-miterlimit=%2710%27/%3E%3C/svg%3E%0A");
}
.header.transparent .header-wrapper {
  background-color: transparent;
}
.header.transparent .logo svg path {
  fill: white;
}
.header.transparent .menu-secondary ul li a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.header.transparent .menu-secondary .menu-item-has-children > a:after {
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%277%27 viewBox=%270 0 12 7%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 1L6 6L11 1%27 stroke=%27%23ffffff%27 stroke-miterlimit=%2710%27/%3E%3C/svg%3E%0A");
}
.header.sticky .header-wrapper {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.header.sticky .logo svg path {
  fill: var(--primary);
}
.header.sticky .logo svg path:last-child {
  fill: var(--green);
}
.header.sticky .menu-secondary ul li a {
  color: var(--primary);
}
.header.sticky .menu-secondary .menu-item-has-children > a:after {
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%277%27 viewBox=%270 0 12 7%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 1L6 6L11 1%27 stroke=%27%23031A38%27 stroke-miterlimit=%2710%27/%3E%3C/svg%3E%0A");
}
.header > * {
  pointer-events: auto;
}
.header .fixed-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .header .fixed-header {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.header .fixed-header {
  padding-top: 21px;
  padding-bottom: 23px;
}
@media (min-width: 880px) {
  .header .fixed-header {
    position: initial;
    padding-top: 22px;
    padding-bottom: 24px;
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
  }
}
.header .logo {
  width: 117px;
  height: 24px;
  position: relative;
  z-index: 50;
}
@media (min-width: 880px) {
  .header .logo {
    width: 156px;
    height: 31px;
  }
}
.header .logo svg {
  width: 100%;
  height: 100%;
}
.header .logo svg path {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.header .dummy {
  position: absolute;
  height: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  left: 0;
  right: 0;
  top: 77px;
  width: 100%;
  height: 0;
}
.header .sentence-wrapper {
  position: absolute;
  width: 100%;
  top: 0px;
}
.header .sentence {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: calc(14px/100 * 0);
  word-spacing: 0;
}
@media (min-width: 880px) {
  .header .sentence {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: calc(30px/100 * 0);
    word-spacing: 0;
  }
}
.header .menu-secondary {
  display: flex;
  gap: 10px 40px;
}
.header .menu-secondary ul {
  position: relative;
  display: flex;
  gap: 10px 40px;
}
.header .menu-secondary ul li {
  position: relative;
}
.header .menu-secondary ul li a {
  color: var(--primary);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 880px) {
  .header .menu-secondary ul li a:hover {
    color: var(--green);
  }
}
.header .menu-secondary .menu-item-has-children {
  position: relative;
  display: flex;
  gap: 10px;
}
.header .menu-secondary .menu-item-has-children > a {
  display: flex;
  gap: 10px;
}
.header .menu-secondary .menu-item-has-children > a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%277%27 viewBox=%270 0 12 7%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 1L6 6L11 1%27 stroke=%27%23031A38%27 stroke-miterlimit=%2710%27/%3E%3C/svg%3E%0A");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 5px;
  margin-top: 9px;
}
.header .menu-secondary .sub-menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  opacity: 0;
  width: 200%;
  top: 30px;
  padding-left: 10px;
  border-left: 1px solid var(--green);
  padding-top: 10px;
}
.header .menu-secondary .lang {
  display: flex;
  justify-content: flex-end;
  gap: 0 9px;
}
.header .menu-secondary .lang li:last-child a:after {
  content: none;
}
.header .menu-secondary .lang li a:after {
  content: "/";
  margin-left: 5px;
}
.header .menu-secondary .lang li a.active {
  font-weight: 700;
}
.header .burger-wrapper {
  z-index: 50;
}
@media (min-width: 880px) {
  .header .burger-wrapper {
    cursor: pointer;
  }
}
.menu-wrapper {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 40;
  box-sizing: border-box;
  height: 100vh;
  width: 100%;
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  height: calc(var(--vh, 1vh) * 100);
  transform: translateY(100%);
}
@media (min-width: 880px) {
  .menu-wrapper {
    overflow: auto;
  }
}
.menu-wrapper .menu {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 40;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-around;
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
  color: var(--primary);
}
.menu-wrapper .menu-header-container {
  padding-top: 80px;
}
.menu-wrapper ul:not(.lang) {
  width: 100%;
  padding-top: 50px;
}
.menu-wrapper ul:not(.lang) li {
  text-align: left;
  padding-top: 33px;
}
.menu-wrapper ul:not(.lang) li:first-of-type {
  padding-top: 0;
}
.menu-wrapper ul:not(.lang) li a {
  font-family: 'ARSMaquettePro-Light';
  text-rendering: geometricPrecision;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: calc(32px/100 * 0);
  word-spacing: 0;
  text-decoration: none;
  display: inline-block;
  color: var(--primary);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.menu-wrapper ul:not(.lang) li a:hover, 
.menu-wrapper ul:not(.lang) li a:focus, 
.menu-wrapper ul:not(.lang) li a:active {
  opacity: 0.4;
}
@media (min-width: 880px) {
  .menu-wrapper ul:not(.lang) li a:hover, 
  .menu-wrapper ul:not(.lang) li a:focus, 
  .menu-wrapper ul:not(.lang) li a:active {
    color: var(--green);
    opacity: 1;
  }
}
.menu-wrapper ul:not(.lang) li.menu-item-has-children a {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
  color: var(--green);
  margin-bottom: 10px;
}
.menu-wrapper ul:not(.lang).sub-menu {
  padding-top: 0;
}
.menu-wrapper ul:not(.lang).sub-menu li {
  padding-top: 4px;
}
.menu-wrapper ul:not(.lang).sub-menu li a {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: calc(32px/100 * 0);
  word-spacing: 0;
  color: var(--primary);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  margin-bottom: 5px;
}
.menu-wrapper ul:not(.lang).sub-menu li a:hover, 
.menu-wrapper ul:not(.lang).sub-menu li a:focus, 
.menu-wrapper ul:not(.lang).sub-menu li a:active {
  opacity: 0.4;
}
@media (min-width: 880px) {
  .menu-wrapper ul:not(.lang).sub-menu li a:hover, 
  .menu-wrapper ul:not(.lang).sub-menu li a:focus, 
  .menu-wrapper ul:not(.lang).sub-menu li a:active {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    opacity: 1;
  }
}
.menu-wrapper .menu-secondary {
  padding-bottom: 30px;
  padding-top: 50px;
}
.menu-wrapper .menu-secondary ul {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  gap: 0 9px;
  margin-top: 0px;
}
.menu-wrapper .menu-secondary ul li:last-child a:after {
  content: none;
}
.menu-wrapper .menu-secondary ul li a {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
  display: block;
  color: var(--primary);
}
.menu-wrapper .menu-secondary ul li a:after {
  content: "/";
  margin-left: 5px;
}
.menu-wrapper .menu-secondary ul li a.active {
  font-weight: 700;
}
.header.dark .burger .line, 
.header.transparent .burger .line {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.header.sticky .burger .line {
  background-color: var(--primary);
}
.burger {
  width: 27px;
  height: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.burger .line {
  width: 100%;
  height: 2px;
  position: relative;
  transform-origin: center;
  border-radius: 9999px;
  background-color: var(--primary);
}
p a {
  position: relative;
}
p a:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--black);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (min-width: 880px) {
  p a {
    cursor: pointer;
  }
  p a:hover:after {
    width: 0;
  }
}
.button-arrow {
  color: var(--primary);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-bottom: none;
  padding-left: 20px;
  padding-bottom: 6px;
}
.button-arrow:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (min-width: 880px) {
  .button-arrow {
    cursor: pointer;
  }
  .button-arrow:hover:after {
    width: 0;
  }
}
.button-arrow:before,
.button-arrow:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: var(--primary);
  left: 0;
  transition: all 0.3s ease;
}
.button-arrow:before {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  left: 0;
}
.button-arrow:after {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  top: calc(50% - 4px);
}
@media (min-width: 880px) {
  .button-arrow {
    cursor: pointer;
  }
  .button-arrow:hover:after,
  .button-arrow:hover:before {
    width: 8px;
    left: 3px;
  }
}
.button-newsletter {
  color: var(--primary);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border: 1px solid var(--white);
  padding-top: 6px;
  padding-bottom: 8px;
  text-transform: capitalize;
}
.button-newsletter:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (min-width: 880px) {
  .button-newsletter {
    cursor: pointer;
  }
  .button-newsletter:hover:after {
    width: 0;
  }
}
.button-w-b {
  color: var(--primary);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border: 1px solid var(--white);
}
.button-w-b:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (min-width: 880px) {
  .button-w-b {
    cursor: pointer;
  }
  .button-w-b:hover:after {
    width: 0;
  }
}
.button-w-g {
  color: var(--primary);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border: 1px solid var(--white);
}
.button-w-g:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (min-width: 880px) {
  .button-w-g {
    cursor: pointer;
  }
  .button-w-g:hover:after {
    width: 0;
  }
}
.button-t-b-w {
  color: var(--white);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button-t-b-w:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--white);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (min-width: 880px) {
  .button-t-b-w {
    cursor: pointer;
  }
  .button-t-b-w:hover:after {
    width: 0;
  }
}
.button-t-b-b {
  color: var(--primary);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button-t-b-b:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (min-width: 880px) {
  .button-t-b-b {
    cursor: pointer;
  }
  .button-t-b-b:hover:after {
    width: 0;
  }
}
.button-t-g-w {
  color: var(--white);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button-t-g-w:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--white);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (min-width: 880px) {
  .button-t-g-w {
    cursor: pointer;
  }
  .button-t-g-w:hover:after {
    width: 0;
  }
}
.button-t-g-b {
  color: var(--primary);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button-t-g-b:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (min-width: 880px) {
  .button-t-g-b {
    cursor: pointer;
  }
  .button-t-g-b:hover:after {
    width: 0;
  }
}
.list--style ol li {
  border-width: 1px;
  border-bottom-color: var(--primary);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.list--style ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.table--style table {
  margin-bottom: 2rem;
  margin-top: 1.25rem;
  width: 100%;
  border-width: 1px;
  border-left-color: var(--primary);
  border-right-color: var(--primary);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: calc(12px/100 * 0);
  word-spacing: 0;
}
.table--style table thead {
  background-color: var(--primary);
  text-align: left;
  color: var(--secondary);
}
.table--style table th, 
.table--style table td {
  border-width: 1px;
  border-bottom-color: var(--primary);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.table--style table td:first-child {
  word-break: break-all;
}
.image_wrapper img {
  width: 100%;
  height: auto;
}
.adjusted {
  position: relative;
}
.adjusted img, 
.adjusted video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ico--check {
  background-image: url("data:image/svg+xml,%3Csvg width=%2711%27 height=%279%27 viewBox=%270 0 11 9%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.73549 0.219934C9.80374 0.1503 9.88519 0.0949814 9.97508 0.0572166C10.065 0.0194519 10.1615 0 10.259 0C10.3565 0 10.453 0.0194519 10.5429 0.0572166C10.6328 0.0949814 10.7142 0.1503 10.7825 0.219934C11.0685 0.508934 11.0725 0.975934 10.7925 1.26993L4.87949 8.25993C4.81236 8.33366 4.73089 8.3929 4.64007 8.43406C4.54925 8.47521 4.45099 8.4974 4.3513 8.49927C4.25161 8.50115 4.15258 8.48266 4.06028 8.44495C3.96798 8.40723 3.88435 8.35108 3.81449 8.27993L0.216492 4.63393C0.077729 4.49242 0 4.30213 0 4.10393C0 3.90574 0.077729 3.71545 0.216492 3.57393C0.284738 3.5043 0.36619 3.44898 0.45608 3.41122C0.54597 3.37345 0.642491 3.354 0.739992 3.354C0.837493 3.354 0.934014 3.37345 1.0239 3.41122C1.11379 3.44898 1.19525 3.5043 1.26349 3.57393L4.31549 6.66693L9.71549 0.241934C9.72171 0.234206 9.72839 0.226859 9.73549 0.219934Z%27 fill=%27white%27/%3E%3C/svg%3E");
}
@media (min-width: 880px) {
  input[type='checkbox'] {
    cursor: pointer;
  }
}
.jcf-checkbox {
  width: 24px;
  height: 24px;
  margin-left: 0.75rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--primary);
}
.jcf-checkbox.jcf-checked {
  border-width: 1px;
  border-color: var(--primary);
  background-color: var(--primary);
}
.jcf-checkbox.jcf-checked span {
  width: initial;
  height: inherit;
  position: initial;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 0px;
}
.jcf-checkbox.jcf-checked span:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width=%2711%27 height=%279%27 viewBox=%270 0 11 9%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.73549 0.219934C9.80374 0.1503 9.88519 0.0949814 9.97508 0.0572166C10.065 0.0194519 10.1615 0 10.259 0C10.3565 0 10.453 0.0194519 10.5429 0.0572166C10.6328 0.0949814 10.7142 0.1503 10.7825 0.219934C11.0685 0.508934 11.0725 0.975934 10.7925 1.26993L4.87949 8.25993C4.81236 8.33366 4.73089 8.3929 4.64007 8.43406C4.54925 8.47521 4.45099 8.4974 4.3513 8.49927C4.25161 8.50115 4.15258 8.48266 4.06028 8.44495C3.96798 8.40723 3.88435 8.35108 3.81449 8.27993L0.216492 4.63393C0.077729 4.49242 0 4.30213 0 4.10393C0 3.90574 0.077729 3.71545 0.216492 3.57393C0.284738 3.5043 0.36619 3.44898 0.45608 3.41122C0.54597 3.37345 0.642491 3.354 0.739992 3.354C0.837493 3.354 0.934014 3.37345 1.0239 3.41122C1.11379 3.44898 1.19525 3.5043 1.26349 3.57393L4.31549 6.66693L9.71549 0.241934C9.72171 0.234206 9.72839 0.226859 9.73549 0.219934Z%27 fill=%27white%27/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.submenu-isotope {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  margin-bottom: 26px;
  padding-bottom: 14px;
}
@media (min-width: 880px) {
  .submenu-isotope {
    gap: 0 20px;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}
.submenu-isotope button {
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: calc(12px/100 * 0);
  word-spacing: 0;
  padding-bottom: 5px;
}
.submenu-isotope button.is-checked {
  border-bottom: 1px solid var(--green);
}
@media (min-width: 880px) {
  .submenu-isotope button:hover {
    color: var(--green);
  }
}
.doublesubmenu-isotope {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 26px;
}
@media (min-width: 880px) {
  .doublesubmenu-isotope {
    gap: 0 20px;
    justify-content: flex-start;
    margin-bottom: 63px;
  }
}
.doublesubmenu-isotope .type-bounds {
  width: 100%;
}
.doublesubmenu-isotope .type {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 0 10px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 880px) {
  .doublesubmenu-isotope .type {
    display: flex;
    justify-content: flex-start;
    gap: 0 14px;
  }
}
.doublesubmenu-isotope .state {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 10px;
  color: #959595;
}
@media (min-width: 880px) {
  .doublesubmenu-isotope .state {
    gap: 0 14px;
  }
}
.doublesubmenu-isotope button {
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: calc(12px/100 * 0);
  word-spacing: 0;
  white-space: nowrap;
  padding-bottom: 5px;
}
.doublesubmenu-isotope button.is-checked {
  border-bottom: 1px solid var(--green);
}
@media (min-width: 880px) {
  .doublesubmenu-isotope button:hover {
    color: var(--green);
  }
}
.doublesubmenu-isotope .spacer {
  min-width: 100%;
  height: 1px;
  margin-bottom: 14px;
  margin-top: 10px;
}
.searcher {
  display: flex;
  gap: 0 10px;
  margin-top: 65px;
}
.searcher input[type="submit"] {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: calc(14px/100 * 0);
  word-spacing: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
}
.wpcf7-form {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .wpcf7-form {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.wpcf7-form {
  text-align: left;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form label {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: calc(12px/100 * 0);
  word-spacing: 0;
  color: var(--green);
}
.wpcf7-form input[type='date'], 
.wpcf7-form input[type='time'], 
.wpcf7-form input[type='datetime-local'], 
.wpcf7-form input[type='week'], 
.wpcf7-form input[type='month'], 
.wpcf7-form input[type='text'], 
.wpcf7-form input[type='email'], 
.wpcf7-form input[type='url'], 
.wpcf7-form input[type='password'], 
.wpcf7-form input[type='search'], 
.wpcf7-form input[type='tel'], 
.wpcf7-form input[type='number'], 
.wpcf7-form select, 
.wpcf7-form textarea {
  width: 100%;
  flex: 1 1 0%;
  color: var(--primary);
  font-size: 14px;
  line-height: 14px;
  letter-spacing: calc(14px/100 * 0);
  word-spacing: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 11px;
  border-bottom: 1px solid var(--primary);
}
.wpcf7-form textarea {
  height: 60px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: calc(14px/100 * 0);
  word-spacing: 0;
}
.wpcf7-form .wpcf7 {
  background-color: var(--secondary);
}
@media (min-width: 880px) {
  .wpcf7-form .wpcf7 {
    height: 100%;
  }
}
.wpcf7-form .wpcf7 br {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0px;
}
.wpcf7-form .wpcf7-not-valid-tip {
  padding-bottom: 8px;
}
.wpcf7-form .acceptance,
.wpcf7-form .wpcf7-acceptance {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: calc(14px/100 * 0);
  word-spacing: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
  display: block;
}
@media (min-width: 880px) {
  .wpcf7-form .acceptance,
  .wpcf7-form .wpcf7-acceptance {
    padding-left: 0;
    padding-right: 0;
  }
}
.wpcf7-form .acceptance label, 
.wpcf7-form .wpcf7-acceptance label {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  color: var(--primary);
  gap: 5px;
}
.wpcf7-form .acceptance .wpcf7-form-control-wrap:before, 
.wpcf7-form .wpcf7-acceptance .wpcf7-form-control-wrap:before, 
.wpcf7-form .acceptance .wpcf7-form-control-wrap:after, 
.wpcf7-form .wpcf7-acceptance .wpcf7-form-control-wrap:after {
  --tw-content: none;
  content: var(--tw-content);
}
.wpcf7-form .acceptance a, 
.wpcf7-form .wpcf7-acceptance a {
  text-decoration-line: underline;
}
.wpcf7-form .submit-wrapper {
  width: 100%;
  text-align: center;
}
.wpcf7-form .input-file-wrapper {
  display: block;
}
.wpcf7-form .input-file-wrapper input::file-selector-button {
  border: 1px dashed var(--primary);
  border-radius: 0;
  padding: 8px 20px;
  text-align: center;
  background-color: transparent;
  margin-top: 15px;
  margin-right: 10px;
  padding-left: 30px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 version=%271.1%27 viewBox=%270 0 19 24%27%3E%3C%21-- Generator: Adobe Illustrator 29.3.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 151%29 --%3E%3Cdefs%3E%3Cstyle%3E .st0, .st1, .st2 %7B fill: none; %7D .st1 %7B stroke-miterlimit: 10; %7D .st1, .st2 %7B stroke: %23031a38; %7D .st3 %7B clip-path: url%28%23clippath%29; %7D %3C/style%3E%3CclipPath id=%27clippath%27%3E%3Crect class=%27st0%27 x=%271.5%27 y=%274.5%27 width=%2715%27 height=%2719.5%27/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class=%27st3%27%3E%3Cg%3E%3Cpath class=%27st1%27 d=%27M9,24V4.8%27/%3E%3Cpath class=%27st1%27 d=%27M16.3,12.2l-7.3-7.4L1.7,12.2%27/%3E%3C/g%3E%3C/g%3E%3Cline class=%27st2%27 x1=%2718%27 y1=%27.5%27 y2=%27.5%27/%3E%3Cline class=%27st2%27 x1=%2717.5%27 y1=%27.8%27 x2=%2717.5%27 y2=%273.8%27/%3E%3Cline class=%27st2%27 x1=%27.5%27 y1=%27.8%27 x2=%27.5%27 y2=%273.8%27/%3E%3C/svg%3E");
  background-size: 12px 18px;
  background-repeat: no-repeat;
  background-position: 8px 6px;
}
.wpcf7-form input[type='submit'] {
  color: var(--primary);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  margin-top: 44px;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.wpcf7-form input[type='submit']:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (min-width: 880px) {
  .wpcf7-form input[type='submit'] {
    cursor: pointer;
  }
  .wpcf7-form input[type='submit']:hover:after {
    width: 0;
  }
}
.header-section, 
.header-2-section, 
.header-3-section {
  position: relative;
  color: var(--primary);
  width: 100%;
  height: auto;
  display: grid;
}
.header-section .image_wrapper, 
.header-2-section .image_wrapper, 
.header-3-section .image_wrapper {
  position: relative;
}
.header-section .image_wrapper img, 
.header-2-section .image_wrapper img, 
.header-3-section .image_wrapper img, 
.header-section .image_wrapper video, 
.header-2-section .image_wrapper video, 
.header-3-section .image_wrapper video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header-section .plyr-aspect, 
.header-2-section .plyr-aspect, 
.header-3-section .plyr-aspect {
  position: relative;
}
.header-section .plyr-aspect img, 
.header-2-section .plyr-aspect img, 
.header-3-section .plyr-aspect img, 
.header-section .plyr-aspect video, 
.header-2-section .plyr-aspect video, 
.header-3-section .plyr-aspect video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header-section .plyr-aspect .plyr-ready,
.header-2-section .plyr-aspect .plyr-ready,
.header-3-section .plyr-aspect .plyr-ready {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header-section .header-section-title,
.header-2-section .header-section-title,
.header-3-section .header-section-title {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: calc(40px/100 * 0);
  word-spacing: 0;
  color: var(--secondary);
}
.header-section .header-section-title.green, 
.header-2-section .header-section-title.green, 
.header-3-section .header-section-title.green {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.header-section .header-section-box, 
.header-2-section .header-section-box, 
.header-3-section .header-section-box {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .header-section .header-section-box, 
.header-2-section .header-section-box, 
.header-3-section .header-section-box {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.header-section .header-section-box,
.header-2-section .header-section-box,
.header-3-section .header-section-box {
  padding-top: 75px;
  padding-bottom: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
}
@media (min-width: 880px) {
  .header-section .header-section-box,
  .header-2-section .header-section-box,
  .header-3-section .header-section-box {
    padding-top: 45px;
    padding-bottom: 59px;
  }
}
.header-section .header-section-box .header-section-title,
.header-2-section .header-section-box .header-section-title,
.header-3-section .header-section-box .header-section-title {
  padding-bottom: 20px;
}
.header-section .header-section-box .header-section-content, 
.header-2-section .header-section-box .header-section-content, 
.header-3-section .header-section-box .header-section-content {
  color: var(--green);
}
.header-section {
  position: relative;
}
@media (min-width: 880px) {
  .header-section {
    height: 50vh;
  }
}
.header-section .image_wrapper,
.header-section .plyr-aspect {
  width: 100%;
  padding-top: 85.11627907% !important;
  height: 0;
  position: relative;
}
.header-section .image_wrapper img,
.header-section .plyr-aspect img,
.header-section .image_wrapper video,
.header-section .plyr-aspect video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 880px) {
  .header-section .image_wrapper,
  .header-section .plyr-aspect {
    padding-top: 0 !important;
    height: 100%;
    position: relative;
  }
  .header-section .image_wrapper img, 
  .header-section .plyr-aspect img, 
  .header-section .image_wrapper video, 
  .header-section .plyr-aspect video {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .header-section .h2-wrapper {
    position: absolute;
    width: 100%;
    bottom: 40px;
  }
}
.header-section .header-section-title {
  position: absolute;
  display: block;
  bottom: 43px;
  left: 30px;
  padding-right: 20%;
}
@media (min-width: 880px) {
  .header-section .header-section-title {
    position: relative;
    padding-left: var(--xpadding-x);
    padding-right: var(--xpadding-x);
  }
  @media (min-width: 880px) {
    .header-section .header-section-title {
      padding-left: var(--xpadding);
      padding-right: var(--xpadding);
    }
  }
  .header-section .header-section-title {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }
}
.header-section .arrow {
  width: 42px;
  height: 32px;
  transform: rotate(90deg);
  position: relative;
  display: inline-block;
  display: none;
  cursor: pointer;
}
.header-section .arrow .line {
  position: absolute;
  top: 50%;
  left: 0px;
  height: 1px;
  width: 100%;
  background-color: var(--primary);
}
.header-section .arrow .cap-top, 
.header-section .arrow .cap-bottom {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 1px;
  transform-origin: right;
  width: 22.627417px;
  background-color: var(--primary);
}
.header-section .arrow .cap-top {
  transform: rotate(45deg);
}
.header-section .arrow .cap-bottom {
  transform: rotate(-45deg);
}
@media (min-width: 880px) {
  .header-section .arrow {
    display: block;
    position: absolute;
    right: 60px;
    bottom: 63px;
    display: none;
  }
}
.header-section .arrow > * {
  background-color: var(--primary) !important;
}
.header-2-section {
  height: auto;
}
@media (min-width: 880px) {
  .header-2-section {
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-basis: 50%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: auto;
  }
  .header-2-section:before {
    content: '';
    position: absolute;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    top: 0;
    right: 0;
    bottom: 0;
    width: 300%;
    height: 100%;
  }
  .header-2-section .header-section-box {
    padding-right: 0;
    padding-top: 100px;
  }
  .header-2-section .image_wrapper {
    margin-bottom: 49px;
    max-width: 81px;
    width: 100%;
    margin-left: 60px;
    width: 81px;
    height: 81px;
  }
}
.header-2-section .cta-wrapper {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .header-2-section .cta-wrapper {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.header-2-section .cta-wrapper {
  display: none;
}
@media (min-width: 880px) {
  .header-2-section .cta-wrapper {
    padding-top: 45px;
    padding-bottom: 59px;
    display: block;
    display: none;
  }
}
.header-2-section .cta-wrapper .button {
  color: var(--primary);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border: 1px solid var(--white);
}
.header-2-section .cta-wrapper .button:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (min-width: 880px) {
  .header-2-section .cta-wrapper .button {
    cursor: pointer;
  }
  .header-2-section .cta-wrapper .button:hover:after {
    width: 0;
  }
}
.header-3-section {
  background-color: var(--primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-bottom: 37px;
}
@media (min-width: 880px) {
  .header-3-section {
    display: flex;
    min-height: calc(50vh - 77px);
  }
  .header-3-section .header-section-box {
    padding-top: 126px;
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    flex-basis: 100%;
    justify-content: end;
  }
}
.header-3-section .header-section-box .header-section-content {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 880px) {
  .header-3-section .header-section-box .header-section-content {
    max-width: 440px;
  }
}
.header-3-section .header-section-box .header-section-content * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 880px) {
  .header-3-section > * {
    order: 1;
    flex-basis: 50%;
  }
  .header-3-section > *:first-child {
    order: 2;
  }
}
.home-section {
  width: 100%;
  height: auto;
  display: grid;
}
@media (min-width: 880px) {
  .home-section {
    display: flex;
    flex-wrap: wrap;
  }
}
.home-section > * {
  background-color: white;
  position: relative;
  z-index: 10;
}
.home-section .image_wrapper, 
.home-section .plyr-aspect {
  position: relative;
  height: calc(100dvh);
}
.home-section .image_wrapper img, 
.home-section .plyr-aspect img, 
.home-section .image_wrapper video, 
.home-section .plyr-aspect video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 880px) {
  .home-section .image_wrapper,
  .home-section .plyr-aspect {
    height: calc(100vh);
    order: 1;
    flex-basis: 100%;
  }
}
.home-section .image_wrapper .plyr-ready,
.home-section .plyr-aspect .plyr-ready {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-section .header-section-box {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--primary);
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .home-section .header-section-box {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.home-section .header-section-box {
  padding-top: 75px;
  padding-bottom: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
}
@media (min-width: 880px) {
  .home-section .header-section-box {
    z-index: 20;
    order: 3;
    flex-basis: 100%;
    height: auto;
    padding-top: 98px;
    padding-bottom: 20px;
  }
}
.home-section .header-section-box .arrow {
  width: 22px;
  height: 17px;
  transform: rotate(90deg);
  position: relative;
  display: inline-block;
  position: absolute;
  display: block;
  cursor: pointer;
  right: 30px;
  top: -64px;
}
.home-section .header-section-box .arrow .line {
  position: absolute;
  top: 50%;
  left: 0px;
  height: 1px;
  width: 100%;
  background-color: white;
}
.home-section .header-section-box .arrow .cap-top, 
.home-section .header-section-box .arrow .cap-bottom {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 1px;
  transform-origin: right;
  width: 12.02081528px;
  background-color: white;
}
.home-section .header-section-box .arrow .cap-top {
  transform: rotate(45deg);
}
.home-section .header-section-box .arrow .cap-bottom {
  transform: rotate(-45deg);
}
@media (min-width: 880px) {
  .home-section .header-section-box .arrow {
    width: 42px;
    height: 32px;
    transform: rotate(90deg);
    position: relative;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -208px;
  }
  .home-section .header-section-box .arrow .line {
    position: absolute;
    top: 50%;
    left: 0px;
    height: 1px;
    width: 100%;
    background-color: white;
  }
  .home-section .header-section-box .arrow .cap-top, 
  .home-section .header-section-box .arrow .cap-bottom {
    position: absolute;
    right: 0px;
    top: 50%;
    height: 1px;
    transform-origin: right;
    width: 22.627417px;
    background-color: white;
  }
  .home-section .header-section-box .arrow .cap-top {
    transform: rotate(45deg);
  }
  .home-section .header-section-box .arrow .cap-bottom {
    transform: rotate(-45deg);
  }
}
.home-section .header-section-box .header-section-title {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: calc(40px/100 * 0);
  word-spacing: 0;
  padding-bottom: 20px;
  position: absolute;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  left: 30px;
  top: -20px;
  padding-right: 80px;
}
@media (min-width: 880px) {
  .home-section .header-section-box .header-section-title {
    left: 0;
    top: -50px;
  }
}
.home-section .header-section-box .header-section-title.green {
  color: var(--green);
}
@media (min-width: 880px) {
  .home-section .header-section-box .header-section-title.green {
    color: var(--primary);
  }
}
.home-section .header-section-box .header-section-title.white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 880px) {
  .home-section .header-section-box .header-section-title.white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.home-section .header-section-box .header-section-content {
  color: var(--green);
}
@media (min-width: 880px) {
  .home-section .header-section-box .header-section-content {
    position: absolute;
    text-align: left;
    left: 60px;
    max-width: 50%;
  }
}
.home-section .header-section-box .h2-wrapper:before {
  content: "";
  width: 100%;
  height: 100vh;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media (min-width: 880px) {
  .home-section .header-section-box .h2-wrapper {
    position: relative;
    width: 100%;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-section .numbers-section {
  order: 6;
}
@media (min-width: 880px) {
  .home-section .numbers-section {
    flex-basis: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.home-section .numbers-section .numbers-section-wrapper {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
.home-section .numbers-section-box {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .home-section .numbers-section-box {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.home-section .numbers-section-box {
  padding-bottom: 20px;
  order: 4;
}
@media (min-width: 880px) {
  .home-section .numbers-section-box {
    flex-basis: 100%;
  }
  .home-section .numbers-section-box .numbers-section-content {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: calc(18px/100 * 0);
    word-spacing: 0;
    display: flex;
    justify-content: space-between;
    text-align: left;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    gap: 60px;
  }
}
.home-section .numbers-section-box .numbers-section-content .od {
  color: var(--green);
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
}
.home-section .numbers-section-box .numbers-section-content p {
  margin-bottom: 21px;
}
.home-section .numbers-section-box .numbers-section-content p:last-child {
  margin-bottom: 0;
}
.home-section .numbers-section-box .numbers-section-content .cta-wrapper {
  padding-top: 70px;
}
@media (min-width: 880px) {
  .home-section .numbers-section-box .numbers-section-content .cta-wrapper {
    display: none;
  }
}
.home-section .busines-lines-section {
  order: 8;
}
@media (min-width: 880px) {
  .home-section .busines-lines-section {
    display: flex;
    flex-basis: 100%;
    flex-direction: row-reverse;
  }
}
.home-section .busines-lines-section > * {
  flex-basis: 50%;
}
@media (min-width: 880px) {
  .home-section .busines-lines-section > * {
    order: 2;
  }
  .home-section .busines-lines-section > *.bussines-lines-image {
    position: relative;
    max-width: 50%;
  }
  .home-section .busines-lines-section > *.bussines-lines-image .image_wrapper {
    order: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    width: 100%;
    height: 0;
    height: 100%;
    padding-top: 0 !important;
  }
  .home-section .busines-lines-section > *.bussines-lines-image .image_wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home-section .busines-lines-section > *.bussines-lines-image .cta-wrapper {
  display: none;
}
@media (min-width: 880px) {
  .home-section .busines-lines-section > *.bussines-lines-image .cta-wrapper {
    position: absolute;
    display: block;
    bottom: 60px;
    left: 60px;
  }
}
.numbers-section {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.numbers-section .numbers-section-wrapper-color {
  padding-top: 50px;
  text-align: center;
}
@media (min-width: 880px) {
  .numbers-section .numbers-section-wrapper-color {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    text-align: left;
    height: 100%;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .numbers-section .numbers-section-wrapper-color .numbers-section-box {
    margin-bottom: 80px;
  }
}
.numbers-section .numbers-section-wrapper-color.contain-title {
  padding-top: 38px;
}
@media (min-width: 880px) {
  .numbers-section .numbers-section-wrapper-color.contain-title {
    padding-top: 100px;
  }
}
.numbers-section .numbers-section-wrapper-color.contain-title .numbers-title {
  padding-bottom: 55px;
}
@media (min-width: 880px) {
  .numbers-section .numbers-section-wrapper-color.contain-title .numbers-title {
    padding-bottom: 101px;
  }
}
.numbers-section .numbers-subtitle {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
  color: var(--green);
  margin-bottom: 50px;
}
.numbers-section .numbers-section-wrapper {
  width: 100%;
}
@media (min-width: 880px) {
  .numbers-section .numbers-section-wrapper {
    display: flex;
    flex-direction: column;
    padding-left: var(--xpadding-x);
    padding-right: var(--xpadding-x);
  }
  @media (min-width: 880px) {
    .numbers-section .numbers-section-wrapper {
      padding-left: var(--xpadding);
      padding-right: var(--xpadding);
    }
  }
}
.numbers-section .numbers-section-wrapper > *:last-child {
  padding-bottom: 80px !important;
}
@media (min-width: 880px) {
  .numbers-section .numbers-section-wrapper > *:last-child {
    padding-bottom: 110px !important;
  }
}
.numbers-section .numbers-section-wrapper .numbers-section-content-wrapper {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .numbers-section .numbers-section-wrapper .numbers-section-content-wrapper {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    gap: 60px;
  }
  .numbers-section .numbers-section-wrapper .numbers-section-content-wrapper > * {
    flex: 1 1 0%;
  }
}
.numbers-section .numbers-section-wrapper .numbers {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
  padding-bottom: 63px;
}
@media (min-width: 880px) {
  .numbers-section .numbers-section-wrapper .numbers {
    padding-bottom: 30px;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 0px;
    padding-left: calc(60px * 2);
    padding-right: calc(60px * 2);
    justify-content: center;
    gap: 30px;
  }
}
.numbers-section .numbers-section-wrapper .numbers-grey {
  background-color: var(--skyblue);
  color: #959595;
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
  padding-top: 63px;
}
@media (min-width: 880px) {
  .numbers-section .numbers-section-wrapper .numbers-grey {
    padding-top: 30px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(60px * 2);
    padding-right: calc(60px * 2);
  }
  .numbers-section .numbers-section-wrapper .numbers-grey .number-grey-content {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.numbers-section .numbers-section-wrapper .number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 50px;
  gap: 0 20px;
}
@media (min-width: 880px) {
  .numbers-section .numbers-section-wrapper .number {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 0;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .numbers-section .numbers-section-wrapper .number:first-child {
    border-left: none;
    padding-left: 0;
  }
}
.numbers-section .numbers-section-wrapper .number:last-child {
  margin-bottom: 0;
}
@media (min-width: 880px) {
  .numbers-section .numbers-section-wrapper .number:last-child {
    margin-bottom: 30px;
  }
}
.numbers-section .numbers-section-wrapper .number .number-title {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: calc(13px/100 * 0);
  word-spacing: 0;
  text-align: center;
}
@media (min-width: 880px) {
  .numbers-section .numbers-section-wrapper .number .number-title {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: calc(14px/100 * 0);
    word-spacing: 0;
    max-width: 240px;
  }
}
.numbers-section .numbers-section-wrapper .number .number-content {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: calc(40px/100 * 0);
  word-spacing: 0;
  margin-bottom: 16px;
}
@media (min-width: 880px) {
  .numbers-section .numbers-section-wrapper .number .number-content {
    margin-bottom: 18px;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: calc(50px/100 * 0);
    word-spacing: 0;
    text-align: left;
  }
}
.numbers-section .numbers-section-box {
  margin-bottom: 50px;
}
@media (min-width: 880px) {
  .numbers-section .numbers-section-box .numbers-section-content {
    max-width: 440px;
  }
}
.numbers-section .numbers-section-box .numbers-section-content p {
  margin-bottom: 21px;
}
.numbers-section .numbers-section-box .numbers-section-content p:last-child {
  margin-bottom: 0;
}
.numbers-section .numbers-section-box .numbers-section-content .cta-wrapper {
  padding-top: 70px;
}
@media (min-width: 880px) {
  .numbers-section .numbers-section-box .numbers-section-content .cta-wrapper {
    justify-content: flex-start;
    padding-bottom: 40px;
  }
}
.numbers-section .cta-wrapper {
  padding-bottom: 80px;
}
@media (min-width: 880px) {
  .numbers-section .cta-wrapper {
    padding-bottom: 110px;
  }
}
.archive .numbers-section-wrapper-color {
  padding-bottom: 0;
}
.services-section {
  position: relative;
  background-color: var(--terciary);
}
.services-section .image_wrapper {
  width: 100%;
  padding-top: 107.44186047% !important;
  height: 0;
  position: relative;
}
.services-section .image_wrapper img,
.services-section .image_wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 880px) {
  .services-section .image_wrapper {
    width: 100%;
    padding-top: 29.44444444% !important;
    height: 0;
    position: relative;
  }
  .services-section .image_wrapper img,
  .services-section .image_wrapper video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.services-section .services-section-box {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .services-section .services-section-box {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.services-section .services-section-box {
  padding-top: 83px;
  padding-bottom: 100px;
  position: relative;
}
@media (min-width: 880px) {
  .services-section .services-section-box {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.services-section .services-section-box .services-title {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
  text-transform: uppercase;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  color: var(--primary);
}
@media (min-width: 880px) {
  .services-section .services-section-box .services-title {
    margin-bottom: 64px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: calc(24px/100 * 0);
    word-spacing: 0;
  }
  .services-section .boxes {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
  }
}
.services-section .box {
  text-align: center;
  margin-bottom: -1px;
}
@media (min-width: 880px) {
  .services-section .box {
    text-align: left;
  }
}
.services-section .box .title {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: calc(30px/100 * 0);
  word-spacing: 0;
  position: relative;
  color: var(--green);
  padding-top: 8px;
  padding-bottom: 23px;
}
@media (min-width: 880px) {
  .services-section .box .title {
    padding-right: 46px;
  }
}
.services-section .box .content {
  padding-bottom: 48px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: calc(18px/100 * 0);
  word-spacing: 0;
  color: var(--primary);
}
@media (min-width: 880px) {
  .services-section .box .content {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}
.busines-lines-section {
  background-color: var(--skyblue);
}
@media (min-width: 880px) {
  .busines-lines-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.busines-lines-section .image_wrapper {
  width: 100%;
  padding-top: 107.44186047% !important;
  height: 0;
  position: relative;
}
.busines-lines-section .image_wrapper img,
.busines-lines-section .image_wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.busines-lines-section .busines-lines-section-box {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .busines-lines-section .busines-lines-section-box {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.busines-lines-section .busines-lines-section-box {
  padding-top: 38px;
  padding-bottom: 120px;
}
@media (min-width: 880px) {
  .busines-lines-section .busines-lines-section-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 41px;
    max-width: calc(1220px / 2 + 60px);
  }
}
.busines-lines-section .busines-lines-section-box .busines-lines-title {
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: calc(20px/100 * 0);
  word-spacing: 0;
  padding-right: 50%;
}
.busines-lines-section .busines-lines-wrapper .box {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 880px) {
  .busines-lines-section .busines-lines-wrapper .box {
    text-align: left;
  }
}
.busines-lines-section .busines-lines-wrapper .box:last-child {
  margin-bottom: 0;
}
.busines-lines-section .busines-lines-wrapper .box .title {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: calc(30px/100 * 0);
  word-spacing: 0;
  position: relative;
  display: block;
  color: var(--green);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding-top: 8px;
  margin-bottom: 21px;
}
@media (min-width: 880px) {
  .busines-lines-section .busines-lines-wrapper .box .title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: calc(30px/100 * 0);
    word-spacing: 0;
    border-color: transparent;
    margin-bottom: 23px;
  }
}
.busines-lines-section .busines-lines-wrapper .box .title:first-child {
  border-top: 0;
}
.busines-lines-section .busines-lines-wrapper .box .description {
  padding-bottom: 33px;
}
@media (min-width: 880px) {
  .busines-lines-section .busines-lines-wrapper .box .cta-wrapper {
    justify-content: flex-start;
  }
}
.image-text-cta-section {
  width: 100%;
  height: auto;
}
@media (min-width: 880px) {
  .image-text-cta-section {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .home .image-text-cta-section:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.image-text-cta-section:nth-child(even) {
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 880px) {
  .image-text-cta-section:nth-child(even) {
    flex-direction: row;
  }
}
.image-text-cta-section:nth-child(odd) {
  display: flex;
  flex-direction: column-reverse;
  background-color: var(--terciary);
}
@media (min-width: 880px) {
  .image-text-cta-section:nth-child(odd) {
    justify-content: end;
    flex-direction: row-reverse;
  }
  .image-text-cta-section > * {
    flex-basis: 50%;
  }
}
.image-text-cta-section .image_wrapper {
  width: 100%;
  padding-top: 100% !important;
  height: 0;
  position: relative;
}
.image-text-cta-section .image_wrapper img,
.image-text-cta-section .image_wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 880px) {
  .image-text-cta-section .image_wrapper {
    width: 100%;
    padding-top: 32.08333333% !important;
    height: 0;
    position: relative;
  }
  .image-text-cta-section .image_wrapper img,
  .image-text-cta-section .image_wrapper video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.image-text-cta-section .image-text-cta-section-box {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .image-text-cta-section .image-text-cta-section-box {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.image-text-cta-section .image-text-cta-section-box {
  padding-top: 77px;
  padding-bottom: 90px;
  position: relative;
  order: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: var(--primary);
  font-size: 18px;
  line-height: 21px;
  letter-spacing: calc(18px/100 * 0);
  word-spacing: 0;
}
@media (min-width: 880px) {
  .image-text-cta-section .image-text-cta-section-box {
    max-width: calc(1220px / 2 + 60px);
  }
}
.image-text-cta-section .image-text-cta-section-box .image-text-cta-section-content {
  margin-bottom: 30px;
}
@media (min-width: 880px) {
  .image-text-cta-section .image-text-cta-section-box .image-text-cta-section-content {
    max-width: 440px;
  }
}
.image-text-cta-section .image-text-cta-section-box .image-text-cta-section-title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
  text-transform: uppercase;
}
.image-text-cta-section .image-text-cta-section-box .cta-wrapper {
  justify-content: flex-start;
}
@media (min-width: 880px) {
  .home .image-text-cta-section > *.image_wrapper {
    order: 5;
  }
}
.text-cta-section {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .text-cta-section {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.text-cta-section {
  background-color: var(--secondary);
}
.text-cta-section .text-cta-section-box {
  padding-top: 77px;
  padding-bottom: 90px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--secondary);
  color: var(--primary);
  font-size: 18px;
  line-height: 21px;
  letter-spacing: calc(18px/100 * 0);
  word-spacing: 0;
}
@media (min-width: 880px) {
  .text-cta-section .text-cta-section-box {
    padding-top: 105px;
    padding-bottom: 105px;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }
}
.text-cta-section .text-cta-section-box .text-cta-section-title {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.text-cta-section .text-cta-section-box .text-cta-section-content {
  margin-bottom: 30px;
}
.text-cta-section .text-cta-section-box .text-cta-section-content b, 
.text-cta-section .text-cta-section-box .text-cta-section-content strong {
  color: var(--green);
}
.text-cta-section .text-cta-section-box .cta-wrapper {
  justify-content: flex-start;
}
.image-section .image_wrapper {
  width: 100%;
  padding-top: 107.44186047% !important;
  height: 0;
  position: relative;
}
.image-section .image_wrapper img,
.image-section .image_wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 880px) {
  .image-section .image_wrapper {
    width: 100%;
    padding-top: 29.44444444% !important;
    height: 0;
    position: relative;
  }
  .image-section .image_wrapper img,
  .image-section .image_wrapper video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.lastest-news-section {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .lastest-news-section {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.lastest-news-section {
  padding-top: 38px;
  padding-bottom: 66px;
}
@media (min-width: 880px) {
  .lastest-news-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.lastest-news-section .lastest-news-title {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 40px;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 880px) {
  .lastest-news-section .lastest-news-title {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: calc(24px/100 * 0);
    word-spacing: 0;
    margin-bottom: 35px;
  }
}
.lastest-news-section .lastest-news-wrapper {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 880px) {
  .lastest-news-section .lastest-news-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    padding-bottom: 60px;
  }
}
.lastest-news-section .lastest-news-wrapper .new {
  overflow: hidden;
  margin-bottom: 50px;
  display: flex;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 880px) {
  .lastest-news-section .lastest-news-wrapper .new {
    margin-bottom: 0;
  }
}
.lastest-news-section .lastest-news-wrapper .new > * {
  flex: 1 1 0%;
}
.lastest-news-section .lastest-news-wrapper .new .new-image {
  position: relative;
  display: none;
}
.lastest-news-section .lastest-news-wrapper .new .new-image .image_wrapper {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.lastest-news-section .lastest-news-wrapper .new .new-image .image_wrapper img, 
.lastest-news-section .lastest-news-wrapper .new .new-image .image_wrapper video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lastest-news-section .lastest-news-wrapper .new .new-wrapper {
  display: flex;
  flex-direction: column;
}
.lastest-news-section .lastest-news-wrapper .new .new-wrapper .new-date {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
  color: var(--green);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding-bottom: 6px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--primary);
}
.lastest-news-section .lastest-news-wrapper .new .new-wrapper .new-content {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: calc(18px/100 * 0);
  word-spacing: 0;
}
@media (min-width: 880px) {
  .lastest-news-section .lastest-news-wrapper .new .new-wrapper .new-content {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: calc(20px/100 * 0);
    word-spacing: 0;
  }
}
.lastest-news-section .lastest-news-wrapper .new .new-wrapper .cta-wrapper {
  justify-content: flex-start;
}
.lastest-news-section .cta-wrapper {
  padding-top: 24px;
}
@media (min-width: 880px) {
  .lastest-news-section .cta-wrapper {
    padding-top: 20px;
  }
}
.kiid-section {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .kiid-section {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.kiid-section {
  padding-top: 38px;
  padding-bottom: 66px;
}
.kiid-section .kiid-title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: calc(20px/100 * 0);
  word-spacing: 0;
  margin-bottom: 23px;
}
@media (min-width: 880px) {
  .kiid-section .kiid-section-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 60px;
  }
}
.kiid-section .kiid-section-wrapper .kiid {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  gap: 0 20px;
  border-top: 1px solid var(--primary);
}
@media (min-width: 880px) {
  .kiid-section .kiid-section-wrapper .kiid {
    flex-basis: 50%;
    flex-basis: calc(50% - 30px);
  }
}
.kiid-section .kiid-section-wrapper .kiid .kiid-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 12px 40px 0px 0 ;
}
.kiid-section .kiid-section-wrapper .kiid .kiid-wrapper .kiid-date {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: calc(10px/100 * 0);
  word-spacing: 0;
  color: var(--green);
  margin-bottom: 13px;
}
.kiid-section .kiid-section-wrapper .kiid .kiid-wrapper .kiid-content {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: calc(14px/100 * 0);
  word-spacing: 0;
}
@media (min-width: 880px) {
  .kiid-section .kiid-section-wrapper .kiid .kiid-wrapper .kiid-content {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: calc(24px/100 * 0);
    word-spacing: 0;
  }
}
.kiid-section .kiid-section-wrapper .kiid .kiid-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 8px;
  max-width: 40%;
}
.kiid-section .kiid-section-wrapper .kiid .kiid-buttons .download-button {
  font-weight: 500;
  color: var(--green);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: calc(12px/100 * 0);
  word-spacing: 0;
  cursor: pointer;
  background: transparent;
  padding: 2px 8px;
  text-decoration: none;
  display: inline-block;
  padding-left: 12px;
  position: relative;
}
.kiid-section .kiid-section-wrapper .kiid .kiid-buttons .download-button:before {
  content: '';
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27%3E%3Cpath d=%27M4.5 9L7.5 6L4.5 3%27 stroke=%27%2300A35E%27 stroke-width=%270.7%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.kiid-section .kiid-section-wrapper .kiid .kiid-buttons .download-button:hover {
  text-decoration: underline;
}
.kiid-section .cta-wrapper {
  padding-top: 60px;
}
.pdf-section {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .pdf-section {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.pdf-section {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 880px) {
  .pdf-section {
    padding-left: 60px;
  }
}
.pdf-section .cta-wrapper .button-arrow {
  font-weight: 700;
}
.text-readmore-section {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .text-readmore-section {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.text-readmore-section {
  padding-top: 61px;
  padding-bottom: 69px;
}
@media (min-width: 880px) {
  .text-readmore-section {
    padding-top: 49px;
    padding-bottom: 81px;
  }
}
.text-readmore-section .text-readmore-section-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--secondary);
  color: var(--primary);
  font-size: 16px;
  line-height: 21px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
  max-width: 440px;
}
@media (min-width: 880px) {
  .text-readmore-section .text-readmore-section-box {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: calc(14px/100 * 0);
    word-spacing: 0;
  }
}
.text-readmore-section p {
  margin-bottom: 21px;
}
.text-readmore-section .accordion-wrapper {
  max-width: 440px;
}
.text-readmore-section .accordion-wrapper .box {
  margin-bottom: -1px;
}
.text-readmore-section .accordion-wrapper .box .title {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: calc(13px/100 * 0);
  word-spacing: 0;
  position: relative;
  overflow: hidden;
  color: var(--green);
  margin-top: 16px;
  padding-top: 4px;
  padding-bottom: 5px;
}
@media (min-width: 880px) {
  .text-readmore-section .accordion-wrapper .box .title {
    display: none;
  }
}
.text-readmore-section .accordion-wrapper .box .title .state-0 {
  display: block;
}
.text-readmore-section .accordion-wrapper .box .title .state-1 {
  position: absolute;
  bottom: -12px;
  left: 0;
}
.text-readmore-section .accordion-wrapper .box .title .arrow {
  width: 15px;
  height: 12px;
  transform: rotate(90deg);
  position: relative;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 2px;
}
.text-readmore-section .accordion-wrapper .box .title .arrow .line {
  position: absolute;
  top: 50%;
  left: 0px;
  height: 1px;
  width: 100%;
  background-color: var(--primary);
}
.text-readmore-section .accordion-wrapper .box .title .arrow .cap-top, 
.text-readmore-section .accordion-wrapper .box .title .arrow .cap-bottom {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 1px;
  transform-origin: right;
  width: 8.48528137px;
  background-color: var(--primary);
}
.text-readmore-section .accordion-wrapper .box .title .arrow .cap-top {
  transform: rotate(45deg);
}
.text-readmore-section .accordion-wrapper .box .title .arrow .cap-bottom {
  transform: rotate(-45deg);
}
.text-readmore-section .accordion-wrapper .box .title .arrow > * {
  background-color: var(--green) !important;
}
.text-readmore-section .accordion-wrapper .box .hidden-box .hidden-box-wrapper {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
}
@media (min-width: 880px) {
  .text-readmore-section .accordion-wrapper .box .hidden-box .hidden-box-wrapper {
    height: auto;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: calc(14px/100 * 0);
    word-spacing: 0;
  }
}
.image-text-readmore-section {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .image-text-readmore-section {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.image-text-readmore-section {
  padding-top: 72px;
  padding-bottom: 92px;
}
@media (min-width: 880px) {
  .image-text-readmore-section {
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    padding-left: 0;
    padding-top: 100px;
  }
  .image-text-readmore-section:after {
    content: '';
    position: absolute;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    top: 0;
    left: 0;
    bottom: 0;
    width: 300%;
    height: 100%;
    z-index: -1;
  }
}
.image-text-readmore-section p {
  margin-bottom: 21px;
}
.image-text-readmore-section .image_wrapper {
  margin-bottom: 49px;
  max-width: 81px;
}
@media (min-width: 880px) {
  .image-text-readmore-section .image_wrapper {
    order: 2;
  }
}
.image-text-readmore-section .image-text-readmore-section-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--primary);
  font-size: 16px;
  line-height: 21px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
}
@media (min-width: 880px) {
  .image-text-readmore-section .image-text-readmore-section-box {
    order: 1;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: calc(16px/100 * 0);
    word-spacing: 0;
  }
  .image-text-readmore-section .accordion-wrapper {
    order: 3;
    flex: 0 0 100%;
  }
}
.image-text-readmore-section .accordion-wrapper .box {
  margin-bottom: -1px;
}
@media (min-width: 880px) {
  .image-text-readmore-section .accordion-wrapper .box {
    max-width: 440px;
  }
}
.image-text-readmore-section .accordion-wrapper .box .title {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: calc(13px/100 * 0);
  word-spacing: 0;
  position: relative;
  overflow: hidden;
  color: var(--green);
  margin-top: 16px;
  padding-top: 4px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--green);
}
@media (min-width: 880px) {
  .image-text-readmore-section .accordion-wrapper .box .title {
    display: none;
  }
}
.image-text-readmore-section .accordion-wrapper .box .title .state-0 {
  display: block;
}
.image-text-readmore-section .accordion-wrapper .box .title .state-1 {
  position: absolute;
  bottom: -12px;
  left: 0;
}
.image-text-readmore-section .accordion-wrapper .box .title .arrow {
  width: 15px;
  height: 12px;
  transform: rotate(90deg);
  position: relative;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 2px;
}
.image-text-readmore-section .accordion-wrapper .box .title .arrow .line {
  position: absolute;
  top: 50%;
  left: 0px;
  height: 1px;
  width: 100%;
  background-color: var(--primary);
}
.image-text-readmore-section .accordion-wrapper .box .title .arrow .cap-top, 
.image-text-readmore-section .accordion-wrapper .box .title .arrow .cap-bottom {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 1px;
  transform-origin: right;
  width: 8.48528137px;
  background-color: var(--primary);
}
.image-text-readmore-section .accordion-wrapper .box .title .arrow .cap-top {
  transform: rotate(45deg);
}
.image-text-readmore-section .accordion-wrapper .box .title .arrow .cap-bottom {
  transform: rotate(-45deg);
}
.image-text-readmore-section .accordion-wrapper .box .title .arrow > * {
  background-color: var(--green) !important;
}
.image-text-readmore-section .cta-wrapper {
  margin-top: 70px;
}
@media (min-width: 880px) {
  .image-text-readmore-section .cta-wrapper {
    display: none;
  }
}
.values-section {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .values-section {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.values-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 880px) {
  .values-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.values-section .values-title {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 60px;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 880px) {
  .values-section .values-title {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: calc(24px/100 * 0);
    word-spacing: 0;
  }
}
.values-section .values-subtitle {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media (min-width: 880px) {
  .values-section .values-subtitle {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: calc(18px/100 * 0);
    word-spacing: 0;
    margin-bottom: 80px;
  }
  .values-section .values-section-box {
    margin-left: -27px;
    margin-right: -27px;
  }
}
.values-section .values-section-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 880px) {
  .values-section .values-section-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
}
.values-section .values-section-wrapper .value {
  max-width: 283px;
  margin-bottom: 65px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 880px) {
  .values-section .values-section-wrapper .value {
    box-sizing: border-box;
    flex-basis: 50%;
    padding-left: 27px;
    padding-right: 27px;
    max-width: 100%;
  }
}
.values-section .values-section-wrapper .value .image_wrapper {
  margin-bottom: 27px;
  width: 100%;
  height: 140px;
  max-width: 170px;
  max-height: 140px;
  position: relative;
}
@media (min-width: 880px) {
  .values-section .values-section-wrapper .value .image_wrapper {
    margin-bottom: 45px;
  }
}
.values-section .values-section-wrapper .value .image_wrapper img,
.values-section .values-section-wrapper .value .image_wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.values-section .values-section-wrapper .value .value-title {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
  margin-bottom: 10px;
  color: var(--green);
}
@media (min-width: 880px) {
  .values-section .values-section-wrapper .value .value-title {
    margin-bottom: 23px;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: calc(24px/100 * 0);
    word-spacing: 0;
  }
}
.values-section .values-section-wrapper .value .value-text {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: calc(20px/100 * 0);
  word-spacing: 0;
}
.members-section .members-section-color {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .members-section .members-section-color {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.members-section .members-section-color {
  padding-top: 76px;
  padding-bottom: 100px;
  background-color: var(--skyblue);
  color: var(--primary);
}
@media (min-width: 880px) {
  .members-section .members-section-color {
    padding-top: 117px;
    padding-bottom: 53px;
  }
}
.members-section .members-section-color b, 
.members-section .members-section-color strong {
  color: var(--green);
}
.members-section .members-section-color .members-section-title {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: left;
}
@media (min-width: 880px) {
  .members-section .members-section-color .members-section-title {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}
.members-section .members-section-color .members-title,
.members-section .members-section-color .sponsors-title {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: calc(18px/100 * 0);
  word-spacing: 0;
  margin-bottom: 76px;
  width: 100%;
  text-align: left;
}
@media (min-width: 880px) {
  .members-section .members-section-color .members-title, 
  .members-section .members-section-color .sponsors-title {
    width: auto;
    text-align: center;
    margin-bottom: 108px;
  }
}
.members-section .members-section-color .members-section-wrapper, 
.members-section .members-section-color .sponsors-section-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 880px) {
  .members-section .members-section-color .members-section-wrapper, 
  .members-section .members-section-color .sponsors-section-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 115px;
  }
  .members-section .members-section-color .members-section-wrapper .logos, 
  .members-section .members-section-color .sponsors-section-wrapper .logos {
    display: flex;
    gap: 100px;
  }
}
.members-section .members-section-color .members-section-wrapper .member,
.members-section .members-section-color .sponsors-section-wrapper .member,
.members-section .members-section-color .members-section-wrapper .sponsor,
.members-section .members-section-color .sponsors-section-wrapper .sponsor {
  max-width: 283px;
  margin-bottom: 65px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 880px) {
  .members-section .members-section-color .members-section-wrapper .member,
  .members-section .members-section-color .sponsors-section-wrapper .member,
  .members-section .members-section-color .members-section-wrapper .sponsor,
  .members-section .members-section-color .sponsors-section-wrapper .sponsor {
    max-width: auto;
    width: auto;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }
}
.members-section .members-section-color .members-section-wrapper .member .image_wrapper,
.members-section .members-section-color .sponsors-section-wrapper .member .image_wrapper,
.members-section .members-section-color .members-section-wrapper .sponsor .image_wrapper,
.members-section .members-section-color .sponsors-section-wrapper .sponsor .image_wrapper {
  margin-bottom: 24px;
}
@media (min-width: 880px) {
  .members-section .members-section-color .members-section-wrapper .member .image_wrapper,
  .members-section .members-section-color .sponsors-section-wrapper .member .image_wrapper,
  .members-section .members-section-color .members-section-wrapper .sponsor .image_wrapper,
  .members-section .members-section-color .sponsors-section-wrapper .sponsor .image_wrapper {
    margin-bottom: 34px;
  }
}
.members-section .members-section-color .members-section-wrapper .member .image_wrapper img,
.members-section .members-section-color .sponsors-section-wrapper .member .image_wrapper img,
.members-section .members-section-color .members-section-wrapper .sponsor .image_wrapper img,
.members-section .members-section-color .sponsors-section-wrapper .sponsor .image_wrapper img {
  width: auto;
  max-height: 80px;
  height: 80px;
  max-width: 197px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.maps-section .maps-section-color {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .maps-section .maps-section-color {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.maps-section .maps-section-color {
  padding-top: 38px;
  padding-bottom: 80px;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 880px) {
  .maps-section .maps-section-color {
    padding-top: 47px;
    padding-bottom: 88px;
  }
}
.maps-section .maps-section-color b, 
.maps-section .maps-section-color strong {
  color: var(--green);
}
.maps-section .maps-section-color .numbers-title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: calc(20px/100 * 0);
  word-spacing: 0;
  margin-bottom: 33px;
}
@media (min-width: 880px) {
  .maps-section .maps-section-color .numbers-title {
    margin-bottom: 47px;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: calc(24px/100 * 0);
    word-spacing: 0;
  }
}
.maps-section .maps-section-color .maps-section-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 880px) {
  .maps-section .maps-section-color .maps-section-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px 20px;
  }
}
.maps-section .maps-section-color .maps-section-wrapper .map {
  margin-bottom: 15px;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
}
@media (min-width: 880px) {
  .maps-section .maps-section-color .maps-section-wrapper .map {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: calc(24px/100 * 0);
    word-spacing: 0;
  }
  .maps-section .maps-section-color .maps-section-wrapper .map:hover .map_image {
    opacity: 1;
  }
}
.maps-section .maps-section-color .maps-section-wrapper .map .map_image {
  width: 100%;
  padding-top: 43.24324324% !important;
  height: 0;
  position: relative;
  margin-bottom: 16px;
  border-radius: 10px;
}
.maps-section .maps-section-color .maps-section-wrapper .map .map_image img,
.maps-section .maps-section-color .maps-section-wrapper .map .map_image video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 880px) {
  .maps-section .maps-section-color .maps-section-wrapper .map .map_image {
    width: 100%;
    padding-top: 102.10772834% !important;
    height: 0;
    position: relative;
    margin-bottom: 42px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    display: block;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .maps-section .maps-section-color .maps-section-wrapper .map .map_image img,
  .maps-section .maps-section-color .maps-section-wrapper .map .map_image video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.maps-section .maps-section-color .maps-section-wrapper .map .map_image .image_part {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.maps-section .maps-section-color .maps-section-wrapper .map .image_wrapper {
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding-top: 43.24324324% !important;
  height: 0;
  position: relative;
  display: none;
}
.maps-section .maps-section-color .maps-section-wrapper .map .image_wrapper img,
.maps-section .maps-section-color .maps-section-wrapper .map .image_wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 880px) {
  .maps-section .maps-section-color .maps-section-wrapper .map .image_wrapper {
    display: block;
    width: 100%;
    padding-top: 102.10772834% !important;
    height: 0;
    position: relative;
    margin-bottom: 42px;
  }
  .maps-section .maps-section-color .maps-section-wrapper .map .image_wrapper img,
  .maps-section .maps-section-color .maps-section-wrapper .map .image_wrapper video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.maps-section .maps-section-color .maps-section-wrapper .map .map-title {
  margin-bottom: 6px;
  color: var(--green);
  border-bottom: 1px solid var(--green);
  padding-bottom: 8px;
}
@media (min-width: 880px) {
  .maps-section .maps-section-color .maps-section-wrapper .map .map-title {
    border-top: 1px solid var(--green);
    border-bottom: 0px solid var(--green);
    padding-top: 9px;
    padding-bottom: 12px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}
.maps-section .maps-section-color .maps-section-wrapper .map .map-text {
  margin-bottom: 10px;
}
@media (min-width: 880px) {
  .maps-section .maps-section-color .maps-section-wrapper .map .map-text {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: calc(16px/100 * 0);
    word-spacing: 0;
  }
}
.our-services-section {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .our-services-section {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.our-services-section {
  padding-top: 86px;
  padding-bottom: 100px;
  background-color: var(--skyblue);
}
.our-services-section .our-services-title {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 110px;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
.our-services-section .our-services-section-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 880px) {
  .our-services-section .our-services-section-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: left;
    gap: 20px;
  }
}
.our-services-section .our-services-section-wrapper .our-service {
  margin-bottom: 60px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  text-align: center;
}
@media (min-width: 880px) {
  .our-services-section .our-services-section-wrapper .our-service {
    align-items: flex-start;
    text-align: left;
  }
}
.our-services-section .our-services-section-wrapper .our-service:last-child {
  margin-bottom: 0;
}
.our-services-section .our-services-section-wrapper .our-service .our-service-title {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
  margin-bottom: 21px;
  text-transform: capitalize;
  color: var(--green);
}
@media (min-width: 880px) {
  .our-services-section .our-services-section-wrapper .our-service .our-service-title {
    margin-bottom: 23px;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: calc(24px/100 * 0);
    word-spacing: 0;
  }
}
.our-services-section .our-services-section-wrapper .our-service .cta-wrapper {
  margin-bottom: 22px;
}
.our-services-section .our-services-section-wrapper .our-service .our-service-text {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: calc(18px/100 * 0);
  word-spacing: 0;
  margin-bottom: 30px;
}
.services-portfolio-section {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .services-portfolio-section {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.services-portfolio-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 880px) {
  .services-portfolio-section {
    padding-top: 100px;
    max-width: calc(1220px + 60px * 2);
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}
.services-portfolio-section > * {
  flex: 1 1 0%;
}
.services-portfolio-section .services-portfolio-title {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 55px;
  margin-top: 55px;
}
@media (min-width: 880px) {
  .services-portfolio-section .services-portfolio-title {
    margin-bottom: 47px;
    margin-top: 0;
  }
}
.services-portfolio-section .services-funds-section-wrapper .fund {
  margin-bottom: 28px;
}
.services-portfolio-section .services-funds-section-wrapper .fund-label {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
  color: var(--green);
}
.services-portfolio-section .services-funds-section-wrapper .fund-name {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: calc(18px/100 * 0);
  word-spacing: 0;
  color: var(--primary);
}
.services-portfolio-section .services-funds-section-wrapper .fund-text {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: calc(18px/100 * 0);
  word-spacing: 0;
  color: #959595;
}
.services-portfolio-section .services-portfolio-section-wrapper {
  display: grid;
  width: 100%;
  text-align: center;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 45px;
}
@media (min-width: 880px) {
  .services-portfolio-section .services-portfolio-section-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.services-portfolio-section .services-portfolio-section-wrapper .service-portfolio {
  padding: 10px 18px 10px 18px;
  aspect-ratio: 180/120;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  background-color: var(--terciary);
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 880px) {
  .services-portfolio-section .services-portfolio-section-wrapper .service-portfolio {
    padding: 10px 21px 10px 21px;
  }
  .services-portfolio-section .services-portfolio-section-wrapper .service-portfolio:hover {
    background-color: #ced2d8;
  }
}
.services-portfolio-section .services-portfolio-section-wrapper .service-portfolio img {
  --tw-grayscale: grayscale(100%);
  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);
}
.services-portfolio-section .services-portfolio-section-wrapper .service-portfolio .service-portfolio-logo {
  position: absolute;
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  top: 21px;
  left: 30px;
  right: 30px;
  bottom: 21px;
}
.services-portfolio-section .services-portfolio-section-wrapper .service-portfolio .service-portfolio-logo .image_wrapper {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.services-portfolio-section .services-portfolio-section-wrapper .service-portfolio .service-portfolio-logo .image_wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.services-portfolio-section .services-portfolio-section-wrapper .service-portfolio .service-portfolio-text {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
}
.team-section {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .team-section {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.team-section {
  padding-bottom: 98px;
  padding-top: 64px;
  min-height: 100vh;
}
@media (min-width: 880px) {
  .team-section {
    padding-bottom: 148px;
    min-height: auto;
  }
}
.team-section .team-section-menu {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 880px) {
  .team-section .team-section-width {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }
}
.team-section .team-section-wrapper {
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 880px) {
  .team-section .team-section-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.team-section .team-section-wrapper .person {
  position: relative;
  float: left;
  width: calc(50% - 10px);
  margin: 5px;
  margin-bottom: 26px;
}
@media (min-width: 880px) {
  .team-section .team-section-wrapper .person {
    width: calc(25% - 20px);
    margin: 10px;
    position: relative;
  }
  .team-section .team-section-wrapper .person:hover .image_wrapper:after {
    content: '';
    opacity: 0.2;
  }
}
.team-section .team-section-wrapper .person .image_wrapper {
  width: 100%;
  padding-top: 65.55555556% !important;
  height: 0;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.team-section .team-section-wrapper .person .image_wrapper img,
.team-section .team-section-wrapper .person .image_wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 880px) {
  .team-section .team-section-wrapper .person .image_wrapper:after {
    content: '';
    position: absolute;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
.team-section .team-section-wrapper .person .image_wrapper img {
  -o-object-position: top center;
     object-position: top center;
}
.team-section .team-section-wrapper .person .person-title {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: calc(14px/100 * 0);
  word-spacing: 0;
  margin-bottom: 2px;
}
.team-section .team-section-wrapper .person .person-text {
  font-size: 12px;
  line-height: 14.4px;
  letter-spacing: calc(12px/100 * 0);
  word-spacing: 0;
  color: var(--green);
}
.portfolio-section {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .portfolio-section {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.portfolio-section {
  padding-bottom: 98px;
  padding-top: 64px;
}
@media (min-width: 880px) {
  .portfolio-section {
    padding-top: 148px;
  }
}
.portfolio-section .portfolio-section-menu {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 880px) {
  .portfolio-section .portfolio-section-width {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }
}
.portfolio-section .portfolio-section-wrapper {
  margin-left: -5px;
  margin-right: -5px;
}
.portfolio-section .portfolio-section-wrapper .work {
  position: relative;
  float: left;
  width: calc(50% - 10px);
  margin: 5px;
  padding: 10px 18px 10px 18px;
  aspect-ratio: 180/120;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: var(--terciary);
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 880px) {
  .portfolio-section .portfolio-section-wrapper .work {
    width: calc(25% - 20px);
    margin: 10px;
    padding: 10px 21px 10px 21px;
  }
  .portfolio-section .portfolio-section-wrapper .work:hover {
    background-color: #ced2d8;
  }
}
.portfolio-section .portfolio-section-wrapper .work img {
  --tw-grayscale: grayscale(100%);
  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);
}
.portfolio-section .portfolio-section-wrapper .work .service-portfolio-logo {
  position: absolute;
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  top: 21px;
  left: 30px;
  right: 30px;
  bottom: 21px;
}
.portfolio-section .portfolio-section-wrapper .work .service-portfolio-logo .image_wrapper {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.portfolio-section .portfolio-section-wrapper .work .service-portfolio-logo .image_wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.portfolio-section .portfolio-section-wrapper .work .work-title,
.portfolio-section .portfolio-section-wrapper .work .service-portfolio-text {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: calc(14px/100 * 0);
  word-spacing: 0;
  margin-bottom: 6px;
}
@media (min-width: 880px) {
  .portfolio-section .portfolio-section-wrapper .work .work-title,
  .portfolio-section .portfolio-section-wrapper .work .service-portfolio-text {
    margin-bottom: 21px;
  }
}
.portfolio-section .portfolio-section-wrapper .work .work-text {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: calc(13px/100 * 0);
  word-spacing: 0;
  color: var(--green);
}
@media (min-width: 880px) {
  .content-cta-section {
    display: flex;
    flex-direction: column;
  }
}
.content-cta-section .content-cta-section-box {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .content-cta-section .content-cta-section-box {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.content-cta-section .content-cta-section-box {
  padding-top: 48px;
  padding-bottom: 56px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--primary);
  font-size: 16px;
  line-height: 21px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
}
@media (min-width: 880px) {
  .content-cta-section .content-cta-section-box {
    padding-top: 59px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: calc(16px/100 * 0);
    word-spacing: 0;
  }
  .content-cta-section .content-cta-section-box .content-cta-section-content {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 1220px;
    gap: 60px;
  }
  .content-cta-section .content-cta-section-box .content-cta-section-content > * {
    min-width: calc(50% - 30px);
  }
}
.content-cta-section .content-cta-section-box .content-cta-section-content strong {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
  display: block;
  color: var(--green);
  margin-bottom: 50px;
}
.content-cta-section .content-cta-section-box .content-cta-section-content p {
  margin-bottom: 21px;
}
.content-cta-section .content-cta-section-box .ctas-wrapper {
  padding-top: 30px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  align-items: stretch;
  gap: 10px 0;
  margin: 0 auto;
}
@media (min-width: 880px) {
  .content-cta-section .content-cta-section-box .ctas-wrapper {
    margin-left: 0;
  }
}
.content-cta-section .content-cta-section-box .ctas-wrapper a {
  padding-left: 22px;
  padding-right: 22px;
  min-width: 240px;
}
.content-cta-section .content-cta-section-box .ctas-wrapper .button {
  color: var(--primary);
  letter-spacing: calc(16px/100 * 0);
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-bottom: none;
  padding-left: 0;
  padding-bottom: 6px;
  text-align: left;
  display: flex;
  text-transform: capitalize;
  gap: 24px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
}
.content-cta-section .content-cta-section-box .ctas-wrapper .button:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (min-width: 880px) {
  .content-cta-section .content-cta-section-box .ctas-wrapper .button {
    cursor: pointer;
  }
  .content-cta-section .content-cta-section-box .ctas-wrapper .button:hover:after {
    width: 0;
  }
}
.content-cta-section .content-cta-section-box .ctas-wrapper .button:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width=%2719%27 height=%2724%27 viewBox=%270 0 19 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_7026_7112%29%27%3E%3Cpath d=%27M9.9978 0V19.1764%27 stroke=%27%2300A35E%27 stroke-miterlimit=%2710%27/%3E%3Cpath d=%27M2.66064 11.7852L9.99775 19.1774L17.3349 11.7852%27 stroke=%27%2300A35E%27 stroke-miterlimit=%2710%27/%3E%3C/g%3E%3Cline x1=%271%27 y1=%2723.5%27 x2=%2719%27 y2=%2723.5%27 stroke=%27%2300A35E%27/%3E%3Cline x1=%271.25%27 y1=%2723.25%27 x2=%271.25%27 y2=%2720.25%27 stroke=%27%2300A35E%27/%3E%3Cline x1=%2718.5%27 y1=%2723.25%27 x2=%2718.5%27 y2=%2720.25%27 stroke=%27%2300A35E%27/%3E%3Cdefs%3E%3CclipPath id=%27clip0_7026_7112%27%3E%3Crect width=%2715%27 height=%2719.5%27 fill=%27white%27 transform=%27translate%282.5%29%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 18px;
  height: 24px;
  font-size: 0;
  line-height: 0;
  letter-spacing: calc(0/100 * 0);
  word-spacing: 0;
  margin-top: 0;
  padding: 0;
  border-bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.content-cta-section .content-cta-section-box .ctas-wrapper .button:after {
  content: none;
}
.content-cta-section .image-cta-section-box {
  position: relative;
  background-color: var(--terciary);
}
@media (min-width: 880px) {
  .content-cta-section .image-cta-section-box {
    display: flex;
    flex-direction: row;
    justify-content: start;
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.content-cta-section .image-cta-section-box .ctas-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px 0;
  margin: 0 auto;
  padding-top: 74px;
  padding-bottom: 100px;
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .content-cta-section .image-cta-section-box .ctas-wrapper {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
    margin-left: 0;
    gap: 28px;
  }
}
.content-cta-section .image-cta-section-box .ctas-wrapper .button {
  color: var(--primary);
  letter-spacing: calc(16px/100 * 0);
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-bottom: none;
  padding-left: 0;
  padding-bottom: 6px;
  text-align: left;
  display: flex;
  text-transform: capitalize;
  gap: 24px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
}
.content-cta-section .image-cta-section-box .ctas-wrapper .button:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (min-width: 880px) {
  .content-cta-section .image-cta-section-box .ctas-wrapper .button {
    cursor: pointer;
  }
  .content-cta-section .image-cta-section-box .ctas-wrapper .button:hover:after {
    width: 0;
  }
}
.content-cta-section .image-cta-section-box .ctas-wrapper .button:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width=%2719%27 height=%2724%27 viewBox=%270 0 19 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_7026_7112%29%27%3E%3Cpath d=%27M9.9978 0V19.1764%27 stroke=%27%2300A35E%27 stroke-miterlimit=%2710%27/%3E%3Cpath d=%27M2.66064 11.7852L9.99775 19.1774L17.3349 11.7852%27 stroke=%27%2300A35E%27 stroke-miterlimit=%2710%27/%3E%3C/g%3E%3Cline x1=%271%27 y1=%2723.5%27 x2=%2719%27 y2=%2723.5%27 stroke=%27%2300A35E%27/%3E%3Cline x1=%271.25%27 y1=%2723.25%27 x2=%271.25%27 y2=%2720.25%27 stroke=%27%2300A35E%27/%3E%3Cline x1=%2718.5%27 y1=%2723.25%27 x2=%2718.5%27 y2=%2720.25%27 stroke=%27%2300A35E%27/%3E%3Cdefs%3E%3CclipPath id=%27clip0_7026_7112%27%3E%3Crect width=%2715%27 height=%2719.5%27 fill=%27white%27 transform=%27translate%282.5%29%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 18px;
  height: 24px;
  font-size: 0;
  line-height: 0;
  letter-spacing: calc(0/100 * 0);
  word-spacing: 0;
  margin-top: 0;
  padding: 0;
  border-bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.content-cta-section .image-cta-section-box .ctas-wrapper .button:after {
  content: none;
}
.content-cta-section .image-cta-section-box .image_wrapper {
  width: 100%;
  padding-top: 86.66666667% !important;
  height: 0;
  position: relative;
}
.content-cta-section .image-cta-section-box .image_wrapper img,
.content-cta-section .image-cta-section-box .image_wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 880px) {
  .content-cta-section .image-cta-section-box .image_wrapper {
    z-index: 10;
    width: 100%;
    padding-top: 32.22222222% !important;
    height: 0;
    position: relative;
    max-width: 50%;
  }
  .content-cta-section .image-cta-section-box .image_wrapper img,
  .content-cta-section .image-cta-section-box .image_wrapper video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.content-cta-section .image-cta-section-box .button {
  color: var(--primary);
  letter-spacing: calc(16px/100 * 0);
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-bottom: none;
  padding-left: 0;
  padding-bottom: 6px;
  text-align: left;
  display: flex;
  text-transform: capitalize;
  gap: 24px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
}
.content-cta-section .image-cta-section-box .button:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (min-width: 880px) {
  .content-cta-section .image-cta-section-box .button {
    cursor: pointer;
  }
  .content-cta-section .image-cta-section-box .button:hover:after {
    width: 0;
  }
}
.content-cta-section .image-cta-section-box .button:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width=%2719%27 height=%2724%27 viewBox=%270 0 19 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_7026_7112%29%27%3E%3Cpath d=%27M9.9978 0V19.1764%27 stroke=%27%2300A35E%27 stroke-miterlimit=%2710%27/%3E%3Cpath d=%27M2.66064 11.7852L9.99775 19.1774L17.3349 11.7852%27 stroke=%27%2300A35E%27 stroke-miterlimit=%2710%27/%3E%3C/g%3E%3Cline x1=%271%27 y1=%2723.5%27 x2=%2719%27 y2=%2723.5%27 stroke=%27%2300A35E%27/%3E%3Cline x1=%271.25%27 y1=%2723.25%27 x2=%271.25%27 y2=%2720.25%27 stroke=%27%2300A35E%27/%3E%3Cline x1=%2718.5%27 y1=%2723.25%27 x2=%2718.5%27 y2=%2720.25%27 stroke=%27%2300A35E%27/%3E%3Cdefs%3E%3CclipPath id=%27clip0_7026_7112%27%3E%3Crect width=%2715%27 height=%2719.5%27 fill=%27white%27 transform=%27translate%282.5%29%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 18px;
  height: 24px;
  font-size: 0;
  line-height: 0;
  letter-spacing: calc(0/100 * 0);
  word-spacing: 0;
  margin-top: 0;
  padding: 0;
  border-bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.list-content-section {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .list-content-section {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.list-content-section {
  padding-top: 86px;
  padding-bottom: 104px;
}
@media (min-width: 880px) {
  .list-content-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.list-content-section .list-content-title {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 46px;
}
@media (min-width: 880px) {
  .list-content-section .list-content-title {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: calc(24px/100 * 0);
    word-spacing: 0;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }
  .list-content-section .list-content-section-box {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }
}
.list-content-section .list-content-section-box .list-content-section-content {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: calc(18px/100 * 0);
  word-spacing: 0;
  margin-bottom: 74px;
}
@media (min-width: 880px) {
  .list-content-section .list-content-section-box .list-content-section-content {
    margin-bottom: 113px;
  }
  .list-content-section .list-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }
}
.list-content-section .list-content .list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 20px;
}
@media (min-width: 880px) {
  .list-content-section .list-content .list-item {
    padding-left: 16px;
    padding-bottom: 40px;
    padding-right: 96px;
    flex-basis: 50%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.list-content-section .list-content .list-item .number {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: calc(30px/100 * 0);
  word-spacing: 0;
  margin-bottom: 10px;
  color: var(--green);
}
@media (min-width: 880px) {
  .list-content-section .list-content .list-item .number {
    margin-bottom: 10px;
  }
}
.list-content-section .list-content .list-item .content {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: calc(30px/100 * 0);
  word-spacing: 0;
  text-align: center;
  color: #959595;
  padding-left: 10%;
  padding-right: 10%;
}
@media (min-width: 880px) {
  .list-content-section .list-content .list-item .content {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: calc(24px/100 * 0);
    word-spacing: 0;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
}
.banner-image-section {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
}
@media (min-width: 880px) {
  .banner-image-section {
    min-height: 70vh;
  }
}
.banner-image-section .bg-image-wrapper {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.banner-image-section .bg-image-wrapper img, 
.banner-image-section .bg-image-wrapper video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-image-section .banner-image-section-box {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .banner-image-section .banner-image-section-box {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.banner-image-section .banner-image-section-box {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 880px) {
  .banner-image-section .banner-image-section-box {
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 70vh;
  }
}
.banner-image-section .banner-image-section-box .banner-image-section-content {
  font-size: 40px;
  line-height: 42px;
  letter-spacing: calc(40px/100 * 0);
  word-spacing: 0;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  max-width: 440px;
  margin-bottom: 40px;
}
@media (min-width: 880px) {
  .banner-image-section .banner-image-section-box .banner-image-section-content {
    text-align: left;
    max-width: 500px;
  }
}
.banner-image-section .banner-image-section-box .image_wrapper {
  max-width: 200px;
}
.default-page section {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .default-page section {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.default-page section {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
.default-page section ol li {
  border-width: 1px;
  border-bottom-color: var(--primary);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.default-page section ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.default-page section table {
  margin-bottom: 2rem;
  margin-top: 1.25rem;
  width: 100%;
  border-width: 1px;
  border-left-color: var(--primary);
  border-right-color: var(--primary);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: calc(12px/100 * 0);
  word-spacing: 0;
}
.default-page section table thead {
  background-color: var(--primary);
  text-align: left;
  color: var(--secondary);
}
.default-page section table th, 
.default-page section table td {
  border-width: 1px;
  border-bottom-color: var(--primary);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.default-page section table td:first-child {
  word-break: break-all;
}
.default-page section .title {
  margin-top: 37px;
  margin-bottom: 35px;
}
@media (min-width: 880px) {
  .default-page section .title {
    margin-top: 115px;
    margin-bottom: 68px;
  }
}
.default-page section a {
  color: var(--black);
}
@media (min-width: 880px) {
  .default-page section a:hover {
    text-decoration: none;
  }
}
.default-page ul,
.default-page ol {
  margin-bottom: 20px;
}
.main-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 880px) {
  .main-wrapper {
    flex-direction: row;
  }
}
.our-services-template {
  background-color: var(--primary);
}
.our-services-template .template-wrapper {
  max-width: 100%;
}
.our-services-template .numbers-section {
  background-color: var(--skyblue);
}
.our-services-template .numbers-section .numbers-section-wrapper-color {
  padding-top: 65px;
  padding-bottom: 0;
}
.our-services-template .header-3-section {
  padding-bottom: 10px;
  padding-top: 116px;
}
.our-services-template .our-services-menu-section {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .our-services-template .our-services-menu-section {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.our-services-template .our-services-menu-section {
  padding-top: 32px;
}
.our-services-template .our-services-menu-section ul {
  display: grid;
  list-style-type: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (min-width: 880px) {
  .our-services-template .our-services-menu-section ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.our-services-template .our-services-menu-section ul li {
  flex: 1 1 0%;
  justify-self: stretch;
}
.our-services-template .our-services-menu-section ul li a {
  padding: 6px 2px;
  width: 100%;
  text-align: center;
  font-size: 2.55813953vw;
  line-height: 3.02325581vw;
  letter-spacing: calc(2.558139534883721vw/100 * 0);
  word-spacing: 0;
}
@media (min-width: 880px) {
  .our-services-template .our-services-menu-section ul li a {
    font-size: 0.72916667vw;
    line-height: 0.72916667vw;
    letter-spacing: calc(0.7291666666666667vw/100 * 0);
    word-spacing: 0;
    padding: 10px 5px;
  }
}
.our-services-template .our-services-menu-section ul li a.active {
  background-color: var(--primary);
  color: var(--secondary);
}
.our-services-template .our-services-header-section {
  max-width: calc(1220px + 60px * 2);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .our-services-template .our-services-header-section {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.our-services-template .our-services-header-section {
  padding-top: 75px;
}
@media (min-width: 880px) {
  .our-services-template .our-services-header-section {
    display: flex;
    gap: 60px;
  }
}
.our-services-template .our-services-header-section p {
  margin-bottom: 22px;
}
@media (min-width: 880px) {
  .our-services-template .our-services-header-section p {
    margin-bottom: 22px;
  }
  .our-services-template .our-services-header-section > * {
    flex: 1 1 0%;
  }
}
.our-services-template .our-services-header-section .ctas {
  display: flex;
  justify-content: center;
}
.our-services-template .our-services-header-section .ctas .button {
  margin-bottom: 20px;
}
.our-services-template .our-services-header-section .our-services-header-intro {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
  position: relative;
  color: var(--green);
  margin-bottom: 42px;
}
.our-services-template .our-services-header-section .our-services-header-text {
  margin-bottom: 52px;
}
.our-services-template .our-services-header-section .plyr-aspect {
  width: 100%;
  padding-top: 100% !important;
  height: 0;
  position: relative;
}
.our-services-template .our-services-header-section .plyr-aspect img,
.our-services-template .our-services-header-section .plyr-aspect video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-services-template .our-services-header-section .plyr-aspect video {
  padding: 50px;
  mix-blend-mode: multiply;
}
.our-services-template .cross {
  width: 16px;
  height: 16px;
  position: relative;
  transform: translateY(calc(16px / 2));
}
.our-services-template .cross > * {
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  transform-origin: center;
  position: absolute;
}
.our-services-template .cross .hline {
  transform: rotate(45deg);
}
.our-services-template .cross .vline {
  transform: rotate(-45deg);
}
.our-services-template .cta-wrapper {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 90px;
}
@media (min-width: 880px) {
  .our-services-template .cta-wrapper {
    justify-content: center;
  }
}
.our-services-template .cta-wrapper.back-to-strategies {
  position: relative;
  justify-content: center;
}
.our-services-template .cta-wrapper.back-to-strategies .back {
  position: relative;
}
.person-template .person-template-header-section {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .person-template .person-template-header-section {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.person-template .person-template-header-section {
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  margin-top: 49px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 21px;
}
@media (min-width: 880px) {
  .person-template .person-template-header-section {
    margin-top: 89px;
  }
}
.person-template .person-template-header-section .person-template-header-title {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
  position: relative;
  padding-right: 20px;
}
@media (min-width: 880px) {
  .person-template .person-template-header-section .person-template-header-title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: calc(40px/100 * 0);
    word-spacing: 0;
    margin-bottom: 10px;
  }
}
.person-template .person-template-header-section .person-template-header-title .back {
  position: relative;
  right: 0px;
  float: right;
  transform: translateY(-50%);
  display: flex;
  cursor: pointer;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: 12px;
  line-height: 14px;
  letter-spacing: calc(12px/100 * 0);
  word-spacing: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  margin-top: 15px;
}
@media (min-width: 880px) {
  .person-template .person-template-header-section .person-template-header-title .back {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: calc(14px/100 * 0);
    word-spacing: 0;
    position: absolute;
    right: 0px;
    top: 9px;
    transform: none;
  }
}
.person-template .person-template-header-section .person-template-header-title .back .back-arrow {
  margin-right: 8px;
  font-weight: bold;
}
.person-template .person-template-header-section .person-template-header-title .back .back-text {
  font-weight: 500;
}
.person-template .person-template-header-section .person-template-header-title .back:hover {
  color: var(--green);
}
.person-template .person-template-header-section .person-template-header-title .cross {
  width: 16px;
  height: 16px;
  position: relative;
  transform: translateY(calc(16px / 2));
}
.person-template .person-template-header-section .person-template-header-title .cross > * {
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  transform-origin: center;
  position: absolute;
}
.person-template .person-template-header-section .person-template-header-title .cross .hline {
  transform: rotate(45deg);
}
.person-template .person-template-header-section .person-template-header-title .cross .vline {
  transform: rotate(-45deg);
}
.person-template .person-template-header-section .person-template-header-subtitle {
  color: var(--green);
  font-size: 13px;
  line-height: 15px;
  letter-spacing: calc(13px/100 * 0);
  word-spacing: 0;
}
.person-template .person-template-content-wrapper {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .person-template .person-template-content-wrapper {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
    display: flex;
    justify-content: space-between;
  }
  .person-template .person-template-content-wrapper .person-image-wrapper {
    max-width: 27%;
    min-width: 27%;
  }
}
.person-template .person-template-content-wrapper .image_wrapper {
  margin-bottom: 61px;
  overflow: hidden;
  width: 100%;
  padding-top: 64.86486486% !important;
  height: 0;
  position: relative;
}
.person-template .person-template-content-wrapper .image_wrapper img,
.person-template .person-template-content-wrapper .image_wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 880px) {
  .person-template .person-template-content-wrapper .image_wrapper {
    margin-bottom: 44px;
  }
}
.person-template .person-template-content-wrapper .image_wrapper img {
  -o-object-position: top center;
     object-position: top center;
}
@media (min-width: 880px) {
  .person-template .person-template-content-wrapper .rrss-section {
    padding-left: 0;
    padding-right: 0;
  }
  .person-template .person-template-content-wrapper .person-template-content {
    max-width: 65%;
    gap: 0 20px;
    position: relative;
    margin-bottom: 174px;
  }
}
.person-template .person-template-content-wrapper .person-template-content p {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
  margin-bottom: 21px;
}
@media (min-width: 880px) {
  .person-template .person-template-content-wrapper .person-template-content p {
    width: 48%;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: calc(16px/100 * 0);
    word-spacing: 0;
  }
  .person-template .person-template-content-wrapper .person-template-content p:last-child {
    position: absolute;
    right: 0px;
    top: 0px;
  }
}
.person-template .person-template-content-wrapper .person-template-content p:first-child {
  position: relative !important;
}
.rrss-section {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .rrss-section {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.rrss-section {
  margin-bottom: 73px;
}
.rrss-section ul {
  display: flex;
  width: 100%;
  list-style-type: none !important;
  flex-wrap: wrap;
  padding-left: 0px !important;
  padding-right: 0px !important;
  gap: 0 13px;
}
.rrss-section ul li a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--primary);
  background-size: contain;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-bottom: 4px;
  width: 32px;
  height: 32px;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: calc(20px/100 * 0);
  word-spacing: 0;
  font-weight: bold;
}
@media (min-width: 880px) {
  .work-template .template-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.work-template .work-template-header-section {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .work-template .work-template-header-section {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.work-template .work-template-header-section {
  margin-top: 49px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 21px;
  z-index: 20;
}
@media (min-width: 880px) {
  .work-template .work-template-header-section {
    margin-top: 89px;
    flex: 0 0 100%;
  }
}
.work-template .work-template-header-section .work-template-header-title {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
  position: relative;
}
@media (min-width: 880px) {
  .work-template .work-template-header-section .work-template-header-title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: calc(40px/100 * 0);
    word-spacing: 0;
    margin-bottom: 10px;
    padding-right: 180px;
  }
}
.work-template .work-template-header-section .work-template-header-title .back {
  position: relative;
  right: 0px;
  float: right;
  transform: translateY(-50%);
  display: flex;
  cursor: pointer;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: 12px;
  line-height: 14px;
  letter-spacing: calc(12px/100 * 0);
  word-spacing: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  margin-top: 15px;
}
@media (min-width: 880px) {
  .work-template .work-template-header-section .work-template-header-title .back {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: calc(14px/100 * 0);
    word-spacing: 0;
    position: absolute;
    right: 0px;
    top: 9px;
    transform: none;
  }
}
.work-template .work-template-header-section .work-template-header-title .back .back-arrow {
  margin-right: 8px;
  font-weight: bold;
}
.work-template .work-template-header-section .work-template-header-title .back .back-text {
  font-weight: 500;
}
.work-template .work-template-header-section .work-template-header-title .back:hover {
  color: var(--green);
}
.work-template .work-template-image-wrapper {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .work-template .work-template-image-wrapper {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.work-template .work-template-image-wrapper {
  display: flex;
  margin-bottom: 46px;
}
@media (min-width: 880px) {
  .work-template .work-template-image-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1 0 36%;
    padding-right: 0;
  }
}
.work-template .work-template-image-wrapper .work-image-wrapper {
  border-radius: 10px;
  padding: 10px 18px 10px 18px;
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background-color: var(--terciary);
  aspect-ratio: 180/206;
}
@media (min-width: 880px) {
  .work-template .work-template-image-wrapper .work-image-wrapper {
    width: 70%;
  }
}
.work-template .work-template-image-wrapper .work-image-content {
  width: 100%;
}
@media (min-width: 880px) {
  .work-template .work-template-image-wrapper .work-image-content {
    padding-left: 20px;
    flex: 1;
  }
}
.work-template .work-template-image-wrapper .work-image-content .info {
  font-size: 19px;
  line-height: 19px;
  letter-spacing: calc(19px/100 * 0);
  word-spacing: 0;
  margin-bottom: 29px;
}
.work-template .work-template-image-wrapper .work-image-content .info .info-title {
  color: var(--green);
  border-bottom: 1px solid var(--primary);
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.work-template .work-template-image-wrapper .work-image-content .info .info-subtitle {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.work-template .work-template-image-wrapper .work-image-content .info .info-subtitle a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 880px) {
  .work-template .work-template-image-wrapper .rrss-section {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 100%;
  }
  .work-template .work-template-image-wrapper .logos-section {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 100%;
  }
}
.work-template .work-template-content-wrapper {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .work-template .work-template-content-wrapper {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
    flex: 0 1 50%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
  }
}
.work-template .work-template-content-wrapper .image_wrapper {
  margin-bottom: 61px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 880px) {
  .work-template .work-template-content-wrapper .rrss-section {
    padding-left: 0;
    padding-right: 0;
  }
  .work-template .work-template-content-wrapper .work-template-content {
    gap: 0 20px;
    position: relative;
    margin-bottom: 174px;
  }
}
.work-template .work-template-content-wrapper .work-template-content p {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
  margin-bottom: 21px;
}
@media (min-width: 880px) {
  .work-template .work-template-content-wrapper .work-template-content p {
    width: 48%;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: calc(16px/100 * 0);
    word-spacing: 0;
  }
  .work-template .work-template-content-wrapper .work-template-content p:last-child {
    position: absolute;
    right: 0px;
    top: 0px;
  }
}
.work-template .rrss-section {
  margin-bottom: 45px;
}
.logos-section {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .logos-section {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.logos-section {
  margin-bottom: 100px;
}
.logos-section ul {
  display: flex;
  width: 100%;
  list-style-type: none !important;
  flex-wrap: wrap;
  padding-left: 0px !important;
  padding-right: 0px !important;
  gap: 0 13px;
}
.logos-section ul li .image_part img {
  height: 39px;
  width: auto;
}
.news-template .lastest-news-title {
  margin-bottom: 53px;
  margin-top: 22px;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: calc(40px/100 * 0);
  word-spacing: 0;
}
@media (min-width: 880px) {
  .news-template .lastest-news-title {
    margin-top: 0;
    margin-bottom: 100px;
    text-transform: capitalize;
  }
  .news-template .lastest-news-section {
    padding-bottom: 90px;
  }
  .news-template .lastest-news-section .lastest-news-wrapper .new:first-child {
    grid-area: auto;
  }
}
.news-template .lastest-news-section .lastest-news-wrapper .new .new-image {
  display: block;
}
.news-template .lastest-news-section .lastest-news-wrapper .new .new-image .image_wrapper {
  width: 100%;
  padding-top: 88.88888889% !important;
  height: 0;
  position: relative;
}
.news-template .lastest-news-section .lastest-news-wrapper .new .new-image .image_wrapper img,
.news-template .lastest-news-section .lastest-news-wrapper .new .new-image .image_wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 880px) {
  .news-template .lastest-news-section .lastest-news-wrapper .new .new-image .image_wrapper {
    width: 100%;
    padding-top: 100% !important;
    height: 0;
    position: relative;
  }
  .news-template .lastest-news-section .lastest-news-wrapper .new .new-image .image_wrapper img,
  .news-template .lastest-news-section .lastest-news-wrapper .new .new-image .image_wrapper video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.assembly-template .template-title {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .assembly-template .template-title {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.assembly-template .template-title {
  margin-bottom: 25px;
  margin-top: 160px;
}
@media (min-width: 880px) {
  .assembly-template .lastest-news-section .lastest-news-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 49px 60px;
  }
}
.assembly-template .lastest-news-section .lastest-news-wrapper .new {
  display: none;
}
.assembly-template .lastest-news-section .lastest-news-wrapper .new:nth-child(-n+10) {
  display: block;
}
.assembly-template .lastest-news-section .lastest-news-wrapper .new {
  position: relative;
}
@media (min-width: 880px) {
  .assembly-template .lastest-news-section .lastest-news-wrapper .new {
    flex-basis: 50%;
    flex-basis: calc(50% - 30px);
  }
  .assembly-template .lastest-news-section .lastest-news-wrapper .new:first-child {
    grid-area: none;
  }
  .assembly-template .lastest-news-section .lastest-news-wrapper .new .new-wrapper {
    padding: 0 ;
    position: relative;
    z-index: 20;
    max-width: 800px;
  }
}
.assembly-template .lastest-news-section .lastest-news-wrapper .new .new-wrapper .new-content {
  padding-right: 54px;
}
@media (min-width: 880px) {
  .assembly-template .lastest-news-section .lastest-news-wrapper .new .new-wrapper .new-content {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: calc(24px/100 * 0);
    word-spacing: 0;
  }
}
.assembly-template .lastest-news-section .lastest-news-wrapper .new .ctas {
  position: absolute;
  z-index: 30;
  display: block;
  top: 27px;
  right: 0;
}
.assembly-template .lastest-news-section .lastest-news-wrapper .new .ctas .button {
  background-image: url("data:image/svg+xml,%3Csvg width=%2719%27 height=%2724%27 viewBox=%270 0 19 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_7026_7112%29%27%3E%3Cpath d=%27M9.9978 0V19.1764%27 stroke=%27%2300A35E%27 stroke-miterlimit=%2710%27/%3E%3Cpath d=%27M2.66064 11.7852L9.99775 19.1774L17.3349 11.7852%27 stroke=%27%2300A35E%27 stroke-miterlimit=%2710%27/%3E%3C/g%3E%3Cline x1=%271%27 y1=%2723.5%27 x2=%2719%27 y2=%2723.5%27 stroke=%27%2300A35E%27/%3E%3Cline x1=%271.25%27 y1=%2723.25%27 x2=%271.25%27 y2=%2720.25%27 stroke=%27%2300A35E%27/%3E%3Cline x1=%2718.5%27 y1=%2723.25%27 x2=%2718.5%27 y2=%2720.25%27 stroke=%27%2300A35E%27/%3E%3Cdefs%3E%3CclipPath id=%27clip0_7026_7112%27%3E%3Crect width=%2715%27 height=%2719.5%27 fill=%27white%27 transform=%27translate%282.5%29%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 18px;
  height: 24px;
  font-size: 0;
  line-height: 0;
  letter-spacing: calc(0/100 * 0);
  word-spacing: 0;
  padding: 0;
  border-bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.assembly-template .lastest-news-section .lastest-news-wrapper .new .ctas .button:after {
  content: none;
}
.kiid-template .template-title {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .kiid-template .template-title {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.kiid-template .template-title {
  margin-bottom: 25px;
  margin-top: 160px;
}
.kiid-template .searcher {
  margin-top: 13px;
}
@media (min-width: 880px) {
  .newsletter-section {
    display: flex;
    flex-wrap: wrap;
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
  }
}
.newsletter-section .template-title {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .newsletter-section .template-title {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.newsletter-section .template-title {
  margin-bottom: 46px;
  margin-top: 160px;
}
@media (min-width: 880px) {
  .newsletter-section .template-title {
    flex-basis: 100%;
  }
}
.newsletter-section .newsletter-content {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .newsletter-section .newsletter-content {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.newsletter-section .newsletter-content {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
  margin-bottom: 59px;
}
@media (min-width: 880px) {
  .newsletter-section .newsletter-content {
    flex-basis: 50%;
  }
  .newsletter-section .newsletter-content p {
    max-width: 456px;
  }
}
.newsletter-section .newsletter-content b, 
.newsletter-section .newsletter-content strong {
  color: var(--green);
}
@media (min-width: 880px) {
  .newsletter-section .newsletter-section {
    flex-basis: 50%;
  }
  .newsletter-section .newsletter-section .wpcf7 {
    width: 100%;
  }
  .newsletter-section .newsletter-section .wpcf7 .wpcf7-form {
    padding-left: 0;
  }
}
.newsletter-section .newsletter-section .double {
  display: flex;
}
.newsletter-section .newsletter-section .double p {
  width: 100%;
}
@media (min-width: 880px) {
  .newsletter-section .newsletter-section .double p {
    display: flex;
    width: 100%;
  }
  .newsletter-section .newsletter-section .double p > * {
    flex-basis: 50%;
  }
  .newsletter-section .newsletter-section .double p > *:first-child {
    padding-right: 10px;
  }
  .newsletter-section .newsletter-section .double p > *:last-child {
    padding-left: 10px;
  }
}
.post-template .post-template-header-section {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .post-template .post-template-header-section {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
.post-template .post-template-header-section {
  margin-top: 49px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 21px;
}
@media (min-width: 880px) {
  .post-template .post-template-header-section {
    margin-bottom: 60px;
  }
}
.post-template .post-template-header-section .post-template-header-title {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: calc(24px/100 * 0);
  word-spacing: 0;
  position: relative;
  padding-right: 20px;
}
@media (min-width: 880px) {
  .post-template .post-template-header-section .post-template-header-title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: calc(30px/100 * 0);
    word-spacing: 0;
  }
  .post-template .post-template-header-section .post-template-header-title h1 {
    max-width: 590px;
  }
}
.post-template .post-template-header-section .post-template-header-title .back {
  position: relative;
  right: 0px;
  float: right;
  transform: translateY(-50%);
  display: flex;
  cursor: pointer;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: 12px;
  line-height: 14px;
  letter-spacing: calc(12px/100 * 0);
  word-spacing: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  margin-top: 15px;
}
@media (min-width: 880px) {
  .post-template .post-template-header-section .post-template-header-title .back {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: calc(14px/100 * 0);
    word-spacing: 0;
    position: absolute;
    right: 0px;
    top: 9px;
    transform: none;
  }
}
.post-template .post-template-header-section .post-template-header-title .back .back-arrow {
  margin-right: 8px;
  font-weight: bold;
}
.post-template .post-template-header-section .post-template-header-title .back .back-text {
  font-weight: 500;
}
.post-template .post-template-header-section .post-template-header-title .back:hover {
  color: var(--green);
}
.post-template .post-template-header-section .post-template-header-title .cross {
  width: 16px;
  height: 16px;
  position: relative;
  transform: translateY(calc(16px / 2));
  position: absolute;
  top: -94px;
}
.post-template .post-template-header-section .post-template-header-title .cross > * {
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  transform-origin: center;
  position: absolute;
}
.post-template .post-template-header-section .post-template-header-title .cross .hline {
  transform: rotate(45deg);
}
.post-template .post-template-header-section .post-template-header-title .cross .vline {
  transform: rotate(-45deg);
}
@media (min-width: 880px) {
  .post-template .post-template-header-section .post-template-header-title .cross {
    display: none;
  }
}
.post-template .post-template-header-section .news-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 61px;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: calc(12px/100 * 0);
  word-spacing: 0;
}
@media (min-width: 880px) {
  .post-template .post-template-header-section .news-top {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: calc(14px/100 * 0);
    word-spacing: 0;
    margin-top: 60px;
  }
}
.post-template .post-template-header-section .news-top .date {
  color: var(--green);
}
.post-template .post-template-header-section .news-top .rrss-section {
  gap: 0 30px;
  margin: 0px;
  display: flex;
  align-items: baseline;
  padding: 0px;
  padding-right: 50px;
}
.post-template .post-template-header-section .news-top .rrss-section .rrss-title {
  padding: 0px;
  text-transform: uppercase;
  color: var(--green);
}
.post-template .post-content-section {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
}
.post-template .post-content-section > * {
  margin-bottom: 60px;
}
@media (min-width: 880px) {
  .post-template .post-content-section > *:last-child {
    margin-bottom: 30px;
  }
}
.post-template .post-image {
  overflow: hidden;
}
.post-template .post-list {
  padding-left: 20%;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
}
@media (min-width: 880px) {
  .post-template .post-list {
    padding-left: 0;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: calc(24px/100 * 0);
    word-spacing: 0;
    max-width: 875px;
  }
}
.post-template .post-list li {
  margin-bottom: 19px;
}
.post-template .post-text {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: calc(16px/100 * 0);
  word-spacing: 0;
  max-width: 538px;
}
.post-template .post-text p {
  margin-bottom: 21px;
}
.post-template .post-text p:last-child {
  margin-bottom: 0;
}
.post-template .rrss-section {
  margin-bottom: 45px;
}
.post-template .back-to-news-section {
  margin-bottom: 87px;
  margin-top: 44px;
}
@media (min-width: 880px) {
  .post-template .back-to-news-section {
    margin-top: 150px;
    margin-bottom: 120px;
  }
}
.post-content-section {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  .post-content-section {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
#viewport main footer.footer {
  padding-left: var(--xpadding-x);
  padding-right: var(--xpadding-x);
}
@media (min-width: 880px) {
  #viewport main footer.footer {
    padding-left: var(--xpadding);
    padding-right: var(--xpadding);
  }
}
#viewport main footer.footer {
  background-color: var(--primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-top: 32px;
  padding-bottom: 46px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: calc(14px/100 * 0);
  word-spacing: 0;
  position: relative;
  z-index: 10;
}
@media (min-width: 880px) {
  #viewport main footer.footer {
    padding-top: 69px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-items: stretch;
  }
  #viewport main footer.footer > * {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }
}
#viewport main footer.footer .top-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 880px) {
  #viewport main footer.footer .top-row {
    display: grid;
    width: 100%;
    grid-template-columns: 2fr 6fr 2fr;
    border-bottom: 1px solid white;
    padding-bottom: 38px;
    margin-bottom: 30px;
  }
  #viewport main footer.footer .top-row .desktop-only {
    display: flex;
    width: 120%;
    margin-left: -20%;
  }
  #viewport main footer.footer .top-row h6 {
    margin-bottom: 10px;
  }
  #viewport main footer.footer .bottom-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
#viewport main footer.footer .logo {
  padding-bottom: 37px;
}
@media (min-width: 880px) {
  #viewport main footer.footer .logo {
    padding-bottom: 0;
    flex-basis: 20%;
  }
}
#viewport main footer.footer .logo svg path {
  fill: white !important;
}
#viewport main footer.footer .first-row {
  padding-bottom: 22px;
  border-bottom: 1px solid white;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 10px;
}
@media (min-width: 880px) {
  #viewport main footer.footer .first-row {
    flex-basis: 50%;
    border-bottom: 0px solid white;
    align-items: flex-start;
    margin-top: 0;
    padding-bottom: 0;
    gap: 0;
  }
}
#viewport main footer.footer .first-row > * {
  flex-basis: calc(50% - 5px);
}
@media (min-width: 880px) {
  #viewport main footer.footer .first-row > * {
    flex: 1;
  }
  #viewport main footer.footer .first-row .menu-1 {
    flex-basis: 25%;
    flex-grow: 0;
    padding-right: 10px;
  }
  #viewport main footer.footer .first-row .menu-2 {
    flex-basis: 25%;
    flex-grow: 0;
    padding-right: 10px;
  }
  #viewport main footer.footer .first-row .menu-3 {
    flex-basis: 25%;
    flex-grow: 0;
    padding-right: 10px;
  }
}
#viewport main footer.footer .second-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
#viewport main footer.footer .second-row * {
  flex: 1;
}
@media (min-width: 880px) {
  #viewport main footer.footer .second-row {
    flex-basis: 100%;
    display: grid;
    width: 100%;
    grid-template-columns: 8fr 2fr;
  }
}
#viewport main footer.footer .contact-wrapper {
  padding-top: 50px;
}
@media (min-width: 880px) {
  #viewport main footer.footer .contact-wrapper {
    padding-top: 0;
    flex-basis: 30%;
    width: 120%;
    margin-left: -20%;
  }
}
#viewport main footer.footer .offices {
  padding-top: 16px;
  padding-bottom: 0;
  gap: 0 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
#viewport main footer.footer .offices h6 {
  margin-bottom: 20px;
  flex-basis: 100%;
}
#viewport main footer.footer .offices .office {
  margin-bottom: 34px;
  flex-basis: 100%;
}
@media (min-width: 880px) {
  #viewport main footer.footer .offices {
    align-content: flex-start;
    padding-top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
  }
  #viewport main footer.footer .offices h6 {
    flex-basis: auto;
    display: block;
    margin-bottom: 20px;
    max-width: 12.5%;
    max-width: calc(2/8 * 100%);
  }
  #viewport main footer.footer .offices .office {
    flex-basis: auto;
    max-width: 19.4%;
    padding-right: 20px;
  }
  #viewport main footer.footer .mobile-only {
    display: none;
  }
  #viewport main footer.footer .rrss-section {
    padding-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
    flex: 1;
    margin-bottom: 0;
  }
}
#viewport main footer.footer .rrss-section ul li a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--primary);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 880px) {
  #viewport main footer.footer .rrss-section ul li a:hover {
    background-color: var(--green);
  }
  #viewport main footer.footer .newsletter-section {
    padding-bottom: 0;
    flex: 1;
    padding-right: 30px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
#viewport main footer.footer .newsletter-section .button {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: var(--primary);
}
@media (min-width: 880px) {
  #viewport main footer.footer .newsletter-section .button:hover {
    border-color: var(--green);
    background-color: var(--green);
  }
  #viewport main footer.footer .newsletter-section.od {
    flex-basis: 20%;
    text-align: right;
    padding-top: 0;
  }
}
#viewport main footer.footer .contact-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 6px;
  padding-bottom: 39px;
  gap: 0 10px;
}
@media (min-width: 880px) {
  #viewport main footer.footer .contact-footer {
    flex-basis: 83.3%;
    border-top: 1px solid white;
    gap: 0;
  }
}
#viewport main footer.footer .contact-footer > * {
  flex-basis: calc(50% - 5px);
}
@media (min-width: 880px) {
  #viewport main footer.footer .contact-footer > * {
    flex-basis: calc(16%);
  }
}
#viewport main footer.footer .contact-footer .rrss-section {
  margin-bottom: 0;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 880px) {
  #viewport main footer.footer .contact-footer .rrss-section {
    margin-left: 62px;
  }
}
#viewport main footer.footer .contact-footer .rrss-section ul li a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--primary);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 880px) {
  #viewport main footer.footer .contact-footer .rrss-section ul li a:hover {
    background-color: var(--green);
  }
}
#viewport main footer.footer .contact-footer h6 {
  margin-bottom: 20px;
  flex-basis: 100%;
}
#viewport main footer.footer .legal {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: calc(14px/100 * 0);
  word-spacing: 0;
}
@media (min-width: 880px) {
  #viewport main footer.footer .legal {
    border-top: 1px solid white;
    margin-top: 30px;
    padding-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-basis: 100%;
    width: 100%;
  }
}
#viewport main footer.footer .legal ul {
  display: flex;
  flex-direction: column;
  gap: 0 28px;
  margin-bottom: 20px;
}
@media (min-width: 880px) {
  #viewport main footer.footer .legal ul {
    flex-direction: row;
  }
  #viewport main footer.footer .legal p {
    width: 100%;
    text-align: right;
  }
}
#viewport main footer.footer h6 {
  text-transform: uppercase;
}
#viewport main footer.footer ul {
  list-style-type: none;
  padding-left: 0;
}
#viewport main footer.footer a {
  color: var(--secondary);
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#viewport main footer.footer a:after {
  content: none;
}
@media (min-width: 880px) {
  #viewport main footer.footer a:hover {
    color: var(--green);
  }
}
#viewport main footer.footer .arrow-top-container {
  position: absolute;
  right: var(--xpadding-x);
}
@media (min-width: 880px) {
  #viewport main footer.footer .arrow-top-container {
    right: var(--xpadding);
  }
}
#viewport main footer.footer .arrow-top-container {
  z-index: 10;
  cursor: pointer;
  bottom: 44px;
}
#viewport main footer.footer .arrow.arrow-top {
  width: 22px;
  height: 17px;
  transform: rotate(-90deg);
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease;
}
#viewport main footer.footer .arrow.arrow-top .line {
  position: absolute;
  top: 50%;
  left: 0px;
  height: 1px;
  width: 100%;
  background-color: white;
}
#viewport main footer.footer .arrow.arrow-top .cap-top, 
#viewport main footer.footer .arrow.arrow-top .cap-bottom {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 1px;
  transform-origin: right;
  width: 12.02081528px;
  background-color: white;
}
#viewport main footer.footer .arrow.arrow-top .cap-top {
  transform: rotate(45deg);
}
#viewport main footer.footer .arrow.arrow-top .cap-bottom {
  transform: rotate(-45deg);
}
#viewport main footer.footer .arrow.arrow-top:hover {
  transform: translateY(-5px) rotate(-90deg);
}

/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/jcf/css/theme-minimal/jcf.css ***!
  \********************************************************************************************************************************************************************/
/* radio */
.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}
.jcf-radio span{
	display:none;
	position:absolute;
	top:3px;
	left:3px;
	right:3px;
	bottom:3px;
	background:#777;
	border-radius:100%;
}
.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}
.jcf-radio.jcf-checked span {display:block;}

/* checkbox */
.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}
.jcf-checkbox span{
	position:absolute;
	display:none;
	height:4px;
	width:8px;
	top:50%;
	left:50%;
	margin:-7px 0 0 -6px;
	border:3px solid #777;
	border-width:0 0 3px 3px;
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}
:root .jcf-checkbox span {margin:-4px 0 0 -5px;}
.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}
.jcf-checkbox.jcf-checked span{display:block;}

/* button */
.jcf-button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	border: 1px solid #777;
	background: #fff;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
}
.jcf-button .jcf-real-element {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	outline: none;
	opacity: 0;
	padding: 0;
	margin: 0;
	border: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

/* file */
.jcf-file {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}
.jcf-file .jcf-fake-input {
	display: inline-block;
	text-overflow:ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	border: 1px solid #777;
	padding: 0 8px;
	font-size: 13px;
	line-height: 28px;
	height: 28px;
	width: 125px;
}
.jcf-file .jcf-upload-button {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #777;
	margin: 0 0 0 -1px;
	padding: 0 10px;
	line-height: 28px;
	height: 28px;
}

/* scrollbars */
.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}
.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e3e3e3;
	width: 14px;
	bottom: 0;
	right: 0;
	top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #888;
	height: 1px;
	width: 14px;
}
.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec, 
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* select */
.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
}
.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}
.jcf-select .jcf-select-text {
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
}
.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}
body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0px;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}
.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}
.jcf-select.jcf-compact-multiple {
	max-width: 220px;
}
.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
	display: inline-block;
	padding-top: 2px;
	content: '...';
}
.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}
.jcf-select-drop.jcf-compact-multiple .jcf-hover {
	background: none;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected {
	background: #e6e6e6;
	color: #000;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
	display: inline-block;
	content: '';
	height:4px;
	width:8px;
	margin:-7px 5px 0 -3px;
	border:3px solid #777;
	border-width:0 0 3px 3px;
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* multiple select styles */
.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}
/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}
.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}
.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.jcf-list ul li {
	overflow: hidden;
	display: block;
}
.jcf-list .jcf-overflow {
	overflow: auto;
}
.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	min-height: 14px;
	height: 1%;
}
.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}
.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* other styles */
.jcf-textarea {
	border: 1px solid #b8c3c9;
	box-sizing: content-box;
	display: inline-block;
	position: relative;
}
.jcf-textarea .jcf-scrollbar-horizontal {
	display: none;
	height: 0;
}
.jcf-textarea textarea {
	padding: 8px 10px;
	border: none;
	margin: 0;
}
.jcf-textarea .jcf-resize {
	position: absolute;
	text-align: center;
	cursor: se-resize;
	background: #e3e3e3;
	font-weight: bold;
	line-height: 15px;
	text-indent: 1px;
	font-size: 12px;
	height: 15px;
	width: 14px;
	bottom: 0;
	right: 0;
}
.jcf-textarea .jcf-resize:before {
	border: 1px solid #000;
	border-width: 0 1px 1px 0;
	display: block;
	margin: 4px 0 0 3px;
	width: 6px;
	height: 6px;
	content: '';
}

/* number input */
.jcf-number {
	display: inline-block;
	position: relative;
	height: 32px;
}
.jcf-number input {-moz-appearance: textfield;}
.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {-webkit-appearance: none;}
.jcf-number input {
	box-sizing: border-box;
	border: 1px solid #777;
	padding: 3px 27px 3px 7px;
	margin: 0;
	height: 100%;
}
.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
	position: absolute;
	background: #aaa;
	width: 20px;
	height: 15px;
	right: 1px;
	top: 1px;
}
.jcf-number .jcf-btn-dec {
	top: auto;
	bottom: 1px;
}
.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
	background: #e6e6e6;
}
.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
	background: #aaa;
}
.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -4px;
	border: 4px solid #aaa;
	border-color: transparent transparent #000 transparent;
}
.jcf-number .jcf-btn-dec:before {
	margin: -1px 0 0 -4px;
	border-color: #000 transparent transparent transparent;	
}
.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
	opacity: 0.3;
}
.jcf-number.jcf-disabled input {
	background: #ddd;
}

/* range input */
.jcf-range {
	display: inline-block;
	min-width: 200px;
	margin: 0 10px;
	width: 130px;
}
.jcf-range .jcf-range-track {
	margin: 0 20px 0 0;
	position: relative;
	display: block;
	height: 10px;
}
.jcf-range .jcf-range-wrapper {
	position: relative;
	background: #e5e5e5;
	border-radius: 5px;
	display: block;
	margin: 5px 0;
}
.jcf-range.jcf-vertical {
	min-width: 0;
	width: auto;
}
.jcf-range.jcf-vertical .jcf-range-wrapper {
	margin: 0;
	width: 10px;
	height: auto;
	padding: 20px 0 0;
}
.jcf-range.jcf-vertical .jcf-range-track {
	height: 180px;
	width: 10px;
}
.jcf-range.jcf-vertical .jcf-range-handle {
	left: -5px;
	top: auto;
}
.jcf-range .jcf-range-display-wrapper {
	position: absolute;
	min-height: 10px;
	min-width: 10px;
	left: 10px;
	right: 10px;
}
.jcf-range .jcf-range-display {
	border-radius: 5px;
	position: absolute;
	background: #888;
	width: 10px;
	height: 10px;
}
.jcf-range .jcf-range-display.jcf-range-min {
	margin: 0 0 0 -10px;
	padding: 0 0 0 10px;
}
.jcf-range .jcf-range-display.jcf-range-max {
	margin: 0 -10px 0 0;
	padding: 0 10px 0 0;
}
.jcf-range.jcf-vertical .jcf-range-display-wrapper {
	left: auto;
	right: auto;
	top: 10px;
	bottom: 10px;
}
.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
	margin: 0 0 -10px;
	padding: 0 0 10px;
}
.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
	margin: -10px 0 0;
	padding: 10px 0 0;
}

.jcf-range .jcf-range-handle {
	position: absolute;
	background: #aaa;
	border-radius: 19px;
	width: 19px;
	height: 19px;
	margin: -4px 0 0;
	z-index: 1;
	top: 0;
	left: 0;
}
.jcf-range .jcf-range-mark {
	position: absolute;
	overflow: hidden;
	background: #000;
	width: 1px;
	height: 3px;
	top: -7px;
	margin: 0 0 0 9px;
}
.jcf-range.jcf-vertical .jcf-range-mark {
	margin: 0 0 9px;
	left: 14px;
	top: auto;
	width: 3px;
	height: 1px;
}
.jcf-range .jcf-active-handle {
	z-index: 2;
}
.jcf-range.jcf-focus .jcf-active-handle {
	border: 1px solid #f00;
	margin: -5px 0 0 -1px;
}
.jcf-range.jcf-disabled {
	background: none !important;
	opacity: 0.3;
}

/* common styles */
.jcf-disabled {background: #ddd !important;}
.jcf-focus, .jcf-focus * {border-color: #f00 !important;}
/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/plyr/dist/plyr.css ***!
  \*********************************************************************************************************************************************************/
@charset "UTF-8";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:transparent;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:hsla(0,0%,100%,.9);background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid transparent;border-top-color:hsla(0,0%,100%,.9);border:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:var(--plyr-menu-background,hsla(0,0%,100%,.9));content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(-7px - -2);margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{appearance:none;background:transparent;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:transparent;background-image:linear-gradient(90deg,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:transparent;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsla(0,0%,100%,.9);background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word;white-space:normal}.plyr__progress__buffer{-webkit-appearance:none;background:transparent;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:transparent}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:hsla(0,0%,100%,.25);color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:hsla(0,0%,100%,.9);background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:4px;border-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:4px;border-bottom-left-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);border-bottom-right-radius:4px;border-bottom-right-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
