/*!
Theme Name: Kingfisher, iClicks
Theme URI: https://iclicks.nl/
Author: Frontend Development, iClicks
Author URI: https://iclicks.nl/
Description: Customized iClicks theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kfi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, grid-layout, one-column, two-columns, left-sidebar, right-sidebar, footer-widgets, full-width-template, theme-options
*/

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

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

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

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

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

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: Inter, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

body {
  font-family: Inter, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

/* Typography */

h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

@media (max-width: 640px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    line-height: 1.25;
  }
}

h1,
  .h1 {
  font-size: 30px;
}

@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 26px;
  }
}

@media (max-width: 640px) {
  h1,
  .h1 {
    font-size: 20px;
  }
}

.content-block-slider-laag h1,
  .home h1,
  h2,
  .h2 {
  font-size: 28px;
}

@media (max-width: 768px) {
  .content-block-slider-laag h1,
  .home h1,
  h2,
  .h2 {
    font-size: 26px;
  }
}

@media (max-width: 640px) {
  .content-block-slider-laag h1,
  .home h1,
  h2,
  .h2 {
    font-size: 20px;
  }
}

.content-block-slider-laag h1 {
  font-weight: 400;
}

h1.icon,
  h2.icon,
  .custom-text h2 {
  position: relative;
  padding-left: 40px;
}

@media (max-width: 640px) {
  h1.icon,
  h2.icon,
  .custom-text h2 {
    padding-left: 0px;
    padding-top: 30px;
  }
}

h1.icon:before,
  h2.icon:before,
  .custom-text h2:before {
  position: absolute;
  left: 0px;
  top: 5px;
  font-family: 'Font Awesome 5 Free';
  font-size: 22px;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 211 0 / var(--tw-text-opacity));
}

@media (max-width: 640px) {
  h1.icon:before,
  h2.icon:before,
  .custom-text h2:before {
    top: 0px;
  }
}

h1.icon:before,
  h2.icon:before,
  .custom-text h2:before {
  content: "\f45c" !important;
}

h3,
  .h3 {
  font-size: 26px;
}

@media (max-width: 768px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}

h4,
  .h4 {
  font-size: 22px;
}

@media (max-width: 768px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}

h5,
  .h5 {
  font-size: 22px;
}

@media (max-width: 768px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}

h6,
  .h6 {
  font-size: 22px;
}

@media (max-width: 768px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.625;
}

@media (max-width: 768px) {
  p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

a {
  font-weight: 700;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 211 0 / var(--tw-text-opacity));
}

strong {
  font-weight: 700;
}

ul {
  margin-bottom: 20px;
}

ul.round,
  ul.check {
  position: relative;
}


  ul.\!check {
  position: relative;
}

li {
  margin-bottom: 10px;
}

ul.\!check li {
  padding-left: 30px;
}

ul.check li {
  padding-left: 30px;
}

ul.simple-sitemap-page li,
  .faq ul ul li,
  .custom-text ul li,
  ul.round li {
  position: relative;
  padding-left: 15px;
}

ul.simple-sitemap-page li:before,
  .faq ul ul li:before,
  .custom-text ul li:before,
  ul.round li:before,
  ul.check li:before {
  position: absolute;
  left: 0px;
  width: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 211 0 / var(--tw-text-opacity));
}


  ul.\!check li:before {
  position: absolute;
  left: 0px;
  width: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 211 0 / var(--tw-text-opacity));
}

ul.simple-sitemap-page li:before,
  .faq ul ul li:before,
  .custom-text ul li:before,
  ul.round li:before,
  ul.check li:before {
  content: "\f00c";
}


  ul.\!check li:before {
  content: "\f00c" !important;
}

ul.simple-sitemap-page li:before,
  .faq ul ul li:before,
  .custom-text ul li:before,
  ul.round li:before {
  top: 8px;
  font-size: 6px;
  content: "\f111";
}

ul.simple-sitemap-page li,
  .custom-text ul.check li {
  padding-left: 20px;
}


  .custom-text ul.\!check li {
  padding-left: 20px;
}

.simple-sitemap-container ul {
  margin-left: 0px;
}

.custom-text ul.check li:before {
  position: absolute;
  left: 0px;
  width: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 211 0 / var(--tw-text-opacity));
}

.custom-text ul.\!check li:before {
  position: absolute;
  left: 0px;
  width: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 211 0 / var(--tw-text-opacity));
}

.custom-text ul.check li:before {
  font-size: 15px;
  top: 2px;
  content: "\f00c";
}

.custom-text ul.\!check li:before {
  font-size: 15px !important;
  top: 2px !important;
  content: "\f00c" !important;
}

.thumb-search img {
  height: 200px;
  width: 300px;
}

@media (max-width: 1024px) {
  .thumb-search img {
    height: 100px;
    width: 200px;
  }
}

@media (max-width: 768px) {
  .thumb-search img {
    margin-bottom: 20px;
  }
}

.pop-image picture {
  height: 100% !important;
  width: 100% !important;
}

/* START AWESOME STYLE */

.phone:before,
  .whatsapp:before,
  .email:before,
  .info:before {
  position: relative;
  padding-right: 15px;
  font-family: 'Font Awesome 5 Free';
  --tw-text-opacity: 1;
  color: rgb(255 211 0 / var(--tw-text-opacity));
}


  .\!info:before {
  position: relative;
  padding-right: 15px;
  font-family: 'Font Awesome 5 Free';
  --tw-text-opacity: 1;
  color: rgb(255 211 0 / var(--tw-text-opacity));
}

.phone:before,
  .whatsapp:before,
  .email:before,
  .info:before {
  content: "\f06a";
  font-size: 14px;
}


  .\!info:before {
  content: "\f06a" !important;
  font-size: 14px !important;
}

.phone:before {
  content: "\f095";
  transform: rotate(90deg);
  display: inline-block;
  top: 7px;
}

i.fa-phone {
  transform: rotate(90deg);
}

.email:before {
  content: "\f0e0";
}

/* END AWESOME STYLE */

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

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

input[type="submit"],
  .btn,
  .btn-yellow,
  .btn-outline-yellow {
  display: inline-block !important;
  cursor: pointer !important;
  border-radius: 2px !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: all !important;
  transition-duration: 500ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

input[type="submit"]:hover,
  .btn:hover,
  .btn-yellow:hover,
  .btn-outline-yellow:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 211 0 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 211 0 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

@media (max-width: 640px) {
  input[type="submit"],
  .btn,
  .btn-yellow,
  .btn-outline-yellow {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 480px) {
  input[type="submit"],
  .btn,
  .btn-yellow,
  .btn-outline-yellow {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
}

.btn-outline-yellow {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 211 0 / var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.btn-outline-yellow:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 211 0 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.btn-yellow {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 211 0 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 211 0 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.btn-yellow:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

input[type="submit"] {
  min-width: 260px;
}

.btn-sm {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.btn:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  display: inline-block;
  margin-left: 20px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  top: 2px;
  position: relative;
}

.btn.alt:after {
  content: "" !important;
  display: none !important;
}

.btn-unset .btn {
  display: unset !important;
}

/* .btn-blue {
  @apply
  text-white border-blue bg-blue hover:border-blue-dark hover:bg-blue-dark !important;
  &.muted {
    @apply
    bg-transparent text-blue hover:text-white hover:border-blue-dark hover:bg-blue-dark !important;
  }
} */

/* Basic styles for all input fields */

[multiple],
  [type="date"],
  [type="datetime-local"],
  [type="email"],
  [type="month"],
  [type="number"],
  [type="password"],
  [type="search"],
  [type="tel"],
  [type="text"],
  [type="time"],
  [type="url"],
  [type="week"],
  select,
  textarea {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 238 238 / var(--tw-border-opacity)) !important;
}

[multiple]:focus,
  [type="date"]:focus,
  [type="datetime-local"]:focus,
  [type="email"]:focus,
  [type="month"]:focus,
  [type="number"]:focus,
  [type="password"]:focus,
  [type="search"]:focus,
  [type="tel"]:focus,
  [type="text"]:focus,
  [type="time"]:focus,
  [type="url"]:focus,
  [type="week"]:focus,
  select:focus,
  textarea:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(242 242 242 / var(--tw-ring-opacity)) !important;
}

/* Squares */

.square {
  position: relative !important;
  height: 100% !important;
  width: 100% !important;
}

.square:after {
  content: "";
  display: block !important;
  padding-bottom: 50% !important;
}

.square .inner {
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
}

.square .\!inner {
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
}

/* Image overlay */

.overlay-wrapper {
  position: relative !important;
  overflow: hidden !important;
}

.overlay {
  position: absolute !important;
  top: 0px !important;
  left: -100% !important;
  right: 0px !important;
  height: 100% !important;
  width: 100% !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 500ms !important;
}

.overlay-wrapper:hover .overlay {
  left: 0px !important;
}

/*READ MORE*/

.read-more:after {
  position: absolute;
  right: -90px;
  top: -20px;
  display: inline-block;
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  content: "\f054";
  border-radius: 60px;
  padding-top: 16px;
  padding-left: 23px;
}

.phone:before,
  .mail:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f095";
  position: relative;
  display: inline-block;
  top: 4px;
  left: -10px;
  color: #ffd300;
  margin-left: 0px;
  right: 0;
  font-size: 16px;
  height: 17px;
  width: 17px;
  transition: all 0.5s ease-in-out;
}

#wpcf7-f95-o1 input,
  #wpcf7-f95-o1 textarea {
  width: 100% !important;
}

@media (max-width: 768px) {
  #wpcf7-f95-o1 form {
    width: 100% !important;
  }
}

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

.not-sr-only {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.collapse {
  visibility: collapse !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.inset-0 {
  inset: 0px !important;
}

.inset-y-0 {
  top: 0px !important;
  bottom: 0px !important;
}

.-left-100p {
  left: -100% !important;
}

.-left-40 {
  left: -40px !important;
}

.-left-45 {
  left: -45px !important;
}

.-right-20 {
  right: -20px !important;
}

.-right-90 {
  right: -90px !important;
}

.-top-20 {
  top: -20px !important;
}

.-top-320 {
  top: -320px !important;
}

.-top-720 {
  top: -720px !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.left-0 {
  left: 0px !important;
}

.left-40 {
  left: 40px !important;
}

.left-auto {
  left: auto !important;
}

.right-0 {
  right: 0px !important;
}

.right-40 {
  right: 40px !important;
}

.top-0 {
  top: 0px !important;
}

.top-180 {
  top: 180px !important;
}

.top-5 {
  top: 5px !important;
}

.top-8 {
  top: 8px !important;
}

.isolate {
  isolation: isolate !important;
}

.isolation-auto {
  isolation: auto !important;
}

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

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.col-span-1 {
  grid-column: span 1 / span 1 !important;
}

.col-span-2 {
  grid-column: span 2 / span 2 !important;
}

.col-span-3 {
  grid-column: span 3 / span 3 !important;
}

.col-span-4 {
  grid-column: span 4 / span 4 !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.float-none {
  float: none !important;
}

.clear-left {
  clear: left !important;
}

.clear-right {
  clear: right !important;
}

.clear-both {
  clear: both !important;
}

.clear-none {
  clear: none !important;
}

.m-5 {
  margin: 5px !important;
}

.m-8 {
  margin: 8px !important;
}

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

.-mt-180 {
  margin-top: -180px !important;
}

.-mt-40 {
  margin-top: -40px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15p {
  margin-left: 15% !important;
}

.mr-10 {
  margin-right: 10px !important;
}

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

.mt-10 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.box-border {
  box-sizing: border-box !important;
}

.box-content {
  box-sizing: content-box !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.table {
  display: table !important;
}

.inline-table {
  display: inline-table !important;
}

.table-caption {
  display: table-caption !important;
}

.table-cell {
  display: table-cell !important;
}

.table-column {
  display: table-column !important;
}

.table-column-group {
  display: table-column-group !important;
}

.table-footer-group {
  display: table-footer-group !important;
}

.table-header-group {
  display: table-header-group !important;
}

.table-row-group {
  display: table-row-group !important;
}

.table-row {
  display: table-row !important;
}

.flow-root {
  display: flow-root !important;
}

.grid {
  display: grid !important;
}

.inline-grid {
  display: inline-grid !important;
}

.contents {
  display: contents !important;
}

.list-item {
  display: list-item !important;
}

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

.hidden {
  display: none !important;
}

.aspect-4\/3 {
  aspect-ratio: 4 / 3 !important;
}

.aspect-\[3\/2\] {
  aspect-ratio: 3/2 !important;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3 !important;
}

.aspect-square {
  aspect-ratio: 1 / 1 !important;
}

.h-10 {
  height: 10px !important;
}

.h-100 {
  height: 100px !important;
}

.h-100p {
  height: 100% !important;
}

.h-120 {
  height: 120px !important;
}

.h-160 {
  height: 160px !important;
}

.h-191 {
  height: 191px !important;
}

.h-2 {
  height: 2px !important;
}

.h-200 {
  height: 200px !important;
}

.h-30 {
  height: 30px !important;
}

.h-300 {
  height: 300px !important;
}

.h-320 {
  height: 320px !important;
}

.h-40 {
  height: 40px !important;
}

.h-400 {
  height: 400px !important;
}

.h-5 {
  height: 5px !important;
}

.h-520 {
  height: 520px !important;
}

.h-580 {
  height: 580px !important;
}

.h-60 {
  height: 60px !important;
}

.h-720 {
  height: 720px !important;
}

.h-900 {
  height: 900px !important;
}

.h-auto {
  height: auto !important;
}

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

.max-h-\[180px\] {
  max-height: 180px !important;
}

.min-h-600 {
  min-height: 600px !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-100 {
  width: 100px !important;
}

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

.w-20 {
  width: 20px !important;
}

.w-200 {
  width: 200px !important;
}

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

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

.w-300 {
  width: 300px !important;
}

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

.w-40 {
  width: 40px !important;
}

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

.w-520 {
  width: 520px !important;
}

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

.w-60 {
  width: 60px !important;
}

.w-600 {
  width: 600px !important;
}

.w-60p {
  width: 60% !important;
}

.w-7\/12 {
  width: 58.333333% !important;
}

.w-700 {
  width: 700px !important;
}

.w-70p {
  width: 70% !important;
}

.w-8\/12 {
  width: 66.666667% !important;
}

.w-80 {
  width: 80px !important;
}

.w-80p {
  width: 80% !important;
}

.w-9\/12 {
  width: 75% !important;
}

.w-auto {
  width: auto !important;
}

.w-full {
  width: 100% !important;
}

.max-w-wrap {
  max-width: 1320px !important;
}

.max-w-wrap-80p {
  max-width: 80% !important;
}

.max-w-wrap-96p {
  max-width: 96% !important;
}

.max-w-wrap-small {
  max-width: 900px !important;
}

.flex-1 {
  flex: 1 1 0% !important;
}

.flex-shrink {
  flex-shrink: 1 !important;
}

.flex-grow {
  flex-grow: 1 !important;
}

.grow {
  flex-grow: 1 !important;
}

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

.table-fixed {
  table-layout: fixed !important;
}

.border-collapse {
  border-collapse: collapse !important;
}

.border-separate {
  border-collapse: separate !important;
}

.\!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)) !important;
}

.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)) !important;
}

.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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;
}

.transform-none {
  transform: none !important;
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}

.select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.resize-none {
  resize: none !important;
}

.resize-y {
  resize: vertical !important;
}

.resize-x {
  resize: horizontal !important;
}

.resize {
  resize: both !important;
}

.list-inside {
  list-style-position: inside !important;
}

.list-outside {
  list-style-position: outside !important;
}

.appearance-none {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.grid-flow-row {
  grid-auto-flow: row !important;
}

.grid-flow-col {
  grid-auto-flow: column !important;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense !important;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense !important;
}

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

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

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

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

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

.flex-col-reverse {
  flex-direction: column-reverse !important;
}

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.place-content-center {
  place-content: center !important;
}

.place-content-start {
  place-content: start !important;
}

.place-content-end {
  place-content: end !important;
}

.place-content-between {
  place-content: space-between !important;
}

.place-content-around {
  place-content: space-around !important;
}

.place-content-evenly {
  place-content: space-evenly !important;
}

.place-content-stretch {
  place-content: stretch !important;
}

.place-items-start {
  place-items: start !important;
}

.place-items-end {
  place-items: end !important;
}

.place-items-center {
  place-items: center !important;
}

.place-items-stretch {
  place-items: stretch !important;
}

.content-center {
  align-content: center !important;
}

.content-start {
  align-content: flex-start !important;
}

.content-end {
  align-content: flex-end !important;
}

.content-between {
  align-content: space-between !important;
}

.content-around {
  align-content: space-around !important;
}

.content-evenly {
  align-content: space-evenly !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

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

.items-baseline {
  align-items: baseline !important;
}

.items-stretch {
  align-items: stretch !important;
}

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

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

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

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

.justify-around {
  justify-content: space-around !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

.justify-items-start {
  justify-items: start !important;
}

.justify-items-end {
  justify-items: end !important;
}

.justify-items-center {
  justify-items: center !important;
}

.justify-items-stretch {
  justify-items: stretch !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-x-20 {
  -moz-column-gap: 20px !important;
       column-gap: 20px !important;
}

.gap-x-40 {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}

.gap-y-10 {
  row-gap: 10px !important;
}

.gap-y-40 {
  row-gap: 40px !important;
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1 !important;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1 !important;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1 !important;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1 !important;
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid !important;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed !important;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted !important;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double !important;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none !important;
}

.place-self-auto {
  place-self: auto !important;
}

.place-self-start {
  place-self: start !important;
}

.place-self-end {
  place-self: end !important;
}

.place-self-center {
  place-self: center !important;
}

.place-self-stretch {
  place-self: stretch !important;
}

.self-auto {
  align-self: auto !important;
}

.self-start {
  align-self: flex-start !important;
}

.self-end {
  align-self: flex-end !important;
}

.self-center {
  align-self: center !important;
}

.self-stretch {
  align-self: stretch !important;
}

.justify-self-auto {
  justify-self: auto !important;
}

.justify-self-start {
  justify-self: start !important;
}

.justify-self-end {
  justify-self: end !important;
}

.justify-self-center {
  justify-self: center !important;
}

.justify-self-stretch {
  justify-self: stretch !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-clip {
  overflow: clip !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.overscroll-auto {
  -ms-scroll-chaining: chained !important;
      overscroll-behavior: auto !important;
}

.overscroll-contain {
  -ms-scroll-chaining: none !important;
      overscroll-behavior: contain !important;
}

.overscroll-none {
  -ms-scroll-chaining: none !important;
      overscroll-behavior: none !important;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto !important;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain !important;
}

.overscroll-y-none {
  overscroll-behavior-y: none !important;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto !important;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain !important;
}

.overscroll-x-none {
  overscroll-behavior-x: none !important;
}

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

.overflow-ellipsis {
  text-overflow: ellipsis !important;
}

.whitespace-normal {
  white-space: normal !important;
}

.whitespace-nowrap {
  white-space: nowrap !important;
}

.whitespace-pre {
  white-space: pre !important;
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.break-normal {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.break-words {
  overflow-wrap: break-word !important;
}

.break-all {
  word-break: break-all !important;
}

.rounded-2 {
  border-radius: 2px !important;
}

.rounded-40 {
  border-radius: 40px !important;
}

.rounded-60 {
  border-radius: 60px !important;
}

.border {
  border-width: 1px !important;
}

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

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

.border-l {
  border-left-width: 1px !important;
}

.border-r {
  border-right-width: 1px !important;
}

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

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

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-double {
  border-style: double !important;
}

.border-none {
  border-style: none !important;
}

.border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}

.border-gray {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 238 238 / var(--tw-border-opacity)) !important;
}

.border-gray-alt {
  --tw-border-opacity: 1 !important;
  border-color: rgb(236 236 236 / var(--tw-border-opacity)) !important;
}

.border-yellow {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 211 0 / var(--tw-border-opacity)) !important;
}

.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.bg-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
}

.bg-gray-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity)) !important;
}

.bg-gray-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity)) !important;
}

.bg-gray-light2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity)) !important;
}

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

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

.bg-yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 211 0 / var(--tw-bg-opacity)) !important;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

.decoration-slice {
  -webkit-box-decoration-break: slice !important;
          box-decoration-break: slice !important;
}

.decoration-clone {
  -webkit-box-decoration-break: clone !important;
          box-decoration-break: clone !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-fixed {
  background-attachment: fixed !important;
}

.bg-local {
  background-attachment: local !important;
}

.bg-scroll {
  background-attachment: scroll !important;
}

.bg-clip-border {
  background-clip: border-box !important;
}

.bg-clip-padding {
  background-clip: padding-box !important;
}

.bg-clip-content {
  background-clip: content-box !important;
}

.bg-clip-text {
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

.bg-repeat {
  background-repeat: repeat !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

.bg-repeat-y {
  background-repeat: repeat-y !important;
}

.bg-repeat-round {
  background-repeat: round !important;
}

.bg-repeat-space {
  background-repeat: space !important;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.object-left-bottom {
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.p-0 {
  padding: 0px !important;
}

.p-20 {
  padding: 20px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-\[18px\] {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.px-\[32px\] {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-50p {
  padding-bottom: 50% !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.font-awesome {
  font-family: 'Font Awesome 5 Free' !important;
}

.font-heading {
  font-family: Playfair Display, sans-serif !important;
}

.font-sans {
  font-family: Inter, sans-serif !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-15 {
  font-size: 15px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-22 {
  font-size: 22px !important;
}

.text-26 {
  font-size: 26px !important;
}

.text-28 {
  font-size: 28px !important;
}

.text-30 {
  font-size: 30px !important;
}

.text-45 {
  font-size: 45px !important;
}

.font-black {
  font-weight: 900 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.italic {
  font-style: italic !important;
}

.not-italic {
  font-style: normal !important;
}

.normal-nums {
  font-variant-numeric: normal !important;
}

.ordinal {
  --tw-ordinal: ordinal !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.lining-nums {
  --tw-numeric-figure: lining-nums !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.leading-55 {
  line-height: 55px !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.leading-relaxed {
  line-height: 1.625 !important;
}

.leading-snug {
  line-height: 1.375 !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-body {
  --tw-text-opacity: 1 !important;
  color: rgb(85 85 85 / var(--tw-text-opacity)) !important;
}

.text-gray {
  --tw-text-opacity: 1 !important;
  color: rgb(238 238 238 / var(--tw-text-opacity)) !important;
}

.text-gray-alt {
  --tw-text-opacity: 1 !important;
  color: rgb(236 236 236 / var(--tw-text-opacity)) !important;
}

.text-heading {
  --tw-text-opacity: 1 !important;
  color: rgb(34 34 34 / var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-yellow {
  --tw-text-opacity: 1 !important;
  color: rgb(255 211 0 / var(--tw-text-opacity)) !important;
}

.underline {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.overline {
  -webkit-text-decoration-line: overline !important;
          text-decoration-line: overline !important;
}

.line-through {
  -webkit-text-decoration-line: line-through !important;
          text-decoration-line: line-through !important;
}

.no-underline {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.bg-blend-normal {
  background-blend-mode: normal !important;
}

.bg-blend-multiply {
  background-blend-mode: multiply !important;
}

.bg-blend-screen {
  background-blend-mode: screen !important;
}

.bg-blend-overlay {
  background-blend-mode: overlay !important;
}

.bg-blend-darken {
  background-blend-mode: darken !important;
}

.bg-blend-lighten {
  background-blend-mode: lighten !important;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge !important;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn !important;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light !important;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light !important;
}

.bg-blend-difference {
  background-blend-mode: difference !important;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion !important;
}

.bg-blend-hue {
  background-blend-mode: hue !important;
}

.bg-blend-saturation {
  background-blend-mode: saturation !important;
}

.bg-blend-color {
  background-blend-mode: color !important;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity !important;
}

.mix-blend-normal {
  mix-blend-mode: normal !important;
}

.mix-blend-multiply {
  mix-blend-mode: multiply !important;
}

.mix-blend-screen {
  mix-blend-mode: screen !important;
}

.mix-blend-overlay {
  mix-blend-mode: overlay !important;
}

.mix-blend-darken {
  mix-blend-mode: darken !important;
}

.mix-blend-lighten {
  mix-blend-mode: lighten !important;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge !important;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn !important;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light !important;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light !important;
}

.mix-blend-difference {
  mix-blend-mode: difference !important;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion !important;
}

.mix-blend-hue {
  mix-blend-mode: hue !important;
}

.mix-blend-saturation {
  mix-blend-mode: saturation !important;
}

.mix-blend-color {
  mix-blend-mode: color !important;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline {
  outline-style: solid !important;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-inset {
  --tw-ring-inset: inset !important;
}

.blur {
  --tw-blur: blur(8px) !important;
  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) !important;
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06)) !important;
  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) !important;
}

.grayscale {
  --tw-grayscale: grayscale(100%) !important;
  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) !important;
}

.\!invert {
  --tw-invert: invert(100%) !important;
  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) !important;
}

.invert {
  --tw-invert: invert(100%) !important;
  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) !important;
}

.sepia {
  --tw-sepia: sepia(100%) !important;
  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) !important;
}

.\!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) !important;
}

.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) !important;
}

.filter-none {
  filter: none !important;
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-filter-none {
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.duration-300 {
  transition-duration: 300ms !important;
}

.duration-500 {
  transition-duration: 500ms !important;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.\[-\:\.TZ\] {
  -: .TZ;
}

/* SWIPER */

@font-face {
  font-family: swiper-icons;

  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");

  font-weight: 400;

  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* CUSTOM CSS */

/*  START KEO HEADER */

.keo-data-container {
  display: flex;
}

/*  END KEO HEADER */

/*  START MENU CSS */

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item:last-child
  > a.mega-menu-link {
  padding-right: 0px;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link,
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link {
  position: relative !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link:hover,
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link:hover,
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 211 0 / var(--tw-text-opacity)) !important;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item.mega-current-menu-item,
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item.mega-current-menu-ancestor,
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item.mega-current-page-ancestor {
  padding-left: 20px;
  padding-right: 20px;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link:after,
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link:after,
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link:after {
  position: absolute;
  left: 0px;
  bottom: 5px;
  margin-left: 0px;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 211 0 / var(--tw-bg-opacity));
  content: "";
}

/*  END MENU CSS */

/*  START SLIDER HOOG */

.quote {
  position: relative;
}

.quote:before {
  position: absolute;
  left: -40px;
  font-family: 'Font Awesome 5 Free';
  font-size: 28px;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 211 0 / var(--tw-text-opacity));
}

@media (max-width: 640px) {
  .quote:before {
    left: -25px;
    font-size: 18px;
  }
}

.quote:before {
  content: "\f45c";
}

/*  END SLIDER HOOG */

/*  START  SLIDER LAAG */

.content-slider-laag p {
  margin-bottom: 0px;
  font-family: Playfair Display, sans-serif;
  font-size: 45px;
  line-height: 55px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 1320px) {
  .content-slider-laag p {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 640px) {
  .content-slider-laag p {
    font-size: 20px;
    line-height: 25px;
  }
}

.bg-slider-laag {
}

.content-block-slider-laag:after {
  height: 2px;
  width: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 211 0 / var(--tw-bg-opacity));
  content: "";
}

/*  END SLIDER LAAG */

/*  START IMAGE DIENSTEN */

.out-of-wrap {
  position: relative;
  padding: 0px;
  max-width: 100%;
  margin-left: -15%;
}

.out-of-wrap-right {
  position: relative;
  padding: 0px;
  max-width: 100%;
  margin-left: 15%;
}

.out-of-wrap-40p {
  position: relative;
  padding: 0px;
  max-width: calc(100% - 40px);
  margin-left: 40px;
}

/* Make the container relative */

.swap-on-hover {
  position: relative;
  top: 0;
  width: 100%;
}

/* Select the image and make it absolute to the container */

.swap-on-hover img {
  position: absolute;
  top: -30px;
  left: 0;
  overflow: hidden;
  /* Sets the width and height for the images*/
  width: 100%;
}

/* 
      We set z-index to be higher than the back image, so it's alwyas on the front.
  
  We give it an opacity leaner to .25s, that way when we hover we will get a nice fading effect. 
  */

.swap-on-hover .swap-on-hover__front-image {
  z-index: 9999;
  transition: opacity 0.5s linear;
  cursor: pointer;
}

/* When we hover the figure element, the block with .swap-on-hover, we want to use > so the front-image is going to have opacity of 0, which means it will be hidden, to the back image will show */

.swap-on-hover:hover .swap-on-hover__front-image {
  opacity: 0;
}

/*  END IMAGE DIENSTEN */

/*------------------------------------*\
    START IMG + CONTENT ZIGZAG 
\*------------------------------------*/

.out-of-wrap-zigzag-right {
  position: relative;
  margin-left: 2%;
  padding: 0px;
  margin-right: 15%;
  max-width: calc(100% - 17%);
}

.out-of-wrap-zigzag-left {
  position: relative;
  margin-right: 2%;
  padding: 0px;
  margin-left: 15%;
  max-width: calc(100% - 17%);
}

.break-left {
  --margin-correction: calc(var(--vw-margin) - 9px) !important;
  margin-left: calc(-1 * var(--margin-correction)) !important;
}

.break-right {
  --margin-correction: calc(var(--vw-margin) - 9px) !important;
  margin-right: calc(-1 * var(--margin-correction)) !important;
}

/*------------------------------------*\
    END IMG + CONTENT ZIGZAG 
\*------------------------------------*/

/*------------------------------------*\
    START MODAL CSS
\*------------------------------------*/

a.popin,
a.close {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  background: #fff;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.43px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

/*------------------------------------*\
    END MODAL CSS
\*------------------------------------*/

/*------------------------------------*\
    START FAQ CSS
\*------------------------------------*/

.accordion {
  list-style: none;
  padding: 0;
  margin: 0 0 0px 0;
}

.accordion h3,
.accordion h2 {
}

.accordion li {
  padding: 5px 0px;
  margin-bottom: 0px;
  overflow: hidden;
  border-top: 1px solid #ccc;
}

.faq ul:last-child li {
  border-bottom: 1px solid #ccc;
}

.accordion li:before {
  content: none;
}

.accordion .product-spec .title:after {
  content: "\f067";
  line-height: 54px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffd300;
  width: 20px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  /* float: right; */
  margin-top: 0px;
  font-size: 18px;
  position: relative;
  right: 0px;
  top: 0px;
  margin-left: 40px;
  margin-right: 0px;
}

.accordion .product-spec .title.expanded:after {
  content: "\f068";
  line-height: 54px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: rotate(180deg);
  transition: transform 50ms ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 5px;
  color: #222;
}

.accordion .product-spec .title {
  padding: 18px 30px 18px 0px;
  font-family: "Playfair Display", "sans-serif";
  color: #222;
  width: 100%;
  position: relative;
  text-align: left;
  line-height: 27px;
  margin: 0;
  cursor: pointer;
  padding-right: 20px;
  transition: all 0.5s ease-in-out;
  font-size: 22px;
  font-weight: 400;
}

.accordion .product-spec .title.expanded {
  margin-bottom: 0px;
}

.accordion .product-spec .contentproduct {
  display: none;
  margin: 0 0 1.4em 0;
  font-weight: 400;
}

.accordion ul.check {
  margin-bottom: 10px;
}

.accordion ul.check li:before {
  top: 4px;
}

.accordion .product-spec h2:before {
  content: none;
}

.faq ul ul li,
.faq ul ul:last-child li {
  border: none !important;
}

.faq ul ul li {
  padding-left: 20px;
}

.faq ul ul li:before {
  position: absolute;
  left: 0px;
  width: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 211 0 / var(--tw-text-opacity));
  content: "\f00c";
  top: 10px;
  font-size: 10px;
  content: "\f111";
}

/*------------------------------------*\
    END FAQ CSS
\*------------------------------------*/

/*------------------------------------*\
    START DEFAULT TEMPLATE CSS
\*------------------------------------*/

.sidebar-default .widget {
  margin-bottom: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding: 30px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.sidebar-default .widget h4,
.sidebar-default .widget h5 {
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.sidebar-default .widget a {
  font-weight: 400;
}

.iframe-container {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*------------------------------------*\
    END DEFAULT TEMPLATE CSS
\*------------------------------------*/

/*------------------------------------*\
    START VERKRIJGBAAR CSS
\*------------------------------------*/

.img-verkrijgbaar img {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------*\
    END VERKRIJGBAAR CSS
\*------------------------------------*/

/*------------------------------------*\
    START SLIDER 3 IMAGES
\*------------------------------------*/

.section-half-bg {
  position: absolute;
  top: 0px;
  height: 50%;
  width: 100%;
  content: "";
}

.swiper-container.mySwiperCustom {
  padding-bottom: 50px;
}

.mySwiperCustom .swiper-pagination {
  top: 97%;
}

.mySwiperCustom
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.swiper-container-horizontal.mySwiperCustom > .swiper-pagination-progressbar,
.swiper-container-vertical.mySwiperCustom
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  margin-left: 15%;
  height: 10px;
  width: 70%;
}

@media (max-width: 1024px) {
  .swiper-container-horizontal.mySwiperCustom > .swiper-pagination-progressbar,
.swiper-container-vertical.mySwiperCustom
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.custom-swiper-button {
  height: 60px;
  width: 60px;
  border-radius: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (max-width: 1024px) {
  .custom-swiper-button {
    height: 40px;
    width: 40px;
    border-radius: 40px;
  }
}

.custom-swiper-button {
  top: 43%;
}

.custom-swiper-button.custom-swiper-content {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

@media (max-width: 1024px) {
  .custom-swiper-button.custom-swiper-content {
    height: 25px;
    width: 25px;
    border-radius: 25px;
  }
}

.swiper-button-next.custom-swiper-button:after,
.swiper-button-prev.custom-swiper-button:after {
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 1024px) {
  .swiper-button-next.custom-swiper-button:after,
.swiper-button-prev.custom-swiper-button:after {
    font-size: 10px;
  }
}

.swiper-button-next.custom-swiper-content:after,
.swiper-button-prev.custom-swiper-content:after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*------------------------------------*\
    END SLIDER 3 IMAGES
\*------------------------------------*/

/*------------------------------------*\
    START PROJECTEN CSS
\*------------------------------------*/

.search-filter-results {
  grid-column: span 3 / span 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  grid-auto-rows: 300px;
}

.searchandfilter ul {
  margin-bottom: 10px;
  margin-left: 0px;
  width: 91.666667%;
}

.searchandfilter ul.children {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  margin-left: 10px !important;
}

.searchandfilter li {
  position: relative;
  margin-bottom: 5px;
  display: block;
  padding-right: 0px;
}

.searchandfilter ul ul.children li {
  font-size: 15px;
  font-style: italic;
}

.searchandfilter li label {
  cursor: pointer;
}

.searchandfilter input {
  position: relative !important;
}

.searchandfilter h4 {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.searchandfilter input[type="checkbox"],
.searchandfilter input[type="radio"] {
  position: absolute;
  left: 0;
  top: -2px;
  margin-right: 20px;
  background: #fff;
  border: 1px solid #e3dfd8;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: 0 10px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  box-sizing: border-box;
  transition: 0.05s border-color ease-in-out;
}

.searchandfilter input[type="checkbox"]:checked:before,
.searchandfilter input[type="radio"]:checked:before {
  content: " ";
  font-family: FontAwesome;
  background: #ffd300;
  position: absolute;
  left: 2px;
  top: 2px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rows-projecten {
  grid-auto-rows: 160px;
  grid-template-rows: auto;
}

/* .searchandfilter ul.children {
    display:none;
} */

.searchandfilter h4:after,
.searchandfilter ul li.parent label:after {
  color: #ffd300;
  content: "\f347";
  float: right;
  font-family: 'dashicons';
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  margin: 0 0px 0 0px;
  position: absolute;
  right: -20px;
  top: 8px;
  left: unset !important;
}

.searchandfilter ul li.parent ul li label:after {
  content: none;
}

.resp-filter {
  visibility: visible;
  opacity: 1;
}

#text-9 p {
  margin-bottom: 10px;
}

/*------------------------------------*\
    END PROJECTEN CSS
\*------------------------------------*/

/*------------------------------------*\
    START CONTENT GRID ADVIES (RASTER)
\*------------------------------------*/

.single-vraag {
  border-right: 2px solid #eee !important;
  border-bottom: 2px solid #eee !important;
}

.single-vraag:nth-child(4n + 1) {
  padding-left: 0px !important;
}

.single-vraag:last-child,
.single-vraag:nth-last-child(1):nth-child(4n + 1),
.single-vraag:nth-last-child(3):nth-child(4n + 2),
.single-vraag:nth-last-child(2):nth-child(4n + 3),
.single-vraag:nth-last-child(4):nth-child(4n + 1) {
  border-bottom: none !important;
}

.single-vraag:nth-last-child(2):nth-child(4n + 4),
.single-vraag:nth-last-child(3):nth-child(4n + 4) {
  border-bottom: 2px solid #eee !important;
}

.single-vraag:nth-child(4n + 4) {
  border-right: none !important;
}

.single-vraag img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------------*\
    END CONTENT GRID ADVIES (RASTER)
\*------------------------------------*/

/*------------------------------------*\
    START LAYOUT 4 IMAGES + LINK
\*------------------------------------*/

.custom-bg-layout-4-images {
  height: calc(100% - 180px);
}

/*------------------------------------*\
    END LAYOUT 4 IMAGES + LINK
\*------------------------------------*/

/*------------------------------------*\
    START ADVIES + CONTACT
\*------------------------------------*/

.bg-custom-half-right {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

/*------------------------------------*\
    END ADVIES + CONTACT
\*------------------------------------*/

/*------------------------------------*\
    START INSPIRATIE GRID
\*------------------------------------*/

.inspiratie-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 230px 205px 205px 50px 130px;
}

.inspiratie-grid-img-1 {
  grid-column: 1/7;
  grid-row: 1 / 3;
}

.inspiratie-grid-img-2 {
  grid-column: 7/9;
  grid-row: 2 / 3;
}

.inspiratie-grid-img-3 {
  grid-column: 9/13;
  grid-row: 1 / 4;
}

.inspiratie-grid-img-4 {
  grid-column: 1/5;
  grid-row: 3 / 6;
}

.inspiratie-grid-img-5 {
  grid-column: 5/9;
  grid-row: 3 / 6;
}

.inspiratie-grid-img-6 {
  grid-column: 9/11;
  grid-row: 5 / 6;
}

.inspiratie-grid-single img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------*\
    END INSPIRATIE GRID
\*------------------------------------*/

/*------------------------------------*\
    START  STICKY MENU
\*------------------------------------*/

.down .header-top {
  display: none;
}

.down .header {
  position: fixed;
  box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0.35);
  z-index: 10000;
  background-color: #fff;
  width: 100%;
  height: 50px !important;
  top: 0px;
}

.down .header-inner {
  height: 50px !important;
  top: 0px !important;
}

.down .logo {
  ddisplay: none;
  margin-top: 5px;
  wwidth: 100px;
}

.down .logo img {
  width: 100px !important;
}

.down .info-header {
  display: none;
}

.main-menu {
  transition: all 0.3s ease-in-out;
}

.down .mobile-menu {
  top: unset;
}

.down .main-menu {
  position: relative;
  margin-top: 0px;
}

.down .header .nav > ul {
  text-align: right;
  display: block;
}

.down .nav > ul li.current a {
  color: #fff;
}

.down .nav ul li.haschild:after {
  color: #fff;
}

.down .nav ul li.haschild.current-parent:after {
  color: #fff;
}

.down .down-hidden {
  display: none;
}

.down .nav > ul li ul,
.down #menu-hoofdmenu > li.megamenu > ul.sub-menu {
  top: 60px;
}

@media only screen and (max-width: 1100px) {
  .down .header .nav ul li {
    padding: 13px 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .down .info-header {
    display: block;
  }

  .down .flex-top-header {
    display: none;
  }

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

  .down .c-hamburger {
    background: none;
    top: 0px !important;
    right: 0px !important;
    left: unset !important;
  }

  .down .menu {
    width: 100%;
    justify-content: flex-end;
  }

  .down .c-hamburger {
    top: 0px;
    right: 0px !important;
    left: unset !important;
  }

  .down .inner-menu {
    justify-content: end;
  }

  .down .mobile-menu-container {
    z-index: 100000;
  }
}

/*------------------------------------*\
END STICKY MENU*
\*------------------------------------*/

/*------------------------------------*\
    START FORMS
\*------------------------------------*/

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #ffd300;
}

.block-cf input[type="date"],
.block-cf input[type="email"],
.block-cf input[type="password"],
.block-cf input[type="tel"],
.block-cf input[type="text"],
.block-cf select,
.block-cf textarea {
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  -webkit-appearance: none;
  background: none;
  background-color: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  min-height: 40px;
  padding: 20px 20px;
  width: 100%;
}

.block-cf input[type="date"]::-moz-placeholder, .block-cf input[type="email"]::-moz-placeholder, .block-cf input[type="password"]::-moz-placeholder, .block-cf input[type="tel"]::-moz-placeholder, .block-cf input[type="text"]::-moz-placeholder, .block-cf select::-moz-placeholder, .block-cf textarea::-moz-placeholder {
  color: #fff;
  font-weight: bold;
}

.block-cf input[type="date"]:-ms-input-placeholder, .block-cf input[type="email"]:-ms-input-placeholder, .block-cf input[type="password"]:-ms-input-placeholder, .block-cf input[type="tel"]:-ms-input-placeholder, .block-cf input[type="text"]:-ms-input-placeholder, .block-cf select:-ms-input-placeholder, .block-cf textarea:-ms-input-placeholder {
  color: #fff;
  font-weight: bold;
}

.block-cf input[type="date"]::placeholder,
.block-cf input[type="email"]::placeholder,
.block-cf input[type="password"]::placeholder,
.block-cf input[type="tel"]::placeholder,
.block-cf input[type="text"]::placeholder,
.block-cf select::placeholder,
.block-cf textarea::placeholder {
  color: #fff;
  font-weight: bold;
}

.block-cf textarea {
  margin-bottom: 30px;
  min-height: 125px;
  height: 125px;
}

/*------------------------------------*\
    END FORMS
\*------------------------------------*/

/*------------------------------------*\
    START FOOTER
\*------------------------------------*/

.footer .single-widget h3,
.footer .single-widget h3 a {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.footer .single-widget h4 {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 1320px) {
  .footer .single-widget h4 {
    font-size: 18px;
  }
}

.footer .single-widget h4 a {
  margin-bottom: 20px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

@media (max-width: 1320px) {
  .footer .single-widget h4 a {
    font-size: 18px;
  }
}

.footer .single-widget h4 a.footer-titel {
  margin-bottom: 0px;
}

.footer .single-widget a {
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.footer .single-widget a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 1024px) {
  .footer .single-widget a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .footer .single-widget a {
    font-size: 12px;
  }
}

.footer li {
  margin-bottom: 4px;
}

@media (max-width: 640px) {
  .footer li {
    margin-bottom: 0px;
  }
}

.footer .list-spacing-lg li {
  margin-bottom: 10px !important;
}

.footer ul.round li:before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-widget-1 {
  width: 50%;
}

.single-widget-2,
.single-widget-3 {
  width: 25%;
}

.bottom-footer,
.bottom-footer a {
  font-size: 14px;
  font-weight: 400;
}

span.openingstijden {
  display: inline-block;
  width: 120px;
}

ul.social-media li a {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 211 0 / var(--tw-bg-opacity));
}

ul.social-media li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 211 0 / var(--tw-text-opacity));
}

ul.social-media li {
  padding-right: 10px;
}

ul.social-media li a i {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

ul#menu-footer-menu {
  display: flex;
}

ul#menu-footer-menu,
ul#menu-footer-menu li {
  margin-bottom: 0px;
}

ul#menu-footer-menu li {
  padding-left: 35px;
}

/*------------------------------------*\
    END FOOTER
\*------------------------------------*/

/*------------------------------------*\
    START RESPONSIVE CSS
\*------------------------------------*/

@media (max-width: 1500px) {
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-item
    > a.mega-menu-link {
    padding: 0px 10px 0px 10px;
  }

  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-item.mega-current-menu-ancestor,
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-item.mega-current-menu-item,
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-item.mega-current-page-ancestor {
    padding-left: 10px;
    padding-right: 10px;
  }

  .out-of-wrap-right {
    margin-left: 5%;
  }
}

@media (max-width: 1320px) {
  .usps-header .usp-2 {
    display: none;
  }

  /*------------------------------------*\
        START LAYOUT 4 IMAGES + LINK
    \*------------------------------------*/

  .custom-bg-layout-4-images {
    height: calc(100% - 145px);
  }

  /*------------------------------------*\
        END LAYOUT 4 IMAGES + LINK
    \*------------------------------------*/

  /*------------------------------------*\
        START FOOTER
    \*------------------------------------*/

  span.openingstijden {
    width: 90px;
  }

  /*------------------------------------*\
        END FOOTER
    \*------------------------------------*/

  .swap-on-hover img {
    top: -50px;
  }
}

@media (max-width: 1200px) {
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 14px;
    padding: 0 5px;
  }

  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-item.mega-current-menu-ancestor,
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-item.mega-current-menu-item,
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-item.mega-current-page-ancestor {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 1024px) {
  .usps-header .usp-1 {
    display: none;
  }

  .swap-on-hover img {
    height: 200px;
  }

  /*------------------------------------*\
    START CONTENT GRID ADVIES (RASTER)
\*------------------------------------*/

  .single-vraag:last-child,
  .single-vraag:nth-last-child(1):nth-child(4n + 1),
  .single-vraag:nth-last-child(3):nth-child(4n + 2),
  .single-vraag:nth-last-child(2):nth-child(4n + 3),
  .single-vraag:nth-last-child(4):nth-child(4n + 1) {
    border-bottom: none !important;
  }

  .single-vraag:nth-last-child(3):nth-child(4n + 2),
  .single-vraag:nth-last-child(4):nth-child(4n + 1),
  .single-vraag:nth-last-child(2):nth-child(4n + 4),
  .single-vraag:nth-last-child(3):nth-child(4n + 4) {
    border-bottom: 1px solid #eee !important;
  }

  .single-vraag:nth-child(2n + 2) {
    border-right: none !important;
  }

  .single-vraag img {
  }

  /*------------------------------------*\
    END CONTENT GRID ADVIES (RASTER)
\*------------------------------------*/

  /*------------------------------------*\
        START INSPIRATIE GRID
    \*------------------------------------*/

  .inspiratie-grid {
    grid-template-rows: 180px 150px 150px 50px 80px;
  }

  /*------------------------------------*\
    END INSPIRATIE GRID
    \*------------------------------------*/

  /*------------------------------------*\
    START FOOTER
\*------------------------------------*/

  .single-widget-1 {
    width: 100%;
    float: left;
    margin-bottom: 80px;
  }

  .single-widget-1 ul.round li {
    position: relative;
    float: left;
    width: 50%;
  }

  .single-widget-2,
  .single-widget-3 {
    float: left;
    width: 50%;
  }

  ul#menu-footer-menu {
    display: flex;
    flex-flow: row wrap;
  }

  ul#menu-footer-menu li {
    padding-left: 15px;
  }

  /*------------------------------------*\
    END FOOTER
\*------------------------------------*/

  .resp-filter-button {
    margin-bottom: 10px;
  }

  .resp-filter.off-screen {
    max-height: unset;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 900ms;
    margin-bottom: 40px;
    padding: 0px;
  }

  .resp-filter {
    max-height: 10px;
    visibility: hidden;
    opacity: 0;
  }

  .search-filter-results {
    grid-auto-rows: 200px;
  }
}

@media (max-width: 768px) {
  /*READ MORE*/

  .read-more:after {
    font-size: 16px;
    height: 40px;
    padding-left: 16px;
    padding-top: 9px;
    right: -50px;
    top: -8px;
    width: 40px;
  }

  /*------------------------------------*\
        START INSPIRATIE GRID
    \*------------------------------------*/

  .inspiratie-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .inspiratie-grid-single {
    width: calc(50% - 10px);
  }

  .inspiratie-grid-single:nth-child(2n + 2) {
    margin-right: 0px;
  }

  .inspiratie-grid-single img {
    height: 200px;
    width: 100%;
  }

  /*------------------------------------*\
    END INSPIRATIE GRID
    \*------------------------------------*/
}

@media (max-width: 813px) {
  .fbx-light.fbx-modal {
    border-color: #ffd300 !important;
  }

  .fbx-modal.fbx-phone.fbx-portrait .fbx-close,
  .fbx-modal.fbx-phone.fbx-portrait .fbx-next,
  .fbx-light .fbx-prev {
    background-color: #ffd300;
  }

  .fbx-icon.fbx-icon-close,
  .fbx-light .fbx-next,
  .fbx-light .fbx-prev {
    color: #fff !important;
    background-color: #ffd300;
  }

  .fbx-modal.fbx-phone.fbx-landscape .fbx-close {
    background-color: #ffd300;
  }
}

@media (max-width: 640px) {
  .usps-header .usp-1 {
    display: none;
  }

  .email:before,
  .info:before,
  .phone:before,
  .whatsapp:before {
    padding-right: 5px;
  }

  /*------------------------------------*\
        START CONTENT GRID ADVIES (RASTER)
    \*------------------------------------*/

  .single-vraag:nth-last-child(2):nth-child(4n + 3) {
    bborder-bottom: 1px solid #eee !important;
    border-bottom: none;
  }

  .single-vraag {
    bborder-right: none !important;
  }

  /*------------------------------------*\
        END CONTENT GRID ADVIES (RASTER)
    \*------------------------------------*/

  /*------------------------------------*\
        START FORMS
    \*------------------------------------*/

  .block-cf input[type="date"],
  .block-cf input[type="email"],
  .block-cf input[type="password"],
  .block-cf input[type="tel"],
  .block-cf input[type="text"],
  .block-cf select,
  .block-cf textarea {
    font-size: 12px;
    margin-bottom: 10px;
    min-height: 30px;
    padding: 10px;
  }

  /*------------------------------------*\
        END FORMS
    \*------------------------------------*/

  /*------------------------------------*\
        START FOOTER
    \*------------------------------------*/

  .single-widget-1 ul.round li,
  .single-widget-2,
  .single-widget-3 {
    width: 100%;
  }

  .single-widget-2 {
    border-bottom: 2px solid #f6f6f6;
  }

  .single-widget-3 {
    padding-top: 20px;
  }

  /*------------------------------------*\
        END FOOTER
    \*------------------------------------*/

  /*------------------------------------*\
        START FAQ CSS
    \*------------------------------------*/

  .accordion .product-spec .title {
    font-size: 16px;
    line-height: 27px;
    padding: 7px 20px 7px 0;
  }

  .accordion .product-spec .title:after,
  .accordion .product-spec .title.expanded:after {
    line-height: 32px;
  }

  /*------------------------------------*\
        END FAQ CSS
    \*------------------------------------*/

  .search-filter-results {
    grid-auto-rows: 135px;
  }
}

@media (max-width: 360px) {
  /*------------------------------------*\
    START INSPIRATIE GRID
\*------------------------------------*/

  .inspiratie-grid-single {
    width: 100%;
  }

  /*------------------------------------*\
END INSPIRATIE GRID
\*------------------------------------*/

  /*------------------------------------*\
        START FAQ CSS
    \*------------------------------------*/

  .accordion .product-spec .title {
    font-size: 12px;
    line-height: 18px;
    padding: 7px 40px 7px 0;
  }

  .accordion .product-spec .title:after,
  .accordion .product-spec .title.expanded:after {
    line-height: 23px;
  }

  /*------------------------------------*\
        END FAQ CSS
    \*------------------------------------*/

  .keo-wrapper {
    font-size: 14px;
  }
}

/*------------------------------------*\
    END RESPONSIVE CSS
\*------------------------------------*/

[x-cloak] {
  display: none !important;
}

.before\:not-italic::before {
  content: var(--tw-content) !important;
  font-style: normal !important;
}

.before\:text-black::before {
  content: var(--tw-content) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.after\:hidden::after {
  content: var(--tw-content) !important;
  display: none !important;
}

.last\:m-0:last-child {
  margin: 0px !important;
}

.last\:mb-0:last-child {
  margin-bottom: 0px !important;
}

.odd\:bg-gray-light2:nth-child(odd) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity)) !important;
}

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

.hover\:border-black:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}

.hover\:border-yellow:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 211 0 / var(--tw-border-opacity)) !important;
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-yellow:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 211 0 / var(--tw-bg-opacity)) !important;
}

.hover\:px-2:hover {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.hover\:text-center:hover {
  text-align: center !important;
}

.hover\:font-bold:hover {
  font-weight: 700 !important;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.hover\:text-body:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(85 85 85 / var(--tw-text-opacity)) !important;
}

.hover\:text-gray-dark:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(51 51 51 / var(--tw-text-opacity)) !important;
}

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

.hover\:text-yellow:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 211 0 / var(--tw-text-opacity)) !important;
}

.hover\:opacity-70:hover {
  opacity: 0.7 !important;
}

.focus\:font-medium:focus {
  font-weight: 500 !important;
}

.focus\:diagonal-fractions:focus {
  --tw-numeric-fraction: diagonal-fractions !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-gray-light:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(242 242 242 / var(--tw-ring-opacity)) !important;
}

.focus\:hover\:text-center:hover:focus {
  text-align: center !important;
}

.hover\:focus\:text-center:focus:hover {
  text-align: center !important;
}

.focus\:hover\:font-bold:hover:focus {
  font-weight: 700 !important;
}

.active\:text-right:active {
  text-align: right !important;
}

.group:hover .group-hover\:rotate-45 {
  --tw-rotate: 45deg !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;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !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;
}

.group:hover .group-hover\:text-center {
  text-align: center !important;
}

.group:hover .group-hover\:text-yellow {
  --tw-text-opacity: 1 !important;
  color: rgb(255 211 0 / var(--tw-text-opacity)) !important;
}

@media (prefers-color-scheme: dark) {
  .dark\:text-center {
    text-align: center !important;
  }

  .dark\:hover\:text-right:hover {
    text-align: right !important;
  }
}

@media (max-width: 1700px) {
  .max_1700\:w-600 {
    width: 600px !important;
  }

  .max_1700\:pl-40 {
    padding-left: 40px !important;
  }

  .max_1700\:pr-40 {
    padding-right: 40px !important;
  }
}

@media (max-width: 1500px) {
  .max_xxxl\:w-6\/12 {
    width: 50% !important;
  }

  .max_xxxl\:pl-100 {
    padding-left: 100px !important;
  }

  .max_xxxl\:pl-200 {
    padding-left: 200px !important;
  }

  .max_xxxl\:pr-0 {
    padding-right: 0px !important;
  }

  .max_xxxl\:pr-200 {
    padding-right: 200px !important;
  }
}

@media (max-width: 1400px) {
  .max_xxl\:hidden {
    display: none !important;
  }

  .max_xxl\:max-w-wrap-80p {
    max-width: 80% !important;
  }

  .max_xxl\:max-w-wrap-96p {
    max-width: 96% !important;
  }

  .max_xxl\:max-w-wrap-98p {
    max-width: 98% !important;
  }

  .max_xxl\:pl-0 {
    padding-left: 0px !important;
  }

  .max_xxl\:pl-20 {
    padding-left: 20px !important;
  }
}

@media (max-width: 1320px) {
  .max_xl\:relative {
    position: relative !important;
  }

  .max_xl\:-top-400 {
    top: -400px !important;
  }

  .max_xl\:top-0 {
    top: 0px !important;
  }

  .max_xl\:order-2 {
    order: 2 !important;
  }

  .max_xl\:float-left {
    float: left !important;
  }

  .max_xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .max_xl\:mb-20 {
    margin-bottom: 20px !important;
  }

  .max_xl\:flex {
    display: flex !important;
  }

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

  .max_xl\:h-300 {
    height: 300px !important;
  }

  .max_xl\:h-400 {
    height: 400px !important;
  }

  .max_xl\:h-600 {
    height: 600px !important;
  }

  .max_xl\:h-auto {
    height: auto !important;
  }

  .max_xl\:w-150 {
    width: 150px !important;
  }

  .max_xl\:w-300 {
    width: 300px !important;
  }

  .max_xl\:w-400 {
    width: 400px !important;
  }

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

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

  .max_xl\:w-7\/12 {
    width: 58.333333% !important;
  }

  .max_xl\:w-full {
    width: 100% !important;
  }

  .max_xl\:max-w-wrap-96p {
    max-width: 96% !important;
  }

  .max_xl\:max-w-wrap-small {
    max-width: 900px !important;
  }

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

  .max_xl\:flex-col {
    flex-direction: column !important;
  }

  .max_xl\:justify-center {
    justify-content: center !important;
  }

  .max_xl\:pb-10 {
    padding-bottom: 10px !important;
  }

  .max_xl\:pb-40 {
    padding-bottom: 40px !important;
  }

  .max_xl\:pb-80 {
    padding-bottom: 80px !important;
  }

  .max_xl\:pl-100 {
    padding-left: 100px !important;
  }

  .max_xl\:pl-70 {
    padding-left: 70px !important;
  }

  .max_xl\:pr-0 {
    padding-right: 0px !important;
  }

  .max_xl\:pr-100 {
    padding-right: 100px !important;
  }

  .max_xl\:pt-40 {
    padding-top: 40px !important;
  }

  .max_xl\:pt-80 {
    padding-top: 80px !important;
  }

  .max_xl\:text-18 {
    font-size: 18px !important;
  }

  .max_xl\:text-30 {
    font-size: 30px !important;
  }

  .max_xl\:leading-35 {
    line-height: 35px !important;
  }
}

@media (max-width: 1024px) {
  .max_lg\:relative {
    position: relative !important;
  }

  .max_lg\:-bottom-30 {
    bottom: -30px !important;
  }

  .max_lg\:order-1 {
    order: 1 !important;
  }

  .max_lg\:order-2 {
    order: 2 !important;
  }

  .max_lg\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .max_lg\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .max_lg\:float-right {
    float: right !important;
  }

  .max_lg\:float-left {
    float: left !important;
  }

  .max_lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .max_lg\:mb-0 {
    margin-bottom: 0px !important;
  }

  .max_lg\:mb-10 {
    margin-bottom: 10px !important;
  }

  .max_lg\:mb-15 {
    margin-bottom: 15px !important;
  }

  .max_lg\:mb-20 {
    margin-bottom: 20px !important;
  }

  .max_lg\:ml-10p {
    margin-left: 10% !important;
  }

  .max_lg\:mt-0 {
    margin-top: 0px !important;
  }

  .max_lg\:mt-20 {
    margin-top: 20px !important;
  }

  .max_lg\:mt-30 {
    margin-top: 30px !important;
  }

  .max_lg\:block {
    display: block !important;
  }

  .max_lg\:flex {
    display: flex !important;
  }

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

  .max_lg\:h-100 {
    height: 100px !important;
  }

  .max_lg\:h-200 {
    height: 200px !important;
  }

  .max_lg\:h-25 {
    height: 25px !important;
  }

  .max_lg\:h-330 {
    height: 330px !important;
  }

  .max_lg\:h-40 {
    height: 40px !important;
  }

  .max_lg\:h-auto {
    height: auto !important;
  }

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

  .max_lg\:min-h-unset {
    min-height: unset !important;
  }

  .max_lg\:w-200 {
    width: 200px !important;
  }

  .max_lg\:w-25 {
    width: 25px !important;
  }

  .max_lg\:w-4\/5 {
    width: 80% !important;
  }

  .max_lg\:w-40 {
    width: 40px !important;
  }

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

  .max_lg\:w-600 {
    width: 600px !important;
  }

  .max_lg\:w-8\/12 {
    width: 66.666667% !important;
  }

  .max_lg\:w-9\/12 {
    width: 75% !important;
  }

  .max_lg\:w-full {
    width: 100% !important;
  }

  .max_lg\:max-w-wrap-96p {
    max-width: 96% !important;
  }

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

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

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

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

  .max_lg\:flex-col {
    flex-direction: column !important;
  }

  .max_lg\:items-center {
    align-items: center !important;
  }

  .max_lg\:gap-10 {
    gap: 10px !important;
  }

  .max_lg\:gap-20 {
    gap: 20px !important;
  }

  .max_lg\:bg-gray-dark {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity)) !important;
  }

  .max_lg\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 211 0 / var(--tw-bg-opacity)) !important;
  }

  .max_lg\:bg-none {
    background-image: none !important;
  }

  .max_lg\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .max_lg\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .max_lg\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .max_lg\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .max_lg\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .max_lg\:pb-20 {
    padding-bottom: 20px !important;
  }

  .max_lg\:pb-25 {
    padding-bottom: 25px !important;
  }

  .max_lg\:pb-40 {
    padding-bottom: 40px !important;
  }

  .max_lg\:pb-50 {
    padding-bottom: 50px !important;
  }

  .max_lg\:pb-80 {
    padding-bottom: 80px !important;
  }

  .max_lg\:pl-0 {
    padding-left: 0px !important;
  }

  .max_lg\:pl-15 {
    padding-left: 15px !important;
  }

  .max_lg\:pl-20 {
    padding-left: 20px !important;
  }

  .max_lg\:pl-6p {
    padding-left: 6% !important;
  }

  .max_lg\:pr-0 {
    padding-right: 0px !important;
  }

  .max_lg\:pt-100 {
    padding-top: 100px !important;
  }

  .max_lg\:pt-20 {
    padding-top: 20px !important;
  }

  .max_lg\:pt-25 {
    padding-top: 25px !important;
  }

  .max_lg\:pt-50 {
    padding-top: 50px !important;
  }

  .max_lg\:text-14 {
    font-size: 14px !important;
  }

  .max_lg\:text-18 {
    font-size: 18px !important;
  }

  .max_lg\:font-bold {
    font-weight: 700 !important;
  }
}

@media (max-width: 768px) {
  .max_md\:-top-250 {
    top: -250px !important;
  }

  .max_md\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .max_md\:mb-0 {
    margin-bottom: 0px !important;
  }

  .max_md\:mb-20 {
    margin-bottom: 20px !important;
  }

  .max_md\:mb-40 {
    margin-bottom: 40px !important;
  }

  .max_md\:block {
    display: block !important;
  }

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

  .max_md\:h-250 {
    height: 250px !important;
  }

  .max_md\:h-360 {
    height: 360px !important;
  }

  .max_md\:max-h-300 {
    max-height: 300px !important;
  }

  .max_md\:w-10\/12 {
    width: 83.333333% !important;
  }

  .max_md\:w-520 {
    width: 520px !important;
  }

  .max_md\:w-full {
    width: 100% !important;
  }

  .max_md\:max-w-wrap-96p {
    max-width: 96% !important;
  }

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

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

  .max_md\:flex-col {
    flex-direction: column !important;
  }

  .max_md\:justify-center {
    justify-content: center !important;
  }

  .max_md\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .max_md\:gap-y-40 {
    row-gap: 40px !important;
  }

  .max_md\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .max_md\:pb-20 {
    padding-bottom: 20px !important;
  }

  .max_md\:pl-0 {
    padding-left: 0px !important;
  }

  .max_md\:pl-5 {
    padding-left: 5px !important;
  }

  .max_md\:pr-30 {
    padding-right: 30px !important;
  }

  .max_md\:pr-5 {
    padding-right: 5px !important;
  }

  .max_md\:text-12 {
    font-size: 12px !important;
  }

  .max_md\:text-18 {
    font-size: 18px !important;
  }

  .max_md\:text-22 {
    font-size: 22px !important;
  }

  .max_md\:text-26 {
    font-size: 26px !important;
  }
}

@media (max-width: 640px) {
  .max_sm\:-left-25 {
    left: -25px !important;
  }

  .max_sm\:-top-250 {
    top: -250px !important;
  }

  .max_sm\:left-0 {
    left: 0px !important;
  }

  .max_sm\:right-0 {
    right: 0px !important;
  }

  .max_sm\:order-1 {
    order: 1 !important;
  }

  .max_sm\:order-3 {
    order: 3 !important;
  }

  .max_sm\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .max_sm\:mb-10 {
    margin-bottom: 10px !important;
  }

  .max_sm\:mb-20 {
    margin-bottom: 20px !important;
  }

  .max_sm\:ml-2p {
    margin-left: 2% !important;
  }

  .max_sm\:mt-20 {
    margin-top: 20px !important;
  }

  .max_sm\:block {
    display: block !important;
  }

  .max_sm\:flex {
    display: flex !important;
  }

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

  .max_sm\:h-100 {
    height: 100px !important;
  }

  .max_sm\:h-135 {
    height: 135px !important;
  }

  .max_sm\:h-250 {
    height: 250px !important;
  }

  .max_sm\:h-600 {
    height: 600px !important;
  }

  .max_sm\:w-120 {
    width: 120px !important;
  }

  .max_sm\:w-96p {
    width: 96% !important;
  }

  .max_sm\:w-full {
    width: 100% !important;
  }

  .max_sm\:max-w-wrap-96p {
    max-width: 96% !important;
  }

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

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

  .max_sm\:flex-col {
    flex-direction: column !important;
  }

  .max_sm\:bg-none {
    background-image: none !important;
  }

  .max_sm\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .max_sm\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .max_sm\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .max_sm\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .max_sm\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .max_sm\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .max_sm\:pb-10 {
    padding-bottom: 10px !important;
  }

  .max_sm\:pb-30 {
    padding-bottom: 30px !important;
  }

  .max_sm\:pl-0 {
    padding-left: 0px !important;
  }

  .max_sm\:pl-10 {
    padding-left: 10px !important;
  }

  .max_sm\:pl-20 {
    padding-left: 20px !important;
  }

  .max_sm\:pl-5 {
    padding-left: 5px !important;
  }

  .max_sm\:pr-0 {
    padding-right: 0px !important;
  }

  .max_sm\:pr-10 {
    padding-right: 10px !important;
  }

  .max_sm\:pt-10 {
    padding-top: 10px !important;
  }

  .max_sm\:text-center {
    text-align: center !important;
  }

  .max_sm\:text-14 {
    font-size: 14px !important;
  }

  .max_sm\:text-20 {
    font-size: 20px !important;
  }

  .max_sm\:leading-25 {
    line-height: 25px !important;
  }
}

@media (max-width: 480px) {
  .max_ssm\:block {
    display: block !important;
  }

  .max_ssm\:inline {
    display: inline !important;
  }

  .max_ssm\:w-full {
    width: 100% !important;
  }

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

  .max_ssm\:flex-col {
    flex-direction: column !important;
  }

  .max_ssm\:pl-0 {
    padding-left: 0px !important;
  }

  .max_ssm\:text-center {
    text-align: center !important;
  }
}

@media (max-width: 360px) {
  .max_xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
