/*!
Theme Name: AA25
Theme URI: https://www.a2area.it/
Author: Alessandro Alessio
Author URI: https://www.a2area.it
Description: Just a simple Tailwind Theme for Wordpress
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atw
Tags:
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/* @import './custom/fonts.css'; */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

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

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

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

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

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

/*
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;
}

*, ::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

::-moz-selection {
  /* Code for Firefox */
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background-color: var(--atw-primary-color);
}

::selection {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background-color: var(--atw-primary-color);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}

@keyframes fade-out {
  to {
    opacity: 0;
  }
}

@keyframes slide-from-right {
  from {
    transform: translateX(30px);
  }
}

@keyframes slide-to-left {
  to {
    transform: translateX(-30px);
  }
}

::view-transition-old(root) {
  animation: 90ms cubic-bezier(0.4, 0, 1, 1) both fade-out,
		300ms cubic-bezier(0.4, 0, 0.2, 1) both slide-to-left;
}

::view-transition-new(root) {
  animation: 210ms cubic-bezier(0, 0, 0.2, 1) 90ms both fade-in,
		300ms cubic-bezier(0.4, 0, 0.2, 1) both slide-from-right;
}

/** Base */

html {
  margin: 0px !important;
  padding: 0px !important;
}

body {
  font-family: var(--atw-font-text);
  background-color: var(--atw-body-bg-color);
  color: var(--atw-body-text-color);
  position: relative;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-family: 'Poppins', 'sans-serif';
}

body.body-frame:before,
body.body-frame:after {
  content: ' ';
  position: fixed;
  height: 100vh;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

body.body-frame:after {
  right: 0px;
  top: 0px;
}

a,
a:link {
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover,
a:active {
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  color: var(--atw-primary-color);
}

strong {
  font-weight: 800;
}

pre {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--atw-font-heading);
}

#masthead {
  background-color: var(--atw-header-bg-color) !important;
  color: var(--atw-header-text-color) !important;
}

#masthead a {
  color: var(--atw-header-text-color) !important;
}

#masthead a:hover {
  color: var(--atw-accent-color) !important;
}

#masthead #site-title {
  height: auto;
  width: 100%;
  max-width: 100%;
}

#masthead .menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
}

#masthead .menu-item-has-children::after {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23fff' d='M831.872 340.864L512 652.672L192.128 340.864a30.59 30.59 0 0 0-42.752 0a29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728a30.59 30.59 0 0 0-42.752 0z'/%3E%3C/svg%3E");
  margin-left: 0.5rem;
  display: inline-block;
  height: 18px;
  width: 18px;
  background-size: cover;
}

#masthead .menu-item-has-children:hover .sub-menu {
  display: inline-block;
}

#masthead .sub-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 50;
  display: none;
  width: 12rem;
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  padding: 1rem;
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  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);
  background-color: var(--atw-primary-color);
}

#masthead .sub-menu a {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#main-header-wrapper.fullfixed {
  position: fixed;
  width: 100%;
  background-color: transparent;
}

/* Header Fixed */

.header-fixed-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
}

.header-fixed-wrapper #masthead {
  transition: all 0.5s ease-in-out;
  transform: translateY(-100%);
}

.header-fixed-wrapper #masthead.sticky {
  transform: translateY(0%);
}

/** Header Transparent */

#main-header-wrapper.transparent {
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#main-header-wrapper.transparent #masthead {
  background-color: transparent !important;
}

#main-header-wrapper.transparent #masthead #navigation-mobile-toggle {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#main-header-wrapper.transparent #masthead a {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#main-header-wrapper.transparent #main-navbar {
  border-color: rgba(255, 255, 255, 0.25) !important;
  background-color: transparent !important;
}

#main-header-wrapper.transparent #main-navbar a {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#main-header-wrapper.transparent #main-navbar a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

#main-header-wrapper.transparent #main-navbar #navigation-mobile-toggle {
  border-width: 1px;
}

body.body-scrolled #main-header-wrapper.transparent {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.header-fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
}

/* Admin Bar */

body.admin-bar #main-header-wrapper {
  padding-top: 46px;
}

@media (min-width: 768px) {
  body.admin-bar #main-header-wrapper {
    padding-top: 32px;
  }
}

body.admin-bar .header-fixed {
  top: 46px;
}

@media (min-width: 768px) {
  body.admin-bar .header-fixed {
    top: 32px;
  }
}

.footer-top-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer-bottom-wrapper {
}

footer {
  background-color: var(--atw-footer-bg-color) !important;
  color: var(--atw-footer-text-color) !important;
}

footer {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --tw-text-opacity: 1;
  color: rgba(80, 80, 80, var(--tw-text-opacity));
  font-family: 'Poppins', 'sans-serif';
}

@media (min-width: 768px) {
  footer {
    padding-left: 0px;
    padding-right: 0px;
  }
}

footer strong {
  font-weight: 700;
}

#footer-top {
  font-size: 0.75rem;
  line-height: 1rem;
}

#footer-top .widget {
  margin-bottom: 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  #footer-top .widget {
    margin-bottom: 0px;
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
    text-align: left;
  }
}

#footer-top .widget.widget_media_image {
  text-align: center;
}

#footer-top .widget.widget_media_image img {
  margin-left: auto;
  margin-right: auto;
}

#footer-top .widget.widget_text {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  #footer-top .widget.widget_text {
    margin-bottom: 0px;
  }
}

#footer-top .widget-title {
  margin-bottom: 0.5rem;
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

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

.prose {
  color: var(--tw-prose-body);
}

.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: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #b4b4b4;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.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;
}

.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

.prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.btn {
  display: inline-block;
  border-radius: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-family: 'Poppins', 'sans-serif';
}

.btn:disabled {
  opacity: 0.5;
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background-color: var(--atw-primary-color);
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  color: rgba(255, 255, 255, 0.75);
  background-color: var(--atw-primary-color);
}

.btn-accent {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background-color: var(--atw-accent-color);
}

.btn-accent:hover {
  background-color: rgba(180, 180, 180, 0.75);
  color: rgba(255, 255, 255, 0.75);
}

.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(208, 250, 124, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-secondary:hover {
  background-color: rgba(208, 250, 124, 0.75);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-bordered {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(180, 180, 180, var(--tw-border-opacity));
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-color: var(--atw-primary-color);
}

.btn-bordered:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(208, 250, 124, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-bordered-white {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-bordered-white:hover {
  background-color: rgba(255, 255, 255, 0.25);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.item-activity {
  margin-bottom: 1rem;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 1rem;
}

.item-activity .img img {
  height: 8rem;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-activity .text-event {
  position: relative;
  height: 4rem;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.item-activity .text-event:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 2rem;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #fff;
  --tw-gradient-to: rgba(255, 255, 255, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent;
}

.swiper .swiper-wrapper {
  padding-bottom: 2rem;
}

.swiper .swiper-pagination-bullet-active {
  background-color: var(--app-brown) !important;
}

.alert {
  margin-bottom: 0.5rem;
  border-width: 1px;
  padding: 0.5rem;
}

.alert.alert-info {
  margin-bottom: 0.5rem;
  border-width: 1px;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-left-color: rgba(30, 58, 138, var(--tw-border-opacity));
  padding: 0.5rem;
}

.alert.alert-danger {
  margin-bottom: 0.5rem;
  border-width: 1px;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-left-color: rgba(185, 28, 28, var(--tw-border-opacity));
  padding: 0.5rem;
}

.alert.alert-warning {
  margin-bottom: 0.5rem;
  border-width: 1px;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-left-color: rgba(234, 179, 8, var(--tw-border-opacity));
  padding: 0.5rem;
}

.alert.alert-success {
  margin-bottom: 0.5rem;
  border-width: 1px;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-left-color: rgba(21, 128, 61, var(--tw-border-opacity));
  padding: 0.5rem;
}

.atw-box-one-half {
  width: 100%;
}

@media (min-width: 768px) {
  .atw-box-one-half {
    width: 50%;
  }
}

.atw-box-one-half a {
  height: 500px;
}

.atw-box-one-third {
  width: 100%;
}

@media (min-width: 768px) {
  .atw-box-one-third {
    width: 33.333333%;
  }
}

.atw-box-one-third a {
  height: 400px;
}

.atw-box-one-fourth {
  width: 100%;
}

@media (min-width: 768px) {
  .atw-box-one-fourth {
    width: 25%;
  }
}

.atw-box-one-fourth a {
  height: 350px;
}

@media only screen and (max-width: 1024px) {
  .atw-box-one-half a, .atw-box-one-third a, .atw-box-one-fourth a {
    height: 280px;
  }
}

@media only screen and (max-width: 768px) {
  .atw-box-one-half a, .atw-box-one-third a, .atw-box-one-fourth a {
    height: 320px;
  }

  .atw-box-one-half a h2, .atw-box-one-third a h2, .atw-box-one-fourth a h2 {
    text-align: center;
  }

  .atw-box-one-half a p, .atw-box-one-third a p, .atw-box-one-fourth a p {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.atw-breadcrumb {
  padding-bottom: 4rem;
  text-align: center;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(140, 140, 140, var(--tw-text-opacity));
  font-family: 'Poppins', 'sans-serif';
}

.atw-breadcrumb li::after {
  content: ">";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.atw-breadcrumb li:last-child::after {
  content: "";
  margin-left: 0px;
  margin-right: 0px;
}

.atw-breadcrumb span {
  --tw-text-opacity: 1;
  color: rgba(208, 250, 124, var(--tw-text-opacity));
}

#comments {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

#comments > h2 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

#comments ol li {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  padding: 1.5rem;
}

#comments ol li .comment-author.vcard {
  display: flex;
  align-items: center;
}

#comments ol li .comment-author.vcard > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

#comments ol li .comment-metadata {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  max-width: 40rem;
  text-align: right;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-family: 'monospace';
}

#comments #respond {
  margin-top: 1.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  padding: 1.5rem;
}

#comments #respond #reply-title {
  font-weight: 700;
}

#comments #respond .logged-in-as {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#comments #respond .required-field-message {
  margin-bottom: 1rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#comments #respond .comment-form-comment > * {
  display: block;
}

#comments #respond label {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

#comments #respond .comment-form-cookies-consent label {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: none;
}

#comments #respond .form-submit {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: right;
}

#comments #respond .form-submit input[type=submit] {
  display: inline-block;
  border-radius: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-family: 'Poppins', 'sans-serif';
}

#comments #respond .form-submit input[type=submit]:disabled {
  opacity: 0.5;
}

#comments #respond .form-submit input[type=submit] {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background-color: var(--atw-primary-color);
}

#comments #respond .form-submit input[type=submit]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  color: rgba(255, 255, 255, 0.75);
  background-color: var(--atw-primary-color);
}

.smf-mdv-buttons #comments #respond .form-submit input[type=submit] {
  border-radius: 9999px;
  padding-left: 3rem;
  padding-right: 3rem;
}

#moove_gdpr_cookie_info_bar {
  border-top-width: 4px !important;
  border-color: rgba(180, 180, 180, 0.1) !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

#moove_gdpr_cookie_info_bar p {
  font-weight: 300;
}

#moove_gdpr_cookie_info_bar button.mgbutton {
  display: inline-block;
  border-radius: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-family: 'Poppins', 'sans-serif';
}

#moove_gdpr_cookie_info_bar button.mgbutton:disabled {
  opacity: 0.5 !important;
}

#moove_gdpr_cookie_info_bar button.mgbutton {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity)) !important;
  background-color: var(--atw-primary-color) !important;
}

.smf-mdv-buttons #moove_gdpr_cookie_info_bar button.mgbutton {
  border-radius: 9999px;
  padding-left: 3rem;
  padding-right: 3rem;
}

#moove_gdpr_cookie_info_bar button.change-settings-button {
  display: inline-block;
  border-radius: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-family: 'Poppins', 'sans-serif';
}

#moove_gdpr_cookie_info_bar button.change-settings-button:disabled {
  opacity: 0.5 !important;
}

#moove_gdpr_cookie_info_bar button.change-settings-button {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(180, 180, 180, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  border-color: var(--atw-primary-color) !important;
}

.smf-mdv-buttons #moove_gdpr_cookie_info_bar button.change-settings-button {
  border-radius: 9999px;
  padding-left: 3rem;
  padding-right: 3rem;
}

.aa-post-type-loop {
  width: 100%;
}

.aa-post-type-loop .post-item {
  display: block;
}

.aa-post-type-loop .post-item .post-thumbnail {
  margin-bottom: 1rem;
}

.aa-post-type-loop .post-item .post-date {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}

.aa-post-type-loop .post-item .post-title {
}

.aa-post-type-loop .post-item .post-content {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-text-opacity));
}

.aa-post-type-loop.standard {
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .aa-post-type-loop.standard {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.aa-post-type-loop.row {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery {
  margin-top: 3rem !important;
  border-radius: 0.75rem !important;
  background-size: cover !important;
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.gallery {
  background-image: url("images/bg-gallery.jpg");
}

.gallery .gallery-item {
  margin-top: 0px;
  margin-bottom: 0px;
}

.gallery .gallery-item img {
  margin-top: 0px;
  margin-bottom: 0px;
  border-width: 4px;
  border-bottom-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.gallery.gallery-columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  /* .gallery-item img {
			@apply h-52 md:h-96;
		} */
}

.gallery.gallery-columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  /* .gallery-item img {
			@apply h-36 md:h-96;
		} */
}

.gallery.gallery-columns-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .gallery.gallery-columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.gallery.gallery-columns-4 {
  /* .gallery-item img {
			@apply h-52 md:h-52;
		} */
}

.gallery.gallery-columns-5 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .gallery.gallery-columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.gallery.gallery-columns-5 {
  /* .gallery-item img {
			@apply h-52 md:h-44;
		} */
}

.item-gallery-mouseover {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-align: center;
}

.item-gallery-mouseover:after {
  content: " ";
  background: url("https://api.iconify.design/iconamoon/zoom-in-bold.svg?color=%23380f10&width=24")
		no-repeat center center / 50%;
  position: absolute;
  top: 25%;
  left: 50%;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 40px;
  width: 40px;
  --tw-translate-x: -20px;
  --tw-translate-y: -20px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(208, 250, 124, var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 0;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.item-gallery-mouseover:hover::after {
  top: 50%;
  opacity: 1;
}

.hero-left {
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .hero-left {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.hero-left .content {
  /* @apply md:mr-12; */
}

.hero-left .image {
  text-align: right;
}

.hero-left .hero-first-title {
  text-align: left;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  color: var(--atw-primary-color);
  font-family: 'Poppins', 'sans-serif';
}

@media (min-width: 768px) {
  .hero-left .hero-first-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.hero-left .hero-second-title {
  margin-bottom: 1rem;
  text-align: left;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  font-style: italic;
  font-family: 'Poppins', 'sans-serif';
}

.hero-left .hero-text {
  margin-bottom: 3rem;
  text-align: justify;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: 'Poppins', 'sans-serif';
}

@media (min-width: 768px) {
  .hero-left .hero-text {
    margin-bottom: 0px;
    margin-right: 2rem;
  }
}

.hero-left .hero-text strong {
  font-weight: 700;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='date'],
select,
textarea {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  display: block !important;
  width: 100% !important;
  border-radius: 0.5rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  padding: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(180, 180, 180, var(--tw-text-opacity)) !important;
  outline-color: #9ca3af !important;
  transition-property: all !important;
  transition-duration: 150ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  color: var(--atw-primary-color) !important;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='date']:focus,
select:focus,
textarea:focus {
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
  outline-width: 1px !important;
}

.wpforms-container .wpforms-field {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.wpforms-container .wpforms-field .wpforms-field-label {
  margin-bottom: 0px !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.3) !important;
  font-family: var(--atw-font-heading) !important;
}

.wpforms-container .wpforms-field-checkbox .wpforms-required-label {
  display: none;
}

.wpforms-container .wpforms-field-checkbox .wpforms-field-label-inline {
  margin-bottom: 0px !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  color: rgba(255, 255, 255, 0.3) !important;
  font-family: var(--atw-font-heading) !important;
}

.wpforms-container .wpforms-submit-container {
  text-align: right;
}

.wpforms-container .wpforms-submit-container button[type='submit'] {
  display: inline-block;
  border-radius: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-family: 'Poppins', 'sans-serif';
}

.wpforms-container .wpforms-submit-container button[type='submit']:disabled {
  opacity: 0.5 !important;
}

.wpforms-container .wpforms-submit-container button[type='submit'] {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background-color: var(--atw-primary-color);
}

.wpforms-container .wpforms-submit-container button[type='submit']:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  color: rgba(255, 255, 255, 0.75);
  background-color: var(--atw-primary-color);
}

.wpforms-container .wpforms-submit-container button[type='submit'] {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.smf-mdv-buttons .wpforms-container .wpforms-submit-container button[type='submit'] {
  border-radius: 9999px;
  padding-left: 3rem;
  padding-right: 3rem;
}

/** Polylang */

.languages-switcher {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
}

.languages-switcher > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.languages-switcher {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  color: var(--atw-primary-color);
}

.languages-switcher .current-lang {
  display: flex;
}

.languages-switcher .current-lang > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.languages-switcher .current-lang {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.atw-loop-single-column {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  max-width: 42rem;
}

.atw-loop-double-column {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  gap: 2rem;
}

@media (min-width: 768px) {
  .atw-loop-double-column {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.atw-loop-triple-column {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  gap: 2rem;
}

@media (min-width: 768px) {
  .atw-loop-triple-column {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.atw-loop-fourth-column {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  gap: 2rem;
}

@media (min-width: 768px) {
  .atw-loop-fourth-column {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

#navigation-overlay .sub-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#navigation-overlay .sub-menu a {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

#navigation-overlay {
  /* display: none; */
}

#navigation-overlay.activated {
  /* display: block; */
  /* animation: navOverlayFadeFromTop 0.5s ease-in-out; */
}

@keyframes navOverlayFadeFromTop {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(-3%);
  }

  100% {
    display: block;
    opacity: 0;
    transform: translateX(0%);
  }
}

#newsletter-banner {
  background-image: url('images/bg-newsletter.png');
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  background-color: var(--atw-primary-color);
}

.pum-container input[type='text'],
	.pum-container input[type='email'],
	.pum-container input[type='tel'],
	.pum-container input[type='password'] {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 3rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  padding: 0.75rem;
}

.pum-container input[type='submit'] {
  display: inline-block;
  border-radius: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-family: 'Poppins', 'sans-serif';
}

.pum-container input[type='submit']:disabled {
  opacity: 0.5;
}

.pum-container input[type='submit'] {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background-color: var(--atw-primary-color);
}

.pum-container input[type='submit']:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  color: rgba(255, 255, 255, 0.75);
  background-color: var(--atw-primary-color);
}

.pum-container input[type='submit'] {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.smf-mdv-buttons .pum-container input[type='submit'] {
  border-radius: 9999px;
  padding-left: 3rem;
  padding-right: 3rem;
}

.pum-container .wpcf7-acceptance {
  font-size: 0.75rem;
  line-height: 1rem;
}

.pum-container .wpcf7-spinner {
  position: absolute;
}

/* .entry-content {
	@apply max-w-[1700px];

	h1,
	h2,
	h3,
	h4,
	h5 {
		@apply font-heading mb-4 text-primary;
	}

	h2 {
		@apply text-4xl;
	}
	h3 {
		@apply text-3xl;
	}
	h4 {
		@apply text-3xl;
	}
	h5 {
		@apply text-xl;
	}

	bold,
	strong {
		@apply text-content font-bold;
	}
	p {
		@apply text-xl font-light;
	}

	ul {
		@apply mb-4;

		li {
			@apply flex items-center;

			&:before {
				content: ' ';
				display: inline-block;
				width: 32px;
				height: 32px;
				background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 256 256'%3E%3Cg fill='white'%3E%3Cpath d='M176 128a48 48 0 1 1-48-48a48 48 0 0 1 48 48' opacity='.2'/%3E%3Cpath d='M140 128a12 12 0 1 1-12-12a12 12 0 0 1 12 12'/%3E%3C/g%3E%3C/svg%3E");
			}
		}
	}
} */

footer.entry-content {
  display: none;
}

.next-previous-nav .next a {
  background: url('https://api.iconify.design/mingcute/arrow-right-fill.svg?width=12')
			no-repeat center center / contain;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  overflow: hidden;
  text-indent: 24rem;
}

.next-previous-nav .prev a {
  background: url('https://api.iconify.design/mingcute/arrow-left-fill.svg?width=12')
			no-repeat center center / contain;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  overflow: hidden;
  text-indent: 24rem;
}

#site-navigation {
  margin-top: 0px;
  padding-top: 0px;
}

@media (min-width: 1024px) {
  #site-navigation {
    margin-left: 2rem;
  }
}

#site-navigation ul {
  margin: 0px;
}

#site-navigation ul > li {
  position: relative;
  display: block;
  overflow: hidden;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  font-family: 'Poppins', 'sans-serif';
}

/* ul > li > span:before,
	ul > li > a:before {
		content: " ";
		@apply absolute bottom-0 block w-full -translate-x-full border-b border-black transition-all duration-75 ease-in-out;
	} */

/* ul > li > span:hover::before,
	ul > li > a:hover::before {
		@apply -translate-x-0;
	} */

#site-navigation .menu-item {
  overflow: visible !important;
}

#site-navigation .menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
}

/* .menu-item-has-children::after {
		@apply hidden;
	} */

#site-navigation .menu-item-has-children::after {
  position: relative !important;
  left: 0px !important;
  margin-right: 0.25rem !important;
  display: inline-flex !important;
  height: 100% !important;
  height: 1rem !important;
  width: 1rem !important;
  --tw-rotate: 0deg !important;
  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)) !important;
  background-color: transparent !important;
}

#site-navigation .menu-item-has-children::after {
  content: ' ';
  /* background: url("https://api.iconify.design/ph/caret-down.svg") no-repeat
			center bottom / 75%; */
  background: url('https://api.iconify.design/ph/caret-down-bold.svg?color=%23777')
			no-repeat center center / 12px;
  opacity: 1;
}

#site-navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 30;
  width: 13rem;
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  padding: 0px;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: var(--atw-primary-color);
}

#site-navigation .sub-menu li a,
		#site-navigation .sub-menu li span {
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#site-navigation .sub-menu li a:hover,
		#site-navigation .sub-menu li span:hover {
  background-color: rgba(255, 255, 255, 0.05);
  --tw-text-opacity: 1;
  color: rgba(208, 250, 124, var(--tw-text-opacity));
}

#site-navigation .menu-item-has-children:hover .sub-menu {
  display: block;
}

#search-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#search-overlay form {
}

#search-overlay .input-search {
  width: 100% !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(80, 80, 80, var(--tw-text-opacity)) !important;
}

#search-overlay .input-search:focus {
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(180, 180, 180, var(--tw-border-opacity)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  border-color: var(--atw-primary-color) !important;
}

#search-overlay .arrow {
  margin-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  color: var(--atw-primary-color);
}

#search-overlay #search-close {
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  color: var(--atw-primary-color);
}

#site-secondary-navigation .menu-item-has-children {
  position: relative;
  display: flex;
}

#site-secondary-navigation .menu-item-has-children::before {
  content: " ";
  width: 20px;
  background: url("https://api.iconify.design/ph/caret-down-light.svg")
			no-repeat center center / 75%;
}

#site-secondary-navigation .sub-menu {
  position: absolute;
  top: 100%;
  z-index: 10;
  display: none;
  width: 8rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  text-align: left;
}

#site-secondary-navigation .menu-item-has-children:hover .sub-menu {
  display: block;
}

#secondary-navigation-mobile-toggle {
  text-align: center;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-family: 'Poppins', 'sans-serif';
}

#secondary-navigation-mobile-toggle svg {
  display: none;
}

#secondary-navigation-mobile-toggle span {
  display: block;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: 'Poppins', 'sans-serif';
}

@media only screen and (max-width: 767px) {
  #site-secondary-navigation {
    margin: 0px;
    /* .submenu {
			@apply relative block w-full border-0 bg-black/75 text-center;
		} */
    /*.menu-item-has-children:hover{
            .sub-menu{
                @apply block;
            }
        } */
  }

  #site-secondary-navigation ul {
    border-top-width: 1px;
    border-color: rgba(255, 255, 255, 0.25);
    background-color: rgba(0, 0, 0, 0.75);
  }

  #site-secondary-navigation li a {
    border-bottom-width: 1px;
    border-color: rgba(255, 255, 255, 0.25);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #site-secondary-navigation .menu-item-has-children {
    display: block;
  }

  #site-secondary-navigation .menu-item-has-children::before {
    display: none;
  }

  #secondary-navigation-mobile-toggle {
    display: block;
  }
}

.sidebar input[type=text],
    .sidebar input[type=search] {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sidebar input[type=submit]{
  background: url('https://api.iconify.design/material-symbols/search-rounded.svg?color=white') no-repeat center center / 50%;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0);
  background-color: var(--atw-primary-color);
}

.sidebar .widget {
  margin-bottom: 2rem;
}

.sidebar .widget-title {
  margin-bottom: 1rem;
}

.atw-slider-type-1 {
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  background-size: cover;
  background-position: center;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-family: 'Poppins', 'sans-serif';
}

.atw-slider-type-1 .atw-slider-overlay {
  display: flex;
  height: 400px;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}

@media (min-width: 768px) {
  .atw-slider-type-1 .atw-slider-overlay {
    height: 640px;
  }
}

.atw-slider-type-1 .atw-slider-overlay {
  /*.atw-slider-overlay-wrapper {
			@apply bg-gradient-to-t from-black/50 to-transparent pt-96 pb-12 text-left md:from-black/90 md:via-black/90 md:to-transparent;
			.inline-overlay {
				@apply mx-4 max-w-7xl md:mx-auto;
			}
		}

		.atw-slider-text {
			@apply text-left text-5xl text-secondary;
		}
		.atw-slider-author-wrapper {
			@apply text-left text-lg font-thin text-gray-200;
		}*/
}

.swiper-hero-wrapper {
  position: relative;
}

.swiper-hero-wrapper::after {
  content: '';
  background: url('images/after-slider.png') no-repeat top center;
  transform: translateY(-32px);
  position: absolute;
  z-index: 20;
  display: block;
  height: 82px;
  width: 100%;
}

.social-icons {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
}

.social-icons a {
  display: inline-block;
}

.social-icon {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
}

.social-icon.phone {
  background: url('https://api.iconify.design/ic/baseline-phone.svg') no-repeat
		center center / 70%;
}

.social-icon.phone.white {
  background: url('https://api.iconify.design/ic/baseline-phone.svg?color=white')
		no-repeat center center / 70%;
}

.social-icon.phone.primary {
  background: url('https://api.iconify.design/ic/baseline-phone.svg?color=var(--atw-primary-color)')
		no-repeat center center / 70%;
}

.social-icon.email {
  background: url('https://api.iconify.design/ph/envelope.svg') no-repeat
		center center / 70%;
}

.social-icon.email.white {
  background: url('https://api.iconify.design/ph/envelope.svg?color=white')
		no-repeat center center / 70%;
}

.social-icon.email.primary {
  background: url('https://api.iconify.design/ph/envelope.svg?color=var(--atw-primary-color)')
		no-repeat center center / 70%;
}

.social-icon.facebook {
  background: url('https://api.iconify.design/ri/facebook-fill.svg') no-repeat
		center center / 70%;
}

.social-icon.facebook.white {
  background: url('https://api.iconify.design/ri/facebook-fill.svg?color=white')
		no-repeat center center / 70%;
}

.social-icon.facebook.primary {
  background: url('https://api.iconify.design/ri/facebook-fill.svg?color=var(--atw-primary-color)')
		no-repeat center center / 70%;
}

.social-icon.facebook.secondary {
  background: url('https://api.iconify.design/ri/facebook-fill.svg?color=var(--wp--preset--color--secondary)')
		no-repeat center center / 70%;
}

.social-icon.instagram {
  background: url('https://api.iconify.design/ri/instagram-fill.svg') no-repeat
		center center / 70%;
}

.social-icon.instagram.white {
  background: url('https://api.iconify.design/ri/instagram-fill.svg?color=white')
		no-repeat center center / 70%;
}

.social-icon.instagram.primary {
  background: url('https://api.iconify.design/ri/instagram-fill.svg?color=var(--atw-primary-color)')
		no-repeat center center / 70%;
}

.social-icon.instagram.secondary {
  background: url('https://api.iconify.design/ri/instagram-fill.svg?color=var(--wp--preset--color--secondary)')
		no-repeat center center / 70%;
}

.social-icon.linkedin {
  background: url('https://api.iconify.design/ri/linkedin-fill.svg') no-repeat
		center center / 70%;
}

.social-icon.linkedin.white {
  background: url('https://api.iconify.design/ri/linkedin-fill.svg?color=white')
		no-repeat center center / 70%;
}

.social-icon.linkedin.secondary {
  background: url('https://api.iconify.design/ri/linkedin-fill.svg?color=var(--wp--preset--color--secondary)')
		no-repeat center center / 70%;
}

.social-icon.twitter {
  background: url('https://api.iconify.design/ri/twitter-fill.svg') no-repeat
		center center / 70%;
}

.social-icon.twitter.white {
  background: url('https://api.iconify.design/ri/twitter-fill.svg?color=white')
		no-repeat center center / 70%;
}

.social-icon.twitter.secondary {
  background: url('https://api.iconify.design/ri/twitter-fill.svg?color=var(--wp--preset--color--secondary)')
		no-repeat center center / 70%;
}

.social-icon.youtube {
  background: url('https://api.iconify.design/ri/youtube-fill.svg') no-repeat
		center center / 70%;
}

.social-icon.youtube.white {
  background: url('https://api.iconify.design/ri/youtube-fill.svg?color=white')
		no-repeat center center / 70%;
}

.social-icon.youtube.secondary {
  background: url('https://api.iconify.design/ri/youtube-fill.svg?color=var(--wp--preset--color--secondary)')
		no-repeat center center / 70%;
}

.social-icon.tumblr {
  background: url('https://api.iconify.design/brandico/tumblr-rect.svg')
		no-repeat center center / 70%;
}

.social-icon.tumblr.white {
  background: url('https://api.iconify.design/brandico/tumblr-rect.svg?color=white')
		no-repeat center center / 70%;
}

.social-icon.tumblr.secondary {
  background: url('https://api.iconify.design/brandico/tumblr-rect.svg?color=var(--wp--preset--color--secondary)')
		no-repeat center center / 70%;
}

.atw-title {
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  font-family: var(--atw-font-heading);
}

@media (min-width: 768px) {
  .atw-title {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.atw-title-small {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: 'Poppins', 'sans-serif';
}

.font-sans-custom {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: 'Poppins', 'sans-serif';
}

.text-wrapper p {
  margin-bottom: 1.5rem;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: 'Poppins', 'sans-serif';
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: 'Poppins', 'sans-serif';
}

.text-wrapper ul {
  list-style-position: inside;
  list-style-type: disc;
}

.atw-subtitle {
  display: inline-block !important;
  width: 100% !important;
  text-align: left !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: .75rem !important;
  color: rgba(255, 255, 255, 0.4) !important;
  font-family: var(--atw-font-heading) !important;
}

body.single-product .woocommerce-product-gallery {
  text-align: center;
}

body.single-product .woocommerce-product-gallery .onsale {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  position: relative;
  margin: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image {
    min-height: 600px;
  }
}

body.single-product .woocommerce-product-gallery img {
  border-radius: 0.5rem;
}

body.single-product .product_title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

body.single-product .single-breadcrumb .woocommerce-breadcrumb {
  margin-bottom: 0px !important;
  text-align: left !important;
}

body.single-product .price {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(180, 180, 180, var(--tw-text-opacity)) !important;
  color: var(--atw-primary-color) !important;
}

/** Normal Price */

body.single-product .price bdi {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

/** Normal Price + Sale Price */

body.single-product .price del bdi {
  margin-right: 0.5rem !important;
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(180, 180, 180, var(--tw-text-opacity)) !important;
  color: var(--atw-primary-color) !important;
}

body.single-product .price ins bdi {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(180, 180, 180, var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
  color: var(--atw-primary-color) !important;
}

/* .woocommerce-product-details__short-description {
		@apply my-2 py-2 text-base;
	} */

body.single-product .variations .label label {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-weight: 300;
  text-transform: uppercase;
}

body.single-product .variations .value select {
  margin: 0px !important;
  border-radius: 0.5rem !important;
}

body.single-product .single_variation_wrap .variations_button {
  display: flex;
}

body.single-product .single_variation_wrap .variations_button .quantity input {
  border-radius: 0.5rem;
}

body.single-product .single_variation_wrap .variations_button .button {
  margin-top: 0px !important;
  border-radius: 0.5rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

body.single-product .cart .quantity {
  margin-left: auto;
}

body.single-product .cart .quantity input {
  height: 3rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  padding: 0.75rem;
}

body.single-product .cart .button {
  display: inline-block;
  border-radius: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-family: 'Poppins', 'sans-serif';
}

body.single-product .cart .button:disabled {
  opacity: 0.5;
}

body.single-product .cart .button {
  display: inline-block;
  border-radius: 1rem;
  border-bottom-right-radius: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

body.single-product .cart .button:disabled {
  opacity: 0.5;
}

body.single-product .cart .button {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background-color: var(--atw-primary-color);
}

body.single-product .cart .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  color: rgba(255, 255, 255, 0.75);
  background-color: var(--atw-primary-color);
}

body.single-product .cart .button {
  height: 3rem;
  border-radius: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.smf-mdv-buttons body.single-product .cart .button {
  border-radius: 9999px;
  padding-left: 3rem;
  padding-right: 3rem;
}

body.single-product .product_meta {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

body.single-product .product_meta > span {
  display: block;
}

body.single-product .product_meta > span span {
  font-weight: 400;
}

body.single-product .product_meta > span a {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  color: var(--atw-primary-color);
}

body.single-product .product_meta .yith-wcbr-brands-logo {
  position: relative;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  padding: 0px;
}

/* @apply absolute top-0 right-0 -translate-y-2; */

body.single-product .product_meta .yith-wcbr-brands-logo a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  body.single-product .product_meta .yith-wcbr-brands-logo a {
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
}

body.single-product .product_meta .yith-wcbr-brands-logo img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: auto;
  max-width: 150px;
  border-radius: 0.125rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 768px) {
  body.single-product .product_meta .yith-wcbr-brands-logo img {
    height: 60px;
    max-width: 280px;
    border-radius: 0.5rem;
  }
}

body.single-product .social-share {
  padding-top: 3.5rem;
}

@media (min-width: 768px) {
  body.single-product .social-share {
    padding-top: 2rem;
  }
}

body.single-product .woocommerce-tabs {
  margin-bottom: 3rem;
}

body.single-product .woocommerce-tabs ul.tabs {
  margin-left: 0px !important;
  margin-bottom: 0px !important;
  display: block !important;
  overflow: hidden !important;
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
}

@media (min-width: 768px) {
  body.single-product .woocommerce-tabs ul.tabs {
    display: flex !important;
    gap: 0.5rem !important;
    padding-left: 2rem !important;
  }
}

body.single-product .woocommerce-tabs ul::before {
  opacity: 0;
}

body.single-product .woocommerce-tabs li {
  display: block !important;
  border-width: 0px !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-family: var(--atw-font-heading) !important;
}

@media (min-width: 768px) {
  body.single-product .woocommerce-tabs li {
    margin-right: 0.25rem !important;
    display: inline-flex !important;
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
}

body.single-product .woocommerce-tabs li::before,
		body.single-product .woocommerce-tabs li::after {
  display: none !important;
  border-radius: 0px !important;
}

body.single-product .woocommerce-tabs li.active {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  background-color: var(--atw-accent-color) !important;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
  padding: 2rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(81, 81, 81, var(--tw-text-opacity)) !important;
  border-color: var(--atw-accent-color) !important;
}

@media (min-width: 768px) {
  body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    border-radius: 1.5rem !important;
    border-top-width: 8px !important;
  }
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  display: none !important;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel p {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

body.single-product .related.products h2 {
  margin-bottom: 1.5rem !important;
  text-align: center !important;
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
  color: var(--atw-accent-color) !important;
  font-family: var(--atw-font-heading) !important;
}

.show-more-exceprt {
  margin-bottom: 0px !important;
  display: block !important;
  --tw-translate-y: -2rem !important;
  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)) !important;
  cursor: pointer !important;
  padding-top: 1.5rem !important;
  padding-bottom: 0px !important;
  text-align: right !important;
}

.yith-wcwl-add-button {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.yith-wcwl-add-button .fa-heart-o {
  --tw-text-opacity: 1;
  color: rgba(255, 0, 0, var(--tw-text-opacity));
}

.yith-wcwl-wishlistexistsbrowse {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.yith-wcwl-wishlistexistsbrowse .fa-heart {
  --tw-text-opacity: 1;
  color: rgba(255, 0, 0, var(--tw-text-opacity));
}

.yith-wcwl-wishlistexistsbrowse a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--atw-accent-color);
}

body.woocommerce-wishlist table thead th {
  border-width: 0px;
}

body.woocommerce-wishlist table thead th.product-price,
				body.woocommerce-wishlist table thead th.product-stock-status {
  text-align: center;
}

body.woocommerce-wishlist table tbody td.product-price {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

body.woocommerce-wishlist table tbody td.product-price del {
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.7;
}

body.woocommerce-wishlist table tbody td.product-price ins {
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  text-decoration-line: none;
  color: var(--atw-primary-color);
}

body.woocommerce-wishlist table tbody td.product-add-to-cart .button-discover-more {
  color: var(--atw-accent-color);
}

body.woocommerce-wishlist table tbody td.product-add-to-cart .add_to_cart {
  display: inline-block;
  border-radius: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-family: 'Poppins', 'sans-serif';
}

body.woocommerce-wishlist table tbody td.product-add-to-cart .add_to_cart:disabled {
  opacity: 0.5;
}

body.woocommerce-wishlist table tbody td.product-add-to-cart .add_to_cart {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background-color: var(--atw-primary-color);
}

body.woocommerce-wishlist table tbody td.product-add-to-cart .add_to_cart:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  color: rgba(255, 255, 255, 0.75);
  background-color: var(--atw-primary-color);
}

body.woocommerce-wishlist table tbody td.product-add-to-cart .add_to_cart {
  border-radius: 9999px;
}

.smf-mdv-buttons body.woocommerce-wishlist table tbody td.product-add-to-cart .add_to_cart {
  border-radius: 9999px;
  padding-left: 3rem;
  padding-right: 3rem;
}

body.woocommerce-wishlist .yith-wcwl-share {
  display: none;
}

.term-description {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  max-width: 1700px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.woocommerce-NoticeGroup,
.woocommerce-notices-wrapper {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .woocommerce-NoticeGroup,
.woocommerce-notices-wrapper {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 768px) {
  .woocommerce-NoticeGroup,
.woocommerce-notices-wrapper {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .woocommerce-NoticeGroup,
.woocommerce-notices-wrapper {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1280px) {
  .woocommerce-NoticeGroup,
.woocommerce-notices-wrapper {
    max-width: 1280px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1536px) {
  .woocommerce-NoticeGroup,
.woocommerce-notices-wrapper {
    max-width: 1536px;
  }
}

.woocommerce-NoticeGroup,
.woocommerce-notices-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}

body.page-template-about-company #about-company-history .woocommerce-NoticeGroup,body.page-template-about-company #about-company-history 
.woocommerce-notices-wrapper {
  position: relative;
  max-width: 56rem;
  overflow: hidden;
  padding: 0px;
}

body.page-template-about-company #about-company-history .woocommerce-NoticeGroup:before,body.page-template-about-company #about-company-history 
.woocommerce-notices-wrapper:before {
  content: " ";
  position: absolute;
  left: 0.75rem;
  top: 1.5rem;
  height: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(180, 180, 180, var(--tw-border-opacity));
  border-color: var(--atw-primary-color);
}

body.page-template-about-company #about-company-history .woocommerce-NoticeGroup:after,body.page-template-about-company #about-company-history 
.woocommerce-notices-wrapper:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 1.5rem;
  width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.woocommerce-NoticeGroup ul:before, .woocommerce-notices-wrapper ul:before {
  display: none;
}

@media (min-width: 768px) {
  .woocommerce-NoticeGroup ul:before, .woocommerce-notices-wrapper ul:before {
    display: inline-flex;
  }
}

.woocommerce-NoticeGroup ul li::before, .woocommerce-notices-wrapper ul li::before {
  display: none !important;
}

@media (min-width: 768px) {
  .woocommerce-NoticeGroup ul li::before, .woocommerce-notices-wrapper ul li::before {
    display: inline-flex !important;
  }
}

.woocommerce-NoticeGroup ul strong, .woocommerce-notices-wrapper ul strong {
  margin: 0px !important;
  padding: 0px !important;
}

.woocommerce-NoticeGroup .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #7fcf67;
}

@media (min-width: 768px) {
  .woocommerce-NoticeGroup .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.woocommerce-NoticeGroup .woocommerce-message:before, .woocommerce-notices-wrapper .woocommerce-message:before {
  color: #7fcf67;
  /* @apply md:mt-2; */
}

@media (min-width: 768px) {
  .woocommerce-NoticeGroup .woocommerce-message:after, .woocommerce-notices-wrapper .woocommerce-message:after {
    display: none;
  }
}

.woocommerce-NoticeGroup .woocommerce-message .button-wrapper a, .woocommerce-notices-wrapper .woocommerce-message .button-wrapper a {
  margin-top: 0.5rem !important;
  display: block !important;
  width: 100% !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  text-align: center !important;
}

@media (min-width: 768px) {
  .woocommerce-NoticeGroup .woocommerce-message .button-wrapper a, .woocommerce-notices-wrapper .woocommerce-message .button-wrapper a {
    margin-top: 0px !important;
    display: inline-block !important;
    width: auto !important;
  }
}

.woocommerce-NoticeGroup .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-error {
  padding: 0.5rem;
}

.woocommerce-NoticeGroup .woocommerce-error:before, .woocommerce-notices-wrapper .woocommerce-error:before {
  display: none !important;
}

.woocommerce-NoticeGroup .woocommerce-error li, .woocommerce-notices-wrapper .woocommerce-error li {
  display: block;
  width: 100%;
  list-style-type: none;
}

.woocommerce-NoticeGroup .woocommerce-error li:before, .woocommerce-notices-wrapper .woocommerce-error li:before {
  display: none !important;
}

.woocommerce-info {
  border-top: 2px solid #666;
}

.woocommerce-info::before {
  color: #666;
}

.wc-block-components-button {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration-line: none;
  background-color: var(--atw-primary-color);
}

/* @apply mt-12 mb-12; */

body.woocommerce-page #content .page-title, body.woocommerce #content .page-title {
  margin-bottom: 0.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(232, 232, 232, var(--tw-text-opacity));
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  font-family: var(--atw-font-heading);
}

@media (min-width: 768px) {
  body.woocommerce-page #content .page-title, body.woocommerce #content .page-title {
    font-size: 3.75rem;
    line-height: 1;
  }
}

body.woocommerce-checkout #content body.woocommerce-page #content .page-title,body.woocommerce-checkout #content  body.woocommerce #content .page-title {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(232, 232, 232, var(--tw-text-opacity));
}

body.woocommerce-account #main body.woocommerce-page #content .page-title,body.woocommerce-account #main  body.woocommerce #content .page-title {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(232, 232, 232, var(--tw-text-opacity));
}

.archive-wrapper body.woocommerce-page #content .page-title,.archive-wrapper  body.woocommerce #content .page-title {
}

.woocommerce .wc-img-wrapper {
  display: flex;
  min-height: 180px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .woocommerce .wc-img-wrapper {
    min-height: 268px;
  }
}

.woocommerce .button {
  margin: 0px !important;
  display: inline-flex !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity)) !important;
  padding: 0.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  background-color: var(--atw-primary-color) !important;
}

.woocommerce .button.disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity)) !important;
  background-color: var(--atw-primary-color) !important;
}

.woocommerce form .form-row .required {
  --tw-text-opacity: 1 !important;
  color: rgba(180, 180, 180, var(--tw-text-opacity)) !important;
  color: var(--atw-primary-color) !important;
}

.woocommerce-LoopProduct-link {
  position: relative;
  display: block;
}

.woocommerce span.onsale {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  margin: 0px !important;
  border-radius: 0.75rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  background-color: var(--atw-primary-color) !important;
}

.woocommerce .products {
}

.woocommerce .products .attachment-woocommerce_thumbnail {
  border-radius: 1.5rem;
}

.woocommerce ul.products li.product {
  display: block !important;
  list-style-type: none !important;
  text-align: center !important;
}

.woocommerce ul.products li.product {
  /*.woocommerce button.button.alt{
        @apply btn btn-primary btn-lg bg-primary rounded-none;
    }
    .add_to_cart_button{
        @apply inline-block border-8 border-black !important;
    } */
}

.woocommerce ul.products li.product .button {
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin-top: 0.5rem !important;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(223, 223, 223, var(--tw-text-opacity)) !important;
  font-family: 'Poppins', 'sans-serif' !important;
}

.woocommerce ul.products li.product .price {
  font-size: 1rem;
  line-height: 1.5rem;
  /* bdi {
			@apply mx-2 font-light text-gray-700 no-underline !important;
		}
		ins bdi {
			@apply font-light text-gray-700 no-underline !important;
		} */
}

.woocommerce ul.products li.product .price .woocommerce-Price-amount bdi {
  --tw-text-opacity: 1;
  color: rgba(222, 222, 222, var(--tw-text-opacity));
}

.woocommerce ul.products li.product .onsale {
  top: 1rem !important;
  right: 1rem !important;
  margin: 0px !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(85, 85, 85, var(--tw-bg-opacity)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  font-family: 'Poppins', 'sans-serif' !important;
}

/** Loop Content */

.woocommerce-page .atw-ecommerce-sidebar #atw-sidebar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.woocommerce-page .atw-ecommerce-sidebar #atw-sidebar form {
  display: block;
}

.woocommerce-page .atw-ecommerce-sidebar #atw-sidebar form input[type='text'] {
  display: inline-flex;
  width: 83.333333%;
}

.woocommerce-page .atw-ecommerce-sidebar #atw-sidebar form button {
  display: inline-block;
  border-radius: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-family: 'Poppins', 'sans-serif';
}

.woocommerce-page .atw-ecommerce-sidebar #atw-sidebar form button:disabled {
  opacity: 0.5;
}

.woocommerce-page .atw-ecommerce-sidebar #atw-sidebar form button {
  margin-top: 0px;
  display: inline-flex;
  width: 16.666667%;
  text-align: center;
}

.smf-mdv-buttons .woocommerce-page .atw-ecommerce-sidebar #atw-sidebar form button {
  border-radius: 9999px;
  padding-left: 3rem;
  padding-right: 3rem;
}

.woocommerce-page .atw-ecommerce-sidebar #atw-sidebar h2 {
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.woocommerce-page .atw-product-loop-sidebar-wrapper {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .woocommerce-page .atw-product-loop-sidebar-wrapper {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 768px) {
  .woocommerce-page .atw-product-loop-sidebar-wrapper {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .woocommerce-page .atw-product-loop-sidebar-wrapper {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1280px) {
  .woocommerce-page .atw-product-loop-sidebar-wrapper {
    max-width: 1280px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1536px) {
  .woocommerce-page .atw-product-loop-sidebar-wrapper {
    max-width: 1536px;
  }
}

.woocommerce-page .atw-product-loop-sidebar-wrapper {
  margin-left: auto;
  margin-right: auto;
}

body.page-template-about-company #about-company-history .woocommerce-page .atw-product-loop-sidebar-wrapper {
  position: relative;
  max-width: 56rem;
  overflow: hidden;
  padding: 0px;
}

body.page-template-about-company #about-company-history .woocommerce-page .atw-product-loop-sidebar-wrapper:before {
  content: " ";
  position: absolute;
  left: 0.75rem;
  top: 1.5rem;
  height: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(180, 180, 180, var(--tw-border-opacity));
  border-color: var(--atw-primary-color);
}

body.page-template-about-company #about-company-history .woocommerce-page .atw-product-loop-sidebar-wrapper:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 1.5rem;
  width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

/** Categories */

.woocommerce .product-category a {
  position: relative;
  display: block;
}

.woocommerce .product-category a img {
  display: block;
  border-width: 1px;
}

.woocommerce .product-category a h2 {
  position: absolute !important;
  bottom: 0px !important;
  left: 0px !important;
  z-index: 10 !important;
  display: block !important;
  width: 100% !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  text-align: left !important;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  font-family: 'Poppins', 'sans-serif' !important;
}

/** Cart */

.woocommerce-cart h1 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  display: block !important;
  --tw-text-opacity: 1 !important;
  color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
}

.woocommerce-cart .entry-content {
  padding: 0px !important;
}

/* Visualizzazione a due colonne */

.woocommerce-cart #woocomerce-cart-container {
  gap: 2rem;
}

@media (min-width: 768px) {
  .woocommerce-cart #woocomerce-cart-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.woocommerce-cart #woocomerce-cart-container form.woocommerce-cart-form {
  display: flex;
}

@media (min-width: 768px) {
  .woocommerce-cart #woocomerce-cart-container form.woocommerce-cart-form {
    width: 66.666667%;
  }
}

.woocommerce-cart #woocomerce-cart-container .cart-collaterals {
  display: flex;
}

@media (min-width: 768px) {
  .woocommerce-cart #woocomerce-cart-container .cart-collaterals {
    width: 33.333333%;
  }
}

.woocommerce-cart #woocomerce-cart-container .cart-collaterals .cart_totals {
  display: block;
  width: 100%;
}

/* Visualizzazione a due colonne */

.woocommerce-cart table.shop_table {
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.woocommerce-cart table.shop_table thead th {
  padding: 1rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

.woocommerce-cart table.shop_table tr:hover td {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.woocommerce-cart table.shop_table td {
  border-top-width: 1px;
}

.woocommerce-cart table.shop_table td button {
  margin-top: 0.5rem !important;
  display: inline-block !important;
  border-radius: 0.5rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.woocommerce-cart table.shop_table .coupon {
  align-items: center;
}

@media (min-width: 768px) {
  .woocommerce-cart table.shop_table .coupon {
    display: flex;
  }
}

.woocommerce-cart table.shop_table .coupon label {
  display: none;
}

.woocommerce-cart table.shop_table .coupon .input-text {
  display: block !important;
  width: 100% !important;
  border-radius: 0.5rem !important;
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  text-align: center !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  text-transform: uppercase !important;
}

@media (min-width: 768px) {
  .woocommerce-cart table.shop_table .coupon .input-text {
    display: inline-flex !important;
    width: 10rem !important;
  }
}

.woocommerce-cart table.shop_table .coupon .button {
  display: block !important;
  width: 100% !important;
  border-radius: 0.5rem !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(180, 180, 180, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(180, 180, 180, var(--tw-text-opacity)) !important;
  border-color: var(--atw-primary-color) !important;
  color: var(--atw-primary-color) !important;
}

@media (min-width: 768px) {
  .woocommerce-cart table.shop_table .coupon .button {
    display: inline-flex !important;
    width: auto !important;
  }
}

.woocommerce-cart .cart-collaterals h2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
  display: block !important;
  width: 100% !important;
  border-radius: 0.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity)) !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  background-color: var(--atw-primary-color) !important;
}

.woocommerce-cart .coupon #coupon_code {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.woocommerce-cart .coupon button.button {
  margin-top: 0 !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  border: 1px solid #f00 !important;
}

.woocommerce-cart .coupon button.button {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .woocommerce-cart .coupon button.button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.woocommerce-cart-form__cart-item {
  --tw-border-opacity: 1 !important;
  border-color: rgba(180, 180, 180, var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  border-color: var(--atw-primary-color) !important;
}

.woocommerce-cart-form__cart-item td {
  background-color: transparent !important;
}

.woocommerce-cart-form__cart-item .product-remove {
  display: flex !important;
  align-items: center !important;
}

@media (min-width: 768px) {
  .woocommerce-cart-form__cart-item .product-remove {
    padding-top: 2rem !important;
  }
}

.woocommerce-cart-form__cart-item .product-remove {
  /* @apply border border-lime-500 bg-transparent text-center !important;
		a {
			@apply mx-auto block border border-none border-purple-500 text-primary  hover:bg-transparent hover:text-white !important;
		} */
}

.woocommerce-cart-form__cart-item .product-remove:after {
  content: ' ELIMINA';
  display: inline-flex;
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .woocommerce-cart-form__cart-item .product-remove:after {
    display: none;
  }
}

.woocommerce-cart-form__cart-item .product-thumbnail {
  display: block !important;
  text-align: left !important;
}

@media (min-width: 768px) {
  .woocommerce-cart-form__cart-item .product-thumbnail {
    display: table-cell !important;
  }
}

.woocommerce-cart-form__cart-item .product-thumbnail::before {
  display: none;
}

@media (min-width: 768px) {
  .woocommerce-cart-form__cart-item .product-thumbnail::before {
    display: inline-block;
  }
}

.woocommerce-cart-form__cart-item .product-thumbnail a {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

.woocommerce-cart-form__cart-item .product-thumbnail a img {
  margin-left: auto;
  margin-right: auto;
  width: 6rem;
  border-radius: 0.375rem;
}

.woocommerce-cart-form__cart-item .product-thumbnail a {
  text-align: center;
}

.woocommerce-cart-form__cart-item .product-quantity {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

@media (min-width: 768px) {
  .woocommerce-cart-form__cart-item .product-quantity {
    display: table-cell !important;
  }
}

.woocommerce-cart-form__cart-item .product-quantity .qty {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  padding: 0.5rem;
}

.woocommerce-cart-form__cart-item .product-name a {
  display: block;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgba(85, 85, 85, var(--tw-text-opacity));
  text-decoration-line: none;
}

@media (min-width: 768px) {
  .woocommerce-cart-form__cart-item .product-name a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.woocommerce-cart-form__cart-item .product-name::before {
  display: none;
  text-align: left;
}

@media (min-width: 768px) {
  .woocommerce-cart-form__cart-item .product-name::before {
    display: inline-block;
    width: auto;
  }
}

.woocommerce-cart-form__cart-item .product-subtotal,
	.woocommerce-cart-form__cart-item .product-price {
  display: none !important;
}

@media (min-width: 768px) {
  .woocommerce-cart-form__cart-item .product-subtotal,
	.woocommerce-cart-form__cart-item .product-price {
    display: table-cell !important;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-cart-form__cart-item .product-thumbnail,
		.woocommerce-cart-form__cart-item .product-name,
		.woocommerce-cart-form__cart-item .product-quantity {
    border-style: none !important;
  }

  .woocommerce-cart-form__cart-item .product-quantity::before {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
  }
}

@media (min-width: 768px) {
  .woocommerce .cart_totals {
    --tw-translate-y: -3.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));
  }
}

.woocommerce .cart_totals h2 {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.woocommerce .cart_totals h2 {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: 'Poppins', 'sans-serif';
}

@media (min-width: 768px) {
  .woocommerce .cart_totals h2 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 34, 34, var(--tw-text-opacity)) !important;
  }
}

.woocommerce .cart_totals tr:hover td {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.woocommerce .cart_totals .checkout-button {
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity)) !important;
  background-color: var(--atw-primary-color) !important;
}

.woocommerce .cart_totals .woocommerce-shipping-totals.shipping td::before {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
}

.woocommerce .cart_totals #shipping_method li {
  display: block !important;
  width: 100% !important;
}

.woocommerce .cart_totals #shipping_method label {
  display: block !important;
  width: 100% !important;
}

.woocommerce .cart_totals .scalapay-widget-area-cart {
  margin-bottom: 1rem !important;
  border-radius: 0.75rem !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
  padding: 1rem !important;
}

/** Checkout */

body.woocommerce-checkout #content .atw-title {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(232, 232, 232, var(--tw-text-opacity));
}

body.woocommerce-checkout #content input[type='text'],
		body.woocommerce-checkout #content input[type='email'],
		body.woocommerce-checkout #content input[type='tel'] {
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  text-align: left !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  text-transform: uppercase !important;
}

body.woocommerce-checkout #content input[type='email'] {
  text-transform: lowercase !important;
}

body.woocommerce-checkout #content textarea {
  min-height: 120px;
}

body.woocommerce-checkout #content #ship-to-different-address {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(34, 34, 34, var(--tw-text-opacity)) !important;
  font-family: 'Poppins', 'sans-serif' !important;
}

body.woocommerce-checkout .required {
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  color: var(--atw-primary-color);
}

@media only screen and (max-width: 768px) {
  .woocommerce-billing-fields__field-wrapper .form-row {
    float: none !important;
    display: block !important;
    width: 100% !important;
  }
}

.woocommerce-checkout #payment {
  border-radius: 1rem;
}

.woocommerce-checkout #payment li {
  margin-bottom: 0.25rem !important;
  border-radius: 0.75rem !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
  padding: 1rem !important;
}

.woocommerce-checkout #payment li:before {
  display: none !important;
}

.woocommerce-checkout #payment li .payment_box.payment_method_bacs,
		.woocommerce-checkout #payment li .payment_box.payment_method_cod {
  display: none !important;
}

.woocommerce-checkout #payment li label {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.woocommerce ul#shipping_method li:before {
  display: none !important;
}

/** Order Received */

@media only screen and (max-width: 768px) {
  body.woocommerce-order-received .order_details li {
    float: none;
    display: block;
    width: 100%;
    border-style: none;
  }
}

/** Sidebar */

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity)) !important;
  background-color: var(--atw-primary-color) !important;
}

.woocommerce .ecommerce-widget.widget_product_categories li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.woocommerce .ecommerce-widget.widget_product_categories li .children li {
  border-width: 0px;
  padding-left: 0.75rem;
}

.woocommerce .ecommerce-widget.widget_product_categories li:before {
  content: ' ';
  height: 24px;
  width: 24px;
  background: url('https://api.iconify.design/material-symbols/arrow-right-rounded.svg')
			no-repeat center center / contain;
  float: left;
  display: block;
}

/** Breadcrum */

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}

/** Account */

body.woocommerce-account #main {
  margin-top: 5rem;
  margin-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

body.woocommerce-account #main .atw-title {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(232, 232, 232, var(--tw-text-opacity));
}

body.woocommerce-account #main .woocommerce-MyAccount-navigation ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

body.woocommerce-account #main .woocommerce-MyAccount-navigation ul li {
  margin: 0px;
  list-style-type: none;
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  padding: 0px;
}

body.woocommerce-account #main .woocommerce-MyAccount-navigation ul li a {
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(204, 204, 204, var(--tw-border-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgba(136, 136, 136, var(--tw-text-opacity));
  text-decoration-line: none;
}

body.woocommerce-account #main .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body.woocommerce-account #main h2 {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

body.woocommerce-account #main label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}

body.woocommerce-account #main .woocommerce-form-login,
	body.woocommerce-account #main .woocommerce-form-register {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 32rem !important;
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

body.woocommerce-account #main .woocommerce-form-login input[type='text'],
		body.woocommerce-account #main .woocommerce-form-login input[type='password'],
		body.woocommerce-account #main .woocommerce-form-register input[type='text'],
		body.woocommerce-account #main .woocommerce-form-register input[type='password'] {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  padding: 1rem;
}

body.woocommerce-account #main .woocommerce-form-login .woocommerce-form-login__submit, body.woocommerce-account #main .woocommerce-form-register .woocommerce-form-login__submit {
  display: inline-block;
  border-radius: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-family: 'Poppins', 'sans-serif';
}

body.woocommerce-account #main .woocommerce-form-login .woocommerce-form-login__submit:disabled, body.woocommerce-account #main .woocommerce-form-register .woocommerce-form-login__submit:disabled {
  opacity: 0.5;
}

body.woocommerce-account #main .woocommerce-form-login .woocommerce-form-login__submit, body.woocommerce-account #main .woocommerce-form-register .woocommerce-form-login__submit {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background-color: var(--atw-primary-color);
}

body.woocommerce-account #main .woocommerce-form-login .woocommerce-form-login__submit:hover, body.woocommerce-account #main .woocommerce-form-register .woocommerce-form-login__submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  color: rgba(255, 255, 255, 0.75);
  background-color: var(--atw-primary-color);
}

body.woocommerce-account #main .woocommerce-form-login .woocommerce-form-login__submit, body.woocommerce-account #main .woocommerce-form-register .woocommerce-form-login__submit {
  float: right;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.smf-mdv-buttons body.woocommerce-account #main .woocommerce-form-login .woocommerce-form-login__submit,.smf-mdv-buttons  body.woocommerce-account #main .woocommerce-form-register .woocommerce-form-login__submit {
  border-radius: 9999px;
  padding-left: 3rem;
  padding-right: 3rem;
}

body.woocommerce-account #main .lost_reset_password {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  max-width: 32rem;
  border-radius: 0.5rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

body.woocommerce-account #main .lost_reset_password .woocommerce-form-row {
  width: 100%;
}

body.woocommerce-account #main .woocommerce-form-register {
  margin-left: auto;
  margin-right: auto;
  max-width: 32rem;
  border-width: 4px;
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

body.woocommerce-account #main .woocommerce-form-register .woocommerce-form-register__submit {
  float: right !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity)) !important;
  background-color: var(--atw-primary-color) !important;
}

.woocommerce select {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  padding: 1rem;
}

.woocommerce-cart .entry-content,
.woocommerce-login .entry-content {
  background-color: transparent !important;
}

/** Woocommerce Blocks */

.wc-block-components-totals-discount__coupon-list {
  display: flex;
  list-style-type: none;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.wc-block-components-totals-discount__coupon-list li {
  list-style-type: none !important;
}

.wc-block-components-totals-discount__coupon-list li * {
  display: inline-flex;
  align-items: center;
}

.wc-block-components-totals-discount__coupon-list li::marker {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.wc-block-components-totals-discount__coupon-list button {
  margin: 0px !important;
  padding: 0px !important;
}

.sp-pay-installment {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 34, 34, var(--tw-text-opacity)) !important;
}

/** Woocommerce Order */

body.woocommerce-checkout strong {
  margin-left: 1rem;
  margin-right: 1rem;
}

body.woocommerce-checkout .wc-bacs-bank-details-account-name {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(34, 34, 34, var(--tw-text-opacity)) !important;
  font-family: 'Poppins', 'sans-serif' !important;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 *
 * The `$post-title-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 */

.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
}

.page-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  color: var(--atw-primary-color);
  font-family: 'Poppins', 'sans-serif';
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

/* .entry-title {
	@apply mt-8 text-left font-heading;
} */

.page-content {
  margin-left: auto;
  margin-right: auto;
}

.page-content > * {
  margin-left: auto;
  margin-right: auto;
}

.page-content h2,
.page-content h3,
.page-content h4 {
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  color: var(--atw-primary-color);
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  /* @apply max-w-wide; */
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

.entry-content.prose {
  margin-bottom: 3rem;
}

.entry-content {
  padding: 1.5rem;
}

.entry-content h2,
	.entry-content h3,
	.entry-content h4 {
  color: var(--atw-accent-color);
}

.entry-content p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

.entry-content a {
  display: inline-block;
}

.entry-content strong {
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}

.entry-content ul,
	.entry-content ol {
  margin-bottom: 1rem;
  display: list-item;
}

.entry-content ul li, .entry-content ol li {
  margin-bottom: 0.25rem;
  margin-left: 1.5rem;
  list-style-type: disc;
}

.entry-content label {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.entry-content input[type='text'],
	.entry-content input[type='email'],
	.entry-content input[type='password'],
	.entry-content input[type='tel'],
	.entry-content input[type='date'],
	.entry-content select,
	.entry-content textarea {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  display: block !important;
  width: 100% !important;
  border-radius: 0.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(231, 231, 231, var(--tw-bg-opacity)) !important;
  padding: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(34, 34, 34, var(--tw-text-opacity)) !important;
}

.entry-content input[type='text']:focus,
	.entry-content input[type='email']:focus,
	.entry-content input[type='password']:focus,
	.entry-content input[type='tel']:focus,
	.entry-content input[type='date']:focus,
	.entry-content select:focus,
	.entry-content textarea:focus {
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.entry-content i.mand {
  font-weight: 700;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  color: var(--atw-primary-color);
}

/* .entry-content.prose:after {
	content: " ";
	height: 1px;
	@apply mx-auto mt-6 block w-32 bg-gray-200;
} */

.entry-content .read-more {
  display: none;
}

.entry-meta,
.entry-footer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
  max-width: 40rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}

.entry-meta > *::before,
.entry-footer > *::before {
  content: '—';
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.entry-meta > *:nth-child(2):before,
.entry-footer > *:nth-child(2):before {
  content: '';
  margin-left: 0px;
  margin-right: 0px;
}

/* #main {
	@apply my-24;
} */

.navigation {
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
  text-align: center;
}

.navigation .screen-reader-text {
  display: none;
}

.navigation.pagination .nav-links > * {
  display: inline-block;
  display: inline-flex;
  height: 28px;
  width: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}

.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links .current {
  background-color: rgba(255, 255, 255, 0.3);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.prev.page-numbers,
.next.page-numbers {
  display: none !important;
}

.navigation.post-navigation {
  margin-top: 2rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.navigation.post-navigation .nav-links {
  font-family: 'Roboto Serif', serif;
  display: flex;
}

.navigation.post-navigation .nav-links > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.navigation.post-navigation .nav-links {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  color: var(--atw-primary-color);
}

.navigation.post-navigation .nav-links > div {
  text-align: left;
}

@media (min-width: 768px) {
  .navigation.post-navigation .nav-links > div {
    width: 50%;
  }
}

.navigation.post-navigation .nav-links .nav-next {
  text-align: right;
}

@media (min-width: 768px) {
  .navigation.post-navigation .nav-links .nav-next {
    width: 50%;
  }
}

.navigation.post-navigation .nav-links .prev-title,
.navigation.post-navigation .nav-links .next-title {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
  font-family: 'Poppins', 'sans-serif';
}

#content article.post {
  margin-left: auto;
  margin-right: auto;
}

#content article.post figure {
}

.post-edit-link {
  display: none;
  /* @apply float-right border border-primary px-3 py-1; */
}

.post-edit-link:before {
  content: '';
  margin: 0px;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.top-1\/2 {
  top: 50%;
}

.right-0 {
  right: 0px;
}

.left-1\/2 {
  left: 50%;
}

.top-full {
  top: 100%;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-6 {
  left: 1.5rem;
}

.right-6 {
  right: 1.5rem;
}

.top-3 {
  top: 0.75rem;
}

.right-3 {
  right: 0.75rem;
}

.bottom-0 {
  bottom: 0px;
}

.-z-10 {
  z-index: -10;
}

.z-10 {
  z-index: 10;
}

.-z-50 {
  z-index: -50;
}

.z-50 {
  z-index: 50;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.m-auto {
  margin: auto;
}

.m-4 {
  margin: 1rem;
}

.m-0 {
  margin: 0px;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-3 {
  margin-top: 0.75rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.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-44 {
  height: 11rem;
}

.h-full {
  height: 100%;
}

.h-36 {
  height: 9rem;
}

.h-12 {
  height: 3rem;
}

.h-auto {
  height: auto;
}

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

.h-screen {
  height: 100vh;
}

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

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

.h-0 {
  height: 0px;
}

.h-4 {
  height: 1rem;
}

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

.h-6 {
  height: 1.5rem;
}

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

.h-5 {
  height: 1.25rem;
}

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

.h-7 {
  height: 1.75rem;
}

.h-96 {
  height: 24rem;
}

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

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

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

.h-64 {
  height: 16rem;
}

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

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

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

.max-h-32 {
  max-height: 8rem;
}

.max-h-12 {
  max-height: 3rem;
}

.w-full {
  width: 100%;
}

.w-12 {
  width: 3rem;
}

.w-4 {
  width: 1rem;
}

.w-auto {
  width: auto;
}

.w-6 {
  width: 1.5rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-24 {
  width: 6rem;
}

.w-8 {
  width: 2rem;
}

.w-5 {
  width: 1.25rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-3\/4 {
  width: 75%;
}

.w-7 {
  width: 1.75rem;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-6\/12 {
  width: 50%;
}

.w-3\/12 {
  width: 25%;
}

.w-\[180px\] {
  width: 180px;
}

.w-32 {
  width: 8rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-xl {
  max-width: 36rem;
}

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

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

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

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

.max-w-3xl {
  max-width: 48rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-lg {
  max-width: 32rem;
}

.table-auto {
  table-layout: auto;
}

.translate-y-2 {
  --tw-translate-y: 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));
}

.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-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-8 {
  --tw-translate-y: -2rem;
  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-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));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-3\/4 {
  --tw-translate-x: -75%;
  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-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1\/4 {
  --tw-translate-y: 25%;
  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-24 {
  --tw-translate-y: 6rem;
  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-0 {
  --tw-translate-x: 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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

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

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

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

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-4 {
  gap: 1rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-24 {
  gap: 6rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(1rem * 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 * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-white\/10 {
  border-color: rgba(255, 255, 255, 0.1);
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgba(180, 180, 180, var(--tw-border-opacity));
}

.border-white\/30 {
  border-color: rgba(255, 255, 255, 0.3);
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-secondary\/30 {
  background-color: rgba(208, 250, 124, 0.3);
}

.bg-secondary\/10 {
  background-color: rgba(208, 250, 124, 0.1);
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
}

.bg-white\/30 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-\[\#cfc2a1\] {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 194, 161, var(--tw-bg-opacity));
}

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

.bg-foreground {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-black\/75 {
  background-color: rgba(0, 0, 0, 0.75);
}

.bg-black\/20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-\[\#25D366\] {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 211, 102, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-\[\#222\] {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.bg-white\/70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-primary {
  --tw-gradient-from: #b4b4b4;
  --tw-gradient-to: rgba(180, 180, 180, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-secondary {
  --tw-gradient-to: #D0FA7C;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-bottom {
  background-position: bottom;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-8 {
  padding: 2rem;
}

.p-4 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-0 {
  padding: 0px;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.pb-8 {
  padding-bottom: 2rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

.pt-1 {
  padding-top: 0.25rem;
}

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

.pt-3 {
  padding-top: 0.75rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.indent-2 {
  text-indent: 0.5rem;
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-\[Parisienne\] {
  font-family: Parisienne;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-\[100px\] {
  font-size: 100px;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[160px\] {
  font-size: 160px;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-light {
  font-weight: 300;
}

.font-\[711\] {
  font-weight: 711;
}

.font-\[800\] {
  font-weight: 800;
}

.font-thin {
  font-weight: 100;
}

.font-black {
  font-weight: 900;
}

.font-extrabold {
  font-weight: 800;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-\[120px\] {
  line-height: 120px;
}

.leading-4 {
  line-height: 1rem;
}

.leading-3 {
  line-height: .75rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
}

.text-\[\#5b5b5b\] {
  --tw-text-opacity: 1;
  color: rgba(91, 91, 91, var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgba(208, 250, 124, var(--tw-text-opacity));
}

.text-primary\/20 {
  color: rgba(180, 180, 180, 0.2);
}

.text-text_color\/50 {
  color: rgba(180, 180, 180, 0.5);
}

.text-white\/60 {
  color: rgba(255, 255, 255, 0.6);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white\/50 {
  color: rgba(255, 255, 255, 0.5);
}

.text-heading_color {
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
}

.text-\[var\(--app-brown\)\] {
  color: var(--app-brown);
}

.text-\[var\(--app-green\)\] {
  color: var(--app-green);
}

.text-text_color\/30 {
  color: rgba(180, 180, 180, 0.3);
}

.text-tertiary {
  --tw-text-opacity: 1;
  color: rgba(80, 80, 80, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-inherit {
  color: inherit;
}

.text-text_color {
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-70 {
  opacity: 0.7;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bg-primary {
  background-color: var(--atw-primary-color) !important;
}

.bg-accent {
  background-color: var(--atw-accent-color) !important;
}

.border-primary {
  border-color: var(--atw-primary-color) !important;
}

.text-primary {
  color: var(--atw-primary-color) !important;
}

.text-accent {
  color: var(--atw-accent-color) !important;
}

.btn-accent {
  background-color: var(--atw-accent-color) !important;
}

.font-sans {
  font-family: 'Poppins', 'sans-serif';
}

.font-serif {
  font-family: 'Poppins', 'sans-serif';
}

.font-heading {
  font-family: var(--atw-font-heading) !important;
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

/** Overwrite Theme.json */

/** Base */

.h-200px {
  height: 200px;
}

.m-1px {
  margin: 1px;
}

.separator:before {
  content: ' ';
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 0.25rem;
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  background-color: var(--atw-primary-color);
}

.separator {
  margin-bottom: 3rem;
  display: block;
}

.separator-secondary:before {
  content: ' ';
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 0.25rem;
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(208, 250, 124, var(--tw-bg-opacity));
}

.separator-secondary {
  margin-bottom: 3rem;
  display: block;
}

/** Triangles */

.triangle-left {
  width: 0;
  left: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e9eaf0;
}

/** Animations */

.animate-atom {
  animation: atom 5s infinite;
}

@keyframes atom {
  0%,
	100% {
    transform: translateY(5%);
  }

  50% {
    transform: translateY(0);
  }
}

/** Accordion */

.accordion-container {
}

.accordion-container .label {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: var(--atw-font-heading);
}

.accordion-container .label::before {
  content: '+';
  position: absolute;
  top: 50%;
  right: -0.25rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
}

.accordion-container .content {
  position: relative;
  height: 0px;
  width: 100%;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-container.active .content {
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.accordion-container.active .label::before {
  content: '-';
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.atw-tabs {
  display: flex;
  flex-direction: column;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: 'Poppins', 'sans-serif';
}

.atw-tabs .atw-tabs-labels {
  display: flex;
}

.atw-tabs .atw-tabs-labels .tab-btn {
  margin-right: 0.25rem;
  border-top-width: 2px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.atw-tabs .atw-tabs-labels .tab-btn.active {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(208, 250, 124, var(--tw-border-opacity));
}

.atw-tabs .tab-content {
  border-top-width: 1px;
}

.atw-tabs .tab-content .tab-pane {
  display: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.atw-tabs .tab-content .tab-pane h2,
			.atw-tabs .tab-content .tab-pane h3,
			.atw-tabs .tab-content .tab-pane h4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(208, 250, 124, var(--tw-text-opacity)) !important;
}

.atw-tabs .tab-content .tab-pane h2,
			.atw-tabs .tab-content .tab-pane h3,
			.atw-tabs .tab-content .tab-pane h4 {
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  font-family: var(--atw-font-heading);
}

@media (min-width: 768px) {
  .atw-tabs .tab-content .tab-pane h2,
			.atw-tabs .tab-content .tab-pane h3,
			.atw-tabs .tab-content .tab-pane h4 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

body.woocommerce-checkout #content .atw-tabs .tab-content .tab-pane h2,body.woocommerce-checkout #content 
			.atw-tabs .tab-content .tab-pane h3,body.woocommerce-checkout #content 
			.atw-tabs .tab-content .tab-pane h4 {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(232, 232, 232, var(--tw-text-opacity));
}

body.woocommerce-account #main .atw-tabs .tab-content .tab-pane h2,body.woocommerce-account #main 
			.atw-tabs .tab-content .tab-pane h3,body.woocommerce-account #main 
			.atw-tabs .tab-content .tab-pane h4 {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(232, 232, 232, var(--tw-text-opacity));
}

.archive-wrapper .atw-tabs .tab-content .tab-pane h2,.archive-wrapper 
			.atw-tabs .tab-content .tab-pane h3,.archive-wrapper 
			.atw-tabs .tab-content .tab-pane h4 {
}

.atw-tabs .tab-content .tab-pane h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.atw-tabs .tab-content .tab-pane h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.atw-tabs .tab-content .tab-pane ul li {
  list-style-position: inside;
  list-style-type: disc;
}

.atw-tabs .tab-content .tab-pane p {
  margin-bottom: 1rem;
}

.atw-tabs .tab-content .tab-pane.active {
  display: block;
}

.gallery {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
}

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

.gallery .gallery-icon,
	.gallery .gallery-icon a {
  text-align: center;
}

.gallery .gallery-icon img, .gallery .gallery-icon a img {
  margin-left: auto !important;
  margin-right: auto !important;
}

.gallery .wp-caption-text.gallery-caption {
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-style: italic;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: 'Poppins', 'sans-serif';
}

/** Fancybox */

.fancybox__content a {
  display: inline-block;
}

/** 
 * Customization for Website
 */

/* @import "./custom/website-custom/website-custom.css"; */

:root {
  /* Colors */
  --app-background: #fefefe;
  --app-brown: #4d2a19;
  --app-blue: #31adf2;
  --app-blue-hover: #2198d7;
  --app-red: #f5562a;
  --app-red-hover: #e03c1b;
  --app-green: #4caf50;
  --app-green-hover: #3b9f3e;
  --app-yellow: #fcdc07;
  --app-yellow-hover: #fbe869;
  --app-gray: #717171;
  /* Fonts */
  --app-font-text: 'Poppins', serif;
  --app-font-heading: 'Jost', sans-serif;
}

body {
  background-color: var(--app-background) !important;
  font-weight: var(--app-font-text) !important;
  color: var(--app-gray) !important;
}

a:hover,
a:active {
  color: --app-blue !important;
}

.text-app-brown {
  color: var(--app-brown) !important;
}

.text-app-blue {
  color: var(--app-blue) !important;
}

.text-app-red {
  color: var(--app-red) !important;
}

.text-app-green {
  color: var(--app-green) !important;
}

.text-app-yellow {
  color: var(--app-yellow) !important;
}

.btn-blue {
  background-color: var(--app-blue) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.btn-blue:hover {
  background-color: var(--app-blue-hover) !important;
}

.btn-red {
  background-color: var(--app-red) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.btn-red:hover {
  background-color: var(--app-red-hover) !important;
}

.btn-green {
  background-color: var(--app-green) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.btn-green:hover {
  background-color: var(--app-green-hover) !important;
}

.btn-yellow {
  background-color: var(--app-yellow) !important;
  color: var(--app-brown) !important;
}

.btn-yellow:hover {
  background-color: var(--app-yellow-hover) !important;
}

.smf-mdv-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: var(--app-font-heading);
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

@media (min-width: 768px) {
  .smf-mdv-buttons {
    flex-direction: row;
    border-radius: 9999px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.smf-mdv-buttons span {
  text-transform: uppercase;
}

.smf-mdv-buttons .btn {
  border-radius: 9999px;
  padding-left: 3rem;
  padding-right: 3rem;
}

.sfm-latest-posts {
  margin-bottom: 3rem;
  display: grid;
  grid-gap: 2rem;
  gap: 2rem;
}

@media (min-width: 768px) {
  .sfm-latest-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.sfm-latest-posts .post-item {
  text-align: left;
}

.sfm-latest-posts .post-item .post-img-wrapper a {
  border-style: none !important;
}

.sfm-latest-posts .post-item .post-thumbnail img {
  margin-bottom: 0.5rem !important;
  height: 16rem !important;
  width: 100% !important;
  border-radius: 0.75rem !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.sfm-latest-posts .post-item .post-title a {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--atw-body-heading-color);
}

.sfm-latest-posts .post-item .post-content p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--app-gray);
}

.sfm-partners {
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
}

@media (min-width: 768px) {
  .sfm-partners {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .sfm-partners {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.sfm-partners .partners-image-wrapper {
  width: 100%;
  border-radius: 0.375rem;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.1);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
}

.sfm-partners .partners-image-wrapper img {
  height: 8rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sfm-partners .partners-title {
  margin-top: 0.5rem;
  text-align: center;
}

.atw-breadcrumb {
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.atw-breadcrumb span {
  color: var(--app-yellow);
}

.page-title-wrapper.bg-image-title h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 800;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .page-title-wrapper.bg-image-title h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

.page-title-wrapper.bg-image-title h1 {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}

#routes-loop-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
}

@media (min-width: 768px) {
  #routes-loop-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.sidebar {
  display: block;
}

@media (min-width: 768px) {
  .sidebar {
    width: 16.666667%;
  }
}

.sidebar .widget-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--app-brown);
  font-family: var(--atw-font-heading);
}

#activity-loop-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: flex-start;
  grid-gap: 1rem;
  gap: 1rem;
}

@media (min-width: 768px) {
  #activity-loop-wrapper {
    width: 83.333333%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  #activity-loop-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.content img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  border-radius: 0.5rem;
}

.content p {
  margin-bottom: 0.5rem;
}

footer.main-footer {
  border-top-width: 1px;
  border-color: var(--app-brown);
}

footer.main-footer #footer-top {
  align-items: center;
}

footer.main-footer #footer-top .menu {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  footer.main-footer #footer-top .menu {
    flex-direction: row;
  }
}

footer.main-footer .footer-top-wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

footer.main-footer .footer-top-wrapper .menu {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--app-brown);
}

@media (min-width: 1024px) {
  footer.main-footer .footer-top-wrapper .menu {
    gap: 2rem;
  }
}

.pll-switcher-select {
  border-style: none !important;
  background-color: transparent !important;
  text-transform: uppercase !important;
}

#navigation-mobile-toggle {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

body.error404 #main {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

body.error404 #main .page-content {
  text-align: center;
}

body.error404 #main form.search-form {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

body.error404 #main form.search-form input {
  border-width: 1px;
  padding: 1rem;
}

body.error404 #main form.search-form input[type=submit] {
  display: inline-block;
  border-radius: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-family: 'Poppins', 'sans-serif';
}

body.error404 #main form.search-form input[type=submit]:disabled {
  opacity: 0.5;
}

body.error404 #main form.search-form input[type=submit] {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background-color: var(--atw-primary-color);
}

body.error404 #main form.search-form input[type=submit]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  color: rgba(255, 255, 255, 0.75);
  background-color: var(--atw-primary-color);
}

body.error404 #main form.search-form input[type=submit] {
  border-width: 0px;
  padding: 1rem;
}

.smf-mdv-buttons body.error404 #main form.search-form input[type=submit] {
  border-radius: 9999px;
  padding-left: 3rem;
  padding-right: 3rem;
}

body.page-template-about-company #content {
  margin-bottom: 0px;
}

body.page-template-about-company .entry-content.prose .company {
  max-width: 42rem;
  padding: 0px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

body.page-template-about-company .gallery .gallery-item:nth-child(1) img {
  --tw-rotate: 3deg;
  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));
}

body.page-template-about-company .gallery .gallery-item:nth-child(2) img {
  --tw-rotate: -3deg;
  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));
}

body.page-template-about-company .about-company-info {
  margin-bottom: 1rem;
  text-align: left;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: 'Poppins', 'sans-serif';
}

body.page-template-about-company .about-company-info .icon-wrapper {
  margin-bottom: 1rem;
  display: inline-block;
  border-radius: 9999px;
  background-color: rgba(208, 250, 124, 0.4);
  padding: 1rem;
}

body.page-template-about-company .about-company-info .icon-wrapper img {
  width: 1.5rem;
}

body.page-template-about-company .about-company-info .title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  color: var(--atw-primary-color);
}

body.page-template-about-company .about-company-info .text {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body.page-template-about-company .about-company-values {
  margin-bottom: 1rem;
  text-align: center;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: 'Poppins', 'sans-serif';
}

body.page-template-about-company .about-company-values .icon-wrapper img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  width: 3rem;
}

body.page-template-about-company .about-company-values .title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  color: var(--atw-primary-color);
}

body.page-template-about-company .about-company-values .text {
  font-size: 0.75rem;
  line-height: 1rem;
}

body.page-template-about-company #about-company-history .overlay {
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='59.428' patternTransform='scale(1) rotate(45)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(172, 0%, 100%, 1)'/><path d='M0 70.975V47.881m20-1.692L8.535 52.808v13.239L20 72.667l11.465-6.62V52.808zm0-32.95l11.465-6.62V-6.619L20-13.24 8.535-6.619V6.619L20 13.24m8.535 4.927v13.238L40 38.024l11.465-6.62V18.166L40 11.546zM20 36.333L0 47.88m0 0v23.094m0 0l20 11.548 20-11.548V47.88m0 0L20 36.333m0 0l20 11.549M0 11.547l-11.465 6.619v13.239L0 38.025l11.465-6.62v-13.24L0 11.548v-23.094l20-11.547 20 11.547v23.094M20 36.333V13.24'  stroke-linecap='square' stroke-width='2' stroke='hsla(213, 56%, 70%, 0.10)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
  position: relative;
}

body.page-template-about-company #about-company-history .overlay:after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 5rem;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #fff;
  --tw-gradient-to: rgba(255, 255, 255, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent;
}

body.page-template-about-company #about-company-history .container {
  position: relative;
  max-width: 56rem;
  overflow: hidden;
  padding: 0px;
}

body.page-template-about-company #about-company-history .container:before {
  content: " ";
  position: absolute;
  left: 0.75rem;
  top: 1.5rem;
  height: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(180, 180, 180, var(--tw-border-opacity));
  border-color: var(--atw-primary-color);
}

body.page-template-about-company #about-company-history .container:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 1.5rem;
  width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

body.page-template-about-company #about-company-history .about-company-history-item {
  position: relative;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: 'Poppins', 'sans-serif';
}

body.page-template-about-company #about-company-history .about-company-history-item:before {
  content: " ";
  top: 22px;
  position: absolute;
  z-index: 10;
  height: 0.5rem;
  width: 0.5rem;
  --tw-translate-x: -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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  background-color: var(--atw-primary-color);
}

body.page-template-about-company #about-company-history .about-company-history-item .date {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  color: var(--atw-primary-color);
}

body.page-template-about-company #about-company-history .about-company-history-item .text {
  background-color: rgba(180, 180, 180, 0.1);
  padding: 1rem;
}

body.page-template-about-company .entry-footer {
  display: none;
}

.archive-wrapper {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .archive-wrapper {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 768px) {
  .archive-wrapper {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .archive-wrapper {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1280px) {
  .archive-wrapper {
    max-width: 1280px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1536px) {
  .archive-wrapper {
    max-width: 1536px;
  }
}

.archive-wrapper {
  margin-left: auto;
  margin-right: auto;
}

body.page-template-about-company #about-company-history .archive-wrapper {
  position: relative;
  max-width: 56rem;
  overflow: hidden;
  padding: 0px;
}

body.page-template-about-company #about-company-history .archive-wrapper:before {
  content: " ";
  position: absolute;
  left: 0.75rem;
  top: 1.5rem;
  height: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(180, 180, 180, var(--tw-border-opacity));
  border-color: var(--atw-primary-color);
}

body.page-template-about-company #about-company-history .archive-wrapper:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 1.5rem;
  width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.archive-wrapper .atw-title {
}

body.page-template-contacts .entry-content p, body.page-template-contacts-2 .entry-content p {
  margin-bottom: 1.5rem !important;
}

body.page-template-contacts .entry-content a, body.page-template-contacts-2 .entry-content a {
  text-decoration-line: underline;
}

body.page-template-contacts .entry-content .themedata-item, body.page-template-contacts-2 .entry-content .themedata-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

body.page-template-contacts #content h2, body.page-template-contacts-2 #content h2 {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  color: var(--atw-primary-color);
  font-family: 'Poppins', 'sans-serif';
}

body.page-template-contacts #content p, body.page-template-contacts-2 #content p {
  margin-bottom: 2rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-family: 'Poppins', 'sans-serif';
}

body.page-template-contacts .cf7-module-wrapper .wpcf7 label, body.page-template-contacts-2 .cf7-module-wrapper .wpcf7 label {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: 'Poppins', 'sans-serif';
}

body.page-template-contacts .cf7-module-wrapper .wpcf7 p, body.page-template-contacts-2 .cf7-module-wrapper .wpcf7 p {
  margin-bottom: 0px;
}

body.page-template-contacts .cf7-module-wrapper .wpcf7 input:focus,
			body.page-template-contacts .cf7-module-wrapper .wpcf7 textarea:focus,
			body.page-template-contacts-2 .cf7-module-wrapper .wpcf7 input:focus,
			body.page-template-contacts-2 .cf7-module-wrapper .wpcf7 textarea:focus {
  outline: none;
}

body.page-template-contacts .cf7-module-wrapper .wpcf7 textarea, body.page-template-contacts-2 .cf7-module-wrapper .wpcf7 textarea {
  height: 150px;
}

body.page-template-contacts .cf7-module-wrapper .wpcf7 .wpcf7-submit, body.page-template-contacts-2 .cf7-module-wrapper .wpcf7 .wpcf7-submit {
  display: inline-block;
  border-radius: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-family: 'Poppins', 'sans-serif';
}

body.page-template-contacts .cf7-module-wrapper .wpcf7 .wpcf7-submit:disabled, body.page-template-contacts-2 .cf7-module-wrapper .wpcf7 .wpcf7-submit:disabled {
  opacity: 0.5;
}

body.page-template-contacts .cf7-module-wrapper .wpcf7 .wpcf7-submit, body.page-template-contacts-2 .cf7-module-wrapper .wpcf7 .wpcf7-submit {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background-color: var(--atw-primary-color);
}

body.page-template-contacts .cf7-module-wrapper .wpcf7 .wpcf7-submit:hover, body.page-template-contacts-2 .cf7-module-wrapper .wpcf7 .wpcf7-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
  color: rgba(255, 255, 255, 0.75);
  background-color: var(--atw-primary-color);
}

body.page-template-contacts .cf7-module-wrapper .wpcf7 .wpcf7-submit, body.page-template-contacts-2 .cf7-module-wrapper .wpcf7 .wpcf7-submit {
  float: right;
}

.smf-mdv-buttons body.page-template-contacts .cf7-module-wrapper .wpcf7 .wpcf7-submit,.smf-mdv-buttons  body.page-template-contacts-2 .cf7-module-wrapper .wpcf7 .wpcf7-submit {
  border-radius: 9999px;
  padding-left: 3rem;
  padding-right: 3rem;
}

body.page-template-contacts .cf7-module-wrapper ul li:before, body.page-template-contacts-2 .cf7-module-wrapper ul li:before {
  display: none !important;
}

body.page-template-home-ecommerce .woocommerce .product-category {
  width: 33.33% !important;
  margin: 0 !important;
}

@media only screen and (max-width: 767px) {
  body.page-template-home-ecommerce .woocommerce .product-category a {
    display: block;
    border: 1px solid transparent;
  }

  body.page-template-home-ecommerce .woocommerce .product-category a img {
    margin: 0 !important;
  }

  body.page-template-home-ecommerce .woocommerce .product-category {
    width: 100% !important;
    margin: 0 !important;
  }
}

body.page-template-accordion {
}

body.page-template-products #content {
  margin-bottom: 0px;
}

body.page-template-products .footer-wrapper {
  padding-top: 0px !important;
}

body.page-template-products .global-content {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Poppins', 'sans-serif';
}

@media (min-width: 768px) {
  body.page-template-products .global-content {
    padding-right: 2rem;
  }
}

body.page-template-products .global-content p {
  margin-bottom: 1rem;
}

/* .applications-item {
		@apply relative bg-gradient-to-br from-primary to-secondary;
		.applications-title {
			@apply absolute bottom-0 left-0 w-full p-4 font-sans text-xl text-white;
		}
		img {
			@apply opacity-10;
		}
	} */

body.page-template-products #sample-testing {
  background-image: url("images/sampletesting.jpeg");
  background-size: cover;
  margin-top: 5rem;
}

body.page-template-products #sample-testing .overlay {
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: 'Poppins', 'sans-serif';
}

body.page-template-products #sample-testing .overlay h3 {
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(208, 250, 124, var(--tw-text-opacity));
  font-family: 'Poppins', 'sans-serif';
}

body.page-template-products #sample-testing .overlay .text {
  text-align: justify;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body.page-template-products #sample-testing .overlay .text p {
  margin-bottom: 0.5rem;
}

body.page-template-products #service-maintenance {
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='59.428' patternTransform='scale(1) rotate(45)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(172, 0%, 100%, 1)'/><path d='M0 70.975V47.881m20-1.692L8.535 52.808v13.239L20 72.667l11.465-6.62V52.808zm0-32.95l11.465-6.62V-6.619L20-13.24 8.535-6.619V6.619L20 13.24m8.535 4.927v13.238L40 38.024l11.465-6.62V18.166L40 11.546zM20 36.333L0 47.88m0 0v23.094m0 0l20 11.548 20-11.548V47.88m0 0L20 36.333m0 0l20 11.549M0 11.547l-11.465 6.619v13.239L0 38.025l11.465-6.62v-13.24L0 11.548v-23.094l20-11.547 20 11.547v23.094M20 36.333V13.24'  stroke-linecap='square' stroke-width='2' stroke='hsla(213, 56%, 70%, 0.10)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: 'Poppins', 'sans-serif';
}

body.page-template-products #service-maintenance h3 {
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(208, 250, 124, var(--tw-text-opacity));
  font-family: 'Poppins', 'sans-serif';
}

body.page-template-products #service-maintenance .text {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: justify;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body.page-template-products #service-maintenance .text p {
  margin-bottom: 0.5rem;
}

.post-item .post-title a {
  /* text-overflow: ellipsis; */
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  text-align: center;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-family: 'Poppins', 'sans-serif';
}

.post-item .post-date {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.post-item .post-date.date-vertical {
  border-right-width: 1px;
  border-color: rgba(180, 180, 180, 0.25);
  padding-right: 1.5rem;
  text-align: center;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-family: 'Poppins', 'sans-serif';
}

.post-item .post-date.date-vertical .day {
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.post-item .post-date.date-vertical .month {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
}

.post-item .post-date.date-vertical .year {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
}

.post-item .post-content {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
}

.post-item .post-content .read-more {
  display: none;
}

.post-item .post-button-wrapper .post-button {
  margin-left: auto;
  margin-top: 0.5rem;
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  --tw-translate-x: 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));
  overflow: hidden;
  text-indent: -24rem;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.post-item .post-button-wrapper .post-button:hover {
  --tw-translate-x: -0.75rem;
  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));
}

.post-item .post-button-wrapper .post-button {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath fill='white' d='M4 11.25a.75.75 0 0 0 0 1.5zm0 1.5h16v-1.5H4z' opacity='.5'/%3E%3Cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m14 6l6 6l-6 6'/%3E%3C/g%3E%3C/svg%3E")
				no-repeat right center / contain;
}

.post-item.post-row-layout {
  justify-content: space-between;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-family: 'Poppins', 'sans-serif';
}

.post-item.post-row-layout.post_classes_extra .left {
  width: 33.333333%;
}

.post-item.post-row-layout.post_classes_extra .right {
  width: 66.666667%;
  padding-right: 1rem;
}

.post-item.post-row-layout .right {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom-width: 1px;
  border-color: rgba(255, 255, 255, 0.1);
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .post-item.post-row-layout .right {
    display: flex;
  }
}

.post-item.post-row-layout .date-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}

.post-item.post-row-layout .text {
  text-align: left;
}

.post-item.post-row-layout .post-date.date-vertical {
  border-style: none;
  padding-right: 1.5rem;
  text-align: center;
  font-weight: 700;
  color: rgba(180, 180, 180, 0.6);
  font-family: var(--atw-font-heading);
}

.post-item.post-row-layout .post-date.date-vertical .day {
  display: block;
  font-size: 3rem;
  line-height: 1;
}

.post-item.post-row-layout .post-date.date-vertical .month {
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.post-item.post-row-layout .post-date.date-vertical .year {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
}

.post-item.post-row-layout .post-title {
  display: block;
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  font-family: var(--atw-font-heading);
}

.post-item.post-row-layout .post-title a {
  display: block;
  padding-top: 0.5rem;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  font-family: var(--atw-font-heading);
}

.post-item.post-row-layout .post-content {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 100;
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  font-family: 'Poppins', 'sans-serif';
}

#post-loop-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  max-width: 80rem;
}

body.blog #content {
  margin-top: 0px;
}

body.blog #main {
  margin-top: 0px !important;
}

body.single-post .back-to-archive-link {
  margin-top: 3rem;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}

body.single-post .entry-content h2,body.single-post .entry-content h3,body.single-post .entry-content h4,body.single-post .entry-content h5,body.single-post .entry-content h6 {
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  color: var(--atw-primary-color);
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  color: var(--atw-primary-color);
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  color: var(--atw-primary-color);
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  color: var(--atw-primary-color);
  margin-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  color: var(--atw-primary-color);
}

body.single-post .entry-content h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

body.single-post .entry-content h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

body.single-post .entry-content h4 {
  font-size: 1rem;
  line-height: 1.5rem;
}

body.single-post .entry-content h5 {
  font-size: 1rem;
  line-height: 1.5rem;
}

body.single-post .entry-content p {
  margin-bottom: 1.5rem;
}

body.single-post .entry-content hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top-width: 1px;
  border-color: rgba(180, 180, 180, 0.25);
}

body.single-post .entry-content img {
  border-radius: 0.5rem;
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

body.single-post .entry-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

body.single-post .entry-content ul {
  margin-bottom: 2rem;
}

body.single-post .entry-content ul li {
  list-style-position: inside;
  list-style-type: disc;
}

body.single-post .entry-content ol {
  margin-bottom: 2rem;
}

body.single-post .entry-content ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

body.single-post .entry-content a {
  color: var(--atw-accent-color);
}

body.single-post .entry-content a:hover {
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
  text-decoration-line: underline;
  color: var(--atw-primary-color);
}

body.single-post .entry-content blockquote {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-left-width: 4px;
  background-color: rgba(180, 180, 180, 0.5);
  padding: 1rem;
}

body.single-post .entry-content blockquote p:last-child {
  margin-bottom: 0px;
}

.services-item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(80, 80, 80, var(--tw-text-opacity));
}

/* .services-img-wrapper a {
		@apply mb-8 block h-56 w-full overflow-hidden border-2 object-cover sm:h-28 md:h-36 lg:h-56 !important;
	} */

.services-item .services-title {
  margin-bottom: 0.5rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-family: 'Poppins', 'sans-serif';
}

.services-item .services-date {
  display: none;
}

.services-item .services-content {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: 'Poppins', 'sans-serif';
}

.services-item .services-content .read-more {
  display: none;
}

.services-item .services-button-wrapper {
  margin-top: 0.5rem;
  text-align: right;
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
}

.services-item .services-button-wrapper span {
  display: none;
}

.services-item .services-button-wrapper a {
  /* background: url("https://api.iconify.design/material-symbols/arrow-forward-rounded.svg?color=%23a4162b")
				no-repeat right center / contain;
			@apply mt-2 pr-8 text-right text-foreground hover:pr-10; */
}

body.single-services #content {
  margin-top: 0px;
}

.hover\:rotate-180:hover {
  --tw-rotate: 180deg;
  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));
}

.hover\:bg-white\/30:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity));
}

.hover\:text-white\/80:hover {
  color: rgba(255, 255, 255, 0.8);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-white\/75:hover {
  color: rgba(255, 255, 255, 0.75);
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgba(180, 180, 180, var(--tw-text-opacity));
}

.hover\:text-\[\#ddd\]:hover {
  --tw-text-opacity: 1;
  color: rgba(221, 221, 221, var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:bg-primary:hover {
  background-color: var(--atw-primary-color) !important;
}

.hover\:text-primary:hover {
  color: var(--atw-primary-color) !important;
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgba(180, 180, 180, var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:border-primary:focus {
  border-color: var(--atw-primary-color) !important;
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\:-translate-y-1 {
  --tw-translate-y: -0.25rem;
  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:hover .group-hover\:-translate-x-4 {
  --tw-translate-x: -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));
}

.group:hover .group-hover\:scale-105 {
  --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));
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-20 {
  opacity: 0.2;
}

@media (min-width: 640px) {
  .sm\:w-12 {
    width: 3rem;
  }

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

  .sm\:text-\[128px\] {
    font-size: 128px;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .md\:top-0 {
    top: 0px;
  }

  .md\:left-1\/2 {
    left: 50%;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

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

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

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:h-16 {
    height: 4rem;
  }

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

  .md\:h-96 {
    height: 24rem;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-6xl {
    max-width: 72rem;
  }

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

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

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

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

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

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

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

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

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

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

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

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

  .md\:text-\[128px\] {
    font-size: 128px;
  }

  .md\:text-\[48px\] {
    font-size: 48px;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:text-\[228px\] {
    font-size: 228px;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-\[420px\] {
    width: 420px;
  }

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\: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 * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
