@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
	html {
		/* @apply overflow-hidden; */
	}
	body {
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
	@media (min-width: 1024px) {

  body {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

	h1, h2, h3, h4, h5, h6, a, button {
  font-family: Oswald, sans-serif;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
	h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
	@media (min-width: 1024px) {

  h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
	h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
	@media (min-width: 1024px) {

  h2 {
    font-size: 44px;
  }
}
	h3 {
  font-size: 23px;
  font-weight: 600;
}
	@media (min-width: 782px) {

  h3 {
    font-size: 44px;
    line-height: 42px;
  }
}
	h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px !important;
  letter-spacing: 0px;
}
	@media (min-width: 1024px) {

  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
	h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
	@media (min-width: 782px) {

  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
	h6 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
	button {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 26px;
  color: #171718F7;
}
	button:focus {
  outline-color: none;
}
	button:focus-visible {
  outline-color: none;
}
	p, li {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity));
}
	* {
  line-height: 150%;
}
	ul {
  list-style-position: inside;
  list-style-type: disc;
}
	ol {
  list-style-position: inside;
  list-style-type: decimal;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(43 156 204 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(43 156 204 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 420px) {

  .container {
    max-width: 420px;
  }
}
@media (min-width: 480px) {

  .container {
    max-width: 480px;
  }
}
@media (min-width: 550px) {

  .container {
    max-width: 550px;
  }
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 782px) {

  .container {
    max-width: 782px;
  }
}
@media (min-width: 868px) {

  .container {
    max-width: 868px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {

  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {

  .container {
    max-width: 1600px;
  }
}
@media (min-width: 2000px) {

  .container {
    max-width: 2000px;
  }
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.left-0 {
  left: 0px;
}
.left-\[50\%\] {
  left: 50%;
}
.right-5 {
  right: 1.25rem;
}
.right-8 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.top-20 {
  top: 5rem;
}
.top-7 {
  top: 1.75rem;
}
.top-\[-100\%\] {
  top: -100%;
}
.top-\[50\%\] {
  top: 50%;
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[-2\] {
  z-index: -2;
}
.z-\[2\] {
  z-index: 2;
}
.\!m-\[5px_20px\] {
  margin: 5px 20px !important;
}
.\!my-\[5px\] {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\!mr-\[20px\] {
  margin-right: 20px !important;
}
.\!mt-3 {
  margin-top: 0.75rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.\!inline-block {
  display: inline-block !important;
}
.inline-block {
  display: inline-block;
}
.\!inline {
  display: inline !important;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!h-\[50vw\] {
  height: 50vw !important;
}
.\!h-auto {
  height: auto !important;
}
.\!h-full {
  height: 100% !important;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-5 {
  height: 1.25rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[112px\] {
  height: 112px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[210px\] {
  height: 210px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[50vw\] {
  height: 50vw;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[58vw\] {
  height: 58vw;
}
.h-\[calc\(60vh\+54px\)\] {
  height: calc(60vh + 54px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[30vw\] {
  max-height: 30vw;
}
.max-h-\[350px\] {
  max-height: 350px;
}
.max-h-\[550px\] {
  max-height: 550px;
}
.max-h-\[calc\(1920px\/4\)\] {
  max-height: calc(1920px / 4);
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[160px\] {
  min-height: 160px;
}
.min-h-\[231px\] {
  min-height: 231px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[340px\] {
  min-height: 340px;
}
.min-h-\[48px\] {
  min-height: 48px;
}
.min-h-full {
  min-height: 100%;
}
.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-5 {
  width: 1.25rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[112px\] {
  width: 112px;
}
.w-\[120px\] {
  width: 120px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[48px\] {
  min-width: 48px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.max-w-\[130px\] {
  max-width: 130px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[65px\] {
  max-width: 65px;
}
.max-w-\[calc\(50\%-80px\)\] {
  max-width: calc(50% - 80px);
}
.max-w-full {
  max-width: 100%;
}
.-translate-x-\[50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.columns-1 {
  -moz-columns: 1;
       columns: 1;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.\!flex-wrap {
  flex-wrap: wrap !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
.\!flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.\!justify-center {
  justify-content: center !important;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[1px\] {
  gap: 1px;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.\!overflow-visible {
  overflow: visible !important;
}
.overflow-visible {
  overflow: visible;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.border-0 {
  border-width: 0px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#323335\] {
  --tw-border-opacity: 1;
  border-color: rgb(50 51 53 / var(--tw-border-opacity));
}
.border-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.\!border-b-white {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.bg-\[\#333\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-\[\#383838\] {
  --tw-bg-opacity: 1;
  background-color: rgb(56 56 56 / var(--tw-bg-opacity));
}
.bg-\[\#eeeeee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 0\2c 0\2c \.6\)\] {
  background-color: rgba(0,0,0,.6);
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  background-color: rgba(0,0,0,0.25);
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  background-color: rgba(0,0,0,0.5);
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.6\)\] {
  background-color: rgba(0,0,0,0.6);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(50 51 53 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.\!pb-12 {
  padding-bottom: 3rem !important;
}
.\!pt-10 {
  padding-top: 2.5rem !important;
}
.\!pt-3 {
  padding-top: 0.75rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.text-left {
  text-align: left;
}
.\!text-center {
  text-align: center !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.\!font-edosz {
  font-family: edosz, sans-serif !important;
}
.font-oswald {
  font-family: Oswald, sans-serif;
}
.font-roboto {
  font-family: Roboto, sans-serif;
}
.\!text-\[13px\] {
  font-size: 13px !important;
}
.\!text-\[15px\] {
  font-size: 15px !important;
}
.\!text-\[23px\] {
  font-size: 23px !important;
}
.\!text-\[28px\] {
  font-size: 28px !important;
}
.\!text-\[30px\] {
  font-size: 30px !important;
}
.\!text-\[36px\] {
  font-size: 36px !important;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[0px\] {
  font-size: 0px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.font-\[325\] {
  font-weight: 325;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.\!leading-\[20px\] {
  line-height: 20px !important;
}
.\!leading-\[32px\] {
  line-height: 32px !important;
}
.\!leading-\[35px\] {
  line-height: 35px !important;
}
.\!leading-\[40px\] {
  line-height: 40px !important;
}
.leading-\[50px\] {
  line-height: 50px;
}
.\!tracking-\[0px\] {
  letter-spacing: 0px !important;
}
.tracking-\[0px\] {
  letter-spacing: 0px;
}
.\!text-\[\#2ad66c\] {
  --tw-text-opacity: 1 !important;
  color: rgb(42 214 108 / var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#5e5e5e\] {
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}
.text-\[\#6B6B6B\] {
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity));
}
.text-\[\#6b6b6b\] {
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity));
}
.text-\[\#7dc363\] {
  --tw-text-opacity: 1;
  color: rgb(125 195 99 / var(--tw-text-opacity));
}
.text-\[\#979797\] {
  --tw-text-opacity: 1;
  color: rgb(151 151 151 / var(--tw-text-opacity));
}
.text-\[\#f7f7f7\] {
  --tw-text-opacity: 1;
  color: rgb(247 247 247 / var(--tw-text-opacity));
}
.text-\[inherit\] {
  color: inherit;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(50 51 53 / var(--tw-text-opacity));
}
.text-black-400 {
  --tw-text-opacity: 1;
  color: rgb(131 135 141 / var(--tw-text-opacity));
}
.text-black-500 {
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity));
}
.text-black-950 {
  color: #171718F7;
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(250 182 167 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_2px_18px_2\.25px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0px 2px 18px 2.25px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 2px 18px 2.25px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_2px_40px_2\.25px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0px 2px 40px 2.25px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 2px 40px 2.25px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_4px_40px_2\.25px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0px 4px 40px 2.25px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 4px 40px 2.25px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-\[opacity_1s_ease-out\] {
  transition-property: opacity 1s ease-out;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[hostname\:port\] {
  hostname: port;
}

@font-face {
	font-family: edosz;
	src: url(.././fonts/edosz.eot);
	src: url(.././fonts/edosz.eot?#iefix) format('embedded-opentype'),
	url(.././fonts/edosz.woff2) format('woff2'),
	url(.././fonts/edosz.woff) format('woff'),
	url(.././fonts/edosz.ttf) format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
  }

/** CUSTOM **/

* {
	scroll-behavior: smooth !important;
	outline: none;
}
*:focus-visible {
	outline: none;
}
body {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

/**
* CONTAINERS
*/
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.container-widescreen {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
}
.container-boxed {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1380px;
}

/**
* Buttons
*/
.btn {
  display: inline-flex;
  cursor: pointer;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 15px !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn:disabled {
  pointer-events: none;
  --tw-text-opacity: 1;
  color: rgb(173 177 179 / var(--tw-text-opacity));
}
.btn:hover:disabled {
  opacity: 1;
}
@media (min-width: 782px) {

  .btn {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.btn-white {
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(50 51 53 / var(--tw-text-opacity));
}
.btn-white:hover {
  opacity: 0.8;
}
.btn-classic {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(50 51 53 / var(--tw-text-opacity));
}
.btn-classic:hover {
  --tw-text-opacity: 1;
  color: rgb(117 180 90 / var(--tw-text-opacity));
}
.btn-classic-contrast {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-classic-contrast:hover {
  --tw-text-opacity: 1;
  color: rgb(117 180 90 / var(--tw-text-opacity));
}
.btn-underlined {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(50 51 53 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.btn-underlined:hover {
  --tw-text-opacity: 1;
  color: rgb(117 180 90 / var(--tw-text-opacity));
}
.btn-transparent-black {
  border-color: #171718F7;
  color: #171718F7;
}
.btn-transparent-black:hover {
  --tw-text-opacity: 1;
  color: rgb(117 180 90 / var(--tw-text-opacity));
}
.btn-white-black {
  border-color: #171718F7;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: #171718F7;
}
.btn-white-black:hover {
  --tw-text-opacity: 1;
  color: rgb(117 180 90 / var(--tw-text-opacity));
}
.btn-black-white {
  --tw-border-opacity: 1;
  border-color: rgb(50 51 53 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(50 51 53 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-black-white:hover {
  opacity: 0.9;
}
.btn-transparent-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-transparent-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: #171718F7;
}

/** paragraph **/
.paragraph-custom-color p {
	color: inherit !important;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:z-1::before {
  content: var(--tw-content);
  z-index: 1;
}
.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}
.before\:font-oswald::before {
  content: var(--tw-content);
  font-family: Oswald, sans-serif;
}
.before\:text-\[11px\]::before {
  content: var(--tw-content);
  font-size: 11px;
}
.before\:font-normal::before {
  content: var(--tw-content);
  font-weight: 400;
}
.before\:\!leading-\[20px\]::before {
  content: var(--tw-content);
  line-height: 20px !important;
}
.before\:text-white::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}
.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}
.after\:w-0::after {
  content: var(--tw-content);
  width: 0px;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:bg-\[\#61ce70\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(97 206 112 / var(--tw-bg-opacity));
}
.after\:bg-\[rgba\(0\2c 0\2c 0\2c 0\.4\)\]::after {
  content: var(--tw-content);
  background-color: rgba(0,0,0,0.4);
}
.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.odd\:pr-3:nth-child(odd) {
  padding-right: 0.75rem;
}
.even\:pl-3:nth-child(even) {
  padding-left: 0.75rem;
}
.hover\:\!text-green:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(117 180 90 / var(--tw-text-opacity)) !important;
}
.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:text-\[\#8ec66d\]:hover {
  --tw-text-opacity: 1;
  color: rgb(142 198 109 / var(--tw-text-opacity));
}
.hover\:text-green:hover {
  --tw-text-opacity: 1;
  color: rgb(117 180 90 / var(--tw-text-opacity));
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
@media (min-width: 420px) {

  .xxs\:h-\[70vw\] {
    height: 70vw;
  }

  .xxs\:min-h-\[70vw\] {
    min-height: 70vw;
  }

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

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

  .xxs\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 480px) {

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

  .xs\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 550px) {

  .xsm\:max-w-\[calc\(50\%-12px\)\] {
    max-width: calc(50% - 12px);
  }

  .xsm\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .xsm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {

  .sm\:h-\[50vw\] {
    height: 50vw;
  }

  .sm\:h-\[calc\(60vh\+54px\)\] {
    height: calc(60vh + 54px);
  }

  .sm\:min-h-\[50vw\] {
    min-height: 50vw;
  }

  .sm\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .sm\:max-w-\[calc\(50\%-12px\)\] {
    max-width: calc(50% - 12px);
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

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

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

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .sm\:\!text-\[45px\] {
    font-size: 45px !important;
  }

  .sm\:\!leading-\[52px\] {
    line-height: 52px !important;
  }

  .sm\:odd\:pr-0:nth-child(odd) {
    padding-right: 0px;
  }

  .sm\:odd\:even\:pl-0:nth-child(even):nth-child(odd) {
    padding-left: 0px;
  }
}
@media (min-width: 782px) {

  .md\:\!absolute {
    position: absolute !important;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:bottom-20 {
    bottom: 5rem;
  }

  .md\:-mt-\[145px\] {
    margin-top: -145px;
  }

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

  .md\:block {
    display: block;
  }

  .md\:\!hidden {
    display: none !important;
  }

  .md\:hidden {
    display: none;
  }

  .md\:\!h-full {
    height: 100% !important;
  }

  .md\:h-\[100px\] {
    height: 100px;
  }

  .md\:h-\[250px\] {
    height: 250px;
  }

  .md\:h-\[450px\] {
    height: 450px;
  }

  .md\:h-\[60vh\] {
    height: 60vh;
  }

  .md\:h-\[calc\(70vh\+100px\)\] {
    height: calc(70vh + 100px);
  }

  .md\:max-h-\[40vw\] {
    max-height: 40vw;
  }

  .md\:min-h-\[530px\] {
    min-height: 530px;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

  .md\:w-\[unset\] {
    width: unset;
  }

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:max-w-\[380px\] {
    max-width: 380px;
  }

  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .md\:max-w-\[calc\(\(100\%\/3\)-16px\)\] {
    max-width: calc((100% / 3) - 16px);
  }

  .md\:max-w-\[calc\(100\%\/3\)\] {
    max-width: calc(100% / 3);
  }

  .md\:max-w-\[calc\(50\%-80px\)\] {
    max-width: calc(50% - 80px);
  }

  .md\:max-w-\[calc\(75\%-6vw\)\] {
    max-width: calc(75% - 6vw);
  }

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .md\:rounded-none {
    border-radius: 0px;
  }

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

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:\!py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

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

  .md\:\!text-\[50px\] {
    font-size: 50px !important;
  }

  .md\:\!text-\[65px\] {
    font-size: 65px !important;
  }

  .md\:\!leading-\[55px\] {
    line-height: 55px !important;
  }

  .md\:\!leading-\[72px\] {
    line-height: 72px !important;
  }

  .md\:\!text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(50 51 53 / var(--tw-text-opacity)) !important;
  }
}
@media (min-width: 868px) {

  .mdl\:w-\[calc\(\(\(100\%\/3\)\*1\)-10px\)\] {
    width: calc(((100% / 3) * 1) - 10px);
  }

  .mdl\:w-\[calc\(\(\(100\%\/3\)\*2\)-10px\)\] {
    width: calc(((100% / 3) * 2) - 10px);
  }

  .mdl\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .mdl\:flex-\[40\%\] {
    flex: 40%;
  }

  .mdl\:flex-\[60\%\] {
    flex: 60%;
  }

  .mdl\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

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

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

  .mdl\:gap-5 {
    gap: 1.25rem;
  }

  .mdl\:gap-8 {
    gap: 2rem;
  }

  .mdl\:odd\:pr-3:nth-child(odd) {
    padding-right: 0.75rem;
  }

  .mdl\:even\:pl-3:nth-child(even) {
    padding-left: 0.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:right-20 {
    right: 5rem;
  }

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

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

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

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

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

  .lg\:min-h-\[calc\(100\%\/4\)\] {
    min-height: calc(100% / 4);
  }

  .lg\:min-h-\[unset\] {
    min-height: unset;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-\[calc\(50\%-20px\)\] {
    width: calc(50% - 20px);
  }

  .lg\:w-\[unset\] {
    width: unset;
  }

  .lg\:max-w-\[25\%\] {
    max-width: 25%;
  }

  .lg\:max-w-\[30\%\] {
    max-width: 30%;
  }

  .lg\:max-w-\[321px\] {
    max-width: 321px;
  }

  .lg\:max-w-\[calc\(50\%-6vw\)\] {
    max-width: calc(50% - 6vw);
  }

  .lg\:max-w-\[unset\] {
    max-width: unset;
  }

  .lg\:flex-\[calc\(\(100\%\/3\)\*2\)\] {
    flex: calc((100% / 3) * 2);
  }

  .lg\:flex-\[calc\(100\%\/3\)\] {
    flex: calc(100% / 3);
  }

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

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

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

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:\!pt-5 {
    padding-top: 1.25rem !important;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .lg\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:\!text-\[85px\] {
    font-size: 85px !important;
  }

  .lg\:\!leading-\[92px\] {
    line-height: 92px !important;
  }
}
@media (min-width: 1200px) {

  .xl\:left-auto {
    left: auto;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:mt-\[-100px\] {
    margin-top: -100px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:\!hidden {
    display: none !important;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:min-h-\[425px\] {
    min-height: 425px;
  }

  .xl\:max-w-\[25\%\] {
    max-width: 25%;
  }

  .xl\:max-w-\[calc\(25\%-18px\)\] {
    max-width: calc(25% - 18px);
  }

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

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

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1440px) {

  .\32xl\:left-\[calc\(\(100\%-1380px\)\/2\)\] {
    left: calc((100% - 1380px) / 2);
  }

  .\32xl\:max-h-\[550px\] {
    max-height: 550px;
  }

  .\32xl\:min-h-\[320px\] {
    min-height: 320px;
  }

  .\32xl\:max-w-\[450px\] {
    max-width: 450px;
  }

  .\32xl\:max-w-\[calc\(\(1380px\/3\)-16px\)\] {
    max-width: calc((1380px / 3) - 16px);
  }

  .\32xl\:overflow-visible {
    overflow: visible;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 2000px) {

  .\34xl\:max-w-\[calc\(1920px\/4\)\] {
    max-width: calc(1920px / 4);
  }
}
.\[\&\>\*\:last-child\]\:hover\:bg-transparent:hover>*:last-child {
  background-color: transparent;
}
.\[\&\>\*\:nth-child\(1\)\]\:pt-10>*:nth-child(1) {
  padding-top: 2.5rem;
}
.\[\&\>\*\]\:h-full>* {
  height: 100%;
}
@media (min-width: 1024px) {

  .lg\:\[\&_div\]\:\!text-right div {
    text-align: right !important;
  }

  .lg\:\[\&_h2\]\:\!text-right h2 {
    text-align: right !important;
  }

  .lg\:\[\&_h3\]\:\!text-right h3 {
    text-align: right !important;
  }
}
.\[\&_h4\]\:\!pb-4 h4 {
  padding-bottom: 1rem !important;
}
.\[\&_h4\]\:hover\:text-\[\#8ec66d\]:hover h4 {
  --tw-text-opacity: 1;
  color: rgb(142 198 109 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .lg\:\[\&_h4\]\:\!text-right h4 {
    text-align: right !important;
  }
}
.\[\&_h5\]\:\!pb-5 h5 {
  padding-bottom: 1.25rem !important;
}
.\[\&_h5\]\:\!text-\[\#6B6B6B\] h5 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 107 107 / var(--tw-text-opacity)) !important;
}
.\[\&_h5\]\:text-\[\#323335\] h5 {
  --tw-text-opacity: 1;
  color: rgb(50 51 53 / var(--tw-text-opacity));
}
.\[\&_h5\]\:hover\:\!text-transparent:hover h5 {
  color: transparent !important;
}
@media (min-width: 1024px) {

  .lg\:\[\&_h5\]\:\!text-right h5 {
    text-align: right !important;
  }

  .lg\:\[\&_h6\]\:\!text-right h6 {
    text-align: right !important;
  }
}
.\[\&_img\]\:h-full img {
  height: 100%;
}
.\[\&_img\]\:w-full img {
  width: 100%;
}
.\[\&_img\]\:max-w-\[150px\] img {
  max-width: 150px;
}
.\[\&_img\]\:object-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
.\[\&_img\]\:object-center img {
  -o-object-position: center;
     object-position: center;
}
.\[\&_img\]\:transition-all img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_img\]\:hover\:scale-105:hover img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 782px) {

  .md\:\[\&_img\]\:max-w-\[200px\] img {
    max-width: 200px;
  }
}
.\[\&_p\]\:py-4 p {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.\[\&_p\]\:\!text-xs p {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.\[\&_p\]\:\!text-white p {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {

  .lg\:\[\&_p\]\:\!text-right p {
    text-align: right !important;
  }
}
.\[\&_span\]\:hover\:\!opacity-0:hover span {
  opacity: 0 !important;
}
.\[\&_svg\]\:h-12 svg {
  height: 3rem;
}
.\[\&_svg\]\:h-4 svg {
  height: 1rem;
}
.\[\&_svg\]\:w-12 svg {
  width: 3rem;
}
.\[\&_svg\]\:w-4 svg {
  width: 1rem;
}
@media (min-width: 782px) {

  .md\:\[\&\~\*\]\:pt-4~* {
    padding-top: 1rem;
  }
}

body.sticky-header #wpadminbar {
    z-index: 0
}
@media (min-width: 1200px) {
    body.sticky-header #main-header {
        padding-bottom: 95px
    }
}
body.sticky-header  #main-header_bottom {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 95px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 1px 3px rgba(0,0,0,.11);
    --tw-shadow-colored: 0 1px 3px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

body.sticky-header .hero_section {
    margin-top: -95px
}

body[header-theme="transparent-white"] #main-header_bottom {
    --tw-shadow-color: none;
    --tw-shadow: var(--tw-shadow-colored)
}
body.sticky-header[header-theme="transparent-white"] #main-header_bottom {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
/*
#sticky-menu-fake {
	@apply xl:h-[100px];
} */

.wl_hero_section.hero_section-home .swiper .hero-slide-button-prev,
.wl_hero_section.hero_section-home .swiper .hero-slide-button-next {
	position: absolute;
	top: 50%;
	z-index: 2;
	--tw-translate-y: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	cursor: pointer;
	font-size: 1.875rem;
	line-height: 2.25rem;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	opacity: 1;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.wl_hero_section.hero_section-home .swiper.main-slider .hero-slide-button-prev {
	left: 1rem;
}
.wl_hero_section.hero_section-home .swiper.main-slider .hero-slide-button-next {
	right: 1rem;
}
.wl_hero_section.hero_section-home .swiper .hero-slide-button-prev.swiper-button-lock,
.wl_hero_section.hero_section-home .swiper .hero-slide-button-next.swiper-button-lock {
	opacity: 0;
}

.wl_hero_section h1.wl_hero_title_custom span,

.wl_hero_section h2 span {
	vertical-align: text-top;
	font-size: 22px;
	line-height: 25px;
}

@media (min-width: 782px) {
	.wl_hero_section h1.wl_hero_title_custom span,

.wl_hero_section h2 span {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}
.wl_hero_section h1.wl_hero_title_custom small,
.wl_hero_section h2 small {
	text-transform: initial;
	font-size: inherit;
	line-height: inherit;
}

/* start copy section */
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	min-height: 36px;
	/* padding: 8px 12px; */
	width: 100%;
	/* margin-top: 5px; */
	background: white;
	border-radius: 4px;
	border: 1px solid #c4c4c4; /* border-top: 1px solid #c0c0c0; */
	/* border: 1.5px solid rgba(255, 255, 255, 0.10); */
	box-sizing: border-box;
	font-size: 16px;
	color: #787878;
	outline: none;
    margin: 0;
    padding: 12px;
    font-family: Roboto, sans-serif;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url] {
	height: 50px;
}
input.inp-white::-moz-placeholder {
	opacity: 0.5;
	color: #FFF;
}
input.inp-white::placeholder {
	opacity: 0.5;
	color: #FFF;
}
input[type=email].inp-white,
input[type=number].inp-white,
input[type=password].inp-white,
input[type=tel].inp-white,
input[type=text].inp-white,
input[type=url].inp-white,
textarea.inp-white {
	border: 1px solid rgba(255,255,255,0.10); /* border-top: 1px solid #c0c0c0; */
	/* color: #F4F6FC; */
	color: #FFF;
	/* opacity: 0.5; */
}
input[type=email]:focus.inp-white,
input[type=number]:focus.inp-white,
input[type=password]:focus.inp-white,
input[type=tel]:focus.inp-white,
input[type=text]:focus.inp-white,
input[type=url]:focus.inp-white,
textarea:focus.inp-white {
	border: 1px solid #F4F6FC;
	opacity: 1;
}


.static-label {
	position: relative;
}
.form-input-container.with-error .error-field,
.form-input-container.with-error .form-input-feedback {
	display: block;
}
.error-field {
	font-size: 14px;
	letter-spacing: 0px;
    margin-top: 5px;
	color: #e80000;
	padding-left: 4px;
	display: none;
	font-family: Oswald, sans-serif;
}
.form-input-container.with-error input,
.form-input-container.with-error textarea {
	border-color: #e80000;
}
.form-input-feedback {
	position: absolute;
	display: none;
	right: 0;
	top: 0;
	height: 50px;
	width: 50px;
	border-radius: 0 4px 4px 0;
}
.form-input-container.with-error .form-input-feedback::after {
	background: #e80000;
    color: #fff;
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f12a";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    height: 48px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    transition: all .220s;
}
.form-input-container.with-validation input,
.form-input-container.with-validation textarea {
	border-color: green;
}
.form-input-container.with-validation .form-input-feedback {
	display: block;
}
.form-input-container.with-validation .form-input-feedback::after {
	color: green;
    font-family: FontAwesome;
    font-size: 30px;
    content: "\f058";
    position: absolute;
    top: 0;
    right: 16px;
    height: 50px;
    line-height: 50px;
    transition: all .220s;
}
button[type='submit'] {
	display: flex;
	justify-content: center;
	align-items: center;
}
button[type='submit'].is-loading span {
	display: none;
}
button[type='submit'].is-loading svg {
	display: block;
}

.highlight-element {
	position: relative;
	z-index: 1;
}

.highlight-element u,
.highlight-element b,
.highlight-element strong {
	text-decoration: none;
}

.hero_section-home h2.highlight-element.highlight-red u {
	--tw-text-opacity: 1;
	color: rgb(234 95 64 / var(--tw-text-opacity));
}
.hero_section-home span.highlight-element.highlight-red u {
	--tw-bg-opacity: 1;
	background-color: rgb(234 95 64 / var(--tw-bg-opacity));
}
.hero_section-home h2.highlight-element.highlight-green u {
	--tw-text-opacity: 1;
	color: rgb(117 180 90 / var(--tw-text-opacity));
}
.hero_section-home span.highlight-element.highlight-green u {
	--tw-bg-opacity: 1;
	background-color: rgb(117 180 90 / var(--tw-bg-opacity));
}
.hero_section-home h2.highlight-element.highlight-azure u {
	--tw-text-opacity: 1;
	color: rgb(110 193 228 / var(--tw-text-opacity));
}
.hero_section-home span.highlight-element.highlight-azure u {
	--tw-bg-opacity: 1;
	background-color: rgb(110 193 228 / var(--tw-bg-opacity));
}

.wl_theme_component .highlight-element u,
.hero_section-page .highlight-element u {
	position: relative;
	z-index: 1;
	display: inline-block;
}

.wl_theme_component .highlight-element u::after,
.hero_section-page .highlight-element u::after {
	position: absolute;
	left: 0px;
	bottom: 25%;
	z-index: -1;
	height: 30%;
	width: 100%;
	--tw-translate-y: 50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-content: '';
	content: var(--tw-content);
}
.wl_theme_component .highlight-element.highlight-red u::after,
.hero_section-page .highlight-element.highlight-red u::after {
	content: var(--tw-content);
	--tw-bg-opacity: 1;
	background-color: rgb(234 95 64 / var(--tw-bg-opacity));
}
.wl_theme_component .highlight-element.highlight-blue-dark u::after,
.hero_section-page .highlight-element.highlight-blue-dark u::after {
	content: var(--tw-content);
	--tw-bg-opacity: 1;
	background-color: rgb(14 152 207 / var(--tw-bg-opacity));
}
.wl_theme_component .highlight-element.highlight-blue u::after,
.hero_section-page .highlight-element.highlight-blue u::after {
	content: var(--tw-content);
	--tw-bg-opacity: 1;
	background-color: rgb(110 193 228 / var(--tw-bg-opacity));
}
.wl_theme_component .highlight-element.highlight-azure u::after,
.hero_section-page .highlight-element.highlight-azure u::after {
	content: var(--tw-content);
	--tw-bg-opacity: 1;
	background-color: rgb(163 207 210 / var(--tw-bg-opacity));
}
.wl_theme_component .highlight-element.highlight-orange u::after,
.hero_section-page .highlight-element.highlight-orange u::after {
	content: var(--tw-content);
	--tw-bg-opacity: 1;
	background-color: rgb(231 117 62 / var(--tw-bg-opacity));
}
.wl_theme_component .highlight-element.highlight-green u::after,
.hero_section-page .highlight-element.highlight-green u::after {
	content: var(--tw-content);
	--tw-bg-opacity: 1;
	background-color: rgb(97 206 112 / var(--tw-bg-opacity));
}
.wl_theme_component .highlight-element.highlight-green-light u::after,
.hero_section-page .highlight-element.highlight-green-light u::after {
	content: var(--tw-content);
	--tw-bg-opacity: 1;
	background-color: rgb(141 196 110 / var(--tw-bg-opacity));
}
.wl_theme_component .highlight-element.highlight-teal u::after,
.hero_section-page .highlight-element.highlight-teal u::after {
	content: var(--tw-content) !important;
	--tw-bg-opacity: 1 !important;
	background-color: rgb(123 201 206 / var(--tw-bg-opacity)) !important;
}

/** icons_text **/
.icon_text_element p {
	--tw-text-opacity: 1;
	color: rgb(107 107 107 / var(--tw-text-opacity));
}

/** SWIPER **/
.swiper .swiper-pagination-bullets {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	height: calc(5px * 1.4);
	width: calc(5px * 1.4);
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgb(229 229 229 / var(--tw-bg-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #B5CD69;
    transform: matrix(1.4,0,0,1.4,0,0) translateZ(0);
}
.swiper-pagination-lock {
	opacity: 0 !important;
}

/** card_two_columns **/
.card_two_columns .card_gallery .swiper-slide {
	cursor: grab;
}
.card_two_columns .swiper .swiper-pagination-bullets {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

/** dynamic_wallet_component **/
.dynamic_wallet_component-nav {
	display: none;
}
.swiper.swiper-initialized .dynamic_wallet_component-nav {
	position: absolute;
	top: 50%;
	left: 1.25rem;
	z-index: 1;
	display: block;
	display: flex;
	height: 3.5rem;
	width: 3.5rem;
	--tw-translate-y: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border-width: 2px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
	padding: 0.75rem;
	font-size: 1.5rem;
	line-height: 2rem;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	opacity: 1;
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.swiper.swiper-initialized .dynamic_wallet_component-nav i {
	font-size: 1.5rem;
	line-height: 2rem;
	--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.swiper.swiper-initialized .dynamic_wallet_component-nav.dynamic_wallet_component-button-next {
	right: 1.25rem;
	left: auto;
}
.swiper .dynamic_wallet_component-nav.swiper-button-disabled,
.swiper .dynamic_wallet_component-nav.swiper-button-lock {
	opacity: 0;
}
.dynamic_wallet_component .swiper .grid {
	display: grid;
}
.dynamic_wallet_component .swiper:not(.swiper-initialized) .grid > div {
	width: 100% !important;
	max-width: unset;
}
.dynamic_wallet_component .swiper.swiper-initialized .grid {
	display: flex;
}
/* .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	@apply block bg-[#E5E5E5] w-[calc(5px*1.4)] h-[calc(5px*1.4)] rounded-full transition-all;
}
.swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #B5CD69;
    transform: matrix(1.4,0,0,1.4,0,0) translateZ(0);
} */

/** flash_box_slider_component **/
.flash_box_slider_component .heading_component-title {
	--tw-text-opacity: 1;
	color: rgb(50 51 53 / var(--tw-text-opacity));
}
@media (min-width: 782px) {
	.flash_box_slider_component .heading_component-title {
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
	}
}
.flash_box_slider_component .cta_component a {
	--tw-bg-opacity: 1;
	background-color: rgb(50 51 53 / var(--tw-bg-opacity));
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 782px) {
	.flash_box_slider_component .cta_component a {
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity));
		--tw-text-opacity: 1;
		color: rgb(50 51 53 / var(--tw-text-opacity));
	}
}
@media (max-width: 767px) {
	.flash_box_slider_component .cta_component {
		text-align: center;
	}
}

/** TABS **/
.tabs-nav-link.active {
	pointer-events: none;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	--tw-text-opacity: 1 !important;
	color: rgb(50 51 53 / var(--tw-text-opacity)) !important;
}
.course-loop-cards.term_tabs_archives .course-loop-card-element:first-of-type {
	border-style: none !important;
}
.course-loop-cards.term_normal_archives > div:first-of-type .course-loop-card-element {
	border-style: none !important;
}
.course-loop-cards.archive-course-loop-term-card .course-loop-card-element:first-of-type {
	border-style: none !important;
}
.course-loop-cards.term_tabs_mode_archives .course-loop-card-element:first-of-type {
	border-style: none !important;
}
/* .course-loop-cards:first-child .course-loop-card-element:first-child {
	@apply !border-none;
} */

.parallax-container {
    position: relative;
    overflow: hidden;
	/* background-size: cover; */
	background-size: auto 150%;
    background-position: center;
	background-repeat: no-repeat;
    transform: translateZ(0);
}@media (min-width: 1440px) {.parallax-container {
        background-size: cover !important;
    }
}

.parallax-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.parallax-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;  /* Aumenta o riduci il valore per cambiare l'intensità dell'effetto parallasse */
    background: rgba(0, 0, 0, 0.3); /* Overlay per scurire l'immagine di sfondo */
    pointer-events: none;
    z-index: -1;
}

/* Effetto Parallasse */
/* .parallax-content {
    transform: translate3d(0, -50%, 0);
    will-change: transform;
} */

.accordion-button {
    cursor: pointer;
    border: 0;
    /* padding: 18px; */
    /* width: 70%; */
    /* font-size: 20px;
    text-transform: uppercase; */
    /* letter-spacing: 5px; */
    /* text-align: left; */
    transition: all 0.35s ease-in-out;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.accordion-button.active .isclose {
    display: none;
}
.accordion-button.active .isopen {
    display: block;
}
.accordion-button .isopen {
    display: none;
}
.accordion-panel {
    color: #000;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    transition: max-height 0.2s ease-out;
}

.main-topbar{display:flex;flex-direction:row;justify-content:center;align-items:center;height:100%}.main-topbar .topbar-col{display:flex;gap:10px}.main-topbar .topbar-col.topbar-left a{display:block;padding:4px 6px}.main-topbar .topbar-col.topbar-right{gap:16px}.main-topbar .topbar-col.topbar-right a{display:flex;align-items:center;padding:4px 6px;gap:8px}.main-topbar .topbar-col.topbar-right a>*{display:block}.main-topbar .topbar-col.topbar-right a span{font-size:13px;line-height:16px;margin-top:-2px}.main-topbar .topbar-divider{width:1px;height:18px;margin:0 14px;background-color:#fff}body .img-logo-container .logo-transparent{display:none}@media(min-width: 1200px){body[header-theme=transparent-black] .img-logo-container .logo-transparent{display:none}body[header-theme=transparent-white] .img-logo-container .logo-default{display:none}body[header-theme=transparent-white] .img-logo-container .logo-transparent{display:block}body[header-theme=transparent-white].sticky-header .img-logo-container .logo-default{display:block}body[header-theme=transparent-white].sticky-header .img-logo-container .logo-transparent{display:none}}@media(max-width: 781px){body nav.navbar-megamenu ul.navbar-nav{height:calc(100% - 108px) !important;padding:12px 20px;margin-top:108px !important}}@media(max-width: 1199px){body nav.navbar-megamenu{position:fixed;left:0;top:0;height:100vh;background-color:#fff;z-index:-1;width:400px;max-width:100vw;transform:translateX(-100%);transition:all 220ms ease-in-out;overflow:hidden}body nav.navbar-megamenu.open{box-shadow:2px 0px 7px 0px rgba(0,0,0,.1);transform:translateX(0)}body nav.navbar-megamenu ul.navbar-nav{display:flex;flex-direction:column;height:calc(100% - 155px);overflow:auto;margin-top:155px;padding:12px 20px}body nav.navbar-megamenu ul.navbar-nav>li{border-bottom:1px solid #eaeaea}body nav.navbar-megamenu ul.navbar-nav>li:last-child{border-bottom:none}body nav.navbar-megamenu ul.navbar-nav>li>a{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:8px;align-items:center;position:relative;gap:.5rem;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:0px !important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;padding:2px 0;min-height:48px}body nav.navbar-megamenu ul.navbar-nav>li>a.dropdown-toggle .caret{display:inline-block;color:#323335;width:44px;height:44px;background-repeat:no-repeat;background-size:14px 14px;background-position:center;background-image:url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%278%27 viewBox=%270 0 12 8%27 fill=%27none%27%3E%3Cpath d=%27M0.5 1L6 7L11.5 1%27 stroke=%27currentColor%27%3E%3C/path%3E%3C/svg%3E%0A")}body nav.navbar-megamenu ul.navbar-nav>li>a>span{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}body nav.navbar-megamenu ul.navbar-nav>li>a>span:hover,body nav.navbar-megamenu ul.navbar-nav>li>a>span:active{color:#75b45a}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu{display:none;background-color:#fff;width:100%;flex-direction:column}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li{position:relative;padding:8px 0 14px 16px}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li a{font-family:"roboto";font-weight:400;font-size:15px;color:#323335;display:block;min-height:48px;display:flex;align-items:center}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li a>span{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li a>span:hover{color:#75b45a}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li h3{display:block;font-size:16px;line-height:1.4em;padding-top:11px;padding-bottom:10px;cursor:default;font-family:"roboto";font-weight:700}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li .sub{display:block;font-size:12px;margin-bottom:12px;margin-top:-8px;font-style:italic;color:#979797}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li.megamenu-column .divider{margin:16px 20px 10px;max-width:60px;margin-top:6px;margin-right:20px;display:block;background-color:#ededed;height:1px}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li.megamenu-column .featured-image>a{flex-wrap:wrap;font-weight:600}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li.megamenu-column .featured-image>a.dropdown-toggle img+span{display:inline-block;padding-top:4px}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li.megamenu-column .featured-image>a.dropdown-toggle img+span+.caret{top:162px}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li.megamenu-column .featured-image img{padding-bottom:5px;max-height:170px;-o-object-fit:cover;object-fit:cover;width:calc(100% - 18px)}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li.megamenu-column .description a{display:none}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li.megamenu-column .description>.sub{margin-top:0;margin-bottom:6px}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li ul>li ul>li{padding-left:16px}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li ul>li.dropdown>.dropdown-toggle{position:relative}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li ul>li.dropdown>.dropdown-toggle>.caret{font-family:"Font Awesome 6 Free";font-weight:900;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;position:absolute;right:0;top:3px;color:#323335;width:44px;height:44px;text-align:center;display:flex;justify-content:center;align-items:center}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li ul>li.dropdown>.dropdown-toggle>.caret::before{content:"";font-size:12px;line-height:1}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li ul>li.dropdown>.dropdown-menu{display:none}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li ul>li.dropdown.opened>.dropdown-toggle>.caret{transform:rotate(180deg);margin-top:-3px}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li ul>li.dropdown.opened>.dropdown-menu{display:block}body nav.navbar-megamenu ul.navbar-nav>li.description>a{cursor:default}body nav.navbar-megamenu ul.navbar-nav>li.description>a:active{color:inherit}body nav.navbar-megamenu ul.navbar-nav>li.description>a>span:hover{color:inherit}body nav.navbar-megamenu ul.navbar-nav>li.description>a .caret{cursor:pointer}body nav.navbar-megamenu ul.navbar-nav>li.opened.dropdown>.dropdown-menu{display:block}body nav.navbar-megamenu ul.navbar-nav>li.opened>a>.caret{transform:rotate(180deg)}}body.drawer-menu-open{overflow:hidden}body.drawer-menu-open .navbar-back-mask{visibility:visible;opacity:1}@media(max-width: 1199px){body.admin-bar nav.navbar-megamenu{height:calc(100vh - 32px);margin-top:32px}}body nav ul,body nav li{position:relative;list-style-type:none}@media(min-width: 1200px){body nav.navbar-megamenu{padding:0}body nav.navbar-megamenu ul.navbar-nav{display:flex;flex-direction:row;height:100%}body nav.navbar-megamenu ul.navbar-nav>li{display:flex;flex-direction:row;align-items:center;justify-content:center}body nav.navbar-megamenu ul.navbar-nav>li>a{color:#fff;height:100%;display:flex;flex-direction:row;gap:8px;align-items:center;position:relative;gap:.5rem;padding-left:1rem;padding-right:1rem;font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:0px !important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}body nav.navbar-megamenu ul.navbar-nav>li>a.dropdown-toggle .caret{color:#323335;width:12px;height:12px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%278%27 viewBox=%270 0 12 8%27 fill=%27none%27%3E%3Cpath d=%27M0.5 1L6 7L11.5 1%27 stroke=%27white%27%3E%3C/path%3E%3C/svg%3E")}body nav.navbar-megamenu ul.navbar-nav>li>a::after{position:absolute;content:"";left:16px;bottom:30px;z-index:1;height:3px;width:0px;transition:width 220ms ease-in-out;background-color:#fff}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu{display:none;position:absolute;bottom:0;left:50%;min-width:260px;width:-moz-fit-content;width:fit-content;flex-direction:row;transform:translate(-50%, 99.5%);background-color:#fff;border:1px solid #e5e6e8;border-bottom-left-radius:4px;border-bottom-right-radius:4px;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-shadow)}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li{position:relative;width:260px;padding:14px 16px}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li a{font-family:"roboto";font-weight:500;padding:11px 0px;color:#323335;display:block}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li a:hover{color:#8ec66d}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li h3{display:block;font-size:16px;line-height:1.4em;padding-top:11px;padding-bottom:10px;cursor:default;font-family:"roboto";font-weight:700}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li .sub{display:block;font-size:12px;margin-bottom:12px;margin-top:-8px;font-style:italic;color:#979797}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li.megamenu-column:not(:first-child):after{position:absolute;display:block;content:"";width:1px;background-color:#ededed;height:80%;transform:translateY(10%);top:0;left:0}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li.megamenu-column .divider{margin:16px 20px 10px;max-width:60px;margin-top:6px;margin-right:20px;display:block;background-color:#ededed;height:1px}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li.megamenu-column .featured-image a{position:relative;padding-right:0;font-weight:600}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li.megamenu-column .featured-image>a.dropdown-toggle>.caret{bottom:15px;top:unset}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li.megamenu-column .featured-image img{padding-bottom:5px;max-height:170px;-o-object-fit:cover;object-fit:cover;width:100%}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li.megamenu-column .description{padding:6px 0px}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li.megamenu-column .description a{display:none}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li.megamenu-column .description>.sub{margin-top:0;margin-bottom:6px}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li ul>li ul>li{padding-left:16px}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li ul>li.dropdown>.dropdown-toggle{padding-right:16px}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li ul>li.dropdown>.dropdown-toggle>.caret{font-family:"Font Awesome 6 Free";font-weight:900;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;position:absolute;right:0;top:15px;color:#323335}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li ul>li.dropdown>.dropdown-toggle>.caret::before{content:"";font-size:14px;line-height:1}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li ul>li.dropdown>.dropdown-menu{display:none}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li ul>li.dropdown:hover>.dropdown-toggle>.caret,body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li ul>li.dropdown:active>.dropdown-toggle>.caret{transform:rotate(180deg)}body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li ul>li.dropdown:hover>.dropdown-menu,body nav.navbar-megamenu ul.navbar-nav>li.dropdown>.dropdown-menu>li ul>li.dropdown:active>.dropdown-menu{display:block}body nav.navbar-megamenu ul.navbar-nav>li.description:hover>a,body nav.navbar-megamenu ul.navbar-nav>li.description:active>a{color:#fff}body nav.navbar-megamenu ul.navbar-nav>li:hover.dropdown>.dropdown-menu,body nav.navbar-megamenu ul.navbar-nav>li:active.dropdown>.dropdown-menu{display:flex}body nav.navbar-megamenu ul.navbar-nav>li:hover.dropdown.megamenu,body nav.navbar-megamenu ul.navbar-nav>li:active.dropdown.megamenu{position:static}body nav.navbar-megamenu ul.navbar-nav>li:hover.dropdown.megamenu>.dropdown-menu,body nav.navbar-megamenu ul.navbar-nav>li:active.dropdown.megamenu>.dropdown-menu{right:0px;width:100%;justify-content:flex-end}body nav.navbar-megamenu ul.navbar-nav>li:hover>a,body nav.navbar-megamenu ul.navbar-nav>li:active>a{color:#a1ff6a}body nav.navbar-megamenu ul.navbar-nav>li:hover>a>.caret,body nav.navbar-megamenu ul.navbar-nav>li:active>a>.caret{transform:rotate(180deg)}body nav.navbar-megamenu ul.navbar-nav>li:hover>a::after,body nav.navbar-megamenu ul.navbar-nav>li:active>a::after{width:30px}body nav.navbar-megamenu ul.navbar-nav:has(.megamenu){position:static}body nav.navbar-megamenu:has(.megamenu){position:static}body.sticky-header nav.navbar-megamenu ul.navbar-nav>li>a>.caret,body[header-theme=transparent-black] nav.navbar-megamenu ul.navbar-nav>li>a>.caret{background-image:url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%278%27 viewBox=%270 0 12 8%27 fill=%27none%27%3E%3Cpath d=%27M0.5 1L6 7L11.5 1%27 stroke=%27currentColor%27%3E%3C/path%3E%3C/svg%3E%0A")}body.sticky-header nav.navbar-megamenu ul.navbar-nav>li>a,body[header-theme=transparent-black] nav.navbar-megamenu ul.navbar-nav>li>a{color:#323335}body.sticky-header nav.navbar-megamenu ul.navbar-nav>li>a::after,body[header-theme=transparent-black] nav.navbar-megamenu ul.navbar-nav>li>a::after{background-color:#3b3b3b}body.sticky-header nav.navbar-megamenu ul.navbar-nav>li:hover>a,body.sticky-header nav.navbar-megamenu ul.navbar-nav>li:active>a,body[header-theme=transparent-black] nav.navbar-megamenu ul.navbar-nav>li:hover>a,body[header-theme=transparent-black] nav.navbar-megamenu ul.navbar-nav>li:active>a{color:#8ec66d}body.sticky-header nav.navbar-megamenu ul.navbar-nav>li:hover>a>.caret,body.sticky-header nav.navbar-megamenu ul.navbar-nav>li:active>a>.caret,body[header-theme=transparent-black] nav.navbar-megamenu ul.navbar-nav>li:hover>a>.caret,body[header-theme=transparent-black] nav.navbar-megamenu ul.navbar-nav>li:active>a>.caret{margin-top:-2px;transform:rotate(180deg)}body.sticky-header nav.navbar-megamenu ul.navbar-nav>li:hover>a::after,body.sticky-header nav.navbar-megamenu ul.navbar-nav>li:active>a::after,body[header-theme=transparent-black] nav.navbar-megamenu ul.navbar-nav>li:hover>a::after,body[header-theme=transparent-black] nav.navbar-megamenu ul.navbar-nav>li:active>a::after{width:30px}body.sticky-header nav.navbar-megamenu ul.navbar-nav>li.description:hover>a,body.sticky-header nav.navbar-megamenu ul.navbar-nav>li.description:active>a,body[header-theme=transparent-black] nav.navbar-megamenu ul.navbar-nav>li.description:hover>a,body[header-theme=transparent-black] nav.navbar-megamenu ul.navbar-nav>li.description:active>a{color:#323335}}body #main_footer .main-footer-container h5,body #main_footer .main-footer-container h4,body #main_footer .main-footer-container h3,body #main_footer .main-footer-container h2{line-height:16px;font-family:"Roboto",sans-serif !important;font-size:16px;font-style:normal !important;font-weight:500;color:#9e9e9e !important;text-transform:uppercase}body #main_footer .main-footer-container .widget_nav_menu h5{margin-bottom:28px}body #main_footer .main-footer-container li{list-style-type:none;padding:0 0 8px}body #main_footer .main-footer-container li a{color:#fff;font-family:"Roboto",sans-serif !important;font-size:16px !important;letter-spacing:0px;padding:0 0 8px}body #main_footer .main-footer-container li a:hover{color:#8ec66d}body #main_footer .main-footer-container li>ul{padding-left:8px}body #main_footer .main-footer-container p{color:#fff;font-size:16px;letter-spacing:0px;line-height:26px;font-weight:300;text-transform:none;font-style:normal}body #main_footer .main-footer-container .contact-info-subsection .btn-classic{color:#fff}body #main_footer .main-footer-container .contact-info-subsection .btn-classic:hover{color:#75b45a}body #main_footer .main-footer-container .contact-info-subsection strong{color:#9e9e9e;font-weight:500}body #main_footer .main-footer-container .btn{font-weight:400}body[footer-space="1"] #main_footer{padding-top:60px}body .contact-info-subsection .btn-classic{font-weight:400}form.contact-us input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;transform:translateY(5px);width:20px;height:20px;border:1px solid #c4c4c4;padding:2px;border-radius:4px}form.contact-us input[type=checkbox]::before{display:block;content:"";width:14px;height:14px;transition:120ms transform ease-in-out;box-shadow:inset 14px 14px #333;transform-origin:bottom left;-webkit-clip-path:polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);clip-path:polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);transform:scale(0);margin-left:-6px;margin-top:5px}form.contact-us input[type=checkbox]:checked::before{transform:scale(1.8)}.video-player .video-container,.video-player .video-controls,.video-player .video-timer,.video-player .options{display:flex;align-items:center;justify-content:center}.video-player .blurred{position:absolute;align-self:center;filter:blur(100px);width:130%;max-width:1200px;aspect-ratio:16/9;opacity:.5}.video-player .video-container{top:50%;transform:translateY(-50%);width:98%;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;max-width:900px;border-radius:5px;background:rgba(0,0,0,.05);aspect-ratio:16/9;position:relative;box-shadow:0 10px 20px rgba(0,0,0,.1);margin:auto}.video-player .video-container.fullscreen{max-width:100%;width:100%;height:100vh;border-radius:0px}.video-player .wrapper{position:absolute;left:0;right:0;z-index:1;opacity:0;bottom:-15px;transition:all .08s ease}.video-player .video-container.show-controls .wrapper{opacity:1;bottom:0;transition:all .13s ease}.video-player .wrapper::before{content:"";bottom:0;width:100%;z-index:-1;position:absolute;height:calc(100% + 35px);pointer-events:none;background:linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent)}.video-player .video-timeline{height:7px;width:100%;cursor:pointer}.video-player .video-timeline .progress-area{height:3px;position:relative;background:rgba(255,255,255,.6)}.video-player .progress-area span{position:absolute;left:50%;top:-25px;font-size:13px;color:#fff;pointer-events:none;transform:translateX(-50%)}.video-player .progress-area .progress-bar{width:0%;height:100%;position:relative;background:#2289ff}.video-player .progress-bar::before{content:"";right:0;top:50%;height:13px;width:13px;position:absolute;border-radius:50%;background:#2289ff;transform:translateY(-50%)}.video-player .progress-bar::before,.video-player .progress-area span{display:none}.video-player .video-timeline:hover .progress-bar::before,.video-player .video-timeline:hover .progress-area span{display:block}.video-player .wrapper .video-controls{padding:5px 20px 10px}.video-player .video-controls .options{width:100%}.video-player .video-controls .options:first-child{justify-content:flex-start}.video-player .video-controls .options:last-child{justify-content:flex-end}.video-player .options button{height:40px;width:40px;font-size:19px;border:none;cursor:pointer;background:none;color:#efefef;border-radius:3px;transition:all .3s ease}.video-player .options button :where(i,span){height:100%;width:100%;line-height:40px}.video-player .options button:hover :where(i,span){color:#fff}.video-player .options button:active :where(i,span){transform:scale(0.9)}.video-player .options button span{font-size:23px}.video-player .options input{height:4px;margin-left:3px;max-width:75px;accent-color:#0078ff}.video-player .options .video-timer{color:#efefef;margin-left:15px;font-size:14px}.video-player .video-timer .separator{margin:0 5px;font-size:16px;font-family:"Open sans"}.video-player .playback-content{display:flex;position:relative}.video-player .playback-content .speed-options{position:absolute;list-style:none;left:-40px;bottom:40px;width:95px;overflow:hidden;opacity:0;border-radius:4px;pointer-events:none;background:rgba(255,255,255,.9);box-shadow:0 10px 20px rgba(0,0,0,.1);transition:opacity .13s ease}.video-player .playback-content .speed-options.show{opacity:1;pointer-events:auto}.video-player .speed-options li{cursor:pointer;color:#000;font-size:14px;margin:2px 0;padding:5px 0 5px 15px;transition:all .1s ease}.video-player .speed-options li:where(:first-child,:last-child){margin:0px}.video-player .speed-options li:hover{background:#dfdfdf}.video-player .speed-options li.active{color:#fff;background:#3e97fd}.video-player .video-container video{width:100%}@media screen and (max-width: 540px){.video-player .wrapper .video-controls{padding:3px 10px 7px}.video-player .options input,.video-player .progress-area span{display:none !important}.video-player .options button{height:30px;width:30px;font-size:17px}.video-player .options .video-timer{margin-left:5px}.video-player .video-timer .separator{font-size:14px;margin:0 2px}.video-player .options button :where(i,span){line-height:30px}.video-player .options button span{font-size:21px}.video-player .options .video-timer,.video-player .progress-area span,.video-player .speed-options li{font-size:12px}.video-player .playback-content .speed-options{width:75px;left:-30px;bottom:30px}.video-player .speed-options li{margin:1px 0;padding:3px 0 3px 10px}.video-player .right .pic-in-pic{display:none}}.video-player .blur{width:150%;height:150%;background-color:rgba(0,0,0,.5);filter:blur(25px);position:absolute;left:0;top:0}.single.single-corsi .single-course_timetable .tt_wrapper .tt_navigation_wrapper{display:none}body .tt_wrapper .tt_tabs .tt_navigation_wrapper .ui-tabs-tab{padding-bottom:6px !important;margin-right:12px !important}body .tt_wrapper .tt_tabs .tt_navigation_wrapper .ui-tabs-tab a{font-family:"roboto";background:#3b3b3b;color:#fff !important;border-width:0px !important;border-bottom-color:rgba(0,0,0,0) !important;font-weight:600;font-size:13px;text-transform:uppercase;border-radius:6px !important;padding:8px 15px !important;margin:0 !important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke !important;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;transition-duration:150ms !important}body .tt_wrapper .tt_tabs .tt_navigation_wrapper .ui-tabs-tab a:hover,body .tt_wrapper .tt_tabs .tt_navigation_wrapper .ui-tabs-tab a:focus,body .tt_wrapper .tt_tabs .tt_navigation_wrapper .ui-tabs-tab a:active{border-width:0px !important}body .tt_wrapper .tt_tabs .tt_navigation_wrapper .ui-tabs-tab.ui-tabs-active a,body .tt_wrapper .tt_tabs .tt_navigation_wrapper .ui-tabs-tab:hover a{background-color:#8dc16e !important;color:#3b3b3b !important}body .tt_wrapper table.tt_timetable{margin:0 0 20px;border-spacing:unset !important;border-top:1px solid #e5e5e5 !important;border-bottom:1px solid #e5e5e5 !important}body .tt_wrapper table.tt_timetable thead tr th{height:75px;font-family:"Oswald";text-transform:uppercase;color:#888;font-style:italic;font-size:15px;font-weight:500;border-right:1px solid #e5e5e5 !important}body .tt_wrapper table.tt_timetable thead tr th:first-child{border-left:1px solid #e5e5e5 !important}body .tt_wrapper table.tt_timetable tbody tr td{border-right:1px solid #e5e5e5 !important}body .tt_wrapper table.tt_timetable tbody tr td.tt_hours_column{color:#888;font-style:italic;font-weight:500;font-family:"Oswald"}body .tt_wrapper table.tt_timetable tbody tr td:first-child{border-left:1px solid #e5e5e5 !important}body .tt_wrapper table.tt_timetable tbody tr td.event{background-color:#8dc16e;position:relative}body .tt_wrapper table.tt_timetable tbody tr td.event .event_header{font-family:"Oswald";font-size:16px;color:#3b3b3b !important;transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1) !important}body .tt_wrapper table.tt_timetable tbody tr td.event a.event_header:hover{color:#fff !important}body .tt_wrapper table.tt_timetable tbody tr td.event::after{position:absolute;bottom:0;left:0;content:"";height:1px;background-color:#fff;width:100%}body a.iubenda-tp-btn.iubenda-cs-preferences-link,body a.iubenda-tp-btn.iubenda-cs-preferences-link:focus{outline:none !important}body .iubenda-iframe .purposes-container .iub-btn,body .iubenda-iframe .purposes-container .iub-btn:focus{outline:none !important}
/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */

@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}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.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-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.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,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(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,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(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,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
