@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css);

/*
! tailwindcss v3.2.4 | 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.
*/html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}::-webkit-date-and-time-value{
  min-height: 1.5em;
}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}[type='checkbox']{
  border-radius: 0px;
}[type='radio']{
  border-radius: 100%;
}[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}html {
        font-family: 'Montserrat', sans-serif;
    }*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.container{
  width: 100%;
}@media (min-width: 100%){.container{
    max-width: 100%;
  }
}@media (min-width: 1024px){.container{
    max-width: 1024px;
  }
}@media (min-width: 1280px){.container{
    max-width: 1280px;
  }
}.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}.prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}.prose :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}.prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}.prose :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}.prose :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}.prose :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}.prose :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}.prose :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}.prose :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}.prose :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}ul{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 1.25rem;
  list-style-type: disc;
}.button{
  display: inline-block;
  border-width: 2px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.button--white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 4rem;
  padding-right: 4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.button--white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.badge{
  margin-left: 0.5rem;
  display: inline-block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.anchor{
  position: absolute;
  top: -10rem;
}.maintitle{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.subtitle{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}@media (min-width: 768px){.subtitle{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}table th{
  height: 4rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}@media (min-width: 768px){table th{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}table td{
  height: 4rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}@media (min-width: 768px){table td{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}.document{
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.document:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}@media (min-width: 768px){.document{
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}form{
  width: 100%;
}form label{
  margin-bottom: 1.25rem;
  display: block;
  width: 100%;
}form label input[type="text"],
    form label input[type="email"]{
  margin: 0px;
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-clip: padding-box;
  background-repeat: no-repeat;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}form label input[type="text"]:focus,
    form label input[type="email"]:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}form label textarea{
  margin: 0px;
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-clip: padding-box;
  background-repeat: no-repeat;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}form label textarea:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}select{
  margin: 0px;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-clip: padding-box;
  background-repeat: no-repeat;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}select:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}select {
        padding-right: 40px;
    }.gallery .carousel-item a{
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.gallery .carousel-item a:hover{
  --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));
}.gallery img{
  opacity: 0.8;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.gallery img:hover{
  opacity: 1;
}.search-check:checked + div{
  top: 5rem;
  opacity: 1;
}.svg-map svg polygon,
    .svg-map svg path {transition: all .2s ease-in-out;}.svg-map svg polygon:hover,
    .svg-map svg path:hover {opacity: .5!important; cursor: pointer;}.svg-map svg polygon:focus,
    .svg-map svg path:focus {border: 0; outline: none;}/*
    [type="checkbox"],
    [type="radio"] {
        @apply focus:ring-0 focus:ring-offset-0 bg-transparent border-gray text-transparent;
    }
    
    [type="checkbox"],
    [type="checkbox"]:checked,
    [type="checkbox"]:checked:hover,
    [type="checkbox"]:checked:focus,
    [type="checkbox"]:indeterminate:hover,
    [type="radio"],
    [type="radio"]:checked,
    [type="radio"]:checked:hover,
    [type="radio"]:checked:focus {
        @apply border-gray text-transparent;
    }
    [type="checkbox"]:checked {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='#000000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    [type="radio"]:checked {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='#000000' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    */.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.sticky{
  position: sticky;
}.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}.left-0{
  left: 0px;
}.right-0{
  right: 0px;
}.top-5{
  top: 1.25rem;
}.left-3{
  left: 0.75rem;
}.bottom-0{
  bottom: 0px;
}.-top-10{
  top: -2.5rem;
}.top-0{
  top: 0px;
}.top-20{
  top: 5rem;
}.-right-\[10\%\]{
  right: -10%;
}.-left-\[10\%\]{
  left: -10%;
}.top-2\.5{
  top: 0.625rem;
}.right-10{
  right: 2.5rem;
}.top-2{
  top: 0.5rem;
}.left-auto{
  left: auto;
}.top-\[51px\]{
  top: 51px;
}.top-\[154px\]{
  top: 154px;
}.top-\[258px\]{
  top: 258px;
}.top-\[153px\]{
  top: 153px;
}.-right-5{
  right: -1.25rem;
}.-top-5{
  top: -1.25rem;
}.bottom-\[51px\]{
  bottom: 51px;
}.-top-40{
  top: -10rem;
}.-left-4{
  left: -1rem;
}.-right-4{
  right: -1rem;
}.-top-20{
  top: -5rem;
}.z-\[10000\]{
  z-index: 10000;
}.z-0{
  z-index: 0;
}.z-50{
  z-index: 50;
}.z-10{
  z-index: 10;
}.z-30{
  z-index: 30;
}.z-40{
  z-index: 40;
}.order-last{
  order: 9999;
}.col-span-6{
  grid-column: span 6 / span 6;
}.float-right{
  float: right;
}.float-left{
  float: left;
}.m-auto{
  margin: auto;
}.m-0{
  margin: 0px;
}.m-2{
  margin: 0.5rem;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}.ml-3{
  margin-left: 0.75rem;
}.-ml-px{
  margin-left: -1px;
}.mt-5{
  margin-top: 1.25rem;
}.mt-6{
  margin-top: 1.5rem;
}.-mr-1{
  margin-right: -0.25rem;
}.mt-3{
  margin-top: 0.75rem;
}.mt-2{
  margin-top: 0.5rem;
}.mt-4{
  margin-top: 1rem;
}.mt-1{
  margin-top: 0.25rem;
}.mb-6{
  margin-bottom: 1.5rem;
}.mr-2{
  margin-right: 0.5rem;
}.mt-8{
  margin-top: 2rem;
}.ml-4{
  margin-left: 1rem;
}.ml-12{
  margin-left: 3rem;
}.ml-1{
  margin-left: 0.25rem;
}.ml-2{
  margin-left: 0.5rem;
}.-mr-0\.5{
  margin-right: -0.125rem;
}.-mr-0{
  margin-right: -0px;
}.-mr-2{
  margin-right: -0.5rem;
}.mr-3{
  margin-right: 0.75rem;
}.mt-10{
  margin-top: 2.5rem;
}.ml-6{
  margin-left: 1.5rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-10{
  margin-bottom: 2.5rem;
}.mb-1{
  margin-bottom: 0.25rem;
}.mb-5{
  margin-bottom: 1.25rem;
}.-mt-0\.5{
  margin-top: -0.125rem;
}.-mt-0{
  margin-top: -0px;
}.mt-20{
  margin-top: 5rem;
}.mt-24{
  margin-top: 6rem;
}.-mt-20{
  margin-top: -5rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-12{
  margin-bottom: 3rem;
}.mb-0{
  margin-bottom: 0px;
}.ml-0{
  margin-left: 0px;
}.ml-\[18\%\]{
  margin-left: 18%;
}.-mt-2{
  margin-top: -0.5rem;
}.mr-\[18\%\]{
  margin-right: 18%;
}.-mt-px{
  margin-top: -1px;
}.mt-0{
  margin-top: 0px;
}.mt-7{
  margin-top: 1.75rem;
}.mb-3{
  margin-bottom: 0.75rem;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.flex{
  display: flex;
}.inline-flex{
  display: inline-flex;
}.table{
  display: table;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.aspect-square{
  aspect-ratio: 1 / 1;
}.h-72{
  height: 18rem;
}.h-5{
  height: 1.25rem;
}.h-16{
  height: 4rem;
}.h-12{
  height: 3rem;
}.h-6{
  height: 1.5rem;
}.h-8{
  height: 2rem;
}.h-4{
  height: 1rem;
}.h-9{
  height: 2.25rem;
}.h-10{
  height: 2.5rem;
}.h-20{
  height: 5rem;
}.h-\[150px\]{
  height: 150px;
}.h-full{
  height: 100%;
}.h-auto{
  height: auto;
}.h-\[200px\]{
  height: 200px;
}.h-96{
  height: 24rem;
}.h-40{
  height: 10rem;
}.h-\[50px\]{
  height: 50px;
}.h-screen{
  height: 100vh;
}.h-24{
  height: 6rem;
}.h-1\/2{
  height: 50%;
}.h-\[64px\]{
  height: 64px;
}.max-h-8{
  max-height: 2rem;
}.min-h-screen{
  min-height: 100vh;
}.w-1\/4{
  width: 25%;
}.w-1\/2{
  width: 50%;
}.w-12{
  width: 3rem;
}.w-5{
  width: 1.25rem;
}.w-16{
  width: 4rem;
}.w-full{
  width: 100%;
}.w-0{
  width: 0px;
}.w-6{
  width: 1.5rem;
}.w-3\/4{
  width: 75%;
}.w-48{
  width: 12rem;
}.w-auto{
  width: auto;
}.w-8{
  width: 2rem;
}.w-4{
  width: 1rem;
}.w-60{
  width: 15rem;
}.w-10{
  width: 2.5rem;
}.w-20{
  width: 5rem;
}.w-24{
  width: 6rem;
}.w-40{
  width: 10rem;
}.w-28{
  width: 7rem;
}.w-2\/3{
  width: 66.666667%;
}.w-56{
  width: 14rem;
}.w-14{
  width: 3.5rem;
}.w-44{
  width: 11rem;
}.w-\[50px\]{
  width: 50px;
}.w-10\/12{
  width: 83.333333%;
}.min-w-0{
  min-width: 0px;
}.min-w-\[140px\]{
  min-width: 140px;
}.max-w-\[325px\]{
  max-width: 325px;
}.max-w-screen-xl{
  max-width: 1280px;
}.max-w-7xl{
  max-width: 80rem;
}.max-w-xl{
  max-width: 36rem;
}.max-w-2xl{
  max-width: 42rem;
}.max-w-4xl{
  max-width: 56rem;
}.max-w-\[200px\]{
  max-width: 200px;
}.max-w-xs{
  max-width: 20rem;
}.max-w-6xl{
  max-width: 72rem;
}.max-w-\[960px\]{
  max-width: 960px;
}.max-w-none{
  max-width: none;
}.flex-1{
  flex: 1 1 0%;
}.flex-auto{
  flex: 1 1 auto;
}.flex-none{
  flex: none;
}.flex-shrink{
  flex-shrink: 1;
}.flex-shrink-0{
  flex-shrink: 0;
}.shrink-0{
  flex-shrink: 0;
}.table-auto{
  table-layout: auto;
}.origin-top-left{
  transform-origin: top left;
}.origin-top{
  transform-origin: top;
}.origin-top-right{
  transform-origin: top right;
}.translate-y-4{
  --tw-translate-y: 1rem;
  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-0{
  --tw-translate-y: 0px;
  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-neg-fifth{
  --tw-translate-x: -15%;
  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-full{
  --tw-translate-y: -100%;
  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));
}.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}.scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.cursor-default{
  cursor: default;
}.cursor-pointer{
  cursor: pointer;
}.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;
}.snap-center{
  scroll-snap-align: center;
}.list-inside{
  list-style-position: inside;
}.list-disc{
  list-style-type: disc;
}.list-none{
  list-style-type: none;
}.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.flex-row{
  flex-direction: row;
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.items-start{
  align-items: flex-start;
}.items-center{
  align-items: center;
}.items-stretch{
  align-items: stretch;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.gap-5{
  gap: 1.25rem;
}.gap-6{
  gap: 1.5rem;
}.gap-4{
  gap: 1rem;
}.gap-1{
  gap: 0.25rem;
}.gap-2{
  gap: 0.5rem;
}.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.divide-gray > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(205 205 205 / var(--tw-divide-opacity));
}.divide-white\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0.3);
}.self-center{
  align-self: center;
}.overflow-hidden{
  overflow: hidden;
}.overflow-x-auto{
  overflow-x: auto;
}.overflow-y-auto{
  overflow-y: auto;
}.overflow-y-hidden{
  overflow-y: hidden;
}.scroll-smooth{
  scroll-behavior: smooth;
}.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.whitespace-nowrap{
  white-space: nowrap;
}.rounded-3xl{
  border-radius: 1.5rem;
}.rounded-md{
  border-radius: 0.375rem;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded{
  border-radius: 0.25rem;
}.rounded-full{
  border-radius: 9999px;
}.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}.rounded-t-none{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}.rounded-b-none{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}.border{
  border-width: 1px;
}.border-2{
  border-width: 2px;
}.border-0{
  border-width: 0px;
}.border-b-2{
  border-bottom-width: 2px;
}.border-l-4{
  border-left-width: 4px;
}.border-t{
  border-top-width: 1px;
}.border-b{
  border-bottom-width: 1px;
}.border-t-2{
  border-top-width: 2px;
}.border-r{
  border-right-width: 1px;
}.border-t-0{
  border-top-width: 0px;
}.border-b-5{
  border-bottom-width: 5px;
}.border-solid{
  border-style: solid;
}.border-transparent{
  border-color: transparent;
}.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(121 122 156 / var(--tw-border-opacity));
}.border-gray{
  --tw-border-opacity: 1;
  border-color: rgb(205 205 205 / var(--tw-border-opacity));
}.border-error{
  --tw-border-opacity: 1;
  border-color: rgb(190 63 63 / var(--tw-border-opacity));
}.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}.border-office{
  --tw-border-opacity: 1;
  border-color: rgb(37 62 102 / var(--tw-border-opacity));
}.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}.bg-office{
  --tw-bg-opacity: 1;
  background-color: rgb(37 62 102 / var(--tw-bg-opacity));
}.bg-retail{
  --tw-bg-opacity: 1;
  background-color: rgb(90 87 106 / var(--tw-bg-opacity));
}.bg-hotel{
  --tw-bg-opacity: 1;
  background-color: rgb(65 108 142 / var(--tw-bg-opacity));
}.bg-international{
  --tw-bg-opacity: 1;
  background-color: rgb(139 145 111 / var(--tw-bg-opacity));
}.bg-residental{
  --tw-bg-opacity: 1;
  background-color: rgb(173 155 131 / var(--tw-bg-opacity));
}.bg-industrial{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}.bg-leed{
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 30 / var(--tw-bg-opacity));
}.bg-warehouse{
  --tw-bg-opacity: 1;
  background-color: rgb(241 86 35 / var(--tw-bg-opacity));
}.bg-indigo{
  --tw-bg-opacity: 1;
  background-color: rgb(21 46 83 / var(--tw-bg-opacity));
}.bg-sustainability{
  --tw-bg-opacity: 1;
  background-color: rgb(94 153 110 / var(--tw-bg-opacity));
}.bg-\[\#112b31\]{
  --tw-bg-opacity: 1;
  background-color: rgb(17 43 49 / var(--tw-bg-opacity));
}.bg-\[\#1a424f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 66 79 / var(--tw-bg-opacity));
}.bg-\[\#335168\]{
  --tw-bg-opacity: 1;
  background-color: rgb(51 81 104 / var(--tw-bg-opacity));
}.bg-\[\#316871\]{
  --tw-bg-opacity: 1;
  background-color: rgb(49 104 113 / var(--tw-bg-opacity));
}.bg-\[\#5e9b87\]{
  --tw-bg-opacity: 1;
  background-color: rgb(94 155 135 / var(--tw-bg-opacity));
}.bg-\[\#0e2322\]{
  --tw-bg-opacity: 1;
  background-color: rgb(14 35 34 / var(--tw-bg-opacity));
}.bg-\[\#f1b315\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 179 21 / var(--tw-bg-opacity));
}.bg-\[\#9C85C1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(156 133 193 / var(--tw-bg-opacity));
}.bg-\[\#D1B56A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(209 181 106 / var(--tw-bg-opacity));
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}.bg-lightgray{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.bg-transparent{
  background-color: transparent;
}.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(121 122 156 / var(--tw-bg-opacity));
}.bg-primary\/10{
  background-color: rgb(121 122 156 / 0.1);
}.bg-zinc-300\/50{
  background-color: rgb(212 212 216 / 0.5);
}.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(205 205 205 / var(--tw-bg-opacity));
}.bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(241 86 35 / var(--tw-bg-opacity));
}.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}.bg-amber-500{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}.bg-\[\#384967\]{
  --tw-bg-opacity: 1;
  background-color: rgb(56 73 103 / var(--tw-bg-opacity));
}.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}.bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}.bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}.bg-\[url\(\'\/images\/about-us-hero\.jpg\'\)\]{
  background-image: url('/images/about-us-hero.jpg');
}.bg-\[url\(\'\/images\/management-hero\.jpg\'\)\]{
  background-image: url('/images/management-hero.jpg');
}.bg-light-pattern{
  background-image: url('/img/background-1.jpg');
}.bg-marble-pattern{
  background-image: url('/img/background-4.jpg');
}.bg-wood-pattern{
  background-image: url('/img/background-5.jpg');
}.bg-\[url\(\'\/images\/jelentesek-hero\.jpg\'\)\]{
  background-image: url('/images/jelentesek-hero.jpg');
}.bg-\[url\(\'\/images\/news-hero\.jpg\'\)\]{
  background-image: url('/images/news-hero.jpg');
}.bg-dark-pattern{
  background-image: url('/img/background-2.jpg');
}.bg-\[url\(\'\/images\/projects-hero\.jpg\'\)\]{
  background-image: url('/images/projects-hero.jpg');
}.bg-\[url\(\'\/images\/karrier-hero\.jpg\'\)\]{
  background-image: url('/images/karrier-hero.jpg');
}.bg-liquid-pattern{
  background-image: url('/img/background-6.png');
}.bg-cover{
  background-size: cover;
}.bg-fixed{
  background-attachment: fixed;
}.bg-clip-padding{
  background-clip: padding-box;
}.bg-center{
  background-position: center;
}.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-2{
  padding: 0.5rem;
}.p-6{
  padding: 1.5rem;
}.p-5{
  padding: 1.25rem;
}.p-4{
  padding: 1rem;
}.p-3{
  padding: 0.75rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.pb-5{
  padding-bottom: 1.25rem;
}.pt-6{
  padding-top: 1.5rem;
}.pt-5{
  padding-top: 1.25rem;
}.pb-4{
  padding-bottom: 1rem;
}.pt-1{
  padding-top: 0.25rem;
}.pl-3{
  padding-left: 0.75rem;
}.pr-4{
  padding-right: 1rem;
}.pt-2{
  padding-top: 0.5rem;
}.pb-3{
  padding-bottom: 0.75rem;
}.pt-4{
  padding-top: 1rem;
}.pb-1{
  padding-bottom: 0.25rem;
}.pb-\[55\%\]{
  padding-bottom: 55%;
}.pr-5{
  padding-right: 1.25rem;
}.pb-20{
  padding-bottom: 5rem;
}.pt-0{
  padding-top: 0px;
}.pb-6{
  padding-bottom: 1.5rem;
}.pb-32{
  padding-bottom: 8rem;
}.pb-0{
  padding-bottom: 0px;
}.pt-8{
  padding-top: 2rem;
}.pl-1{
  padding-left: 0.25rem;
}.pt-10{
  padding-top: 2.5rem;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.text-right{
  text-align: right;
}.align-middle{
  vertical-align: middle;
}.font-sans{
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-5xl{
  font-size: 3rem;
  line-height: 1;
}.font-medium{
  font-weight: 500;
}.font-semibold{
  font-weight: 600;
}.font-normal{
  font-weight: 400;
}.font-bold{
  font-weight: 700;
}.font-light{
  font-weight: 300;
}.uppercase{
  text-transform: uppercase;
}.leading-5{
  line-height: 1.25rem;
}.leading-7{
  line-height: 1.75rem;
}.leading-tight{
  line-height: 1.25;
}.leading-4{
  line-height: 1rem;
}.leading-normal{
  line-height: 1.5;
}.leading-8{
  line-height: 2rem;
}.tracking-widest{
  letter-spacing: 0.1em;
}.tracking-tighter{
  letter-spacing: -0.05em;
}.tracking-wider{
  letter-spacing: 0.05em;
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-retail{
  --tw-text-opacity: 1;
  color: rgb(90 87 106 / var(--tw-text-opacity));
}.text-primary{
  --tw-text-opacity: 1;
  color: rgb(121 122 156 / var(--tw-text-opacity));
}.text-error{
  --tw-text-opacity: 1;
  color: rgb(190 63 63 / var(--tw-text-opacity));
}.text-black\/50{
  color: rgb(0 0 0 / 0.5);
}.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}.text-neutral-900{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}.underline{
  text-decoration-line: underline;
}.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.opacity-0{
  opacity: 0;
}.opacity-100{
  opacity: 1;
}.opacity-75{
  opacity: 0.75;
}.opacity-50{
  opacity: 0.5;
}.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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{
  --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-md{
  --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);
}.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);
}.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}.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{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all{
  transition-property: all;
  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;
}.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.delay-300{
  transition-delay: 300ms;
}.delay-200{
  transition-delay: 200ms;
}.delay-400{
  transition-delay: 400ms;
}.delay-600{
  transition-delay: 600ms;
}.duration-150{
  transition-duration: 150ms;
}.duration-200{
  transition-duration: 200ms;
}.duration-75{
  transition-duration: 75ms;
}.duration-300{
  transition-duration: 300ms;
}.duration-1000{
  transition-duration: 1000ms;
}.duration-500{
  transition-duration: 500ms;
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}.ease-linear{
  transition-timing-function: linear;
}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}:root {
    --primary: #797A9C;
    --gold: #C2AA7C;
    --primary-rgb: 121, 122, 156;
}html {
    scroll-behavior: smooth !important;
}/* owl carousel */.owl-carousel {
    position: relative;
}.hero .carousel-item {
    height: 300px;
}.gallery .owl-nav,
.subpage .owl-nav,
.hero .owl-nav,
.slider .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}.gallery button,
.subpage button,
.hero button,
.slider button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    overflow: hidden;
    text-indent: -300px;
    pointer-events: all;
}.owl-carousel .owl-dot,
.owl-carousel button span{
    display: none!important;
}.gallery .owl-prev,
.slider .owl-prev,
.hero .owl-prev {
    left: 15px;
    background-image: url('/img/chevron-left.svg')!important;
}.gallery .owl-next,
.slider .owl-next,
.hero .owl-next {
    right: 15px;
    background-image: url('/img/chevron-right.svg')!important;
}.subpage .owl-carousel .owl-prev {
    left: 15px;
    background-image: url('/img/chevron-left-black.svg')!important;
}.subpage .owl-carousel .owl-next {
    right: 15px;
    background-image: url('/img/chevron-right-black.svg')!important;
}.gallery .owl-prev, 
.gallery .owl-next {
    /*display: none;*/
}.gallery .owl-stage-outer {
    padding: 10px 0;
    margin: -10px 0;
}.owl-carousel.gallery .carousel-item a {
    position: relative;
    height: 0;
    padding: 0 0 64% 0;
}.owl-carousel.gallery .owl-item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}.news button {
    position: relative;
    margin: auto 10px auto auto;
    width: 30px;
    height: 30px;
    background-size: contain!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    overflow: hidden;
    text-indent: -300px;
    pointer-events: all;
}.news .owl-carousel .owl-prev {
    background-image: url('/img/chevron-left-black.svg')!important;
}.news .owl-carousel .owl-next {
    background-image: url('/img/chevron-right-black.svg')!important;
}@media only screen and (min-width: 1025px) {
    .hero .carousel-item {
        height: 600px;
    }
    .main {
        min-height: calc(100vh - 455px);
        box-sizing: border-box;
    }
}@media only screen and (min-width: 1440px) {
    .hero .owl-prev {
        left: 5%;
    }
    .hero .owl-next {
        right: 5%;
    }
    .subpage .owl-carousel .owl-prev {
        left: -60px;
    }
    .subpage .owl-carousel .owl-next {
        right: -60px;
    }
}@media only screen and (min-width: 1280px) {
    header nav li,
    header nav li .menu-item {
        position: relative;
        cursor: pointer;
        vertical-align: middle;
    }

    header nav li a[href*="fenntarthatosag"]:hover, 
    header nav li a.menu-item[href*="fenntarthatosag"]:hover,
    header nav li a[href*="sustainability"]:hover, 
    header nav li a.menu-item[href*="sustainability"]:hover{
        color: #5e996e!important;
    }
    header nav li label {
        display: inline-block;
        vertical-align: middle;
    }
    header nav li .menu-item.active:after {
        position: absolute;
        top: 100%;
        left: 1rem;
        right: 1rem;
        height: 2px;
        background-color: var(--primary);
        margin: 5px auto 0 auto;
        display: block;
        content: '';
    }
    header nav li div {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        padding-top: 24px;
    }
    header nav li:hover div {
        display: block;
    }
    header nav li:hover > label .menu-item {
        color: var(--primary);
    }
    header nav li:hover > .menu-item[href*="fenntarthatosag"],
    header nav li:hover > .menu-item[href*="sustainability"]{
        color: #5e996e!important;
    }
    header nav li div a {
        display: block;
        color: var(--primary);
        padding: 10px 30px;
        white-space: nowrap;
    }
    header nav li div a:hover {
        color: #fff;
        background-color: var(--primary);
    }
}@media only screen and (max-width: 1279px) {
    header .toggle-menu:checked + nav {
        background: #fff;
        display: block;
        position: fixed;
        top: 80px;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-y: auto;
    }
    .subpage-nav .toggle-menu:checked ~  nav {
        background: var(--primary);
        display: block;
        position: fixed;
        top: 160px;
        left: 0;
        right: 0;
        overflow-y: auto;
    }
    .subpage-nav nav li a {
        display: block;
        padding: 15px 20px;
    }
    .subpage-nav .toggle-menu:checked ~ label svg {
        transform: rotate(180deg);
    }
    header nav li {
        position: relative;
    }
    header nav li a,
    header nav li .menu-item {
        display: block;
        color: var(--primary);
        padding: 15px 50px 15px 20px;
        white-space: nowrap;
    }
    header nav li input:checked ~ label svg {
        transform: rotate(180deg);
    }
    header nav li input:checked ~ div {
        display: block;
    }
    header nav li div a {
       padding-left: 50px;
    }
}/* tab panel widget */.tabPanel-widget {
    position: relative;
}.tabPanel-widget input {
    display: none;
}.tabPanel-widget label {
    position: relative;
}.tabPanel-widget label:hover {
    cursor: pointer;
}@media only screen and (min-width: 1025px) {
    .tabPanel-widget .home label:after {
        position: absolute;
        display: block;
        content: '';
        top: 100%;
        margin: auto;
        left: 0;
        right: 0;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid var(--primary);
        display: none;
    }
    .tabPanel-widget input:nth-of-type(1):checked ~ .tabPanel-header label:nth-of-type(1):after,
    .tabPanel-widget input:nth-of-type(2):checked ~ .tabPanel-header label:nth-of-type(2):after,
    .tabPanel-widget input:nth-of-type(3):checked ~ .tabPanel-header label:nth-of-type(3):after,
    .tabPanel-widget input:nth-of-type(4):checked ~ .tabPanel-header label:nth-of-type(4):after,
    .tabPanel-widget input:nth-of-type(5):checked ~ .tabPanel-header label:nth-of-type(5):after,
    .tabPanel-widget input:nth-of-type(6):checked ~ .tabPanel-header label:nth-of-type(6):after {
        display: block;
    }
}.tabPanel-widget input:nth-of-type(1):checked ~ .tabPanel-header.subpage label:nth-of-type(1),
.tabPanel-widget input:nth-of-type(2):checked ~ .tabPanel-header.subpage label:nth-of-type(2),
.tabPanel-widget input:nth-of-type(3):checked ~ .tabPanel-header.subpage label:nth-of-type(3),
.tabPanel-widget input:nth-of-type(4):checked ~ .tabPanel-header.subpage label:nth-of-type(4),
.tabPanel-widget input:nth-of-type(5):checked ~ .tabPanel-header.subpage label:nth-of-type(5),
.tabPanel-widget input:nth-of-type(6):checked ~ .tabPanel-header.subpage label:nth-of-type(6) {
    background: var(--primary);
    color: #fff;
}.tabPanel-widget .tab-contents > div {
    display: none;
}.tabPanel-widget.search .tab-contents > div {
    display: block;
}.tabPanel-widget input:nth-of-type(1):checked ~ .tab-contents > div:nth-of-type(1),
.tabPanel-widget input:nth-of-type(2):checked ~ .tab-contents > div:nth-of-type(2),
.tabPanel-widget input:nth-of-type(3):checked ~ .tab-contents > div:nth-of-type(3),
.tabPanel-widget input:nth-of-type(4):checked ~ .tab-contents > div:nth-of-type(4),
.tabPanel-widget input:nth-of-type(5):checked ~ .tab-contents > div:nth-of-type(5),
.tabPanel-widget input:nth-of-type(6):checked ~ .tab-contents > div:nth-of-type(6) {
    display: block;
}@media only screen and (min-width: 1025px) {
    .tabPanel-widget .tab-contents > div {
        display: none;
    }
    .tabPanel-widget input:nth-of-type(1):checked ~ .tab-contents > div:nth-of-type(1),
    .tabPanel-widget input:nth-of-type(2):checked ~ .tab-contents > div:nth-of-type(2),
    .tabPanel-widget input:nth-of-type(3):checked ~ .tab-contents > div:nth-of-type(3),
    .tabPanel-widget input:nth-of-type(4):checked ~ .tab-contents > div:nth-of-type(4),
    .tabPanel-widget input:nth-of-type(5):checked ~ .tab-contents > div:nth-of-type(5),
    .tabPanel-widget input:nth-of-type(6):checked ~ .tab-contents > div:nth-of-type(6) {
        display: block;
    }
    .navmargin {
        margin: 0 auto 0 65px;
    }
}/* project card */.flip {
    width: 100%;
    height: 270px;   
    text-align: center;
    perspective: 1000px;  
}.flip-content {
    width: 100%;
    height: 100%;
    transition: transform 0.4s;
    transform-style: preserve-3d;
}@media only screen and (max-width: 1024px) {
    .flip.hover .flip-content {
        transform: rotateY(180deg);
        transition: transform 0.3s;
    }
}@media only screen and (min-width: 1025px) {
    .flip:hover .flip-content {
        transform: rotateY(180deg);
        transition: transform 0.3s;
    }
    * {
        background-attachment: initial!important;
    }
}.flip-front, .flip-back {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;  
    color: #fff;
    overflow: hidden;
}.flip-front > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
}.flip-front h3 {
    font-size: 24px;
}.flip-front {
    pointer-events: none;
}.flip-back {
    transform: rotateY(180deg);
    z-index: 2;
    display: grid;
    place-items: center;
}/** lightbox **/.lightbox {
    top: 50%!important;
    position: fixed;
    transform: translate3d(0, -50%, 0);
}.lb-data {
    position: relative;
}.lb-data .lb-close {
    position: absolute;
    right: 0;
}input[type=file]::file-selector-button {
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 5px;
    border-radius: 0;
    background-color: rgba(var(--primary-rgb),.1);
    transition: .2s;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 5px;
}@media only screen and (min-width: 1025px) {
    input[type=file]::file-selector-button {
        padding: 10px 15px;
        margin-right: 15px;
    }
}input[type=file]::file-selector-button:hover {
    background-color: rgba(var(--primary-rgb),.2);
    cursor: pointer;
}/** Custom Select **/.select {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
  }.select .selectBtn {
    background: transparent;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 0;
    width: 100%;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }.select .selectBtn:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 15px;
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: 0.2s ease;
  }.select .selectBtn.light:after {
    border-right: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
  }.select .selectBtn.toggle {
    border-radius: 0;
  }.select .selectBtn.toggle:after {
    transform: translateY(-50%) rotate(-135deg);
  }.select .selectDropdown {
    position: absolute;
    top: 100%;
    left: 20px;
    right: 20px;
    border-radius: 0;
    overflow: hidden;
    border-top: 0;
    z-index: 1;
    transform: scale(1, 0);
    transform-origin: top center;
    visibility: hidden;
    transition: 0.2s ease;
  }.select .selectDropdown .option {
    padding: 5px 10px;
    box-sizing: border-box;
    cursor: pointer;
  }.select .selectDropdown .option:hover {
    background: transparent;
  }.select .selectDropdown.toggle {
    visibility: visible;
    transform: scale(1, 1);
  }/**  animated-dot **/#map {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}.animated-dot .middle-dot,
.animated-dot div[class*="signal"]{
	background-color:#232020;
}.animated-dot {
  width:20px;
  height:20px;
  left:-9px;
  top:-5px;
  position:relative
}.animated-dot .middle-dot {
  width:16px;
  height:16px;
  border-radius:30px;
  position:absolute;
  left:2px;
  top:2px;
  transform-origin:50% 50%;
  animation-fill-mode:forwards;
  animation-iteration-count:infinite
}.animated-dot .middle-dot:after{
  width:100%;
  height:100%;
  display:block;
  position:absolute;
  left:0;
  top:0;
  content:' ';
  background-color:#fff;
  border-radius:30px;
  z-index:100;
  opacity:0;
  animation:animationSignal2 cubic-bezier(0,.55,.55,1) 2s;
  transform-origin:50% 50%;
  animation-fill-mode:forwards;
  animation-delay:0.78s;
  animation-iteration-count:infinite
}.animated-dot .signal{
  width:180px;
  pointer-events:none;
  height:180px;
  border-radius:200px;
  position:absolute;
  left:-80px;
  top:-80px;
  opacity:0;
  animation:animationSignal cubic-bezier(0,.55,.55,1) 2s;
  transform-origin:50% 50%;
  animation-fill-mode:forwards;
  animation-delay:0.78s;
  animation-iteration-count:infinite
}.animated-dot .signal2{
  width:180px;
  height:180px;
  pointer-events:none;
  border-radius:200px;
  position:absolute;
  left:-80px;
  top:-80px;
  opacity:0;
  animation:animationSignal cubic-bezier(0,.55,.55,1) 2s;
  transform-origin:50% 50%;
  animation-fill-mode:forwards;
  animation-delay:1s;
  animation-iteration-count:infinite
}@keyframes animationSignal{
  0%{
    opacity:0;
    transform: scale(0.00)
  }
  1%{
    opacity:0.25
  }
  20%{
    opacity:0.25
  }
  60%{
    transform: scale(1);
    opacity:0
  }
}@keyframes animationSignal2{
  0%{
    opacity:0
  }
  1%{
    opacity:0.2
  }
  20%{
    opacity:0.17
  }
  60%{
    opacity:0
  }
}.text-shadow {
    text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
}.tippy-popper[x-placement^=top] .tippy-tooltip .tippy-arrow {
	border-top: 7px solid var(--primary);
	border-right: 7px solid transparent;
	border-left: 7px solid transparent
}.tippy-popper[x-placement^=bottom] .tippy-tooltip .tippy-arrow {
	border-bottom: 7px solid var(--primary);
	border-right: 7px solid transparent;
	border-left: 7px solid transparent
}.tippy-popper[x-placement^=left] .tippy-tooltip .tippy-arrow {
	border-left: 7px solid var(--primary);
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent
}.tippy-popper[x-placement^=right] .tippy-tooltip .tippy-arrow {
	border-right: 7px solid var(--primary);
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent
}.tippy-tooltip {
	color: #fff;
	box-shadow: 0 ;
	background-color: var(--primary);
}.tippy-tooltip .tippy-backdrop {
	background-color: var(--primary);
}.tippy-tooltip .tippy-roundarrow {
	fill: var(--primary);
}.tippy-tooltip[data-animatefill] {
	background-color: transparent
}video::-webkit-media-controls-panel {
    display: none !important;
    opacity: 1 !important;
}video::-webkit-media-controls-start-playback-button {
    display: none;
}.grecaptcha-badge {z-index: 2;}.illustration.map {
    position: relative;
    overflow: hidden;
}@media only screen and (max-width: 1024px) {
    .illustration.map {
        height: 0;
        padding-bottom: 60%;
    }
}.illustration.map img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
}@media only screen and (min-width: 769px) {
    .maintitle.md\:text-xxl {
        font-size: 38px!important;
    }
}@media only screen and (min-width: 1025px) {
    .maintitle.md\:text-xxl {
        font-size: 42px!important;
    }
}@media only screen and (min-width: 1280px) {
    .maintitle.md\:text-xxl {
        font-size: 48px!important;
    }
}.home .data-anim {
    opacity: 0;
    /*transform: translate3d(0, -112px, 0);*/
    top: 112px;
}.slides-container {
	-ms-overflow-style: none; /* Internet Explorer 10+ */
	scrollbar-width: none; /* Firefox */
}.slides-container::-webkit-scrollbar {
	display: none; /* Safari and Chrome */
}.slider-line:after {
    position: absolute;
    z-index: -1;
    top: 80px;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    content: '';
    background-color: var(--primary);
}.before\:w-\[45vw\]::before{
  content: var(--tw-content);
  width: 45vw;
}.before\:shrink-0::before{
  content: var(--tw-content);
  flex-shrink: 0;
}.after\:w-\[45vw\]::after{
  content: var(--tw-content);
  width: 45vw;
}.after\:shrink-0::after{
  content: var(--tw-content);
  flex-shrink: 0;
}.hover\:border-transparent:hover{
  border-color: transparent;
}.hover\:bg-sustainability:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(94 153 110 / var(--tw-bg-opacity));
}.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(121 122 156 / var(--tw-bg-opacity));
}.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}.hover\:bg-yellow-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}.hover\:bg-green-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(121 122 156 / var(--tw-text-opacity));
}.hover\:text-office:hover{
  --tw-text-opacity: 1;
  color: rgb(37 62 102 / var(--tw-text-opacity));
}.hover\:text-retail:hover{
  --tw-text-opacity: 1;
  color: rgb(90 87 106 / var(--tw-text-opacity));
}.hover\:text-hotel:hover{
  --tw-text-opacity: 1;
  color: rgb(65 108 142 / var(--tw-text-opacity));
}.hover\:text-international:hover{
  --tw-text-opacity: 1;
  color: rgb(139 145 111 / var(--tw-text-opacity));
}.hover\:text-residental:hover{
  --tw-text-opacity: 1;
  color: rgb(173 155 131 / var(--tw-text-opacity));
}.hover\:text-industrial:hover{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}.hover\:text-leed:hover{
  --tw-text-opacity: 1;
  color: rgb(253 164 30 / var(--tw-text-opacity));
}.hover\:text-warehouse:hover{
  --tw-text-opacity: 1;
  color: rgb(241 86 35 / var(--tw-text-opacity));
}.hover\:text-sustainability:hover{
  --tw-text-opacity: 1;
  color: rgb(94 153 110 / var(--tw-text-opacity));
}.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.hover\:text-orange:hover{
  --tw-text-opacity: 1;
  color: rgb(241 86 35 / var(--tw-text-opacity));
}.focus\:z-10:focus{
  z-index: 10;
}.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}.focus\:border-red-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(121 122 156 / var(--tw-border-opacity));
}.focus\:border-error:focus{
  --tw-border-opacity: 1;
  border-color: rgb(190 63 63 / var(--tw-border-opacity));
}.focus\:border-blue-600:focus{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}.focus\:bg-red-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-red-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity));
}.focus\:ring-blue-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity));
}.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}.active\:bg-red-600:active{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}.disabled\:opacity-25:disabled{
  opacity: 0.25;
}.group:active .group-active\:-translate-x-2{
  --tw-translate-x: -0.5rem;
  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));
}.group:active .group-active\:translate-x-2{
  --tw-translate-x: 0.5rem;
  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: 640px){.sm\:col-span-4{
    grid-column: span 4 / span 4;
  }.sm\:col-span-6{
    grid-column: span 6 / span 6;
  }.sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }.sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }.sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }.sm\:ml-3{
    margin-left: 0.75rem;
  }.sm\:-mr-2{
    margin-right: -0.5rem;
  }.sm\:mt-0{
    margin-top: 0px;
  }.sm\:ml-4{
    margin-left: 1rem;
  }.sm\:ml-10{
    margin-left: 2.5rem;
  }.sm\:ml-6{
    margin-left: 1.5rem;
  }.sm\:block{
    display: block;
  }.sm\:flex{
    display: flex;
  }.sm\:hidden{
    display: none;
  }.sm\:h-10{
    height: 2.5rem;
  }.sm\:max-h-10{
    max-height: 2.5rem;
  }.sm\:w-10{
    width: 2.5rem;
  }.sm\:w-full{
    width: 100%;
  }.sm\:w-52{
    width: 13rem;
  }.sm\:max-w-md{
    max-width: 28rem;
  }.sm\:max-w-sm{
    max-width: 24rem;
  }.sm\:max-w-lg{
    max-width: 32rem;
  }.sm\:max-w-xl{
    max-width: 36rem;
  }.sm\:max-w-2xl{
    max-width: 42rem;
  }.sm\:flex-1{
    flex: 1 1 0%;
  }.sm\:translate-y-0{
    --tw-translate-y: 0px;
    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));
  }.sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }.sm\:items-start{
    align-items: flex-start;
  }.sm\:items-center{
    align-items: center;
  }.sm\:justify-start{
    justify-content: flex-start;
  }.sm\:justify-center{
    justify-content: center;
  }.sm\:justify-between{
    justify-content: space-between;
  }.sm\:rounded-lg{
    border-radius: 0.5rem;
  }.sm\:rounded-md{
    border-radius: 0.375rem;
  }.sm\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }.sm\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }.sm\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }.sm\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }.sm\:p-6{
    padding: 1.5rem;
  }.sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }.sm\:pt-0{
    padding-top: 0px;
  }.sm\:pb-4{
    padding-bottom: 1rem;
  }.sm\:text-left{
    text-align: left;
  }.sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}@media (min-width: 768px){.md\:absolute{
    position: absolute;
  }.md\:bottom-5{
    bottom: 1.25rem;
  }.md\:left-auto{
    left: auto;
  }.md\:right-5{
    right: 1.25rem;
  }.md\:top-0{
    top: 0px;
  }.md\:left-0{
    left: 0px;
  }.md\:-right-\[6\%\]{
    right: -6%;
  }.md\:-left-\[6\%\]{
    left: -6%;
  }.md\:order-last{
    order: 9999;
  }.md\:col-span-2{
    grid-column: span 2 / span 2;
  }.md\:col-span-1{
    grid-column: span 1 / span 1;
  }.md\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }.md\:mx-\[4\%\]{
    margin-left: 4%;
    margin-right: 4%;
  }.md\:-mx-0{
    margin-left: -0px;
    margin-right: -0px;
  }.md\:mt-0{
    margin-top: 0px;
  }.md\:mb-0{
    margin-bottom: 0px;
  }.md\:mb-2{
    margin-bottom: 0.5rem;
  }.md\:mr-0{
    margin-right: 0px;
  }.md\:mt-48{
    margin-top: 12rem;
  }.md\:mb-24{
    margin-bottom: 6rem;
  }.md\:ml-0{
    margin-left: 0px;
  }.md\:-mr-3{
    margin-right: -0.75rem;
  }.md\:block{
    display: block;
  }.md\:flex{
    display: flex;
  }.md\:grid{
    display: grid;
  }.md\:hidden{
    display: none;
  }.md\:h-\[200px\]{
    height: 200px;
  }.md\:h-full{
    height: 100%;
  }.md\:h-\[340px\]{
    height: 340px;
  }.md\:h-3\/4{
    height: 75%;
  }.md\:h-\[94px\]{
    height: 94px;
  }.md\:min-h-\[342px\]{
    min-height: 342px;
  }.md\:min-h-\[600px\]{
    min-height: 600px;
  }.md\:w-1\/4{
    width: 25%;
  }.md\:w-1\/2{
    width: 50%;
  }.md\:w-24{
    width: 6rem;
  }.md\:w-\[600px\]{
    width: 600px;
  }.md\:w-auto{
    width: auto;
  }.md\:w-48{
    width: 12rem;
  }.md\:w-1\/3{
    width: 33.333333%;
  }.md\:w-2\/3{
    width: 66.666667%;
  }.md\:w-full{
    width: 100%;
  }.md\:w-9\/12{
    width: 75%;
  }.md\:w-10\/12{
    width: 83.333333%;
  }.md\:w-28{
    width: 7rem;
  }.md\:w-8{
    width: 2rem;
  }.md\:w-64{
    width: 16rem;
  }.md\:max-w-\[325px\]{
    max-width: 325px;
  }.md\:max-w-2xl{
    max-width: 42rem;
  }.md\:max-w-lg{
    max-width: 32rem;
  }.md\:flex-auto{
    flex: 1 1 auto;
  }.md\:flex-1{
    flex: 1 1 0%;
  }.md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:flex-row{
    flex-direction: row;
  }.md\:flex-wrap{
    flex-wrap: wrap;
  }.md\:items-center{
    align-items: center;
  }.md\:gap-10{
    gap: 2.5rem;
  }.md\:gap-6{
    gap: 1.5rem;
  }.md\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }.md\:justify-self-end{
    justify-self: end;
  }.md\:rounded-large{
    border-radius: 16px;
  }.md\:border-2{
    border-width: 2px;
  }.md\:border-t-0{
    border-top-width: 0px;
  }.md\:border-l{
    border-left-width: 1px;
  }.md\:border-t{
    border-top-width: 1px;
  }.md\:border-t-2{
    border-top-width: 2px;
  }.md\:border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }.md\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(121 122 156 / var(--tw-border-opacity));
  }.md\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }.md\:object-center{
    -o-object-position: center;
       object-position: center;
  }.md\:p-10{
    padding: 2.5rem;
  }.md\:p-5{
    padding: 1.25rem;
  }.md\:p-20{
    padding: 5rem;
  }.md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }.md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }.md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }.md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }.md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }.md\:pb-20{
    padding-bottom: 5rem;
  }.md\:pt-10{
    padding-top: 2.5rem;
  }.md\:pr-4{
    padding-right: 1rem;
  }.md\:pl-4{
    padding-left: 1rem;
  }.md\:pb-5{
    padding-bottom: 1.25rem;
  }.md\:pt-0{
    padding-top: 0px;
  }.md\:pt-6{
    padding-top: 1.5rem;
  }.md\:pb-16{
    padding-bottom: 4rem;
  }.md\:pr-5{
    padding-right: 1.25rem;
  }.md\:pl-5{
    padding-left: 1.25rem;
  }.md\:pl-1\/5{
    padding-left: 20%;
  }.md\:pr-20{
    padding-right: 5rem;
  }.md\:pl-20{
    padding-left: 5rem;
  }.md\:text-right{
    text-align: right;
  }.md\:text-xxl{
    font-size: 48px;
    line-height: 1.2;
  }.md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }.md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }.md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.md\:leading-normal{
    line-height: 1.5;
  }.md\:before\:w-0::before{
    content: var(--tw-content);
    width: 0px;
  }.md\:after\:w-0::after{
    content: var(--tw-content);
    width: 0px;
  }.md\:hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgb(121 122 156 / var(--tw-border-opacity));
  }.md\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgb(241 86 35 / var(--tw-border-opacity));
  }
}@media (min-width: 1024px){.lg\:-top-32{
    top: -8rem;
  }.lg\:col-span-4{
    grid-column: span 4 / span 4;
  }.lg\:col-span-3{
    grid-column: span 3 / span 3;
  }.lg\:col-span-2{
    grid-column: span 2 / span 2;
  }.lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }.lg\:mt-56{
    margin-top: 14rem;
  }.lg\:-mt-72{
    margin-top: -18rem;
  }.lg\:mb-20{
    margin-bottom: 5rem;
  }.lg\:inline-block{
    display: inline-block;
  }.lg\:w-1\/4{
    width: 25%;
  }.lg\:w-5\/12{
    width: 41.666667%;
  }.lg\:w-7\/12{
    width: 58.333333%;
  }.lg\:w-1\/3{
    width: 33.333333%;
  }.lg\:max-w-3xl{
    max-width: 48rem;
  }.lg\:max-w-\[640px\]{
    max-width: 640px;
  }.lg\:flex-1{
    flex: 1 1 0%;
  }.lg\:flex-row{
    flex-direction: row;
  }.lg\:items-center{
    align-items: center;
  }.lg\:justify-end{
    justify-content: flex-end;
  }.lg\:self-stretch{
    align-self: stretch;
  }.lg\:border-0{
    border-width: 0px;
  }.lg\:p-20{
    padding: 5rem;
  }.lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }.lg\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }.lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.lg\:pb-5{
    padding-bottom: 1.25rem;
  }.lg\:pl-14{
    padding-left: 3.5rem;
  }.lg\:pt-20{
    padding-top: 5rem;
  }.lg\:pb-24{
    padding-bottom: 6rem;
  }.lg\:pb-0{
    padding-bottom: 0px;
  }.lg\:pt-10{
    padding-top: 2.5rem;
  }.lg\:pb-10{
    padding-bottom: 2.5rem;
  }.lg\:pr-10{
    padding-right: 2.5rem;
  }.lg\:pl-10{
    padding-left: 2.5rem;
  }.lg\:pr-40{
    padding-right: 10rem;
  }
}@media (min-width: 1280px){.xl\:order-last{
    order: 9999;
  }.xl\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }.xl\:block{
    display: block;
  }.xl\:flex{
    display: flex;
  }.xl\:hidden{
    display: none;
  }.xl\:h-20{
    height: 5rem;
  }.xl\:w-44{
    width: 11rem;
  }.xl\:flex-none{
    flex: none;
  }.xl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }.xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }.xl\:border-0{
    border-width: 0px;
  }.xl\:bg-white\/0{
    background-color: rgb(255 255 255 / 0);
  }.xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.xl\:text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}
