@charset "UTF-8";
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
	margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
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)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}
/*
Tabular data
============
*/
/**
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)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
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 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
:-moz-focusring {
	outline: auto;
}
table {
  border-collapse: collapse;
}
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;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}
*, ::before, ::after{
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(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));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
}
@tailwind components;
/*@import 'aos.scss';*/
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: hsla(0deg, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}
.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}
/**
* Swiper 7.0.7
* Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com
*
* Copyright 2014-2021 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: September 29, 2021
*/
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size:44px;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity, -webkit-transform;
}
.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@media (max-width: 640px){
	html{
		overflow-y: auto;
	}
}
html.overflow--disallowed {
  overflow: hidden;
}
*, *:before, *:after {
  position: relative;
  box-sizing: border-box;
}
/* Sections
    ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}
/* Grouping content
    ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
    ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, 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;
}
/* Embedded content
    ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
  max-width: 100%;
}
/* Forms
    ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
  overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
  text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
*/
[type=search]::-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 */
}
/* Interactive
    ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}
/* Misc
    ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}
/**
* Remove list styles
*/
ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/**
* Remove button styles
*/
button, input, textarea {
  background: none;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
}
/*
@font-face {
    font-family: 'gotham';
    font-weight: 100;
    font-style: normal;
    src:    url('../fonts/GothamThin.woff'),
            url('../fonts/GothamThin.woff2');
}
@font-face {
    font-family: 'gotham';
    font-weight: 100;
    font-style: italic;
    src:    url('../fonts/GothamThin-Italic.woff'),
            url('../fonts/GothamThin-Italic.woff2');
}
@font-face {
    font-family: 'gotham';
    font-weight: 300;
    font-style: normal;
    src:    url('../fonts/GothamLight.woff'),
            url('../fonts/GothamLight.woff2');
}
@font-face {
    font-family: 'gotham';
    font-weight: 300;
    font-style: italic;
    src:    url('../fonts/GothamLight-Italic.woff'),
            url('../fonts/GothamLight-Italic.woff2');
}
@font-face {
    font-family: 'gotham';
    font-weight: 400;
    font-style: normal;
    src:    url('../fonts/GothamBook.woff'),
            url('../fonts/GothamBook.woff2');
}
@font-face {
    font-family: 'gotham';
    font-weight: 400;
    font-style: italic;
    src:    url('../fonts/GothamBook-Italic.woff'),
            url('../fonts/GothamBook-Italic.woff2');
}
@font-face {
    font-family: 'gotham';
    font-weight: 500;
    font-style: normal;
    src:    url('../fonts/GothamMedium.woff'),
            url('../fonts/GothamMedium.woff2');
}
@font-face {
    font-family: 'gotham';
    font-weight: 500;
    font-style: italic;
    src:    url('../fonts/GothamMedium-Italic.woff'),
            url('../fonts/GothamMedium-Italic.woff2');
}
@font-face {
    font-family: 'gotham';
    font-weight: 700;
    font-style: normal;
    src:    url('../fonts/GothamBold.woff'),
            url('../fonts/GothamBold.woff2');
}
@font-face {
    font-family: 'gotham';
    font-weight: 700;
    font-style: italic;
    src:    url('../fonts/GothamBold-Italic.woff'),
            url('../fonts/GothamBold-Italic.woff2');
}
@font-face {
    font-family: 'gotham';
    font-weight: 900;
    font-style: normal;
    src:    url('../fonts/GothamBlack.woff'),
            url('../fonts/GothamBlack.woff2');
}
@font-face {
    font-family: 'gotham';
    font-weight: 900;
    font-style: italic;
    src:    url('../fonts/GothamBlack-Italic.woff'),
            url('../fonts/GothamBlack-Italic.woff2');
}
*/
@font-face {
  font-family: "gotham";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/GothamSSm-XLight.woff"), url("../fonts/GothamSSm-XLight.woff2");
}
@font-face {
  font-family: "gotham";
  font-weight: 100;
  font-style: italic;
  src: url("../fonts/GothamSSm-XLightItalic.woff"), url("../fonts/GothamSSm-XLightItalic.woff2");
}
@font-face {
  font-family: "gotham";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/GothamSSm-Light.woff"), url("../fonts/GothamSSm-Light.woff2");
}
@font-face {
  font-family: "gotham";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/GothamSSm-Light-Italic.woff"), url("../fonts/GothamSSm-Light-Italic.woff2");
}
@font-face {
  font-family: "gotham";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/GothamSSm-Book.woff"), url("../fonts/GothamSSm-Book.woff2");
}
@font-face {
  font-family: "gotham";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/GothamBookItalic.woff"), url("../fonts/GothamBookItalic.woff2");
}
@font-face {
  font-family: "gotham";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/GothamSSm-Medium.woff"), url("../fonts/GothamSSm-Medium.woff2");
}
@font-face {
  font-family: "gotham";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/GothamSSm-MediumItalic.woff"), url("../fonts/GothamSSm-MediumItalic.woff2");
}
@font-face {
  font-family: "gotham";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/GothamSSm-Bold.woff"), url("../fonts/GothamSSm-Bold.woff2");
}
@font-face {
  font-family: "gotham";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/GothamSSm-BoldItalic.woff"), url("../fonts/GothamSSm-BoldItalic.woff2");
}
@font-face {
  font-family: "gotham";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/GothamSSm-Black.woff"), url("../fonts/GothamSSm-Black.woff2");
}
@font-face {
  font-family: "gotham";
  font-weight: 900;
  font-style: italic;
  src: url("../fonts/GothamSSm-BlackItalic.woff"), url("../fonts/GothamSSm-BlackItalic.woff2");
}
body{
	font-family: gotham;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
main p{
	font-size: 18px;
	line-height: 28px;
}
@media (max-width: 1440px){
	main p{
		font-size: 16px;
	}
	main p{
		line-height: 24px;
	}
}
.btn--opacity{
	opacity: 1;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.btn--opacity:hover{
	opacity: 0.6;
}
.btn--opacity-inverted{
	opacity: 0.6;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.btn--opacity-inverted:hover{
	opacity: 1;
}
.btn--default{
	display: inline-flex;
	min-height: 45px;
	align-items: center;
}
.btn--default > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.75rem * var(--tw-space-x-reverse));
	margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.btn--default{
	overflow: hidden;
	border-radius: 27px;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
@media (max-width: 1024px){
	.btn--default{
		max-height: 45px;
	}
}
@media (max-width: 640px){
	.btn--default{
		max-height: 38px;
	}
	.btn--default{
		min-height: 38px;
	}
	.btn--default{
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}
.btn--default span, .btn--default .span{
	font-size: 12px;
	z-index: 10;
	font-weight: 700;
	line-height: 12px;
}
@media (max-width: 1024px){
  .btn--default span, .btn--default .span{
		font-size: 12px;
	}
}
@media (max-width: 640px){
  .btn--default span, .btn--default .span{
		font-size: 12px;
	}
}
.btn--default img{
	z-index: 10;
	max-height: 20px;
	width: 35px;
}
.btn--default:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-scale-x: 0;
  -webkit-transform: var(--tw-transform);
          transform: var(--tw-transform);
  transform: var(--tw-transform);
  border-radius: 25px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn--default:hover:after{
	--tw-scale-x: 1;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.btn--default.btn--default-small{
	max-height: 38px;
	min-height: 38px;
}
.btn--default.btn--default-small > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.btn--default.btn--default-small{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.btn--default.btn--default-small span, .btn--default.btn--default-small .span{
	font-size: 12px;
}
.btn--default.btn--default-long{
	padding-left: 4rem;
	padding-right: 4rem;
}
.btn--default.btn--default-green{
	--tw-bg-opacity: 1;
	background-color: rgba(170, 200, 16, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(52, 66, 73, var(--tw-text-opacity));
}
.btn--default.btn--default-blue-dark{
	--tw-bg-opacity: 1;
	background-color: rgba(75, 92, 102, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn--default.btn--default-blue{
	--tw-bg-opacity: 1;
	background-color: rgba(28, 84, 143, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn--default.btn--default-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(75, 92, 102, var(--tw-text-opacity));
}
.btn--default.btn--default-white:after{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	--tw-bg-opacity: 0.1;
}
.btn--default.btn--default-blue-graysy{
	--tw-bg-opacity: 1;
	background-color: rgba(183, 192, 198, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(75, 92, 102, var(--tw-text-opacity));
}
.btn--default.btn--default-border{
	border-width: 2px;
	border-style: solid;
}
.btn--default.btn--default-border.btn--default-border-white{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.btn--default.btn--default-border.btn--default-border-blue{
	--tw-border-opacity: 1;
	border-color: rgba(28, 84, 143, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(28, 84, 143, var(--tw-text-opacity));
}
.btn--default.btn--default-border.btn--default-border-gray{
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.btn--default.btn--default-border[disabled]{
	cursor: not-allowed;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.btn--default.btn--default-book span{
	font-weight: 400;
}
.btn--default-green-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1.5px solid #AAC811;
  font-weight: 400;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #AAC811;
  padding: 8px 22px;
  width: 250px;
}
.btn--default-green-down p {
  font-weight: 400;
  font-size: 16px;
  color: white;
}
.btn--default-green-down img {
  width: 28px;
}
.btn--default-green-down:hover {
  opacity: 0.7;
}
.btn--inline-arrow{
	font-size: 12px;
	display: flex;
	align-items: center;
}
.btn--inline-arrow > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.25rem * var(--tw-space-x-reverse));
	margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.btn--inline-arrow{
	font-weight: 700;
}
.btn--inline-arrow img{
	width: 30px;
	--tw-translate-x: 0px;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	--tw-translate-y: -1px;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.btn--inline-arrow:hover img{
	--tw-translate-x: 0.25rem;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.btn--inline-arrow.btn--text-green{
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
.btn--inline-arrow.btn--text-blue{
	--tw-text-opacity: 1;
	color: rgba(28, 84, 143, var(--tw-text-opacity));
}
.btn--inline-arrow.btn--text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn--chevron{
	font-size: 18px;
}
@media (max-width: 1680px){
	.btn--chevron{
		font-size: 16px;
	}
}
.btn--chevron{
	display: flex;
	align-items: center;
}
.btn--chevron > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.btn--chevron{
	font-weight: 500;
}
.btn--chevron img{
	height: 10px;
	--tw-translate-x: 0px;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.btn--chevron:hover img{
	--tw-translate-x: 0.25rem;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.btn--squared{
	font-size: 18px;
}
@media (max-width: 1680px){
	.btn--squared{
		font-size: 16px;
	}
}
.btn--squared{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.btn--squared > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.btn--squared{
	--tw-bg-opacity: 1;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-weight: 500;
}
@media (max-width: 1440px){
  .btn--squared{
		font-size: 18px;
	}
  @media (max-width: 1680px){
		.btn--squared{
			font-size: 16px;
		}
	}
}
.btn--squared span{
	top: 2px;
}
.btn--squared img{
	max-height: 25px;
}
@media (max-width: 1440px){
	.btn--squared img{
		max-height: 24px;
	}
}
.btn--squared.btn--squared-border{
	border-width: 1px;
	background-color: transparent;
}
.btn--squared.btn--squared-border.btn--squared-border-black{
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.btn--family{
	display: flex;
	min-width: 370px;
	align-items: center;
}
.btn--family > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.25rem * var(--tw-space-x-reverse));
	margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.btn--family{
	border-radius: 48px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
@media (max-width: 768px){
	.btn--family{
		min-width: 300px;
	}
	.btn--family > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0.75rem * var(--tw-space-x-reverse));
		margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
	}
	.btn--family{
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
}
.btn--family > *{
	opacity: 1;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.btn--family img{
	max-height: 40px;
}
@media (max-width: 1366px){
	.btn--family img{
		max-height: 45px;
	}
}
@media (max-width: 768px){
	.btn--family img{
		max-height: 35px;
	}
}
.btn--family > span{
	top: 5px;
	display: flex;
	flex-direction: column;
	text-align: left;
}
.btn--family > span span:first-child{
	font-size: 12px;
	font-weight: 700;
}
.btn--family > span span:last-child{
	font-size: 36px;
}
@media (max-width: 1920px){
	.btn--family > span span:last-child{
		font-size: 32px;
	}
}
@media (max-width: 1440px){
	.btn--family > span span:last-child{
		font-size: 28px;
	}
}
@media (max-width: 640px){
	.btn--family > span span:last-child{
		font-size: 26px;
	}
}
.btn--family > span span:last-child{
	font-weight: 500;
}
.btn--family:hover > *{
	opacity: 0.6;
}
.btn--family.btn--family-blue{
	--tw-text-opacity: 1;
	color: rgba(28, 84, 143, var(--tw-text-opacity));
  margin-top: 20px; /* oO Añadido Oo */
}
.btn--shadow{
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.btn--shadow:hover{
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form .form__row{
	margin-bottom: 2rem;
}
.form .form__row .input.input--default input{
	font-size: 14px;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(170, 200, 16, var(--tw-border-opacity));
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-weight: 500;
	letter-spacing: -0.025em;
}
@media (max-width: 640px){
  .form .form__row .input.input--default input{
		font-size: 12px;
	}
  .form .form__row .input.input--default input{
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}
.form .form__row .input.input--checkbox{
	display: flex;
	align-items: center;
}
.form .form__row .input.input--checkbox > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 640px){
	.form .form__row .input.input--checkbox > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0.5rem * var(--tw-space-x-reverse));
		margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
	}
}
.form .form__row .input.input--checkbox label{
	font-size: 10px;
	cursor: pointer;
	text-align: left;
	--tw-text-opacity: 1;
	color: rgba(75, 92, 102, var(--tw-text-opacity));
}
@media (max-width: 640px){
  .form .form__row .input.input--checkbox label{
		font-size: 10px;
	}
}
.form .form__row .input.input--checkbox .checkbox{
	height: 20px;
	width: 20px;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.form .form__row .input.input--checkbox .checkbox input{
	height: 20px;
	width: 20px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	opacity: 0;
}
.form .form__row .input.input--checkbox .checkbox .checkbox__dummy{
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	height: 14px;
	width: 14px;
	--tw-translate-x: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
	--tw-bg-opacity: 1;
	background-color: rgba(170, 200, 16, var(--tw-bg-opacity));
	opacity: 0;
}
.form .form__row .input.input--checkbox .checkbox input:checked + .checkbox__dummy{
	opacity: 1;
}
.form .form__row .input.input--checkbox.input--checkbox-blue .checkbox .checkbox__dummy{
	--tw-bg-opacity: 1;
	background-color: rgba(28, 84, 143, var(--tw-bg-opacity));
}
.form .form__row.form__row--flex{
	display: flex;
	align-items: center;
}
.form .form__row.form__row--flex > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.form .form__row.form__row--centered{
	justify-content: center;
}
.form .form__row.form__row--top{
	margin-top: -1rem;
}
.form .form__row:last-child{
	margin-bottom: 0px;
}
.block--related ._form-content {
  background: #e5e7eb;
  padding: 25px;
  border: solid 1px #999;
}
.block--related ._form-content input[type=text] {
  background: #ffffff;
}
.block--related ._form-content p {
  margin-bottom: 1rem;
}
.block--related ._form-content ._form-title {
  font-weight: 500;
  font-size: 24px;
  color: #000;
  padding-bottom: 20px;
}
.section--form ._form {
  font-family: "gotham", sans-serif !important;
}
.section--form ._form label {
  line-height: 2em !important;
}
.section--form ._form input {
  line-height: 1.5;
}
.section--form ._form ._form-title {
  text-align: center;
}
.section--form ._form button {
  margin: auto !important;
  display: block !important;
}
form ._html-code {
  margin-bottom: 20px;
  margin-top: 1px;
}
.section--default-form .grid {
  align-items: unset;
}
.objectfit{
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.objectfit.objectfit--top{
	-o-object-position: top;
	   object-position: top;
}
.img--flashing:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.center-hv{
	position: absolute;
	top: 50%;
	left: 50%;
	--tw-translate-y: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.diagonal__section{
	margin-top: 100px;
}
@media (max-width: 1024px){
	.diagonal__section{
		padding-top: 2.5rem;
	}
}
.diagonal__section > *{
	z-index: 10;
}
.diagonal__section .diagonal{
	position: absolute;
	top: -99px;
	left: 0px;
	z-index: 0;
	height: 100px;
	width: 100%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
@media (max-width: 1024px){
	.diagonal__section .diagonal{
		display: none;
	}
}
.diagonal__section .diagonal.diagonal--blue-dark{
	--tw-bg-opacity: 1;
	background-color: rgba(75, 92, 102, var(--tw-bg-opacity));
}
.diagonal__section .diagonal.diagonal--blue{
	--tw-bg-opacity: 1;
	background-color: rgba(28, 84, 143, var(--tw-bg-opacity));
}
.diagonal__section .diagonal.diagonal--gray-100{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.diagonal__section .diagonal.diagonal--white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.diagonal__section .diagonal.diagonal--tb-lr {
  -webkit-clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0, 1 0.5, 1 1, 0 1"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
          clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0, 1 0.5, 1 1, 0 1"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
  -webkit-clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 100%);
}
.diagonal--tb-rl{
	padding-top: 5rem;
  -webkit-clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0.2, 1 0, 1 1, 0 1"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
          clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0.2, 1 0, 1 1, 0 1"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
  -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
}
.diagonal--menu {
  -webkit-clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0.13, 1 0.15, 1 1, 0 1"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
          clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0.13, 1 0.15, 1 1, 0 1"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
  -webkit-clip-path: polygon(0 13%, 100% 15%, 100% 100%, 0 100%);
          clip-path: polygon(0 13%, 100% 15%, 100% 100%, 0 100%);
}
.flashing:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
@media (max-width: 640px) {
  .besa__cards {
    display: block;
  }
}
.container{
	margin-left: auto;
	margin-right: auto;
	width: 1440px;
	max-width: 1440px;
	padding-left: 0px;
	padding-right: 0px;
}
@media (max-width: 1680px){
	.container{
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
@media (max-width: 1440px){
	.container{
		width: 100%;
	}
	.container{
		padding-left: 7rem;
		padding-right: 7rem;
	}
}
@media (max-width: 1024px){
	.container{
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
@media (max-width: 640px){
	.container{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}
.container.container--px-0{
	padding-left: 0px;
	padding-right: 0px;
}
.container.container--pr-0{
	padding-right: 0px;
}
.container--xs{
	margin-left: auto;
	margin-right: auto;
	width: 375px;
	max-width: 375px;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}
@media (max-width: 640px){
	.container--xs{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}
.container--sm{
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	max-width: 640px;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}
@media (max-width: 640px){
	.container--sm{
		width: 100%;
	}
	.container--sm{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}
.container--md{
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	max-width: 768px;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}
@media (max-width: 768px){
	.container--md{
		width: 100%;
	}
}
@media (max-width: 640px){
	.container--md{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}
.container--lg{
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	max-width: 1024px;
}
@media (max-width: 1024px){
	.container--lg{
		width: 100%;
	}
	.container--lg{
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
@media (max-width: 640px){
	.container--lg{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}
.container--4xl{
	margin-left: auto;
	margin-right: auto;
	width: 1680px;
	max-width: 1680px;
	padding-left: 4rem;
	padding-right: 4rem;
}
@media (max-width: 1680px){
	.container--4xl{
		width: 100%;
	}
}
@media (max-width: 640px){
	.container--4xl{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}
.container--full{
	max-width: 100%;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}
@media (max-width: 640px){
	.container--full{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}
.container--pr-0{
	padding-right: 0px;
}
.container--px-0{
	padding-left: 0px;
	padding-right: 0px;
}
.besa__stamps{
	margin-left: -5px;
	margin-right: -5px;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 640px){
	.besa__stamps{
		margin-left: -5px;
		margin-right: -5px;
	}
}
.besa__stamps li{
	padding: 5px;
}
@media (max-width: 640px){
	.besa__stamps li{
		width: 50%;
	}
	.besa__stamps li{
		padding: 5px;
	}
}
.besa__stamps .besa__stamp{
	display: flex;
	height: 150px;
	width: 150px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-width: 1px;
	padding: 1.25rem;
}
@media (max-width: 640px){
	.besa__stamps .besa__stamp{
		height: 55px;
	}
	.besa__stamps .besa__stamp{
		width: 100%;
	}
	.besa__stamps .besa__stamp{
		flex-direction: row;
	}
	.besa__stamps .besa__stamp{
		justify-content: flex-start;
	}
	.besa__stamps .besa__stamp{
		padding: 0.5rem;
	}
}
.besa__stamps .besa__stamp .stamp__pic{
	margin-bottom: 1.25rem;
	display: flex;
	max-height: 55px;
	align-items: center;
}
@media (max-width: 1440px){
	.besa__stamps .besa__stamp .stamp__pic{
		margin-bottom: 1rem;
	}
	.besa__stamps .besa__stamp .stamp__pic{
		max-height: 45px;
	}
}
@media (max-width: 640px){
	.besa__stamps .besa__stamp .stamp__pic{
		margin-bottom: 0px;
	}
	.besa__stamps .besa__stamp .stamp__pic{
		margin-right: 0.5rem;
	}
	.besa__stamps .besa__stamp .stamp__pic{
		display: flex;
	}
	.besa__stamps .besa__stamp .stamp__pic{
		max-height: 20px;
	}
	.besa__stamps .besa__stamp .stamp__pic{
		min-width: 30px;
	}
	.besa__stamps .besa__stamp .stamp__pic{
		justify-content: center;
	}
}
.besa__stamps .besa__stamp .stamp__pic img{
	max-height: 100%;
}
@media (max-width: 640px){
	.besa__stamps .besa__stamp .stamp__pic img{
		top: -2px;
	}
	.besa__stamps .besa__stamp .stamp__pic img{
		max-height: 20px;
	}
}
.besa__stamps .besa__stamp .stamp__text{
	display: flex;
	height: 35px;
	align-items: center;
	text-align: center;
}
@media (max-width: 640px){
	.besa__stamps .besa__stamp .stamp__text{
		text-align: left;
	}
}
.besa__stamps .besa__stamp .stamp__text span{
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
@media (max-width: 640px){
	.besa__stamps .besa__stamp .stamp__text span{
		font-size: 11px;
	}
}
.besa__stamps .besa__stamp:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 300px;
  width: 300px;
  --tw-translate-x: -50%;
  -webkit-transform: var(--tw-transform);
          transform: var(--tw-transform);
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.besa__stamps .besa__stamp:hover:after{
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.besa__stamps .besa__stamp.besa__stamp--highlight{
	align-items: flex-start;
	justify-content: space-between;
	border-width: 0px;
}
.besa__stamps .besa__stamp.besa__stamp--highlight .stamp__text{
	height: auto;
	text-align: left;
}
@media (max-width: 640px){
	.besa__stamps .besa__stamp.besa__stamp--highlight .stamp__text{
		text-align: center;
	}
}
.besa__stamps .besa__stamp.besa__stamp--highlight .stamp__foot{
	display: flex;
	align-self: flex-end;
}
@media (max-width: 640px){
	.besa__stamps .besa__stamp.besa__stamp--highlight .stamp__foot{
		display: none;
	}
}
.besa__stamps .besa__stamp.besa__stamp--highlight.besa__stamp--highlight-green{
	--tw-bg-opacity: 1;
	background-color: rgba(170, 200, 16, var(--tw-bg-opacity));
}
.besa__breadcrumbs{
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.besa__breadcrumbs > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.besa__breadcrumbs{
	line-height: 1rem;
}
@media (max-width: 1024px){
	.besa__breadcrumbs{
		margin-bottom: 1.25rem;
	}
}
@media (max-width: 640px){
	.besa__breadcrumbs > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0.125rem * var(--tw-space-x-reverse));
		margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
	}
}
.besa__breadcrumbs li{
	font-size: 12px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (max-width: 640px){
  .besa__breadcrumbs li{
		font-size: 10px;
	}
}
.besa__breadcrumbs li a{
	display: block;
}
.besa__breadcrumbs li a img{
	top: -2px;
}
.besa__breadcrumbs li:first-child{
	padding-right: 0.5rem;
}
.besa__breadcrumbs.besa__breadcrumbs--gray li{
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.besa__tooltip{
	font-size: 14px;
	top: -2px;
	margin-left: 0.75rem;
	display: inline-flex;
	height: 25px;
	width: 25px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.besa__tooltip.besa__tooltip--white{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.besa__accordion .accordion__trigger{
	cursor: pointer;
}
.besa__accordion .accordion__trigger h3{
	display: flex;
	align-items: center;
}
.besa__accordion .accordion__trigger h3 > img{
	margin-right: 1rem;
	height: 60px;
}
.besa__accordion .accordion__trigger > img{
	height: 15px;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.besa__accordion .accordion__trigger.is--active > img{
	--tw-rotate: 90deg;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.besa__accordion .accordion__content{
	pointer-events: none;
	max-height: 0px;
	--tw-translate-y: 30px;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
	opacity: 0;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
  transition-duration: 0;
}
.besa__accordion .accordion__content.is--active{
	pointer-events: auto;
	max-height: 10000px;
	--tw-translate-y: 0px;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	opacity: 1;
	transition-duration: 700ms;
}
.besa__filter-grid{
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 1024px){
	.besa__filter-grid{
		flex-direction: column;
	}
}
.besa__filter-grid .sidebar{
	width: 340px;
}
@media (max-width: 1024px){
	.besa__filter-grid .sidebar{
		width: 100%;
	}
}
.besa__filter-grid .sidebar > header{
	margin-bottom: 1rem;
}
.besa__filter-grid .sidebar > header h5{
	font-size: 22px;
}
@media (max-width: 1920px){
	.besa__filter-grid .sidebar > header h5{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.besa__filter-grid .sidebar > header h5{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.besa__filter-grid .sidebar > header h5{
		font-size: 16px;
	}
}
.besa__filter-grid .sidebar > header h5{
	--tw-text-opacity: 1;
	color: rgba(75, 92, 102, var(--tw-text-opacity));
}
.besa__filter-grid .sidebar .filters{
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
@media (max-width: 1024px){
	.besa__filter-grid .sidebar .filters{
		position: relative;
	}
	.besa__filter-grid .sidebar .filters{
		top: 0px;
	}
}
.besa__filter-grid .sidebar .filters .block .block__header{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	padding-top: 1rem;
	padding-bottom: 0.75rem;
	text-align: left;
	text-transform: uppercase;
}
.besa__filter-grid .sidebar .filters .block .block__header.besa__filter--counter{
	justify-content: flex-start;
}
.besa__filter-grid .sidebar .filters .block .block__header.besa__filter--counter > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.besa__filter-grid .sidebar .filters .block.block__total span{
	font-size: 14px;
	font-weight: 300;
}
.besa__filter-grid .sidebar .filters .block.block__search input{
	font-size: 18px;
}
@media (max-width: 1680px){
	.besa__filter-grid .sidebar .filters .block.block__search input{
		font-size: 16px;
	}
}
.besa__filter-grid .sidebar .filters .block.block__search input{
	font-weight: 300;
}
.besa__filter-grid .sidebar .filters .block.block__search button{
	position: absolute;
	top: 15px;
	right: 0px;
}
.besa__filter-grid .sidebar .filters .block.block__search button img{
	height: 20px;
}
.besa__filter-grid .sidebar .filters .block.block__mobile{
	display: none;
}
@media (max-width: 1024px){
	.besa__filter-grid .sidebar .filters .block.block__mobile{
		display: flex;
	}
}
.besa__filter-grid .sidebar .filters .block.block__mobile span{
	font-size: 18px;
}
@media (max-width: 1680px){
	.besa__filter-grid .sidebar .filters .block.block__mobile span{
		font-size: 16px;
	}
}
.besa__filter-grid .sidebar .filters .block.block__mobile span{
	font-weight: 300;
}
.besa__filter-grid .sidebar .filters .block.block__mobile img{
	height: 15px;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.besa__filter-grid .sidebar .filters .block.block__mobile.is--active img{
	--tw-rotate: 90deg;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
@media (max-width: 1024px){
	.besa__filter-grid .sidebar .filters .block.block__filter{
		pointer-events: none;
	}
	.besa__filter-grid .sidebar .filters .block.block__filter{
		max-height: 0px;
	}
	.besa__filter-grid .sidebar .filters .block.block__filter{
		opacity: 0;
	}
}
.besa__filter-grid .sidebar .filters .block.block__filter .block__header span{
	font-size: 18px;
}
@media (max-width: 1680px){
	.besa__filter-grid .sidebar .filters .block.block__filter .block__header span{
		font-size: 16px;
	}
}
.besa__filter-grid .sidebar .filters .block.block__filter .block__header span{
	font-weight: 300;
}
.besa__filter-grid .sidebar .filters .block.block__filter .form{
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.besa__filter-grid .sidebar .filters .block.block__filter .form .form__row{
	margin-bottom: 0.5rem;
}
.besa__filter-grid .sidebar .filters .block.block__filter .form .form__row .input label{
	top: 2px;
	margin-left: 0.5rem;
	font-size: 12px;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.besa__filter-grid .sidebar .filters .block.block__filter .form .form__row.form__row--more{
	margin-top: 0.75rem;
}
.besa__filter-grid .sidebar .filters .block.block__filter .form .form__row.form__row--more button{
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.besa__filter-grid .sidebar .filters .block.block__filter .form .form__row.form__row--more button:hover{
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.besa__filter-grid .sidebar .filters .block.block__filter .form .form__row.form__row--hidden{
	margin: 0px;
	max-height: 0px;
	opacity: 0;
}
.besa__filter-grid .sidebar .filters .block.block__filter .form .form__row:last-child{
	margin-top: 1.5rem;
}
.besa__filter-grid .sidebar .filters .block.block__filter.is--active{
	pointer-events: auto;
	max-height: 10000px;
	opacity: 1;
}
.besa__filter-grid .products{
	width: calc(100% - 340px);
	overflow: hidden;
	padding-left: 8rem;
}
@media (max-width: 1680px){
	.besa__filter-grid .products{
		padding-left: 6rem;
	}
}
@media (max-width: 1366px){
	.besa__filter-grid .products{
		padding-left: 4rem;
	}
}
@media (max-width: 1024px){
	.besa__filter-grid .products{
		width: 100%;
	}
	.besa__filter-grid .products{
		padding-left: 0px;
	}
}
.besa__filter-grid .products .grid{
	margin: -1rem;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding-top: 50px;
}
.besa__filter-grid .products .grid .besa__filter-item{
	min-height: 100%;
	width: 33.333333%;
	padding: 1rem;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
@media (max-width: 768px){
	.besa__filter-grid .products .grid .besa__filter-item{
		width: 50%;
	}
}
@media (max-width: 640px){
	.besa__filter-grid .products .grid .besa__filter-item{
		width: 100%;
	}
}
.besa__filter-grid .products .grid .besa__filter-item .item__wrap{
	display: flex;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	border-radius: 15px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 2.25rem;
	padding-bottom: 1rem;
	text-align: center;
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.besa__filter-grid .products .grid .besa__filter-item .item__wrap .content{
	flex: 1 1 0%;
}
.besa__filter-grid .products .grid .besa__filter-item .item__wrap .content .logo {
  position: relative;
}
.besa__filter-grid .products .grid .besa__filter-item .item__wrap .content .logo img {
  position: absolute;
  z-index: 99;
  width: 12%;
  right: 0%;
}
.besa__filter-grid .products .grid .besa__filter-item .item__wrap .content .pic{
	margin-bottom: 1rem;
}
.besa__filter-grid .products .grid .besa__filter-item .item__wrap .content .pic img{
	margin-left: auto;
	margin-right: auto;
}
.besa__filter-grid .products .grid .besa__filter-item .item__wrap .content .name{
	font-size: 22px;
}
@media (max-width: 1920px){
	.besa__filter-grid .products .grid .besa__filter-item .item__wrap .content .name{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.besa__filter-grid .products .grid .besa__filter-item .item__wrap .content .name{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.besa__filter-grid .products .grid .besa__filter-item .item__wrap .content .name{
		font-size: 16px;
	}
}
.besa__filter-grid .products .grid .besa__filter-item .item__wrap .content .name{
	margin-bottom: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(75, 92, 102, var(--tw-text-opacity));
}
.besa__filter-grid .products .grid .besa__filter-item .item__wrap .content .description{
	font-size: 20px;
}
@media (max-width: 1920px){
	.besa__filter-grid .products .grid .besa__filter-item .item__wrap .content .description{
		font-size: 19px;
	}
}
@media (max-width: 768px){
	.besa__filter-grid .products .grid .besa__filter-item .item__wrap .content .description{
		font-size: 18px;
	}
}
.besa__filter-grid .products .grid .besa__filter-item .item__wrap .content .description{
	margin-bottom: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-weight: 300;
	text-transform: uppercase;
}
.besa__filter-grid .products .grid .besa__filter-item .item__wrap .cat{
	font-size: 14px;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(183, 192, 198, var(--tw-text-opacity));
}
.besa__filter-grid .products .grid .besa__filter-item:hover .item__wrap{
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.besa__filter-grid .products .grid .besa__filter-item.besa__filter-item--hidden, .besa__filter-grid .products .grid .besa__filter-item.besa__filter-item--filtered{
	pointer-events: none;
	position: absolute;
	opacity: 0;
}
.besa__filter-grid .products .grid .besa__filter-item.item--squared .item__wrap{
	border-radius: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.besa__filter-grid .products .grid .besa__filter-item.item--squared .item__wrap .pic{
	height: 240px;
}
@media (max-width: 1280px){
	.besa__filter-grid .products .grid .besa__filter-item.item--squared .item__wrap .pic{
		height: 240px;
	}
}
.besa__filter-grid .products .grid .besa__filter-item.item--squared .item__wrap .content{
	padding-bottom: 0.75rem;
}
.besa__filter-grid .products .grid .besa__filter-item.item--squared .item__wrap .content .name{
	margin-top: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(52, 66, 73, var(--tw-text-opacity));
}
.besa__filter-grid .products .grid .besa__filter-item.item--squared .item__wrap .content .description{
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-weight: 400;
	text-transform: uppercase;
}
.besa__filter-grid .products .grid .besa__filter-item.item--squared .item__wrap .content .subdescription{
	font-size: 20px;
}
@media (max-width: 1920px){
	.besa__filter-grid .products .grid .besa__filter-item.item--squared .item__wrap .content .subdescription{
		font-size: 19px;
	}
}
@media (max-width: 768px){
	.besa__filter-grid .products .grid .besa__filter-item.item--squared .item__wrap .content .subdescription{
		font-size: 18px;
	}
}
.besa__filter-grid .products .grid .besa__filter-item.item--squared .item__wrap .content .subdescription{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-weight: 300;
	text-transform: uppercase;
}
.besa__filter-grid .products .footer{
	margin-top: 5rem;
	display: flex;
	justify-content: center;
}
.besa__filter-grid .products .footer .besa__filter-load{
	pointer-events: auto;
	opacity: 1;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.besa__filter-grid .products .footer .besa__filter-load.is--hidden{
	pointer-events: none;
	opacity: 0;
}
.besa__filter-grid .besa__filter-noresults{
	pointer-events: none;
	position: absolute;
	opacity: 0;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.besa__filter-grid .besa__filter-noresults.is--active{
	position: relative;
	opacity: 1;
}
.besa__filter-grid .besa__filter-loader{
	pointer-events: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
	display: flex;
	height: 100vh;
	width: 100vw;
	align-items: center;
	justify-content: center;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-bg-opacity: 0.9;
	padding-left: 8rem;
	opacity: 0;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
@media (max-width: 1680px){
	.besa__filter-grid .besa__filter-loader{
		padding-left: 6rem;
	}
}
@media (max-width: 1366px){
	.besa__filter-grid .besa__filter-loader{
		padding-left: 4rem;
	}
}
@media (max-width: 1024px){
	.besa__filter-grid .besa__filter-loader{
		padding-left: 0px;
	}
}
.besa__filter-grid .besa__filter-loader .spinner{
	display: flex;
	align-items: center;
	justify-content: center;
}
.besa__filter-grid .besa__filter-loader .spinner > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.besa__filter-grid .besa__filter-loader .spinner svg{
	height: 1.25rem;
	width: 1.25rem;
}
@-webkit-keyframes spin{
	to{
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes spin{
	to{
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
.besa__filter-grid .besa__filter-loader .spinner svg{
	-webkit-animation: spin 1s linear infinite;
	        animation: spin 1s linear infinite;
	--tw-text-opacity: 1;
	color: rgba(28, 84, 143, var(--tw-text-opacity));
}
.besa__filter-grid .besa__filter-loader .spinner svg circle{
	opacity: 0.25;
}
.besa__filter-grid .besa__filter-loader .spinner svg path{
	opacity: 0.75;
}
.besa__filter-grid .besa__filter-loader .spinner span{
	--tw-text-opacity: 1;
	color: rgba(28, 84, 143, var(--tw-text-opacity));
}
.besa__filter-grid .besa__filter-loader.is--active{
	pointer-events: auto;
	opacity: 1;
}
.besa__filter-grid.besa__filter-grid--full .products{
	width: 100%;
	padding-left: 0px;
	padding-bottom: 0.75rem;
}
@media (max-width: 1680px){
	.besa__filter-grid.besa__filter-grid--full .products{
		padding-left: 0px;
	}
}
@media (max-width: 1366px){
	.besa__filter-grid.besa__filter-grid--full .products{
		padding-left: 0px;
	}
}
.besa__filter-grid.besa__filter-grid--full .products .grid .besa__filter-item{
	width: 25%;
}
@media (max-width: 1366px){
	.besa__filter-grid.besa__filter-grid--full .products .grid .besa__filter-item{
		width: 33.333333%;
	}
}
@media (max-width: 768px){
	.besa__filter-grid.besa__filter-grid--full .products .grid .besa__filter-item{
		width: 50%;
	}
}
@media (max-width: 640px){
	.besa__filter-grid.besa__filter-grid--full .products .grid .besa__filter-item{
		width: 100%;
	}
}
.besa__filter-grid.besa__filter-grid--third .products .grid .besa__filter-item{
	width: 33.333333%;
}
@media (max-width: 768px){
	.besa__filter-grid.besa__filter-grid--third .products .grid .besa__filter-item{
		width: 50%;
	}
}
@media (max-width: 640px){
	.besa__filter-grid.besa__filter-grid--third .products .grid .besa__filter-item{
		width: 100%;
	}
}
.besa__filter-grid.besa__filter-grid--border-b{
	border-bottom-width: 1px;
	padding-bottom: 8rem;
}
.besa__cards{
	margin-left: -0.75rem;
	margin-right: -0.75rem;
	display: flex;
	flex-wrap: wrap;
}
.besa__cards .besa__card{
	display: flex;
	width: 33.333333%;
	flex-direction: column;
	padding: 0.75rem;
}
@media (max-width: 1024px){
	.besa__cards .besa__card{
		width: 50%;
	}
}
@media (max-width: 640px){
	.besa__cards .besa__card{
		width: 100%;
	}
}
.besa__cards .besa__card .pic{
	display: block;
	height: 230px;
	overflow: hidden;
}
@media (max-width: 1440px){
	.besa__cards .besa__card .pic{
		height: 200px;
	}
}
@media (max-width: 1280px){
	.besa__cards .besa__card .pic{
		height: 175px;
	}
}
.besa__cards .besa__card .pic > img{
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 500ms;
}
.besa__cards .besa__card .pic .ico{
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	height: 60px;
	width: 60px;
	align-items: center;
	justify-content: center;
}
.besa__cards .besa__card .pic .ico.ico--blue{
	--tw-bg-opacity: 1;
	background-color: rgba(28, 84, 143, var(--tw-bg-opacity));
}
.besa__cards .besa__card .pic .ico img{
	max-height: 30px;
}
.besa__cards .besa__card .pic:hover > img{
	--tw-scale-x: 1.25;
	--tw-scale-y: 1.25;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.besa__cards .besa__card .wrap{
	display: flex;
	flex: 1 1 0%;
	flex-direction: column;
	justify-content: space-between;
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
	padding: 2.5rem;
}
@media (max-width: 768px){
	.besa__cards .besa__card .wrap{
		padding: 1.5rem;
	}
}
@media (max-width: 640px){
	.besa__cards .besa__card .wrap{
		min-height: 0px;
	}
}
.besa__cards .besa__card .wrap .content h2{
	font-size: 22px;
}
@media (max-width: 1920px){
	.besa__cards .besa__card .wrap .content h2{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.besa__cards .besa__card .wrap .content h2{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.besa__cards .besa__card .wrap .content h2{
		font-size: 16px;
	}
}
.besa__cards .besa__card .wrap .content h2{
	margin-bottom: 1rem;
	font-weight: 500;
}
.besa__cards .besa__card .wrap .content p{
	font-size: 16px;
	font-weight: 300;
}
.besa__cards .besa__card .wrap footer{
	margin-top: 2.5rem;
}
.besa__cards .besa__card .wrap footer a{
	display: block;
	--tw-translate-x: 0px;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.besa__cards .besa__card .wrap footer a:hover{
	--tw-translate-x: 0.5rem;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.besa__cards .besa__card .wrap.wrap--white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.besa__cards .besa__card.besa__card--nolink .pic:hover > img{
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.besa__load-more .besa__load-more-footer{
	margin-top: 2.5rem;
	display: flex;
	justify-content: center;
}
.besa__load-more .besa__load-more-item-hide{
	display: none;
}
.besa__lab-content-wrap, .besa__post-wrap{
	width: 66.666667%;
}
@media (max-width: 1024px){
	.besa__lab-content-wrap, .besa__post-wrap{
		width: 100%;
	}
}
.besa__related{
	margin-top: 2.5rem;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-radius: 12px;
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
	padding-left: 13rem;
	padding-right: 13rem;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
@media (max-width: 768px){
	.besa__related{
		padding-left: 2.5rem;
	}
}
@media (max-width: 640px){
	.besa__related{
		flex-direction: column;
	}
	.besa__related{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.besa__related .pic{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 11rem;
	overflow: hidden;
}
@media (max-width: 768px){
	.besa__related .pic{
		width: 0px;
	}
}
.besa__related .pic img{
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.besa__related .text{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
@media (max-width: 640px){
	.besa__related .text{
		text-align: center;
	}
}
.besa__related .text span{
	font-size: 22px;
}
@media (max-width: 1920px){
	.besa__related .text span{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.besa__related .text span{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.besa__related .text span{
		font-size: 16px;
	}
}
.besa__related .text span{
	display: block;
	font-weight: 300;
}
.besa__related .text span.small{
	font-size: 16px;
	margin-bottom: 0.5rem;
	font-weight: 500;
	text-transform: uppercase;
}
.besa__related .button{
	position: absolute;
	top: 0px;
	right: 0px;
	display: flex;
	height: 100%;
	width: 11rem;
	align-items: center;
	justify-content: center;
	--tw-bg-opacity: 1;
	background-color: rgba(170, 200, 16, var(--tw-bg-opacity));
}
@media (max-width: 1440px){
	.besa__related .button{
		width: 8rem;
	}
}
@media (max-width: 768px){
	.besa__related .button{
		width: 100%;
	}
}
@media (max-width: 640px){
	.besa__related .button{
		position: relative;
	}
	.besa__related .button{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}
.besa__related .button img{
	max-width: 40px;
	--tw-translate-x: 0px;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
@media (max-width: 1440px){
	.besa__related .button img{
		max-width: 30px;
	}
}
.besa__related:hover{
	--tw-bg-opacity: 0.8;
}
.besa__related:hover .pic img{
	--tw-scale-x: 1.1;
	--tw-scale-y: 1.1;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.besa__related:hover .button img{
	--tw-translate-x: 0.75rem;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.besa__related.besa__related--nopic{
	padding-left: 2.5rem;
}
@media (max-width: 640px){
	.besa__related.besa__related--nopic{
		padding-left: 0px;
	}
}
.besa__related.besa__related--download .button{
	flex-direction: column;
}
.besa__related.besa__related--download .button > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.besa__related.besa__related--download .button span{
	font-size: 14px;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.besa__related.besa__related--download:hover .button img{
	--tw-translate-x: 0px;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	--tw-translate-y: -0.5rem;
	transform: var(--tw-transform);
}
.slider--products .slider__wrap{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
@media (max-width: 640px){
	.slider--products .slider__wrap{
		left: -1.25rem;
	}
	.slider--products .slider__wrap{
		width: 100vw;
	}
	.slider--products .slider__wrap{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.slider--products .slider__wrap .slide{
	display: flex;
	width: 25%;
	flex-direction: column;
	align-items: center;
}
@media (max-width: 1366px){
	.slider--products .slider__wrap .slide{
		width: 33.333333%;
	}
}
@media (max-width: 1024px){
	.slider--products .slider__wrap .slide{
		width: 50%;
	}
}
@media (max-width: 640px){
	.slider--products .slider__wrap .slide{
		width: 60%;
	}
}
.slider--products .slider__wrap .slide .pic{
	display: flex;
	height: 260px;
	align-items: flex-end;
	justify-content: center;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
@media (max-width: 640px){
	.slider--products .slider__wrap .slide .pic{
		max-height: 150px;
	}
	.slider--products .slider__wrap .slide .pic{
		padding: 0.75rem;
	}
}
.slider--products .slider__wrap .slide .pic img{
	max-height: 100%;
}
.slider--products .slider__wrap .slide .pic.pic--small img{
	max-height: 75%;
}
.slider--products .slider__wrap .slide .text{
	font-size: 18px;
}
@media (max-width: 1680px){
	.slider--products .slider__wrap .slide .text{
		font-size: 16px;
	}
}
.slider--products .slider__wrap .slide .text{
	margin-top: 2rem;
	text-align: center;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(52, 66, 73, var(--tw-text-opacity));
}
@media (max-width: 640px){
	.slider--products .slider__wrap .slide .text{
		margin-top: 0.25rem;
	}
}
.slider--products .slider__controls{
	position: absolute;
	top: 50%;
	left: 0px;
	display: flex;
	width: 100%;
	--tw-translate-y: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
	justify-content: space-between;
}
@media (max-width: 640px){
	.slider--products .slider__controls{
		display: none;
	}
}
.slider--products .slider__controls .slider__control--left{
	opacity: 0;
}
.slider--products .slider__controls img{
	height: 45px;
}
.slider--products .flickity-page-dots{
	bottom: -45px;
	display: none;
}
@media (max-width: 640px){
	.slider--products .flickity-page-dots{
		display: block;
	}
}
.slider--simple{
	width: 100%;
}
.slider--simple .slide{
	height: 70vh;
	width: 100%;
}
.slider--simple .slide .text{
	position: absolute;
	left: 50%;
	z-index: 10;
	display: flex;
	--tw-translate-x: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
	flex-direction: column;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.slider--simple .slide .text.text--bottom{
	bottom: 5rem;
}
.slider--simple .slide .text.text--bottom .description{
	font-size: 26px;
	line-height: 42px;
}
@media (max-width: 1920px){
	.slider--simple .slide .text.text--bottom .description{
		font-size: 24px;
	}
}
@media (max-width: 1680px){
	.slider--simple .slide .text.text--bottom .description{
		line-height: 40px;
	}
}
@media (max-width: 1440px){
	.slider--simple .slide .text.text--bottom .description{
		font-size: 20px;
	}
	.slider--simple .slide .text.text--bottom .description{
		line-height: 34px;
	}
}
@media (max-width: 768px){
	.slider--simple .slide .text.text--bottom .description{
		font-size: 18px;
	}
	.slider--simple .slide .text.text--bottom .description{
		line-height: 26px;
	}
}
@media (max-width: 640px){
	.slider--simple .slide .text.text--bottom .description{
		font-size: 16px;
	}
	.slider--simple .slide .text.text--bottom .description{
		line-height: 24px;
	}
}
.slider--simple .slide .text.text--bottom .description{
	font-weight: 500;
}
.slider--simple .flickity-page-dots{
	bottom: 1.5rem;
}
.slider--simple .flickity-page-dots .dot{
	height: 12px;
	width: 12px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-bg-opacity: 0;
	opacity: 1;
}
.slider--simple .flickity-page-dots .dot.is-selected{
	--tw-bg-opacity: 1;
}
.slider--about .slider__wrap{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
@media (max-width: 1280px){
	.slider--about .slider__wrap{
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (max-width: 640px){
	.slider--about .slider__wrap{
		left: -1.25rem;
	}
	.slider--about .slider__wrap{
		width: 100vw;
	}
	.slider--about .slider__wrap{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.slider--about .slider__wrap .slide{
	margin-right: 30px;
	display: flex;
	width: calc(25% - 30px);
	flex-direction: column;
	align-items: center;
}
@media (max-width: 1366px){
	.slider--about .slider__wrap .slide{
		width: 33.333333%;
	}
}
@media (max-width: 1024px){
	.slider--about .slider__wrap .slide{
		width: 50%;
	}
}
@media (max-width: 640px){
	.slider--about .slider__wrap .slide{
		width: 60%;
	}
}
.slider--about .slider__wrap .slide .pic{
	margin-bottom: 0.75rem;
	display: flex;
	height: 230px;
	width: 100%;
	align-items: flex-end;
}
@media (max-width: 1440px){
	.slider--about .slider__wrap .slide .pic{
		height: 200px;
	}
}
@media (max-width: 640px){
	.slider--about .slider__wrap .slide .pic{
		max-height: 150px;
	}
	.slider--about .slider__wrap .slide .pic{
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}
.slider--about .slider__wrap .slide .pic img{
	max-height: 100%;
}
.slider--about .slider__wrap .slide p{
	font-size: 16px;
	margin-bottom: 0px;
	text-align: center;
}
.slider--about .slider__wrap .slide p.year{
	font-size: 26px;
	line-height: 42px;
}
@media (max-width: 1920px){
	.slider--about .slider__wrap .slide p.year{
		font-size: 24px;
	}
}
@media (max-width: 1680px){
	.slider--about .slider__wrap .slide p.year{
		line-height: 40px;
	}
}
@media (max-width: 1440px){
	.slider--about .slider__wrap .slide p.year{
		font-size: 20px;
	}
	.slider--about .slider__wrap .slide p.year{
		line-height: 34px;
	}
}
@media (max-width: 768px){
	.slider--about .slider__wrap .slide p.year{
		font-size: 18px;
	}
	.slider--about .slider__wrap .slide p.year{
		line-height: 26px;
	}
}
@media (max-width: 640px){
	.slider--about .slider__wrap .slide p.year{
		font-size: 16px;
	}
	.slider--about .slider__wrap .slide p.year{
		line-height: 24px;
	}
}
.slider--about .slider__wrap .slide p.year{
	margin-bottom: 0.5rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
.slider--about .slider__controls{
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	width: 100%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	justify-content: space-between;
}
@media (max-width: 640px){
	.slider--about .slider__controls{
		display: none;
	}
}
.slider--about .slider__controls .slider__control{
	--tw-translate-y: 110px;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
@media (max-width: 1440px){
	.slider--about .slider__controls .slider__control{
		--tw-translate-y: 80px;
		-webkit-transform: var(--tw-transform);
		        transform: var(--tw-transform);
	}
}
.slider--about .slider__controls .slider__control--left{
	left: -30px;
	opacity: 0;
}
.slider--about .slider__controls .slider__control--right{
	right: -30px;
	opacity: 0;
}
.slider--about .slider__controls img{
	height: 45px;
}
.slider--about .flickity-page-dots{
	bottom: -45px;
	display: none;
}
@media (max-width: 640px){
	.slider--about .flickity-page-dots{
		display: block;
	}
}
.slider--post-floated .slider__wrap .slide{
	width: 33.333333%;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
@media (max-width: 1440px){
	.slider--post-floated .slider__wrap .slide{
		width: 50%;
	}
}
@media (max-width: 1024px){
	.slider--post-floated .slider__wrap .slide{
		width: 33.333333%;
	}
}
@media (max-width: 640px){
	.slider--post-floated .slider__wrap .slide{
		width: 50%;
	}
}
.slider--post-floated .slider__wrap .slide .pic{
	margin-bottom: 0.5rem;
	display: block;
	display: flex;
	height: 100px;
	align-items: center;
	align-items: center;
	justify-content: center;
}
.slider--post-floated .slider__wrap .slide .pic img{
	margin-left: auto;
	margin-right: auto;
	max-height: 100%;
}
.slider--post-floated .slider__wrap .slide .text span{
	display: block;
	text-align: center;
}
.slider--post-floated .slider__wrap .slide .text span:first-child{
	font-size: 14px;
	margin-bottom: 0.25rem;
	font-weight: 500;
}
.slider--post-floated .slider__wrap .slide .text span:last-child{
	font-size: 12px;
	font-weight: 300;
}
.slider--post-floated .slider__control{
	position: absolute;
	top: 50%;
	--tw-translate-y: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.slider--post-floated .slider__control.slider__control--right{
	right: 0px;
}
.header--main{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	height: auto;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-bg-opacity: 0;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: linear;
}
.header--main .top{
	z-index: 50;
	display: flex;
	justify-content: flex-end;
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 4rem;
	padding-right: 4rem;
}
@media (max-width: 1440px){
	.header--main .top{
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media (max-width: 1024px){
	.header--main .top{
		display: none;
	}
}
.header--main .top a{
	display: flex;
	align-items: center;
}
.header--main .top a > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.125rem * var(--tw-space-x-reverse));
	margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
.header--main .top a span{
	font-size: 10px;
}
.header--main .top a span:first-child{
	font-weight: 700;
}
.header--main .top a img{
	top: -1px;
	height: 9px;
}
.header--main .main{
	z-index: 50;
	display: flex;
}
@media (max-width: 1024px){
	.header--main .main{
		display: block;
	}
	.header--main .main{
		height: auto;
	}
	.header--main .main{
		overflow-y: auto;
	}
}
.header--main .main > *.main__left{
	z-index: 10;
	display: flex;
	min-height: 100%;
	flex: 1 1 0%;
	padding-left: 4rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (max-width: 1440px){
	.header--main .main > *.main__left{
		padding-left: 3rem;
	}
}
@media (max-width: 1024px){
	.header--main .main > *.main__left{
		top: 0px;
	}
	.header--main .main > *.main__left{
		left: 0px;
	}
	.header--main .main > *.main__left{
		display: flex;
	}
	.header--main .main > *.main__left{
		height: auto;
	}
	.header--main .main > *.main__left{
		width: 100vw;
	}
	.header--main .main > *.main__left{
		flex-direction: column;
	}
	.header--main .main > *.main__left{
		overflow-y: auto;
	}
	.header--main .main > *.main__left{
		padding-left: 0px;
		padding-right: 0px;
	}
	.header--main .main > *.main__left{
		padding-top: 79px;
	}
}
@media (max-width: 640px){
	.header--main .main > *.main__left{
		margin-top: 63px;
	}
	.header--main .main > *.main__left{
		overflow: hidden;
	}
	.header--main .main > *.main__left{
		padding-top: 0px;
	}
}
.header--main .main > *.main__left .background{
	left: 0px;
	--tw-bg-opacity: 1;
	background-color: rgba(75, 92, 102, var(--tw-bg-opacity));
}
@media (max-width: 1024px){
	.header--main .main > *.main__left .background{
		display: none;
	}
}
.header--main .main > *.main__left .block--contact{
	display: none;
	--tw-bg-opacity: 1;
	background-color: rgba(170, 200, 16, var(--tw-bg-opacity));
}
@media (max-width: 1024px){
	.header--main .main > *.main__left .block--contact{
		display: block;
	}
}
.header--main .main > *.main__right{
	z-index: 10;
	display: flex;
	min-height: 100%;
	overflow-x: hidden;
	padding-left: 4rem;
	padding-right: 4rem;
}
@media (max-width: 1440px){
	.header--main .main > *.main__right{
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media (max-width: 1280px){
	.header--main .main > *.main__right{
		padding-left: 1.5rem;
	}
}
@media (max-width: 1024px){
	.header--main .main > *.main__right{
		display: none;
	}
}
.header--main .main > *.main__right .background{
	right: 0px;
	height: calc(100% - 1px);
	--tw-bg-opacity: 1;
	background-color: rgba(170, 200, 16, var(--tw-bg-opacity));
}
.header--main .main > * .background{
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100vw;
}
@media (max-width: 1024px){
	.header--main .main > * .background{
		display: none;
	}
}
.header--main .main > * .background {
  -webkit-clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0, 1 0, 1 0.85, 0 0.6"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
          clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0, 1 0, 1 0.85, 0 0.6"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 85%, 0 60%);
          clip-path: polygon(0 0, 100% 0%, 100% 85%, 0 60%);
}
.header--main .main > * > .block{
	font-size: 16px;
	display: flex;
	min-height: 100%;
	align-items: center;
	padding-top: 1.25rem;
	padding-bottom: 4rem;
}
@media (max-width: 1440px){
	.header--main .main > * > .block{
		padding-top: 1.5rem;
	}
	.header--main .main > * > .block{
		padding-bottom: 4rem;
	}
}
@media (max-width: 1366px){
  .header--main .main > * > .block{
		font-size: 14px;
	}
}
@media (max-width: 1024px){
	.header--main .main > * > .block{
		height: 0px;
	}
	.header--main .main > * > .block{
		min-height: 0px;
	}
	.header--main .main > * > .block{
		--tw-translate-x: 100%;
		-webkit-transform: var(--tw-transform);
		        transform: var(--tw-transform);
	}
	.header--main .main > * > .block{
		-webkit-transform: var(--tw-transform);
		        transform: var(--tw-transform);
	}
	.header--main .main > * > .block{
		border-top-width: 1px;
	}
	.header--main .main > * > .block{
		--tw-border-opacity: 1;
		border-color: rgba(52, 66, 73, var(--tw-border-opacity));
	}
	.header--main .main > * > .block{
		--tw-bg-opacity: 1;
		background-color: rgba(75, 92, 102, var(--tw-bg-opacity));
	}
	.header--main .main > * > .block{
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
	.header--main .main > * > .block{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
	.header--main .main > * > .block{
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
	}
}
.header--main .main > * > .block.block--brand{
	z-index: 20;
	padding-right: 5rem;
}
@media (max-width: 1440px){
	.header--main .main > * > .block.block--brand{
		padding-right: 3rem;
	}
}
@media (max-width: 1280px){
	.header--main .main > * > .block.block--brand{
		padding-right: 2.5rem;
	}
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--brand{
		position: fixed;
	}
	.header--main .main > * > .block.block--brand{
		top: 0px;
	}
	.header--main .main > * > .block.block--brand{
		left: 0px;
	}
	.header--main .main > * > .block.block--brand{
		z-index: 50;
	}
	.header--main .main > * > .block.block--brand{
		display: flex;
	}
	.header--main .main > * > .block.block--brand{
		height: auto;
	}
	.header--main .main > * > .block.block--brand{
		width: 100%;
	}
	.header--main .main > * > .block.block--brand{
		flex: none;
	}
	.header--main .main > * > .block.block--brand{
		--tw-translate-x: 0px;
		-webkit-transform: var(--tw-transform);
		        transform: var(--tw-transform);
	}
	.header--main .main > * > .block.block--brand{
		justify-content: space-between;
	}
	.header--main .main > * > .block.block--brand{
		padding-right: 1.75rem;
	}
}
@media (max-width: 640px){
	.header--main .main > * > .block.block--brand{
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
}
.header--main .main > * > .block.block--brand a > img{
	top: -5px;
	width: 80px;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--brand a > img{
		top: 0px;
	}
	.header--main .main > * > .block.block--brand a > img{
		width: 76px;
	}
}
.header--main .main > * > .block.block--brand .right{
	display: flex;
	align-items: center;
}
.header--main .main > * > .block.block--brand .right > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.25rem * var(--tw-space-x-reverse));
	margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.header--main .main > * > .block.block--brand .hamburger{
	display: none;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--brand .hamburger{
		display: block;
	}
}
.header--main .main > * > .block.block--brand .hamburger span{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	display: block;
	height: 2px;
	width: 27px;
	border-radius: 0.125rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.header--main .main > * > .block.block--brand .search--mobile{
	display: none;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--brand .search--mobile{
		display: block;
	}
}
.header--main .main > * > .block.block--brand .search--mobile form{
	position: fixed;
	top: 63px;
	left: 0px;
	display: flex;
	width: 100vw;
	align-items: center;
	justify-content: space-between;
	--tw-bg-opacity: 1;
	background-color: rgba(75, 92, 102, var(--tw-bg-opacity));
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}
.header--main .main > * > .block.block--brand .search--mobile form input{
	flex: 1 1 0%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.header--main .main > * > .block.block--brand .search--mobile .search__trigger img{
	width: 25px;
}
.header--main .main > * > .block.block--nav{
	z-index: 10;
	flex: 1 1 0%;
	padding-top: 0px;
	padding-bottom: 0px;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav{
		order: 2;
	}
	.header--main .main > * > .block.block--nav{
		flex: 0 1 auto;
	}
	.header--main .main > * > .block.block--nav{
		align-items: flex-start;
	}
	.header--main .main > * > .block.block--nav{
		border-width: 0px;
	}
	.header--main .main > * > .block.block--nav{
		background-color: transparent;
	}
	.header--main .main > * > .block.block--nav{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.header--main .main > * > .block.block--nav > nav{
	width: 100%;
}
.header--main .main > * > .block.block--nav > nav > ul{
	display: flex;
	align-items: center;
}
.header--main .main > * > .block.block--nav > nav > ul > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(4rem * var(--tw-space-x-reverse));
	margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 1780px){
	.header--main .main > * > .block.block--nav > nav > ul > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(3rem * var(--tw-space-x-reverse));
		margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
	}
}
@media (max-width: 1440px){
	.header--main .main > * > .block.block--nav > nav > ul > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(2.5rem * var(--tw-space-x-reverse));
		margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
	}
}
@media (max-width: 1280px){
	.header--main .main > * > .block.block--nav > nav > ul > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(2rem * var(--tw-space-x-reverse));
		margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
	}
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul{
		display: block;
	}
	.header--main .main > * > .block.block--nav > nav > ul{
		flex-direction: column;
	}
	.header--main .main > * > .block.block--nav > nav > ul{
		align-items: flex-start;
	}
	.header--main .main > * > .block.block--nav > nav > ul > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li{
	z-index: 20;
	padding-top: 2.5rem;
	padding-bottom: 5rem;
}
@media (max-width: 1440px){
	.header--main .main > * > .block.block--nav > nav > ul > li{
		padding-top: 1.5rem;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li{
		padding-bottom: 4rem;
	}
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li{
		width: 100%;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li{
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > a{
	font-size: 14px;
	display: flex;
	align-items: center;
}
.header--main .main > * > .block.block--nav > nav > ul > li > a > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.header--main .main > * > .block.block--nav > nav > ul > li > a{
	font-weight: 500;
}
@media (max-width: 1024px){
  .header--main .main > * > .block.block--nav > nav > ul > li > a{
		font-size: 18px;
	}
  @media (max-width: 1680px){
		.header--main .main > * > .block.block--nav > nav > ul > li > a{
			font-size: 16px;
		}
	}
  .header--main .main > * > .block.block--nav > nav > ul > li > a{
		display: block;
	}
  .header--main .main > * > .block.block--nav > nav > ul > li > a > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
  .header--main .main > * > .block.block--nav > nav > ul > li > a{
		border-top-width: 1px;
	}
  .header--main .main > * > .block.block--nav > nav > ul > li > a{
		--tw-border-opacity: 1;
		border-color: rgba(52, 66, 73, var(--tw-border-opacity));
	}
  .header--main .main > * > .block.block--nav > nav > ul > li > a{
		--tw-bg-opacity: 1;
		background-color: rgba(75, 92, 102, var(--tw-bg-opacity));
	}
  .header--main .main > * > .block.block--nav > nav > ul > li > a{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
  .header--main .main > * > .block.block--nav > nav > ul > li > a{
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
  .header--main .main > * > .block.block--nav > nav > ul > li > a:hover{
		opacity: 1;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > a {
  /*
  &:after {
      background-image: url('../../../dist/images/ico-arrow-mobile-white.svg');
      content: '';
      @apply w-[8px] h-[16px] absolute top-1/2 right-7 bg-no-repeat bg-contain transform -translate-y-1/2 hidden transition
      lg:block;
  }
  */
}
.header--main .main > * > .block.block--nav > nav > ul > li > a > img{
	top: -1px;
	height: 7px;
	--tw-rotate: 0deg;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > a > img{
		display: none;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > a > .arrow{
	position: absolute;
	top: 50%;
	right: 1.75rem;
	display: none;
	height: 16px;
	width: 8px;
	--tw-translate-y: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
	background-size: contain;
	background-repeat: no-repeat;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > a > .arrow{
		display: block;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > a.is--active {
  /*
  &:after {
      @apply transform rotate-90;
  }
  */
}
.header--main .main > * > .block.block--nav > nav > ul > li > a.is--active > img{
	--tw-rotate: 180deg;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.header--main .main > * > .block.block--nav > nav > ul > li > a.is--active > .arrow{
	--tw-rotate: 90deg;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav {
  z-index: -1;
  transition-property: all;
  pointer-events: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  height: calc(100vh - 140px);
  width: 100vw;
  overflow-y: scroll;
  border-color: transparent;
  padding-top: 40px;
  opacity: 0;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  transition-timing-function: linear;
}
@media (max-width: 1440px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav{
		height: calc(100vh - 110px);
	}
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav{
		pointer-events: auto;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav{
		position: relative;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav{
		z-index: 0;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav{
		height: auto;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav{
		max-height: 0px;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav{
		width: 100%;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav{
		overflow: hidden;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav{
		border-width: 0px;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav{
		padding-top: 0px;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav{
		opacity: 1;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid{
	display: flex;
	justify-content: space-between;
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(5rem * var(--tw-space-x-reverse));
	margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid{
	padding-left: 4rem;
	padding-right: 4rem;
	padding-bottom: 200px;
}
@media (max-width: 1440px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(1.5rem * var(--tw-space-x-reverse));
		margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid{
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid{
		flex-direction: column;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid{
		padding-left: 0px;
		padding-right: 0px;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid{
		padding-bottom: 0px;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column{
	width: 33.333333%;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column{
		width: 100%;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block{
	margin-bottom: 4rem;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block{
		margin-bottom: 0px;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > header{
	margin-bottom: 1.5rem;
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(170, 200, 16, var(--tw-border-opacity));
	padding-top: 0.5rem;
}
@media (max-width: 1366px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > header{
		margin-bottom: 1rem;
	}
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > header{
		margin-bottom: 0px;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > header{
		border-bottom-width: 1px;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > header{
		border-top-width: 0px;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > header{
		padding-top: 0px;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > header a{
	font-size: 22px;
}
@media (max-width: 1920px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > header a{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > header a{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > header a{
		font-size: 16px;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > header a{
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > header a{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > header a{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > header a{
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > header a {
  /*
  &:after {
      background-image: url('../../../dist/images/ico-arrow-mobile-black.svg');
      content: '';
      @apply w-[8px] h-[16px] absolute top-1/2 right-7 bg-no-repeat bg-contain transform -translate-y-1/2 hidden transition
      lg:block;
  }
  */
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > header a > img{
		display: none;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > header a .arrow{
	position: absolute;
	top: 50%;
	right: 1.75rem;
	display: none;
	height: 16px;
	width: 8px;
	--tw-translate-y: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
	background-size: contain;
	background-repeat: no-repeat;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > header a .arrow{
		display: block;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > header a .arrow img{
	height: 16px;
	width: 8px;
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > header a.is--active {
  /*
  &:after {
      @apply transform rotate-90;
  }
  */
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > header a.is--active .arrow{
	--tw-rotate: 90deg;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid{
	margin-bottom: 1.25rem;
	display: flex;
	justify-content: space-between;
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2.5rem * var(--tw-space-x-reverse));
	margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid{
		margin-bottom: 0px;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid{
		max-height: 0px;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid{
		flex-direction: column;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column{
	flex: 1 1 0%;
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block{
	margin-bottom: 1.5rem;
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	padding-top: 0.75rem;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block{
		margin-bottom: 0px;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block{
		border-width: 0px;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block{
		padding-top: 0px;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block header{
	margin-bottom: 0.75rem;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block header{
		margin-bottom: 0px;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block header a{
	font-size: 16px;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block header a{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block header a{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block header a{
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
}
@media (max-width: 640px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block header a{
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block header a .arrow{
	position: absolute;
	top: 50%;
	right: 1.75rem;
	display: none;
	height: 16px;
	width: 8px;
	--tw-translate-y: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
	background-size: contain;
	background-repeat: no-repeat;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block header a .arrow img{
	height: 16px;
	width: 8px;
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block ul{
	display: flex;
	flex-direction: column;
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block ul > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
@media (max-width: 1366px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block ul > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
	}
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block ul > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block ul li{
	font-size: 14px;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	--tw-text-opacity: 0.5;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block ul li{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block ul li a{
		margin-bottom: 1rem;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block ul li a{
		display: block;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block ul li a{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block ul li a{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block:last-of-type{
	margin-bottom: 0px;
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block.block--no-border{
	border-width: 0px;
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block.block--inline{
	margin-bottom: 0.5rem;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid > .column > .block.block--inline{
		margin-bottom: 0px;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid:last-of-type{
	margin-bottom: 0px;
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > .grid.is--active{
	max-height: 10000px;
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > ul{
	display: flex;
	flex-direction: column;
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > ul > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
@media (max-width: 1366px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > ul > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
	}
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > ul{
		max-height: 0px;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > ul > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > ul li{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > ul li a{
	font-size: 14px;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > ul li a{
		margin-bottom: 1rem;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > ul li a{
		display: block;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > ul li a{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > ul li p{
	font-size: 14px;
	line-height: 21px;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	--tw-text-opacity: 0.5;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > ul li p{
		margin-bottom: 1rem;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > ul li p{
		display: block;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > ul li p{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > ul li:first-child a{
		margin-top: 1rem;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > ul li:first-child p{
		margin-top: 1rem;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > ul.is--active{
	max-height: 10000px;
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > footer{
	margin-top: 1.5rem;
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(170, 200, 16, var(--tw-border-opacity));
	padding-top: 1rem;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > footer{
		margin-top: 0px;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > footer{
		max-height: 0px;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > footer{
		border-width: 0px;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > footer{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > footer{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > footer{
		padding-bottom: 0px;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > footer a{
	font-weight: 400;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > footer a{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > footer a{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block > footer.is--active{
	max-height: 10000px;
	padding-bottom: 1.5rem;
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block:last-child{
	margin-bottom: 0px;
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block.block--inline{
	margin-bottom: 0px;
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block.block--inline > header{
	margin-bottom: 0.5rem;
	padding-top: 1rem;
	padding-bottom: 0.5rem;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block.block--inline > header{
		margin: 0px;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column > .block.block--inline > header{
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column.column--1-4{
	width: 25%;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column.column--1-4{
		width: 100%;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column.column--1-2{
	width: 50%;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > .grid > .column.column--1-2{
		width: 100%;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > footer{
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 4rem;
	padding-right: 4rem;
	padding-top: 0.5rem;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > footer{
		position: relative;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > footer{
		bottom: auto;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > footer{
		background-color: transparent;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > footer{
		padding-left: 0px;
		padding-right: 0px;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > footer{
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > footer {
  /*
  &:before {
      content: '';
      @apply hidden w-full h-[100px] absolute top-0 left-0 bg-gradient-to-t from-white to-transparent transform -translate-y-full pointer-events-none
      lg:hidden;
  }
  */
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > footer .wrap{
	border-top-width: 1px;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
@media (max-width: 1440px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > footer .wrap{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > footer .wrap{
		--tw-bg-opacity: 1;
		background-color: rgba(170, 200, 16, var(--tw-bg-opacity));
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > footer .wrap{
		padding: 0px;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > footer .wrap a{
		display: block;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > footer .wrap a{
		max-height: 1000px;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > footer .wrap a{
		min-height: 0px;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > footer .wrap a{
		border-radius: 0px;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > footer .wrap a{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > footer .wrap a{
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > footer .wrap a{
		text-align: left;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > footer .wrap a span{
	font-weight: 400;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > footer .wrap a > img{
		display: none;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > footer .wrap a .arrow{
	position: absolute;
	top: 50%;
	right: 1.75rem;
	display: none;
	height: 16px;
	width: 8px;
	--tw-translate-y: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
	background-size: contain;
	background-repeat: no-repeat;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav > footer .wrap a .arrow{
		display: block;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li > .subnav:hover{
	pointer-events: auto;
	opacity: 1;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav > ul > li > .subnav.is--active{
		max-height: 10000px;
	}
}
.header--main .main > * > .block.block--nav > nav > ul > li:hover > a > img{
	--tw-rotate: 180deg;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.header--main .main > * > .block.block--nav > nav > ul > li:hover .subnav{
	pointer-events: auto;
	opacity: 1;
}
.header--main .main > * > .block.block--nav > nav:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 70px;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(107, 129, 142, var(--tw-bg-opacity));
}
@media (max-width: 1440px){
	.header--main .main > * > .block.block--nav > nav:after{
		top: 50px;
	}
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--nav > nav:after{
		display: none;
	}
	.header--main .main > * > .block.block--nav .block--hide-mobile ul, .header--main .main > * > .block.block--nav .block--hide-mobile footer{
		display: none;
	}
	.header--main .main > * > .block.block--nav .block--hide-mobile ul, .header--main .main > * > .block.block--nav .block--hide-mobile footer{
		opacity: 0;
	}
	.header--main .main > * > .block.block--nav .column--hide-mobile{
		display: none;
	}
	.header--main .main > * > .block.block--nav .column--hide-mobile{
		opacity: 0;
	}
}
.header--main .main > * > .block.block--lang {
  -webkit-clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0, 1 0, 1 0.77, 0 0.75"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
          clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0, 1 0, 1 0.77, 0 0.75"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 77%, 0 75%);
          clip-path: polygon(0 0, 100% 0%, 100% 77%, 0 75%);
  font-size: 14px;
  z-index: 20;
  border-left-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(107, 129, 142, var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--lang{
		order: 12;
	}
	.header--main .main > * > .block.block--lang{
		--tw-border-opacity: 1;
		border-color: rgba(52, 66, 73, var(--tw-border-opacity));
	}
	.header--main .main > * > .block.block--lang{
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
@media only screen and (max-width: 1024px) {
  .header--main .main > * > .block.block--lang {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.header--main .main > * > .block.block--lang .trigger{
	display: flex;
	align-items: center;
}
.header--main .main > * > .block.block--lang .trigger > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.header--main .main > * > .block.block--lang .trigger{
	font-weight: 700;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--lang .trigger{
		display: none;
	}
}
.header--main .main > * > .block.block--lang .trigger img{
	top: -1px;
	height: 7px;
}
.header--main .main > * > .block.block--lang ul {
  -webkit-clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0, 1 0, 1 0.8, 0 0.79"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
          clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0, 1 0, 1 0.8, 0 0.79"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 79%);
          clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 79%);
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  --tw-translate-y: 0;
  -webkit-transform: var(--tw-transform);
          transform: var(--tw-transform);
  transform: var(--tw-transform);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(75, 92, 102, var(--tw-bg-opacity));
  opacity: 0;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--lang ul{
		pointer-events: auto;
	}
	.header--main .main > * > .block.block--lang ul{
		position: relative;
	}
	.header--main .main > * > .block.block--lang ul{
		flex-direction: row;
	}
	.header--main .main > * > .block.block--lang ul{
		justify-content: space-between;
	}
	.header--main .main > * > .block.block--lang ul{
		opacity: 1;
	}
}
@media only screen and (max-width: 1024px) {
  .header--main .main > * > .block.block--lang ul {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
@media (max-width: 1024px){
  .header--main .main > * > .block.block--lang ul li a{
		font-size: 16px;
	}
  .header--main .main > * > .block.block--lang ul li a{
		display: block;
	}
  .header--main .main > * > .block.block--lang ul li a{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}
.header--main .main > * > .block.block--lang ul li a.is--active{
	opacity: 1;
}
.header--main .main > * > .block.block--lang:hover ul{
	pointer-events: auto;
	--tw-translate-y: -12px;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	opacity: 1;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--lang:hover ul{
		--tw-translate-y: 0px;
		-webkit-transform: var(--tw-transform);
		        transform: var(--tw-transform);
	}
}
.header--main .main > * > .block.block--search {
  -webkit-clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0, 1 0, 1 0.78, 0 0.79"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
          clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0, 1 0, 1 0.78, 0 0.79"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 78%, 0 79%);
          clip-path: polygon(0 0, 100% 0%, 100% 78%, 0 79%);
  z-index: 20;
  z-index: 10;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(107, 129, 142, var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--search{
		order: 1;
	}
	.header--main .main > * > .block.block--search{
		display: none;
	}
	.header--main .main > * > .block.block--search{
		border-top-width: 1px;
	}
	.header--main .main > * > .block.block--search{
		--tw-border-opacity: 1;
		border-color: rgba(52, 66, 73, var(--tw-border-opacity));
	}
	.header--main .main > * > .block.block--search{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}
@media only screen and (max-width: 1024px) {
  .header--main .main > * > .block.block--search {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.header--main .main > * > .block.block--search .wrap{
	width: 100%;
	flex: 1 1 0%;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--search .wrap{
		display: flex;
	}
}
.header--main .main > * > .block.block--search .wrap .form__wrap{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	--tw-bg-opacity: 1;
	background-color: rgba(75, 92, 102, var(--tw-bg-opacity));
}
.header--main .main > * > .block.block--search .wrap form input{
	width: 100%;
}
.header--main .main > * > .block.block--search .wrap button img{
	width: 20px;
}
.header--main .main > * > .block.block--lab{
	z-index: 20;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
@media (max-width: 1440px){
	.header--main .main > * > .block.block--lab{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}
@media (max-width: 1280px){
	.header--main .main > * > .block.block--lab{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--lab{
		order: 3;
	}
	.header--main .main > * > .block.block--lab{
		padding-left: 0px;
		padding-right: 0px;
	}
	.header--main .main > * > .block.block--lab{
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
.header--main .main > * > .block.block--lab a{
	font-size: 20px;
}
@media (max-width: 1920px){
	.header--main .main > * > .block.block--lab a{
		font-size: 19px;
	}
}
@media (max-width: 768px){
	.header--main .main > * > .block.block--lab a{
		font-size: 18px;
	}
}
.header--main .main > * > .block.block--lab a{
	display: flex;
	align-items: center;
}
.header--main .main > * > .block.block--lab a > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.125rem * var(--tw-space-x-reverse));
	margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 1024px){
  .header--main .main > * > .block.block--lab a{
		font-size: 18px;
	}
  @media (max-width: 1680px){
		.header--main .main > * > .block.block--lab a{
			font-size: 16px;
		}
	}
  .header--main .main > * > .block.block--lab a{
		width: 100%;
	}
  .header--main .main > * > .block.block--lab a{
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
  .header--main .main > * > .block.block--lab a{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}
.header--main .main > * > .block.block--lab a img{
	height: 15px;
}
.header--main .main > * > .block.block--lab a span:last-child{
	font-weight: 700;
}
.header--main .main > * > .block.block--lab a .arrow{
	position: absolute;
	top: 50%;
	right: 1.75rem;
	display: none;
	height: 16px;
	width: 8px;
	--tw-translate-y: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
	background-size: contain;
	background-repeat: no-repeat;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--lab a .arrow{
		display: block;
	}
}
.header--main .main > * > .block.block--contact{
	font-size: 14px;
	z-index: 20;
	text-align: center;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(75, 92, 102, var(--tw-text-opacity));
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--contact{
		order: 10;
	}
	.header--main .main > * > .block.block--contact{
		border-width: 0px;
	}
	.header--main .main > * > .block.block--contact{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.header--main .main > * > .block.block--contact{
		padding-left: 0px;
		padding-right: 0px;
	}
	.header--main .main > * > .block.block--contact{
		text-align: left;
	}
	.header--main .main > * > .block.block--contact a{
		display: block;
	}
	.header--main .main > * > .block.block--contact a{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.header--main .main > * > .block.block--contact a{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
	.header--main .main > * > .block.block--contact a{
		font-size: 16px;
	}
	.header--main .main > * > .block.block--contact a br{
		display: none;
	}
}
.header--main .main > * > .block.block--contact a .arrow{
	position: absolute;
	top: 50%;
	right: 1.75rem;
	display: none;
	height: 16px;
	width: 8px;
	--tw-translate-y: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
	background-size: contain;
	background-repeat: no-repeat;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--contact a .arrow{
		display: block;
	}
}
.header--main .main > * > .block.block--mybesa{
	display: none;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--mybesa{
		order: 11;
	}
	.header--main .main > * > .block.block--mybesa{
		display: block;
	}
	.header--main .main > * > .block.block--mybesa{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
	.header--main .main > * > .block.block--mybesa{
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
.header--main .main > * > .block.block--mybesa a{
	display: flex;
	align-items: center;
}
.header--main .main > * > .block.block--mybesa a > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.header--main .main > * > .block.block--mybesa a{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-size: 16px;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.header--main .main > * > .block.block--mybesa a img{
	top: -2px;
	height: 14px;
}
@media (max-width: 1024px){
	.header--main .main > * > .block.block--mybesa a img{
		height: 12px;
	}
}
.header--main .header__search{
	pointer-events: none;
	position: fixed;
	top: 25px;
	left: 0px;
	z-index: 50;
	display: flex;
	height: 107px;
	align-items: center;
	--tw-bg-opacity: 1;
	background-color: rgba(75, 92, 102, var(--tw-bg-opacity));
	padding-left: 4rem;
	padding-right: 4rem;
	opacity: 0;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
@media (max-width: 1440px){
	.header--main .header__search{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
@media (max-width: 1024px){
	.header--main .header__search{
		top: 80px;
	}
	.header--main .header__search{
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
	.header--main .header__search{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}
@media (max-width: 640px){
	.header--main .header__search{
		top: 64px;
	}
	.header--main .header__search{
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
.header--main .header__search form{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.header--main .header__search form input{
	font-size: 18px;
	line-height: 28px;
}
@media (max-width: 1440px){
	.header--main .header__search form input{
		font-size: 16px;
	}
	.header--main .header__search form input{
		line-height: 24px;
	}
}
.header--main .header__search form input{
	flex: 1 1 0%;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.header--main .ico--search{
	opacity: 1;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.header--main .ico--close{
	position: absolute;
	top: 50%;
	left: 50%;
	--tw-translate-x: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
	opacity: 0;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.header--main.is--subnav{
	height: 100vh;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-bg-opacity: 1;
}
.header--main.is--search .header__search{
	pointer-events: auto;
	opacity: 1;
}
.header--main.is--search .ico--search{
	opacity: 0;
}
.header--main.is--search .ico--close{
	opacity: 1;
}
.nav--expanded .main{
	height: 100vh;
}
@media (max-width: 1024px){
	.nav--expanded .main > * > .block{
		height: auto;
	}
	.nav--expanded .main > * > .block{
		--tw-translate-x: 0px;
		-webkit-transform: var(--tw-transform);
		        transform: var(--tw-transform);
	}
}
.nav--expanded .main > * > .block.block--brand .hamburger span:nth-child(1){
	top: 10px;
	--tw-rotate: 45deg;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.nav--expanded .main > * > .block.block--brand .hamburger span:nth-child(2){
	opacity: 0;
}
.nav--expanded .main > * > .block.block--brand .hamburger span:nth-child(3){
	top: -10px;
	--tw-rotate: -45deg;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.header--ico{
	margin-bottom: 2.5rem;
	display: flex;
	align-items: center;
}
.header--ico > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 1440px){
	.header--ico{
		margin-bottom: 3rem;
	}
}
@media (max-width: 640px){
	.header--ico{
		margin-bottom: 2.5rem;
	}
}
.header--ico span{
	font-size: 22px;
}
@media (max-width: 1920px){
	.header--ico span{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.header--ico span{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.header--ico span{
		font-size: 16px;
	}
}
.header--ico span{
	font-weight: 500;
}
.header--ico img{
	top: -3px;
	max-height: 18px;
}
@media (max-width: 640px){
	.header--ico img{
		top: -2px;
	}
	.header--ico img{
		max-height: 15px;
	}
}
.header--ico.header--white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.header--besa-lab{
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.header--besa-lab h4{
	display: flex;
	align-items: center;
	justify-content: center;
}
.header--besa-lab h4 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.125rem * var(--tw-space-x-reverse));
	margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
.header--besa-lab h4 img{
	top: -1px;
	height: 23px;
}
.header--besa-lab h4 span{
	font-size: 32px;
}
@media (max-width: 1920px){
	.header--besa-lab h4 span{
		font-size: 29px;
	}
}
@media (max-width: 1440px){
	.header--besa-lab h4 span{
		font-size: 26px;
	}
}
@media (max-width: 1280px){
	.header--besa-lab h4 span{
		font-size: 20px;
	}
}
.header--besa-lab h4 span{
	font-weight: 700;
}
.header--besa-lab h4 span:first-of-type{
	font-weight: 100;
}
.header--besa-lab h2{
	font-size: 32px;
}
@media (max-width: 1920px){
	.header--besa-lab h2{
		font-size: 29px;
	}
}
@media (max-width: 1440px){
	.header--besa-lab h2{
		font-size: 26px;
	}
}
@media (max-width: 1280px){
	.header--besa-lab h2{
		font-size: 20px;
	}
}
.header--besa-lab h2{
	margin-top: 1.25rem;
	margin-bottom: 0.75rem;
	font-weight: 500;
}
.header--besa-lab p{
	font-size: 18px;
	line-height: 28px;
}
@media (max-width: 1440px){
	.header--besa-lab p{
		font-size: 16px;
	}
	.header--besa-lab p{
		line-height: 24px;
	}
}
.header--product{
	margin-bottom: 2.5rem;
}
.header--product:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-left: -10px;
  height: 1px;
  width: 305px;
  --tw-translate-x: -100%;
  -webkit-transform: var(--tw-transform);
          transform: var(--tw-transform);
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgba(28, 84, 143, var(--tw-bg-opacity));
}
.header--product h2{
	font-size: 22px;
}
@media (max-width: 1920px){
	.header--product h2{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.header--product h2{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.header--product h2{
		font-size: 16px;
	}
}
.header--product h2{
	font-weight: 500;
}
@media (max-width: 1440px){
  .header--product h2{
		font-size: 18px;
	}
  @media (max-width: 1680px){
		.header--product h2{
			font-size: 16px;
		}
	}
}
@media (max-width: 1280px){
  .header--product h2{
		font-size: 18px;
	}
  @media (max-width: 1680px){
		.header--product h2{
			font-size: 16px;
		}
	}
}
@media (max-width: 640px){
  .header--product h2{
		font-size: 18px;
	}
  @media (max-width: 1680px){
		.header--product h2{
			font-size: 16px;
		}
	}
}
.header--page{
	width: 40%;
}
@media (max-width: 1440px){
	.header--page{
		width: 50%;
	}
}
@media (max-width: 1024px){
	.header--page{
		width: 100%;
	}
}
.header--page h1{
	font-size: 46px;
}
@media (max-width: 1920px){
	.header--page h1{
		font-size: 42px;
	}
}
@media (max-width: 1680px){
	.header--page h1{
		font-size: 38px;
	}
}
@media (max-width: 1440px){
	.header--page h1{
		font-size: 34px;
	}
}
@media (max-width: 1280px){
	.header--page h1{
		font-size: 30px;
	}
}
@media (max-width: 640px){
	.header--page h1{
		font-size: 26px;
	}
}
.header--page h1{
	margin-bottom: 2.5rem;
	font-weight: 500;
}
@media (max-width: 640px){
	.header--page h1{
		margin-bottom: 1.25rem;
	}
}
.header--page h2{
	font-size: 32px;
}
@media (max-width: 1920px){
	.header--page h2{
		font-size: 29px;
	}
}
@media (max-width: 1440px){
	.header--page h2{
		font-size: 26px;
	}
}
@media (max-width: 1280px){
	.header--page h2{
		font-size: 20px;
	}
}
.header--page h2{
	margin-bottom: 2.5rem;
	font-weight: 500;
}
.header--page p{
	margin-bottom: 1rem;
}
.header--page p:last-child{
	margin-bottom: 0px;
}
.header--page.header--half{
	width: 50%;
}
@media (max-width: 1440px){
	.header--page.header--half{
		width: 50%;
	}
}
@media (max-width: 1024px){
	.header--page.header--half{
		width: 50%;
	}
}
@media (max-width: 768px){
	.header--page.header--half{
		width: 100%;
	}
}
.header--sticky{
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	padding-top: 0.25rem;
}
.header--sticky h6{
	font-size: 16px;
	font-weight: 400;
}
.header--sticky img{
	width: 7px;
}
.footer--main{
	z-index: 9999;
	--tw-bg-opacity: 1;
	background-color: rgba(75, 92, 102, var(--tw-bg-opacity));
	padding-left: 4rem;
	padding-right: 4rem;
	padding-bottom: 2.5rem;
}
@media (max-width: 1440px){
	.footer--main{
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media (max-width: 1024px){
	.footer--main{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}
@media (max-width: 640px){
	.footer--main{
		margin-top: 0px;
	}
}
.footer--main .wrap .brand{
	margin-bottom: 2.5rem;
}
.footer--main .wrap .brand img{
	height: 28px;
}
@media (max-width: 1024px){
	.footer--main .wrap .brand img{
		height: auto;
	}
	.footer--main .wrap .brand img{
		width: 76px;
	}
}
.footer--main .wrap .main .grid{
	display: flex;
	justify-content: space-between;
}
.footer--main .wrap .main .grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 1280px){
	.footer--main .wrap .main .grid{
		justify-content: flex-start;
	}
	.footer--main .wrap .main .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
}
@media (max-width: 640px){
	.footer--main .wrap .main .grid{
		flex-direction: column;
	}
	.footer--main .wrap .main .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.footer--main .wrap .main .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
	}
}
.footer--main .wrap .main .grid .column{
	flex: 1 1 0%;
}
@media (max-width: 1280px){
	.footer--main .wrap .main .grid .column{
		flex: 1 1 auto;
	}
	.footer--main .wrap .main .grid .column > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0.25rem * var(--tw-space-x-reverse));
		margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
	}
	.footer--main .wrap .main .grid .column{
		padding: 0px;
	}
}
.footer--main .wrap .main .grid .column .block{
	font-size: 12px;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.footer--main .wrap .main .grid .column .block p{
	line-height: 18px;
}
.footer--main .wrap .main .grid .column .block p.big{
	font-size: 20px;
}
@media (max-width: 1920px){
	.footer--main .wrap .main .grid .column .block p.big{
		font-size: 19px;
	}
}
@media (max-width: 768px){
	.footer--main .wrap .main .grid .column .block p.big{
		font-size: 18px;
	}
}
.footer--main .wrap .main .grid .column .block p.big{
	line-height: 24px;
	--tw-text-opacity: 1;
	color: rgba(183, 192, 198, var(--tw-text-opacity));
}
.footer--main .wrap .main .grid .column .block ul{
	display: flex;
	flex-direction: column;
}
.footer--main .wrap .main .grid .column .block ul > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
@media (max-width: 768px){
	.footer--main .wrap .main .grid .column .block ul > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
	}
	.footer--main .wrap .main .grid .column .block ul.pages li{
		display: none;
	}
}
.footer--main .wrap .main .grid .column .block ul.pages li:first-child{
	margin-bottom: 1.75rem;
}
@media (max-width: 768px){
	.footer--main .wrap .main .grid .column .block ul.pages li:first-child{
		margin-bottom: 0px;
	}
	.footer--main .wrap .main .grid .column .block ul.pages li:first-child{
		display: block;
	}
}
.footer--main .wrap .main .grid .column .block ul.pages li:first-child a{
	font-size: 12px;
	font-weight: 700;
}
.footer--main .wrap .main .grid .column .block ul.ctas{
	margin-top: 2rem;
}
.footer--main .wrap .main .grid .column .block ul.ctas > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.footer--main .wrap .main .grid .column .block ul.ctas img{
	height: 20px;
}
.footer--main .wrap .main .grid .column .block ul.ctas:first-child{
	margin-top: 0px;
}
.footer--main .wrap .main .grid .column .block ul.rrss{
	margin-top: 2rem;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.footer--main .wrap .main .grid .column .block ul.rrss > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0px * var(--tw-space-y-reverse));
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.footer--main .wrap .main .grid .column .block ul.rrss a{
	display: block;
}
.footer--main .wrap .main .grid .column:first-child{
	min-width: 235px;
}
@media (max-width: 1280px){
	.footer--main .wrap .main .grid .column:first-child{
		min-width: 0px;
	}
}
@media (max-width: 768px){
	.footer--main .wrap .main .grid .column:first-child{
		display: block;
	}
}
@media (max-width: 1280px){
	.footer--main .wrap .main .grid .column:last-child{
		position: absolute;
	}
	.footer--main .wrap .main .grid .column:last-child{
		right: 0px;
	}
	.footer--main .wrap .main .grid .column:last-child{
		bottom: 0px;
	}
}
@media (max-width: 768px){
	.footer--main .wrap .main .grid .column:last-child{
		position: relative;
	}
	.footer--main .wrap .main .grid .column:last-child{
		bottom: auto;
	}
	.footer--main .wrap .main .grid .column:last-child{
		right: auto;
	}
	.footer--main .wrap .main .grid .column:last-child{
		display: block;
	}
}
.footer--main .wrap .sitemap{
	font-size: 12px;
	margin-top: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(183, 192, 198, var(--tw-border-opacity));
	padding-top: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (max-width: 640px){
	.footer--main .wrap .sitemap{
		flex-direction: column;
	}
	.footer--main .wrap .sitemap{
		align-items: flex-start;
	}
	.footer--main .wrap .sitemap > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
	}
}
.footer--main .wrap .sitemap ul{
	display: flex;
	align-items: center;
}
.footer--main .wrap .sitemap ul > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(4rem * var(--tw-space-x-reverse));
	margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px){
	.footer--main .wrap .sitemap ul > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(1.5rem * var(--tw-space-x-reverse));
		margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
	}
}
@media (max-width: 640px){
	.footer--main .wrap .sitemap ul{
		flex-direction: column;
	}
	.footer--main .wrap .sitemap ul{
		align-items: flex-start;
	}
	.footer--main .wrap .sitemap ul > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.footer--main .wrap .sitemap ul > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
	}
	.footer--main .wrap .sitemap ul li:first-child{
		margin-bottom: 0.75rem;
	}
}
.page main{
	padding-bottom: 7rem;
}
@media (max-width: 1024px){
	.page main{
		padding-top: 78px;
	}
}
@media (max-width: 640px){
	.page main{
		padding-top: 62px;
	}
}
.page.page--gray{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.page.page--pb-0 main{
	padding-bottom: 0px;
}
.page.page--pb-0 main .section:last-of-type{
	padding-bottom: 12rem;
}
@media (max-width: 1024px){
	.page.page--pb-0 main .section:last-of-type{
		padding-bottom: 5rem;
	}
}
.page.page--pb-0 .footer--main{
	margin-top: 0px;
}
.page.page--besa-lab .section--default-content{
	margin-top: 4rem;
}
@media (max-width: 1024px){
	.page.page--besa-lab .section--default-content{
		margin-top: 7rem;
	}
}
@media (max-width: 640px){
	.page.page--besa-lab .section--default-content{
		margin-top: 2.5rem;
	}
}
.page.page--product .section--default-slider-besa-lab{
	margin-top: 0px;
	margin-bottom: -11rem;
}
.page.page--product .section--default-slider-besa-lab .wrap .container .slider__footer {
  padding-bottom: 4rem;
}
.section {
  overflow: initial;
  margin-top: 5rem;
}
@media (max-width: 1024px){
	.section{
		margin-top: 5rem;
	}
}
@media (max-width: 640px){
	.section{
		margin-top: 2rem;
	}
}
.section:first-child{
	margin-top: -10px;
}
.section.section--mt-0{
	margin-top: 0px;
}
.section.section--bg{
	padding-top: 8rem;
	padding-bottom: 8rem;
}
@media (max-width: 640px){
	.section.section--bg{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
.section.section--bg.section--bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.section.section--bg.section--bg-gray{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.section--form p{
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.section--form form ._form-title {
  font-weight: 500;
  font-size: 28px;
  color: #AAC811;
  padding-bottom: 10px;
}
.section--form form ._field-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section--form form ._field-wrapper input {
  padding: 10px 20px;
  border: 1px solid #AAC811;
  width: 100%;
}
.section--form form ._field-wrapper input._has_error {
  border-color: red;
}
.section--form form fieldset {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section--form form fieldset div._checkbox-radio {
  padding-right: 15px;
  display: flex;
  line-height: 21px;
  align-items: center;
}
.section--form form fieldset div._checkbox-radio input {
  margin-right: 6px;
  margin-top: 4px;
}
.section--form form fieldset div._checkbox-radio span label {
  font-size: 12px;
  color: #767676;
}
.section--form form ._error-inner {
  display: block;
  color: red;
  padding: 8px 12px;
  font-size: 12px;
  background: rgba(255, 0, 0, 0.2);
  border-radius: 20px;
  width: 100%;
  margin: 5px;
}
.section--form form div._html-code a {
  color: #767676 !important;
  font-size: 12px;
}
.section--form form ._field19 {
  display: flex;
  flex-direction: column;
}
.section--form button {
  background-color: #AAC811;
  padding: 14px 30px;
  border-radius: 50px;
  transition: 0.5s;
  font-weight: 500;
  color: rgb(69, 69, 69);
  font-size: 13px;
  margin-top: 20px;
}
.section--form button:hover {
  opacity: 0.8;
}
.section--form.section--form-newsletter form INPUT {
  max-width: 400px;
}
.section--form.section--form-contact form INPUT, .section--form.section--form-editable form INPUT {
  margin-bottom: 10px;
  border-color: #DDDDDD;
}
.section--form.section--form-contact form INPUT._has_error, .section--form.section--form-editable form INPUT._has_error {
  margin-bottom: 5px;
}
.section--form.section--form-contact form LABEL, .section--form.section--form-editable form LABEL {
  margin-bottom: 8px;
  display: block;
}
.section--form.section--form-contact form ._field-wrapper, .section--form.section--form-editable form ._field-wrapper {
  align-items: flex-start;
}
.section--form.section--form-contact form FIELDSET, .section--form.section--form-editable form FIELDSET {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.section--form.section--form-contact form ._field51 FIELDSET:first-of-type ._row:first-of-type, .section--form.section--form-editable form ._field51 FIELDSET:first-of-type ._row:first-of-type {
  width: 100%;
  flex-shrink: 0;
}
.section--form.section--form-contact form LEGEND, .section--form.section--form-editable form LEGEND {
  display: block;
  width: 100%;
  margin-top: 1rem;
  padding: 0.5rem 0;
  border-top: solid 1px #DDDDDD;
  color: #000000;
}
.section--form.section--form-contact form SELECT, .section--form.section--form-editable form SELECT {
  padding: 10px;
  margin: 10px 0;
  border: solid 1px #DDDDDD;
  margin-bottom: 20px;
}
.section--form.section--form-contact form TEXTAREA, .section--form.section--form-editable form TEXTAREA {
  width: 100%;
  border: solid 1px #DDDDDD;
  margin-bottom: 50px;
  min-height: 200px;
  padding: 10px;
}
.section--form.section--form-contact form ._error-inner, .section--form.section--form-editable form ._error-inner {
  margin-bottom: 20px;
}
.section--form.section--form-contact form Select, .section--form.section--form-editable form Select {
  width: 100%;
}
.section--form.section--form-contact form ._form-label, .section--form.section--form-editable form ._form-label {
  margin-top: 5px;
}
.section--default-content{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-bottom: 0rem;
	padding-bottom: 0px;
}
@media (max-width: 640px){
	.section--default-content{
		padding-top: 0px;
	}
}
.section--default-content .wrap{
	text-align: center;
}
.section--default-content .wrap header{
	margin-bottom: 4rem;
}
@media (max-width: 1366px){
	.section--default-content .wrap header{
		margin-bottom: 2.5rem;
	}
}
.section--default-content .wrap header h3{
	font-size: 46px;
}
@media (max-width: 1920px){
	.section--default-content .wrap header h3{
		font-size: 42px;
	}
}
@media (max-width: 1680px){
	.section--default-content .wrap header h3{
		font-size: 38px;
	}
}
@media (max-width: 1440px){
	.section--default-content .wrap header h3{
		font-size: 34px;
	}
}
@media (max-width: 1280px){
	.section--default-content .wrap header h3{
		font-size: 30px;
	}
}
@media (max-width: 640px){
	.section--default-content .wrap header h3{
		font-size: 26px;
	}
}
.section--default-content .wrap header h3{
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
.section--default-content .wrap .content .form{
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 50%;
}
@media (max-width: 640px){
	.section--default-content .wrap .content .form{
		margin-top: 1.5rem;
	}
	.section--default-content .wrap .content .form{
		max-width: none;
	}
}
.section--default-content .wrap footer{
	margin-top: 4rem;
	margin-bottom: ;
}
@media (max-width: 1366px){
	.section--default-content .wrap footer{
		margin-top: 2.5rem;
	}
}
@media (max-width: 640px){
	.section--default-content .wrap footer{
		margin-bottom: 1rem;
	}
}
.section--default-content .wrap margin-custom{
	margin-bottom: 4rem;
	text-align: center;
}
@media (max-width: 640px){
	.section--default-content .wrap margin-custom{
		margin-top: -4rem;
	}
}
.section--default-content .wrap margin-custom header{
	margin-bottom: 4rem;
}
@media (max-width: 1366px){
	.section--default-content .wrap margin-custom header{
		margin-bottom: 2.5rem;
	}
}
.section--default-content .wrap margin-custom header h3{
	font-size: 46px;
}
@media (max-width: 1920px){
	.section--default-content .wrap margin-custom header h3{
		font-size: 42px;
	}
}
@media (max-width: 1680px){
	.section--default-content .wrap margin-custom header h3{
		font-size: 38px;
	}
}
@media (max-width: 1440px){
	.section--default-content .wrap margin-custom header h3{
		font-size: 34px;
	}
}
@media (max-width: 1280px){
	.section--default-content .wrap margin-custom header h3{
		font-size: 30px;
	}
}
@media (max-width: 640px){
	.section--default-content .wrap margin-custom header h3{
		font-size: 26px;
	}
}
.section--default-content .wrap margin-custom header h3{
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
.section--default-content .wrap margin-custom .content .form{
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 50%;
}
@media (max-width: 640px){
	.section--default-content .wrap margin-custom .content .form{
		margin-top: 1.5rem;
	}
	.section--default-content .wrap margin-custom .content .form{
		max-width: none;
	}
}
.section--default-content .wrap margin-custom footer{
	margin-top: 4rem;
	margin-bottom: 1rem;
}
@media (max-width: 1366px){
	.section--default-content .wrap margin-custom footer{
		margin-top: 2.5rem;
	}
}
.section--default-content.section--default-content--border-b{
	margin-bottom: 13rem;
}
.section--default-content.section--default-content--border-b:before {
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  display: block;
  height: 1px;
  width: 1440px;
  max-width: 1440px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1680px){
	.section--default-content.section--default-content--border-b:before{
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
@media (max-width: 1440px){
	.section--default-content.section--default-content--border-b:before{
		width: 100%;
	}
	.section--default-content.section--default-content--border-b:before{
		padding-left: 7rem;
		padding-right: 7rem;
	}
}
@media (max-width: 1024px){
	.section--default-content.section--default-content--border-b:before{
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
@media (max-width: 640px){
	.section--default-content.section--default-content--border-b:before{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}
.section--default-content.section--default-content--blue .wrap header h3{
	--tw-text-opacity: 1;
	color: rgba(28, 84, 143, var(--tw-text-opacity));
}
@media (max-width: 640px) {
  .section--default-content.section--default-content--blue {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
.section--default-casos-exito .wrap{
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	padding-top: 2.5rem;
}
.section--default-casos-exito .wrap > header{
	margin-bottom: 2.5rem;
}
.section--default-casos-exito .wrap > header h4{
	font-size: 20px;
}
@media (max-width: 1920px){
	.section--default-casos-exito .wrap > header h4{
		font-size: 19px;
	}
}
@media (max-width: 768px){
	.section--default-casos-exito .wrap > header h4{
		font-size: 18px;
	}
}
.section--default-casos-exito .wrap > header h4{
	margin-bottom: 2.5rem;
	font-weight: 700;
}
@media (max-width: 1440px){
	.section--default-casos-exito .wrap > header h4{
		margin-bottom: 1.5rem;
	}
}
.section--default-casos-exito .wrap > header h2{
	font-size: 46px;
}
@media (max-width: 1920px){
	.section--default-casos-exito .wrap > header h2{
		font-size: 42px;
	}
}
@media (max-width: 1680px){
	.section--default-casos-exito .wrap > header h2{
		font-size: 38px;
	}
}
@media (max-width: 1440px){
	.section--default-casos-exito .wrap > header h2{
		font-size: 34px;
	}
}
@media (max-width: 1280px){
	.section--default-casos-exito .wrap > header h2{
		font-size: 30px;
	}
}
@media (max-width: 640px){
	.section--default-casos-exito .wrap > header h2{
		font-size: 26px;
	}
}
.section--default-casos-exito .wrap > header h2{
	width: 50%;
	font-weight: 500;
}
@media (max-width: 1440px){
	.section--default-casos-exito .wrap > header h2{
		width: 100%;
	}
}
.section--default-casos-exito .wrap > .grid{
	display: flex;
}
.section--default-casos-exito .wrap > .grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2.5rem * var(--tw-space-x-reverse));
	margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 640px){
	.section--default-casos-exito .wrap > .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(1rem * var(--tw-space-x-reverse));
		margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
	}
}
.section--default-casos-exito .wrap > .grid .case{
	display: block;
}
@media (max-width: 1024px){
	.section--default-casos-exito .wrap > .grid .case{
		display: none;
	}
}
.section--default-casos-exito .wrap > .grid .case .pic{
	margin-bottom: 1.5rem;
	display: block;
	height: 175px;
}
@media (max-width: 640px){
	.section--default-casos-exito .wrap > .grid .case .pic{
		margin-bottom: 1rem;
	}
	.section--default-casos-exito .wrap > .grid .case .pic{
		height: 150px;
	}
}
.section--default-casos-exito .wrap > .grid .case h3{
	font-size: 14px;
	margin-bottom: 1rem;
	font-weight: 700;
}
@media (max-width: 640px){
	.section--default-casos-exito .wrap > .grid .case h3{
		margin-bottom: 1rem;
	}
}
.section--default-casos-exito .wrap > .grid .case p{
	font-size: 14px;
	margin-bottom: 0.75rem;
	line-height: 24px;
}
@media (max-width: 640px){
	.section--default-casos-exito .wrap > .grid .case p:last-child{
		display: none;
	}
}
@media (max-width: 1024px){
	.section--default-casos-exito .wrap > .grid .case:nth-child(1), .section--default-casos-exito .wrap > .grid .case:nth-child(2){
		display: block;
	}
	.section--default-casos-exito .wrap > .grid .case:nth-child(3){
		display: block;
	}
}
@media (max-width: 768px){
	.section--default-casos-exito .wrap > .grid .case:nth-child(3){
		display: none;
	}
}
.section--default-casos-exito .wrap > footer{
	margin-top: 1.5rem;
}
@media (max-width: 640px){
	.section--default-casos-exito .wrap > footer{
		margin-top: 1rem;
	}
}
/* Page variants */
.page--industria-sector .section--default-casos-exito{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.page--industria-sector .section--default-casos-exito .wrap{
	border-width: 0px;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.section--default-highlight .grid{
	display: flex;
}
.section--default-highlight .grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(5rem * var(--tw-space-x-reverse));
	margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 1440px){
	.section--default-highlight .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(2.5rem * var(--tw-space-x-reverse));
		margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
	}
}
@media (max-width: 1024px){
	.section--default-highlight .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(2.5rem * var(--tw-space-x-reverse));
		margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
	}
}
@media (max-width: 768px){
	.section--default-highlight .grid{
		flex-direction: column;
	}
	.section--default-highlight .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.section--default-highlight .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
	}
}
.section--default-highlight .grid .column{
	min-height: 100%;
	flex: 1 1 0%;
}
.section--default-highlight .grid .column .wrap{
	height: 100%;
	padding: 4rem;
}
@media (max-width: 1366px){
	.section--default-highlight .grid .column .wrap{
		padding: 3rem;
	}
}
@media (max-width: 1024px){
	.section--default-highlight .grid .column .wrap{
		padding: 2.25rem;
	}
}
.section--default-highlight .grid .column.column--pic .wrap{
	display: flex;
	flex-direction: column;
}
.section--default-highlight .grid .column.column--pic .wrap .background{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.section--default-highlight .grid .column.column--pic .wrap header{
	margin-bottom: 1.5rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.section--default-highlight .grid .column.column--pic .wrap header .ico img{
	max-height: 150px;
}
@media (max-width: 1440px){
	.section--default-highlight .grid .column.column--pic .wrap header .ico img{
		max-height: 120px;
	}
	.section--default-highlight .grid .column.column--pic .wrap header .ico img{
		max-height: 90px;
	}
}
@media (max-width: 1024px){
	.section--default-highlight .grid .column.column--pic .wrap header .ico img{
		max-height: 50px;
	}
}
.section--default-highlight .grid .column.column--pic .wrap .content{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (max-width: 768px){
	.section--default-highlight .grid .column.column--pic .wrap .content{
		margin-top: 5rem;
	}
}
.section--default-highlight .grid .column.column--pic .wrap .content h2{
	font-size: 46px;
}
@media (max-width: 1920px){
	.section--default-highlight .grid .column.column--pic .wrap .content h2{
		font-size: 42px;
	}
}
@media (max-width: 1680px){
	.section--default-highlight .grid .column.column--pic .wrap .content h2{
		font-size: 38px;
	}
}
@media (max-width: 1440px){
	.section--default-highlight .grid .column.column--pic .wrap .content h2{
		font-size: 34px;
	}
}
@media (max-width: 1280px){
	.section--default-highlight .grid .column.column--pic .wrap .content h2{
		font-size: 30px;
	}
}
@media (max-width: 640px){
	.section--default-highlight .grid .column.column--pic .wrap .content h2{
		font-size: 26px;
	}
}
.section--default-highlight .grid .column.column--pic .wrap .content h2{
	margin-bottom: 2rem;
	font-weight: 500;
}
.section--default-highlight .grid .column.column--pic .wrap .content p{
	font-size: 18px;
	line-height: 28px;
}
@media (max-width: 1440px){
	.section--default-highlight .grid .column.column--pic .wrap .content p{
		font-size: 16px;
	}
	.section--default-highlight .grid .column.column--pic .wrap .content p{
		line-height: 24px;
	}
}
.section--default-highlight .grid .column.column--pic .wrap .content p{
	margin-bottom: 1.5rem;
}
.section--default-highlight .grid .column.column--pic .wrap .content p:last-child{
	margin-bottom: 0px;
}
.section--default-highlight .grid .column.column--pic .wrap footer{
	margin-top: 2.5rem;
}
.section--default-highlight .grid .column.column--box .wrap{
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.section--default-highlight .grid .column.column--box .wrap header{
	width: 66.666667%;
}
@media (max-width: 1024px){
	.section--default-highlight .grid .column.column--box .wrap header{
		width: 100%;
	}
}
.section--default-highlight .grid .column.column--box .wrap header h3{
	font-size: 46px;
}
@media (max-width: 1920px){
	.section--default-highlight .grid .column.column--box .wrap header h3{
		font-size: 42px;
	}
}
@media (max-width: 1680px){
	.section--default-highlight .grid .column.column--box .wrap header h3{
		font-size: 38px;
	}
}
@media (max-width: 1440px){
	.section--default-highlight .grid .column.column--box .wrap header h3{
		font-size: 34px;
	}
}
@media (max-width: 1280px){
	.section--default-highlight .grid .column.column--box .wrap header h3{
		font-size: 30px;
	}
}
@media (max-width: 640px){
	.section--default-highlight .grid .column.column--box .wrap header h3{
		font-size: 26px;
	}
}
.section--default-highlight .grid .column.column--box .wrap header h3{
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
.section--default-highlight .grid .column.column--box .wrap .content{
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.section--default-highlight .grid .column.column--box .wrap .content h4{
	font-size: 46px;
}
@media (max-width: 1920px){
	.section--default-highlight .grid .column.column--box .wrap .content h4{
		font-size: 42px;
	}
}
@media (max-width: 1680px){
	.section--default-highlight .grid .column.column--box .wrap .content h4{
		font-size: 38px;
	}
}
@media (max-width: 1440px){
	.section--default-highlight .grid .column.column--box .wrap .content h4{
		font-size: 34px;
	}
}
@media (max-width: 1280px){
	.section--default-highlight .grid .column.column--box .wrap .content h4{
		font-size: 30px;
	}
}
@media (max-width: 640px){
	.section--default-highlight .grid .column.column--box .wrap .content h4{
		font-size: 26px;
	}
}
.section--default-highlight .grid .column.column--box .wrap .content h4{
	font-weight: 500;
}
@media (max-width: 768px){
	.section--default-textpic{
		margin-top: 0px;
	}
}
.section--default-textpic .background{
	position: absolute;
	top: 0px;
	left: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.section--default-textpic .background .pic{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
@media (max-width: 768px){
	.section--default-textpic .background .pic{
		bottom: 0px;
	}
	.section--default-textpic .background .pic{
		top: initial;
	}
	.section--default-textpic .background .pic{
		height: 50%;
	}
}
.section--default-textpic > .container{
	margin-top: 0px;
	border-top-width: 0px;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	padding-bottom: 3rem;
}
.section--default-textpic > .container .grid{
	z-index: 10;
	display: flex;
}
.section--default-textpic > .container .grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2.5rem * var(--tw-space-x-reverse));
	margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px){
	.section--default-textpic > .container .grid{
		flex-direction: column;
	}
}
@media (max-width: 640px){
	.section--default-textpic > .container .grid{
		margin-bottom: 1rem;
	}
	.section--default-textpic > .container .grid{
		margin-top: 8rem;
	}
}
.section--default-textpic > .container .grid .column{
	flex: 1 1 0%;
	padding-top: 5rem;
}
@media (max-width: 768px){
	.section--default-textpic > .container .grid .column{
		padding-top: 5rem;
	}
}
@media (max-width: 640px){
	.section--default-textpic > .container .grid .column{
		padding-top: 3rem;
	}
	.section--default-textpic > .container .grid .column .header--ico{
		margin-top: -5rem;
	}
}
.section--default-textpic > .container .grid .column .content{
	margin-top: 2rem;
}
@media (max-width: 768px){
	.section--default-textpic > .container .grid .column .content{
		margin-bottom: 2rem;
	}
}
.section--default-textpic > .container .grid .column .content header{
	margin-bottom: 3rem;
}
@media (max-width: 768px){
	.section--default-textpic > .container .grid .column .content header{
		margin-bottom: 2.5rem;
	}
}
.section--default-textpic > .container .grid .column .content header h2{
	font-size: 40px;
}
@media (max-width: 1920px){
	.section--default-textpic > .container .grid .column .content header h2{
		font-size: 37px;
	}
}
@media (max-width: 1680px){
	.section--default-textpic > .container .grid .column .content header h2{
		font-size: 34px;
	}
}
@media (max-width: 1440px){
	.section--default-textpic > .container .grid .column .content header h2{
		font-size: 30px;
	}
}
@media (max-width: 1280px){
	.section--default-textpic > .container .grid .column .content header h2{
		font-size: 28px;
	}
}
@media (max-width: 768px){
	.section--default-textpic > .container .grid .column .content header h2{
		font-size: 24px;
	}
}
@media (max-width: 640px){
	.section--default-textpic > .container .grid .column .content header h2{
		font-size: 20px;
	}
}
.section--default-textpic > .container .grid .column .content header h2{
	margin-bottom: 2rem;
	font-weight: 500;
}
@media (max-width: 768px){
	.section--default-textpic > .container .grid .column .content header h2{
		margin-bottom: 1.5rem;
	}
}
.section--default-textpic > .container .grid .column .content header p{
	font-size: 18px;
	line-height: 28px;
}
@media (max-width: 1440px){
	.section--default-textpic > .container .grid .column .content header p{
		font-size: 16px;
	}
	.section--default-textpic > .container .grid .column .content header p{
		line-height: 24px;
	}
}
.section--default-textpic > .container .grid .column .content header p{
	margin-bottom: 1.5rem;
}
.section--default-textpic > .container .grid .column .content header p:last-child{
	margin-bottom: 0px;
}
@media (max-width: 768px){
	.section--default-textpic > .container .grid .column .content .sobre-besa{
		margin-top: -2rem;
	}
}
@media (max-width: 640px){
	.section--default-textpic > .container .grid .column .content .sobre-besa{
		margin-top: -10rem;
	}
}
.section--default-textpic > .container .grid .column .content > ul{
	margin-left: -0.5rem;
	margin-right: -0.5rem;
	margin-bottom: 0.5rem;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 768px){
	.section--default-textpic > .container .grid .column .content > ul{
		margin-bottom: 0.25rem;
	}
}
.section--default-textpic > .container .grid .column .content > ul > li{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.section--default-textpic > .container .grid .column .content > ul > li a img{
	max-height: 7px;
	width: auto;
}
.section--default-textpic > .container .grid .column .content > ul > li a span {
  font-size: 11px;
  padding-left: 4px;
  padding-right: 4px;
}
.section--default-textpic > .container .grid .column .content > ul:last-child{
	margin-bottom: 0px;
}
.section--default-textpic > .container .grid .column .big{
	width: 48vw;
}
@media (max-width: 768px){
	.section--default-textpic > .container .grid .column .big{
		margin-left: -11vw;
	}
	.section--default-textpic > .container .grid .column .big{
		width: 80vw;
	}
}
.section--default-textpic > .container .grid .column .big img {
  width: 100%;
}
.section--default-textpic > .container .grid .column .pic.pic--industry{
	position: absolute;
	top: 62%;
	left: -14%;
	z-index: 10;
	margin-top: 4rem;
	display: flex;
	width: 700px;
	justify-content: center;
}
@media (max-width: 1280px){
	.section--default-textpic > .container .grid .column .pic.pic--industry{
		top: 60%;
	}
	.section--default-textpic > .container .grid .column .pic.pic--industry{
		left: -12%;
	}
	.section--default-textpic > .container .grid .column .pic.pic--industry{
		width: 650px;
	}
}
@media (max-width: 1024px){
	.section--default-textpic > .container .grid .column .pic.pic--industry{
		position: relative;
	}
	.section--default-textpic > .container .grid .column .pic.pic--industry{
		top: 0;
	}
	.section--default-textpic > .container .grid .column .pic.pic--industry{
		left: 0;
	}
	.section--default-textpic > .container .grid .column .pic.pic--industry{
		width: 400px;
	}
}
@media (max-width: 768px){
	.section--default-textpic > .container .grid .column .pic.pic--industry{
		top: 0px;
	}
	.section--default-textpic > .container .grid .column .pic.pic--industry{
		margin-top: 1rem;
	}
}
@media (max-width: 640px){
	.section--default-textpic > .container .grid .column .pic.pic--industry{
		margin-left: -25px;
	}
	.section--default-textpic > .container .grid .column .pic.pic--industry{
		margin-bottom: -10rem;
	}
}
.section--default-textpic > .container .grid .column .pic.pic--industry img{
	max-height: 380px;
}
@media (max-width: 1440px){
	.section--default-textpic > .container .grid .column .pic.pic--industry img{
		max-height: 350px;
	}
}
@media (max-width: 1024px){
	.section--default-textpic > .container .grid .column .pic.pic--industry img{
		max-height: 400px;
	}
}
@media (max-width: 640px){
	.section--default-textpic > .container .grid .column .pic.pic--industry img{
		max-height: 230px;
	}
}
.section--default-textpic > .container .grid .column .pic.pic--urkimix{
	margin-top: 4rem;
}
@media (max-width: 768px){
	.section--default-textpic > .container .grid .column .pic.pic--urkimix{
		top: 0px;
	}
	.section--default-textpic > .container .grid .column .pic.pic--urkimix{
		margin-top: 2.5rem;
	}
}
@media (max-width: 640px){
	.section--default-textpic > .container .grid .column .pic.pic--urkimix{
		margin-bottom: -10rem;
	}
}
.section--default-textpic > .container .grid .column .pic.pic--urkimix img{
	max-height: 300px;
}
@media (max-width: 1440px){
	.section--default-textpic > .container .grid .column .pic.pic--urkimix img{
		max-height: 250px;
	}
}
@media (max-width: 1024px){
	.section--default-textpic > .container .grid .column .pic.pic--urkimix img{
		max-height: 200px;
	}
}
@media (max-width: 640px){
	.section--default-textpic > .container .grid .column .pic.pic--urkimix img{
		max-height: 150px;
	}
}
.section--default-textpic > .container .grid .column:last-child{
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.section--default-textpic > footer div.container A{
	font-size: 12px;
	margin-bottom: 3rem;
}
@media (max-width: 640px){
  .section--default-textpic > footer div.container A{
		font-size: 12px;
	}
}
.section--default-textpic > footer.footer--mt-0{
	margin-top: 0px;
}
@media (max-width: 640px){
	.section--default-textpic > footer.footer--mt-0{
		margin-top: 2.5rem;
	}
}
.section--default-textpic > footer.footer--bg{
	margin-top: 8rem;
	padding-bottom: 5rem;
}
@media (max-width: 1440px){
	.section--default-textpic > footer.footer--bg{
		margin-top: 8rem;
	}
}
@media (max-width: 768px){
	.section--default-textpic > footer.footer--bg{
		margin-top: 2.5rem;
	}
	.section--default-textpic > footer.footer--bg{
		padding-bottom: 2.5rem;
	}
}
@media (max-width: 640px){
	.section--default-textpic > footer.footer--bg{
		padding-top: 5rem;
	}
}
.section--default-textpic > footer.footer--bg.footer--bg-blue{
	--tw-bg-opacity: 1;
	background-color: rgba(28, 84, 143, var(--tw-bg-opacity));
}
.section--default-textpic > footer.footer--bg.footer--bg-blue-dark{
	--tw-bg-opacity: 1;
	background-color: rgba(75, 92, 102, var(--tw-bg-opacity));
}
.section--default-textpic.section--default-textpic--background{
	padding-top: 0px;
	padding-bottom: 0px;
}
@media (max-width: 768px){
	.section--default-textpic.section--default-textpic--background{
		padding-top: 0px;
	}
}
.section--default-product {
  overflow: initial;
}
@media (max-width: 640px){
	.section--default-product{
		overflow: hidden;
	}
}
.section--default-product .product .column.column--product table td {
  padding-left: 10px;
}
.section--default-product .product{
	display: flex;
	justify-content: space-between;
}
.section--default-product .product > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(5rem * var(--tw-space-x-reverse));
	margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--default-product .product .column.column--product{
	order: 1;
	width: 50%;
}
@media (max-width: 1024px){
	.section--default-product .product .column.column--product{
		width: 100%;
	}
}
.section--default-product .product .column.column--product .besa__breadcrumbs{
	position: absolute;
	top: 0px;
	z-index: 8;
}
@media (max-width: 1024px){
	.section--default-product .product .column.column--product .besa__breadcrumbs{
		position: relative;
	}
	.section--default-product .product .column.column--product .besa__breadcrumbs{
		margin-top: 3.5rem;
	}
}
.section--default-product .product .column.column--product .product__block{
	margin-bottom: 5rem;
	margin-top: 2.5rem;
}
.section--default-product .product .column.column--product .product__block footer{
	margin-top: 2.5rem;
}
.section--default-product .product .column.column--product .product__block .wrap{
	margin-bottom: 0px;
}
.section--default-product .product .column.column--product .product__block .wrap p a {
  text-color: green;
}
.section--default-product .product .column.column--product .product__block.product__header{
	margin-bottom: 1.25rem;
	padding-top: 5rem;
}
@media (max-width: 1024px){
	.section--default-product .product .column.column--product .product__block.product__header{
		padding-top: 0px;
	}
	.section--default-product .product .column.column--product .product__block.product__header{
		padding-bottom: 2.5rem;
	}
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product .product__block.product__header{
		margin-bottom: 0px;
	}
}
.section--default-product .product .column.column--product .product__block.product__header .grid{
	display: flex;
	width: 112%;
}
.section--default-product .product .column.column--product .product__block.product__header .grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px){
	.section--default-product .product .column.column--product .product__block.product__header .grid{
		flex-wrap: wrap;
	}
	.section--default-product .product .column.column--product .product__block.product__header .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product .product__block.product__header .grid{
		width: 100%;
	}
	.section--default-product .product .column.column--product .product__block.product__header .grid{
		align-content: center;
	}
}
.section--default-product .product .column.column--product .product__block.product__header .grid > *{
	flex: 1 1 0%;
}
.section--default-product .product .column.column--product .product__block.product__header .grid header{
	position: relative;
	font-size: 36px;
}
@media (max-width: 1920px){
	.section--default-product .product .column.column--product .product__block.product__header .grid header{
		font-size: 32px;
	}
}
@media (max-width: 1440px){
	.section--default-product .product .column.column--product .product__block.product__header .grid header{
		font-size: 28px;
	}
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product .product__block.product__header .grid header{
		font-size: 26px;
	}
}
.section--default-product .product .column.column--product .product__block.product__header .grid header{
	width: 50%;
	font-weight: 500;
	text-transform: uppercase;
}
@media (max-width: 768px){
	.section--default-product .product .column.column--product .product__block.product__header .grid header{
		width: calc(100% - 230px);
	}
	.section--default-product .product .column.column--product .product__block.product__header .grid header{
		flex: 0 1 auto;
	}
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product .product__block.product__header .grid header{
		width: 100%;
	}
}
.section--default-product .product .column.column--product .product__block.product__header .grid header h1{
	position: absolute;
	z-index: 5;
	margin-bottom: 1.5rem;
	display: flex;
	flex-direction: column;
}
.section--default-product .product .column.column--product .product__block.product__header .grid header h1 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.section--default-product .product .column.column--product .product__block.product__header .grid header h1{
	--tw-text-opacity: 1;
	color: rgba(28, 84, 143, var(--tw-text-opacity));
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product .product__block.product__header .grid header h1{
		position: relative;
	}
}
.section--default-product .product .column.column--product .product__block.product__header .grid header h1 span:last-child{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.section--default-product .product .column.column--product .product__block.product__header .grid .pic{
	display: flex;
	width: 50%;
	justify-content: flex-end;
}
@media (max-width: 768px){
	.section--default-product .product .column.column--product .product__block.product__header .grid .pic{
		width: 200px;
	}
}
.section--default-product .product .column.column--product .product__block.product__header .grid .pic img{
	max-height: 350px;
}
@media (max-width: 1440px){
	.section--default-product .product .column.column--product .product__block.product__header .grid .pic img{
		max-height: 380px;
	}
}
@media (max-width: 768px){
	.section--default-product .product .column.column--product .product__block.product__header .grid .pic img{
		margin-left: auto;
		margin-right: auto;
	}
	.section--default-product .product .column.column--product .product__block.product__header .grid .pic img{
		max-width: 200px;
	}
}
.section--default-product .product .column.column--product .product__block.product__header .grid .border-shadow-pic {
  display: flex;
  justify-content: center;
  display: flex;
  width: 50%;
}
@media (max-width: 768px){
	.section--default-product .product .column.column--product .product__block.product__header .grid .border-shadow-pic{
		width: 200px;
	}
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product .product__block.product__header .grid .border-shadow-pic{
		width: 100%;
	}
}
.section--default-product .product .column.column--product .product__block.product__header .grid .border-shadow-pic img{
	max-height: 450px;
	border-radius: 0.5rem;
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (max-width: 1440px){
	.section--default-product .product .column.column--product .product__block.product__header .grid .border-shadow-pic img{
		max-height: 400px;
	}
}
@media (max-width: 768px){
	.section--default-product .product .column.column--product .product__block.product__header .grid .border-shadow-pic img{
		margin-left: auto;
		margin-right: auto;
	}
	.section--default-product .product .column.column--product .product__block.product__header .grid .border-shadow-pic img{
		margin-left: 0px;
		margin-right: 0px;
	}
	.section--default-product .product .column.column--product .product__block.product__header .grid .border-shadow-pic img{
		max-width: 250px;
	}
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product .product__block.product__header .grid .border-shadow-pic img{
		min-width: 85%;
	}
}
.section--default-product .product .column.column--product .product__block.product__header .background {
  display: block !important;
  -webkit-clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0, 1 0, 1 1, 0 0.9"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
          clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0, 1 0, 1 1, 0 0.9"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
  position: absolute;
  top: -150px;
  left: 0px;
  height: calc(100% + 100px);
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
@media (max-width: 1024px){
	.section--default-product .product .column.column--product .product__block.product__header .background{
		top: auto;
	}
	.section--default-product .product .column.column--product .product__block.product__header .background{
		bottom: 0px;
	}
  .section--default-product .product .column.column--product .product__block.product__header .background {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.section--default-product .product .column.column--product .product__block.product__text{
	margin-top: 2.5rem;
}
.section--default-product .product .column.column--product .product__block.product__text h4{
	font-size: 32px;
}
@media (max-width: 1920px){
	.section--default-product .product .column.column--product .product__block.product__text h4{
		font-size: 29px;
	}
}
@media (max-width: 1440px){
	.section--default-product .product .column.column--product .product__block.product__text h4{
		font-size: 26px;
	}
}
@media (max-width: 1280px){
	.section--default-product .product .column.column--product .product__block.product__text h4{
		font-size: 20px;
	}
}
.section--default-product .product .column.column--product .product__block.product__text h4{
	margin-top: 4rem;
	margin-bottom: 1rem;
	font-weight: 500;
}
.section--default-product .product .column.column--product .product__block.product__text p{
	font-size: 18px;
}
@media (max-width: 1680px){
	.section--default-product .product .column.column--product .product__block.product__text p{
		font-size: 16px;
	}
}
.section--default-product .product .column.column--product .product__block.product__text p{
	margin-top: 1.5rem;
	margin-bottom: 1.25rem;
	font-weight: 300;
}
.section--default-product .product .column.column--product .product__block.product__text p:first-child{
	margin-top: 0px;
}
.section--default-product .product .column.column--product .product__block.product__text p strong{
	font-weight: 500;
}
.section--default-product .product .column.column--product .product__block.product__text a {
  color: #AAC811;
  padding-top: 30px;
  font-size: 18px;
}
.section--default-product .product .column.column--product .product__block.product__text li a{
	font-size: 18px;
}
@media (max-width: 1680px){
	.section--default-product .product .column.column--product .product__block.product__text li a{
		font-size: 16px;
	}
}
.section--default-product .product .column.column--product .product__block.product__text li a{
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
	text-decoration: underline;
	opacity: 1;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.section--default-product .product .column.column--product .product__block.product__text li a:hover{
	opacity: 0.7;
}
.section--default-product .product .column.column--product .product__block.product__text a{
	font-size: 18px;
}
@media (max-width: 1680px){
	.section--default-product .product .column.column--product .product__block.product__text a{
		font-size: 16px;
	}
}
.section--default-product .product .column.column--product .product__block.product__text a{
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
	text-decoration: underline;
	opacity: 1;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.section--default-product .product .column.column--product .product__block.product__text a:hover{
	opacity: 0.7;
}
.section--default-product .product .column.column--product .product__block.product__text > ul{
	margin-top: 1.25rem;
	margin-left: 1.5rem;
}
.section--default-product .product .column.column--product .product__block.product__text > ul > li{
	margin-bottom: 0.5rem;
}
.section--default-product .product .column.column--product .product__block.product__text > ul > li > a{
	font-weight: 500;
	text-transform: uppercase;
}
.section--default-product .product .column.column--product .product__block.product__text > ul > li > ul{
	margin-top: 1.25rem;
	padding-left: 1.5rem;
}
.section--default-product .product .column.column--product .product__block.product__text > ul > li > ul li{
	margin-bottom: 0.5rem;
}
.section--default-product .product .column.column--product .product__block.product__icos .wrap{
	overflow: hidden;
}
.section--default-product .product .column.column--product .product__block.product__icos ul{
	margin: -0.75rem;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product .product__block.product__icos ul{
		justify-content: flex-start;
	}
}
.section--default-product .product .column.column--product .product__block.product__icos ul li{
	display: flex;
	width: 115px;
	flex-direction: column;
	align-items: center;
	padding: 0.75rem;
}
.section--default-product .product .column.column--product .product__block.product__icos ul li img{
	margin-bottom: 0.75rem;
	min-height: 45px;
	min-width: 45px;
}
.section--default-product .product .column.column--product .product__block.product__icos ul li span{
	font-size: 12px;
	display: block;
	text-align: center;
	font-weight: 500;
}
.section--default-product .product .column.column--product .product__block.product__accordion .accordion .block{
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(31, 41, 55, var(--tw-border-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.section--default-product .product .column.column--product .product__block.product__accordion .accordion .block header{
	font-size: 20px;
}
@media (max-width: 1920px){
	.section--default-product .product .column.column--product .product__block.product__accordion .accordion .block header{
		font-size: 19px;
	}
}
@media (max-width: 768px){
	.section--default-product .product .column.column--product .product__block.product__accordion .accordion .block header{
		font-size: 18px;
	}
}
.section--default-product .product .column.column--product .product__block.product__accordion .accordion .block header{
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
	font-weight: 300;
}
.section--default-product .product .column.column--product .product__block.product__accordion .accordion .block .content{
	overflow: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.section--default-product .product .column.column--product .product__block.product__accordion .accordion .block .content.is--active{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.section--default-product .product .column.column--product .product__block.product__accordion .accordion .block.block--blue{
	border-bottom-width: 0px;
	border-top-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(28, 84, 143, var(--tw-border-opacity));
}
.section--default-product .product .column.column--product .product__block.product__accordion .accordion .block.block--blue .accordion__trigger h3{
	--tw-text-opacity: 1;
	color: rgba(28, 84, 143, var(--tw-text-opacity));
}
.section--default-product .product .column.column--product .product__block.product__accordion p{
	font-size: 18px;
}
@media (max-width: 1680px){
	.section--default-product .product .column.column--product .product__block.product__accordion p{
		font-size: 16px;
	}
}
.section--default-product .product .column.column--product .product__block.product__accordion p{
	margin-top: 1.5rem;
	font-weight: 300;
}
.section--default-product .product .column.column--product .product__block.product__accordion p:first-child{
	margin-top: 0px;
}
.section--default-product .product .column.column--product .product__block.product__accordion p strong{
	font-weight: 500;
}
.section--default-product .product .column.column--product .product__block.product__pros .wrap{
	overflow: hidden;
}
.section--default-product .product .column.column--product .product__block.product__pros .pros .pro{
	margin-bottom: 2.5rem;
}
.section--default-product .product .column.column--product .product__block.product__pros .pros .pro header h3{
	font-size: 36px;
}
@media (max-width: 1920px){
	.section--default-product .product .column.column--product .product__block.product__pros .pros .pro header h3{
		font-size: 32px;
	}
}
@media (max-width: 1440px){
	.section--default-product .product .column.column--product .product__block.product__pros .pros .pro header h3{
		font-size: 28px;
	}
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product .product__block.product__pros .pros .pro header h3{
		font-size: 26px;
	}
}
.section--default-product .product .column.column--product .product__block.product__pros .pros .pro header h3{
	margin-bottom: 1.5rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(28, 84, 143, var(--tw-text-opacity));
}
.section--default-product .product .column.column--product .product__block.product__pros .pros .pro ul li{
	display: flex;
	width: 80%;
	align-items: center;
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product .product__block.product__pros .pros .pro ul li{
		margin-bottom: 0.75rem;
	}
	.section--default-product .product .column.column--product .product__block.product__pros .pros .pro ul li{
		align-items: flex-start;
	}
}
.section--default-product .product .column.column--product .product__block.product__pros .pros .pro ul li .num{
	font-size: 72px;
}
@media (max-width: 1920px){
	.section--default-product .product .column.column--product .product__block.product__pros .pros .pro ul li .num{
		font-size: 62px;
	}
}
@media (max-width: 1680px){
	.section--default-product .product .column.column--product .product__block.product__pros .pros .pro ul li .num{
		font-size: 52px;
	}
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product .product__block.product__pros .pros .pro ul li .num{
		font-size: 32px;
	}
}
.section--default-product .product .column.column--product .product__block.product__pros .pros .pro ul li .num{
	min-width: 75px;
	font-weight: 100;
	--tw-text-opacity: 1;
	color: rgba(28, 84, 143, var(--tw-text-opacity));
}
.section--default-product .product .column.column--product .product__block.product__pros .pros .pro ul li .text{
	font-size: 26px;
	line-height: 42px;
}
@media (max-width: 1920px){
	.section--default-product .product .column.column--product .product__block.product__pros .pros .pro ul li .text{
		font-size: 24px;
	}
}
@media (max-width: 1680px){
	.section--default-product .product .column.column--product .product__block.product__pros .pros .pro ul li .text{
		line-height: 40px;
	}
}
@media (max-width: 1440px){
	.section--default-product .product .column.column--product .product__block.product__pros .pros .pro ul li .text{
		font-size: 20px;
	}
	.section--default-product .product .column.column--product .product__block.product__pros .pros .pro ul li .text{
		line-height: 34px;
	}
}
@media (max-width: 768px){
	.section--default-product .product .column.column--product .product__block.product__pros .pros .pro ul li .text{
		font-size: 18px;
	}
	.section--default-product .product .column.column--product .product__block.product__pros .pros .pro ul li .text{
		line-height: 26px;
	}
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product .product__block.product__pros .pros .pro ul li .text{
		font-size: 16px;
	}
	.section--default-product .product .column.column--product .product__block.product__pros .pros .pro ul li .text{
		line-height: 24px;
	}
}
.section--default-product .product .column.column--product .product__block.product__pros .pros .pro ul li .text{
	font-weight: 300;
}
.section--default-product .product .column.column--product .product__block.product__pros .pros .pro:last-child{
	margin-bottom: 0px;
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap{
	width: 700px;
	overflow: hidden;
}
@media (max-width: 768px){
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap{
		width: 500px;
	}
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap{
		width: 320px;
	}
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap header h3{
	font-size: 32px;
}
@media (max-width: 1920px){
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap header h3{
		font-size: 29px;
	}
}
@media (max-width: 1440px){
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap header h3{
		font-size: 26px;
	}
}
@media (max-width: 1280px){
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap header h3{
		font-size: 20px;
	}
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap header h3{
	margin-bottom: 1.5rem;
	font-weight: 500;
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap header p{
	font-size: 22px;
}
@media (max-width: 1920px){
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap header p{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap header p{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap header p{
		font-size: 16px;
	}
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap header p{
	font-weight: 300;
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form{
	margin-top: 2.5rem;
	width: 100%;
	border-radius: 12px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(75, 85, 99, var(--tw-border-opacity));
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	padding-bottom: 1.25rem;
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row{
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px){
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row{
		flex-direction: column;
	}
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
	}
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row .input{
	font-size: 14px;
	display: flex;
	width: 40%;
	flex: 1 1 0%;
	align-items: center;
	justify-content: space-between;
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row .input > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row .input{
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	padding-bottom: 0.5rem;
	font-weight: 300;
}
@media (max-width: 768px){
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row .input{
		width: 100%;
	}
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row .input > *{
		width: 100%;
	}
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row .input > *{
		text-align: center;
	}
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row .input input{
	max-width: 110px;
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row .input input.first {
  display: flex;
  flex-direction: row;
  max-width: 140px;
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row .input input.first{
		max-width: 480px;
	}
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row .input input.second{
	max-width: 80px;
}
@media (max-width: 768px){
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row .input input.second{
		max-width: none;
	}
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row .input label{
		text-align: right;
	}
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row .input label:last-child{
	margin-left: 0px;
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row .input .besa__tooltip_min {
  border-radius: 50%;
  border: 1px solid #999;
  width: 18px;
  display: flex;
  align-content: center;
  justify-content: center;
  color: #999;
  margin-top: -5px;
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row .input .besa__tooltip_min{
		width: 63px;
	}
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row .input .besa__tooltip {
  margin-top: -11px;
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row .input .select{
	width: 100%;
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row .input .select select{
	width: 100%;
	padding: 0px;
	padding-right: 2.5rem;
	font-weight: 300;
	outline: 2px solid transparent;
	outline-offset: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row .input .select select option[selected]{
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row .input .select .select__arrow{
	position: absolute;
	right: 0px;
	top: 8px;
	z-index: 10;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator form .input__row .input .select:hover .select__arrow{
	--tw-rotate: 180deg;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator .form__result{
	margin-top: 1.5rem;
	border-radius: 12px;
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator .form__result{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator .form__result{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator .form__result .result{
	font-size: 20px;
}
@media (max-width: 1920px){
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator .form__result .result{
		font-size: 19px;
	}
}
@media (max-width: 768px){
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator .form__result .result{
		font-size: 18px;
	}
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator .form__result .result{
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator .form__result .result .unit{
	display: none;
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator.is--calc .form__result{
	--tw-bg-opacity: 1;
	background-color: rgba(28, 84, 143, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator.is--calc .form__result .result{
	font-size: 32px;
}
@media (max-width: 1920px){
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator.is--calc .form__result .result{
		font-size: 29px;
	}
}
@media (max-width: 1440px){
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator.is--calc .form__result .result{
		font-size: 26px;
	}
}
@media (max-width: 1280px){
	.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator.is--calc .form__result .result{
		font-size: 20px;
	}
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator.is--calc .form__result .result{
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.section--default-product .product .column.column--product .product__block.product__calculator .wrap .calculator.is--calc .form__result .result .unit{
	display: inline;
}
.section--default-product .product .column.column--product .product__block.product__certifications .grid{
	margin-left: -2.5rem;
	margin-right: -2.5rem;
	display: flex;
	flex-wrap: wrap;
}
.section--default-product .product .column.column--product .product__block.product__certifications .grid > *{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.section--default-product .product .column.column--product .product__block.product__certifications .grid .pic{
	width: 33.333333%;
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product .product__block.product__certifications .grid .pic{
		width: 100%;
	}
	.section--default-product .product .column.column--product .product__block.product__certifications .grid .pic img{
		margin-left: auto;
		margin-right: auto;
	}
	.section--default-product .product .column.column--product .product__block.product__certifications .grid .pic img{
		max-width: 150px;
	}
}
.section--default-product .product .column.column--product .product__block.product__certifications .grid .items{
	width: 66.666667%;
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	padding-top: 2rem;
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product .product__block.product__certifications .grid .items{
		width: 100%;
	}
}
.section--default-product .product .column.column--product .product__block.product__certifications .grid .items .item{
	margin-bottom: 1.5rem;
	display: flex;
}
.section--default-product .product .column.column--product .product__block.product__certifications .grid .items .item > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--default-product .product .column.column--product .product__block.product__certifications .grid .items .item .badge{
	max-height: 70px;
	min-height: 70px;
	min-width: 70px;
	max-width: 70px;
	overflow: hidden;
	border-radius: 50%;
}
.section--default-product .product .column.column--product .product__block.product__certifications .grid .items .item .description h3{
	font-size: 18px;
}
@media (max-width: 1680px){
	.section--default-product .product .column.column--product .product__block.product__certifications .grid .items .item .description h3{
		font-size: 16px;
	}
}
.section--default-product .product .column.column--product .product__block.product__certifications .grid .items .item .description h3{
	margin-bottom: 0.5rem;
	font-weight: 500;
}
.section--default-product .product .column.column--product .product__block.product__certifications .grid .items .item .description p{
	font-size: 16px;
	font-weight: 300;
}
.section--default-product .product .column.column--product .product__block.product__certifications .grid .items .item:last-child{
	margin-bottom: 0px;
}
.section--default-product .product .column.column--product .product__block.product__sticky{
	display: none;
}
@media (max-width: 1024px){
	.section--default-product .product .column.column--product .product__block.product__sticky{
		display: block;
	}
}
.section--default-product .product .column.column--product .product__block.product__sticky .wrap{
	overflow: hidden;
}
.section--default-product .product .column.column--product .product__block.product__sticky .wrap table td{
	border-style: none;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.section--default-product .product .column.column--product .product__block.product__block--gray{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.section--default-product .product .column.column--product .product__block.product__block--gray:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -25vw;
  height: 100%;
  width: 120vw;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.section--default-product .product .column.column--product .product__block:last-child{
	margin-bottom: 0px;
}
.section--default-product .product .column.column--product .icos{
	margin: -0.75rem;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding-top: 1.3rem;
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product .icos{
		justify-content: flex-start;
	}
}
.section--default-product .product .column.column--product .icos li{
	display: flex;
	width: 110px;
	flex-direction: column;
	align-items: center;
	padding: 0.75rem;
}
.section--default-product .product .column.column--product .icos li img{
	margin-bottom: 0.75rem;
	max-height: 90px;
	min-height: 90px;
	min-width: 90px;
	max-width: 90px;
}
.section--default-product .product .column.column--product .icos li span{
	font-size: 12px;
	display: block;
	text-align: center;
	font-weight: 500;
}
.section--default-product .product .column.column--product table{
	margin-top: 1.5rem;
	width: 100%;
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product table{
		width: 450px;
	}
}
.section--default-product .product .column.column--product table th{
	font-size: 14px;
	border-bottom-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
@media (max-width: 640px){
  .section--default-product .product .column.column--product table th{
		font-size: 12px;
	}
}
.section--default-product .product .column.column--product table th strong{
	font-weight: 700;
}
.section--default-product .product .column.column--product table th.td--1-2{
	width: 50%;
}
.section--default-product .product .column.column--product table th.td--1-3{
	width: 33.333333%;
}
.section--default-product .product .column.column--product table th.td--1-4{
	width: 25%;
}
.section--default-product .product .column.column--product table th.td--3-4{
	width: 75%;
}
.section--default-product .product .column.column--product table td{
	font-size: 14px;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
@media (max-width: 640px){
  .section--default-product .product .column.column--product table td{
		font-size: 12px;
	}
}
.section--default-product .product .column.column--product table td strong{
	font-weight: 500;
}
.section--default-product .product .column.column--product table td img{
	max-height: 50px;
	max-width: 50px;
	padding-right: 0.75rem;
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product table td img{
		max-height: 50px;
	}
	.section--default-product .product .column.column--product table td img{
		max-width: 50px;
	}
}
.section--default-product .product .column.column--product table:first-child{
	margin-top: 0px;
}
.section--default-product .product .column.column--product table span.text--big{
	font-size: 16px;
	display: block;
}
.section--default-product .product .column.column--product table span.td--bg{
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	display: inline-block;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.section--default-product .product .column.column--product table span.td--bg.td--bg-gray-light{
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.section--default-product .product .column.column--product table span.td--bg.td--bg-gray-regular{
	--tw-bg-opacity: 1;
	background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}
.section--default-product .product .column.column--product table span.td--bg.td--bg-gray-medium{
	--tw-bg-opacity: 1;
	background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
.section--default-product .product .column.column--product table span.td--bg.td--bg-gray-dark{
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product table.noscroll{
		width: 100%;
	}
}
.section--default-product .product .column.column--product .table__swipe{
	display: none;
}
@media (max-width: 640px){
	.section--default-product .product .column.column--product .table__swipe{
		top: 0px;
	}
	.section--default-product .product .column.column--product .table__swipe{
		display: flex;
	}
	.section--default-product .product .column.column--product .table__swipe{
		justify-content: flex-end;
	}
}
.section--default-product .product .column.column--sticky{
	order: 2;
	min-width: 400px;
	min-width: 400px;
	min-width: 400px;
	max-width: 500px;
	padding-top: 5rem;
}
@media (max-width: 1680px){
	.section--default-product .product .column.column--sticky{
		max-width: 400px;
	}
}
@media (max-width: 1440px){
	.section--default-product .product .column.column--sticky{
		max-width: 405px;
	}
}
@media (max-width: 1280px){
	.section--default-product .product .column.column--sticky{
		max-width: 375px;
	}
}
@media (max-width: 1024px){
	.section--default-product .product .column.column--sticky{
		display: none;
	}
}
.section--default-product .product .column.column--sticky .wrap{
	position: -webkit-sticky;
	position: sticky;
	top: 2.5rem;
}
@media (max-width: 1280px){
	.section--default-product .product .column.column--sticky .wrap{
		top: 0.75rem;
	}
}
.section--default-product .product .product__sticky {
  margin-left: 0;
}
.section--default-product .product .product__sticky .wrap{
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
}
.section--default-product .product .product__sticky .wrap .box{
	margin-bottom: 1.5rem;
	min-width: 450px;
	border-radius: 15px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (max-width: 640px){
	.section--default-product .product .product__sticky .wrap .box{
		min-width: 240px;
	}
	.section--default-product .product .product__sticky .wrap .box{
		padding: 1.5rem;
	}
}
.section--default-product .product .product__sticky .wrap .box .block.block--downloads{
	margin-bottom: 2.5rem;
}
.section--default-product .product .product__sticky .wrap .box .block.block--downloads li{
	margin-bottom: 1rem;
}
.section--default-product .product .product__sticky .wrap .box .block.block--downloads li:last-child{
	margin-bottom: 0px;
}
.section--default-product .product .product__sticky .wrap .box .block.block--table{
	font-size: 12px;
	font-weight: 400;
}
.section--default-product .product .product__sticky .wrap .box .block.block--table .table__header{
	font-size: 16px;
	font-weight: 500;
}
.section--default-product .product .product__sticky .wrap .box .block.block--table table{
	margin-top: 1rem;
	width: 100%;
}
.section--default-product .product .product__sticky .wrap .box .block.block--table table th{
	width: 50%;
	padding-bottom: 0.25rem;
	text-align: left;
}
.section--default-product .product .product__sticky .wrap .box .block.block--table strong{
	font-weight: 700;
}
.section--default-product .product .product__sticky .wrap .box .block.block--types{
	display: flex;
	width: 100%;
	flex-direction: column;
}
.section--default-product .product .product__sticky .wrap .box .block.block--types > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.section--default-product .product .product__sticky .wrap .box .block.block--types .type{
	flex: 1 1 0%;
}
.section--default-product .product .product__sticky .wrap .box .block.block--types .type ul{
	display: flex;
}
.section--default-product .product .product__sticky .wrap .box .block.block--types .type ul > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--default-product .product .product__sticky .wrap .box .block.block--types .type ul li .type{
	font-size: 10px;
	display: flex;
	height: 55px;
	width: 66px;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	padding: 1.5rem;
	text-align: center;
	font-weight: 500;
}
.section--default-product .product .product__sticky .wrap .box .block.block--types .type ul li .type.type--big{
	font-size: 20px;
}
@media (max-width: 1920px){
	.section--default-product .product .product__sticky .wrap .box .block.block--types .type ul li .type.type--big{
		font-size: 19px;
	}
}
@media (max-width: 768px){
	.section--default-product .product .product__sticky .wrap .box .block.block--types .type ul li .type.type--big{
		font-size: 18px;
	}
}
.section--default-product .product .product__sticky .wrap .box .block.block--types .type ul li .type.type--big{
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.section--default-product .product .product__sticky .wrap .box .block.block--types .type ul li .type.type--gray{
	--tw-bg-opacity: 1;
	background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.section--default-product .product .product__sticky .wrap .box .block.block--types .type ul li .type.type--green{
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: rgba(50, 172, 78, var(--tw-bg-opacity));
}
.section--default-product .product .product__sticky .wrap .box .block.block--types .type ul li .type.type--besacolor{
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: rgba(170, 200, 17, var(--tw-bg-opacity));
	padding: 1.5rem;
}
.section--default-product .product .product__sticky .wrap .box .block.block--types .type ul li span{
	font-size: 10px;
	margin-top: 0.5rem;
	display: block;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.section--default-product .product .product__sticky .wrap .box .block.block--cta .wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section--default-product .product .product__sticky .wrap .box .block.block--cta .wrap > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 640px){
	.section--default-product .product .product__sticky .wrap .box .block.block--cta .wrap{
		flex-direction: column;
	}
	.section--default-product .product .product__sticky .wrap .box .block.block--cta .wrap > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
	}
	.section--default-product .product .product__sticky .wrap .box .block.block--cta .wrap > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
}
.section--default-product .product .product__sticky .wrap .box .block.block--cta p{
	font-size: 14px;
	max-width: 50%;
	font-weight: 500;
	line-height: 22px;
}
@media (max-width: 640px){
	.section--default-product .product .product__sticky .wrap .box .block.block--cta p{
		max-width: none;
	}
	.section--default-product .product .product__sticky .wrap .box .block.block--cta p{
		text-align: center;
	}
}
@media (max-width: 1024px){
	.section--default-product .product .product__sticky .wrap .box .block.block--cta.block--cta--mobile{
		display: none;
	}
}
.section--default-product .product .product__sticky .wrap .box .block.block--sectors ul{
	margin-left: -0.5rem;
	margin-right: -0.5rem;
	margin-top: 1rem;
	margin-bottom: -0.5rem;
	display: flex;
	flex-wrap: wrap;
}
.section--default-product .product .product__sticky .wrap .box .block.block--sectors ul li{
	min-height: 100%;
	width: 33.333333%;
	padding: 0.5rem;
}
.section--default-product .product .product__sticky .wrap .box .block.block--sectors ul li a{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(28, 84, 143, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(28, 84, 143, var(--tw-text-opacity));
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.section--default-product .product .product__sticky .wrap .box .block.block--sectors ul li a:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(28, 84, 143, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.section--default-product .product .product__sticky .wrap .box .block.block--sectors ul li a span{
	font-size: 10px;
	text-align: center;
	font-weight: 500;
}
@media (max-width: 1280px){
	.section--default-product .product .product__sticky .wrap .box .block.block--sectors ul li a span{
		font-size: px;
	}
}
.section--default-product .product .product__sticky .wrap .box .block.block--products ul{
	margin-left: -0.5rem;
	margin-right: -0.5rem;
	margin-top: 1rem;
	margin-bottom: -0.5rem;
	display: flex;
	flex-wrap: wrap;
}
.section--default-product .product .product__sticky .wrap .box .block.block--products ul li{
	width: 33.333333%;
	padding: 0.5rem;
}
.section--default-product .product .product__sticky .wrap .box .block.block--products ul li a{
	display: block;
}
.section--default-product .product .product__sticky .wrap .box .block.block--products ul li a img{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5rem;
	max-height: 60px;
	opacity: 1;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.section--default-product .product .product__sticky .wrap .box .block.block--products ul li a span{
	font-size: 12px;
	display: block;
	text-align: center;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgba(28, 84, 143, var(--tw-text-opacity));
}
.section--default-product .product .product__sticky .wrap .box .block.block--products ul li a:hover img{
	opacity: 0.6;
}
.section--default-product .product .product__sticky .wrap .box .block.block--general p{
	font-size: 14px;
	font-weight: 300;
}
.section--default-product .product .product__sticky .wrap .box .block .accordion__content.is--active{
	margin-bottom: 1.5rem;
}
.section--default-product .product .product__sticky .wrap .box .block .accordion__content.is--active .wrap table tbody tr td {
  padding: 10px;
}
.section--default-product .product .product__sticky .wrap .box .block:last-child{
	margin-bottom: 0px;
}
.section--default-product .product .product__sticky .wrap .box footer{
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	padding-top: 1rem;
}
@media (max-width: 1024px){
	.section--default-product .product .product__sticky .wrap .box.box--mobile{
		display: none;
	}
}
.section--default-product .prduct__mobile-floating{
	position: fixed;
	left: 0px;
	bottom: 0.75rem;
	z-index: 50;
	display: none;
	width: 100vw;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}
@media (max-width: 1024px){
	.section--default-product .prduct__mobile-floating{
		display: block;
	}
}
.section--default-product .prduct__mobile-floating .wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section--default-product .prduct__mobile-floating .wrap > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--default-product .prduct__mobile-floating .wrap{
	border-radius: 12px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	--tw-border-opacity: 0.1;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 1.5rem;
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (max-width: 640px){
	.section--default-product .prduct__mobile-floating .wrap{
		padding: 1.25rem;
	}
}
.section--default-product .prduct__mobile-floating .wrap > *{
	flex: 1 1 0%;
}
.section--default-product .prduct__mobile-floating p{
	font-size: 18px;
}
@media (max-width: 1680px){
	.section--default-product .prduct__mobile-floating p{
		font-size: 16px;
	}
}
.section--default-product .prduct__mobile-floating p{
	text-align: center;
	font-weight: 400;
	line-height: 22px;
}
.page--carroceria-ficha .section--default-product .column.column--product h5 {
  padding-top: 4rem;
}
.page--carroceria-ficha .section--default-product .column.column--product .product__block.product__header .grid header h1{
	--tw-text-opacity: 1;
	color: rgba(75, 92, 102, var(--tw-text-opacity));
}
.page--carroceria-ficha .section--default-product .column.column--product .product__block.product__pros .pros .pro header h3{
	--tw-text-opacity: 1;
	color: rgba(75, 92, 102, var(--tw-text-opacity));
}
.page--carroceria-ficha .section--default-product .column.column--product .product__block.product__pros .pros .pro ul li .num{
	--tw-text-opacity: 1;
	color: rgba(75, 92, 102, var(--tw-text-opacity));
}
.section--default-products-header{
	padding-bottom: 3.5rem;
}
@media (max-width: 1024px){
	.section--default-products-header{
		padding-top: 5rem;
	}
}
.section--default-products-header .wrap header{
	width: 67%;
}
@media (max-width: 768px){
	.section--default-products-header .wrap header{
		width: 100%;
	}
}
.section--default-products-header .wrap header h1{
	width: 100%;
	--tw-text-opacity: 1;
	color: rgba(28, 84, 143, var(--tw-text-opacity));
}
@media (max-width: 1024px){
	.section--default-products-header .wrap header h1{
		width: 100%;
	}
}
.section--default-products-header .wrap .content{
	margin-top: 3rem;
}
.section--default-products-header .wrap .content h3{
	font-size: 18px;
}
@media (max-width: 1680px){
	.section--default-products-header .wrap .content h3{
		font-size: 16px;
	}
}
.section--default-products-header .wrap .content h3{
	margin-bottom: 1.5rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(28, 84, 143, var(--tw-text-opacity));
}
.section--default-products-header .wrap .content ul{
	margin: -0.5rem;
	display: flex;
	flex-wrap: wrap;
}
.section--default-products-header .wrap .content ul li{
	padding: 0.5rem;
}
.section--default-product-families{
	margin-top: 0px;
}
.section--default-product-families .container{
	margin-bottom: -3rem;
}
.section--default-product-families .grid{
	margin: auto;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start;
}
@media (max-width: 1024px){
	.section--default-product-families .grid{
		margin-left: -0.75rem;
		margin-right: -0.75rem;
	}
	.section--default-product-families .grid{
		margin-top: -1.5rem;
		margin-bottom: -1.5rem;
	}
	.section--default-product-families .grid{
		flex-wrap: wrap;
	}
	.section--default-product-families .grid{
		justify-content: flex-start;
	}
	.section--default-product-families .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
}
@media (max-width: 640px){
	.section--default-product-families .grid{
		margin: auto;
	}
	.section--default-product-families .grid{
		margin-top: -0.75rem;
		margin-bottom: -0.75rem;
	}
	.section--default-product-families .grid{
		justify-content: flex-start;
	}
}
.section--default-product-families .grid .type{
	margin-bottom: 4rem;
	width: 25%;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
@media (max-width: 1024px){
	.section--default-product-families .grid .type{
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	.section--default-product-families .grid .type{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}
@media (max-width: 768px){
	.section--default-product-families .grid .type{
		width: 50%;
	}
}
@media (max-width: 640px){
	.section--default-product-families .grid .type{
		width: 49%;
	}
	.section--default-product-families .grid .type{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
}
.section--default-product-families .grid .type .title{
	margin-bottom: 1.5rem;
	display: block;
	display: flex;
	height: 150px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
@media (max-width: 640px){
	.section--default-product-families .grid .type .title{
		margin-bottom: 0px;
	}
	.section--default-product-families .grid .type .title{
		height: 150px;
	}
}
.section--default-product-families .grid .type .title .background{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 500ms;
}
.section--default-product-families .grid .type .title .background:hover{
	--tw-scale-x: 1.25;
	--tw-scale-y: 1.25;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.section--default-product-families .grid .type .title h2{
	pointer-events: none;
	font-size: 22px;
}
@media (max-width: 1920px){
	.section--default-product-families .grid .type .title h2{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.section--default-product-families .grid .type .title h2{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.section--default-product-families .grid .type .title h2{
		font-size: 16px;
	}
}
.section--default-product-families .grid .type .title h2{
	z-index: 10;
	text-align: center;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (max-width: 640px){
	.section--default-product-families .grid .type .title h2{
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
.section--default-product-families .grid .type p{
	padding-top: 1rem;
}
@media (max-width: 640px){
	.section--default-product-families .grid .type p{
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
.section--default-product-families .grid .oculto {
  display: none;
}
.section--default-product-families footer{
	margin-top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section--default-product-subfamily{
	z-index: 10;
	margin-top: -7rem;
	padding-bottom: 7rem;
}
.section--default-product-subfamily .container{
	margin-top: 1.25rem;
}
.section--default-product-subfamily .background{
	position: absolute;
	top: 0px;
	left: 0px;
	height: calc(100% - 100px);
	width: 100%;
	--tw-translate-y: 7rem;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.section--default-product-subfamily .grid{
	margin: -0.75rem;
	display: flex;
	flex-wrap: wrap;
}
.section--default-product-subfamily .grid .product{
	width: 33.333333%;
	padding: 0.75rem;
}
@media (max-width: 768px){
	.section--default-product-subfamily .grid .product{
		width: 50%;
	}
}
@media (max-width: 640px){
	.section--default-product-subfamily .grid .product{
		width: 100%;
	}
}
.section--default-product-subfamily .grid .product .wrap{
	border-radius: 15px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	--tw-border-opacity: 0.05;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 2.5rem;
	padding-bottom: 1.25rem;
	text-align: center;
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.section--default-product-subfamily .grid .product .wrap:hover{
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (max-width: 1280px){
	.section--default-product-subfamily .grid .product .wrap{
		padding-top: 2rem;
	}
}
.section--default-product-subfamily .grid .product .wrap .pic{
	margin-bottom: 1.5rem;
	height: 200px;
}
@media (max-width: 1440px){
	.section--default-product-subfamily .grid .product .wrap .pic{
		height: 175px;
	}
}
@media (max-width: 1280px){
	.section--default-product-subfamily .grid .product .wrap .pic{
		height: 150px;
	}
}
@media (max-width: 1024px){
	.section--default-product-subfamily .grid .product .wrap .pic{
		margin-bottom: 1rem;
	}
}
@media (max-width: 768px){
	.section--default-product-subfamily .grid .product .wrap .pic{
		height: 125px;
	}
}
.section--default-product-subfamily .grid .product .wrap .pic img{
	margin-left: auto;
	margin-right: auto;
	max-height: 100%;
}
.section--default-product-subfamily .grid .product .wrap h3{
	font-size: 26px;
	line-height: 42px;
}
@media (max-width: 1920px){
	.section--default-product-subfamily .grid .product .wrap h3{
		font-size: 24px;
	}
}
@media (max-width: 1680px){
	.section--default-product-subfamily .grid .product .wrap h3{
		line-height: 40px;
	}
}
@media (max-width: 1440px){
	.section--default-product-subfamily .grid .product .wrap h3{
		font-size: 20px;
	}
	.section--default-product-subfamily .grid .product .wrap h3{
		line-height: 34px;
	}
}
@media (max-width: 768px){
	.section--default-product-subfamily .grid .product .wrap h3{
		font-size: 18px;
	}
	.section--default-product-subfamily .grid .product .wrap h3{
		line-height: 26px;
	}
}
@media (max-width: 640px){
	.section--default-product-subfamily .grid .product .wrap h3{
		font-size: 16px;
	}
	.section--default-product-subfamily .grid .product .wrap h3{
		line-height: 24px;
	}
}
.section--default-product-subfamily .grid .product .wrap h3{
	min-height: 50px;
	--tw-text-opacity: 1;
	color: rgba(75, 92, 102, var(--tw-text-opacity));
}
.section--default-product-subfamily .grid .product .wrap h4{
	font-size: 22px;
}
@media (max-width: 1920px){
	.section--default-product-subfamily .grid .product .wrap h4{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.section--default-product-subfamily .grid .product .wrap h4{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.section--default-product-subfamily .grid .product .wrap h4{
		font-size: 16px;
	}
}
.section--default-product-subfamily .grid .product .wrap h4{
	min-height: 45px;
	font-weight: 300;
	text-transform: uppercase;
}
.section--default-product-subfamily .grid .product .wrap .cat{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(183, 192, 198, var(--tw-text-opacity));
}
.section--default-product-subfamily--style2 .product{
	margin-bottom: 2rem;
}
.section--default-product-subfamily--style2 .product .wrap{
	margin-left: -2.5rem;
	margin-right: -2.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 15px;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}
.section--default-product-subfamily--style2 .product .wrap:hover{
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (max-width: 1280px){
	.section--default-product-subfamily--style2 .product .wrap{
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}
}
@media (max-width: 640px){
	.section--default-product-subfamily--style2 .product .wrap{
		margin-left: 0px;
		margin-right: 0px;
	}
	.section--default-product-subfamily--style2 .product .wrap{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.section--default-product-subfamily--style2 .product .wrap > *{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
@media (max-width: 1280px){
	.section--default-product-subfamily--style2 .product .wrap > *{
		padding: 1.5rem;
	}
}
.section--default-product-subfamily--style2 .product .wrap .pic{
	width: 16.666667%;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}
.section--default-product-subfamily--style2 .product .wrap .pic:hover{
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
@media (max-width: 1024px){
	.section--default-product-subfamily--style2 .product .wrap .pic{
		width: 33.333333%;
	}
}
@media (max-width: 640px){
	.section--default-product-subfamily--style2 .product .wrap .pic{
		width: 100%;
	}
}
.section--default-product-subfamily--style2 .product .wrap .pic img{
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 640px){
	.section--default-product-subfamily--style2 .product .wrap .pic img{
		max-height: 200px;
	}
}
.section--default-product-subfamily--style2 .product .wrap .main{
	width: 50%;
}
@media (max-width: 1024px){
	.section--default-product-subfamily--style2 .product .wrap .main{
		width: 66.666667%;
	}
}
@media (max-width: 640px){
	.section--default-product-subfamily--style2 .product .wrap .main{
		width: 100%;
	}
}
.section--default-product-subfamily--style2 .product .wrap .main h3{
	font-size: 16px;
	margin-bottom: 0.75rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(183, 192, 198, var(--tw-text-opacity));
}
.section--default-product-subfamily--style2 .product .wrap .main h4{
	font-size: 30px;
}
@media (max-width: 1920px){
	.section--default-product-subfamily--style2 .product .wrap .main h4{
		font-size: 26px;
	}
}
@media (max-width: 1440px){
	.section--default-product-subfamily--style2 .product .wrap .main h4{
		font-size: 22px;
	}
}
@media (max-width: 1280px){
	.section--default-product-subfamily--style2 .product .wrap .main h4{
		font-size: 18px;
	}
}
.section--default-product-subfamily--style2 .product .wrap .main h4{
	margin-bottom: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(75, 92, 102, var(--tw-text-opacity));
}
.section--default-product-subfamily--style2 .product .wrap .main h4 a{
	opacity: 1;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.section--default-product-subfamily--style2 .product .wrap .main h4 a:hover{
	opacity: 0.7;
}
.section--default-product-subfamily--style2 .product .wrap .main h5{
	font-size: 22px;
}
@media (max-width: 1920px){
	.section--default-product-subfamily--style2 .product .wrap .main h5{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.section--default-product-subfamily--style2 .product .wrap .main h5{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.section--default-product-subfamily--style2 .product .wrap .main h5{
		font-size: 16px;
	}
}
.section--default-product-subfamily--style2 .product .wrap .main h5{
	margin-bottom: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.section--default-product-subfamily--style2 .product .wrap .main p{
	font-size: 16px;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.section--default-product-subfamily--style2 .product .wrap .meta{
	width: 33.333333%;
}
@media (max-width: 1024px){
	.section--default-product-subfamily--style2 .product .wrap .meta{
		display: flex;
	}
	.section--default-product-subfamily--style2 .product .wrap .meta{
		width: 100%;
	}
	.section--default-product-subfamily--style2 .product .wrap .meta{
		justify-content: space-between;
	}
	.section--default-product-subfamily--style2 .product .wrap .meta > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0.75rem * var(--tw-space-x-reverse));
		margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
	}
}
@media (max-width: 768px){
	.section--default-product-subfamily--style2 .product .wrap .meta{
		flex-direction: column;
	}
	.section--default-product-subfamily--style2 .product .wrap .meta > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
}
.section--default-product-subfamily--style2 .product .wrap .meta > *{
	margin-bottom: 1.5rem;
}
.section--default-product-subfamily--style2 .product .wrap .meta > *:last-child{
	margin-bottom: 0px;
}
.section--default-product-subfamily--style2 .product .wrap .meta > * h5{
	font-size: 16px;
	margin-bottom: 0.5rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.section--default-product-subfamily--style2 .product .wrap .meta .references p{
	font-size: 12px;
	margin-bottom: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.section--default-product-subfamily--style2 .product .wrap .meta .references p:first-child{
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.section--default-product-subfamily--style2 .product .wrap .meta .references p:last-child{
	margin-bottom: 0px;
}
.section--default-product-subfamily--style2 .product .wrap .meta .downloads li{
	margin-bottom: 1.5rem;
}
.section--default-product-subfamily--style2 .product .wrap .meta .downloads li:last-child{
	margin-bottom: 0px;
}
.section--default-product-subfamily--style2 .product .wrap .meta .packages ul{
	display: flex;
}
.section--default-product-subfamily--style2 .product .wrap .meta .packages ul > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--default-product-subfamily--style2 .product .wrap .meta .packages ul li span.quantity{
	font-size: 14px;
	display: flex;
	height: 66px;
	width: 66px;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	padding: 1.5rem;
	text-align: center;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.section--default-product-subfamily--style2 .product .wrap .meta .packages ul li span.units{
	font-size: 10px;
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.section--default-product-subfamily--style2 .product .wrap .meta .colors ul{
	display: flex;
}
.section--default-product-subfamily--style2 .product .wrap .meta .colors ul > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--default-product-subfamily--style2 .product .wrap .meta .colors ul li span{
	font-size: 10px;
	display: flex;
	height: 66px;
	width: 66px;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	padding: 1.5rem;
	text-align: center;
	font-weight: 500;
}
.section--default-product-subfamily--style2 .product:last-child{
	margin-bottom: 0px;
}
.section--default-sistemas-pintado{
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.section--default-sistemas-pintado .grid{
	display: flex;
	justify-content: space-between;
}
.section--default-sistemas-pintado .grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2.5rem * var(--tw-space-x-reverse));
	margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 1366px){
	.section--default-sistemas-pintado .grid{
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}
	.section--default-sistemas-pintado .grid{
		flex-wrap: wrap;
	}
	.section--default-sistemas-pintado .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
}
@media (max-width: 768px){
	.section--default-sistemas-pintado .grid{
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}
}
.section--default-sistemas-pintado .grid > *{
	flex: 1 1 0%;
}
.section--default-sistemas-pintado .grid > *.column--text{
	display: flex;
	width: 5rem;
	flex-direction: column;
	justify-content: space-between;
	padding-right: 2.5rem;
}
@media (max-width: 1536px){
	.section--default-sistemas-pintado .grid > *.column--text{
		padding-right: 0px;
	}
}
@media (max-width: 1366px){
	.section--default-sistemas-pintado .grid > *.column--text{
		margin-bottom: 2.5rem;
	}
	.section--default-sistemas-pintado .grid > *.column--text{
		width: 100%;
	}
	.section--default-sistemas-pintado .grid > *.column--text{
		flex: none;
	}
	.section--default-sistemas-pintado .grid > *.column--text{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (max-width: 1280px){
	.section--default-sistemas-pintado .grid > *.column--text{
		width: 100%;
	}
}
@media (max-width: 768px){
	.section--default-sistemas-pintado .grid > *.column--text{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}
.section--default-sistemas-pintado .grid > *.column--text header {
  max-width: 600px;
}
.section--default-sistemas-pintado .grid > *.column--text header h3{
	font-size: 32px;
}
@media (max-width: 1920px){
	.section--default-sistemas-pintado .grid > *.column--text header h3{
		font-size: 29px;
	}
}
@media (max-width: 1440px){
	.section--default-sistemas-pintado .grid > *.column--text header h3{
		font-size: 26px;
	}
}
@media (max-width: 1280px){
	.section--default-sistemas-pintado .grid > *.column--text header h3{
		font-size: 20px;
	}
}
.section--default-sistemas-pintado .grid > *.column--text header h3{
	margin-bottom: 0.75rem;
	font-weight: 500;
}
.section--default-sistemas-pintado .grid > *.column--text header p{
	font-size: 18px;
	line-height: 28px;
}
@media (max-width: 1440px){
	.section--default-sistemas-pintado .grid > *.column--text header p{
		font-size: 16px;
	}
	.section--default-sistemas-pintado .grid > *.column--text header p{
		line-height: 24px;
	}
}
.section--default-sistemas-pintado .grid > *.column--text footer{
	margin-top: 1.5rem;
}
.section--default-sistemas-pintado .grid > *.column--pic{
	display: flex;
	max-width: 255px;
}
@media (max-width: 1366px){
	.section--default-sistemas-pintado .grid > *.column--pic{
		width: 33.333333%;
	}
	.section--default-sistemas-pintado .grid > *.column--pic{
		max-width: none;
	}
	.section--default-sistemas-pintado .grid > *.column--pic{
		flex: none;
	}
	.section--default-sistemas-pintado .grid > *.column--pic{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (max-width: 768px){
	.section--default-sistemas-pintado .grid > *.column--pic{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}
@media (max-width: 640px){
	.section--default-sistemas-pintado .grid > *.column--pic{
		margin-bottom: 0.5rem;
	}
	.section--default-sistemas-pintado .grid > *.column--pic{
		width: 100%;
	}
}
.section--default-sistemas-pintado .grid > *.column--pic .wrap{
	display: flex;
	width: 100%;
	flex-direction: column;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.section--default-sistemas-pintado .grid > *.column--pic .wrap .pic{
	height: 210px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
@media (max-width: 1366px){
	.section--default-sistemas-pintado .grid > *.column--pic .wrap .pic{
		height: 200px;
	}
}
.section--default-sistemas-pintado .grid > *.column--pic .wrap .text{
	display: flex;
	flex: 1 1 0%;
	flex-direction: column;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	text-align: center;
}
@media (max-width: 768px){
	.section--default-sistemas-pintado .grid > *.column--pic .wrap .text{
		padding: 0.75rem;
	}
}
.section--default-sistemas-pintado .grid > *.column--pic .wrap .text > *{
	font-size: 18px;
}
@media (max-width: 1680px){
	.section--default-sistemas-pintado .grid > *.column--pic .wrap .text > *{
		font-size: 16px;
	}
}
.section--default-sistemas-pintado .grid > *.column--pic .wrap .text > *{
	text-transform: uppercase;
	line-height: 24px;
}
@media (max-width: 768px){
  .section--default-sistemas-pintado .grid > *.column--pic .wrap .text > *{
		font-size: 16px;
	}
}
@media (max-width: 640px){
  .section--default-sistemas-pintado .grid > *.column--pic .wrap .text > *{
		font-size: 14px;
	}
}
.section--default-sistemas-pintado .grid > *.column--pic .wrap .text > *.name{
	font-weight: 700;
}
.section--default-sistemas-pintado .grid > *.column--pic .wrap .text > *.category{
	font-weight: 500;
}
.active-filters-container {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 20px;
  min-height: 10px;
}
.active-filters-container .besa-active-filter {
  display: inline-flex;
  align-items: center;
  background-color: #e5e7eb;
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 12px;
  color: #333;
  font-weight: 600;
  cursor: pointer;
}
.active-filters-container .besa-active-filter .remove-filter {
  margin-left: 8px;
  color: #999;
}
.active-filters-container .besa-active-filter .remove-filter:hover {
  color: red;
}
.active-filters-container .clear-all-filters {
  font-size: 12px;
  text-decoration: underline;
  color: #666;
  cursor: pointer;
  padding: 5px;
  align-self: center;
}
.section--default-productos-relacionados {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgba(205, 213, 217, var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.section--default-productos-relacionados .subheader{
	margin-bottom: 2.5rem;
	width: 33.333333%;
}
@media (max-width: 1280px){
	.section--default-productos-relacionados .subheader{
		width: 100%;
	}
}
.section--default-productos-relacionados .subheader h3{
	font-size: 30px;
}
@media (max-width: 1920px){
	.section--default-productos-relacionados .subheader h3{
		font-size: 26px;
	}
}
@media (max-width: 1440px){
	.section--default-productos-relacionados .subheader h3{
		font-size: 22px;
	}
}
@media (max-width: 1280px){
	.section--default-productos-relacionados .subheader h3{
		font-size: 18px;
	}
}
.section--default-productos-relacionados .subheader h3{
	font-weight: 500;
}
.section--default-slider .wrap{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
@media (max-width: 768px){
	.section--default-slider .wrap{
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}
.section--default-slider .wrap > *{
	z-index: 10;
}
.section--default-slider .slider{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.section--default-slider .slider .slide{
	width: 100%;
}
.section--default-slider .slider .slide .slide__wrap{
	width: 100%;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.section--default-slider .slider .slide .slide__wrap header.text-black{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.section--default-slider .slider .slide .slide__wrap header{
	margin-bottom: 4rem;
	width: 66.666667%;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (max-width: 1680px){
	.section--default-slider .slider .slide .slide__wrap header{
		width: 66.666667%;
	}
}
@media (max-width: 1440px){
	.section--default-slider .slider .slide .slide__wrap header{
		margin-bottom: 2.5rem;
	}
}
@media (max-width: 1366px){
	.section--default-slider .slider .slide .slide__wrap header{
		width: 83.333333%;
	}
}
@media (max-width: 1024px){
	.section--default-slider .slider .slide .slide__wrap header{
		width: 100%;
	}
}
@media (max-width: 640px){
	.section--default-slider .slider .slide .slide__wrap header{
		margin-bottom: 1.5rem;
	}
}
.section--default-slider .slider .slide .slide__wrap header h2{
	font-size: 46px;
}
@media (max-width: 1920px){
	.section--default-slider .slider .slide .slide__wrap header h2{
		font-size: 42px;
	}
}
@media (max-width: 1680px){
	.section--default-slider .slider .slide .slide__wrap header h2{
		font-size: 38px;
	}
}
@media (max-width: 1440px){
	.section--default-slider .slider .slide .slide__wrap header h2{
		font-size: 34px;
	}
}
@media (max-width: 1280px){
	.section--default-slider .slider .slide .slide__wrap header h2{
		font-size: 30px;
	}
}
@media (max-width: 640px){
	.section--default-slider .slider .slide .slide__wrap header h2{
		font-size: 26px;
	}
}
.section--default-slider .slider .slide .slide__wrap header h2{
	margin-bottom: 1rem;
	font-weight: 500;
}
@media (max-width: 640px){
	.section--default-slider .slider .slide .slide__wrap header h2{
		font-size: 32px;
	}
}
.section--default-slider .slider .slide .slide__wrap header p{
	margin-bottom: 1.5rem;
	width: 66.666667%;
}
@media (max-width: 1024px){
	.section--default-slider .slider .slide .slide__wrap header p{
		width: 100%;
	}
}
.section--default-slider .slider .slide .slide__wrap header p:last-of-type{
	margin-bottom: 0px;
}
.section--default-slider .slider .slide .slide__wrap .slide__buttons{
	margin-left: -0.75rem;
	margin-right: -0.75rem;
	margin-top: -0.75rem;
	margin-bottom: -0.75rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media (max-width: 640px){
	.section--default-slider .slider .slide .slide__wrap .slide__buttons{
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}
	.section--default-slider .slider .slide .slide__wrap .slide__buttons{
		margin-top: -0.5rem;
		margin-bottom: -0.5rem;
	}
}
.section--default-slider .slider .slide .slide__wrap .slide__buttons li{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
@media (max-width: 768px){
	.section--default-slider .slider .slide .slide__wrap .slide__buttons li{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.section--default-slider .slider .slide .slide__wrap .slide__buttons li{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
}
.section--default-slider .slider .slide .slide__wrap footer{
	margin-top: 4rem;
}
@media (max-width: 1440px){
	.section--default-slider .slider .slide .slide__wrap footer{
		margin-top: 2.5rem;
	}
}
@media (max-width: 640px){
	.section--default-slider .slider .slide .slide__wrap footer{
		margin-top: 1.5rem;
	}
	.section--default-slider .slider .slide .slide__wrap footer a > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.section--default-slider .slider .slide .slide__wrap footer a span{
		padding-right: 0.25rem;
	}
}
.section--default-slider .slider .slide.slide--grid .slide__wrap{
	display: flex;
}
@media (max-width: 1024px){
	.section--default-slider .slider .slide.slide--grid .slide__wrap > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(1.5rem * var(--tw-space-x-reverse));
		margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
	}
}
@media (max-width: 768px){
	.section--default-slider .slider .slide.slide--grid .slide__wrap{
		flex-direction: column;
	}
	.section--default-slider .slider .slide.slide--grid .slide__wrap > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.section--default-slider .slider .slide.slide--grid .slide__wrap > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
	}
}
.section--default-slider .slider .slide.slide--grid .slide__wrap > *{
	flex: 1 1 0%;
}
.section--default-slider .slider .slide.slide--grid .slide__wrap .pic{
	position: absolute;
	display: flex;
	height: 100%;
	width: 100%;
}
@media (max-width: 768px){
	.section--default-slider .slider .slide.slide--grid .slide__wrap .pic{
		position: relative;
	}
	.section--default-slider .slider .slide.slide--grid .slide__wrap .pic{
		height: auto;
	}
}
.section--default-slider .slider .slide.slide--grid .slide__wrap .pic img{
	margin-left: auto;
	margin-right: auto;
	max-height: 100%;
	max-width: 100%;
}
@media (max-width: 768px){
	.section--default-slider .slider .slide.slide--grid .slide__wrap .pic img{
		max-height: 33vh;
	}
}
.section--default-slider .slider .slide.slide--black{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.section--default-slider .slider__backgrounds{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.section--default-slider .slider__backgrounds .background{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	height: 100%;
	width: 100%;
	--tw-scale-x: 1.25;
	--tw-scale-y: 1.25;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 100ms;
}
.section--default-slider .slider__backgrounds .background.is--active{
	z-index: 10;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transition-duration: 500ms;
}
.section--default-slider .slider__backgrounds .background img{
	-o-object-position: left;
	   object-position: left;
}
.section--default-slider .slider__controls{
	margin-top: 4rem;
}
@media (max-width: 1440px){
	.section--default-slider .slider__controls{
		margin-top: 2.5rem;
	}
}
@media (max-width: 640px){
	.section--default-slider .slider__controls{
		margin-top: 2rem;
	}
}
.section--default-slider .slider__controls ul{
	display: flex;
}
.section--default-slider .slider__controls ul > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 640px){
	.section--default-slider .slider__controls ul{
		flex-direction: column;
	}
	.section--default-slider .slider__controls ul > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.section--default-slider .slider__controls ul > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
	}
}
.section--default-slider .slider__controls ul li{
	flex: 1 1 0%;
}
.section--default-slider .slider__controls ul li button{
	width: 100%;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.section--default-slider .slider__controls ul li button .ctrl__bar{
	margin-bottom: 1.25rem;
	display: block;
	height: 1px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-bg-opacity: 0.5;
}
@media (max-width: 640px){
	.section--default-slider .slider__controls ul li button .ctrl__bar{
		margin-bottom: 0.75rem;
	}
}
.section--default-slider .slider__controls ul li button .ctrl__bar > span{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	height: 1px;
	width: 0px;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.section--default-slider .slider__controls ul li button > h3{
	font-size: 16px;
	display: block;
	text-align: left;
	font-weight: 700;
	opacity: 0.5;
}
.section--default-slider .slider__controls ul li button > h3 > span{
	display: block;
}
.section--default-slider .slider__controls ul li button > h3 > span:last-child{
	font-size: 14px;
	margin-top: 0.25rem;
	font-weight: 500;
}
@media (max-width: 768px){
	.section--default-slider .slider__controls ul li button > h3 > span:last-child{
		display: none;
	}
}
.section--default-slider .slider__controls ul li button:hover:not(.is--active) > h3{
	opacity: 0.7;
}
.section--default-slider .slider__controls ul li button.is--active > h3{
	opacity: 1;
}
.section--default-slider.section--default-slider--negative .slider{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.section--default-slider.section--default-slider--negative .slider p .slider__wrap header{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.section--default-slider.section--default-slider--negative .slider__controls ul li button .ctrl__bar{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.section--default-slider-besa-lab > .background{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.section--default-slider-besa-lab > .wrap{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.section--default-slider-besa-lab > .wrap .slider{
	z-index: 10;
	margin-top: 7rem;
	margin-bottom: 7rem;
	margin-left: 4rem;
	margin-right: 4rem;
	margin-left: 0rem;
	margin-right: 0rem;
}
@media (max-width: 640px){
	.section--default-slider-besa-lab > .wrap .slider{
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap {
  overflow-x: clip;
}
@media (max-width: 1024px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap{
		overflow-x: auto;
	}
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .flickity-viewport{
	overflow: visible;
}
@media (max-width: 1024px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .flickity-viewport{
		overflow-x: hidden;
	}
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide{
	height: 275px;
	width: 33.333333%;
}
@media (max-width: 1440px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide{
		height: 225px;
	}
}
@media (max-width: 1024px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide{
		width: 50%;
	}
}
@media (max-width: 640px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide{
		height: auto;
	}
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide{
		width: 100%;
	}
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide > .wrap{
	height: 100%;
}
@media (max-width: 1024px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide > .wrap{
		padding-right: 10px;
	}
}
@media (max-width: 640px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide > .wrap{
		padding-right: 0px;
	}
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .background{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}
@media (max-width: 1440px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .background{
		left: -12.5%;
	}
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .background{
		width: 125%;
	}
}
@media (max-width: 1024px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .background{
		left: 0px;
	}
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .background{
		width: calc(100% - 10px);
	}
}
@media (max-width: 640px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .background{
		position: relative;
	}
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .background{
		height: 325px;
	}
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .background{
		width: 100%;
	}
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .content{
	display: flex;
	min-height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 1.5rem;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (max-width: 1366px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .content{
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media (max-width: 768px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .content{
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
@media (max-width: 640px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .content{
		padding-bottom: 0px;
	}
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .content .play__big{
	display: flex;
	flex: 1 1 0%;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
@media (max-width: 640px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .content .play__big{
		position: absolute;
	}
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .content .play__big{
		top: -162px;
	}
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .content .play__big{
		--tw-translate-y: -50%;
		-webkit-transform: var(--tw-transform);
		        transform: var(--tw-transform);
	}
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .content .play__big{
		-webkit-transform: var(--tw-transform);
		        transform: var(--tw-transform);
	}
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .content .play__big img{
	width: 50px;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .content .play__small {
  background-color: rgba(169, 200, 17, 0.6588235294);
  padding: 10px;
}
@media (max-width: 640px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .content .play__small{
		margin-top: 1.5rem;
	}
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .content .play__small .top{
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .content .play__small .top > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .content .play__small .top span{
	font-size: 12px;
	font-weight: 400;
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .content .play__small .top img{
	height: 15px;
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .content .play__small .bottom h3{
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}
@media (max-width: 1440px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .content .play__small .bottom h3{
		line-height: 30px;
	}
}
@media (max-width: 1366px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .content .play__small .bottom h3{
		line-height: 26px;
	}
}
@media (max-width: 768px){
  .section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .content .play__small .bottom h3{
		font-size: 14px;
	}
  .section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide .content .play__small .bottom h3{
		line-height: 20px;
	}
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide.is-selected{
	z-index: 20;
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide.is-selected .background{
	--tw-scale-x: 1.5;
	--tw-scale-y: 1.5;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
@media (max-width: 1024px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide.is-selected .background{
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		-webkit-transform: var(--tw-transform);
		        transform: var(--tw-transform);
	}
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide.is-selected .content{
	padding-bottom: 1.5rem;
	padding-left: 0px;
	padding-right: 0px;
}
@media (max-width: 1366px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide.is-selected .content{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
@media (max-width: 640px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide.is-selected .content{
		padding-bottom: 0px;
	}
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide.is-selected .content .play__big{
	opacity: 1;
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide.is-selected .content .play__big img{
	width: 75px;
}
@media (max-width: 1024px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide.is-selected .content .play__big img{
		width: 60px;
	}
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide.is-selected .content .play__small{
	top: 2rem;
}
@media (max-width: 1024px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .slide.is-selected .content .play__small{
		top: 0px;
	}
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .flickity-page-dots{
	position: relative;
	bottom: 0px;
	margin-top: 2.5rem;
	display: none;
}
@media (max-width: 1024px){
	.section--default-slider-besa-lab > .wrap .slider .slider__wrap .flickity-page-dots{
		display: block;
	}
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .flickity-page-dots .dot{
	height: 12px;
	width: 12px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	background-color: transparent;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .flickity-page-dots .dot.is-selected{
	border-width: 2px;
}
.section--default-slider-besa-lab > .wrap .slider .slider__wrap .flickity-page-dots .dot:hover{
	opacity: 1;
}
.section--default-slider-besa-lab > .wrap .slider__controls{
	position: absolute;
	top: 50%;
	left: -100px;
	display: flex;
	width: calc(100% + 200px);
	--tw-translate-y: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
	justify-content: space-between;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}
@media (max-width: 1780px){
	.section--default-slider-besa-lab > .wrap .slider__controls{
		left: -50px;
	}
	.section--default-slider-besa-lab > .wrap .slider__controls{
		width: calc(100% + 100px);
	}
}
@media (max-width: 1440px){
	.section--default-slider-besa-lab > .wrap .slider__controls{
		left: 0px;
	}
	.section--default-slider-besa-lab > .wrap .slider__controls{
		width: 100%;
	}
}
@media (max-width: 1024px){
	.section--default-slider-besa-lab > .wrap .slider__controls{
		display: none;
	}
}
.section--default-slider-besa-lab > .wrap .slider__controls img{
	width: 50px;
}
.section--default-slider-besa-lab > .wrap .slider__footer{
	display: flex;
	justify-content: center;
	padding-bottom: 5rem;
}
.page--home .section--default-slider-besa-lab{
	margin-top: 0px;
}
.section--default-besa-lab{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.section--default-besa-lab .background{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.section--default-besa-lab .footer{
	margin-top: 5rem;
	margin-bottom: 5rem;
	display: flex;
	justify-content: center;
}
.page--home .section--default-slider-besa-lab{
	margin-top: 0px;
}
.section--default-page-header {
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-bottom: 8rem;
}
@media (max-width: 1024px){
	.section--default-page-header{
		padding-top: 5rem;
	}
}
@media (max-width: 640px){
	.section--default-page-header{
		padding-top: 2.5rem;
	}
}
.section--default-page-header .background{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.section--default-page-header .wrap{
	margin-top: 1.25rem;
	display: flex;
	min-height: 100%;
	flex-direction: column;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.section--default-page-header .wrap .header__grid{
	display: flex;
	justify-content: space-between;
}
.section--default-page-header .wrap .header__grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 1024px){
	.section--default-page-header .wrap .header__grid header{
		width: 50%;
	}
}
@media (max-width: 640px){
	.section--default-page-header .wrap .header__grid header{
		width: 95%;
	}
}
.section--default-page-header .wrap .header__pic{
	position: absolute;
	right: 0px;
	height: 100%;
}
@media (max-width: 1024px){
	.section--default-page-header .wrap .header__pic{
		display: none;
	}
}
.section--default-page-header .wrap .header__pic img{
	max-height: 15rem;
}
@media (max-width: 1440px){
	.section--default-page-header .wrap .header__pic img{
		max-height: 210px;
	}
}
@media (max-width: 1280px){
	.section--default-page-header .wrap .header__pic img{
		max-height: 210px;
	}
}
.section--default-page-header .wrap .tags{
	font-size: 12px;
	display: flex;
	align-items: center;
}
.section--default-page-header .wrap .tags > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--default-page-header .wrap .tags{
	font-weight: 500;
}
.page--industria .section--default-page-header{
	min-height: 575px;
}
.page--industria .section--default-page-header .content{
	margin-top: 4rem;
}
@media (max-width: 640px){
	.page--industria .section--default-page-header .content{
		margin-top: 1.5rem;
	}
}
.page--industria .section--default-page-header .content .stamps__grid{
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1024px){
	.page--industria .section--default-page-header .content .stamps__grid{
		flex-direction: column;
	}
	.page--industria .section--default-page-header .content .stamps__grid{
		align-items: center;
	}
	.page--industria .section--default-page-header .content .stamps__grid{
		justify-content: center;
	}
}
.page--industria .section--default-page-header .content .stamps__grid .besa__stamps{
	width: 1125px;
}
@media (max-width: 1440px){
	.page--industria .section--default-page-header .content .stamps__grid .besa__stamps{
		width: 965px;
	}
}
@media (max-width: 1366px){
	.page--industria .section--default-page-header .content .stamps__grid .besa__stamps{
		width: 805px;
	}
}
@media (max-width: 1024px){
	.page--industria .section--default-page-header .content .stamps__grid .besa__stamps{
		width: 100%;
	}
	.page--industria .section--default-page-header .content .stamps__grid .besa__stamps{
		justify-content: center;
	}
}
@media (max-width: 640px){
	.page--industria .section--default-page-header .content .stamps__grid .besa__stamps{
		flex-wrap: wrap;
	}
	.page--industria .section--default-page-header .content .stamps__grid .besa__stamps li{
		width: 50%;
	}
	.page--industria .section--default-page-header .content .stamps__grid .besa__stamps li a{
		width: 100%;
	}
}
.page--industria .section--default-page-header .content .stamps__grid .contact{
	width: calc(100% - 1125px);
	padding-top: 5px;
	padding-bottom: 5px;
}
@media (max-width: 1440px){
	.page--industria .section--default-page-header .content .stamps__grid .contact{
		width: calc(100% - 965px);
	}
}
@media (max-width: 1366px){
	.page--industria .section--default-page-header .content .stamps__grid .contact{
		width: calc(100% - 805px);
	}
}
@media (max-width: 1024px){
	.page--industria .section--default-page-header .content .stamps__grid .contact{
		display: none;
	}
}
.page--industria .section--default-page-header .content .stamps__grid .contact .wrapper{
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	--tw-bg-opacity: 1;
	background-color: rgba(28, 84, 143, var(--tw-bg-opacity));
	padding: 2rem;
}
@media (max-width: 1280px){
	.page--industria .section--default-page-header .content .stamps__grid .contact .wrapper > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
	}
}
@media (max-width: 640px){
	.page--industria .section--default-page-header .content .stamps__grid .contact .wrapper{
		display: none;
	}
}
@media (max-width: 1440px){
	.page--industria .section--default-page-header .content .stamps__grid .contact .wrapper > *{
		flex: 1 1 0%;
	}
	.page--industria .section--default-page-header .content .stamps__grid .contact .wrapper header{
		margin-bottom: 0px;
	}
}
.page--industria .section--default-page-header .content .stamps__grid .contact .wrapper footer{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.page--industria .section--default-page-header .content .stamps__grid .contact .wrapper footer > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
@media (max-width: 1280px){
	.page--industria .section--default-page-header .content .stamps__grid .contact .wrapper footer > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
	}
}
.page--industria .section--default-page-header .content .stamps__grid .contact .wrapper p{
	font-size: 18px;
	line-height: 28px;
}
@media (max-width: 1440px){
	.page--industria .section--default-page-header .content .stamps__grid .contact .wrapper p{
		font-size: 16px;
	}
	.page--industria .section--default-page-header .content .stamps__grid .contact .wrapper p{
		line-height: 24px;
	}
}
.page--industria .section--default-page-header .content .stamps__grid .more__stamps{
	margin-top: 2.5rem;
	display: none;
}
@media (max-width: 1024px){
	.page--industria .section--default-page-header .content .stamps__grid .more__stamps{
		display: flex;
	}
	.page--industria .section--default-page-header .content .stamps__grid .more__stamps{
		justify-content: center;
	}
}
.page--industria-subfamily .section--default-page-header, .page--car-subfamily .section--default-page-header, .page--conocenos-category .section--default-page-header{
	padding-bottom: 11rem;
}
.page--conocenos-actualidad .section--default-page-header{
	padding-bottom: 11rem;
}
@media (max-width: 640px){
	.page--conocenos-actualidad .section--default-page-header{
		padding-bottom: 8rem;
	}
}
/*

section.deafult-floated-cta{ position: fixed; z-index: 99; bottom: 30px; right: 0%;
    div.wrapp{ display: flex; flex-direction: column; align-content: flex-end; 
        a{background-color: #AAC811;border-radius:100px;height:70px; width: 100px; display: inline-flex; margin: 10px; align-self: flex-end;
            align-items: center;overflow:hidden;width:auto; max-width:70px; -webkit-transition: max-width 0.5s; transition: max-width 0.5s;
            span{margin:30px; margin-left:20.5px; font-size:33px;}
            div.texto{
                p{margin-right:30px; white-space:nowrap; font-size: 13px; line-height: 21px;}
            }   

          }
          .button-cta.active-button{max-width:600px; justify-content: center;}
    }

}



section.deafult-floated-cta{ position: fixed; z-index: 99; bottom: 30px; right:0%; 
    div.wrapp{ display: flex; flex-direction: column; align-content: flex-end; 
        div.button-cta{display:flex; margin:10px; background:#AAC811; border-radius:100px;height:70px;
            a.icono-cta{border-radius:100px;height:70px; cursor: pointer; width:70px; display:flex; align-items:center; 
                background: #AAC811;
                span{margin:30px; margin-left:20.5px; font-size:33px;}
            }
            a.texto{align-self: center;  display:none; 
                p{margin-right:30px; white-space:nowrap; font-size: 13px; line-height: 21px; align-self: flex-end;}
            }
            .texto.activado{display: block;max-width:600px;}

          }

    }

}

*/
section.deafult-floated-cta-new div.cta {
  position: fixed;
  z-index: 99;
  bottom: 30px;
  right: 1%;
}
section.deafult-floated-cta-new div.cta ul {
  display: flex;
  flex-direction: column;
}
section.deafult-floated-cta-new div.cta ul a.exit {
  display: none;
  justify-content: center;
  transition: 0.6s;
  align-items: center;
}
section.deafult-floated-cta-new div.cta ul a.exit div.wrap {
  display: flex;
  align-items: center;
  margin: 10px;
  background: #121212;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  justify-content: center;
}
section.deafult-floated-cta-new div.cta ul a.exit div.wrap p {
  font-weight: 800;
}
section.deafult-floated-cta-new div.cta ul .exit.btn-salir-activado {
  display: flex;
}
section.deafult-floated-cta-new div.cta ul li {
  display: inline-block;
  font-size: 13px;
  letter-spacing: normal;
}
section.deafult-floated-cta-new div.cta ul li.objeto-desplegable {
  position: relative;
}
section.deafult-floated-cta-new div.cta ul li a.icono {
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  margin: 10px;
  background: #AAC811;
  border-radius: 100px;
  height: 70px;
  width: 70px;
}
section.deafult-floated-cta-new div.cta ul li a.icono span {
  margin: 30px;
  margin-left: 20.5px;
  font-size: 33px;
}
section.deafult-floated-cta-new div.cta ul li .wrap-texto {
  display: none;
  position: absolute;
  right: 11%;
  top: 11%;
  z-index: 1;
  transition: 1s display linear;
}
section.deafult-floated-cta-new div.cta ul li .wrap-texto li {
  display: block;
}
section.deafult-floated-cta-new div.cta ul li .wrap-texto li a.texto {
  background: #AAC811;
  border-radius: 100px;
  height: 70px;
  width: 300px;
  display: inline-flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
  transition: 1s;
}
section.deafult-floated-cta-new div.cta ul li .wrap-texto li a.texto p {
  white-space: nowrap;
  font-size: 13px;
  line-height: 21px;
  margin-left: 30px;
}
.section--default-video {
  overflow: hidden;
}
.section--default-video .video{
	display: flex;
	height: 70vh;
	align-items: center;
	justify-content: center;
}
@media (max-width: 768px){
	.section--default-video .video{
		height: 50vh;
	}
}
.section--default-video .video .cover{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
@media (max-width: 640px){
	.section--default-video .video .play{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}
.section--default-video .video .play a{
	display: flex;
	align-items: center;
}
.section--default-video .video .play a > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--default-video .video .play a span{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.section--default-video .bottom{
	margin-top: -11rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media (max-width: 1440px){
	.section--default-video .bottom{
		margin-top: -8rem;
	}
}
.section--default-video .bottom .pic img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  height: 450px;
}
@media (max-width: 1440px){
	.section--default-video .bottom .pic img{
		height: 350px;
	}
}
@media (max-width: 768px){
	.section--default-video .bottom .pic img{
		height: 240px;
	}
}
@media (max-width: 640px){
	.section--default-video .bottom .pic img{
		height: 170px;
	}
}
.section--default-video .bottom .link{
	margin-top: 0.75rem;
	display: flex;
	justify-content: center;
}
.section--default-post .block.block--text{
	margin-top: 2.5rem;
}
.section--default-post .block.block--text h3{
	font-size: 26px;
	line-height: 42px;
}
@media (max-width: 1920px){
	.section--default-post .block.block--text h3{
		font-size: 24px;
	}
}
@media (max-width: 1680px){
	.section--default-post .block.block--text h3{
		line-height: 40px;
	}
}
@media (max-width: 1440px){
	.section--default-post .block.block--text h3{
		font-size: 20px;
	}
	.section--default-post .block.block--text h3{
		line-height: 34px;
	}
}
@media (max-width: 768px){
	.section--default-post .block.block--text h3{
		font-size: 18px;
	}
	.section--default-post .block.block--text h3{
		line-height: 26px;
	}
}
@media (max-width: 640px){
	.section--default-post .block.block--text h3{
		font-size: 16px;
	}
	.section--default-post .block.block--text h3{
		line-height: 24px;
	}
}
.section--default-post .block.block--text h3{
	margin-top: 4rem;
	margin-bottom: 1rem;
	border-top-width: 2px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	padding-top: 0.75rem;
	font-weight: 500;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
.section--default-post .block.block--text h4{
	font-size: 26px;
	line-height: 42px;
}
@media (max-width: 1920px){
	.section--default-post .block.block--text h4{
		font-size: 24px;
	}
}
@media (max-width: 1680px){
	.section--default-post .block.block--text h4{
		line-height: 40px;
	}
}
@media (max-width: 1440px){
	.section--default-post .block.block--text h4{
		font-size: 20px;
	}
	.section--default-post .block.block--text h4{
		line-height: 34px;
	}
}
@media (max-width: 768px){
	.section--default-post .block.block--text h4{
		font-size: 18px;
	}
	.section--default-post .block.block--text h4{
		line-height: 26px;
	}
}
@media (max-width: 640px){
	.section--default-post .block.block--text h4{
		font-size: 16px;
	}
	.section--default-post .block.block--text h4{
		line-height: 24px;
	}
}
.section--default-post .block.block--text h4{
	margin-top: 4rem;
	margin-bottom: 1rem;
	font-weight: 500;
}
.section--default-post .block.block--text p{
	margin-bottom: 1.5rem;
	font-weight: 300;
}
.section--default-post .block.block--text p a{
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
	text-decoration: underline;
}
.section--default-post .block.block--text p strong{
	font-weight: 500;
}
.section--default-post .block.block--text p:last-child{
	margin-bottom: 0px;
}
.section--default-post .block.block--text ul{
	padding-left: 1.5rem;
}
.section--default-post .block.block--text ul li{
	font-size: 18px;
	line-height: 28px;
}
@media (max-width: 1440px){
	.section--default-post .block.block--text ul li{
		font-size: 16px;
	}
	.section--default-post .block.block--text ul li{
		line-height: 24px;
	}
}
.section--default-post .block.block--text ul li{
	margin-bottom: 0.75rem;
	padding-left: 1.5rem;
}
.section--default-post .block.block--text ul li strong{
	font-weight: 500;
}
.section--default-post .block.block--text ul li:before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.section--default-post .block.block--text blockquote{
	margin-top: 5rem;
	margin-bottom: 5rem;
	padding-top: 2.5rem;
}
.section--default-post .block.block--text blockquote:before {
  content: "“";
  display: block;
  font-size: 150px;
  font-weight: 500;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgba(170, 200, 16, var(--tw-text-opacity));
}
@media (max-width: 1440px){
	.section--default-post .block.block--text blockquote:before{
		font-size: 120px;
	}
}
.section--default-post .block.block--text blockquote p{
	font-size: 30px;
}
@media (max-width: 1920px){
	.section--default-post .block.block--text blockquote p{
		font-size: 26px;
	}
}
@media (max-width: 1440px){
	.section--default-post .block.block--text blockquote p{
		font-size: 22px;
	}
}
@media (max-width: 1280px){
	.section--default-post .block.block--text blockquote p{
		font-size: 18px;
	}
}
.section--default-post .block.block--text blockquote p{
	margin-top: -1rem;
	line-height: 40px;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
@media (max-width: 1280px){
	.section--default-post .block.block--text blockquote p{
		line-height: 30px;
	}
}
.section--default-post .block.block--text blockquote:first-child{
	padding-top: 0px;
}
.section--default-post .block.block--text blockquote:last-child{
	margin-bottom: 0px;
}
.section--default-post .block.block--video{
	margin-top: 2.5rem;
}
.section--default-post .block.block--video .video{
	height: 0px;
	padding-bottom: 56.25%;
}
.section--default-post .block.block--video .video iframe, .section--default-post .block.block--video .video video{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.section--default-post .block.block--highlight{
	margin-top: 4rem;
	width: 100%;
	border-top-width: 5px;
	border-bottom-width: 5px;
	--tw-border-opacity: 1;
	border-color: rgba(170, 200, 16, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
	padding: 3rem;
}
.section--default-post .block.block--highlight p{
	font-size: 32px;
}
@media (max-width: 1920px){
	.section--default-post .block.block--highlight p{
		font-size: 29px;
	}
}
@media (max-width: 1440px){
	.section--default-post .block.block--highlight p{
		font-size: 26px;
	}
}
@media (max-width: 1280px){
	.section--default-post .block.block--highlight p{
		font-size: 20px;
	}
}
.section--default-post .block.block--pic{
	margin-top: 2.5rem;
}
.section--default-cards-style2 .header__section{
	margin-bottom: 4rem;
}
@media (max-width: 1366px){
	.section--default-cards-style2 .header__section{
		margin-bottom: 2.5rem;
	}
}
.section--default-cards-style2 .header__section h3{
	font-size: 36px;
}
@media (max-width: 1920px){
	.section--default-cards-style2 .header__section h3{
		font-size: 32px;
	}
}
@media (max-width: 1440px){
	.section--default-cards-style2 .header__section h3{
		font-size: 28px;
	}
}
@media (max-width: 640px){
	.section--default-cards-style2 .header__section h3{
		font-size: 26px;
	}
}
.section--default-cards-style2 .header__section h3{
	margin-bottom: 1.5rem;
	font-weight: 500;
}
.section--default-form .container {
  padding-left: 2rem;
  padding-right: 1rem;
  padding-left: 2rem;
  padding-right: 1rem;
}
@media (max-width: 768px){
	.section--default-form .container{
		padding-left: 1rem;
	}
	.section--default-form .container{
		padding-right: 1rem;
	}
}
.section--default-form .bg{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.section--default-form .grid{
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media (max-width: 640px){
	.section--default-form .grid{
		margin-left: 0px;
		margin-right: 0px;
	}
}
.section--default-form .grid .description{
	width: 50%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
@media (max-width: 1024px){
	.section--default-form .grid .description{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}
@media (max-width: 768px){
	.section--default-form .grid .description{
		width: 100%;
	}
}
@media (max-width: 640px){
	.section--default-form .grid .description{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.section--default-form .grid .description h1{
	font-size: 2.5rem;
	font-weight: 500;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
.section--default-form .grid .description h2{
	font-size: 2rem;
	font-weight: 500;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(75, 92, 102, var(--tw-text-opacity));
}
.section--default-form .grid .description .logo{
	margin-bottom: 1.5rem;
	margin-top: 1.25rem;
}
@media (max-width: 1024px){
	.section--default-form .grid .description .logo{
		height: 100px;
	}
}
.section--default-form .grid .description .logo img{
	max-height: 100%;
}
@media (max-width: 768px){
	.section--default-form .grid .description .logo img{
		margin-left: auto;
		margin-right: auto;
	}
}
.section--default-form .grid .description header{
	margin-bottom: 1.5rem;
}
@media (max-width: 768px){
	.section--default-form .grid .description header{
		text-align: center;
	}
}
@media (max-width: 640px){
	.section--default-form .grid .description header p{
		text-align: left;
	}
}
.section--default-form .grid .description header h3{
	font-size: 24px;
	line-height: 30px;
}
@media (max-width: 1920px){
	.section--default-form .grid .description header h3{
		font-size: 22px;
	}
}
@media (max-width: 1680px){
	.section--default-form .grid .description header h3{
		line-height: 30px;
	}
}
@media (max-width: 1440px){
	.section--default-form .grid .description header h3{
		font-size: 20px;
	}
	.section--default-form .grid .description header h3{
		line-height: 28px;
	}
}
@media (max-width: 768px){
	.section--default-form .grid .description header h3{
		font-size: 17px;
	}
	.section--default-form .grid .description header h3{
		line-height: 26px;
	}
}
@media (max-width: 640px){
	.section--default-form .grid .description header h3{
		font-size: 16px;
	}
	.section--default-form .grid .description header h3{
		line-height: 24px;
	}
}
.section--default-form .grid .description header h3{
	margin-bottom: 0.75rem;
	font-weight: 500;
}
.section--default-form .grid .description .pic img{
	margin-left: auto;
	margin-right: auto;
	max-height: 120vh;
	width: 100%;
	max-width: 170vw;
}
.section--default-form .grid .description .logo_editables{
	margin-bottom: 1.5rem;
	margin-top: 1.25rem;
}
@media (max-width: 768px){
	.section--default-form .grid .description .logo_editables{
		height: 50vw;
	}
}
.section--default-form .grid .description .logo_editables img{
	width: 100%;
}
.section--default-form .grid .form{
	width: 46%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
@media (max-width: 768px){
	.section--default-form .grid .form{
		width: 100%;
	}
}
@media (max-width: 640px){
	.section--default-form .grid .form{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.section--default-form .grid .form .wrap{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 4rem;
}
@media (max-width: 1280px){
	.section--default-form .grid .form .wrap{
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media (max-width: 1024px){
	.section--default-form .grid .form .wrap{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}
.section--default-form .grid .form .wrap header{
	margin-bottom: 2.5rem;
}
.section--default-form .grid .form .wrap header h3{
	font-size: 30px;
}
@media (max-width: 1920px){
	.section--default-form .grid .form .wrap header h3{
		font-size: 26px;
	}
}
@media (max-width: 1440px){
	.section--default-form .grid .form .wrap header h3{
		font-size: 22px;
	}
}
@media (max-width: 1280px){
	.section--default-form .grid .form .wrap header h3{
		font-size: 18px;
	}
}
.section--default-form .grid .form .wrap header h3{
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
.section--default-form .grid .form .wrap legend{
	font-size: 16px;
	margin-bottom: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.section--default-form .grid .form .wrap form .form__row{
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	margin-bottom: 1.5rem;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 1440px){
	.section--default-form .grid .form .wrap form .form__row{
		margin-left: -1rem;
		margin-right: -1rem;
	}
}
@media (max-width: 640px){
	.section--default-form .grid .form .wrap form .form__row{
		margin-bottom: 0px;
	}
}
.section--default-form .grid .form .wrap form .form__row .form__col{
	width: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
@media (max-width: 1440px){
	.section--default-form .grid .form .wrap form .form__row .form__col{
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
@media (max-width: 640px){
	.section--default-form .grid .form .wrap form .form__row .form__col{
		margin-bottom: 1.25rem;
	}
}
.section--default-form .grid .form .wrap form .form__row .form__col.form__col--1-2{
	width: 50%;
}
@media (max-width: 640px){
	.section--default-form .grid .form .wrap form .form__row .form__col.form__col--1-2{
		width: 100%;
	}
}
.section--default-form .grid .form .wrap form .form__row .form__col.form__col--1-3{
	width: 33.333333%;
}
.section--default-form .grid .form .wrap form .form__row .form__col.form__col--1-4{
	width: 25%;
}
@media (max-width: 640px){
	.section--default-form .grid .form .wrap form .form__row .form__col.form__col--1-4{
		width: 50%;
	}
}
.section--default-form .grid .form .wrap form .form__row .form__col > label{
	font-size: 14px;
	margin-bottom: 0.5rem;
	display: block;
	font-weight: 500;
}
@media (max-width: 1280px){
  .section--default-form .grid .form .wrap form .form__row .form__col > label{
		font-size: 14px;
	}
}
.section--default-form .grid .form .wrap form .form__row .form__col .input input{
	font-size: 14px;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	padding: 1.25rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.section--default-form .grid .form .wrap form .form__row .form__col .textarea textarea{
	font-size: 14px;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	padding: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.section--default-form .grid .form .wrap form .form__row .form__col .checkbox__group .checkbox{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.section--default-form .grid .form .wrap form .form__row .form__col .checkbox__group .checkbox:last-child{
	margin-bottom: 0px;
}
.section--default-form .grid .form .wrap form .form__row .form__col .checkbox__group .checkbox__required{
	pointer-events: none;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.section--default-form .grid .form .wrap form .form__row .form__col .radio__group .radio{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.section--default-form .grid .form .wrap form .form__row .form__col .radio__group .radio:last-child{
	margin-bottom: 0px;
}
.section--default-form .grid .form .wrap form .form__row .form__col .checkbox{
	display: flex;
	align-items: center;
}
.section--default-form .grid .form .wrap form .form__row .form__col .checkbox > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--default-form .grid .form .wrap form .form__row .form__col .checkbox .input{
	height: 20px;
	width: 20px;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.section--default-form .grid .form .wrap form .form__row .form__col .checkbox .input input{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.section--default-form .grid .form .wrap form .form__row .form__col .checkbox .input .dummy{
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	height: 10px;
	width: 10px;
	--tw-translate-x: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
	--tw-bg-opacity: 1;
	background-color: rgba(170, 200, 16, var(--tw-bg-opacity));
	opacity: 0;
}
.section--default-form .grid .form .wrap form .form__row .form__col .checkbox .input input:checked + .dummy{
	opacity: 1;
}
.section--default-form .grid .form .wrap form .form__row .form__col .checkbox > label{
	font-size: 14px;
	cursor: pointer;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
@media (max-width: 1280px){
  .section--default-form .grid .form .wrap form .form__row .form__col .checkbox > label{
		font-size: 12px;
	}
}
.section--default-form .grid .form .wrap form .form__row .form__col .radio{
	display: flex;
	align-items: center;
}
.section--default-form .grid .form .wrap form .form__row .form__col .radio > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--default-form .grid .form .wrap form .form__row .form__col .radio .input{
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.section--default-form .grid .form .wrap form .form__row .form__col .radio .input input{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.section--default-form .grid .form .wrap form .form__row .form__col .radio .input .dummy{
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	height: 10px;
	width: 10px;
	--tw-translate-x: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
	border-radius: 50%;
	--tw-bg-opacity: 1;
	background-color: rgba(170, 200, 16, var(--tw-bg-opacity));
	opacity: 0;
}
.section--default-form .grid .form .wrap form .form__row .form__col .radio .input input:checked + .dummy{
	opacity: 1;
}
.section--default-form .grid .form .wrap form .form__row .form__col .radio > label{
	font-size: 14px;
	cursor: pointer;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
@media (max-width: 1280px){
  .section--default-form .grid .form .wrap form .form__row .form__col .radio > label{
		font-size: 12px;
	}
}
.section--default-form .grid .form .wrap form .form__row .form__col ._field-wrapper select {
  width: 100%;
}
.section--default-form .grid .form .wrap form .form__row .form__col .select img{
	position: absolute;
	right: 1.25rem;
	top: 20px;
	z-index: 10;
	height: 7px;
}
.section--default-form .grid .form .wrap form .form__row .form__col .select select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  padding: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.section--default-form .grid .form .wrap form .form__row .form__col .select select::-ms-expand{
	display: none;
}
@media (max-width: 1024px) {
  .section--default-form .grid .description .logo {
    height: auto;
  }
}
@media (max-width: 768px) {
  .section--default-form .grid .description .logo_editables {
    height: auto;
  }
}
@media (max-width: 767px) {
  .section--default-form .grid .description h1 {
    margin-top: 0.8rem !important;
  }
  .section--default-form .grid .description {
    padding-bottom: 0rem !important;
  }
  .section--default-form .grid .description h2 {
    color: #000 !important;
  }
  .section--default-form .bg {
    position: unset;
    width: 100%;
  }
  .section--default-form .bg img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .section--default-form .grid .description {
    padding-top: 0rem;
  }
  .section--default-form .grid .description h1 {
    margin-top: 0rem !important;
  }
  .section--default-form .grid {
    align-items: unset;
  }
}
.section--form form fieldset div._checkbox-radio {
  padding-right: 15px;
  display: block;
  clear: both;
  line-height: 21px;
  align-items: center;
}
.section--form form fieldset div._checkbox-radio span label {
  font-size: 14px;
  color: #000;
}
.section--form form fieldset div._checkbox-radio input {
  height: 20px;
  width: 20px;
  float: left;
}
.section--form button:hover {
  opacity: 0.8;
}
.section--form.section--form-newsletter form input {
  max-width: 400px;
}
.section--form ._form {
  font-family: "gotham", sans-serif !important;
}
.section--form ._form label {
  line-height: 2em !important;
}
.section--form ._form input {
  line-height: 1.5;
}
.section--form ._form ._form-title {
  text-align: center;
}
.section--form ._form button {
  margin: auto !important;
  display: block !important;
}
.section--form.section--form-contact form FIELDSET, .section--form.section--form-editable form FIELDSET {
  display: block;
}
form ._html-code {
  margin-bottom: 20px;
  margin-top: 1px;
}
.form-descarga-ficha {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110vh;
  width: 100%;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0%;
  margin-top: -10vh;
  background-color: rgba(169, 169, 169, 0.664);
  display: none;
  overflow: hidden;
}
.form-descarga-ficha .caja{
	height: 20rem;
	width: 25rem;
}
@media (max-width: 640px){
	.form-descarga-ficha .caja{
		height: 20rem;
	}
	.form-descarga-ficha .caja{
		width: 18rem;
	}
}
.form-descarga-ficha .caja {
  background-color: white;
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-box-shadow: 10px 8px 13px -11px #000000;
  margin-top: 10vh;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-shadow: 10px 8px 13px -11px #000000;
}
.form-descarga-ficha .caja .header {
  display: flex;
  justify-content: space-between;
}
.form-descarga-ficha .caja .header .btn-close {
  width: 20px;
  height: 20px;
  background-color: #AAC811;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  margin: 5px;
}
.form-descarga-ficha .caja .header .btn-close:hover {
  opacity: 0.7;
}
.form-descarga-ficha .caja ul li {
  padding: 5px;
  width: 100%;
  border-top: 0.5px solid black;
  border-left: 0.5px solid black;
  border-right: 0.5px solid black;
}
.form-descarga-ficha .caja ul li a.active-idioma {
  color: #AAC811;
}
.form-descarga-ficha .caja ul li a.never-active {
  color: black;
  opacity: 0.3;
  pointer-events: none;
}
.form-descarga-ficha .caja ul li:last-child {
  border-bottom: 0.5px solid black;
  border-left: 0.5px solid black;
  border-right: 0.5px solid black;
}
.form-descarga-ficha .caja .boton {
  display: flex;
  justify-content: flex-end;
}
.form-descarga-ficha .caja .boton .btn-descargar {
  padding: 13px 20px;
  background-color: #AAC811;
  border-radius: 25px;
  transition: 0.5s;
  font-size: 13px;
}
.form-descarga-ficha .caja .boton .btn-descargar:hover {
  opacity: 0.8;
}
.form-descarga-ficha.active {
  display: flex;
}
.section--home-header{
	display: flex;
	align-items: center;
	overflow: hidden;
}
@media (max-width: 640px){
	.section--home-header{
		margin-top: -2.5rem;
	}
}
.section--home-header .background{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
@media (max-width: 640px){
	.section--home-header .background{
		height: 100vw;
	}
}
.section--home-header .background video{
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (max-width: 640px){
	.section--home-header .background video{
		max-width: 180%;
	}
}
.section--home-header .wrap{
	margin-top: 5rem;
	display: flex;
	min-height: 100%;
	flex-direction: column;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (max-width: 1440px){
	.section--home-header .wrap{
		margin-top: 2.5rem;
	}
}
@media (max-width: 1024px){
	.section--home-header .wrap{
		margin-top: 7rem;
	}
}
@media (max-width: 640px){
	.section--home-header .wrap{
		margin-top: 0px;
	}
}
.section--home-header .wrap > header{
	margin-bottom: 3rem;
	width: 50%;
}
@media (max-width: 1440px){
	.section--home-header .wrap > header{
		width: 66.666667%;
	}
}
@media (max-width: 1024px){
	.section--home-header .wrap > header{
		width: 100%;
	}
}
@media (max-width: 640px){
	.section--home-header .wrap > header{
		margin-bottom: 0px;
	}
	.section--home-header .wrap > header{
		display: flex;
	}
	.section--home-header .wrap > header{
		height: 100vw;
	}
	.section--home-header .wrap > header{
		align-items: center;
	}
}
.section--home-header .wrap > header h1{
	font-size: 46px;
}
@media (max-width: 1920px){
	.section--home-header .wrap > header h1{
		font-size: 42px;
	}
}
@media (max-width: 1680px){
	.section--home-header .wrap > header h1{
		font-size: 38px;
	}
}
@media (max-width: 1440px){
	.section--home-header .wrap > header h1{
		font-size: 34px;
	}
}
@media (max-width: 1280px){
	.section--home-header .wrap > header h1{
		font-size: 30px;
	}
}
@media (max-width: 640px){
	.section--home-header .wrap > header h1{
		font-size: 26px;
	}
}
.section--home-header .wrap > header h1{
	font-weight: 500;
}
.section--home-header .wrap .content > p{
	font-size: 18px;
	line-height: 28px;
}
@media (max-width: 1440px){
	.section--home-header .wrap .content > p{
		font-size: 16px;
	}
	.section--home-header .wrap .content > p{
		line-height: 24px;
	}
}
.section--home-header .wrap .content > p{
	margin-bottom: 4rem;
	width: 50%;
	padding-right: 5rem;
}
@media (max-width: 1366px){
	.section--home-header .wrap .content > p{
		width: 66.666667%;
	}
}
@media (max-width: 1024px){
	.section--home-header .wrap .content > p{
		width: 100%;
	}
}
@media (max-width: 640px){
	.section--home-header .wrap .content > p{
		display: none;
	}
}
.section--home-header .wrap .content > p:last-of-type{
	margin-bottom: 7rem;
}
.section--home-header .wrap .content .highlights{
	width: 100%;
}
@media (max-width: 768px){
	.section--home-header .wrap .content .highlights{
		left: -4rem;
	}
	.section--home-header .wrap .content .highlights{
		width: 100vw;
	}
	.section--home-header .wrap .content .highlights{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
	.section--home-header .wrap .content .highlights{
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}
	.section--home-header .wrap .content .highlights{
		padding-top: 2rem;
	}
}
@media (max-width: 640px){
	.section--home-header .wrap .content .highlights{
		left: -1.75rem;
	}
	.section--home-header .wrap .content .highlights{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}
.section--home-header .wrap .content .highlights .grid{
	z-index: 10;
	display: flex;
}
.section--home-header .wrap .content .highlights .grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.25rem * var(--tw-space-x-reverse));
	margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px){
	.section--home-header .wrap .content .highlights .grid{
		flex-direction: column;
	}
	.section--home-header .wrap .content .highlights .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.section--home-header .wrap .content .highlights .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
	}
}
.section--home-header .wrap .content .highlights .grid .highlight{
	height: 330px;
	flex: 1 1 0%;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (max-width: 640px){
	.section--home-header .wrap .content .highlights .grid .highlight{
		height: auto;
	}
}
.section--home-header .wrap .content .highlights .grid .highlight .background{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.section--home-header .wrap .content .highlights .grid .highlight .content{
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	padding: 2rem;
}
@media (max-width: 640px){
	.section--home-header .wrap .content .highlights .grid .highlight .content{
		padding: 1.5rem;
	}
}
.section--home-header .wrap .content .highlights .grid .highlight .content header{
	margin-bottom: 2.5rem;
	display: flex;
	align-items: center;
}
.section--home-header .wrap .content .highlights .grid .highlight .content header > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 640px){
	.section--home-header .wrap .content .highlights .grid .highlight .content header{
		margin-bottom: 1.25rem;
	}
}
.section--home-header .wrap .content .highlights .grid .highlight .content header img{
	height: 40px;
}
@media (max-width: 640px){
	.section--home-header .wrap .content .highlights .grid .highlight .content header img{
		height: 30px;
	}
}
.section--home-header .wrap .content .highlights .grid .highlight .content header span{
	display: block;
}
.section--home-header .wrap .content .highlights .grid .highlight .content header span:first-child{
	font-size: 16px;
	font-weight: 700;
}
@media (max-width: 640px){
  .section--home-header .wrap .content .highlights .grid .highlight .content header span:first-child{
		font-size: 10px;
	}
}
.section--home-header .wrap .content .highlights .grid .highlight .content header span:last-child{
	font-size: 36px;
}
@media (max-width: 1920px){
	.section--home-header .wrap .content .highlights .grid .highlight .content header span:last-child{
		font-size: 32px;
	}
}
@media (max-width: 1440px){
	.section--home-header .wrap .content .highlights .grid .highlight .content header span:last-child{
		font-size: 28px;
	}
}
@media (max-width: 640px){
	.section--home-header .wrap .content .highlights .grid .highlight .content header span:last-child{
		font-size: 26px;
	}
}
.section--home-header .wrap .content .highlights .grid .highlight .content header span:last-child{
	font-weight: 500;
}
.section--home-header .wrap .content .highlights .grid .highlight .content h3{
	font-size: 22px;
}
@media (max-width: 1920px){
	.section--home-header .wrap .content .highlights .grid .highlight .content h3{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.section--home-header .wrap .content .highlights .grid .highlight .content h3{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.section--home-header .wrap .content .highlights .grid .highlight .content h3{
		font-size: 16px;
	}
}
.section--home-header .wrap .content .highlights .grid .highlight .content h3{
	font-weight: 500;
}
.section--home-header .wrap .content .highlights .grid .highlight .content footer{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	height: 100%;
	width: 100%;
}
@media (max-width: 768px){
	.section--home-header .wrap .content .highlights .grid .highlight .content footer{
		right: 0.5rem;
	}
}
.section--home-header .wrap .content .highlights .grid .highlight .content footer a{
	position: absolute;
	height: 100%;
	width: 100%;
	align-items: flex-end;
	padding: 2rem;
}
@media (max-width: 768px){
	.section--home-header .wrap .content .highlights .grid .highlight .content footer a{
		justify-content: flex-end;
	}
	.section--home-header .wrap .content .highlights .grid .highlight .content footer a{
		padding: 0px;
	}
	.section--home-header .wrap .content .highlights .grid .highlight .content footer a{
		padding-right: 1rem;
	}
	.section--home-header .wrap .content .highlights .grid .highlight .content footer a{
		padding-bottom: 1rem;
	}
	.section--home-header .wrap .content .highlights .grid .highlight .content footer a span{
		display: none;
	}
}
.section--home-header .wrap .content .highlights:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50vw;
  height: 50%;
  width: 200vw;
  --tw-translate-x: 0.5rem;
  -webkit-transform: var(--tw-transform);
          transform: var(--tw-transform);
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.section--car-urkimixpro-ends .header__section{
	margin-bottom: 4rem;
}
@media (max-width: 1366px){
	.section--car-urkimixpro-ends .header__section{
		margin-bottom: 2.5rem;
	}
}
.section--car-urkimixpro-ends .header__section h3{
	font-size: 46px;
}
@media (max-width: 1920px){
	.section--car-urkimixpro-ends .header__section h3{
		font-size: 42px;
	}
}
@media (max-width: 1680px){
	.section--car-urkimixpro-ends .header__section h3{
		font-size: 38px;
	}
}
@media (max-width: 1440px){
	.section--car-urkimixpro-ends .header__section h3{
		font-size: 34px;
	}
}
@media (max-width: 1280px){
	.section--car-urkimixpro-ends .header__section h3{
		font-size: 30px;
	}
}
@media (max-width: 640px){
	.section--car-urkimixpro-ends .header__section h3{
		font-size: 26px;
	}
}
.section--car-urkimixpro-ends .header__section h3{
	margin-bottom: 1.5rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(28, 84, 143, var(--tw-text-opacity));
}
.section--car-urkimixpro-ends .products .grid .item .item__wrap .content .pic img {
  max-width: 180px;
}
.section--industry-sectors .header__section{
	margin-bottom: 4rem;
	text-align: center;
}
@media (max-width: 1366px){
	.section--industry-sectors .header__section{
		margin-bottom: 2.5rem;
	}
}
.section--industry-sectors .header__section h3{
	font-size: 46px;
}
@media (max-width: 1920px){
	.section--industry-sectors .header__section h3{
		font-size: 42px;
	}
}
@media (max-width: 1680px){
	.section--industry-sectors .header__section h3{
		font-size: 38px;
	}
}
@media (max-width: 1440px){
	.section--industry-sectors .header__section h3{
		font-size: 34px;
	}
}
@media (max-width: 1280px){
	.section--industry-sectors .header__section h3{
		font-size: 30px;
	}
}
@media (max-width: 640px){
	.section--industry-sectors .header__section h3{
		font-size: 26px;
	}
}
.section--industry-sectors .header__section h3{
	margin-bottom: 1.5rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(28, 84, 143, var(--tw-text-opacity));
}
.section--industry-sector-intro .intro{
	width: 66.666667%;
}
@media (max-width: 1024px){
	.section--industry-sector-intro .intro{
		width: 100%;
	}
}
.section--industry-sector-intro .help{
	margin-top: 4rem;
}
.section--industry-sector-intro .help header{
	margin-bottom: 1.5rem;
}
.section--industry-sector-intro .help header h2{
	font-size: 46px;
}
@media (max-width: 1920px){
	.section--industry-sector-intro .help header h2{
		font-size: 42px;
	}
}
@media (max-width: 1680px){
	.section--industry-sector-intro .help header h2{
		font-size: 38px;
	}
}
@media (max-width: 1440px){
	.section--industry-sector-intro .help header h2{
		font-size: 34px;
	}
}
@media (max-width: 1280px){
	.section--industry-sector-intro .help header h2{
		font-size: 30px;
	}
}
@media (max-width: 640px){
	.section--industry-sector-intro .help header h2{
		font-size: 26px;
	}
}
.section--industry-sector-intro .help header h2{
	font-weight: 500;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(28, 84, 143, var(--tw-text-opacity));
}
.section--industry-sector-intro .help .grid{
	margin-left: -5rem;
	margin-right: -5rem;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 1024px){
	.section--industry-sector-intro .help .grid{
		margin-left: -2.5rem;
		margin-right: -2.5rem;
	}
}
@media (max-width: 768px){
	.section--industry-sector-intro .help .grid{
		margin-left: -1.25rem;
		margin-right: -1.25rem;
	}
}
@media (max-width: 640px){
	.section--industry-sector-intro .help .grid{
		margin-left: 0px;
		margin-right: 0px;
	}
}
.section--industry-sector-intro .help .grid {
  /*
  .quote {
      @apply w-1/3
      sm:w-full sm:mt-5;
      p {
          @apply fs--26 font-light text-gray-400;
      }
  }
  */
}
.section--industry-sector-intro .help .grid > *{
	padding-left: 5rem;
	padding-right: 5rem;
}
@media (max-width: 1024px){
	.section--industry-sector-intro .help .grid > *{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
@media (max-width: 768px){
	.section--industry-sector-intro .help .grid > *{
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
@media (max-width: 640px){
	.section--industry-sector-intro .help .grid > *{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.section--industry-sector-intro .help .grid ul{
	width: 60%;
}
@media (max-width: 640px){
	.section--industry-sector-intro .help .grid ul{
		width: 100%;
	}
}
.section--industry-sector-intro .help .grid ul li{
	margin-bottom: 2rem;
	display: flex;
	width: 100%;
	align-items: center;
}
@media (max-width: 640px){
	.section--industry-sector-intro .help .grid ul li{
		align-items: flex-start;
	}
}
.section--industry-sector-intro .help .grid ul li .num{
	font-size: 72px;
}
@media (max-width: 1920px){
	.section--industry-sector-intro .help .grid ul li .num{
		font-size: 62px;
	}
}
@media (max-width: 1680px){
	.section--industry-sector-intro .help .grid ul li .num{
		font-size: 52px;
	}
}
@media (max-width: 640px){
	.section--industry-sector-intro .help .grid ul li .num{
		font-size: 32px;
	}
}
.section--industry-sector-intro .help .grid ul li .num{
	min-width: 75px;
	font-weight: 200;
	--tw-text-opacity: 1;
	color: rgba(28, 84, 143, var(--tw-text-opacity));
}
@media (max-width: 640px){
	.section--industry-sector-intro .help .grid ul li .num{
		min-width: 50px;
	}
}
.section--industry-sector-intro .help .grid ul li .description{
	font-weight: 400;
	line-height: 1.5rem;
}
.section--industry-sector-intro .help .grid .quote{
	margin-bottom: 3.5rem;
	width: 40%;
	padding-top: 3.5rem;
}
@media (max-width: 768px){
	.section--industry-sector-intro .help .grid .quote{
		width: 100%;
	}
}
.section--industry-sector-intro .help .grid .quote:before {
  content: "“";
  display: block;
  font-size: 150px;
  font-weight: 500;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgba(170, 200, 16, var(--tw-text-opacity));
}
@media (max-width: 1440px){
	.section--industry-sector-intro .help .grid .quote:before{
		font-size: 120px;
	}
}
.section--industry-sector-intro .help .grid .quote p{
	margin-top: -1rem;
	font-size: 1.5rem;
	line-height: 2rem;
	line-height: 40px;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
@media (max-width: 1280px){
	.section--industry-sector-intro .help .grid .quote p{
		line-height: 30px;
	}
}
.section--industry-sector-intro .help .grid .quote:first-child{
	padding-top: 0px;
}
.section--industry-sector-intro .help .grid .quote:last-child{
	margin-bottom: 0px;
}
.section--industry-sector-intro .subsectors{
	margin-top: 4rem;
}
.section--industry-sector-intro .subsectors > header{
	margin-bottom: 1.5rem;
}
.section--industry-sector-intro .subsectors > header h2{
	font-weight: 500;
}
.section--industry-sector-faqs {
  overflow: hidden;
}
.section--industry-sector-faqs .besa__accordion .accordion__trigger{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(28, 84, 143, var(--tw-border-opacity));
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.section--industry-sector-faqs .besa__accordion .accordion__trigger h3{
	font-size: 36px;
}
@media (max-width: 1920px){
	.section--industry-sector-faqs .besa__accordion .accordion__trigger h3{
		font-size: 32px;
	}
}
@media (max-width: 1440px){
	.section--industry-sector-faqs .besa__accordion .accordion__trigger h3{
		font-size: 28px;
	}
}
@media (max-width: 640px){
	.section--industry-sector-faqs .besa__accordion .accordion__trigger h3{
		font-size: 26px;
	}
}
.section--industry-sector-faqs .besa__accordion .accordion__trigger h3{
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(28, 84, 143, var(--tw-text-opacity));
}
@media (max-width: 640px){
  .section--industry-sector-faqs .besa__accordion .accordion__trigger h3{
		font-size: 20px;
	}
  @media (max-width: 1920px){
		.section--industry-sector-faqs .besa__accordion .accordion__trigger h3{
			font-size: 19px;
		}
	}
  @media (max-width: 768px){
		.section--industry-sector-faqs .besa__accordion .accordion__trigger h3{
			font-size: 18px;
		}
	}
}
.section--industry-sector-faqs .besa__accordion .accordion__trigger img{
	height: 20px;
}
@media (max-width: 1024px){
	.section--industry-sector-faqs .besa__accordion .accordion__trigger img{
		height: 15px;
	}
}
.section--industry-sector-faqs .besa__accordion .accordion__content .wrap{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.section--industry-case-study .block{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4rem;
	width: 80%;
	flex-direction: column;
}
@media (max-width: 640px){
	.section--industry-case-study .block{
		width: 95%;
	}
}
.section--industry-case-study .block.block--content h2{
	font-size: 22px;
}
@media (max-width: 1920px){
	.section--industry-case-study .block.block--content h2{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.section--industry-case-study .block.block--content h2{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.section--industry-case-study .block.block--content h2{
		font-size: 16px;
	}
}
.section--industry-case-study .block.block--content h2{
	margin-bottom: 1.5rem;
	font-weight: 500;
}
@media (max-width: 1440px){
  .section--industry-case-study .block.block--content h2{
		font-size: 18px;
	}
  @media (max-width: 1680px){
		.section--industry-case-study .block.block--content h2{
			font-size: 16px;
		}
	}
}
@media (max-width: 1280px){
  .section--industry-case-study .block.block--content h2{
		font-size: 18px;
	}
  @media (max-width: 1680px){
		.section--industry-case-study .block.block--content h2{
			font-size: 16px;
		}
	}
}
@media (max-width: 640px){
  .section--industry-case-study .block.block--content h2{
		font-size: 18px;
	}
  @media (max-width: 1680px){
		.section--industry-case-study .block.block--content h2{
			font-size: 16px;
		}
	}
}
.section--industry-case-study .block.block--content h2:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-left: -10px;
  height: 1px;
  width: 305px;
  --tw-translate-x: -100%;
  -webkit-transform: var(--tw-transform);
          transform: var(--tw-transform);
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgba(28, 84, 143, var(--tw-bg-opacity));
}
.section--industry-case-study .block.block--content h3{
	font-size: 40px;
}
@media (max-width: 1920px){
	.section--industry-case-study .block.block--content h3{
		font-size: 37px;
	}
}
@media (max-width: 1680px){
	.section--industry-case-study .block.block--content h3{
		font-size: 34px;
	}
}
@media (max-width: 1440px){
	.section--industry-case-study .block.block--content h3{
		font-size: 30px;
	}
}
@media (max-width: 1280px){
	.section--industry-case-study .block.block--content h3{
		font-size: 28px;
	}
}
@media (max-width: 768px){
	.section--industry-case-study .block.block--content h3{
		font-size: 24px;
	}
}
@media (max-width: 640px){
	.section--industry-case-study .block.block--content h3{
		font-size: 20px;
	}
}
.section--industry-case-study .block.block--content h3{
	line-height: 50px;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
@media (max-width: 1280px){
	.section--industry-case-study .block.block--content h3{
		line-height: 40px;
	}
}
.section--industry-case-study .block.block--content p{
	margin-bottom: 1.5rem;
	font-weight: 300;
}
.section--industry-case-study .block.block--content p:last-child{
	margin-bottom: 0px;
}
.section--industry-case-study .block.block--content blockquote{
	margin-bottom: 3.5rem;
	padding-top: 3.5rem;
}
.section--industry-case-study .block.block--content blockquote:before {
  content: "“";
  display: block;
  font-size: 150px;
  font-weight: 500;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgba(170, 200, 16, var(--tw-text-opacity));
}
@media (max-width: 1440px){
	.section--industry-case-study .block.block--content blockquote:before{
		font-size: 120px;
	}
}
.section--industry-case-study .block.block--content blockquote p{
	font-size: 30px;
}
@media (max-width: 1920px){
	.section--industry-case-study .block.block--content blockquote p{
		font-size: 26px;
	}
}
@media (max-width: 1440px){
	.section--industry-case-study .block.block--content blockquote p{
		font-size: 22px;
	}
}
@media (max-width: 1280px){
	.section--industry-case-study .block.block--content blockquote p{
		font-size: 18px;
	}
}
.section--industry-case-study .block.block--content blockquote p{
	margin-top: -1rem;
	line-height: 40px;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
@media (max-width: 1280px){
	.section--industry-case-study .block.block--content blockquote p{
		line-height: 30px;
	}
}
.section--industry-case-study .block.block--content blockquote:first-child{
	padding-top: 0px;
}
.section--industry-case-study .block.block--content blockquote:last-child{
	margin-bottom: 0px;
}
.section--industry-case-study .block.block--pic-gallery{
	width: 100%;
}
.section--industry-case-study .block.block--pic-list{
	width: 100%;
}
.section--industry-case-study .block.block--pic-list .wrap{
	display: flex;
	width: 100%;
	align-items: center;
}
.section--industry-case-study .block.block--pic-list .wrap > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px){
	.section--industry-case-study .block.block--pic-list .wrap{
		margin: -0.75rem;
	}
	.section--industry-case-study .block.block--pic-list .wrap{
		flex-wrap: wrap;
	}
	.section--industry-case-study .block.block--pic-list .wrap > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
}
.section--industry-case-study .block.block--pic-list .pic{
	height: 40vh;
	flex: 1 1 0%;
}
@media (max-width: 768px){
	.section--industry-case-study .block.block--pic-list .pic{
		height: 30vh;
	}
	.section--industry-case-study .block.block--pic-list .pic{
		width: 50%;
	}
	.section--industry-case-study .block.block--pic-list .pic{
		flex: 0 1 auto;
	}
	.section--industry-case-study .block.block--pic-list .pic{
		padding: 0.75rem;
	}
}
@media (max-width: 640px){
	.section--industry-case-study .block.block--pic-list .pic{
		width: 100%;
	}
}
.section--industry-urkisystem-intro {
  overflow: hidden;
}
.section--industry-urkisystem-intro .wrap .grid{
	margin-left: -5rem;
	margin-right: -5rem;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 1024px){
	.section--industry-urkisystem-intro .wrap .grid{
		margin-left: -2.5rem;
		margin-right: -2.5rem;
	}
}
@media (max-width: 768px){
	.section--industry-urkisystem-intro .wrap .grid{
		margin-left: -1.25rem;
		margin-right: -1.25rem;
	}
}
@media (max-width: 640px){
	.section--industry-urkisystem-intro .wrap .grid{
		margin-left: 0px;
		margin-right: 0px;
	}
}
.section--industry-urkisystem-intro .wrap .grid {
  /*
  .quote {
      @apply w-2/3 mt-8
      sm:w-full sm:mt-5;
      p {
          @apply fs--36 font-light text-cgreen leading-9;
      }
  }
  */
}
.section--industry-urkisystem-intro .wrap .grid > *{
	padding-left: 5rem;
	padding-right: 5rem;
}
@media (max-width: 1024px){
	.section--industry-urkisystem-intro .wrap .grid > *{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
@media (max-width: 768px){
	.section--industry-urkisystem-intro .wrap .grid > *{
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
@media (max-width: 640px){
	.section--industry-urkisystem-intro .wrap .grid > *{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.section--industry-urkisystem-intro .wrap .grid .description{
	width: 60%;
}
@media (max-width: 640px){
	.section--industry-urkisystem-intro .wrap .grid .description{
		width: 100%;
	}
}
.section--industry-urkisystem-intro .wrap .grid .description p{
	margin-bottom: 1.5rem;
}
.section--industry-urkisystem-intro .wrap .grid .description p:last-child{
	margin-bottom: 0px;
}
.section--industry-urkisystem-intro .wrap .grid .quote{
	margin-bottom: 3.5rem;
	margin-top: 2.5rem;
	width: 40%;
	padding-top: 0px;
}
@media (max-width: 768px){
	.section--industry-urkisystem-intro .wrap .grid .quote{
		width: 100%;
	}
}
.section--industry-urkisystem-intro .wrap .grid .quote:before {
  content: "“";
  display: block;
  font-size: 150px;
  font-weight: 500;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgba(170, 200, 16, var(--tw-text-opacity));
}
@media (max-width: 1440px){
	.section--industry-urkisystem-intro .wrap .grid .quote:before{
		font-size: 120px;
	}
}
.section--industry-urkisystem-intro .wrap .grid .quote p{
	margin-top: -1rem;
	font-size: 1.5rem;
	line-height: 2rem;
	line-height: 40px;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
@media (max-width: 1280px){
	.section--industry-urkisystem-intro .wrap .grid .quote p{
		line-height: 30px;
	}
}
.section--industry-urkisystem-intro .wrap .grid .quote:first-child{
	padding-top: 0px;
}
.section--industry-urkisystem-intro .wrap .grid .quote:last-child{
	margin-bottom: 0px;
}
.section--industry-urkisystem-why .header__section{
	margin-bottom: 4rem;
}
@media (max-width: 1366px){
	.section--industry-urkisystem-why .header__section{
		margin-bottom: 2.5rem;
	}
}
.section--industry-urkisystem-why .header__section h3{
	font-size: 46px;
}
@media (max-width: 1920px){
	.section--industry-urkisystem-why .header__section h3{
		font-size: 42px;
	}
}
@media (max-width: 1680px){
	.section--industry-urkisystem-why .header__section h3{
		font-size: 38px;
	}
}
@media (max-width: 1440px){
	.section--industry-urkisystem-why .header__section h3{
		font-size: 34px;
	}
}
@media (max-width: 1280px){
	.section--industry-urkisystem-why .header__section h3{
		font-size: 30px;
	}
}
@media (max-width: 640px){
	.section--industry-urkisystem-why .header__section h3{
		font-size: 26px;
	}
}
.section--industry-urkisystem-why .header__section h3{
	margin-bottom: 1.5rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(28, 84, 143, var(--tw-text-opacity));
}
.section--industry-urkisystem-why .besa__cards .pic{
	height: 250px;
}
@media (max-width: 640px){
	.section--industry-urkisystem-why .besa__cards .pic{
		height: 200px;
	}
}
.section--industry-urkisystem-why .besa__cards .besa__card .wrap .content h2 {
  line-height: 23px;
}
.section--about-cats .grid{
	display: flex;
}
.section--about-cats .grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px){
	.section--about-cats .grid{
		flex-direction: column;
	}
	.section--about-cats .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.section--about-cats .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
	}
}
.section--about-cats .grid .column{
	flex: 1 1 0%;
}
.section--about-cats .grid .column .wrap{
	display: flex;
	min-height: 65vh;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 2.5rem;
}
@media (max-width: 1440px){
	.section--about-cats .grid .column .wrap{
		min-height: 75vh;
	}
}
@media (max-width: 1024px){
	.section--about-cats .grid .column .wrap{
		min-height: 65vh;
	}
}
@media (max-width: 768px){
	.section--about-cats .grid .column .wrap{
		min-height: 0px;
	}
	.section--about-cats .grid .column .wrap{
		padding-top: 8rem;
	}
}
@media (max-width: 640px){
	.section--about-cats .grid .column .wrap{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.section--about-cats .grid .column .wrap{
		padding-bottom: 2.5rem;
	}
	.section--about-cats .grid .column .wrap{
		padding-top: 5rem;
	}
}
.section--about-cats .grid .column .wrap .background{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.section--about-cats .grid .column .wrap .content{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.section--about-cats .grid .column .wrap .content h2{
	font-size: 36px;
}
@media (max-width: 1920px){
	.section--about-cats .grid .column .wrap .content h2{
		font-size: 32px;
	}
}
@media (max-width: 1440px){
	.section--about-cats .grid .column .wrap .content h2{
		font-size: 28px;
	}
}
@media (max-width: 640px){
	.section--about-cats .grid .column .wrap .content h2{
		font-size: 26px;
	}
}
.section--about-cats .grid .column .wrap .content h2{
	margin-bottom: 1rem;
	font-weight: 500;
}
.section--about-cats .grid .column .wrap .content p{
	margin-bottom: 1rem;
}
.section--about-cats .grid .column .wrap .content p:last-child{
	margin-bottom: 0px;
}
.section--about-actuality .wrap > header{
	margin-bottom: 2.5rem;
}
.section--about-actuality .wrap > header h4{
	font-size: 20px;
}
@media (max-width: 1920px){
	.section--about-actuality .wrap > header h4{
		font-size: 19px;
	}
}
@media (max-width: 768px){
	.section--about-actuality .wrap > header h4{
		font-size: 18px;
	}
}
.section--about-actuality .wrap > header h4{
	margin-bottom: 2.5rem;
	font-weight: 700;
}
@media (max-width: 1440px){
	.section--about-actuality .wrap > header h4{
		margin-bottom: 1.5rem;
	}
}
.section--about-actuality .wrap > header h4:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-left: -10px;
  height: 1px;
  width: 305px;
  --tw-translate-x: -100%;
  -webkit-transform: var(--tw-transform);
          transform: var(--tw-transform);
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgba(28, 84, 143, var(--tw-bg-opacity));
}
.section--about-actuality .wrap > header h2{
	font-size: 46px;
}
@media (max-width: 1920px){
	.section--about-actuality .wrap > header h2{
		font-size: 42px;
	}
}
@media (max-width: 1680px){
	.section--about-actuality .wrap > header h2{
		font-size: 38px;
	}
}
@media (max-width: 1440px){
	.section--about-actuality .wrap > header h2{
		font-size: 34px;
	}
}
@media (max-width: 1280px){
	.section--about-actuality .wrap > header h2{
		font-size: 30px;
	}
}
@media (max-width: 640px){
	.section--about-actuality .wrap > header h2{
		font-size: 26px;
	}
}
.section--about-actuality .wrap > header h2{
	width: 50%;
	font-weight: 500;
}
@media (max-width: 1440px){
	.section--about-actuality .wrap > header h2{
		width: 100%;
	}
}
.section--about-actuality .wrap > .grid{
	display: flex;
}
.section--about-actuality .wrap > .grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2.5rem * var(--tw-space-x-reverse));
	margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 640px){
	.section--about-actuality .wrap > .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(1rem * var(--tw-space-x-reverse));
		margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
	}
}
.section--about-actuality .wrap > .grid .case{
	display: block;
	flex: 1 1 0%;
}
@media (max-width: 1024px){
	.section--about-actuality .wrap > .grid .case{
		display: none;
	}
}
.section--about-actuality .wrap > .grid .case .pic{
	margin-bottom: 0.75rem;
	display: block;
	height: 175px;
}
@media (max-width: 640px){
	.section--about-actuality .wrap > .grid .case .pic{
		margin-bottom: 1rem;
	}
	.section--about-actuality .wrap > .grid .case .pic{
		height: 150px;
	}
}
.section--about-actuality .wrap > .grid .case h3{
	font-size: 16px;
	margin-bottom: 1rem;
	font-weight: 700;
}
@media (max-width: 640px){
	.section--about-actuality .wrap > .grid .case h3{
		margin-bottom: 1rem;
	}
}
.section--about-actuality .wrap > .grid .case p{
	font-size: 12px;
	margin-bottom: 0.25rem;
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
@media (max-width: 640px){
	.section--about-actuality .wrap > .grid .case p:last-child{
		display: none;
	}
}
@media (max-width: 1024px){
	.section--about-actuality .wrap > .grid .case:nth-child(1), .section--about-actuality .wrap > .grid .case:nth-child(2){
		display: block;
	}
	.section--about-actuality .wrap > .grid .case:nth-child(3){
		display: block;
	}
}
@media (max-width: 768px){
	.section--about-actuality .wrap > .grid .case:nth-child(3){
		display: none;
	}
}
.section--about-actuality .wrap > footer{
	margin-top: 1.5rem;
}
@media (max-width: 640px){
	.section--about-actuality .wrap > footer{
		margin-top: 1rem;
	}
}
/* Page variants */
.page--industria-sector .section--default-casos-exito{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.page--industria-sector .section--default-casos-exito .wrap{
	border-width: 0px;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.section--about-cat {
  overflow: hidden;
}
.section--about-cat.section--about-cat--totop{
	margin-top: -8rem;
}
.section--about-cat.section--about-cat--totop-ultra{
	margin-top: -35vh;
}
.section--about-cat.section--about-cat--mb-0{
	margin-bottom: 0px;
}
.section--about-cat.section--about-cat--pictext .grid{
	display: flex;
}
.section--about-cat.section--about-cat--pictext .grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(4rem * var(--tw-space-x-reverse));
	margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px){
	.section--about-cat.section--about-cat--pictext .grid{
		flex-direction: column;
	}
	.section--about-cat.section--about-cat--pictext .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.section--about-cat.section--about-cat--pictext .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
	}
}
.section--about-cat.section--about-cat--pictext .grid > *{
	flex: 1 1 0%;
}
.section--about-cat.section--about-cat--pictext .grid .pic{
	min-height: 100%;
}
@media (max-width: 768px){
	.section--about-cat.section--about-cat--pictext .grid .pic{
		min-height: 0px;
	}
	.section--about-cat.section--about-cat--pictext .grid .pic{
		flex: 1 1 auto;
	}
}
.section--about-cat.section--about-cat--pictext .grid .pic .wrap{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
@media (max-width: 768px){
	.section--about-cat.section--about-cat--pictext .grid .pic .wrap{
		position: relative;
	}
	.section--about-cat.section--about-cat--pictext .grid .pic .wrap{
		height: 50vh;
	}
}
@media (max-width: 640px){
	.section--about-cat.section--about-cat--pictext .grid .pic .wrap{
		height: 35vh;
	}
}
.section--about-cat.section--about-cat--pictext .grid .text.text--pt{
	padding-top: 13rem;
}
@media (max-width: 768px){
	.section--about-cat.section--about-cat--pictext .grid .text.text--pt{
		padding-top: 0px;
	}
}
.section--about-cat.section--about-cat--texttext .grid{
	display: flex;
}
.section--about-cat.section--about-cat--texttext .grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(4rem * var(--tw-space-x-reverse));
	margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px){
	.section--about-cat.section--about-cat--texttext .grid{
		flex-direction: column;
	}
	.section--about-cat.section--about-cat--texttext .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.section--about-cat.section--about-cat--texttext .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
	}
}
.section--about-cat.section--about-cat--texttext .grid > *{
	flex: 1 1 0%;
}
.section--about-cat.section--about-cat--texttext .grid .text.text--pt{
	padding-top: 13rem;
}
@media (max-width: 768px){
	.section--about-cat.section--about-cat--texttext .grid .text.text--pt{
		padding-top: 0px;
	}
}
.section--about-cat.section--about-cat--texttext .certifications{
	margin-top: 5rem;
}
.section--about-cat.section--about-cat--texttext .certifications .pics img{
	margin-left: auto;
	margin-right: auto;
	max-height: 150px;
}
.section--about-cat.section--about-cat--texttext .certifications footer{
	margin-top: 1.5rem;
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	padding-top: 1.5rem;
}
.section--about-cat.section--about-cat--texttext .certifications footer ul{
	display: flex;
	justify-content: space-between;
}
.section--about-cat.section--about-cat--texttext .certifications footer ul > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2.5rem * var(--tw-space-x-reverse));
	margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 640px){
	.section--about-cat.section--about-cat--texttext .certifications footer ul{
		flex-direction: column;
	}
	.section--about-cat.section--about-cat--texttext .certifications footer ul > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.section--about-cat.section--about-cat--texttext .certifications footer ul > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
	}
}
.section--about-cat.section--about-cat--text-pr .wrap{
	width: 80%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 5rem;
}
@media (max-width: 1280px){
	.section--about-cat.section--about-cat--text-pr .wrap{
		width: 100%;
	}
}
@media (max-width: 1024px){
	.section--about-cat.section--about-cat--text-pr .wrap{
		padding: 4rem;
	}
}
@media (max-width: 640px){
	.section--about-cat.section--about-cat--text-pr .wrap{
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.section--about-cat.section--about-cat--text-pr .wrap{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
.section--about-cat.section--about-cat--text-pr .wrap ul li {
  color: #AAC811;
  line-height: 25px;
}
.section--about-cat.section--about-cat--text-pr.section--about-cat--text-pr--border-b .wrap{
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(170, 200, 16, var(--tw-border-opacity));
}
.section--about-cat.section--about-cat--picfull .pic{
	height: 70vh;
}
.section--about-cat.section--about-cat--picthird .pic{
	width: 80%;
}
@media (max-width: 1024px){
	.section--about-cat.section--about-cat--picthird .pic{
		width: 100%;
	}
}
.section--about-cat.section--about-cat--id .container > header{
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(170, 200, 16, var(--tw-border-opacity));
	padding-top: 1.5rem;
}
.section--about-cat.section--about-cat--id .block{
	margin-top: 5rem;
}
.section--about-cat.section--about-cat--id .block .besa__cards{
	margin-top: 1.5rem;
}
.section--about-cat.section--about-cat--id .block .frosio{
	display: flex;
}
.section--about-cat.section--about-cat--id .block .frosio > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(4rem * var(--tw-space-x-reverse));
	margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px){
	.section--about-cat.section--about-cat--id .block .frosio{
		flex-direction: column;
	}
	.section--about-cat.section--about-cat--id .block .frosio > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.section--about-cat.section--about-cat--id .block .frosio > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
	}
}
.section--about-cat.section--about-cat--id .block .frosio .column{
	flex: 1 1 0%;
}
.section--about-cat.section--about-cat--id .block .frosio .column .card{
	display: flex;
	min-height: 100%;
	flex-direction: column;
}
.section--about-cat.section--about-cat--id .block .frosio .column .card .pic{
	flex: 1 1 0%;
}
.section--about-cat.section--about-cat--id .block .frosio .column .card .pic img{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
@media (max-width: 768px){
	.section--about-cat.section--about-cat--id .block .frosio .column .card .pic img{
		position: relative;
	}
}
.section--about-cat.section--about-cat--id .block .frosio .column .card .text{
	--tw-bg-opacity: 1;
	background-color: rgba(170, 200, 16, var(--tw-bg-opacity));
	padding: 2.5rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.section--about-cat.section--about-cat--id .block .certifications .certification{
	margin-bottom: 4rem;
	display: flex;
	width: 66.666667%;
}
.section--about-cat.section--about-cat--id .block .certifications .certification > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2.5rem * var(--tw-space-x-reverse));
	margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 1280px){
	.section--about-cat.section--about-cat--id .block .certifications .certification{
		width: 80%;
	}
}
@media (max-width: 768px){
	.section--about-cat.section--about-cat--id .block .certifications .certification{
		width: 100%;
	}
}
@media (max-width: 640px){
	.section--about-cat.section--about-cat--id .block .certifications .certification{
		flex-direction: column;
	}
	.section--about-cat.section--about-cat--id .block .certifications .certification > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.section--about-cat.section--about-cat--id .block .certifications .certification > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
	}
}
.section--about-cat.section--about-cat--id .block .certifications .certification .pic{
	width: 33.333333%;
}
@media (max-width: 640px){
	.section--about-cat.section--about-cat--id .block .certifications .certification .pic{
		width: 66.666667%;
	}
}
.section--about-cat.section--about-cat--id .block .certifications .certification .text{
	width: 66.666667%;
}
@media (max-width: 640px){
	.section--about-cat.section--about-cat--id .block .certifications .certification .text{
		width: 100%;
	}
}
.section--about-cat.section--about-cat--id .block .certifications .certification:last-child{
	margin-bottom: 0px;
}
.section--about-cat header h2{
	font-size: 36px;
}
@media (max-width: 1920px){
	.section--about-cat header h2{
		font-size: 32px;
	}
}
@media (max-width: 1440px){
	.section--about-cat header h2{
		font-size: 28px;
	}
}
@media (max-width: 640px){
	.section--about-cat header h2{
		font-size: 26px;
	}
}
.section--about-cat header h2{
	margin-bottom: 1.5rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
.section--about-cat header h3{
	font-size: 22px;
}
@media (max-width: 1920px){
	.section--about-cat header h3{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.section--about-cat header h3{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.section--about-cat header h3{
		font-size: 16px;
	}
}
.section--about-cat header h3{
	margin-bottom: 1.5rem;
	font-weight: 500;
}
@media (max-width: 640px){
	.section--about-cat header h3{
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
.section--about-cat header h4{
	font-size: 22px;
}
@media (max-width: 1920px){
	.section--about-cat header h4{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.section--about-cat header h4{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.section--about-cat header h4{
		font-size: 16px;
	}
}
.section--about-cat header h4{
	margin-top: -1.5rem;
	margin-bottom: 1.5rem;
}
.section--about-cat p{
	margin-bottom: 1.5rem;
	font-weight: 300;
}
.section--about-cat p strong{
	font-weight: 500;
}
.section--about-cat p a{
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
	text-decoration: underline;
}
.section--about-cat p:last-child{
	margin-bottom: 0px;
}
.section--about-cat blockquote{
	margin-top: 4rem;
	margin-bottom: 2.5rem;
	padding-top: 2.5rem;
}
.section--about-cat blockquote:before {
  content: "“";
  display: block;
  font-size: 150px;
  font-weight: 500;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgba(170, 200, 16, var(--tw-text-opacity));
}
@media (max-width: 1440px){
	.section--about-cat blockquote:before{
		font-size: 120px;
	}
}
.section--about-cat blockquote p{
	font-size: 30px;
}
@media (max-width: 1920px){
	.section--about-cat blockquote p{
		font-size: 26px;
	}
}
@media (max-width: 1440px){
	.section--about-cat blockquote p{
		font-size: 22px;
	}
}
@media (max-width: 1280px){
	.section--about-cat blockquote p{
		font-size: 18px;
	}
}
.section--about-cat blockquote p{
	margin-top: -1rem;
	line-height: 40px;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
@media (max-width: 1280px){
	.section--about-cat blockquote p{
		line-height: 30px;
	}
}
.section--about-cat blockquote:first-child{
	padding-top: 0px;
}
.section--about-cat blockquote:last-child{
	margin-bottom: 0px;
}
.section--about-actuality-posts{
	margin-top: -8rem;
}
@media (max-width: 640px){
	.section--about-actuality-posts{
		margin-top: 2.5rem;
	}
}
.section--about-actuality-posts .actuality__posts .filters {
  display: none;
  margin-bottom: 3.5rem;
}
@media (max-width: 640px){
	.section--about-actuality-posts .actuality__posts .filters{
		position: -webkit-sticky;
		position: sticky;
	}
	.section--about-actuality-posts .actuality__posts .filters{
		top: 60px;
	}
	.section--about-actuality-posts .actuality__posts .filters{
		z-index: 20;
	}
	.section--about-actuality-posts .actuality__posts .filters{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
	.section--about-actuality-posts .actuality__posts .filters{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}
.section--about-actuality-posts .actuality__posts .filters ul{
	display: flex;
	align-items: center;
}
.section--about-actuality-posts .actuality__posts .filters ul > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--about-actuality-posts .actuality__posts .filters ul li div, .section--about-actuality-posts .actuality__posts .filters ul li button{
	font-size: 12px;
	border-radius: 50px;
	border-width: 2px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-bg-opacity: 0;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.section--about-actuality-posts .actuality__posts .filters ul li div:hover, .section--about-actuality-posts .actuality__posts .filters ul li button:hover{
	--tw-bg-opacity: 0.2;
}
@media (max-width: 640px){
  .section--about-actuality-posts .actuality__posts .filters ul li div, .section--about-actuality-posts .actuality__posts .filters ul li button{
		font-size: 10px;
	}
  .section--about-actuality-posts .actuality__posts .filters ul li div, .section--about-actuality-posts .actuality__posts .filters ul li button{
		--tw-border-opacity: 1;
		border-color: rgba(75, 92, 102, var(--tw-border-opacity));
	}
  .section--about-actuality-posts .actuality__posts .filters ul li div, .section--about-actuality-posts .actuality__posts .filters ul li button{
		--tw-bg-opacity: 1;
		background-color: rgba(75, 92, 102, var(--tw-bg-opacity));
	}
  .section--about-actuality-posts .actuality__posts .filters ul li div, .section--about-actuality-posts .actuality__posts .filters ul li button{
		--tw-bg-opacity: 0;
	}
  .section--about-actuality-posts .actuality__posts .filters ul li div, .section--about-actuality-posts .actuality__posts .filters ul li button{
		--tw-text-opacity: 1;
		color: rgba(75, 92, 102, var(--tw-text-opacity));
	}
}
.section--about-actuality-posts .actuality__posts .filters ul li div input, .section--about-actuality-posts .actuality__posts .filters ul li button input{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
}
.section--about-actuality-posts .actuality__posts .filters ul li div.is--active, .section--about-actuality-posts .actuality__posts .filters ul li button.is--active{
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
	color: rgba(75, 92, 102, var(--tw-text-opacity));
}
@media (max-width: 640px){
	.section--about-actuality-posts .actuality__posts .filters ul li div.is--active, .section--about-actuality-posts .actuality__posts .filters ul li button.is--active{
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}
}
.section--about-actuality-posts .actuality__posts .posts{
	margin: -0.75rem;
	display: flex;
	flex-wrap: wrap;
}
.section--about-actuality-posts .actuality__posts .posts .post{
	min-height: 100%;
	width: 33.333333%;
	padding: 0.75rem;
}
@media (max-width: 1024px){
	.section--about-actuality-posts .actuality__posts .posts .post{
		width: 50%;
	}
}
@media (max-width: 640px){
	.section--about-actuality-posts .actuality__posts .posts .post{
		width: 100%;
	}
}
.section--about-actuality-posts .actuality__posts .posts .post .wrap{
	height: 100%;
	overflow: hidden;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 1.5rem;
	padding-bottom: 4rem;
}
@media (max-width: 768px){
	.section--about-actuality-posts .actuality__posts .posts .post .wrap{
		padding-bottom: 1.5rem;
	}
}
.section--about-actuality-posts .actuality__posts .posts .post .wrap .pic{
	margin-bottom: 1.5rem;
	display: block;
	height: 250px;
}
@media (max-width: 1440px){
	.section--about-actuality-posts .actuality__posts .posts .post .wrap .pic{
		height: 200px;
	}
}
@media (max-width: 1280px){
	.section--about-actuality-posts .actuality__posts .posts .post .wrap .pic{
		height: 175px;
	}
}
.section--about-actuality-posts .actuality__posts .posts .post .wrap .content .date{
	font-size: 14px;
	margin-bottom: 1.5rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.section--about-actuality-posts .actuality__posts .posts .post .wrap .content h2{
	font-size: 22px;
}
@media (max-width: 1920px){
	.section--about-actuality-posts .actuality__posts .posts .post .wrap .content h2{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.section--about-actuality-posts .actuality__posts .posts .post .wrap .content h2{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.section--about-actuality-posts .actuality__posts .posts .post .wrap .content h2{
		font-size: 16px;
	}
}
.section--about-actuality-posts .actuality__posts .posts .post .wrap .content h2{
	margin-bottom: 0.75rem;
}
.section--about-actuality-posts .actuality__posts .posts .post .wrap .content h2:last-child{
	margin-bottom: 0px;
}
.section--about-actuality-posts .actuality__posts .posts .post .wrap .content p{
	font-size: 14px;
	max-height: 150px;
	font-weight: 300;
	line-height: 19px;
}
.section--about-actuality-posts .actuality__posts .posts .post.post--highlight{
	width: 66.666667%;
}
@media (max-width: 1024px){
	.section--about-actuality-posts .actuality__posts .posts .post.post--highlight{
		width: 100%;
	}
}
.section--about-actuality-posts .actuality__posts .posts .post.post--highlight .wrap{
	display: flex;
	align-items: center;
	border-width: 0px;
	padding: 0px;
}
@media (max-width: 640px){
	.section--about-actuality-posts .actuality__posts .posts .post.post--highlight .wrap{
		flex-direction: column;
	}
}
.section--about-actuality-posts .actuality__posts .posts .post.post--highlight .wrap > *{
	flex: 1 1 0%;
}
.section--about-actuality-posts .actuality__posts .posts .post.post--highlight .wrap .pic{
	margin-bottom: 0px;
	height: 100%;
}
@media (max-width: 640px){
	.section--about-actuality-posts .actuality__posts .posts .post.post--highlight .wrap .pic{
		height: 200px;
	}
	.section--about-actuality-posts .actuality__posts .posts .post.post--highlight .wrap .pic{
		width: 100%;
	}
	.section--about-actuality-posts .actuality__posts .posts .post.post--highlight .wrap .pic{
		flex: 1 1 auto;
	}
}
.section--about-actuality-posts .actuality__posts .posts .post.post--highlight .wrap .content{
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
	padding: 2rem;
}
@media (max-width: 640px){
	.section--about-actuality-posts .actuality__posts .posts .post.post--highlight .wrap .content{
		border-left-width: 1px;
	}
}
.section--about-actuality-posts .actuality__posts .posts .post.post--highlight .wrap .content h2{
	font-size: 30px;
}
@media (max-width: 1920px){
	.section--about-actuality-posts .actuality__posts .posts .post.post--highlight .wrap .content h2{
		font-size: 26px;
	}
}
@media (max-width: 1440px){
	.section--about-actuality-posts .actuality__posts .posts .post.post--highlight .wrap .content h2{
		font-size: 22px;
	}
}
@media (max-width: 1280px){
	.section--about-actuality-posts .actuality__posts .posts .post.post--highlight .wrap .content h2{
		font-size: 18px;
	}
}
.section--about-actuality-posts .actuality__posts .posts .post.post--filtered{
	display: none;
}
.section--about-actuality-posts .actuality__posts .posts .post.post--hidden{
	display: none;
}
.section--about-actuality-posts .actuality__posts .footer{
	margin-top: 4rem;
	display: flex;
	justify-content: center;
}
.section--about-actuality-posts .actuality__posts .footer button.is--hidden{
	pointer-events: none;
	opacity: 0;
}
.section--about-actuality-header{
	display: flex;
	align-items: center;
	padding-bottom: 0px;
	padding-bottom: 14rem;
}
.section--about-actuality-header .wrap{
	margin-top: 1.25rem;
	display: flex;
	min-height: 100%;
	flex-direction: column;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.section--about-actuality-header .wrap header{
	width: 65%;
}
@media (max-width: 1024px){
	.section--about-actuality-header .wrap header{
		width: 100%;
	}
}
.section--about-actuality-header .wrap header h5{
	font-size: 16px;
	margin-bottom: 0.75rem;
}
.section--about-actuality-header .wrap header h1{
	font-size: 36px;
}
@media (max-width: 1920px){
	.section--about-actuality-header .wrap header h1{
		font-size: 32px;
	}
}
@media (max-width: 1440px){
	.section--about-actuality-header .wrap header h1{
		font-size: 28px;
	}
}
@media (max-width: 640px){
	.section--about-actuality-header .wrap header h1{
		font-size: 26px;
	}
}
.section--about-actuality-header .wrap header h1{
	margin-bottom: 1rem;
	font-weight: 500;
}
.section--about-actuality-header .wrap header .tags{
	display: flex;
	align-items: center;
}
.section--about-actuality-header .wrap header .tags > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--about-actuality-header .wrap header .tags li{
	font-size: 14px;
	font-weight: 500;
}
@media (max-width: 640px){
	.section--about-actuality-header .wrap .besa__breadcrumbs{
		display: none;
	}
}
.section--about-actuality-content{
	margin-top: -11rem;
}
.section--about-actuality-content .wrap{
	width: 66%;
}
@media (max-width: 1024px){
	.section--about-actuality-content .wrap{
		width: 100%;
	}
}
.section--about-actuality-content .wrap .block{
	margin-top: 5rem;
}
.section--about-actuality-content .wrap .block .slider--simple .slide {
  height: 450px;
  width: 100%;
}
.section--about-actuality-content .wrap .block.block--text h3{
	font-size: 22px;
}
@media (max-width: 1920px){
	.section--about-actuality-content .wrap .block.block--text h3{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.section--about-actuality-content .wrap .block.block--text h3{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.section--about-actuality-content .wrap .block.block--text h3{
		font-size: 16px;
	}
}
.section--about-actuality-content .wrap .block.block--text h3{
	margin-bottom: 1.5rem;
	font-weight: 500;
}
.section--about-actuality-content .wrap .block.block--text p{
	margin-bottom: 1.5rem;
	font-weight: 300;
}
.section--about-actuality-content .wrap .block.block--text p strong{
	font-weight: 500;
}
.section--about-actuality-content .wrap .block.block--text p a{
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
	text-decoration: underline;
}
.section--about-actuality-content .wrap .block.block--text p:last-child{
	margin-bottom: 0px;
}
.section--about-actuality-content .wrap .block.block--highlight{
	border-top-width: 5px;
	border-bottom-width: 5px;
	--tw-border-opacity: 1;
	border-color: rgba(170, 200, 16, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
	padding: 3rem;
}
.section--about-actuality-content .wrap .block.block--highlight p{
	font-size: 32px;
}
@media (max-width: 1920px){
	.section--about-actuality-content .wrap .block.block--highlight p{
		font-size: 29px;
	}
}
@media (max-width: 1440px){
	.section--about-actuality-content .wrap .block.block--highlight p{
		font-size: 26px;
	}
}
@media (max-width: 1280px){
	.section--about-actuality-content .wrap .block.block--highlight p{
		font-size: 20px;
	}
}
.section--about-actuality-content .wrap .block.block--vid{
	width: 100%;
}
.section--about-actuality-content .wrap .block.block--vid .wrap{
	height: 0px;
	width: 100%;
	padding-bottom: 56.25%;
}
.section--about-actuality-content .wrap .block.block--vid .wrap iframe{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.section--about-actuality-content .wrap .block:first-child{
	margin-top: 0px;
}
.section--about-actuality-floated{
	position: fixed;
	top: 100px;
	right: 4rem;
	z-index: 10;
	width: 400px;
	overflow: hidden;
	border-radius: 15px;
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (max-width: 1024px){
	.section--about-actuality-floated{
		position: relative;
	}
	.section--about-actuality-floated{
		top: 0px;
	}
	.section--about-actuality-floated{
		right: auto;
	}
	.section--about-actuality-floated{
		width: 100%;
	}
	.section--about-actuality-floated{
		--tw-shadow: 0 0 #0000;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
}
.section--about-actuality-floated .container{
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
@media (max-width: 1024px){
	.section--about-actuality-floated .container{
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
@media (max-width: 640px){
	.section--about-actuality-floated .container{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}
.section--about-actuality-floated .top{
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 1.5rem;
	padding-bottom: 1rem;
}
.section--about-actuality-floated .top p{
	font-size: 16px;
	margin-bottom: 1rem;
}
@media (max-width: 1024px){
	.section--about-actuality-floated .top p{
		text-align: center;
	}
}
.section--about-actuality-floated .footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	--tw-bg-opacity: 1;
	background-color: rgba(170, 200, 16, var(--tw-bg-opacity));
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.section--about-actuality-floated .footer p{
	font-size: 14px;
}
.section--about-actuality-floated .footer ul{
	display: flex;
	align-items: center;
}
.section--about-actuality-floated .footer ul > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--about-actuality-floated .footer ul li a{
	display: block;
	opacity: 1;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.section--about-actuality-floated .footer ul li a:hover{
	opacity: 0.6;
}
.section--about-actuality-floated .footer ul li a img{
	max-height: 30px;
}
.section--besa-lab-header{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 8rem;
}
@media (max-width: 768px){
	.section--besa-lab-header{
		padding-bottom: 2.5rem;
	}
	.section--besa-lab-header{
		padding-top: 5rem;
	}
}
.section--besa-lab-header .background{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.section--besa-lab-header .wrap{
	margin-top: 1.5rem;
	display: flex;
	min-height: 100%;
	width: 66.666667%;
	flex-direction: column;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (max-width: 1024px){
	.section--besa-lab-header .wrap{
		margin-top: 5rem;
	}
	.section--besa-lab-header .wrap{
		width: 100%;
	}
}
@media (max-width: 768px){
	.section--besa-lab-header .wrap{
		margin-top: 1.5rem;
	}
}
@media (max-width: 640px){
	.section--besa-lab-header .wrap{
		margin-top: 0px;
	}
}
.section--besa-lab-header .wrap header{
	margin-bottom: 2.5rem;
}
.section--besa-lab-header .wrap header h1{
	font-size: 40px;
}
@media (max-width: 1920px){
	.section--besa-lab-header .wrap header h1{
		font-size: 37px;
	}
}
@media (max-width: 1680px){
	.section--besa-lab-header .wrap header h1{
		font-size: 34px;
	}
}
@media (max-width: 1440px){
	.section--besa-lab-header .wrap header h1{
		font-size: 30px;
	}
}
@media (max-width: 1280px){
	.section--besa-lab-header .wrap header h1{
		font-size: 28px;
	}
}
@media (max-width: 768px){
	.section--besa-lab-header .wrap header h1{
		font-size: 24px;
	}
}
@media (max-width: 640px){
	.section--besa-lab-header .wrap header h1{
		font-size: 20px;
	}
}
.section--besa-lab-header .wrap header h1{
	font-weight: 500;
}
.section--besa-lab-header .wrap header .logo{
	margin-bottom: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.section--besa-lab-header .wrap header .logo > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--besa-lab-header .wrap header .logo img{
	top: -1px;
	height: 30px;
}
.section--besa-lab-header .wrap header .logo span{
	font-size: 40px;
}
@media (max-width: 1920px){
	.section--besa-lab-header .wrap header .logo span{
		font-size: 37px;
	}
}
@media (max-width: 1680px){
	.section--besa-lab-header .wrap header .logo span{
		font-size: 34px;
	}
}
@media (max-width: 1440px){
	.section--besa-lab-header .wrap header .logo span{
		font-size: 30px;
	}
}
@media (max-width: 1280px){
	.section--besa-lab-header .wrap header .logo span{
		font-size: 28px;
	}
}
@media (max-width: 768px){
	.section--besa-lab-header .wrap header .logo span{
		font-size: 24px;
	}
}
@media (max-width: 640px){
	.section--besa-lab-header .wrap header .logo span{
		font-size: 20px;
	}
}
.section--besa-lab-header .wrap header .logo span{
	font-weight: 700;
}
.section--besa-lab-header .wrap header .logo span:first-of-type{
	font-weight: 300;
}
.section--besa-lab-header .wrap .content > p{
	margin-bottom: 4rem;
}
.section--besa-lab-header .wrap .play{
	display: flex;
	justify-content: flex-start;
}
.section--besa-lab-header .wrap .play a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.section--besa-lab-header .wrap .play a > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--besa-lab-header .wrap .play a img{
	height: 45px;
}
.section--besa-lab-header .wrap .play a span{
	font-size: 16px;
}
.section--besa-lab-highlights.section-grey-particular {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: white !important;
}
@media (max-width: 640px){
	.section--besa-lab-highlights.section-grey-particular{
		padding-top: 1.5rem;
	}
	.section--besa-lab-highlights.section-grey-particular{
		padding-bottom: 3rem;
	}
}
.section--besa-lab-highlights{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-bottom: 0px;
	padding-top: 2.5rem;
}
@media (max-width: 1280px){
	.section--besa-lab-highlights{
		padding-bottom: 0px;
	}
}
@media (max-width: 768px){
	.section--besa-lab-highlights{
		padding-bottom: 2.5rem;
	}
}
@media (max-width: 640px){
	.section--besa-lab-highlights{
		padding-bottom: 0px;
	}
}
.section--besa-lab-highlights .filters ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.section--besa-lab-highlights .filters ul > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(4rem * var(--tw-space-x-reverse));
	margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px){
	.section--besa-lab-highlights .filters ul{
		flex-direction: column;
	}
	.section--besa-lab-highlights .filters ul > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.section--besa-lab-highlights .filters ul > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(1rem * var(--tw-space-y-reverse));
	}
}
.section--besa-lab-highlights .search{
	margin-top: 2.5rem;
	display: flex;
	justify-content: center;
}
@media (max-width: 768px){
	.section--besa-lab-highlights .search{
		margin-top: 1.5rem;
	}
	.section--besa-lab-highlights .search form, .section--besa-lab-highlights .search .input{
		min-width: 100%;
	}
}
.section--besa-lab-highlights .search input{
	font-size: 16px;
	min-width: 430px;
	border-radius: 37px;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	padding-top: 20px;
	padding-bottom: 19px;
	padding-left: 1.5rem;
	padding-right: 4rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(52, 66, 73, var(--tw-text-opacity));
}
@media (max-width: 768px){
  .section--besa-lab-highlights .search input{
		font-size: 14px;
	}
  .section--besa-lab-highlights .search input{
		min-width: 100%;
	}
  .section--besa-lab-highlights .search input{
		padding-left: 1rem;
	}
}
.section--besa-lab-highlights .search input::-webkit-input-placeholder{
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.section--besa-lab-highlights .search input::-moz-placeholder{
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.section--besa-lab-highlights .search input::placeholder{
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.section--besa-lab-highlights .search button{
	position: absolute;
	top: 50%;
	right: 1.5rem;
	--tw-translate-y: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
}
@media (max-width: 768px){
	.section--besa-lab-highlights .search button{
		right: 1rem;
	}
}
.section--besa-lab-highlights .search button img{
	height: 22px;
}
.section--besa-lab-highlights .highlights{
	margin-top: 2.5rem;
}
@media (max-width: 1024px){
	.section--besa-lab-highlights .highlights{
		display: none;
	}
}
.section--besa-lab-highlights .highlights .grid{
	display: flex;
}
.section--besa-lab-highlights .highlights .grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--besa-lab-highlights .highlights .grid .column{
	display: flex;
	flex: 1 1 0%;
	flex-direction: column;
}
.section--besa-lab-highlights .highlights .grid .column .type{
	border-radius: 5px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
}
@media (max-width: 1024px){
	.section--besa-lab-highlights .highlights .grid .column .type{
		display: flex;
	}
	.section--besa-lab-highlights .highlights .grid .column .type{
		flex-wrap: wrap;
	}
}
.section--besa-lab-highlights .highlights .grid .column .type > header a{
	font-size: 14px;
	display: flex;
	min-height: 70px;
	align-items: center;
}
.section--besa-lab-highlights .highlights .grid .column .type > header a > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--besa-lab-highlights .highlights .grid .column .type > header a{
	font-weight: 500;
}
.section--besa-lab-highlights .highlights .grid .column .type .block{
	margin-bottom: 2rem;
	min-height: 475px;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
	padding-bottom: 1.5rem;
}
@media (max-width: 1440px){
	.section--besa-lab-highlights .highlights .grid .column .type .block{
		min-height: 425px;
	}
}
@media (max-width: 1280px){
	.section--besa-lab-highlights .highlights .grid .column .type .block{
		min-height: 390px;
	}
}
.section--besa-lab-highlights .highlights .grid .column .type .block .pic{
	margin-bottom: 1.5rem;
	display: block;
	height: 255px;
}
@media (max-width: 1440px){
	.section--besa-lab-highlights .highlights .grid .column .type .block .pic{
		max-height: 225px;
	}
}
@media (max-width: 1366px){
	.section--besa-lab-highlights .highlights .grid .column .type .block .pic{
		max-height: 200px;
	}
}
.section--besa-lab-highlights .highlights .grid .column .type .block .pic .play{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 35px;
	--tw-translate-x: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
}
@media (max-width: 640px){
	.section--besa-lab-highlights .highlights .grid .column .type .block .pic .play{
		height: 20px;
	}
}
.section--besa-lab-highlights .highlights .grid .column .type .block .category{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section--besa-lab-highlights .highlights .grid .column .type .block .category span{
	font-size: 12px;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(183, 192, 198, var(--tw-text-opacity));
}
.section--besa-lab-highlights .highlights .grid .column .type .block .category img{
	height: 28px;
}
.section--besa-lab-highlights .highlights .grid .column .type .block .title{
	font-size: 22px;
}
@media (max-width: 1920px){
	.section--besa-lab-highlights .highlights .grid .column .type .block .title{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.section--besa-lab-highlights .highlights .grid .column .type .block .title{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.section--besa-lab-highlights .highlights .grid .column .type .block .title{
		font-size: 16px;
	}
}
.section--besa-lab-highlights .highlights .grid .column .type .block .title{
	margin-top: 1rem;
	display: block;
	font-weight: 500;
}
.section--besa-lab-highlights .highlights .grid .column .type .block:last-child{
	margin-bottom: 0px;
	border-width: 0px;
}
.section--besa-lab-highlights .highlights .grid .column .stamp{
	margin-top: 23px;
	display: flex;
	min-height: 380px;
	flex-direction: column;
	justify-content: space-between;
	padding: 2.5rem;
}
@media (max-width: 1440px){
	.section--besa-lab-highlights .highlights .grid .column .stamp{
		min-height: 340px;
	}
}
@media (max-width: 1280px){
	.section--besa-lab-highlights .highlights .grid .column .stamp{
		padding: 1.5rem;
	}
}
.section--besa-lab-highlights .highlights .grid .column .stamp .background{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.section--besa-lab-highlights .highlights .grid .column .stamp header{
	font-size: 36px;
}
@media (max-width: 1920px){
	.section--besa-lab-highlights .highlights .grid .column .stamp header{
		font-size: 32px;
	}
}
@media (max-width: 1440px){
	.section--besa-lab-highlights .highlights .grid .column .stamp header{
		font-size: 28px;
	}
}
@media (max-width: 640px){
	.section--besa-lab-highlights .highlights .grid .column .stamp header{
		font-size: 26px;
	}
}
.section--besa-lab-highlights .highlights .grid .column .stamp header{
	margin-bottom: 5rem;
	display: flex;
	flex-direction: column;
}
.section--besa-lab-highlights .highlights .grid .column .stamp header > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.section--besa-lab-highlights .highlights .grid .column .stamp header{
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.section--besa-lab-highlights .highlights .grid .column .stamp header h4{
	font-size: 22px;
}
@media (max-width: 1920px){
	.section--besa-lab-highlights .highlights .grid .column .stamp header h4{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.section--besa-lab-highlights .highlights .grid .column .stamp header h4{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.section--besa-lab-highlights .highlights .grid .column .stamp header h4{
		font-size: 16px;
	}
}
.section--besa-lab-highlights .highlights .footer{
	display: flex;
	justify-content: center;
}
.section--besa-lab-highlights.section-grey-particular {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: white !important;
}
.section--besa-lab-highlights .highlights .grid .column .type .block .pic .play {
  height: 100px;
}
@media (max-width: 640px) {
  .section--besa-lab-highlights .highlights .grid .column .type .block .pic .play {
    height: 50px;
  }
}
.section--besa-lab-blog header {
  display: flex;
  padding-bottom: 8px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.321);
}
.section--besa-lab-blog header img {
  padding-right: 6px;
}
.section--besa-lab-blog header h5 {
  font-size: 1.2rem;
}
.section--besa-lab-blog .filters .btn--default-green {
  border: 1.5px solid #AAC811;
  font-weight: 400;
  font-size: 10px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 4px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  color: #AAC811;
  line-height: 3.2rem;
  white-space: nowrap;
  padding: 0px 24px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.section--besa-lab-blog .filters .btn--default-green span {
  font-weight: 600;
  font-size: 10px;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.section--besa-lab-blog .filters .btn--default-green:hover {
  background-color: #AAC811;
  color: white;
}
.section--besa-lab-blog .filters.filters--desktop {
  padding-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
}
.section--besa-lab-blog .filters.filters--desktop a.btn--default {
  margin: 5px;
}
.section--besa-lab-blog .filters--mobile {
  padding-bottom: 3rem;
  display: none;
  flex-wrap: wrap;
}
.section--besa-lab-blog .filters--mobile .btn--default-green {
  border: 1.5px solid #AAC811;
  font-weight: 400;
  font-size: 10px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 4px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  color: #AAC811;
  line-height: 3.2rem;
  white-space: nowrap;
  padding: 0px 24px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.section--besa-lab-blog .filters--mobile .btn--default-green span {
  font-weight: 600;
  font-size: 10px;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.section--besa-lab-blog .filters--mobile .btn--default-green:hover {
  background-color: #AAC811;
  color: white;
}
.section--besa-lab-blog .blog .type{
	margin-bottom: 2.5rem;
}
@media (max-width: 768px){
	.section--besa-lab-blog .blog .type{
		margin-bottom: 2.5rem;
	}
}
.section--besa-lab-blog .blog .type > header{
	font-size: 20px;
}
@media (max-width: 1920px){
	.section--besa-lab-blog .blog .type > header{
		font-size: 19px;
	}
}
@media (max-width: 768px){
	.section--besa-lab-blog .blog .type > header{
		font-size: 18px;
	}
}
.section--besa-lab-blog .blog .type > header{
	margin-bottom: 2.5rem;
	display: flex;
	align-items: center;
}
.section--besa-lab-blog .blog .type > header > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--besa-lab-blog .blog .type > header{
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.section--besa-lab-blog .blog .type > header a {
  display: flex;
  align-items: center;
}
.section--besa-lab-blog .blog .type > header a img {
  padding-right: 7px;
}
.section--besa-lab-blog .blog .type .grid{
	margin: -1.5rem;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 1280px){
	.section--besa-lab-blog .blog .type .grid{
		margin: -0.75rem;
	}
}
.section--besa-lab-blog .blog .type .grid .item{
	width: 25%;
	padding: 1.5rem;
}
@media (max-width: 1280px){
	.section--besa-lab-blog .blog .type .grid .item{
		padding: 0.75rem;
	}
}
@media (max-width: 768px){
	.section--besa-lab-blog .blog .type .grid .item{
		width: 50%;
	}
}
.section--besa-lab-blog .blog .type .grid .item .pic{
	display: block;
	height: 225px;
}
@media (max-width: 1280px){
	.section--besa-lab-blog .blog .type .grid .item .pic{
		height: 200px;
	}
}
@media (max-width: 1024px){
	.section--besa-lab-blog .blog .type .grid .item .pic{
		height: 175px;
	}
}
@media (max-width: 640px){
	.section--besa-lab-blog .blog .type .grid .item .pic{
		height: 100px;
	}
}
.section--besa-lab-blog .blog .type .grid .item .pic .play{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 35px;
	--tw-translate-x: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
}
@media (max-width: 640px){
	.section--besa-lab-blog .blog .type .grid .item .pic .play{
		height: 20px;
	}
}
.section--besa-lab-blog .blog .type .grid .item .pic.pic--small{
	height: 210px;
}
@media (max-width: 640px){
	.section--besa-lab-blog .blog .type .grid .item .pic.pic--small{
		height: 115px;
	}
}
.section--besa-lab-blog .blog .type .grid .item .category{
	font-size: 12px;
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
	display: block;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(183, 192, 198, var(--tw-text-opacity));
}
@media (max-width: 768px){
  .section--besa-lab-blog .blog .type .grid .item .category{
		font-size: 10px;
	}
  .section--besa-lab-blog .blog .type .grid .item .category{
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}
}
.section--besa-lab-blog .blog .type .grid .item .title{
	font-size: 18px;
}
@media (max-width: 1680px){
	.section--besa-lab-blog .blog .type .grid .item .title{
		font-size: 16px;
	}
}
.section--besa-lab-blog .blog .type .grid .item .title{
	display: block;
	font-weight: 500;
}
@media (max-width: 768px){
  .section--besa-lab-blog .blog .type .grid .item .title{
		font-size: 14px;
	}
}
.section--besa-lab-blog .blog .type > footer{
	margin-top: 2.5rem;
}
.section--besa-lab-blog .blog .type > footer .btn-green-invert {
  border: 1.5px solid #AAC811;
  font-weight: 300;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 27px;
  transition: 0.5s;
}
.section--besa-lab-blog .blog .type > footer .btn-green-invert:hover {
  background-color: #AAC811;
}
.play {
  height: 100px;
}
@media (max-width: 640px) {
  .play {
    height: 50px;
  }
}
.section--besa-lab-formation{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
@media (max-width: 1024px){
	.section--besa-lab-formation{
		display: flex;
	}
	.section--besa-lab-formation{
		flex-direction: column-reverse;
	}
}
.section--besa-lab-formation .background{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
@media (max-width: 1024px){
	.section--besa-lab-formation .background{
		opacity: 0.6;
	}
}
@media (max-width: 640px){
	.section--besa-lab-formation .background img{
		-o-object-position: right;
		   object-position: right;
	}
}
.section--besa-lab-formation .wrap{
	width: 66.666667%;
	padding-top: 5rem;
	padding-bottom: 5rem;
	padding-bottom: 8rem;
}
@media (max-width: 1024px){
	.section--besa-lab-formation .wrap{
		width: 100%;
	}
}
.section--besa-lab-formation .wrap header h2{
	font-size: 46px;
}
@media (max-width: 1920px){
	.section--besa-lab-formation .wrap header h2{
		font-size: 42px;
	}
}
@media (max-width: 1680px){
	.section--besa-lab-formation .wrap header h2{
		font-size: 38px;
	}
}
@media (max-width: 1440px){
	.section--besa-lab-formation .wrap header h2{
		font-size: 34px;
	}
}
@media (max-width: 1280px){
	.section--besa-lab-formation .wrap header h2{
		font-size: 30px;
	}
}
@media (max-width: 640px){
	.section--besa-lab-formation .wrap header h2{
		font-size: 26px;
	}
}
.section--besa-lab-formation .wrap header h2{
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
.section--besa-lab-formation .wrap header h3{
	font-size: 30px;
}
@media (max-width: 1920px){
	.section--besa-lab-formation .wrap header h3{
		font-size: 26px;
	}
}
@media (max-width: 1440px){
	.section--besa-lab-formation .wrap header h3{
		font-size: 22px;
	}
}
@media (max-width: 1280px){
	.section--besa-lab-formation .wrap header h3{
		font-size: 18px;
	}
}
.section--besa-lab-formation .wrap .content{
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.section--besa-lab-formation .wrap .content p{
	font-size: 18px;
	line-height: 28px;
}
@media (max-width: 1440px){
	.section--besa-lab-formation .wrap .content p{
		font-size: 16px;
	}
	.section--besa-lab-formation .wrap .content p{
		line-height: 24px;
	}
}
.section--besa-lab-default-header {
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-bottom: 0px;
}
.section--besa-lab-default-header .container{
	margin-top: -2rem;
}
@media (max-width: 768px){
	.section--besa-lab-default-header .container{
		margin-top: 2rem;
	}
}
.section--besa-lab-default-header .wrap{
	margin-top: 1.25rem;
	display: flex;
	min-height: 100%;
	flex-direction: column;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.section--besa-lab-default-header .wrap .header__grid{
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	display: flex;
	flex-wrap: wrap;
}
.section--besa-lab-default-header .wrap .header__grid header{
	width: 66.666667%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
@media (max-width: 1024px){
	.section--besa-lab-default-header .wrap .header__grid header{
		width: 100%;
	}
}
.section--besa-lab-default-header .wrap .header__grid header h5{
	font-size: 16px;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
}
.section--besa-lab-default-header .wrap .header__grid header h5 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--besa-lab-default-header .wrap .header__grid header h5{
	font-weight: 500;
}
.section--besa-lab-default-header .wrap .header__grid header h5 img{
	max-height: 20px;
}
.section--besa-lab-default-header .wrap .header__grid header h2{
	font-size: 26px;
	line-height: 42px;
}
@media (max-width: 1920px){
	.section--besa-lab-default-header .wrap .header__grid header h2{
		font-size: 24px;
	}
}
@media (max-width: 1680px){
	.section--besa-lab-default-header .wrap .header__grid header h2{
		line-height: 40px;
	}
}
@media (max-width: 1440px){
	.section--besa-lab-default-header .wrap .header__grid header h2{
		font-size: 20px;
	}
	.section--besa-lab-default-header .wrap .header__grid header h2{
		line-height: 34px;
	}
}
@media (max-width: 768px){
	.section--besa-lab-default-header .wrap .header__grid header h2{
		font-size: 18px;
	}
	.section--besa-lab-default-header .wrap .header__grid header h2{
		line-height: 26px;
	}
}
@media (max-width: 640px){
	.section--besa-lab-default-header .wrap .header__grid header h2{
		font-size: 16px;
	}
	.section--besa-lab-default-header .wrap .header__grid header h2{
		line-height: 24px;
	}
}
.section--besa-lab-default-header .wrap .header__grid header h2{
	margin-bottom: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
.section--besa-lab-default-header .wrap .header__grid header h1{
	font-size: 36px;
}
@media (max-width: 1920px){
	.section--besa-lab-default-header .wrap .header__grid header h1{
		font-size: 32px;
	}
}
@media (max-width: 1440px){
	.section--besa-lab-default-header .wrap .header__grid header h1{
		font-size: 28px;
	}
}
@media (max-width: 640px){
	.section--besa-lab-default-header .wrap .header__grid header h1{
		font-size: 26px;
	}
}
.section--besa-lab-default-header .wrap .header__grid header h1{
	margin-bottom: 1rem;
	font-weight: 500;
}
.section--besa-lab-default-header .wrap .header__grid header .tags{
	margin-top: 0.5rem;
	display: flex;
	align-items: center;
}
.section--besa-lab-default-header .wrap .header__grid header .tags > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 640px){
	.section--besa-lab-default-header .wrap .header__grid header .tags{
		display: none;
	}
}
.section--besa-lab-default-header .wrap .header__grid header .tags li{
	font-size: 12px;
	font-weight: 500;
}
.section--besa-lab-default-header .wrap .header__grid .right{
	display: flex;
	width: 33.333333%;
	justify-content: flex-end;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
@media (max-width: 1024px){
	.section--besa-lab-default-header .wrap .header__grid .right{
		margin-top: 2.5rem;
	}
	.section--besa-lab-default-header .wrap .header__grid .right{
		width: 100%;
	}
	.section--besa-lab-default-header .wrap .header__grid .right{
		justify-content: flex-start;
	}
}
@media (max-width: 640px){
	.section--besa-lab-default-header .wrap .header__grid .right{
		justify-content: center;
	}
}
.section--besa-lab-default-header .wrap .header__grid .right .channel{
	display: flex;
	max-width: 220px;
	align-items: center;
	justify-content: space-between;
}
.section--besa-lab-default-header .wrap .header__grid .right .channel > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--besa-lab-default-header .wrap .header__grid .right .channel{
	align-self: flex-start;
	border-radius: 15px;
	--tw-bg-opacity: 1;
	background-color: rgba(170, 200, 16, var(--tw-bg-opacity));
	--tw-bg-opacity: 1;
	padding: 0.75rem;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.section--besa-lab-default-header .wrap .header__grid .right .channel:hover{
	--tw-bg-opacity: 0.6;
}
.section--besa-lab-default-header .wrap .header__grid .right .channel span{
	font-size: 16px;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (max-width: 640px){
	.section--besa-lab-default-header .besa__breadcrumbs{
		display: none;
	}
}
.section--besa-lab-default-header.section--besa-lab-default-header--extra-pb{
	padding-bottom: 18rem;
}
@media (max-width: 1024px){
	.section--besa-lab-default-header.section--besa-lab-default-header--extra-pb{
		padding-bottom: 2.5rem;
	}
}
@media (max-width: 640px){
	.section--besa-lab-default-header.section--besa-lab-default-header--extra-pb{
		padding-top: 4rem;
	}
}
.section--besa-lab-default-header.section--besa-lab-default-header--extra-pb {
  padding-bottom: 16rem;
}
.section--besa-lab-default-header .wrap .header__grid header h5 img {
  max-height: 24px;
  float: left;
  margin-right: 5px;
  margin-top: -4px;
}
@media (max-width: 640px) {
  .section--besa-lab-default-header.section--besa-lab-default-header--extra-pb {
    padding-top: 1rem;
    padding-bottom: 0rem;
  }
}
.section--besa-lab-default-related .grid{
	margin: -1.5rem;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 1280px){
	.section--besa-lab-default-related .grid{
		margin: -0.75rem;
	}
}
.section--besa-lab-default-related .grid .item{
	width: 25%;
	padding: 1.5rem;
}
@media (max-width: 1280px){
	.section--besa-lab-default-related .grid .item{
		padding: 0.75rem;
	}
}
@media (max-width: 768px){
	.section--besa-lab-default-related .grid .item{
		width: 50%;
	}
}
.section--besa-lab-default-related .grid .item .pic{
	display: block;
	height: 225px;
}
@media (max-width: 1280px){
	.section--besa-lab-default-related .grid .item .pic{
		height: 200px;
	}
}
@media (max-width: 1024px){
	.section--besa-lab-default-related .grid .item .pic{
		height: 175px;
	}
}
@media (max-width: 640px){
	.section--besa-lab-default-related .grid .item .pic{
		height: 100px;
	}
}
.section--besa-lab-default-related .grid .item .pic .play{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 35px;
	--tw-translate-x: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
}
@media (max-width: 640px){
	.section--besa-lab-default-related .grid .item .pic .play{
		height: 20px;
	}
}
.section--besa-lab-default-related .grid .item .pic.pic--small{
	height: 210px;
}
@media (max-width: 640px){
	.section--besa-lab-default-related .grid .item .pic.pic--small{
		height: 115px;
	}
}
.section--besa-lab-default-related .grid .item .category{
	font-size: 12px;
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
	display: block;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(183, 192, 198, var(--tw-text-opacity));
}
@media (max-width: 768px){
  .section--besa-lab-default-related .grid .item .category{
		font-size: 10px;
	}
  .section--besa-lab-default-related .grid .item .category{
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}
}
.section--besa-lab-default-related .grid .item .title{
	font-size: 18px;
}
@media (max-width: 1680px){
	.section--besa-lab-default-related .grid .item .title{
		font-size: 16px;
	}
}
.section--besa-lab-default-related .grid .item .title{
	display: block;
	font-weight: 500;
}
@media (max-width: 768px){
  .section--besa-lab-default-related .grid .item .title{
		font-size: 14px;
	}
}
.section--besa-lab-post-intro{
	margin-top: -14rem;
}
@media (max-width: 1024px){
	.section--besa-lab-post-intro{
		margin-top: 5rem;
	}
}
@media (max-width: 640px){
	.section--besa-lab-post-intro{
		margin-top: 2.5rem;
	}
}
.section--besa-lab-post-intro .pic{
	margin-bottom: 2.5rem;
}
.section--besa-lab-post-intro .video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin-bottom: 3rem;
}
.section--besa-lab-post-intro .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.section--besa-lab-post-intro .description{
	margin-bottom: 2.5rem;
}
.section--besa-lab-post-intro .description p{
	margin-bottom: 1.5rem;
	font-weight: 300;
}
.section--besa-lab-post-intro .description p strong{
	font-weight: 500;
}
.section--besa-lab-post-intro .description p:last-child{
	margin-bottom: 0px;
}
.section--besa-lab-post-intro .learn{
	position: -webkit-sticky;
	position: sticky;
	top: 20;
	margin-top: 4rem;
	align-self: flex-start;
}
.section--besa-lab-post-intro .learn header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.section--besa-lab-post-intro .learn header h3{
	font-size: 22px;
}
@media (max-width: 1920px){
	.section--besa-lab-post-intro .learn header h3{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.section--besa-lab-post-intro .learn header h3{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.section--besa-lab-post-intro .learn header h3{
		font-size: 16px;
	}
}
.section--besa-lab-post-intro .learn header h3{
	font-weight: 500;
}
.section--besa-lab-post-intro .learn .accordion__content{
	margin-top: 1.5rem;
	margin-top: 2.5rem;
}
.section--besa-lab-post-intro .learn .accordion__content li{
	margin-left: 1.5rem;
	margin-bottom: 0px;
	line-height: 1.75rem;
}
.section--besa-lab-post-intro .learn .accordion__content li a{
	font-size: 18px;
}
@media (max-width: 1680px){
	.section--besa-lab-post-intro .learn .accordion__content li a{
		font-size: 16px;
	}
}
.section--besa-lab-post-intro .learn .accordion__content li a{
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
	text-decoration: underline;
	opacity: 1;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.section--besa-lab-post-intro .learn .accordion__content li a:hover{
	opacity: 0.7;
}
.section--besa-lab-post-intro .learn .accordion__content .h2 {
  text-transform: uppercase;
}
.section--besa-lab-post-intro .learn .accordion__content .h3{
	margin-left: 2.5rem;
	text-decoration: none;
}
.section--besa-lab-post-intro .learn .accordion__content a{
	font-size: 18px;
}
@media (max-width: 1680px){
	.section--besa-lab-post-intro .learn .accordion__content a{
		font-size: 16px;
	}
}
.section--besa-lab-post-intro .learn .accordion__content a{
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
	text-decoration: underline;
	opacity: 1;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.section--besa-lab-post-intro .learn .accordion__content a:hover{
	opacity: 0.7;
}
.section--besa-lab-post-intro .learn .accordion__content .h2 {
  text-transform: none;
  font-weight: 600;
  margin: 5px 0px;
}
.section--besa-lab-post-intro img {
  width: 100%;
}
.section--besa-lab-post-content{
	margin-top: 0px;
	padding-top: 0px;
}
.section--besa-lab-post-content .block.block--text{
	margin-top: 2.5rem;
}
.section--besa-lab-post-content .block.block--text h2{
	font-size: 36px;
}
@media (max-width: 1920px){
	.section--besa-lab-post-content .block.block--text h2{
		font-size: 32px;
	}
}
@media (max-width: 1440px){
	.section--besa-lab-post-content .block.block--text h2{
		font-size: 28px;
	}
}
@media (max-width: 640px){
	.section--besa-lab-post-content .block.block--text h2{
		font-size: 26px;
	}
}
.section--besa-lab-post-content .block.block--text h2{
	margin-top: 4rem;
	margin-bottom: 1rem;
	border-top-width: 2px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	padding-top: 0.75rem;
	font-weight: 500;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
.section--besa-lab-post-content .block.block--text h3{
	font-size: 36px;
}
@media (max-width: 1920px){
	.section--besa-lab-post-content .block.block--text h3{
		font-size: 32px;
	}
}
@media (max-width: 1440px){
	.section--besa-lab-post-content .block.block--text h3{
		font-size: 28px;
	}
}
@media (max-width: 640px){
	.section--besa-lab-post-content .block.block--text h3{
		font-size: 26px;
	}
}
.section--besa-lab-post-content .block.block--text h3{
	margin-top: 4rem;
	margin-bottom: 1rem;
	font-weight: 500;
}
.section--besa-lab-post-content .block.block--text h4{
	font-size: 30px;
}
@media (max-width: 1920px){
	.section--besa-lab-post-content .block.block--text h4{
		font-size: 26px;
	}
}
@media (max-width: 1440px){
	.section--besa-lab-post-content .block.block--text h4{
		font-size: 22px;
	}
}
@media (max-width: 1280px){
	.section--besa-lab-post-content .block.block--text h4{
		font-size: 18px;
	}
}
.section--besa-lab-post-content .block.block--text h4{
	margin-top: 4rem;
	margin-bottom: 1rem;
	font-weight: 400;
}
.section--besa-lab-post-content .block.block--text p{
	margin-bottom: 1.5rem;
	font-weight: 300;
}
.section--besa-lab-post-content .block.block--text p a{
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
	text-decoration: underline;
}
.section--besa-lab-post-content .block.block--text p strong{
	font-weight: 500;
}
.section--besa-lab-post-content .block.block--text p:last-child{
	margin-bottom: 0px;
}
.section--besa-lab-post-content .block.block--text li {
  list-style-type: circle;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1440px){
	.section--besa-lab-post-content .block.block--text li{
		font-size: 16px;
	}
	.section--besa-lab-post-content .block.block--text li{
		line-height: 24px;
	}
}
.section--besa-lab-post-content .block.block--text li{
	padding-left: 1.5rem;
}
.section--besa-lab-post-content .block.block--text li strong{
	font-weight: 500;
}
.section--besa-lab-post-content .block.block--text li a{
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
	text-decoration: underline;
}
.section--besa-lab-post-content .block.block--text li p{
	font-weight: 300;
}
.section--besa-lab-post-content .block.block--text ul{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	margin-left: 1.5rem;
}
.section--besa-lab-post-content .block.block--text ul li {
  list-style-type: circle;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1440px){
	.section--besa-lab-post-content .block.block--text ul li{
		font-size: 16px;
	}
	.section--besa-lab-post-content .block.block--text ul li{
		line-height: 24px;
	}
}
.section--besa-lab-post-content .block.block--text ul li{
	padding-left: 0.5rem;
	padding-top: 0.75rem;
}
.section--besa-lab-post-content .block.block--text ul li strong{
	font-weight: 500;
}
.section--besa-lab-post-content .block.block--text ul li a{
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
	text-decoration: underline;
}
.section--besa-lab-post-content .block.block--text ul li p{
	font-weight: 300;
}
.section--besa-lab-post-content .block.block--text blockquote{
	margin-top: 5rem;
	margin-bottom: 5rem;
	padding-top: 2.5rem;
}
.section--besa-lab-post-content .block.block--text blockquote:before {
  content: "“";
  display: block;
  font-size: 150px;
  font-weight: 500;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgba(170, 200, 16, var(--tw-text-opacity));
}
@media (max-width: 1440px){
	.section--besa-lab-post-content .block.block--text blockquote:before{
		font-size: 120px;
	}
}
.section--besa-lab-post-content .block.block--text blockquote p{
	font-size: 30px;
}
@media (max-width: 1920px){
	.section--besa-lab-post-content .block.block--text blockquote p{
		font-size: 26px;
	}
}
@media (max-width: 1440px){
	.section--besa-lab-post-content .block.block--text blockquote p{
		font-size: 22px;
	}
}
@media (max-width: 1280px){
	.section--besa-lab-post-content .block.block--text blockquote p{
		font-size: 18px;
	}
}
.section--besa-lab-post-content .block.block--text blockquote p{
	margin-top: -1rem;
	line-height: 40px;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
@media (max-width: 1280px){
	.section--besa-lab-post-content .block.block--text blockquote p{
		line-height: 30px;
	}
}
.section--besa-lab-post-content .block.block--text blockquote:first-child{
	padding-top: 0px;
}
.section--besa-lab-post-content .block.block--text blockquote:last-child{
	margin-bottom: 0px;
}
.section--besa-lab-post-content .block.block--video{
	margin-top: 2.5rem;
}
.section--besa-lab-post-content .block.block--video .video{
	height: 0px;
	padding-bottom: 56.25%;
}
.section--besa-lab-post-content .block.block--video .video iframe, .section--besa-lab-post-content .block.block--video .video video{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.section--besa-lab-post-content .block.block--highlight{
	margin-top: 4rem;
	width: 100%;
	border-top-width: 5px;
	border-bottom-width: 5px;
	--tw-border-opacity: 1;
	border-color: rgba(170, 200, 16, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
	padding: 3rem;
}
.section--besa-lab-post-content .block.block--highlight p{
	font-size: 30px;
}
@media (max-width: 1920px){
	.section--besa-lab-post-content .block.block--highlight p{
		font-size: 26px;
	}
}
@media (max-width: 1440px){
	.section--besa-lab-post-content .block.block--highlight p{
		font-size: 22px;
	}
}
@media (max-width: 1280px){
	.section--besa-lab-post-content .block.block--highlight p{
		font-size: 18px;
	}
}
.section--besa-lab-post-content .block.block--highlight p{
	margin-bottom: 1.5rem;
	font-weight: 300;
}
.section--besa-lab-post-content .block.block--pic{
	margin-top: 2.5rem;
}
.section--besa-lab-post-content .block.rounded{
	margin-top: 2.5rem;
}
.section--besa-lab-post-content .block.rounded img {
  max-width: 60%;
  margin: auto;
}
.section--besa-lab-post-content .block.block--text h2 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  border: none;
  font-weight: 500;
  text-transform: none;
  font-size: 30px;
}
.section--besa-lab-post-content .block.block--text h3 {
  font-size: 24px;
}
.section--besa-lab-post-content .block.block--text h4 {
  font-size: 20px;
}
.section--besa-lab-post-content .block.block--text ul li {
  font-weight: 300;
}
.section--besa-lab-post-content .block.block--highlight p {
  margin-bottom: 0rem;
}
.section--besa-lab-post-floated{
	position: fixed;
	top: 100px;
	right: 4rem;
	z-index: 10;
	width: 500px;
	overflow: hidden;
	border-radius: 15px;
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (max-width: 1440px){
	.section--besa-lab-post-floated{
		width: 400px;
	}
}
@media (max-width: 1024px){
	.section--besa-lab-post-floated{
		position: relative;
	}
	.section--besa-lab-post-floated{
		top: 0px;
	}
	.section--besa-lab-post-floated{
		right: auto;
	}
	.section--besa-lab-post-floated{
		width: 100%;
	}
	.section--besa-lab-post-floated{
		--tw-shadow: 0 0 #0000;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
}
@media (max-width: 640px){
	.section--besa-lab-post-floated{
		margin-top: 20px;
	}
}
.section--besa-lab-post-floated .container{
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
@media (max-width: 1024px){
	.section--besa-lab-post-floated .container{
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
@media (max-width: 640px){
	.section--besa-lab-post-floated .container{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}
.section--besa-lab-post-floated .top{
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 1.5rem;
	padding-bottom: 1rem;
}
@media (max-width: 640px){
	.section--besa-lab-post-floated .top{
		padding-bottom: 0.5rem;
	}
}
.section--besa-lab-post-floated .top p{
	font-size: 16px;
	margin-bottom: 1rem;
	font-weight: 500;
}
@media (max-width: 1024px){
	.section--besa-lab-post-floated .top p{
		text-align: center;
	}
}
@media (max-width: 640px){
	.section--besa-lab-post-floated .top .slider__wrap .slide .text span:last-child{
		display: none;
	}
}
.section--besa-lab-post-floated .footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	--tw-bg-opacity: 1;
	background-color: rgba(170, 200, 16, var(--tw-bg-opacity));
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.section--besa-lab-post-floated .footer p{
	font-size: 14px;
}
.section--besa-lab-post-floated .footer ul{
	display: flex;
	align-items: center;
}
.section--besa-lab-post-floated .footer ul > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--besa-lab-post-floated .footer ul li a{
	display: block;
	opacity: 1;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.section--besa-lab-post-floated .footer ul li a:hover{
	opacity: 0.6;
}
.section--besa-lab-post-floated .footer ul li a img{
	max-height: 30px;
}
.section--besa-lab-post-floated .top {
  padding-bottom: 0rem;
}
.section--besa-lab-post-floated .top p {
  font-size: 14px;
}
.section--besa-lab-family-intro{
	margin-top: 0px;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	padding-bottom: 5rem;
}
.section--besa-lab-family-intro .grid{
	margin-left: -2.5rem;
	margin-right: -2.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media (max-width: 1280px){
	.section--besa-lab-family-intro .grid{
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}
}
@media (max-width: 640px){
	.section--besa-lab-family-intro .grid{
		justify-content: flex-start;
	}
}
.section--besa-lab-family-intro .grid > *{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
@media (max-width: 1280px){
	.section--besa-lab-family-intro .grid > *{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
.section--besa-lab-family-intro .grid .highlights{
	margin-left: -0.75rem;
	margin-right: -0.75rem;
	display: flex;
	height: 100%;
	width: 66.666667%;
	flex-wrap: wrap;
}
@media (max-width: 1024px){
	.section--besa-lab-family-intro .grid .highlights{
		margin-bottom: 1.5rem;
	}
	.section--besa-lab-family-intro .grid .highlights{
		width: 100%;
	}
}
.section--besa-lab-family-intro .grid .highlights .highlight{
	min-height: 100%;
	width: 50%;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
@media (max-width: 640px){
	.section--besa-lab-family-intro .grid .highlights .highlight{
		margin-bottom: 1.5rem;
	}
	.section--besa-lab-family-intro .grid .highlights .highlight{
		min-height: 0px;
	}
	.section--besa-lab-family-intro .grid .highlights .highlight{
		width: 100%;
	}
}
.section--besa-lab-family-intro .grid .highlights .highlight .wrap{
	display: flex;
	min-height: 100%;
	flex-direction: column;
}
.section--besa-lab-family-intro .grid .highlights .highlight .wrap .pic{
	display: block;
	height: 260px;
}
@media (max-width: 1280px){
	.section--besa-lab-family-intro .grid .highlights .highlight .wrap .pic{
		height: 220px;
	}
}
@media (max-width: 1024px){
	.section--besa-lab-family-intro .grid .highlights .highlight .wrap .pic{
		height: 175px;
	}
}
@media (max-width: 640px){
	.section--besa-lab-family-intro .grid .highlights .highlight .wrap .pic{
		height: 230px;
	}
}
.section--besa-lab-family-intro .grid .highlights .highlight .wrap .pic .play{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 35px;
	--tw-translate-x: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
}
@media (max-width: 640px){
	.section--besa-lab-family-intro .grid .highlights .highlight .wrap .pic .play{
		height: 20px;
	}
}
.section--besa-lab-family-intro .grid .highlights .highlight .wrap .pic.pic--small{
	height: 210px;
}
@media (max-width: 640px){
	.section--besa-lab-family-intro .grid .highlights .highlight .wrap .pic.pic--small{
		height: 115px;
	}
}
.section--besa-lab-family-intro .grid .highlights .highlight .wrap .text{
	flex: 1 1 0%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 1.5rem;
}
.section--besa-lab-family-intro .grid .highlights .highlight .wrap .text .category{
	font-size: 12px;
	margin-bottom: 0.75rem;
	display: block;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(183, 192, 198, var(--tw-text-opacity));
}
@media (max-width: 768px){
  .section--besa-lab-family-intro .grid .highlights .highlight .wrap .text .category{
		font-size: 10px;
	}
}
.section--besa-lab-family-intro .grid .highlights .highlight .wrap .text .title{
	font-size: 18px;
}
@media (max-width: 1680px){
	.section--besa-lab-family-intro .grid .highlights .highlight .wrap .text .title{
		font-size: 16px;
	}
}
.section--besa-lab-family-intro .grid .highlights .highlight .wrap .text .title{
	display: block;
	font-weight: 500;
}
@media (max-width: 768px){
  .section--besa-lab-family-intro .grid .highlights .highlight .wrap .text .title{
		font-size: 14px;
	}
}
.section--besa-lab-family-intro .grid .highlights .highlight .btn--default-green-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1.5px solid #AAC811;
  font-weight: 400;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #AAC811;
  padding: 8px 22px;
  width: 250px;
}
.section--besa-lab-family-intro .grid .highlights .highlight .btn--default-green-down p {
  font-weight: 400;
  font-size: 16px;
  color: white;
}
.section--besa-lab-family-intro .grid .highlights .highlight .btn--default-green-down img {
  width: 30px;
}
.section--besa-lab-family-intro .grid .highlights .highlight .btn--default-green:hover {
  opacity: 0.8;
}
.section--besa-lab-family-intro .grid .description{
	width: 33.333333%;
}
@media (max-width: 1024px){
	.section--besa-lab-family-intro .grid .description{
		width: 100%;
	}
}
.section--besa-lab-family-intro .grid .description h2{
	font-size: 26px;
	line-height: 42px;
}
@media (max-width: 1920px){
	.section--besa-lab-family-intro .grid .description h2{
		font-size: 24px;
	}
}
@media (max-width: 1680px){
	.section--besa-lab-family-intro .grid .description h2{
		line-height: 40px;
	}
}
@media (max-width: 1440px){
	.section--besa-lab-family-intro .grid .description h2{
		font-size: 20px;
	}
	.section--besa-lab-family-intro .grid .description h2{
		line-height: 34px;
	}
}
@media (max-width: 768px){
	.section--besa-lab-family-intro .grid .description h2{
		font-size: 18px;
	}
	.section--besa-lab-family-intro .grid .description h2{
		line-height: 26px;
	}
}
@media (max-width: 640px){
	.section--besa-lab-family-intro .grid .description h2{
		font-size: 16px;
	}
	.section--besa-lab-family-intro .grid .description h2{
		line-height: 24px;
	}
}
.section--besa-lab-family-intro .grid .description h2{
	margin-bottom: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
.section--besa-lab-family-intro .grid .description p{
	font-weight: 300;
}
.play {
  height: 100px;
}
@media (max-width: 640px) {
  .play {
    height: 50px;
  }
}
.section--besa-lab-family-content .filters ul{
	margin: -0.25rem;
	display: flex;
	flex-wrap: wrap;
}
.section--besa-lab-family-content .filters ul li{
	padding: 0.25rem;
}
.section--besa-lab-family-content .filters ul li input{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	height: 100%;
	width: 100%;
	cursor: pointer;
	cursor: pointer;
	opacity: 0;
}
.section--besa-lab-family-content .filters ul li span{
	font-size: 10px;
	display: block;
	border-radius: 50px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(170, 200, 16, var(--tw-border-opacity));
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.section--besa-lab-family-content .filters ul li input:checked + span{
	--tw-bg-opacity: 1;
	background-color: rgba(170, 200, 16, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.section--besa-lab-family-content .grid{
	margin: -1.5rem;
	margin-top: 2.5rem;
	display: flex;
	flex-wrap: wrap;
}
.section--besa-lab-family-content .grid .item{
	width: 50%;
	padding: 1.5rem;
}
@media (max-width: 1024px){
	.section--besa-lab-family-content .grid .item{
		width: 100%;
	}
}
.section--besa-lab-family-content .grid .item > .wrap a {
  transition: 0.5s;
}
.section--besa-lab-family-content .grid .item > .wrap a header h5 {
  padding-bottom: 10px;
}
.section--besa-lab-family-content .grid .item > .wrap a:hover {
  opacity: 0.7;
}
.section--besa-lab-family-content .grid .item > .wrap ul.video__triggers li a {
  font-size: 12px;
  text-align: center;
  text-decoration: inherit;
  padding: 5px;
  font-weight: 500;
  transition: 0.5s;
}
.section--besa-lab-family-content .grid .item > .wrap ul.video__triggers li a figure div.thumb img {
  padding: 5px;
  max-height: 95px;
}
.section--besa-lab-family-content .grid .item > .wrap ul.video__triggers li a figure div.thumb figcaption {
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  padding: 5px;
}
.section--besa-lab-family-content .grid .item > .wrap ul.video__triggers li a:hover {
  opacity: 0.7;
}
.section--besa-lab-family-content .grid .item > .wrap > header{
	margin-bottom: 1.5rem;
	border-top-width: 2px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	padding-top: 0.75rem;
}
.section--besa-lab-family-content .grid .item > .wrap > header h3{
	font-size: 16px;
	margin-bottom: 0.5rem;
	font-weight: 500;
}
.section--besa-lab-family-content .grid .item > .wrap > header h4{
	font-size: 24px;
	line-height: 30px;
}
@media (max-width: 1920px){
	.section--besa-lab-family-content .grid .item > .wrap > header h4{
		font-size: 22px;
	}
}
@media (max-width: 1680px){
	.section--besa-lab-family-content .grid .item > .wrap > header h4{
		line-height: 30px;
	}
}
@media (max-width: 1440px){
	.section--besa-lab-family-content .grid .item > .wrap > header h4{
		font-size: 20px;
	}
	.section--besa-lab-family-content .grid .item > .wrap > header h4{
		line-height: 28px;
	}
}
@media (max-width: 768px){
	.section--besa-lab-family-content .grid .item > .wrap > header h4{
		font-size: 17px;
	}
	.section--besa-lab-family-content .grid .item > .wrap > header h4{
		line-height: 26px;
	}
}
@media (max-width: 640px){
	.section--besa-lab-family-content .grid .item > .wrap > header h4{
		font-size: 16px;
	}
	.section--besa-lab-family-content .grid .item > .wrap > header h4{
		line-height: 24px;
	}
}
.section--besa-lab-family-content .grid .item > .wrap > header h4{
	margin-bottom: 0.75rem;
	font-weight: 500;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
.section--besa-lab-family-content .grid .item > .wrap > header p{
	font-weight: 300;
}
.section--besa-lab-family-content .grid .item > .wrap > .content{
	margin-top: 2.5rem;
}
.section--besa-lab-family-content .grid .item > .wrap > .content.content--video > .wrap{
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	padding: 1.5rem;
}
@media (max-width: 640px){
	.section--besa-lab-family-content .grid .item > .wrap > .content.content--video > .wrap{
		margin-bottom: 1.5rem;
	}
	.section--besa-lab-family-content .grid .item > .wrap > .content.content--video > .wrap{
		border-width: 0px;
	}
	.section--besa-lab-family-content .grid .item > .wrap > .content.content--video > .wrap{
		padding: 0px;
	}
}
.section--besa-lab-family-content .grid .item > .wrap > .content.content--video > .wrap > header h5{
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: 500;
	text-transform: uppercase;
}
.section--besa-lab-family-content .grid .item > .wrap > .content.content--video > .wrap > .video{
	height: 0px;
	padding-bottom: 56.25%;
}
.section--besa-lab-family-content .grid .item > .wrap > .content.content--video > .wrap > .video iframe{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.section--besa-lab-family-content .grid .item > .wrap > .content.content--video > .video__triggers{
	margin-top: 0.75rem;
	display: flex;
	flex-wrap: wrap;
	padding: 0.5rem;
}
.section--besa-lab-family-content .grid .item > .wrap > .content.content--video > .video__triggers li{
	display: flex;
	min-height: 100%;
	width: 25%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
@media (max-width: 1440px){
	.section--besa-lab-family-content .grid .item > .wrap > .content.content--video > .video__triggers li{
		width: 33.333333%;
	}
}
@media (max-width: 1024px){
	.section--besa-lab-family-content .grid .item > .wrap > .content.content--video > .video__triggers li{
		width: 25%;
	}
}
@media (max-width: 640px){
	.section--besa-lab-family-content .grid .item > .wrap > .content.content--video > .video__triggers li{
		width: 50%;
	}
}
.section--besa-lab-family-content .grid .item > .wrap > .content.content--video > .video__triggers li .video__trigger{
	min-height: 100%;
	width: 100%;
	padding: 0.75rem;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.section--besa-lab-family-content .grid .item > .wrap > .content.content--video > .video__triggers li .video__trigger figure{
	min-height: 100%;
	flex: 1 1 0%;
}
.section--besa-lab-family-content .grid .item > .wrap > .content.content--video > .video__triggers li .video__trigger figure .thumb{
	margin-bottom: 0.5rem;
	height: 75px;
}
.section--besa-lab-family-content .grid .item > .wrap > .content.content--video > .video__triggers li .video__trigger figure figcaption {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  padding-top: 10px;
}
.section--besa-lab-family-content .grid .item > .wrap > .content.content--video > .video__triggers li .video__trigger.is--active, .section--besa-lab-family-content .grid .item > .wrap > .content.content--video > .video__triggers li .video__trigger:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.section--besa-lab-family-content .grid .item.item--filtered{
	display: none;
}
.section--besa-lab-category-content{
	margin-top: 0px;
	padding-bottom: 5rem;
	padding-top: 2.5rem;
}
@media (max-width: 1280px){
	.section--besa-lab-category-content{
		padding-bottom: 0px;
	}
}
@media (max-width: 768px){
	.section--besa-lab-category-content{
		padding-bottom: 2.5rem;
	}
}
.section--besa-lab-category-content .highlights{
	margin-top: 2.5rem;
}
.section--besa-lab-category-content .highlights .grid{
	margin: -1.5rem;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 1280px){
	.section--besa-lab-category-content .highlights .grid{
		margin: -0.75rem;
	}
}
.section--besa-lab-category-content .highlights .grid .column{
	display: flex;
	width: 33.333333%;
	flex-direction: column;
	padding: 1.5rem;
}
@media (max-width: 1280px){
	.section--besa-lab-category-content .highlights .grid .column{
		padding: 0.5rem;
	}
}
@media (max-width: 1024px){
	.section--besa-lab-category-content .highlights .grid .column{
		width: 50%;
	}
}
@media (max-width: 640px){
	.section--besa-lab-category-content .highlights .grid .column{
		width: 100%;
	}
}
.section--besa-lab-category-content .highlights .grid .column .type{
	border-radius: 5px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
}
@media (max-width: 1024px){
	.section--besa-lab-category-content .highlights .grid .column .type{
		display: flex;
	}
	.section--besa-lab-category-content .highlights .grid .column .type{
		flex-wrap: wrap;
	}
}
.section--besa-lab-category-content .highlights .grid .column .type > header a{
	font-size: 14px;
	display: flex;
	min-height: 70px;
	align-items: center;
}
.section--besa-lab-category-content .highlights .grid .column .type > header a > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--besa-lab-category-content .highlights .grid .column .type > header a{
	font-weight: 500;
}
.section--besa-lab-category-content .highlights .grid .column .type .block{
	margin-bottom: 2rem;
	min-height: 475px;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
	padding-bottom: 1.5rem;
}
@media (max-width: 1440px){
	.section--besa-lab-category-content .highlights .grid .column .type .block{
		min-height: 425px;
	}
}
@media (max-width: 1280px){
	.section--besa-lab-category-content .highlights .grid .column .type .block{
		min-height: 390px;
	}
}
@media (max-width: 640px){
	.section--besa-lab-category-content .highlights .grid .column .type .block{
		min-height: 0px;
	}
}
.section--besa-lab-category-content .highlights .grid .column .type .block .pic{
	margin-bottom: 1.5rem;
	display: block;
	height: 255px;
}
@media (max-width: 1440px){
	.section--besa-lab-category-content .highlights .grid .column .type .block .pic{
		max-height: 225px;
	}
}
@media (max-width: 1366px){
	.section--besa-lab-category-content .highlights .grid .column .type .block .pic{
		max-height: 200px;
	}
}
.section--besa-lab-category-content .highlights .grid .column .type .block .pic .play{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 35px;
	--tw-translate-x: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
}
@media (max-width: 640px){
	.section--besa-lab-category-content .highlights .grid .column .type .block .pic .play{
		height: 20px;
	}
}
.section--besa-lab-category-content .highlights .grid .column .type .block .category{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section--besa-lab-category-content .highlights .grid .column .type .block .category span{
	font-size: 12px;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(183, 192, 198, var(--tw-text-opacity));
}
.section--besa-lab-category-content .highlights .grid .column .type .block .category img{
	height: 28px;
}
.section--besa-lab-category-content .highlights .grid .column .type .block .title{
	font-size: 22px;
}
@media (max-width: 1920px){
	.section--besa-lab-category-content .highlights .grid .column .type .block .title{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.section--besa-lab-category-content .highlights .grid .column .type .block .title{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.section--besa-lab-category-content .highlights .grid .column .type .block .title{
		font-size: 16px;
	}
}
.section--besa-lab-category-content .highlights .grid .column .type .block .title{
	margin-top: 1rem;
	display: block;
	font-weight: 500;
}
.section--besa-lab-category-content .highlights .grid .column .type .block:last-child{
	margin-bottom: 0px;
	border-width: 0px;
}
.section--besa-lab-category-content .highlights .grid .column .stamp{
	margin-top: 23px;
	display: flex;
	min-height: 380px;
	flex-direction: column;
	justify-content: space-between;
	padding: 2.5rem;
}
@media (max-width: 1440px){
	.section--besa-lab-category-content .highlights .grid .column .stamp{
		min-height: 340px;
	}
}
@media (max-width: 1280px){
	.section--besa-lab-category-content .highlights .grid .column .stamp{
		padding: 1.5rem;
	}
}
.section--besa-lab-category-content .highlights .grid .column .stamp .background{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.section--besa-lab-category-content .highlights .grid .column .stamp header{
	font-size: 36px;
}
@media (max-width: 1920px){
	.section--besa-lab-category-content .highlights .grid .column .stamp header{
		font-size: 32px;
	}
}
@media (max-width: 1440px){
	.section--besa-lab-category-content .highlights .grid .column .stamp header{
		font-size: 28px;
	}
}
@media (max-width: 640px){
	.section--besa-lab-category-content .highlights .grid .column .stamp header{
		font-size: 26px;
	}
}
.section--besa-lab-category-content .highlights .grid .column .stamp header{
	margin-bottom: 5rem;
	display: flex;
	flex-direction: column;
}
.section--besa-lab-category-content .highlights .grid .column .stamp header > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.section--besa-lab-category-content .highlights .grid .column .stamp header{
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.section--besa-lab-category-content .highlights .grid .column .stamp header h4{
	font-size: 22px;
}
@media (max-width: 1920px){
	.section--besa-lab-category-content .highlights .grid .column .stamp header h4{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.section--besa-lab-category-content .highlights .grid .column .stamp header h4{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.section--besa-lab-category-content .highlights .grid .column .stamp header h4{
		font-size: 16px;
	}
}
.section--besa-lab-category-content .highlights .grid .column.besa__load-more-item-hide{
	display: none;
}
.section--besa-lab-category-content .highlights .footer{
	display: flex;
	justify-content: center;
}
.play {
  height: 100px;
}
@media (max-width: 640px) {
  .play {
    height: 50px;
  }
}
.section--contact-header{
	display: flex;
	align-items: center;
	padding-bottom: 2.5rem;
}
@media (max-width: 1024px){
	.section--contact-header{
		padding-top: 5rem;
	}
}
@media (max-width: 640px){
	.section--contact-header{
		padding-top: 2.5rem;
	}
}
.section--contact-header .background{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.section--contact-header .wrap{
	margin-top: 1.25rem;
	display: flex;
	min-height: 100%;
	flex-direction: column;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.section--contact-header .wrap .header__grid{
	display: flex;
	justify-content: space-between;
}
.section--contact-header .wrap .header__grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--contact-header .wrap .tags{
	font-size: 12px;
	display: flex;
	align-items: center;
}
.section--contact-header .wrap .tags > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--contact-header .wrap .tags{
	font-weight: 500;
}
.section--contact-header .wrap h1{
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
.section--form-contact .container--form {
  /* AUPA XABI TE COMENTO AQUI LAS CLASES DEL ANTERIOR FORMULARIO CON ESTE SISTEMA
  .wrap{
      header{
          h3{}
      }
      .content{
          p{@apply mt-10 mb-10;}
          form{
              ._form-title{font-weight: 500; font-size:28px; color:#AAC811; padding-bottom: 10px;}
              ._field-wrapper{display: flex; justify-content: center;
                  input{padding:14px 20px; border: 1px solid #AAC811; width:400px; margin: 1.5rem;}
              }
              fieldset{
                  display:flex; justify-content:center; align-items: center;
                  div._checkbox-radio{ padding:0.5rem; display: flex; align-items: center;max-width: 250px;
                      input{margin-right:6px;align-self: baseline;margin-top: 4px;}
                      span{
                          label{font-size:10px; color: #767676;}
                      }   
                  }
              }
              div._html-code{
                  a{color: #AAC811!important; font-size: 12px}
              }
          }
          button{
              background-color: #AAC811; padding: 14px 30px; border-radius: 50px; transition: 0.5s; font-weight: 500; color:rgb(69, 69, 69);
              font-size: 13px;
          }
          button:hover{
              opacity: 0.8;
          }
      }
  }
  */
}
.section--contact-form{
	margin-top: 0px;
}
.section--contact-form .header__contact{
	margin-bottom: 2.5rem;
	width: 50%;
}
@media (max-width: 768px){
	.section--contact-form .header__contact{
		width: 100%;
	}
}
.section--contact-form .header__contact h2{
	font-size: 22px;
}
@media (max-width: 1920px){
	.section--contact-form .header__contact h2{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.section--contact-form .header__contact h2{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.section--contact-form .header__contact h2{
		font-size: 16px;
	}
}
.section--contact-form .header__contact h2{
	margin-bottom: 1.5rem;
	font-weight: 500;
}
@media (max-width: 1440px){
  .section--contact-form .header__contact h2{
		font-size: 18px;
	}
  @media (max-width: 1680px){
		.section--contact-form .header__contact h2{
			font-size: 16px;
		}
	}
}
@media (max-width: 1280px){
  .section--contact-form .header__contact h2{
		font-size: 18px;
	}
  @media (max-width: 1680px){
		.section--contact-form .header__contact h2{
			font-size: 16px;
		}
	}
}
@media (max-width: 640px){
  .section--contact-form .header__contact h2{
		font-size: 18px;
	}
  @media (max-width: 1680px){
		.section--contact-form .header__contact h2{
			font-size: 16px;
		}
	}
}
.section--contact-form .header__contact h2:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-left: -10px;
  height: 1px;
  width: 305px;
  --tw-translate-x: -100%;
  -webkit-transform: var(--tw-transform);
          transform: var(--tw-transform);
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgba(28, 84, 143, var(--tw-bg-opacity));
}
.section--contact-form .grid{
	margin-left: -2.5rem;
	margin-right: -2.5rem;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 1440px){
	.section--contact-form .grid{
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}
}
.section--contact-form .grid > *{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
@media (max-width: 1440px){
	.section--contact-form .grid > *{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
.section--contact-form .grid .form{
	width: 66.666667%;
}
@media (max-width: 1024px){
	.section--contact-form .grid .form{
		width: 100%;
	}
}
.section--contact-form .grid .form .wrap legend{
	font-size: 16px;
}
.section--contact-form .grid .form .wrap form .form__row{
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 1440px){
	.section--contact-form .grid .form .wrap form .form__row{
		margin-left: -1rem;
		margin-right: -1rem;
	}
}
@media (max-width: 640px){
	.section--contact-form .grid .form .wrap form .form__row{
		margin-bottom: 0px;
	}
}
.section--contact-form .grid .form .wrap form .form__row .form__col{
	width: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
@media (max-width: 1440px){
	.section--contact-form .grid .form .wrap form .form__row .form__col{
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
@media (max-width: 640px){
	.section--contact-form .grid .form .wrap form .form__row .form__col{
		margin-bottom: 1.25rem;
	}
}
.section--contact-form .grid .form .wrap form .form__row .form__col.form__col--1-2{
	width: 50%;
}
@media (max-width: 640px){
	.section--contact-form .grid .form .wrap form .form__row .form__col.form__col--1-2{
		width: 100%;
	}
}
.section--contact-form .grid .form .wrap form .form__row .form__col.form__col--1-3{
	width: 33.333333%;
}
.section--contact-form .grid .form .wrap form .form__row .form__col.form__col--1-4{
	width: 25%;
}
@media (max-width: 640px){
	.section--contact-form .grid .form .wrap form .form__row .form__col.form__col--1-4{
		width: 50%;
	}
}
.section--contact-form .grid .form .wrap form .form__row .form__col > label{
	margin-bottom: 0.5rem;
	display: block;
	font-weight: 500;
}
@media (max-width: 1280px){
  .section--contact-form .grid .form .wrap form .form__row .form__col > label{
		font-size: 14px;
	}
}
.section--contact-form .grid .form .wrap form .form__row .form__col .input input{
	font-size: 14px;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	padding: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.section--contact-form .grid .form .wrap form .form__row .form__col .textarea textarea{
	font-size: 14px;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	padding: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.section--contact-form .grid .form .wrap form .form__row .form__col .checkbox__group .checkbox{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.section--contact-form .grid .form .wrap form .form__row .form__col .checkbox__group .checkbox:last-child{
	margin-bottom: 0px;
}
.section--contact-form .grid .form .wrap form .form__row .form__col .checkbox__group .checkbox__required{
	pointer-events: none;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.section--contact-form .grid .form .wrap form .form__row .form__col .radio__group .radio{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.section--contact-form .grid .form .wrap form .form__row .form__col .radio__group .radio:last-child{
	margin-bottom: 0px;
}
.section--contact-form .grid .form .wrap form .form__row .form__col .checkbox{
	display: flex;
	align-items: center;
}
.section--contact-form .grid .form .wrap form .form__row .form__col .checkbox > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--contact-form .grid .form .wrap form .form__row .form__col .checkbox .input{
	height: 20px;
	width: 20px;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.section--contact-form .grid .form .wrap form .form__row .form__col .checkbox .input input{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.section--contact-form .grid .form .wrap form .form__row .form__col .checkbox .input .dummy{
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	height: 10px;
	width: 10px;
	--tw-translate-x: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
	--tw-bg-opacity: 1;
	background-color: rgba(170, 200, 16, var(--tw-bg-opacity));
	opacity: 0;
}
.section--contact-form .grid .form .wrap form .form__row .form__col .checkbox .input input:checked + .dummy{
	opacity: 1;
}
.section--contact-form .grid .form .wrap form .form__row .form__col .checkbox > label{
	font-size: 16px;
	cursor: pointer;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
@media (max-width: 1280px){
  .section--contact-form .grid .form .wrap form .form__row .form__col .checkbox > label{
		font-size: 12px;
	}
}
.section--contact-form .grid .form .wrap form .form__row .form__col .radio{
	display: flex;
	align-items: center;
}
.section--contact-form .grid .form .wrap form .form__row .form__col .radio > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--contact-form .grid .form .wrap form .form__row .form__col .radio .input{
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.section--contact-form .grid .form .wrap form .form__row .form__col .radio .input input{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.section--contact-form .grid .form .wrap form .form__row .form__col .radio .input .dummy{
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	height: 10px;
	width: 10px;
	--tw-translate-x: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
	border-radius: 50%;
	--tw-bg-opacity: 1;
	background-color: rgba(170, 200, 16, var(--tw-bg-opacity));
	opacity: 0;
}
.section--contact-form .grid .form .wrap form .form__row .form__col .radio .input input:checked + .dummy{
	opacity: 1;
}
.section--contact-form .grid .form .wrap form .form__row .form__col .radio > label{
	font-size: 16px;
	cursor: pointer;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
@media (max-width: 1280px){
  .section--contact-form .grid .form .wrap form .form__row .form__col .radio > label{
		font-size: 12px;
	}
}
.section--contact-form .grid .form .wrap form .form__row .form__col .select img{
	position: absolute;
	right: 1.25rem;
	top: 1.5rem;
	z-index: 10;
	height: 7px;
}
.section--contact-form .grid .form .wrap form .form__row .form__col .select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.section--contact-form .grid .form .wrap form .form__row .form__col .select select::-ms-expand{
	display: none;
}
.section--contact-form .grid .data{
	width: 33.333333%;
}
@media (max-width: 1024px){
	.section--contact-form .grid .data{
		margin-top: 2.5rem;
	}
	.section--contact-form .grid .data{
		width: 100%;
	}
}
.section--contact-form .grid .data .wrap{
	flex-direction: column;
}
.section--contact-form .grid .data .wrap > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
@media (max-width: 1024px){
	.section--contact-form .grid .data .wrap{
		display: flex;
	}
	.section--contact-form .grid .data .wrap{
		flex-direction: row;
	}
	.section--contact-form .grid .data .wrap{
		align-items: center;
	}
	.section--contact-form .grid .data .wrap{
		justify-content: space-between;
	}
	.section--contact-form .grid .data .wrap > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0.75rem * var(--tw-space-x-reverse));
		margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
	}
}
@media (max-width: 768px){
	.section--contact-form .grid .data .wrap{
		flex-direction: column;
	}
	.section--contact-form .grid .data .wrap{
		align-items: flex-start;
	}
	.section--contact-form .grid .data .wrap > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.section--contact-form .grid .data .wrap > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
	}
}
.section--contact-form .grid .data .wrap .address{
	font-size: 22px;
}
@media (max-width: 1920px){
	.section--contact-form .grid .data .wrap .address{
		font-size: 19px;
	}
}
@media (max-width: 1440px){
	.section--contact-form .grid .data .wrap .address{
		font-size: 17px;
	}
}
@media (max-width: 1280px){
	.section--contact-form .grid .data .wrap .address{
		font-size: 16px;
	}
}
.section--contact-form .grid .data .wrap .address{
	font-weight: 500;
}
.section--contact-form .grid .data .wrap ul li{
	margin-bottom: 0.75rem;
	display: flex;
	align-items: center;
}
.section--contact-form .grid .data .wrap ul li > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.section--contact-form .grid .data .wrap ul li img{
	max-height: 50px;
}
@media (max-width: 768px){
	.section--contact-form .grid .data .wrap ul li img{
		max-height: 40px;
	}
}
.section--contact-form .grid .data .wrap ul li span{
	font-size: 18px;
}
@media (max-width: 1680px){
	.section--contact-form .grid .data .wrap ul li span{
		font-size: 16px;
	}
}
.section--contact-form .grid .data .wrap ul li span{
	font-weight: 500;
}
@media (max-width: 768px){
  .section--contact-form .grid .data .wrap ul li span{
		font-size: 14px;
	}
}
.section--contact-form .grid .data .wrap ul li span a{
	opacity: 1;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.section--contact-form .grid .data .wrap ul li span a:hover{
	opacity: 0.6;
}
.section--contact-form .grid .data .wrap ul li:last-child{
	margin-bottom: 0px;
}
.section--contact-form ._checkbox-radio {
  display: flex !important;
}
.section--contact-form .grid .form button {
  margin-top: 8px;
}
.section--contact-map {
  padding-bottom: 50px !important;
}
@media only screen and (max-width: 1024px) {
  .section--contact-map {
    padding-bottom: 0 !important;
  }
}
.section--contact-map .wrap{
	height: 75vh;
}
.section--contact-map .wrap iframe{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.section--search-header{
	display: flex;
	align-items: center;
	padding-bottom: 0px;
}
.section--search-header .wrap{
	margin-top: 1.25rem;
	display: flex;
	min-height: 100%;
	flex-direction: column;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.section--search-header .wrap .header__grid{
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	margin-bottom: 2.5rem;
	display: flex;
	flex-wrap: wrap;
}
.section--search-header .wrap .header__grid header{
	width: 66.666667%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
@media (max-width: 1024px){
	.section--search-header .wrap .header__grid header{
		width: 100%;
	}
}
.section--search-header .wrap .header__grid header h1{
	font-size: 36px;
}
@media (max-width: 1920px){
	.section--search-header .wrap .header__grid header h1{
		font-size: 32px;
	}
}
@media (max-width: 1440px){
	.section--search-header .wrap .header__grid header h1{
		font-size: 28px;
	}
}
@media (max-width: 640px){
	.section--search-header .wrap .header__grid header h1{
		font-size: 26px;
	}
}
.section--search-header .wrap .header__grid header h1{
	margin-bottom: 1rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
.section--search-header .wrap .filters__search{
	margin: -0.75rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section--search-header .wrap .filters__search > *{
	padding: 0.75rem;
}
.section--search-header .wrap .filters__search .filters{
	margin: -0.25rem;
	display: flex;
	width: 66.666667%;
	flex-wrap: wrap;
}
@media (max-width: 768px){
	.section--search-header .wrap .filters__search .filters{
		width: 100%;
	}
}
.section--search-header .wrap .filters__search .filters li{
	padding: 0.25rem;
}
.section--search-header .wrap .filters__search .filters li a{
	font-size: 10px;
	display: block;
	border-radius: 50px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(170, 200, 16, var(--tw-border-opacity));
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.section--search-header .wrap .filters__search .filters li a.is--active{
	--tw-bg-opacity: 1;
	background-color: rgba(170, 200, 16, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.section--search-header .wrap .filters__search form{
	width: 33.333333%;
}
@media (max-width: 768px){
	.section--search-header .wrap .filters__search form{
		width: 100%;
	}
	.section--search-header .wrap .filters__search form .search{
		width: 50%;
	}
}
@media (max-width: 640px){
	.section--search-header .wrap .filters__search form .search{
		width: 100%;
	}
}
.section--search-header .wrap .filters__search form .search input{
	font-size: 14px;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	padding: 1.25rem;
	padding-right: 4rem;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
@media (max-width: 768px){
	.section--search-header .wrap .filters__search form .search input{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}
.section--search-header .wrap .filters__search form .search button{
	position: absolute;
	top: 50%;
	right: 1.25rem;
	z-index: 10;
	--tw-translate-y: -50%;
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
	transform: var(--tw-transform);
	opacity: 1;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.section--search-header .wrap .filters__search form .search button:hover{
	opacity: 0.6;
}
.section--search-results{
	margin-top: 1.5rem;
}
.section--search-results .block{
	margin-bottom: 4rem;
}
.section--search-results .block .results{
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	padding: 2.5rem;
}
@media (max-width: 640px){
	.section--search-results .block .results{
		padding: 0.75rem;
	}
	.section--search-results .block .results{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}
.section--search-results .block .results .result{
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
}
.section--search-results .block .results .result > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px){
	.section--search-results .block .results .result{
		margin-bottom: 1.5rem;
	}
}
@media (max-width: 640px){
	.section--search-results .block .results .result > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0.75rem * var(--tw-space-x-reverse));
		margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
	}
}
.section--search-results .block .results .result .pic{
	display: flex;
	min-width: 105px;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
@media (max-width: 1024px){
	.section--search-results .block .results .result .pic{
		min-width: 75px;
	}
	.section--search-results .block .results .result .pic{
		max-width: 75px;
	}
}
.section--search-results .block .results .result .content .top{
	margin-bottom: 0.75rem;
	display: flex;
	align-items: baseline;
}
.section--search-results .block .results .result .content .top > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px){
	.section--search-results .block .results .result .content .top{
		flex-direction: column;
	}
	.section--search-results .block .results .result .content .top > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.section--search-results .block .results .result .content .top > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
	}
}
.section--search-results .block .results .result .content .top h3{
	font-size: 24px;
	line-height: 30px;
}
@media (max-width: 1920px){
	.section--search-results .block .results .result .content .top h3{
		font-size: 22px;
	}
}
@media (max-width: 1680px){
	.section--search-results .block .results .result .content .top h3{
		line-height: 30px;
	}
}
@media (max-width: 1440px){
	.section--search-results .block .results .result .content .top h3{
		font-size: 20px;
	}
	.section--search-results .block .results .result .content .top h3{
		line-height: 28px;
	}
}
@media (max-width: 768px){
	.section--search-results .block .results .result .content .top h3{
		font-size: 17px;
	}
	.section--search-results .block .results .result .content .top h3{
		line-height: 26px;
	}
}
@media (max-width: 640px){
	.section--search-results .block .results .result .content .top h3{
		font-size: 16px;
	}
	.section--search-results .block .results .result .content .top h3{
		line-height: 24px;
	}
}
.section--search-results .block .results .result .content .top h3{
	--tw-text-opacity: 1;
	color: rgba(170, 200, 16, var(--tw-text-opacity));
}
.section--search-results .block .results .result .content .top h4{
	font-size: 16px;
	font-weight: 300;
}
.section--search-results .block .results .result:hover .pic{
	opacity: 0.5;
}
.section--search-results .block .results .result:last-child{
	margin-bottom: 0px;
}
.politica_y_cookies {
  width: 90%;
  margin: auto;
  height: 100%;
  padding-top: 13rem;
}
.politica_y_cookies h1 {
  font-size: 2.5rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
}
.politica_y_cookies h2 {
  color: #AAC811;
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
}
.politica_y_cookies h3 {
  font-size: 1.3rem;
  font-weight: 500;
  padding-bottom: 1.5rem;
}
.politica_y_cookies p {
  margin-bottom: 1.5rem;
}
.politica_y_cookies ul li {
  font-weight: 600;
  list-style-type: circle;
  margin-left: 2rem;
}
.politica_y_cookies ul li p {
  font-weight: 400;
}
.politica_y_cookies ul li {
  font-weight: 600;
  list-style-type: circle;
  margin-left: 2rem;
  margin-bottom: 1.5rem;
}
.politica_y_cookies ul li a {
  font-weight: 600;
  color: #AAC811;
  text-decoration: underline;
  line-height: 25px;
}
section.seleccion_idiomas_pdf {
  display: none;
  position: fixed;
  z-index: 99;
  height: 100%;
  width: 100%;
  background-color: rgba(169, 169, 169, 0.664);
  left: 0%;
  top: 0%;
  align-items: center;
  justify-content: center;
}
section.seleccion_idiomas_pdf div.wrapp {
  width: 26rem;
  margin: auto;
  background-color: white;
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  margin-top: 35vh;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 10px 8px 13px -11px #000000;
}
section.seleccion_idiomas_pdf div.wrapp div.header {
  display: flex;
  flex-direction: column;
}
section.seleccion_idiomas_pdf div.wrapp div.header div.head {
  display: flex;
  flex-direction: column;
}
section.seleccion_idiomas_pdf div.wrapp div.header div.head div.titular {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.seleccion_idiomas_pdf div.wrapp div.header div.head div.titular h1 {
  color: #AAC811;
  font-size: 1.7rem;
}
section.seleccion_idiomas_pdf div.wrapp div.header div.head div.titular div.btn-close a {
  color: #4d4d4d;
  background-color: #AAC811;
  font-weight: 400;
  padding-left: 3px;
  padding-right: 3px;
  transition: 0.6s;
}
section.seleccion_idiomas_pdf div.wrapp div.header div.head div.titular div.btn-close a:hover {
  opacity: 0.8;
}
section.seleccion_idiomas_pdf div.wrapp div.header div.head h2 {
  font-weight: 200;
  font-size: 12px;
  padding-top: 0.5rem;
}
section.seleccion_idiomas_pdf div.wrapp div.header form {
  padding-top: 2rem;
  display: flex;
  justify-content: center;
}
section.seleccion_idiomas_pdf div.wrapp div.header form select {
  width: 11rem;
  height: 27px;
  border: 1px solid rgb(118, 118, 118);
}
section.seleccion_idiomas_pdf div.wrapp div.header form select option {
  background-color: #AAC811;
}
section.seleccion_idiomas_pdf div.wrapp div.header form select:focus {
  outline: none !important;
  border-color: #AAC811;
}
section.seleccion_idiomas_pdf div.wrapp div.footer div.btn-submit {
  display: flex;
  justify-content: center;
}
section.seleccion_idiomas_pdf div.wrapp div.footer div.btn-submit input.btn-green {
  display: flex;
  text-align: center;
  background-color: #AAC811;
  border-radius: 50px;
  align-items: center;
  max-width: 9rem;
  justify-content: center;
  padding: 9px 18px;
  cursor: pointer;
  transition: 0.5s;
  margin-top: 2rem;
  font-size: 13px;
  margin-bottom: 1rem;
}
section.seleccion_idiomas_pdf div.wrapp div.footer div.btn-submit input.btn-green p {
  color: rgb(66, 66, 66);
  font-size: 13px;
  font-weight: 400;
}
section.seleccion_idiomas_pdf div.wrapp div.footer .btn-green:hover {
  opacity: 0.8;
}
section.seleccion_idiomas_pdf div.wrapp div.footer p {
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  section.seleccion_idiomas_pdf {
    width: 100%;
    left: 0;
  }
  section.seleccion_idiomas_pdf div.wrapp {
    width: 90%;
  }
  section.seleccion_idiomas_pdf div.wrapp div.header div.head div.titular h1 {
    font-size: 20px;
  }
}
section.section-form-descargas {
  display: none;
  position: fixed;
  z-index: 99;
  height: 100%;
  width: 100%;
  background-color: rgba(169, 169, 169, 0.664);
  left: 0%;
  top: 0%;
  align-items: center;
  justify-content: center;
}
section.section-form-descargas div.wrapp {
  width: 26rem;
  margin: auto;
  background-color: white;
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  margin-top: 15%;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 10px 8px 13px -11px #000000;
}
section.section-form-descargas div.wrapp div.header {
  display: flex;
  flex-direction: column;
}
section.section-form-descargas div.wrapp div.header div.head {
  display: flex;
  flex-direction: column;
}
section.section-form-descargas div.wrapp div.header div.head div.btn-wrap {
  display: flex;
  justify-content: flex-end;
}
section.section-form-descargas div.wrapp div.header div.head div.btn-wrap div.btn-close a {
  color: #4d4d4d;
  background-color: #AAC811;
  font-weight: 400;
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 3px;
  transition: 0.6s;
}
section.section-form-descargas div.wrapp div.header div.head div.btn-wrap div.btn-close a:hover {
  opacity: 0.8;
}
section.section-form-descargas div.wrapp div.header div.head div.titular {
  padding-bottom: 10px;
}
section.section-form-descargas div.wrapp div.header div.head div.titular h1 {
  color: #AAC811;
  font-size: 1.7rem;
}
section.section-form-descargas div.wrapp div.header div.head div.titular h2 {
  font-weight: 300;
  font-size: 13px;
  padding-top: 0.5rem;
}
section.section-form-descargas div.wrapp form div.campos {
  width: 100%;
  margin-top: 1rem;
}
section.section-form-descargas div.wrapp form div.campos input {
  width: 100%;
  border: 1px solid rgb(100, 100, 100);
  padding: 6px;
  color: rgb(100, 100, 100);
  margin-bottom: 16px;
}
section.section-form-descargas div.wrapp form div.seleccion-idiomas {
  display: flex;
  justify-content: center;
}
section.section-form-descargas div.wrapp form div.seleccion-idiomas select {
  border: 1px solid rgb(100, 100, 100);
  padding: 5px;
  color: rgb(122, 122, 122);
  width: 10rem;
  outline: #AAC811;
}
section.section-form-descargas div.wrapp form div.seleccion-idiomas select:focus {
  outline: none !important;
  border-color: #AAC811;
}
section.section-form-descargas div.wrapp form div.footer div.btn-submit {
  display: flex;
  justify-content: center;
}
section.section-form-descargas div.wrapp form div.footer div.btn-submit input.btn-green {
  display: flex;
  text-align: center;
  background-color: #AAC811;
  border-radius: 50px;
  align-items: center;
  max-width: 9rem;
  justify-content: center;
  padding: 9px 18px;
  cursor: pointer;
  transition: 0.5s;
  margin-top: 2rem;
  font-size: 13px;
  margin-bottom: 1rem;
}
section.section-form-descargas div.wrapp form div.footer div.btn-submit input.btn-green p {
  color: rgb(66, 66, 66);
  font-size: 13px;
  font-weight: 400;
}
section.section-form-descargas div.wrapp form div.footer div.btn-submit .btn-green:hover {
  opacity: 0.8;
}
section.section-form-descargas div.wrapp form div.footer p {
  font-size: 12px;
  line-height: 20px;
}
.section-form-descargas .active {
  display: flex;
}
@media only screen and (max-width: 767px) {
  section.section-form-descargas {
    width: 100%;
    left: 0;
  }
  section.section-form-descargas div.wrapp {
    width: 90%;
    margin-top: 25%;
  }
  section.section-form-descargas div.wrapp div.header div.head div.titular h1 {
    font-size: 20px;
  }
}
.section-form-popup-besa {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0%;
  margin-top: 0vh;
  background-color: rgba(134, 134, 134, 0.699);
  overflow: hidden;
  overflow: auto;
  height: 100vh;
}
.section-form-popup-besa .caja{
	width: 25rem;
}
@media (max-width: 640px){
	.section-form-popup-besa .caja{
		width: 95vw;
	}
}
.section-form-popup-besa .caja {
  background-color: white;
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 10px 8px 13px -11px #000000;
  margin-top: 13vh;
  position: absolute;
  top: 25rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-shadow: 10px 8px 13px -11px #000000;
}
.section-form-popup-besa .caja .header {
  display: flex;
  flex-direction: column;
}
.section-form-popup-besa .caja .header .btn-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.section-form-popup-besa .caja .header .btn-wrap .btn-close {
  width: 20px;
  height: 20px;
  background-color: #AAC811;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  margin: 5px;
}
.section-form-popup-besa .caja .header .btn-wrap .btn-close:hover {
  opacity: 0.7;
}
.section-form-popup-besa .caja .header h2 {
  padding-top: 8px;
  padding-bottom: 1rem;
  color: #AAC811;
  font-size: 1.7rem;
}
.section-form-popup-besa .caja form ._form-title {
  color: #AAC811;
  font-size: 1.2rem;
  padding-top: 10px;
}
.section-form-popup-besa .caja form ._html-code {
  padding-top: 18px;
}
.section-form-popup-besa .caja form ._clear {
  display: none;
}
.section-form-popup-besa .caja form ._error-inner {
  color: rgb(3, 3, 3);
  display: block;
  color: red;
  padding: 8px 12px;
  font-size: 12px;
  background: rgba(255, 0, 0, 0.2);
  border-radius: 20px;
  width: 100%;
  margin: 5px;
}
.section-form-popup-besa .caja form ._no_arrow {
  color: rgb(0, 0, 0);
}
.section-form-popup-besa .caja form ._above {
  color: rgb(239, 0, 0);
  text-align: center;
  padding-bottom: 5px;
}
.section-form-popup-besa .caja form label {
  margin: auto;
}
.section-form-popup-besa .caja form ._form-fieldset:first-child {
  display: flex;
  flex-direction: column;
}
.section-form-popup-besa .caja form ._checkbox-radio input {
  width: 10%;
}
.section-form-popup-besa .caja form input {
  border: 1px solid rgb(122, 122, 122);
  width: 100%;
  padding: 6px;
  margin-bottom: 16px;
}
.section-form-popup-besa .caja form div._field-wrapper {
  display: flex;
  justify-content: center;
}
.section-form-popup-besa .caja form div._field-wrapper select {
  padding-top: 7px;
  width: 10rem;
  border: 1px solid rgb(122, 122, 122);
  padding: 6px;
  margin-bottom: 16px;
  color: rgb(122, 122, 122);
}
.section-form-popup-besa .caja form div._field-wrapper ._error-inner {
  display: block;
  color: rgb(253, 5, 5);
  padding: 8px 12px;
  font-size: 12px;
  border-radius: 20px;
  width: 200px;
  margin: 5px;
  position: absolute;
  right: -22px;
}
.section-form-popup-besa .caja form ._field17 {
  padding-top: 1em;
}
.section-form-popup-besa .caja form fieldset {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
}
.section-form-popup-besa .caja form fieldset div._row ._checkbox-radio {
  text-align: center;
}
.section-form-popup-besa .caja form fieldset div._row ._checkbox-radio input span {
  width: 100%;
  margin: auto;
}
.section-form-popup-besa .caja form fieldset div._row ._checkbox-radio input span label {
  font-size: 10px;
}
.section-form-popup-besa .caja form .two {
  display: flex;
  justify-content: center;
  font-size: 12px;
}
.section-form-popup-besa .caja form .two ._row ._checkbox-radio span {
  width: 200px;
}
.section-form-popup-besa .caja form div._button-wrapper {
  display: flex;
  justify-content: center;
}
.section-form-popup-besa .caja form div._button-wrapper button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid #AAC811;
  font-weight: 400;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #AAC811;
  font-size: 13px;
  padding: 8px 22px;
  width: 250px;
  transition: 0.5s;
}
.section-form-popup-besa .caja form div._button-wrapper button:hover {
  opacity: 0.7;
}
.section-form-popup-besa .caja ul li {
  padding: 5px;
  width: 100%;
  border-top: 0.5px solid black;
  border-left: 0.5px solid black;
  border-right: 0.5px solid black;
}
.section-form-popup-besa .caja ul li a.active-idioma {
  color: #AAC811;
}
.section-form-popup-besa .caja ul li a.never-active {
  color: black;
  opacity: 0.3;
  pointer-events: none;
}
.section-form-popup-besa .caja ul li:last-child {
  border-bottom: 0.5px solid black;
  border-left: 0.5px solid black;
  border-right: 0.5px solid black;
}
.section-form-popup-besa .caja .boton {
  display: flex;
  justify-content: flex-end;
}
.section-form-popup-besa .caja .boton .btn-descargar {
  padding: 13px 20px;
  background-color: #AAC811;
  border-radius: 25px;
  transition: 0.5s;
  font-size: 13px;
  display: flex;
  justify-content: flex-end;
}
.section-form-popup-besa .caja .boton .btn-descargar:hover {
  opacity: 0.8;
}
.form-descarga-ficha.active {
  display: flex;
}
@media (max-width: 640px) {
  .section-default-form-popup-fs {
    overflow: auto;
    height: 100vh;
  }
  .section-default-form-popup-fs .caja {
    top: 465px;
  }
}
section.section-error-page {
  display: flex;
  align-items: center;
  height: 50vh;
  display: flex;
  margin-top: 20vh;
  padding: 7rem;
  max-width: 1440px;
}
section.section-error-page div.left {
  width: 60%;
  padding-left: 10px;
}
section.section-error-page div.left h1 {
  font-size: 8vw;
  color: #AAC811;
  font-weight: 600;
}
section.section-error-page div.left h2 {
  font-size: 4vw;
  padding-top: 3vh;
  color: #2C538B;
}
section.section-error-page div.left p {
  padding-top: 3vh;
  font-size: 1.3vw;
  line-height: 140%;
}
section.section-error-page div.left ul {
  padding-top: 2vh;
}
section.section-error-page div.left ul li a {
  color: #AAC811;
  line-height: 130%;
}
section.section-error-page div.right {
  width: 40%;
  display: flex;
  justify-content: center;
}
section.section-error-page div.right img {
  width: 50%;
}
@media (max-width: 767px) {
  section.section-error-page {
    flex-direction: column;
    height: 60vh;
    margin-top: 8vh;
  }
  section.section-error-page div.left {
    width: 100%;
  }
  section.section-error-page div.left h1 {
    font-size: 15vw;
  }
  section.section-error-page div.left h2 {
    font-size: 8vw;
    font-weight: 400;
  }
  section.section-error-page div.left p {
    padding-top: 3vh;
    font-size: 4vw;
  }
  section.section-error-page div.right {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-top: 4vh;
  }
  section.section-error-page div.right img {
    width: 40%;
  }
}

/*# sourceMappingURL=app.min.css.map */