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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::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;
}

@font-face {
  font-family: Circular;
  font-weight: bold;
  font-style: normal;
  src: url(70e4a010604ce8be396b.woff2) format("woff2");
}

@font-face {
  font-family: Circular;
  font-weight: normal;
  font-style: normal;
  src: url(a5e15a19a6f43d8157bf.woff2) format("woff2");
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(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:  ;
}
@font-face {
	font-family: "Circular";
	font-weight: bold;
	font-style: normal;
	src: url(70e4a010604ce8be396b.woff2) format("woff2");
}
@font-face {
	font-family: "Circular";
	font-weight: normal;
	font-style: normal;
	src: url(a5e15a19a6f43d8157bf.woff2) format("woff2");
}
html {
	font-size: 16px;
}
body {
  font-size: 0.875rem;
  line-height: 1.5;
  line-height: 1.25rem;
}
@media (min-width: 640px) {

  body {
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {

  body {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 1440px) {

  body {
    font-size: 1.125rem;
    line-height: 1.5;
    line-height: 1.75rem;
  }
}
.alignleft {
	float: left;
	margin-top: 0 !important;
	margin-right: 1rem;
	margin-left: 0;
}
.alignright {
	float: right;
	margin-top: 0 !important;
	margin-right: 0;
	margin-left: 1rem;
}
.aligncenter {
	float: none;
	margin-top: 0 !important;
	margin-left: auto;
	margin-right: auto;
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
.button--sm {
  padding-top: 0.6875rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.button--default {
  padding-top: 0.75rem;
  padding-bottom: 0.6875rem;
}
@media (min-width: 640px) {

  .button--default {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    line-height: 1.5rem;
  }
}
.is-unloading .page-container {
  opacity: 0;
}
/* Always show videos */
.vc_video-bg.vc_hidden-xs {
		display: block !important;
	}
.vc_video-bg-container {
		--px: 1rem;
		--mb: 1rem;

		margin-bottom: var(--mb);
	}
.vc_video-bg {
		width: calc(100% - calc(var(--px, 0)));
		left: calc(var(--px, 0) / 2);
	}
@media (min-width: 768px) {
		.vc_video-bg-container {
			--px: 1.25rem;
			--mb: 0;
		}
	}
@media (min-width: 1024px) {
		.vc_video-bg-container {
			--px: 1.625rem;
		}
	}
@media (min-width: 1440px) {
		.vc_video-bg-container {
			--px: 3rem;
		}
	}
@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed !important;
	}
}
.has-loaded .page-header {
  --tw-translate-y: 0;
  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));
  opacity: 1;
}
.is-unloading.has-loaded .page-header,
.is-unloading .page-header {
  opacity: 0;
}
.button {
  display: inline-block;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.button:not(.button--disabled):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button:not(.button--disabled):active {
  --tw-text-opacity: 1;
  color: rgb(175 177 178 / var(--tw-text-opacity));
}
.button--inverted {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button--inverted:not(.button--disabled):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.button--black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button--black:not(.button--disabled):hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.button--white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.button--white:not(.button--disabled):hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button--disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(175 177 178 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(175 177 178 / var(--tw-text-opacity));
}
.button--black.button--disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(175 177 178 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.button--white.button--disabled {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(175 177 178 / var(--tw-text-opacity));
}
.button--min-width {
	min-width: 9.375rem;
}
.vc_images_carousel ol.vc_carousel-indicators {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 10 !important;
  margin: auto !important;
  display: flex !important;
  justify-content: center !important;
}
.vc_images_carousel .vc_carousel-indicators li {
  display: flex !important;
  height: 2.8125rem !important;
  width: 2.1875rem !important;
  cursor: pointer !important;
  align-items: center !important;
  justify-content: center !important;
  border-color: transparent !important;
  background-color: transparent !important;
}
.vc_carousel-indicators > li > span {
  display: block !important;
  height: 0.625rem !important;
  width: 0.625rem !important;
  border-radius: 9999px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(175 177 178 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.vc_carousel-indicators > li > span:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.vc_carousel-indicators > li > span:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.vc_images_carousel .vc_carousel-indicators .vc_active > span {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.vc_images_carousel .vc_carousel-control {
  display: flex;
  height: 2.8125rem !important;
  width: 2.8125rem !important;
  align-items: center !important;
  justify-content: center !important;
  border-width: 1px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;

	border-color: #ddd !important;

	opacity: 1 !important;
}
.vc_images_carousel .vc_carousel-control:focus,
.vc_images_carousel .vc_carousel-control:hover {
  opacity: 1 !important;
}
.vc_images_carousel .vc_inner img {
  margin-left: auto;
  margin-right: auto;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 1rem;
}
@media (min-width: 640px) {

  .gallery {
    column-gap: 1.25rem;
  }
}
.gallery__title {
  z-index: 2;
  grid-column: span 12 / span 12;
  grid-row-start: 1;
  margin-top: 2rem;
}
@media (min-width: 640px) {

  .gallery__title {
    grid-column: span 5 / span 5;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {

  .gallery__title {
    grid-column: span 4 / span 4;
  }
}
.gallery__description {
  z-index: 1;
  grid-column: span 12 / span 12;
  margin-top: 2rem;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 640px) {

  .gallery__description {
    grid-column: span 5 / span 5;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {

  .gallery__description {
    grid-column: span 4 / span 4;
    margin-bottom: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.gallery__item {
  grid-column: span 10 / span 10;
}
@media (min-width: 640px) {

  .gallery__item {
    grid-column: span 7 / span 7;
  }
}
@media (min-width: 1024px) {

  .gallery__item {
    grid-column: span 6 / span 6;
    grid-column-start: 2;
  }
}
.gallery__item--odd {
  z-index: 1;
  margin-top: -3.75rem;
}
@media (min-width: 1024px) {

  .gallery__item--odd {
    grid-column: span 6 / span 6;
  }
}
.gallery__item--portrait {
  grid-column: span 5 / span 5;
}
@media (min-width: 640px) {

  .gallery__item--portrait {
    grid-column: span 4 / span 4;
  }
}
/* Left */
@media (min-width: 640px) {

  .gallery--left .gallery__title {
    grid-column-start: 8;
    text-align: right;
  }
}
.gallery--left .gallery__item--1 {
  z-index: 1;
}
.gallery--left .gallery__item--odd {
  grid-column-start: 3;
}
@media (min-width: 640px) {

  .gallery--left .gallery__item--odd {
    grid-column-start: 6;
  }
}
@media (min-width: 1024px) {

  .gallery--left .gallery__item--even.gallery__item--portrait {
    grid-column-start: 2;
  }
}
.gallery--left .gallery__item--odd.gallery__item--portrait {
  grid-column-start: 8;
}
@media (min-width: 640px) {

  .gallery--left .gallery__item--odd.gallery__item--portrait {
    grid-column: span 4 / span 4;
    grid-column-start: 9;
  }
}
@media (min-width: 1024px) {

  .gallery--left .gallery__item--odd.gallery__item--portrait {
    grid-column-start: 8;
  }
}
/* Right */
.gallery--right .gallery__title {
  text-align: right;
}
@media (min-width: 640px) {

  .gallery--right .gallery__title {
    grid-column-start: 1;
    text-align: left;
  }
}
@media (min-width: 1024px) {

  .gallery--right .gallery__title {
    grid-column-start: 2;
  }
}
.gallery--right .gallery__item--1 {
  z-index: 1;
}
.gallery--right .gallery__item--even {
  grid-column-start: 3;
}
@media (min-width: 640px) {

  .gallery--right .gallery__item--even {
    grid-column-start: 6;
  }
}
@media (min-width: 1024px) {

  .gallery--right .gallery__item--even {
    grid-column-start: 6;
  }
}
.gallery--right .gallery__item--even.gallery__item--portrait {
  grid-column-start: 8;
}
@media (min-width: 1024px) {

  .gallery--right .gallery__item--even.gallery__item--portrait {
    grid-column-start: 8;
  }
}
.gallery--right .gallery__item--odd {
  grid-column-start: 1;
}
@media (min-width: 1024px) {

  .gallery--right .gallery__item--odd {
    grid-column-start: 2;
  }
}
/* 3 column */
@media (min-width: 640px) {

  .gallery--3 .gallery__item--2 {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
  }
}
@media (min-width: 1024px) {

  .gallery--3 .gallery__item--2 {
    grid-column: span 6 / span 6;
    grid-column-start: 4;
  }
}
@media (min-width: 640px) {

  .gallery--3 .gallery__item--2.gallery__item--portrait {
    grid-column: span 4 / span 4;
    grid-column-start: 5;
  }
}
/* Left 3 column */
@media (min-width: 1024px) {

  .gallery--3.gallery--left .gallery__title {
    grid-column: span 5 / span 5;
    grid-column-start: 7;
  }

  .gallery--3.gallery--left .gallery__item--1 {
    grid-column-start: 1;
  }
}
@media (min-width: 640px) {

  .gallery--3.gallery--left .gallery__item--3 {
    grid-column-start: 6;
  }
}
@media (min-width: 1024px) {

  .gallery--3.gallery--left .gallery__item--3 {
    grid-column-start: 7;
  }
}
@media (min-width: 640px) {

  .gallery--3.gallery--left .gallery__item--3.gallery__item--portrait {
    grid-column-start: 9;
  }
}
/* Right 3 column */
@media (min-width: 1024px) {

  .gallery--3.gallery--right .gallery__title {
    grid-column: span 5 / span 5;
    grid-column-start: 2;
  }

  .gallery--3.gallery--right .gallery__item--1 {
    grid-column-start: 7;
  }
}
@media (min-width: 640px) {

  .gallery--3.gallery--right .gallery__item--3 {
    grid-column-start: 1;
  }

  .gallery--3.gallery--right .gallery__item--3.gallery__item--portrait {
    grid-column-start: 1;
  }
}
.vc_row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {

  .vc_row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .vc_row {
    margin-left: -0.8125rem;
    margin-right: -0.8125rem;
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 1440px) {

  .vc_row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-bottom: 3rem;
  }
}
.vc_row-flex .wpb_wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
@media (min-width: 640px) {

  .vc_row-has-fill:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {

  .vc_row-has-fill:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {

  .vc_row-has-fill:last-child {
    margin-bottom: 0;
  }
}
.vc_column_container > .vc_column-inner {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 640px) {

  .vc_column_container > .vc_column-inner {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 1024px) {

  .vc_column_container > .vc_column-inner {
    padding-left: 0.8125rem;
    padding-right: 0.8125rem;
  }
}
@media (min-width: 1440px) {

  .vc_column_container > .vc_column-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.vc_row-has-fill
	> .vc_column_container
	> .vc_column-inner
	.vc_row:first-child
	.vc_column-inner {
  padding-top: 0;
}
.vc_col-sm-12
	> .vc_column-inner
	> .wpb_wrapper
	> .vc_row
	> .vc_column_container
	> .vc_column-inner:first-child {
  padding-top: 0;
}
.page-body
	> div
	> .vc_row-o-equal-height
	> .wpb_column
	> .vc_column-inner:first-child {
  padding-top: 0;
}
.grid-gap {
  gap: 1rem;
}
@media (min-width: 640px) {

  .grid-gap {
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .grid-gap {
    gap: 1.625rem;
  }
}
@media (min-width: 1440px) {

  .grid-gap {
    gap: 3rem;
  }
}
.grid-gap-x {
  column-gap: 1rem;
}
@media (min-width: 640px) {

  .grid-gap-x {
    column-gap: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .grid-gap-x {
    column-gap: 1.625rem;
  }
}
@media (min-width: 1440px) {

  .grid-gap-x {
    column-gap: 3rem;
  }
}
.grid-mx {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 640px) {

  .grid-mx {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .grid-mx {
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }
}
@media (min-width: 1440px) {

  .grid-mx {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
.grid-mb {
  margin-bottom: 1rem;
}
@media (min-width: 640px) {

  .grid-mb {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .grid-mb {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 1440px) {

  .grid-mb {
    margin-bottom: 3rem;
  }
}
.grid-mt {
  margin-top: 1rem;
}
@media (min-width: 640px) {

  .grid-mt {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .grid-mt {
    margin-top: 1.625rem;
  }
}
@media (min-width: 1440px) {

  .grid-mt {
    margin-top: 3rem;
  }
}
.grid-p {
  padding: 1rem;
}
@media (min-width: 640px) {

  .grid-p {
    padding: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .grid-p {
    padding: 1.625rem;
  }
}
@media (min-width: 1440px) {

  .grid-p {
    padding: 3rem;
  }
}
.wpb_column {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}
@media (max-width: 639px) {

  .wpb_column--empty {
    display: none !important;
  }
}
.wpb_column:nth-child(2) {
  transition-delay: 150ms;
}
.wpb_column:nth-child(3) {
  transition-delay: 300ms;
}
.wpb_column:nth-child(4) {
  transition-delay: 500ms;
}
.wpb_column:nth-child(5) {
  transition-delay: 700ms;
}
.wpb_column:nth-child(5),
.wpb_column:nth-child(6),
.wpb_column:nth-child(7),
.wpb_column:nth-child(8),
.wpb_column:nth-child(9),
.wpb_column:nth-child(10),
.wpb_column:nth-child(11),
.wpb_column:nth-child(12) {
  transition-delay: 1000ms;
}
.has-loaded .wpb_column {
  --tw-translate-y: 0;
  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));
  opacity: 1;
}
.baux-vc-row:first-child {
  padding-top: 3.75rem;
}
@media (min-width: 640px) {

  .baux-vc-row:first-child {
    padding-top: 6.25rem;
  }
}
@media (min-width: 1440px) {

  .baux-vc-row:first-child {
    padding-top: 10rem;
  }
}
.vc_row-has-fill.vc_row-o-equal-height
	> .vc_column_container:first-child
	> .vc_column-inner {
  padding-top: 0;
}
.heading-lg {
  margin-bottom: 0.625rem;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media (min-width: 640px) {

  .heading-lg {
    font-size: 2rem;
    line-height: 1.25;
  }
}
@media (min-width: 1440px) {

  .heading-lg {
    font-size: 2.875rem;
    line-height: 1.25;
  }
}
.heading-lg {
	letter-spacing: -0.01em;
}
.heading {
  margin-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media (min-width: 640px) {

  .heading {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.heading {
	letter-spacing: -0.01em;
}
.heading-sm {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
	letter-spacing: 0;
}
.heading-xs {
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
	letter-spacing: 0;
}
.heading--thin {
  font-weight: 400;
}
.heading--underline {
  display: grid;
  align-content: flex-end;
  border-bottom-width: 1px;
  padding-bottom: 0.625rem;
}
.icon-container {
  display: flex;
  height: 2.8125rem;
  width: 2.8125rem;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));

	border-color: #ddd;
}
.icon {
  display: block;
  height: 1.625rem;
  width: 1.625rem;
  background-repeat: no-repeat;
}
.icon-check {
	background-image: url(b28a00a0be544ea3f057.svg);
}
.icon-alert {
	background-image: url(56dfa52a29fe6e00c822.svg);
}
.icon-cross {
	background-image: url(834c586898608a9d7598.svg);
}
.icon-info {
	background-image: url(74652fafe9d83f1f6baf.svg);
}
.icon-live {
	background-image: url(d212b456861388fbba43.svg);
}
.icon-arrow {
	background-image: url(dafefbcb2abce0be6e0a.svg);
}
.icon-chevron {
	background-image: url(a198943847e67cf98e47.svg);
}
.icon-plus {
	background-image: url(29ab7619cc6612877218.svg);
}
.icon-minus {
	background-image: url(a6b733e827e48daa178d.svg);
}
.icon-facebook {
	background-image: url(7241bf01ffa578e4daef.svg);
}
.icon-twitter {
	background-image: url(d3e0cd6ddeb655158593.svg);
}
.icon-instagram {
	background-image: url(61873a9149c1e65c713d.svg);
}
.icon-pinterest {
	background-image: url(47b39e553571cd0cbc01.svg);
}
.icon-linked-in {
	background-image: url(b845dc8da2121bc045d6.svg);
}
.icon-share {
	background-image: url(91a48adf7dfd3e5b2133.svg);
}
.icon-email {
	background-image: url(74fd98b2b74dff6d9c27.svg);
}
.icon-circular {
	background-image: url(755f1d19262ebf3bc1c8.svg);
}
.icon--white.icon-check {
	background-image: url(cac1fed700d6f0e7e0cf.svg);
}
.icon--white.icon-alert {
	background-image: url(09a01689787694dc6f90.svg);
}
.icon--white.icon-cross {
	background-image: url(0b6277d31ecfbaeb43a0.svg);
}
.icon--white.icon-info {
	background-image: url(9816a0fc2bad9c949b4c.svg);
}
.icon--white.icon-live {
	background-image: url(e4b3514cb1693bbb5071.svg);
}
.icon--white.icon-arrow {
	background-image: url(d110ec37125f0281d763.svg);
}
.icon--white.icon-chevron {
	background-image: url(54fca255e22bb57d010a.svg);
}
.icon--white.icon-plus {
	background-image: url(4dfd378918437de5525a.svg);
}
.icon--white.icon-minus {
	background-image: url(ace6cb79d68ceaae36be.svg);
}
.icon--white.icon-facebook {
	background-image: url(211c66d3eb2453bd46b4.svg);
}
.icon--white.icon-twitter {
	background-image: url(15a0165c8c44d80f172d.svg);
}
.icon--white.icon-instagram {
	background-image: url(c7e1439997c9505f08fd.svg);
}
.icon--white.icon-pinterest {
	background-image: url(e36a76704d937d0db8bb.svg);
}
.icon--white.icon-linked-in {
	background-image: url(f393ce4ed378be778093.svg);
}
.icon--white.icon-share {
	background-image: url(01b613e6fe017fd9dfe0.svg);
}
.icon--white.icon-email {
	background-image: url(309147749619818abb4b.svg);
}
/* Tabs */
@media (min-width: 1024px) {
	.vc_tta-tabs .vc_tta-panel:not(.vc_active),
	.vc_tta-tabs .vc_tta-panel-heading {
    display: none;
  }

	.vc_tta-tabs-list {
    margin-bottom: 1rem;
    display: flex;
    border-bottom-width: 1px;
    line-height: 1;
  }

	.vc_tta-tab {
    margin-right: 2.5rem;
    margin-bottom: -0.25rem;
    border-bottom-width: 4px;
    border-color: transparent;
  }

	.vc_tta-tab.vc_active {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    font-weight: 700;
  }

	.vc_tta-tab .vc_tta-title-text {
    display: block;
    white-space: nowrap;
    padding-top: 0.25rem;
    padding-bottom: 0.625rem;
  }
}
/* Accordion */
.vc_tta-accordion .vc_tta-panel:not(.vc_active) .vc_tta-panel-body {
  display: none;
}
.vc_tta-panel-heading {
  display: block;
  border-top-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1;
	margin-top: 3px;
}
.vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-top-width: 4px;
  font-weight: 700;
	margin-top: 0;
}
.vc_tta-panel-heading .vc_tta-title-text {
  display: block;
  background-repeat: no-repeat;

	background-image: url(29ab7619cc6612877218.svg);
	background-position: 100% 50%;
}
.vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-title-text {
	background-image: url(a6b733e827e48daa178d.svg);
}
.vc_tta-tabs-list {
  max-width: 100%;
  overflow-y: auto;
  padding-bottom: 0.25rem;
}
@media (max-width: 1023px) {
	.vc_tta-tabs-container {
    display: none;
  }

	.vc_tta-tabs .vc_tta-panel:not(.vc_active) .vc_tta-panel-body {
    display: none;
  }

	.vc_tta-panel-heading {
    display: block;
    border-top-width: 1px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
		margin-top: 3px;
  }

	.vc_tta-panel-heading a {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

	.vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-top-width: 4px;
    font-weight: 700;
		margin-top: 0;
  }

	.vc_tta-panel-heading .vc_tta-title-text {
    display: block;
    background-repeat: no-repeat;

		background-image: url(29ab7619cc6612877218.svg);
		background-size: 20px 20px;
		background-position: 100% 50%;
  }

	.vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-title-text {
		background-image: url(a6b733e827e48daa178d.svg);
		background-size: 20px 20px;
	}

	.vc_tta-tabs-list {
    max-width: 100%;
    overflow-y: auto;
  }
}
.text-block {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 640px) {

  .text-block {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 1440px) {

  .text-block {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.text-block--lg {
  font-size: 1.25rem;
  line-height: 1.25;
}
@media (min-width: 640px) {

  .text-block--lg {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media (min-width: 1440px) {

  .text-block--lg {
    font-size: 1.75rem;
    line-height: 1.25;
  }
}
.text-block--lg {
	letter-spacing: -0.01em;
}
.text-block--sm {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width: 640px) {

  .text-block--sm {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.text-block h1 {
  margin-bottom: 0.625rem;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media (min-width: 640px) {

  .text-block h1 {
    font-size: 2rem;
    line-height: 1.25;
  }
}
@media (min-width: 1440px) {

  .text-block h1 {
    font-size: 2.875rem;
    line-height: 1.25;
  }
}
.text-block h1 {
	letter-spacing: -0.01em;
}
@media (min-width: 640px) {

  .text-block h1 {
    font-size: 2rem;
    line-height: 1.25;
  }
}
@media (min-width: 1440px) {

  .text-block h1 {
    font-size: 2.875rem;
    line-height: 1.25;
  }
}
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media (min-width: 640px) {

  .text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
	letter-spacing: -0.01em;
}
@media (min-width: 640px) {

  .text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.text-block p,
.text-block blockquote,
.text-block img,
.text-block ol,
.text-block ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.text-block blockquote {
  border-left-width: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.text-block blockquote p:first-of-type::before {
	content: open-quote;
}
.text-block blockquote p:last-of-type::after {
	content: close-quote;
}
.text-block a {
  text-decoration-line: underline;
}
.text-block a,
.text-block a:hover,
.text-block a:focus {
	color: #1674e0;
}
.text-block li {
  position: relative;
  padding-left: 2rem;
}
.text-block ul > li::before {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0.625rem;
  height: 0.3125rem;
  width: 0.3125rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));

	content: "";
}
.text-block ol {
	counter-reset: list-counter;
}
.text-block ol > li {
	counter-increment: list-counter;
}
.text-block ol > li::before {
  position: absolute;
  left: 0;

	content: counter(list-counter) ".";
}
.text-block > :first-child {
  margin-top: 0;
}
.text-block > :last-child {
  margin-bottom: 0;
}
.page-footer {
  border-top-width: 4px;
  padding-top: 3rem;
}
.page-footer .sub-menu,
.page-footer .heading-xs {
  font-weight: 400 !important;
}
.page-footer .menu-item a {
  margin-bottom: 0.625rem;
  display: inline-block;
}
.page-footer p {
  margin-bottom: 1rem;
}
.colors {
  --tw-bg-opacity: 1;
  background-color: rgb(0 90 88 / var(--tw-bg-opacity));
}
.single-image:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 640px) {

  .single-image:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .single-image:not(:last-child) {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 1440px) {

  .single-image:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media (max-width: 639px) {

  .single-image {
    margin-bottom: 1rem;
  }
}
.vc_row-o-full-height .vc_column-inner {
	overflow: hidden;
}
.vc_row-o-full-height .single-image__content img {
	height: 100%;
	object-fit: cover;
}
@media (min-width: 640px) {
	.vc_row-flex .single-image,
	.vc_row-flex .single-image__content,
	.vc_row-flex .single-image__content > a,
	.vc_row-flex .single-image__content > .media,
	.vc_row-flex .single-image__content > a > .media {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
  }

	.vc_row-flex .single-image__content,
	.vc_row-flex .single-image__content img {
    flex: 1 1 0%;
  }

	.vc_row-flex .single-image__content img {
    object-fit: cover;
  }
}
.field-group {
	display: flex;
	align-content: flex-start;
}
.field-group > * {
	width: 100%;
	flex-shrink: 1;
}
.field-group > *:last-child {
	margin-left: 1rem;
}
.field-group .wpcf7-select {
	margin-bottom: 0;
}
.wpcf7-form label,
.field-group > * {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-bottom: 0.25rem;
	color: #000;
}
.field-group > * + *:not(.wpcf7cf-hidden) {
	margin-left: 1rem;
}
.field-group > *:last-child,
.field-group > * + *:last-child {
	margin-right: 0;
}
.wpcf7-text {
	width: 100%;
	--text-opacity: 1;
	color: #000000;
	color: rgba(0, 0, 0, var(--text-opacity));
	border-width: 1px;
	font-size: 1.125rem;
	line-height: 1.333333;
	padding: 0.75rem;
	margin-bottom: 1rem;
}
.wpcf7-textarea {
	width: 100%;
	--text-opacity: 1;
	color: #000000;
	color: rgba(0, 0, 0, var(--text-opacity));
	border-width: 1px;
	font-size: 1.125rem;
	line-height: 1.333333;
	padding: 0.75rem;
	margin-bottom: 1rem;
}
.wpcf7-select {
	width: 100%;
	display: inline-block;
	font-size: 1.125rem;
	line-height: 1.333333;
	padding: 0.75rem;
	margin: 0;
	margin-bottom: 1rem;
	--text-opacity: 1;
	color: #000000;
	color: rgba(0, 0, 0, var(--text-opacity));
	border-width: 1px;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	--bg-opacity: 1;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, var(--bg-opacity));
	background-image: url(327aa9210d5673ba122a.svg),
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII=);
	background-repeat: no-repeat, repeat-y;
	background-position:
		calc(100% - 12px) 50%,
		calc(100% - 51px) 0;
}
.wpcf7-select::-ms-expand {
	display: none;
}
.wpcf7-select:hover {
	border-color: #888;
}
.wpcf7-select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.wpcf7-submit {
	cursor: pointer;
	display: inline-block;
	min-width: 135px;
	max-width: 100%;
	border-width: 1px;
	font-size: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.75rem;
	--text-opacity: 1;
	color: #000000;
	color: rgba(0, 0, 0, var(--text-opacity));
	background-color: transparent;
	--border-opacity: 1;
	border-color: #000000;
	border-color: rgba(0, 0, 0, var(--border-opacity));
	margin-bottom: 1rem;
	line-height: 1.25 !important;
	padding-bottom: 0.6875rem !important;
}
.wpcf7-submit:hover {
	--text-opacity: 1;
	color: #ffffff;
	color: rgba(255, 255, 255, var(--text-opacity));
	--bg-opacity: 1;
	background-color: #000000;
	background-color: rgba(0, 0, 0, var(--bg-opacity));
}
.wpcf7-submit:active,
.wpcf7-submit:focus {
	--text-opacity: 1;
	color: #afb1b2;
	color: rgba(175, 177, 178, var(--text-opacity));
	--bg-opacity: 1;
	background-color: #000000;
	background-color: rgba(0, 0, 0, var(--bg-opacity));
}
.wpcf7-submit:disabled {
	--text-opacity: 1;
	color: #afb1b2;
	color: rgba(175, 177, 178, var(--text-opacity));
	--border-opacity: 1;
	border-color: #afb1b2;
	border-color: rgba(175, 177, 178, var(--border-opacity));
}
@media (min-width: 640px) {
	.wpcf7-submit {
		font-size: 1.125rem;
		line-height: 1.5 !important;
		padding-top: 0.611111rem;
		padding-bottom: 0.555556rem;
	}
}
.wpcf7-not-valid {
	--text-opacity: 1;
	color: #fa5a00;
	color: rgba(250, 90, 0, var(--text-opacity));
	--border-opacity: 1;
	border-color: #fa5a00;
	border-color: rgba(250, 90, 0, var(--border-opacity));
	margin-bottom: 0.5rem;
}
span.wpcf7-not-valid-tip {
	font-size: 1rem;
	line-height: 1.5;
	--text-opacity: 1;
	color: #fa5a00;
	color: rgba(250, 90, 0, var(--text-opacity));
	margin-bottom: 0.5rem;
}
div.wpcf7-validation-errors {
	--bg-opacity: 1;
	background-color: #fa5a00;
	background-color: rgba(250, 90, 0, var(--bg-opacity));
	--text-opacity: 1;
	color: #ffffff;
	color: rgba(255, 255, 255, var(--text-opacity));
	border-width: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin: 0;
	margin-bottom: 1rem;
}
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-acceptance {
	display: block;
	margin-bottom: 1rem;
	position: relative;
}
.wpcf7-checkbox a,
.wpcf7-acceptance a {
	text-decoration: underline;
}
.wpcf7-checkbox label,
.wpcf7-acceptance label {
	margin-bottom: 0;
}
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
	padding-left: 2.5rem;
}
.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item-label:after {
	content: "";
	display: block;
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	left: 0;
	top: 0.25rem;

	/* background-image: url('./icons/check.svg') */
}
.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item-label:before {
	border: 1px solid #000;
}
.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-acceptance .wpcf7-list-item-label:after {
	background-image: url(cac1fed700d6f0e7e0cf.svg);
	opacity: 0;
	background-size: 18px 18px;
	background-position: center center;
	background-repeat: no-repeat;
}
.wpcf7-checkbox input,
.wpcf7-acceptance input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.wpcf7-checkbox :checked + .wpcf7-list-item-label:before,
.wpcf7-acceptance :checked + .wpcf7-list-item-label:before {
	background-color: #000;
}
.wpcf7-checkbox :checked + .wpcf7-list-item-label:after,
.wpcf7-acceptance :checked + .wpcf7-list-item-label:after {
	opacity: 1;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	background-color: #ffd214;
	border-color: #ffd214;
	color: #000;
}
.wpcf7 form.sent .wpcf7-response-output {
	background-color: #0d441d;
	border-color: #0d441d;
	color: #fff;
}
.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-checkbox .wpcf7-list-item-label {
	cursor: pointer;
}
.separator {
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  border-style: none;
}
.separator--thin {
	height: 1px;
}
.separator--thick {
	height: 4px;
}
.separator--white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.separator--black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.product-header {
  display: flex;
}
.product-header__content {
  align-self: center;
}
.product-header__content,
.product-header__image {
  margin-bottom: 1rem;
}
@media (min-width: 640px) {

  .product-header__content,
.product-header__image {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .product-header__content,
.product-header__image {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 1440px) {

  .product-header__content,
.product-header__image {
    margin-bottom: 3rem;
  }
}
.breadcrumbs {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: none;
  max-width: 1440px;
  font-size: 0.75rem;
  line-height: 1.5;
}
[class*="boxzilla-newsletter-"] .breadcrumbs {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {

  .breadcrumbs {
    display: block;
  }
}
@media (min-width: 640px) {

  .breadcrumbs {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
}
@media (min-width: 1024px) {

  .breadcrumbs {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
}
@media (min-width: 1440px) {

  .breadcrumbs {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.breadcrumbs {
	top: calc(120px + var(--wp-admin--admin-bar--height, 0px));
}
.breadcrumbs--sticky {
  position: fixed;
	top: calc(56px + var(--wp-admin--admin-bar--height, 0px));
}
.breadcrumbs > span {
  display: inline-block;
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 300ms;
  transition-duration: 400ms;
	max-width: 312px;
	padding-right: 4px;
	padding-bottom: 2px;
}
.has-loaded .breadcrumbs > span {
  --tw-translate-y: 0;
  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));
  opacity: 1;
}
.is-unloading .breadcrumbs > span {
  opacity: 0;
  transition-delay: 0ms;
}
.breadcrumbs a,
.breadcrumb_last {
  display: inline-flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs a {
  pointer-events: auto;

	border-bottom: none;
	text-decoration: underline;
}
.page-index {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: none;
  max-width: 1440px;
  font-size: 0.875rem;
  line-height: 1.5;
}
[class*="boxzilla-newsletter-"] .page-index {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 640px) {

  .page-index {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
}
@media (min-width: 1024px) {

  .page-index {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
}
@media (min-width: 1440px) {

  .page-index {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.page-index {
	top: calc(120px + var(--wp-admin--admin-bar--height, 0px));
}
.page-index--sticky {
  position: fixed;
	top: calc(56px + var(--wp-admin--admin-bar--height, 0px));
}
@media (min-width: 640px) {

  .page-index.has-index {
    display: block;
  }
}
.page-index__inner {
  float: right;
  display: inline-block;
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: right;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 500ms;
  transition-duration: 400ms;
	max-width: 312px;
	padding-left: 4px;
	padding-bottom: 2px;
}
.has-loaded .page-index__inner {
  --tw-translate-y: 0;
  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));
  opacity: 1;
}
.is-unloading .page-index__inner {
  opacity: 0;
  transition-delay: 0ms;
}
.page-index a {
  pointer-events: auto;

	border-bottom: none;
	text-decoration: underline;
}
a.next.page-numbers,
a.prev.page-numbers {
  display: inline-block;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.6875rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
@media (min-width: 640px) {

  a.next.page-numbers,
a.prev.page-numbers {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    line-height: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
	.image-link {
    position: relative;
    display: block;
    overflow: hidden;
  }

	.image-link .media.media--loaded img,
	.image-link img {
    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));
    transition-property: transform;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

	.image-link:hover .media.media--loaded img,
	.image-link:focus .media.media--loaded img,
	.image-link:hover img,
	.image-link:focus img {
    --tw-scale-x: 1.03;
    --tw-scale-y: 1.03;
    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));
  }

	.image-link::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    border-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    opacity: 0;
		content: "";
  }

	.image-link:hover::after,
	.image-link:focus::after {
    opacity: 1;
  }
}
.post-grid-product a {
  display: block;
}
.post-grid-product.has-focus .has-focus img {
  opacity: .6;
}
.media {
  position: relative;
  display: block;
}
.media img {
  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));
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}
.media:not(.media--loaded) img {
  opacity: 0;
}
.media::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
	background-color: #e6e6e6;
	content: "";
}
.media:not(.media--loaded)::before {
  opacity: 1;
}
.faq-panel__heading {
  display: block;
  border-top-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1;
	margin-top: 3px;
}
.faq-panel--is-active .faq-panel__heading {
  border-top-width: 4px;
  font-weight: 700;
	margin-top: 0;
}
.faq-panel__link span {
  pointer-events: none;
  display: block;
  background-repeat: no-repeat;

	background-image: url(29ab7619cc6612877218.svg);
	background-position: 100% 50%;
}
.faq-panel--is-active .faq-panel__link span {
	background-image: url(a6b733e827e48daa178d.svg);
}
.faq-panel__body {
  display: none;
}
.faq-panel--is-active .faq-panel__body {
  display: block;
}
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */
div.pp_pic_holder a:focus {
	outline: none;
}
div.pp_overlay {
	background: #fff !important;
	opacity: 1;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
}
div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000;
}
.pp_top {
	height: 20px;
	position: relative;
}
* html .pp_top {
	padding: 0 20px;
}
.pp_top .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}
.pp_top .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}
* html .pp_top .pp_middle {
	left: 0;
	position: static;
}
.pp_top .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.pp_content {
	height: 40px;
	min-width: 100vw;
}
* html .pp_content {
	width: 40px;
}
.pp_fade {
	display: none;
}
.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
}
.currentTextHolder {
	display: none;
}
.pp_content_container .pp_left {
	padding-left: 20px;
}
.pp_content_container .pp_right {
	padding-right: 20px;
}
.pp_content_container .pp_details {
	float: left;
	margin: 10px 0 2px 0;
}
.pp_description {
	display: none;
	margin: 0;
}
.pp_social {
	float: left;
	margin: 0;
}
.pp_social .facebook {
	float: left;
	margin-left: 5px;
	width: 55px;
	overflow: hidden;
}
.pp_social .twitter {
	float: left;
}
.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0;
}
.pp_nav p {
	float: left;
	margin: 2px 4px;
	white-space: nowrap;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px;
}
.pp_hoverContainer {
  pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 2000;
}
.pp_gallery {
	display: none !important;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000;
}
.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative;
}
.pp_gallery ul {
	float: left;
	height: 35px;
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
	white-space: nowrap;
}
.pp_gallery ul a {
	border: 1px #000 solid;
	border: 1px rgba(0, 0, 0, 0.5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
}
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
	border-color: #fff;
}
.pp_gallery ul a img {
	border: 0;
}
.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
.pp_gallery li.default a {
	/* background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat; */
	display: block;
	height: 33px;
	width: 50px;
}
.pp_gallery li.default a img {
	display: none;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
	margin-top: 7px !important;
}
a.pp_next {
  pointer-events: auto;
	width: 45px;
	height: 45px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	right: 43px;
	text-indent: -9999px;
	overflow: hidden;
}
a.pp_next::after {
	content: "";
	display: block;
	position: absolute;
	width: 45px;
	height: 45px;
	top: 0;
	left: 0;
	background-image: url(dafefbcb2abce0be6e0a.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
a.pp_previous {
  pointer-events: auto;
	width: 45px;
	height: 45px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	left: 43px;
	text-indent: -9999px;
	overflow: hidden;
}
a.pp_previous::after {
	content: "";
	display: block;
	position: absolute;
	width: 45px;
	height: 45px;
	top: 0;
	left: 0;
	background-image: url(dafefbcb2abce0be6e0a.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transform: rotate(-180deg);
}
a.pp_expand,
a.pp_contract {
	cursor: pointer;
	display: none !important;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000;
}
a.pp_close {
	font-size: 18px;
	font-weight: bold;
	display: block;
	position: fixed;
	top: 18px;
	right: 13px;
	padding-right: 44px;
}
.admin-bar a.pp_close {
	top: 50px;
}
@media (max-width: 1023px) {
	.admin-bar a.pp_close {
		top: 18px;
	}
}
a.pp_close::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	background-image: url(29ab7619cc6612877218.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 26px;
	height: 26px;
	transform: rotate(45deg);
}
.pp_bottom {
	height: 20px;
	position: relative;
}
* html .pp_bottom {
	padding: 0 20px;
}
.pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}
.pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}
* html .pp_bottom .pp_middle {
	left: 0;
	position: static;
}
.pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	width: 24px;
}
#pp_full_res {
	line-height: 1 !important;
}
#pp_full_res .pp_inline {
	text-align: left;
}
#pp_full_res .pp_inline p {
	margin: 0 0 15px 0;
}
div.ppt {
	color: #fff;
	display: none;
	font-size: 17px;
	margin: 0 0 5px 15px;
	z-index: 9999;
}
.widget {
  margin-bottom: 1rem;
}
@media (min-width: 640px) {

  .widget {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .widget {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 1440px) {

  .widget {
    margin-bottom: 3rem;
  }
}
.widget li {
  margin-bottom: 0.5rem;
}
.widget .gallery {
  display: block;
}
.grecaptcha-badge {
	visibility: hidden;
}
.boxzilla {
	max-width: 750px;
	padding: 0 !important;
}
.boxzilla-close-icon {
	background-image: url(834c586898608a9d7598.svg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	overflow: hidden;
	width: 38px;
	height: 38px;
	opacity: 1 !important;
	top: 20px !important;
	right: 20px !important;
}
.boxzilla .text-block {
	padding-right: 2.5rem !important;
}
/* boxzilla-newsletter-big */
.boxzilla-newsletter-big {
	width: 600px;
	max-width: calc(100% - 4rem);
}
[class*="boxzilla-newsletter-"] .max-w-screen-desktop {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
[class*="boxzilla-newsletter-"] .vc_row {
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 640px) {

  .boxzilla-newsletter-big .vc_row {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
}
[class*="boxzilla-newsletter-"],
[class*="boxzilla-newsletter-"] ::placeholder,
[class*="boxzilla-newsletter-"] .vc_row {
	color: #fff;
}
[class*="boxzilla-newsletter-"] .text-block ul > li::before {
	background-color: #fff;
}
[class*="boxzilla-newsletter-"] .vc_row {
	background-size: cover;
}
[class*="boxzilla-newsletter-"] .wpcf7-text,
[class*="boxzilla-newsletter-"] .wpcf7-select {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}
[class*="boxzilla-newsletter-"] .wpcf7-select {
	background-image: url(65ae21c3df7a9958b72b.svg),
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8/x8AAwMCAO+ip1sAAAAASUVORK5CYII=);
}
[class*="boxzilla-newsletter-"] .button {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
[class*="boxzilla-newsletter-"] .button:hover,
[class*="boxzilla-newsletter-"] .button:focus {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
[class*="boxzilla-newsletter-"] .boxzilla-close-icon {
	background-image: url(0b6277d31ecfbaeb43a0.svg);
}
/* boxzilla-newsletter-small */
.boxzilla-newsletter-small {
	width: 230px;
	max-width: calc(100% - 4rem);
}
.boxzilla-newsletter-small .boxzilla-close-icon {
	top: 0 !important;
	right: 0 !important;
}
[class*="boxzilla-newsletter-"]:not(.is-focused) .newsletter-group-name,
[class*="boxzilla-newsletter-"]:not(.is-focused) .wpcf7-form-control-wrap {
	display: none;
}
[class*="boxzilla-newsletter-"] .wpcf7-text,
[class*="boxzilla-newsletter-"] .wpcf7-select {
	font-size: 1rem;
	line-height: 1.25;
	padding: 0.1875rem 0.5rem;
}
[class*="boxzilla-newsletter-"] .button {
	font-size: 1rem;
	line-height: 1.25;
	padding: 0.375rem 0.5rem;
}
#CybotCookiebotDialog {
	font-family: inherit !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	color: #000 !important;
	max-width: 860px !important;
}
@media (min-width: 1440px) {
	#CybotCookiebotDialog *,
	#CybotCookiebotDialogBodyUnderlay * {
		font-size: 18px !important;
	}
}
#CybotCookiebotDialogHeader,
.CybotCookiebotDialogArrow,
#CybotCookiebotDialogPoweredByText {
	display: none !important;
}
#CybotCookiebotDialogNav {
	border-bottom-color: #000 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItems {
	justify-content: center !important;
	margin-bottom: -4px !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItem {
	flex: 0 !important;
	margin: 0 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
	font-weight: normal !important;
	color: #000 !important;
}
#CybotCookiebotDialogNav
	.CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
	border: none !important;
	color: #000 !important;
	border-bottom: 4px solid #000 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
	color: #000 !important;
}
#CybotCookiebotDialog .CybotCookiebotScrollContainer {
	border-bottom: none !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBody .CybotCookiebotScrollContainer {
	max-height: 450px !important;
}
#CybotCookiebotDialog h2 {
	text-align: center !important;
}
@media (min-width: 1440px) {
	#CybotCookiebotDialog h2 {
		font-weight: normal !important;
		font-size: 46px !important;
		letter-spacing: -1px !important;
		text-align: center !important;
	}
	#CybotCookiebotDialogBodyContent {
		padding-top: 75px !important;
		padding-bottom: 75px !important;
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
}
#CybotCookiebotDialogBodyContentText {
	text-align: center !important;
}
#CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBulkConsentCount {
	display: none !important;
}
@media (min-width: 1440px) {
	#CybotCookiebotDialogTabContentDetails {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
}
#CybotCookiebotDialogDetailBodyContentTextAbout {
	padding-left: 40px !important;
}
@media (min-width: 1440px) {
	#CybotCookiebotDialogDetailBodyContentTextAbout {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
		padding-left: calc(40px + 18px) !important;
		padding-right: 40px !important;
	}
}
#CybotCookiebotDialogDetailBodyContentTextAbout ul {
	list-style-type: disc !important;
}
@media (min-width: 1440px) {
	#CybotCookiebotDialogDetailBodyContentTextAbout ul {
		column-count: 2 !important;
		break-inside: avoid-column !important;
		column-gap: 40px !important;
	}
	#CybotCookiebotDialogDetailBodyContentTextAbout li {
		margin-bottom: 18px !important;
	}
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter
	#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	color: #fff !important;
	background-color: #000 !important;
	border-color: #000 !important;
	border-radius: 0 !important;
	cursor: pointer !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
	justify-content: center !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter
	#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
	color: #000 !important;
	border-color: #000 !important;
	border-radius: 0 !important;
	curor: pointer !important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
	color: #000 !important;
	border-color: #000 !important;
	border-radius: 0 !important;
	border-width: 1px !important;
	font-weight: normal !important;
	padding: 12px !important;
	min-width: 230px !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
#CybotCookiebotDialog
	#CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
#CybotCookiebotDialogDetailBodyContentTextAbout a {
	color: #000 !important;
}
#CybotCookiebotDialogDetailFooter {
	text-align: center !important;
}
#CybotCookiebotDialog .CookieCard {
	border-bottom: none !important;
}
#CybotCookiebotDialog .CookieCard > div:first-child {
	display: grid !important;
	grid-template-columns: minmax(150px, auto) 1fr !important;
	justify-content: flex-start !important;
}
@media (min-width: 1440px) {
	#CybotCookiebotDialog .CookieCard > div:first-child {
		grid-template-columns: minmax(150px, auto) 1fr !important;
	}
}
#CybotCookiebotDialog .CookieCard > div:first-child > div:first-child {
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
}
#CybotCookiebotDialog
	.CookieCard
	.CybotCookiebotDialogDetailBodyContentCookieContainerButton:not(:disabled):not(.disabled),
#CybotCookiebotDialog
	.CookieCard
	.CybotCookiebotDialogDetailBodyContentIABv2Tab:not(:disabled):not(.disabled),
#CybotCookiebotDialog
	.CybotCookiebotDialogBodyLevelButtonSliderWrapper
	input[type="checkbox"],
#CybotCookiebotDialog button,
#CybotCookiebotDialog input,
#CybotCookiebotDialog
	label:not([for="CybotCookiebotDialogBodyLevelButtonNecessary"]) {
	cursor: default !important;
	align-self: flex-start !important;
}
#CybotCookiebotDialog
	.CookieCard
	.CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
#CybotCookiebotDialog
	.CookieCard
	.CybotCookiebotDialogDetailBodyContentIABv2Tab:hover,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes
	.CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
	color: #000 !important;
}
.CybotCookiebotDialogDetailBodyContentCookieContainerButton:before,
.CybotCookiebotDialogDetailBodyContentIABv2Tab:before {
	display: none !important;
}
#CybotCookiebotDialog
	.CookieCard
	.CybotCookiebotDialogDetailBodyContentCookieTypeIntro,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes
	.CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer,
#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CollapseCard {
	padding-top: 0 !important;
}
#CybotCookiebotDialog
	.CookieCard
	.CybotCookiebotDialogDetailBodyContentCookieContainerButton,
#CybotCookiebotDialog
	.CookieCard
	.CybotCookiebotDialogDetailBodyContentIABv2Tab {
	font-weight: normal !important;
	margin-bottom: 8px !important;
	text-align: left !important;
}
#CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSlider {
	background-color: #ccc !important;
}
#CybotCookiebotDialogTabContent
	input:checked
	+ .CybotCookiebotDialogBodyLevelButtonSlider {
	background-color: #0d441d !important;
}
#CybotCookiebotDialogTabContent
	input[type="checkbox"][disabled]:checked
	+ .CybotCookiebotDialogBodyLevelButtonSlider {
	background-color: #ccc !important;
	opacity: 0.4 !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0;
}
.inset-x-0 {
  left: 0;
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0;
}
.top-0 {
  top: 0;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-8 {
  grid-column-start: 8;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-10 {
  grid-row-start: 10;
}
.row-start-11 {
  grid-row-start: 11;
}
.row-start-12 {
  grid-row-start: 12;
}
.row-start-13 {
  grid-row-start: 13;
}
.row-start-14 {
  grid-row-start: 14;
}
.row-start-15 {
  grid-row-start: 15;
}
.row-start-16 {
  grid-row-start: 16;
}
.row-start-17 {
  grid-row-start: 17;
}
.row-start-18 {
  grid-row-start: 18;
}
.row-start-19 {
  grid-row-start: 19;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-20 {
  grid-row-start: 20;
}
.row-start-21 {
  grid-row-start: 21;
}
.row-start-22 {
  grid-row-start: 22;
}
.row-start-23 {
  grid-row-start: 23;
}
.row-start-24 {
  grid-row-start: 24;
}
.row-start-3 {
  grid-row-start: 3;
}
.row-start-4 {
  grid-row-start: 4;
}
.row-start-5 {
  grid-row-start: 5;
}
.row-start-6 {
  grid-row-start: 6;
}
.row-start-7 {
  grid-row-start: 7;
}
.row-start-8 {
  grid-row-start: 8;
}
.row-start-9 {
  grid-row-start: 9;
}
.row-start-auto {
  grid-row-start: auto;
}
.float-right {
  float: right;
}
.m-auto {
  margin: auto;
}
.-mx-mobile-x {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.-my-1 {
  margin-top: -1px;
  margin-bottom: -1px;
}
.-my-10 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.-my-100 {
  margin-top: -6.25rem;
  margin-bottom: -6.25rem;
}
.-my-11 {
  margin-top: -0.6875rem;
  margin-bottom: -0.6875rem;
}
.-my-12 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.-my-13 {
  margin-top: -0.8125rem;
  margin-bottom: -0.8125rem;
}
.-my-14 {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}
.-my-16 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.-my-160 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}
.-my-192 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}
.-my-2 {
  margin-top: -2px;
  margin-bottom: -2px;
}
.-my-20 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
.-my-24 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.-my-26 {
  margin-top: -1.625rem;
  margin-bottom: -1.625rem;
}
.-my-32 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.-my-340 {
  margin-top: -21.25rem;
  margin-bottom: -21.25rem;
}
.-my-35 {
  margin-top: -2.1875rem;
  margin-bottom: -2.1875rem;
}
.-my-4 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.-my-40 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
.-my-45 {
  margin-top: -2.8125rem;
  margin-bottom: -2.8125rem;
}
.-my-48 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}
.-my-5 {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
}
.-my-60 {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}
.-my-64 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}
.-my-8 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.-my-desktop {
  margin-top: -3rem;
  margin-bottom: -3rem;
}
.-my-desktop-x {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.-my-laptop {
  margin-top: -1.625rem;
  margin-bottom: -1.625rem;
}
.-my-laptop-x {
  margin-top: -0.8125rem;
  margin-bottom: -0.8125rem;
}
.-my-mobile {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.-my-mobile-x {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.-my-tablet {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
.-my-tablet-x {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.mx-5 {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-mobile {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}
.my-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-100 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
.my-11 {
  margin-top: 0.6875rem;
  margin-bottom: 0.6875rem;
}
.my-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-13 {
  margin-top: 0.8125rem;
  margin-bottom: 0.8125rem;
}
.my-14 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.my-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-160 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.my-192 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}
.my-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}
.my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-24 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-26 {
  margin-top: 1.625rem;
  margin-bottom: 1.625rem;
}
.my-32 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-340 {
  margin-top: 21.25rem;
  margin-bottom: 21.25rem;
}
.my-35 {
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
}
.my-4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-45 {
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}
.my-48 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-5 {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.my-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.my-64 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-8 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.my-desktop {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-desktop-x {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-laptop {
  margin-top: 1.625rem;
  margin-bottom: 1.625rem;
}
.my-laptop-x {
  margin-top: 0.8125rem;
  margin-bottom: 0.8125rem;
}
.my-mobile {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-mobile-x {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-tablet {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-tablet-x {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.-mb-4 {
  margin-bottom: -0.25rem;
}
.-mt-60 {
  margin-top: -3.75rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-10 {
  margin-bottom: 0.625rem;
}
.mb-12 {
  margin-bottom: 0.75rem;
}
.mb-16 {
  margin-bottom: 1rem;
}
.mb-24 {
  margin-bottom: 1.5rem;
}
.mb-26 {
  margin-bottom: 1.625rem;
}
.mb-32 {
  margin-bottom: 2rem;
}
.mb-35 {
  margin-bottom: 2.1875rem;
}
.mb-4 {
  margin-bottom: 0.25rem;
}
.mb-40 {
  margin-bottom: 2.5rem;
}
.mb-48 {
  margin-bottom: 3rem;
}
.mb-8 {
  margin-bottom: 0.5rem;
}
.mb-mobile {
  margin-bottom: 1rem;
}
.ml-10 {
  margin-left: 0.625rem;
}
.ml-4 {
  margin-left: 0.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-20 {
  margin-right: 1.25rem;
}
.mr-4 {
  margin-right: 0.25rem;
}
.mr-40 {
  margin-right: 2.5rem;
}
.mr-8 {
  margin-right: 0.5rem;
}
.mt-10 {
  margin-top: 0.625rem;
}
.mt-32 {
  margin-top: 2rem;
}
.mt-4 {
  margin-top: 0.25rem;
}
.mt-64 {
  margin-top: 4rem;
}
.mt-mobile {
  margin-top: 1rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[9\/7\] {
  aspect-ratio: 9/7;
}
.h-0 {
  height: 0;
}
.h-10 {
  height: 0.625rem;
}
.h-100 {
  height: 6.25rem;
}
.h-160 {
  height: 10rem;
}
.h-20 {
  height: 1.25rem;
}
.h-26 {
  height: 1.625rem;
}
.h-32 {
  height: 2rem;
}
.h-340 {
  height: 21.25rem;
}
.h-45 {
  height: 2.8125rem;
}
.h-5 {
  height: 0.3125rem;
}
.h-8 {
  height: 0.5rem;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[21px\] {
  height: 21px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[56px\] {
  height: 56px;
}
.h-full {
  height: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 0.625rem;
}
.w-20 {
  width: 1.25rem;
}
.w-26 {
  width: 1.625rem;
}
.w-32 {
  width: 2rem;
}
.w-35 {
  width: 2.1875rem;
}
.w-45 {
  width: 2.8125rem;
}
.w-5 {
  width: 0.3125rem;
}
.w-\[200\%\] {
  width: 200%;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[24px\] {
  width: 24px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-screen-desktop {
  max-width: 1440px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-16 {
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-16 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-context-menu {
  cursor: context-menu;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-text {
  cursor: text;
}
.cursor-vertical-text {
  cursor: vertical-text;
}
.touch-none {
  touch-action: none;
}
.select-text {
  -webkit-user-select: text;
          user-select: text;
}
.resize {
  resize: both;
}
.-scroll-my-0 {
  scroll-margin-top: 0;
  scroll-margin-bottom: 0;
}
.-scroll-my-1 {
  scroll-margin-top: -1px;
  scroll-margin-bottom: -1px;
}
.-scroll-my-10 {
  scroll-margin-top: -0.625rem;
  scroll-margin-bottom: -0.625rem;
}
.-scroll-my-100 {
  scroll-margin-top: -6.25rem;
  scroll-margin-bottom: -6.25rem;
}
.-scroll-my-11 {
  scroll-margin-top: -0.6875rem;
  scroll-margin-bottom: -0.6875rem;
}
.-scroll-my-12 {
  scroll-margin-top: -0.75rem;
  scroll-margin-bottom: -0.75rem;
}
.-scroll-my-13 {
  scroll-margin-top: -0.8125rem;
  scroll-margin-bottom: -0.8125rem;
}
.-scroll-my-14 {
  scroll-margin-top: -0.875rem;
  scroll-margin-bottom: -0.875rem;
}
.-scroll-my-16 {
  scroll-margin-top: -1rem;
  scroll-margin-bottom: -1rem;
}
.-scroll-my-160 {
  scroll-margin-top: -10rem;
  scroll-margin-bottom: -10rem;
}
.-scroll-my-192 {
  scroll-margin-top: -12rem;
  scroll-margin-bottom: -12rem;
}
.-scroll-my-2 {
  scroll-margin-top: -2px;
  scroll-margin-bottom: -2px;
}
.-scroll-my-20 {
  scroll-margin-top: -1.25rem;
  scroll-margin-bottom: -1.25rem;
}
.-scroll-my-24 {
  scroll-margin-top: -1.5rem;
  scroll-margin-bottom: -1.5rem;
}
.-scroll-my-26 {
  scroll-margin-top: -1.625rem;
  scroll-margin-bottom: -1.625rem;
}
.-scroll-my-32 {
  scroll-margin-top: -2rem;
  scroll-margin-bottom: -2rem;
}
.-scroll-my-340 {
  scroll-margin-top: -21.25rem;
  scroll-margin-bottom: -21.25rem;
}
.-scroll-my-35 {
  scroll-margin-top: -2.1875rem;
  scroll-margin-bottom: -2.1875rem;
}
.-scroll-my-4 {
  scroll-margin-top: -0.25rem;
  scroll-margin-bottom: -0.25rem;
}
.-scroll-my-40 {
  scroll-margin-top: -2.5rem;
  scroll-margin-bottom: -2.5rem;
}
.-scroll-my-45 {
  scroll-margin-top: -2.8125rem;
  scroll-margin-bottom: -2.8125rem;
}
.-scroll-my-48 {
  scroll-margin-top: -3rem;
  scroll-margin-bottom: -3rem;
}
.-scroll-my-5 {
  scroll-margin-top: -0.3125rem;
  scroll-margin-bottom: -0.3125rem;
}
.-scroll-my-60 {
  scroll-margin-top: -3.75rem;
  scroll-margin-bottom: -3.75rem;
}
.-scroll-my-64 {
  scroll-margin-top: -4rem;
  scroll-margin-bottom: -4rem;
}
.-scroll-my-8 {
  scroll-margin-top: -0.5rem;
  scroll-margin-bottom: -0.5rem;
}
.-scroll-my-desktop {
  scroll-margin-top: -3rem;
  scroll-margin-bottom: -3rem;
}
.-scroll-my-desktop-x {
  scroll-margin-top: -1.5rem;
  scroll-margin-bottom: -1.5rem;
}
.-scroll-my-laptop {
  scroll-margin-top: -1.625rem;
  scroll-margin-bottom: -1.625rem;
}
.-scroll-my-laptop-x {
  scroll-margin-top: -0.8125rem;
  scroll-margin-bottom: -0.8125rem;
}
.-scroll-my-mobile {
  scroll-margin-top: -1rem;
  scroll-margin-bottom: -1rem;
}
.-scroll-my-mobile-x {
  scroll-margin-top: -0.5rem;
  scroll-margin-bottom: -0.5rem;
}
.-scroll-my-tablet {
  scroll-margin-top: -1.25rem;
  scroll-margin-bottom: -1.25rem;
}
.-scroll-my-tablet-x {
  scroll-margin-top: -0.625rem;
  scroll-margin-bottom: -0.625rem;
}
.scroll-my-0 {
  scroll-margin-top: 0;
  scroll-margin-bottom: 0;
}
.scroll-my-1 {
  scroll-margin-top: 1px;
  scroll-margin-bottom: 1px;
}
.scroll-my-10 {
  scroll-margin-top: 0.625rem;
  scroll-margin-bottom: 0.625rem;
}
.scroll-my-100 {
  scroll-margin-top: 6.25rem;
  scroll-margin-bottom: 6.25rem;
}
.scroll-my-11 {
  scroll-margin-top: 0.6875rem;
  scroll-margin-bottom: 0.6875rem;
}
.scroll-my-12 {
  scroll-margin-top: 0.75rem;
  scroll-margin-bottom: 0.75rem;
}
.scroll-my-13 {
  scroll-margin-top: 0.8125rem;
  scroll-margin-bottom: 0.8125rem;
}
.scroll-my-14 {
  scroll-margin-top: 0.875rem;
  scroll-margin-bottom: 0.875rem;
}
.scroll-my-16 {
  scroll-margin-top: 1rem;
  scroll-margin-bottom: 1rem;
}
.scroll-my-160 {
  scroll-margin-top: 10rem;
  scroll-margin-bottom: 10rem;
}
.scroll-my-192 {
  scroll-margin-top: 12rem;
  scroll-margin-bottom: 12rem;
}
.scroll-my-2 {
  scroll-margin-top: 2px;
  scroll-margin-bottom: 2px;
}
.scroll-my-20 {
  scroll-margin-top: 1.25rem;
  scroll-margin-bottom: 1.25rem;
}
.scroll-my-24 {
  scroll-margin-top: 1.5rem;
  scroll-margin-bottom: 1.5rem;
}
.scroll-my-26 {
  scroll-margin-top: 1.625rem;
  scroll-margin-bottom: 1.625rem;
}
.scroll-my-32 {
  scroll-margin-top: 2rem;
  scroll-margin-bottom: 2rem;
}
.scroll-my-340 {
  scroll-margin-top: 21.25rem;
  scroll-margin-bottom: 21.25rem;
}
.scroll-my-35 {
  scroll-margin-top: 2.1875rem;
  scroll-margin-bottom: 2.1875rem;
}
.scroll-my-4 {
  scroll-margin-top: 0.25rem;
  scroll-margin-bottom: 0.25rem;
}
.scroll-my-40 {
  scroll-margin-top: 2.5rem;
  scroll-margin-bottom: 2.5rem;
}
.scroll-my-45 {
  scroll-margin-top: 2.8125rem;
  scroll-margin-bottom: 2.8125rem;
}
.scroll-my-48 {
  scroll-margin-top: 3rem;
  scroll-margin-bottom: 3rem;
}
.scroll-my-5 {
  scroll-margin-top: 0.3125rem;
  scroll-margin-bottom: 0.3125rem;
}
.scroll-my-60 {
  scroll-margin-top: 3.75rem;
  scroll-margin-bottom: 3.75rem;
}
.scroll-my-64 {
  scroll-margin-top: 4rem;
  scroll-margin-bottom: 4rem;
}
.scroll-my-8 {
  scroll-margin-top: 0.5rem;
  scroll-margin-bottom: 0.5rem;
}
.scroll-my-desktop {
  scroll-margin-top: 3rem;
  scroll-margin-bottom: 3rem;
}
.scroll-my-desktop-x {
  scroll-margin-top: 1.5rem;
  scroll-margin-bottom: 1.5rem;
}
.scroll-my-laptop {
  scroll-margin-top: 1.625rem;
  scroll-margin-bottom: 1.625rem;
}
.scroll-my-laptop-x {
  scroll-margin-top: 0.8125rem;
  scroll-margin-bottom: 0.8125rem;
}
.scroll-my-mobile {
  scroll-margin-top: 1rem;
  scroll-margin-bottom: 1rem;
}
.scroll-my-mobile-x {
  scroll-margin-top: 0.5rem;
  scroll-margin-bottom: 0.5rem;
}
.scroll-my-tablet {
  scroll-margin-top: 1.25rem;
  scroll-margin-bottom: 1.25rem;
}
.scroll-my-tablet-x {
  scroll-margin-top: 0.625rem;
  scroll-margin-bottom: 0.625rem;
}
.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-1-max-4 {
  grid-template-columns: repeat(1, minmax(auto, 27rem));
}
.grid-cols-1-max-6 {
  grid-template-columns: repeat(1, minmax(auto, 42rem));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-2-max-4 {
  grid-template-columns: repeat(2, minmax(auto, 27rem));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-none {
  grid-template-columns: none;
}
.grid-cols-subgrid {
  grid-template-columns: subgrid;
}
.grid-rows-subgrid {
  grid-template-rows: subgrid;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.place-items-center {
  place-items: center;
}
.content-center {
  align-content: center;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-16 {
  gap: 1rem;
}
.gap-mobile {
  gap: 1rem;
}
.gap-x-16 {
  column-gap: 1rem;
}
.gap-x-desktop {
  column-gap: 3rem;
}
.gap-x-mobile {
  column-gap: 1rem;
}
.gap-y-10 {
  row-gap: 0.625rem;
}
.gap-y-16 {
  row-gap: 1rem;
}
.gap-y-8 {
  row-gap: 0.5rem;
}
.space-x-\[36px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(36px * var(--tw-space-x-reverse));
  margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overscroll-none {
  overscroll-behavior: none;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.text-clip {
  text-overflow: clip;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.text-balance {
  text-wrap: balance;
}
.text-pretty {
  text-wrap: pretty;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-none {
  border-style: none;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-current {
  border-color: currentColor;
}
.border-storm-gray {
  --tw-border-opacity: 1;
  border-color: rgb(175 177 178 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-b-current {
  border-bottom-color: currentColor;
}
.bg-apricot {
  --tw-bg-opacity: 1;
  background-color: rgb(255 170 113 / var(--tw-bg-opacity));
}
.bg-apricot\/0 {
  background-color: rgb(255 170 113 / 0);
}
.bg-apricot\/10 {
  background-color: rgb(255 170 113 / 0.1);
}
.bg-apricot\/100 {
  background-color: rgb(255 170 113 / 1);
}
.bg-apricot\/15 {
  background-color: rgb(255 170 113 / 0.15);
}
.bg-apricot\/20 {
  background-color: rgb(255 170 113 / 0.2);
}
.bg-apricot\/25 {
  background-color: rgb(255 170 113 / 0.25);
}
.bg-apricot\/30 {
  background-color: rgb(255 170 113 / 0.3);
}
.bg-apricot\/35 {
  background-color: rgb(255 170 113 / 0.35);
}
.bg-apricot\/40 {
  background-color: rgb(255 170 113 / 0.4);
}
.bg-apricot\/45 {
  background-color: rgb(255 170 113 / 0.45);
}
.bg-apricot\/5 {
  background-color: rgb(255 170 113 / 0.05);
}
.bg-apricot\/50 {
  background-color: rgb(255 170 113 / 0.5);
}
.bg-apricot\/55 {
  background-color: rgb(255 170 113 / 0.55);
}
.bg-apricot\/60 {
  background-color: rgb(255 170 113 / .6);
}
.bg-apricot\/65 {
  background-color: rgb(255 170 113 / 0.65);
}
.bg-apricot\/70 {
  background-color: rgb(255 170 113 / 0.7);
}
.bg-apricot\/75 {
  background-color: rgb(255 170 113 / 0.75);
}
.bg-apricot\/80 {
  background-color: rgb(255 170 113 / 0.8);
}
.bg-apricot\/85 {
  background-color: rgb(255 170 113 / 0.85);
}
.bg-apricot\/90 {
  background-color: rgb(255 170 113 / 0.9);
}
.bg-apricot\/95 {
  background-color: rgb(255 170 113 / 0.95);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / .6);
}
.bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85);
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-cactus-green {
  --tw-bg-opacity: 1;
  background-color: rgb(13 68 29 / var(--tw-bg-opacity));
}
.bg-cactus-green\/0 {
  background-color: rgb(13 68 29 / 0);
}
.bg-cactus-green\/10 {
  background-color: rgb(13 68 29 / 0.1);
}
.bg-cactus-green\/100 {
  background-color: rgb(13 68 29 / 1);
}
.bg-cactus-green\/15 {
  background-color: rgb(13 68 29 / 0.15);
}
.bg-cactus-green\/20 {
  background-color: rgb(13 68 29 / 0.2);
}
.bg-cactus-green\/25 {
  background-color: rgb(13 68 29 / 0.25);
}
.bg-cactus-green\/30 {
  background-color: rgb(13 68 29 / 0.3);
}
.bg-cactus-green\/35 {
  background-color: rgb(13 68 29 / 0.35);
}
.bg-cactus-green\/40 {
  background-color: rgb(13 68 29 / 0.4);
}
.bg-cactus-green\/45 {
  background-color: rgb(13 68 29 / 0.45);
}
.bg-cactus-green\/5 {
  background-color: rgb(13 68 29 / 0.05);
}
.bg-cactus-green\/50 {
  background-color: rgb(13 68 29 / 0.5);
}
.bg-cactus-green\/55 {
  background-color: rgb(13 68 29 / 0.55);
}
.bg-cactus-green\/60 {
  background-color: rgb(13 68 29 / .6);
}
.bg-cactus-green\/65 {
  background-color: rgb(13 68 29 / 0.65);
}
.bg-cactus-green\/70 {
  background-color: rgb(13 68 29 / 0.7);
}
.bg-cactus-green\/75 {
  background-color: rgb(13 68 29 / 0.75);
}
.bg-cactus-green\/80 {
  background-color: rgb(13 68 29 / 0.8);
}
.bg-cactus-green\/85 {
  background-color: rgb(13 68 29 / 0.85);
}
.bg-cactus-green\/90 {
  background-color: rgb(13 68 29 / 0.9);
}
.bg-cactus-green\/95 {
  background-color: rgb(13 68 29 / 0.95);
}
.bg-current {
  background-color: currentColor;
}
.bg-flame-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(250 90 0 / var(--tw-bg-opacity));
}
.bg-flame-orange\/0 {
  background-color: rgb(250 90 0 / 0);
}
.bg-flame-orange\/10 {
  background-color: rgb(250 90 0 / 0.1);
}
.bg-flame-orange\/100 {
  background-color: rgb(250 90 0 / 1);
}
.bg-flame-orange\/15 {
  background-color: rgb(250 90 0 / 0.15);
}
.bg-flame-orange\/20 {
  background-color: rgb(250 90 0 / 0.2);
}
.bg-flame-orange\/25 {
  background-color: rgb(250 90 0 / 0.25);
}
.bg-flame-orange\/30 {
  background-color: rgb(250 90 0 / 0.3);
}
.bg-flame-orange\/35 {
  background-color: rgb(250 90 0 / 0.35);
}
.bg-flame-orange\/40 {
  background-color: rgb(250 90 0 / 0.4);
}
.bg-flame-orange\/45 {
  background-color: rgb(250 90 0 / 0.45);
}
.bg-flame-orange\/5 {
  background-color: rgb(250 90 0 / 0.05);
}
.bg-flame-orange\/50 {
  background-color: rgb(250 90 0 / 0.5);
}
.bg-flame-orange\/55 {
  background-color: rgb(250 90 0 / 0.55);
}
.bg-flame-orange\/60 {
  background-color: rgb(250 90 0 / .6);
}
.bg-flame-orange\/65 {
  background-color: rgb(250 90 0 / 0.65);
}
.bg-flame-orange\/70 {
  background-color: rgb(250 90 0 / 0.7);
}
.bg-flame-orange\/75 {
  background-color: rgb(250 90 0 / 0.75);
}
.bg-flame-orange\/80 {
  background-color: rgb(250 90 0 / 0.8);
}
.bg-flame-orange\/85 {
  background-color: rgb(250 90 0 / 0.85);
}
.bg-flame-orange\/90 {
  background-color: rgb(250 90 0 / 0.9);
}
.bg-flame-orange\/95 {
  background-color: rgb(250 90 0 / 0.95);
}
.bg-infra-violete {
  --tw-bg-opacity: 1;
  background-color: rgb(63 42 138 / var(--tw-bg-opacity));
}
.bg-infra-violete\/0 {
  background-color: rgb(63 42 138 / 0);
}
.bg-infra-violete\/10 {
  background-color: rgb(63 42 138 / 0.1);
}
.bg-infra-violete\/100 {
  background-color: rgb(63 42 138 / 1);
}
.bg-infra-violete\/15 {
  background-color: rgb(63 42 138 / 0.15);
}
.bg-infra-violete\/20 {
  background-color: rgb(63 42 138 / 0.2);
}
.bg-infra-violete\/25 {
  background-color: rgb(63 42 138 / 0.25);
}
.bg-infra-violete\/30 {
  background-color: rgb(63 42 138 / 0.3);
}
.bg-infra-violete\/35 {
  background-color: rgb(63 42 138 / 0.35);
}
.bg-infra-violete\/40 {
  background-color: rgb(63 42 138 / 0.4);
}
.bg-infra-violete\/45 {
  background-color: rgb(63 42 138 / 0.45);
}
.bg-infra-violete\/5 {
  background-color: rgb(63 42 138 / 0.05);
}
.bg-infra-violete\/50 {
  background-color: rgb(63 42 138 / 0.5);
}
.bg-infra-violete\/55 {
  background-color: rgb(63 42 138 / 0.55);
}
.bg-infra-violete\/60 {
  background-color: rgb(63 42 138 / .6);
}
.bg-infra-violete\/65 {
  background-color: rgb(63 42 138 / 0.65);
}
.bg-infra-violete\/70 {
  background-color: rgb(63 42 138 / 0.7);
}
.bg-infra-violete\/75 {
  background-color: rgb(63 42 138 / 0.75);
}
.bg-infra-violete\/80 {
  background-color: rgb(63 42 138 / 0.8);
}
.bg-infra-violete\/85 {
  background-color: rgb(63 42 138 / 0.85);
}
.bg-infra-violete\/90 {
  background-color: rgb(63 42 138 / 0.9);
}
.bg-infra-violete\/95 {
  background-color: rgb(63 42 138 / 0.95);
}
.bg-light-black {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.bg-light-black\/0 {
  background-color: rgb(17 17 17 / 0);
}
.bg-light-black\/10 {
  background-color: rgb(17 17 17 / 0.1);
}
.bg-light-black\/100 {
  background-color: rgb(17 17 17 / 1);
}
.bg-light-black\/15 {
  background-color: rgb(17 17 17 / 0.15);
}
.bg-light-black\/20 {
  background-color: rgb(17 17 17 / 0.2);
}
.bg-light-black\/25 {
  background-color: rgb(17 17 17 / 0.25);
}
.bg-light-black\/30 {
  background-color: rgb(17 17 17 / 0.3);
}
.bg-light-black\/35 {
  background-color: rgb(17 17 17 / 0.35);
}
.bg-light-black\/40 {
  background-color: rgb(17 17 17 / 0.4);
}
.bg-light-black\/45 {
  background-color: rgb(17 17 17 / 0.45);
}
.bg-light-black\/5 {
  background-color: rgb(17 17 17 / 0.05);
}
.bg-light-black\/50 {
  background-color: rgb(17 17 17 / 0.5);
}
.bg-light-black\/55 {
  background-color: rgb(17 17 17 / 0.55);
}
.bg-light-black\/60 {
  background-color: rgb(17 17 17 / .6);
}
.bg-light-black\/65 {
  background-color: rgb(17 17 17 / 0.65);
}
.bg-light-black\/70 {
  background-color: rgb(17 17 17 / 0.7);
}
.bg-light-black\/75 {
  background-color: rgb(17 17 17 / 0.75);
}
.bg-light-black\/80 {
  background-color: rgb(17 17 17 / 0.8);
}
.bg-light-black\/85 {
  background-color: rgb(17 17 17 / 0.85);
}
.bg-light-black\/90 {
  background-color: rgb(17 17 17 / 0.9);
}
.bg-light-black\/95 {
  background-color: rgb(17 17 17 / 0.95);
}
.bg-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-light-gray\/0 {
  background-color: rgb(245 245 245 / 0);
}
.bg-light-gray\/10 {
  background-color: rgb(245 245 245 / 0.1);
}
.bg-light-gray\/100 {
  background-color: rgb(245 245 245 / 1);
}
.bg-light-gray\/15 {
  background-color: rgb(245 245 245 / 0.15);
}
.bg-light-gray\/20 {
  background-color: rgb(245 245 245 / 0.2);
}
.bg-light-gray\/25 {
  background-color: rgb(245 245 245 / 0.25);
}
.bg-light-gray\/30 {
  background-color: rgb(245 245 245 / 0.3);
}
.bg-light-gray\/35 {
  background-color: rgb(245 245 245 / 0.35);
}
.bg-light-gray\/40 {
  background-color: rgb(245 245 245 / 0.4);
}
.bg-light-gray\/45 {
  background-color: rgb(245 245 245 / 0.45);
}
.bg-light-gray\/5 {
  background-color: rgb(245 245 245 / 0.05);
}
.bg-light-gray\/50 {
  background-color: rgb(245 245 245 / 0.5);
}
.bg-light-gray\/55 {
  background-color: rgb(245 245 245 / 0.55);
}
.bg-light-gray\/60 {
  background-color: rgb(245 245 245 / .6);
}
.bg-light-gray\/65 {
  background-color: rgb(245 245 245 / 0.65);
}
.bg-light-gray\/70 {
  background-color: rgb(245 245 245 / 0.7);
}
.bg-light-gray\/75 {
  background-color: rgb(245 245 245 / 0.75);
}
.bg-light-gray\/80 {
  background-color: rgb(245 245 245 / 0.8);
}
.bg-light-gray\/85 {
  background-color: rgb(245 245 245 / 0.85);
}
.bg-light-gray\/90 {
  background-color: rgb(245 245 245 / 0.9);
}
.bg-light-gray\/95 {
  background-color: rgb(245 245 245 / 0.95);
}
.bg-old-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(255 159 0 / var(--tw-bg-opacity));
}
.bg-old-gold\/0 {
  background-color: rgb(255 159 0 / 0);
}
.bg-old-gold\/10 {
  background-color: rgb(255 159 0 / 0.1);
}
.bg-old-gold\/100 {
  background-color: rgb(255 159 0 / 1);
}
.bg-old-gold\/15 {
  background-color: rgb(255 159 0 / 0.15);
}
.bg-old-gold\/20 {
  background-color: rgb(255 159 0 / 0.2);
}
.bg-old-gold\/25 {
  background-color: rgb(255 159 0 / 0.25);
}
.bg-old-gold\/30 {
  background-color: rgb(255 159 0 / 0.3);
}
.bg-old-gold\/35 {
  background-color: rgb(255 159 0 / 0.35);
}
.bg-old-gold\/40 {
  background-color: rgb(255 159 0 / 0.4);
}
.bg-old-gold\/45 {
  background-color: rgb(255 159 0 / 0.45);
}
.bg-old-gold\/5 {
  background-color: rgb(255 159 0 / 0.05);
}
.bg-old-gold\/50 {
  background-color: rgb(255 159 0 / 0.5);
}
.bg-old-gold\/55 {
  background-color: rgb(255 159 0 / 0.55);
}
.bg-old-gold\/60 {
  background-color: rgb(255 159 0 / .6);
}
.bg-old-gold\/65 {
  background-color: rgb(255 159 0 / 0.65);
}
.bg-old-gold\/70 {
  background-color: rgb(255 159 0 / 0.7);
}
.bg-old-gold\/75 {
  background-color: rgb(255 159 0 / 0.75);
}
.bg-old-gold\/80 {
  background-color: rgb(255 159 0 / 0.8);
}
.bg-old-gold\/85 {
  background-color: rgb(255 159 0 / 0.85);
}
.bg-old-gold\/90 {
  background-color: rgb(255 159 0 / 0.9);
}
.bg-old-gold\/95 {
  background-color: rgb(255 159 0 / 0.95);
}
.bg-poppy {
  --tw-bg-opacity: 1;
  background-color: rgb(165 30 0 / var(--tw-bg-opacity));
}
.bg-poppy\/0 {
  background-color: rgb(165 30 0 / 0);
}
.bg-poppy\/10 {
  background-color: rgb(165 30 0 / 0.1);
}
.bg-poppy\/100 {
  background-color: rgb(165 30 0 / 1);
}
.bg-poppy\/15 {
  background-color: rgb(165 30 0 / 0.15);
}
.bg-poppy\/20 {
  background-color: rgb(165 30 0 / 0.2);
}
.bg-poppy\/25 {
  background-color: rgb(165 30 0 / 0.25);
}
.bg-poppy\/30 {
  background-color: rgb(165 30 0 / 0.3);
}
.bg-poppy\/35 {
  background-color: rgb(165 30 0 / 0.35);
}
.bg-poppy\/40 {
  background-color: rgb(165 30 0 / 0.4);
}
.bg-poppy\/45 {
  background-color: rgb(165 30 0 / 0.45);
}
.bg-poppy\/5 {
  background-color: rgb(165 30 0 / 0.05);
}
.bg-poppy\/50 {
  background-color: rgb(165 30 0 / 0.5);
}
.bg-poppy\/55 {
  background-color: rgb(165 30 0 / 0.55);
}
.bg-poppy\/60 {
  background-color: rgb(165 30 0 / .6);
}
.bg-poppy\/65 {
  background-color: rgb(165 30 0 / 0.65);
}
.bg-poppy\/70 {
  background-color: rgb(165 30 0 / 0.7);
}
.bg-poppy\/75 {
  background-color: rgb(165 30 0 / 0.75);
}
.bg-poppy\/80 {
  background-color: rgb(165 30 0 / 0.8);
}
.bg-poppy\/85 {
  background-color: rgb(165 30 0 / 0.85);
}
.bg-poppy\/90 {
  background-color: rgb(165 30 0 / 0.9);
}
.bg-poppy\/95 {
  background-color: rgb(165 30 0 / 0.95);
}
.bg-riviera-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 90 88 / var(--tw-bg-opacity));
}
.bg-riviera-blue\/0 {
  background-color: rgb(0 90 88 / 0);
}
.bg-riviera-blue\/10 {
  background-color: rgb(0 90 88 / 0.1);
}
.bg-riviera-blue\/100 {
  background-color: rgb(0 90 88 / 1);
}
.bg-riviera-blue\/15 {
  background-color: rgb(0 90 88 / 0.15);
}
.bg-riviera-blue\/20 {
  background-color: rgb(0 90 88 / 0.2);
}
.bg-riviera-blue\/25 {
  background-color: rgb(0 90 88 / 0.25);
}
.bg-riviera-blue\/30 {
  background-color: rgb(0 90 88 / 0.3);
}
.bg-riviera-blue\/35 {
  background-color: rgb(0 90 88 / 0.35);
}
.bg-riviera-blue\/40 {
  background-color: rgb(0 90 88 / 0.4);
}
.bg-riviera-blue\/45 {
  background-color: rgb(0 90 88 / 0.45);
}
.bg-riviera-blue\/5 {
  background-color: rgb(0 90 88 / 0.05);
}
.bg-riviera-blue\/50 {
  background-color: rgb(0 90 88 / 0.5);
}
.bg-riviera-blue\/55 {
  background-color: rgb(0 90 88 / 0.55);
}
.bg-riviera-blue\/60 {
  background-color: rgb(0 90 88 / .6);
}
.bg-riviera-blue\/65 {
  background-color: rgb(0 90 88 / 0.65);
}
.bg-riviera-blue\/70 {
  background-color: rgb(0 90 88 / 0.7);
}
.bg-riviera-blue\/75 {
  background-color: rgb(0 90 88 / 0.75);
}
.bg-riviera-blue\/80 {
  background-color: rgb(0 90 88 / 0.8);
}
.bg-riviera-blue\/85 {
  background-color: rgb(0 90 88 / 0.85);
}
.bg-riviera-blue\/90 {
  background-color: rgb(0 90 88 / 0.9);
}
.bg-riviera-blue\/95 {
  background-color: rgb(0 90 88 / 0.95);
}
.bg-shocking-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(223 63 97 / var(--tw-bg-opacity));
}
.bg-shocking-pink\/0 {
  background-color: rgb(223 63 97 / 0);
}
.bg-shocking-pink\/10 {
  background-color: rgb(223 63 97 / 0.1);
}
.bg-shocking-pink\/100 {
  background-color: rgb(223 63 97 / 1);
}
.bg-shocking-pink\/15 {
  background-color: rgb(223 63 97 / 0.15);
}
.bg-shocking-pink\/20 {
  background-color: rgb(223 63 97 / 0.2);
}
.bg-shocking-pink\/25 {
  background-color: rgb(223 63 97 / 0.25);
}
.bg-shocking-pink\/30 {
  background-color: rgb(223 63 97 / 0.3);
}
.bg-shocking-pink\/35 {
  background-color: rgb(223 63 97 / 0.35);
}
.bg-shocking-pink\/40 {
  background-color: rgb(223 63 97 / 0.4);
}
.bg-shocking-pink\/45 {
  background-color: rgb(223 63 97 / 0.45);
}
.bg-shocking-pink\/5 {
  background-color: rgb(223 63 97 / 0.05);
}
.bg-shocking-pink\/50 {
  background-color: rgb(223 63 97 / 0.5);
}
.bg-shocking-pink\/55 {
  background-color: rgb(223 63 97 / 0.55);
}
.bg-shocking-pink\/60 {
  background-color: rgb(223 63 97 / .6);
}
.bg-shocking-pink\/65 {
  background-color: rgb(223 63 97 / 0.65);
}
.bg-shocking-pink\/70 {
  background-color: rgb(223 63 97 / 0.7);
}
.bg-shocking-pink\/75 {
  background-color: rgb(223 63 97 / 0.75);
}
.bg-shocking-pink\/80 {
  background-color: rgb(223 63 97 / 0.8);
}
.bg-shocking-pink\/85 {
  background-color: rgb(223 63 97 / 0.85);
}
.bg-shocking-pink\/90 {
  background-color: rgb(223 63 97 / 0.9);
}
.bg-shocking-pink\/95 {
  background-color: rgb(223 63 97 / 0.95);
}
.bg-storm-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(175 177 178 / var(--tw-bg-opacity));
}
.bg-storm-gray\/0 {
  background-color: rgb(175 177 178 / 0);
}
.bg-storm-gray\/10 {
  background-color: rgb(175 177 178 / 0.1);
}
.bg-storm-gray\/100 {
  background-color: rgb(175 177 178 / 1);
}
.bg-storm-gray\/15 {
  background-color: rgb(175 177 178 / 0.15);
}
.bg-storm-gray\/20 {
  background-color: rgb(175 177 178 / 0.2);
}
.bg-storm-gray\/25 {
  background-color: rgb(175 177 178 / 0.25);
}
.bg-storm-gray\/30 {
  background-color: rgb(175 177 178 / 0.3);
}
.bg-storm-gray\/35 {
  background-color: rgb(175 177 178 / 0.35);
}
.bg-storm-gray\/40 {
  background-color: rgb(175 177 178 / 0.4);
}
.bg-storm-gray\/45 {
  background-color: rgb(175 177 178 / 0.45);
}
.bg-storm-gray\/5 {
  background-color: rgb(175 177 178 / 0.05);
}
.bg-storm-gray\/50 {
  background-color: rgb(175 177 178 / 0.5);
}
.bg-storm-gray\/55 {
  background-color: rgb(175 177 178 / 0.55);
}
.bg-storm-gray\/60 {
  background-color: rgb(175 177 178 / .6);
}
.bg-storm-gray\/65 {
  background-color: rgb(175 177 178 / 0.65);
}
.bg-storm-gray\/70 {
  background-color: rgb(175 177 178 / 0.7);
}
.bg-storm-gray\/75 {
  background-color: rgb(175 177 178 / 0.75);
}
.bg-storm-gray\/80 {
  background-color: rgb(175 177 178 / 0.8);
}
.bg-storm-gray\/85 {
  background-color: rgb(175 177 178 / 0.85);
}
.bg-storm-gray\/90 {
  background-color: rgb(175 177 178 / 0.9);
}
.bg-storm-gray\/95 {
  background-color: rgb(175 177 178 / 0.95);
}
.bg-sunshine-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 20 / var(--tw-bg-opacity));
}
.bg-sunshine-yellow\/0 {
  background-color: rgb(255 210 20 / 0);
}
.bg-sunshine-yellow\/10 {
  background-color: rgb(255 210 20 / 0.1);
}
.bg-sunshine-yellow\/100 {
  background-color: rgb(255 210 20 / 1);
}
.bg-sunshine-yellow\/15 {
  background-color: rgb(255 210 20 / 0.15);
}
.bg-sunshine-yellow\/20 {
  background-color: rgb(255 210 20 / 0.2);
}
.bg-sunshine-yellow\/25 {
  background-color: rgb(255 210 20 / 0.25);
}
.bg-sunshine-yellow\/30 {
  background-color: rgb(255 210 20 / 0.3);
}
.bg-sunshine-yellow\/35 {
  background-color: rgb(255 210 20 / 0.35);
}
.bg-sunshine-yellow\/40 {
  background-color: rgb(255 210 20 / 0.4);
}
.bg-sunshine-yellow\/45 {
  background-color: rgb(255 210 20 / 0.45);
}
.bg-sunshine-yellow\/5 {
  background-color: rgb(255 210 20 / 0.05);
}
.bg-sunshine-yellow\/50 {
  background-color: rgb(255 210 20 / 0.5);
}
.bg-sunshine-yellow\/55 {
  background-color: rgb(255 210 20 / 0.55);
}
.bg-sunshine-yellow\/60 {
  background-color: rgb(255 210 20 / .6);
}
.bg-sunshine-yellow\/65 {
  background-color: rgb(255 210 20 / 0.65);
}
.bg-sunshine-yellow\/70 {
  background-color: rgb(255 210 20 / 0.7);
}
.bg-sunshine-yellow\/75 {
  background-color: rgb(255 210 20 / 0.75);
}
.bg-sunshine-yellow\/80 {
  background-color: rgb(255 210 20 / 0.8);
}
.bg-sunshine-yellow\/85 {
  background-color: rgb(255 210 20 / 0.85);
}
.bg-sunshine-yellow\/90 {
  background-color: rgb(255 210 20 / 0.9);
}
.bg-sunshine-yellow\/95 {
  background-color: rgb(255 210 20 / 0.95);
}
.bg-transparent {
  background-color: transparent;
}
.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-transparent\/15 {
  background-color: rgb(0 0 0 / 0.15);
}
.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-transparent\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent\/55 {
  background-color: rgb(0 0 0 / 0.55);
}
.bg-transparent\/60 {
  background-color: rgb(0 0 0 / .6);
}
.bg-transparent\/65 {
  background-color: rgb(0 0 0 / 0.65);
}
.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-transparent\/85 {
  background-color: rgb(0 0 0 / 0.85);
}
.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / .6);
}
.bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.bg-opacity-15 {
  --tw-bg-opacity: 0.15;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-35 {
  --tw-bg-opacity: 0.35;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-45 {
  --tw-bg-opacity: 0.45;
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-55 {
  --tw-bg-opacity: 0.55;
}
.bg-opacity-60 {
  --tw-bg-opacity: .6;
}
.bg-opacity-65 {
  --tw-bg-opacity: 0.65;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.bg-auto {
  background-size: auto;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-local {
  background-attachment: local;
}
.bg-scroll {
  background-attachment: scroll;
}
.bg-clip-border {
  background-clip: border-box;
}
.bg-clip-padding {
  background-clip: padding-box;
}
.bg-clip-content {
  background-clip: content-box;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-left-top {
  background-position: left top;
}
.bg-right {
  background-position: right;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-repeat-round {
  background-repeat: round;
}
.bg-repeat-space {
  background-repeat: space;
}
.bg-origin-border {
  background-origin: border-box;
}
.bg-origin-padding {
  background-origin: padding-box;
}
.bg-origin-content {
  background-origin: content-box;
}
.fill-current {
  fill: currentColor;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.p-10 {
  padding: 0.625rem;
}
.p-2 {
  padding: 2px;
}
.p-mobile {
  padding: 1rem;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-14 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-32 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-4 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-mobile {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-mobile-x {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 0.625rem;
}
.pb-11 {
  padding-bottom: 0.6875rem;
}
.pb-12 {
  padding-bottom: 0.75rem;
}
.pb-16 {
  padding-bottom: 1rem;
}
.pb-2 {
  padding-bottom: 2px;
}
.pb-4 {
  padding-bottom: 0.25rem;
}
.pb-8 {
  padding-bottom: 0.5rem;
}
.pt-10 {
  padding-top: 0.625rem;
}
.pt-11 {
  padding-top: 0.6875rem;
}
.pt-12 {
  padding-top: 0.75rem;
}
.pt-16 {
  padding-top: 1rem;
}
.pt-24 {
  padding-top: 1.5rem;
}
.pt-4 {
  padding-top: 0.25rem;
}
.pt-60 {
  padding-top: 3.75rem;
}
.pt-64 {
  padding-top: 4rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.align-middle {
  vertical-align: middle;
}
.align-text-top {
  vertical-align: text-top;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.text-12 {
  font-size: 0.75rem;
  line-height: 1.5;
}
.text-14 {
  font-size: 0.875rem;
  line-height: 1.5;
}
.text-15 {
  font-size: 0.9375rem;
  line-height: 1.5;
}
.text-16 {
  font-size: 1rem;
  line-height: 1.5;
}
.text-18 {
  font-size: 1.125rem;
  line-height: 1.5;
}
.text-20 {
  font-size: 1.25rem;
  line-height: 1.25;
}
.text-24 {
  font-size: 1.5rem;
  line-height: 1.25;
}
.text-28 {
  font-size: 1.75rem;
  line-height: 1.25;
}
.text-32 {
  font-size: 2rem;
  line-height: 1.25;
}
.text-46 {
  font-size: 2.875rem;
  line-height: 1.25;
}
.text-\[17px\] {
  font-size: 17px;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.-tracking-\[0\.18px\] {
  letter-spacing: -0.18px;
}
.-tracking-\[0\.2px\] {
  letter-spacing: -0.2px;
}
.-tracking-\[0\.5px\] {
  letter-spacing: -0.5px;
}
.tracking-tight {
  letter-spacing: -0.02em;
}
.tracking-tighter {
  letter-spacing: -0.04em;
}
.text-apricot {
  --tw-text-opacity: 1;
  color: rgb(255 170 113 / var(--tw-text-opacity));
}
.text-apricot\/0 {
  color: rgb(255 170 113 / 0);
}
.text-apricot\/10 {
  color: rgb(255 170 113 / 0.1);
}
.text-apricot\/100 {
  color: rgb(255 170 113 / 1);
}
.text-apricot\/15 {
  color: rgb(255 170 113 / 0.15);
}
.text-apricot\/20 {
  color: rgb(255 170 113 / 0.2);
}
.text-apricot\/25 {
  color: rgb(255 170 113 / 0.25);
}
.text-apricot\/30 {
  color: rgb(255 170 113 / 0.3);
}
.text-apricot\/35 {
  color: rgb(255 170 113 / 0.35);
}
.text-apricot\/40 {
  color: rgb(255 170 113 / 0.4);
}
.text-apricot\/45 {
  color: rgb(255 170 113 / 0.45);
}
.text-apricot\/5 {
  color: rgb(255 170 113 / 0.05);
}
.text-apricot\/50 {
  color: rgb(255 170 113 / 0.5);
}
.text-apricot\/55 {
  color: rgb(255 170 113 / 0.55);
}
.text-apricot\/60 {
  color: rgb(255 170 113 / .6);
}
.text-apricot\/65 {
  color: rgb(255 170 113 / 0.65);
}
.text-apricot\/70 {
  color: rgb(255 170 113 / 0.7);
}
.text-apricot\/75 {
  color: rgb(255 170 113 / 0.75);
}
.text-apricot\/80 {
  color: rgb(255 170 113 / 0.8);
}
.text-apricot\/85 {
  color: rgb(255 170 113 / 0.85);
}
.text-apricot\/90 {
  color: rgb(255 170 113 / 0.9);
}
.text-apricot\/95 {
  color: rgb(255 170 113 / 0.95);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black\/0 {
  color: rgb(0 0 0 / 0);
}
.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-black\/100 {
  color: rgb(0 0 0 / 1);
}
.text-black\/15 {
  color: rgb(0 0 0 / 0.15);
}
.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-black\/35 {
  color: rgb(0 0 0 / 0.35);
}
.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-black\/45 {
  color: rgb(0 0 0 / 0.45);
}
.text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-black\/55 {
  color: rgb(0 0 0 / 0.55);
}
.text-black\/60 {
  color: rgb(0 0 0 / .6);
}
.text-black\/65 {
  color: rgb(0 0 0 / 0.65);
}
.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-black\/85 {
  color: rgb(0 0 0 / 0.85);
}
.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-cactus-green {
  --tw-text-opacity: 1;
  color: rgb(13 68 29 / var(--tw-text-opacity));
}
.text-cactus-green\/0 {
  color: rgb(13 68 29 / 0);
}
.text-cactus-green\/10 {
  color: rgb(13 68 29 / 0.1);
}
.text-cactus-green\/100 {
  color: rgb(13 68 29 / 1);
}
.text-cactus-green\/15 {
  color: rgb(13 68 29 / 0.15);
}
.text-cactus-green\/20 {
  color: rgb(13 68 29 / 0.2);
}
.text-cactus-green\/25 {
  color: rgb(13 68 29 / 0.25);
}
.text-cactus-green\/30 {
  color: rgb(13 68 29 / 0.3);
}
.text-cactus-green\/35 {
  color: rgb(13 68 29 / 0.35);
}
.text-cactus-green\/40 {
  color: rgb(13 68 29 / 0.4);
}
.text-cactus-green\/45 {
  color: rgb(13 68 29 / 0.45);
}
.text-cactus-green\/5 {
  color: rgb(13 68 29 / 0.05);
}
.text-cactus-green\/50 {
  color: rgb(13 68 29 / 0.5);
}
.text-cactus-green\/55 {
  color: rgb(13 68 29 / 0.55);
}
.text-cactus-green\/60 {
  color: rgb(13 68 29 / .6);
}
.text-cactus-green\/65 {
  color: rgb(13 68 29 / 0.65);
}
.text-cactus-green\/70 {
  color: rgb(13 68 29 / 0.7);
}
.text-cactus-green\/75 {
  color: rgb(13 68 29 / 0.75);
}
.text-cactus-green\/80 {
  color: rgb(13 68 29 / 0.8);
}
.text-cactus-green\/85 {
  color: rgb(13 68 29 / 0.85);
}
.text-cactus-green\/90 {
  color: rgb(13 68 29 / 0.9);
}
.text-cactus-green\/95 {
  color: rgb(13 68 29 / 0.95);
}
.text-current {
  color: currentColor;
}
.text-flame-orange {
  --tw-text-opacity: 1;
  color: rgb(250 90 0 / var(--tw-text-opacity));
}
.text-flame-orange\/0 {
  color: rgb(250 90 0 / 0);
}
.text-flame-orange\/10 {
  color: rgb(250 90 0 / 0.1);
}
.text-flame-orange\/100 {
  color: rgb(250 90 0 / 1);
}
.text-flame-orange\/15 {
  color: rgb(250 90 0 / 0.15);
}
.text-flame-orange\/20 {
  color: rgb(250 90 0 / 0.2);
}
.text-flame-orange\/25 {
  color: rgb(250 90 0 / 0.25);
}
.text-flame-orange\/30 {
  color: rgb(250 90 0 / 0.3);
}
.text-flame-orange\/35 {
  color: rgb(250 90 0 / 0.35);
}
.text-flame-orange\/40 {
  color: rgb(250 90 0 / 0.4);
}
.text-flame-orange\/45 {
  color: rgb(250 90 0 / 0.45);
}
.text-flame-orange\/5 {
  color: rgb(250 90 0 / 0.05);
}
.text-flame-orange\/50 {
  color: rgb(250 90 0 / 0.5);
}
.text-flame-orange\/55 {
  color: rgb(250 90 0 / 0.55);
}
.text-flame-orange\/60 {
  color: rgb(250 90 0 / .6);
}
.text-flame-orange\/65 {
  color: rgb(250 90 0 / 0.65);
}
.text-flame-orange\/70 {
  color: rgb(250 90 0 / 0.7);
}
.text-flame-orange\/75 {
  color: rgb(250 90 0 / 0.75);
}
.text-flame-orange\/80 {
  color: rgb(250 90 0 / 0.8);
}
.text-flame-orange\/85 {
  color: rgb(250 90 0 / 0.85);
}
.text-flame-orange\/90 {
  color: rgb(250 90 0 / 0.9);
}
.text-flame-orange\/95 {
  color: rgb(250 90 0 / 0.95);
}
.text-infra-violete {
  --tw-text-opacity: 1;
  color: rgb(63 42 138 / var(--tw-text-opacity));
}
.text-infra-violete\/0 {
  color: rgb(63 42 138 / 0);
}
.text-infra-violete\/10 {
  color: rgb(63 42 138 / 0.1);
}
.text-infra-violete\/100 {
  color: rgb(63 42 138 / 1);
}
.text-infra-violete\/15 {
  color: rgb(63 42 138 / 0.15);
}
.text-infra-violete\/20 {
  color: rgb(63 42 138 / 0.2);
}
.text-infra-violete\/25 {
  color: rgb(63 42 138 / 0.25);
}
.text-infra-violete\/30 {
  color: rgb(63 42 138 / 0.3);
}
.text-infra-violete\/35 {
  color: rgb(63 42 138 / 0.35);
}
.text-infra-violete\/40 {
  color: rgb(63 42 138 / 0.4);
}
.text-infra-violete\/45 {
  color: rgb(63 42 138 / 0.45);
}
.text-infra-violete\/5 {
  color: rgb(63 42 138 / 0.05);
}
.text-infra-violete\/50 {
  color: rgb(63 42 138 / 0.5);
}
.text-infra-violete\/55 {
  color: rgb(63 42 138 / 0.55);
}
.text-infra-violete\/60 {
  color: rgb(63 42 138 / .6);
}
.text-infra-violete\/65 {
  color: rgb(63 42 138 / 0.65);
}
.text-infra-violete\/70 {
  color: rgb(63 42 138 / 0.7);
}
.text-infra-violete\/75 {
  color: rgb(63 42 138 / 0.75);
}
.text-infra-violete\/80 {
  color: rgb(63 42 138 / 0.8);
}
.text-infra-violete\/85 {
  color: rgb(63 42 138 / 0.85);
}
.text-infra-violete\/90 {
  color: rgb(63 42 138 / 0.9);
}
.text-infra-violete\/95 {
  color: rgb(63 42 138 / 0.95);
}
.text-light-black {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}
.text-light-black\/0 {
  color: rgb(17 17 17 / 0);
}
.text-light-black\/10 {
  color: rgb(17 17 17 / 0.1);
}
.text-light-black\/100 {
  color: rgb(17 17 17 / 1);
}
.text-light-black\/15 {
  color: rgb(17 17 17 / 0.15);
}
.text-light-black\/20 {
  color: rgb(17 17 17 / 0.2);
}
.text-light-black\/25 {
  color: rgb(17 17 17 / 0.25);
}
.text-light-black\/30 {
  color: rgb(17 17 17 / 0.3);
}
.text-light-black\/35 {
  color: rgb(17 17 17 / 0.35);
}
.text-light-black\/40 {
  color: rgb(17 17 17 / 0.4);
}
.text-light-black\/45 {
  color: rgb(17 17 17 / 0.45);
}
.text-light-black\/5 {
  color: rgb(17 17 17 / 0.05);
}
.text-light-black\/50 {
  color: rgb(17 17 17 / 0.5);
}
.text-light-black\/55 {
  color: rgb(17 17 17 / 0.55);
}
.text-light-black\/60 {
  color: rgb(17 17 17 / .6);
}
.text-light-black\/65 {
  color: rgb(17 17 17 / 0.65);
}
.text-light-black\/70 {
  color: rgb(17 17 17 / 0.7);
}
.text-light-black\/75 {
  color: rgb(17 17 17 / 0.75);
}
.text-light-black\/80 {
  color: rgb(17 17 17 / 0.8);
}
.text-light-black\/85 {
  color: rgb(17 17 17 / 0.85);
}
.text-light-black\/90 {
  color: rgb(17 17 17 / 0.9);
}
.text-light-black\/95 {
  color: rgb(17 17 17 / 0.95);
}
.text-light-gray {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.text-light-gray\/0 {
  color: rgb(245 245 245 / 0);
}
.text-light-gray\/10 {
  color: rgb(245 245 245 / 0.1);
}
.text-light-gray\/100 {
  color: rgb(245 245 245 / 1);
}
.text-light-gray\/15 {
  color: rgb(245 245 245 / 0.15);
}
.text-light-gray\/20 {
  color: rgb(245 245 245 / 0.2);
}
.text-light-gray\/25 {
  color: rgb(245 245 245 / 0.25);
}
.text-light-gray\/30 {
  color: rgb(245 245 245 / 0.3);
}
.text-light-gray\/35 {
  color: rgb(245 245 245 / 0.35);
}
.text-light-gray\/40 {
  color: rgb(245 245 245 / 0.4);
}
.text-light-gray\/45 {
  color: rgb(245 245 245 / 0.45);
}
.text-light-gray\/5 {
  color: rgb(245 245 245 / 0.05);
}
.text-light-gray\/50 {
  color: rgb(245 245 245 / 0.5);
}
.text-light-gray\/55 {
  color: rgb(245 245 245 / 0.55);
}
.text-light-gray\/60 {
  color: rgb(245 245 245 / .6);
}
.text-light-gray\/65 {
  color: rgb(245 245 245 / 0.65);
}
.text-light-gray\/70 {
  color: rgb(245 245 245 / 0.7);
}
.text-light-gray\/75 {
  color: rgb(245 245 245 / 0.75);
}
.text-light-gray\/80 {
  color: rgb(245 245 245 / 0.8);
}
.text-light-gray\/85 {
  color: rgb(245 245 245 / 0.85);
}
.text-light-gray\/90 {
  color: rgb(245 245 245 / 0.9);
}
.text-light-gray\/95 {
  color: rgb(245 245 245 / 0.95);
}
.text-old-gold {
  --tw-text-opacity: 1;
  color: rgb(255 159 0 / var(--tw-text-opacity));
}
.text-old-gold\/0 {
  color: rgb(255 159 0 / 0);
}
.text-old-gold\/10 {
  color: rgb(255 159 0 / 0.1);
}
.text-old-gold\/100 {
  color: rgb(255 159 0 / 1);
}
.text-old-gold\/15 {
  color: rgb(255 159 0 / 0.15);
}
.text-old-gold\/20 {
  color: rgb(255 159 0 / 0.2);
}
.text-old-gold\/25 {
  color: rgb(255 159 0 / 0.25);
}
.text-old-gold\/30 {
  color: rgb(255 159 0 / 0.3);
}
.text-old-gold\/35 {
  color: rgb(255 159 0 / 0.35);
}
.text-old-gold\/40 {
  color: rgb(255 159 0 / 0.4);
}
.text-old-gold\/45 {
  color: rgb(255 159 0 / 0.45);
}
.text-old-gold\/5 {
  color: rgb(255 159 0 / 0.05);
}
.text-old-gold\/50 {
  color: rgb(255 159 0 / 0.5);
}
.text-old-gold\/55 {
  color: rgb(255 159 0 / 0.55);
}
.text-old-gold\/60 {
  color: rgb(255 159 0 / .6);
}
.text-old-gold\/65 {
  color: rgb(255 159 0 / 0.65);
}
.text-old-gold\/70 {
  color: rgb(255 159 0 / 0.7);
}
.text-old-gold\/75 {
  color: rgb(255 159 0 / 0.75);
}
.text-old-gold\/80 {
  color: rgb(255 159 0 / 0.8);
}
.text-old-gold\/85 {
  color: rgb(255 159 0 / 0.85);
}
.text-old-gold\/90 {
  color: rgb(255 159 0 / 0.9);
}
.text-old-gold\/95 {
  color: rgb(255 159 0 / 0.95);
}
.text-poppy {
  --tw-text-opacity: 1;
  color: rgb(165 30 0 / var(--tw-text-opacity));
}
.text-poppy\/0 {
  color: rgb(165 30 0 / 0);
}
.text-poppy\/10 {
  color: rgb(165 30 0 / 0.1);
}
.text-poppy\/100 {
  color: rgb(165 30 0 / 1);
}
.text-poppy\/15 {
  color: rgb(165 30 0 / 0.15);
}
.text-poppy\/20 {
  color: rgb(165 30 0 / 0.2);
}
.text-poppy\/25 {
  color: rgb(165 30 0 / 0.25);
}
.text-poppy\/30 {
  color: rgb(165 30 0 / 0.3);
}
.text-poppy\/35 {
  color: rgb(165 30 0 / 0.35);
}
.text-poppy\/40 {
  color: rgb(165 30 0 / 0.4);
}
.text-poppy\/45 {
  color: rgb(165 30 0 / 0.45);
}
.text-poppy\/5 {
  color: rgb(165 30 0 / 0.05);
}
.text-poppy\/50 {
  color: rgb(165 30 0 / 0.5);
}
.text-poppy\/55 {
  color: rgb(165 30 0 / 0.55);
}
.text-poppy\/60 {
  color: rgb(165 30 0 / .6);
}
.text-poppy\/65 {
  color: rgb(165 30 0 / 0.65);
}
.text-poppy\/70 {
  color: rgb(165 30 0 / 0.7);
}
.text-poppy\/75 {
  color: rgb(165 30 0 / 0.75);
}
.text-poppy\/80 {
  color: rgb(165 30 0 / 0.8);
}
.text-poppy\/85 {
  color: rgb(165 30 0 / 0.85);
}
.text-poppy\/90 {
  color: rgb(165 30 0 / 0.9);
}
.text-poppy\/95 {
  color: rgb(165 30 0 / 0.95);
}
.text-riviera-blue {
  --tw-text-opacity: 1;
  color: rgb(0 90 88 / var(--tw-text-opacity));
}
.text-riviera-blue\/0 {
  color: rgb(0 90 88 / 0);
}
.text-riviera-blue\/10 {
  color: rgb(0 90 88 / 0.1);
}
.text-riviera-blue\/100 {
  color: rgb(0 90 88 / 1);
}
.text-riviera-blue\/15 {
  color: rgb(0 90 88 / 0.15);
}
.text-riviera-blue\/20 {
  color: rgb(0 90 88 / 0.2);
}
.text-riviera-blue\/25 {
  color: rgb(0 90 88 / 0.25);
}
.text-riviera-blue\/30 {
  color: rgb(0 90 88 / 0.3);
}
.text-riviera-blue\/35 {
  color: rgb(0 90 88 / 0.35);
}
.text-riviera-blue\/40 {
  color: rgb(0 90 88 / 0.4);
}
.text-riviera-blue\/45 {
  color: rgb(0 90 88 / 0.45);
}
.text-riviera-blue\/5 {
  color: rgb(0 90 88 / 0.05);
}
.text-riviera-blue\/50 {
  color: rgb(0 90 88 / 0.5);
}
.text-riviera-blue\/55 {
  color: rgb(0 90 88 / 0.55);
}
.text-riviera-blue\/60 {
  color: rgb(0 90 88 / .6);
}
.text-riviera-blue\/65 {
  color: rgb(0 90 88 / 0.65);
}
.text-riviera-blue\/70 {
  color: rgb(0 90 88 / 0.7);
}
.text-riviera-blue\/75 {
  color: rgb(0 90 88 / 0.75);
}
.text-riviera-blue\/80 {
  color: rgb(0 90 88 / 0.8);
}
.text-riviera-blue\/85 {
  color: rgb(0 90 88 / 0.85);
}
.text-riviera-blue\/90 {
  color: rgb(0 90 88 / 0.9);
}
.text-riviera-blue\/95 {
  color: rgb(0 90 88 / 0.95);
}
.text-shocking-pink {
  --tw-text-opacity: 1;
  color: rgb(223 63 97 / var(--tw-text-opacity));
}
.text-shocking-pink\/0 {
  color: rgb(223 63 97 / 0);
}
.text-shocking-pink\/10 {
  color: rgb(223 63 97 / 0.1);
}
.text-shocking-pink\/100 {
  color: rgb(223 63 97 / 1);
}
.text-shocking-pink\/15 {
  color: rgb(223 63 97 / 0.15);
}
.text-shocking-pink\/20 {
  color: rgb(223 63 97 / 0.2);
}
.text-shocking-pink\/25 {
  color: rgb(223 63 97 / 0.25);
}
.text-shocking-pink\/30 {
  color: rgb(223 63 97 / 0.3);
}
.text-shocking-pink\/35 {
  color: rgb(223 63 97 / 0.35);
}
.text-shocking-pink\/40 {
  color: rgb(223 63 97 / 0.4);
}
.text-shocking-pink\/45 {
  color: rgb(223 63 97 / 0.45);
}
.text-shocking-pink\/5 {
  color: rgb(223 63 97 / 0.05);
}
.text-shocking-pink\/50 {
  color: rgb(223 63 97 / 0.5);
}
.text-shocking-pink\/55 {
  color: rgb(223 63 97 / 0.55);
}
.text-shocking-pink\/60 {
  color: rgb(223 63 97 / .6);
}
.text-shocking-pink\/65 {
  color: rgb(223 63 97 / 0.65);
}
.text-shocking-pink\/70 {
  color: rgb(223 63 97 / 0.7);
}
.text-shocking-pink\/75 {
  color: rgb(223 63 97 / 0.75);
}
.text-shocking-pink\/80 {
  color: rgb(223 63 97 / 0.8);
}
.text-shocking-pink\/85 {
  color: rgb(223 63 97 / 0.85);
}
.text-shocking-pink\/90 {
  color: rgb(223 63 97 / 0.9);
}
.text-shocking-pink\/95 {
  color: rgb(223 63 97 / 0.95);
}
.text-storm-gray {
  --tw-text-opacity: 1;
  color: rgb(175 177 178 / var(--tw-text-opacity));
}
.text-storm-gray\/0 {
  color: rgb(175 177 178 / 0);
}
.text-storm-gray\/10 {
  color: rgb(175 177 178 / 0.1);
}
.text-storm-gray\/100 {
  color: rgb(175 177 178 / 1);
}
.text-storm-gray\/15 {
  color: rgb(175 177 178 / 0.15);
}
.text-storm-gray\/20 {
  color: rgb(175 177 178 / 0.2);
}
.text-storm-gray\/25 {
  color: rgb(175 177 178 / 0.25);
}
.text-storm-gray\/30 {
  color: rgb(175 177 178 / 0.3);
}
.text-storm-gray\/35 {
  color: rgb(175 177 178 / 0.35);
}
.text-storm-gray\/40 {
  color: rgb(175 177 178 / 0.4);
}
.text-storm-gray\/45 {
  color: rgb(175 177 178 / 0.45);
}
.text-storm-gray\/5 {
  color: rgb(175 177 178 / 0.05);
}
.text-storm-gray\/50 {
  color: rgb(175 177 178 / 0.5);
}
.text-storm-gray\/55 {
  color: rgb(175 177 178 / 0.55);
}
.text-storm-gray\/60 {
  color: rgb(175 177 178 / .6);
}
.text-storm-gray\/65 {
  color: rgb(175 177 178 / 0.65);
}
.text-storm-gray\/70 {
  color: rgb(175 177 178 / 0.7);
}
.text-storm-gray\/75 {
  color: rgb(175 177 178 / 0.75);
}
.text-storm-gray\/80 {
  color: rgb(175 177 178 / 0.8);
}
.text-storm-gray\/85 {
  color: rgb(175 177 178 / 0.85);
}
.text-storm-gray\/90 {
  color: rgb(175 177 178 / 0.9);
}
.text-storm-gray\/95 {
  color: rgb(175 177 178 / 0.95);
}
.text-sunshine-yellow {
  --tw-text-opacity: 1;
  color: rgb(255 210 20 / var(--tw-text-opacity));
}
.text-sunshine-yellow\/0 {
  color: rgb(255 210 20 / 0);
}
.text-sunshine-yellow\/10 {
  color: rgb(255 210 20 / 0.1);
}
.text-sunshine-yellow\/100 {
  color: rgb(255 210 20 / 1);
}
.text-sunshine-yellow\/15 {
  color: rgb(255 210 20 / 0.15);
}
.text-sunshine-yellow\/20 {
  color: rgb(255 210 20 / 0.2);
}
.text-sunshine-yellow\/25 {
  color: rgb(255 210 20 / 0.25);
}
.text-sunshine-yellow\/30 {
  color: rgb(255 210 20 / 0.3);
}
.text-sunshine-yellow\/35 {
  color: rgb(255 210 20 / 0.35);
}
.text-sunshine-yellow\/40 {
  color: rgb(255 210 20 / 0.4);
}
.text-sunshine-yellow\/45 {
  color: rgb(255 210 20 / 0.45);
}
.text-sunshine-yellow\/5 {
  color: rgb(255 210 20 / 0.05);
}
.text-sunshine-yellow\/50 {
  color: rgb(255 210 20 / 0.5);
}
.text-sunshine-yellow\/55 {
  color: rgb(255 210 20 / 0.55);
}
.text-sunshine-yellow\/60 {
  color: rgb(255 210 20 / .6);
}
.text-sunshine-yellow\/65 {
  color: rgb(255 210 20 / 0.65);
}
.text-sunshine-yellow\/70 {
  color: rgb(255 210 20 / 0.7);
}
.text-sunshine-yellow\/75 {
  color: rgb(255 210 20 / 0.75);
}
.text-sunshine-yellow\/80 {
  color: rgb(255 210 20 / 0.8);
}
.text-sunshine-yellow\/85 {
  color: rgb(255 210 20 / 0.85);
}
.text-sunshine-yellow\/90 {
  color: rgb(255 210 20 / 0.9);
}
.text-sunshine-yellow\/95 {
  color: rgb(255 210 20 / 0.95);
}
.text-transparent {
  color: transparent;
}
.text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.text-transparent\/15 {
  color: rgb(0 0 0 / 0.15);
}
.text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-transparent\/35 {
  color: rgb(0 0 0 / 0.35);
}
.text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-transparent\/45 {
  color: rgb(0 0 0 / 0.45);
}
.text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-transparent\/55 {
  color: rgb(0 0 0 / 0.55);
}
.text-transparent\/60 {
  color: rgb(0 0 0 / .6);
}
.text-transparent\/65 {
  color: rgb(0 0 0 / 0.65);
}
.text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-transparent\/85 {
  color: rgb(0 0 0 / 0.85);
}
.text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/0 {
  color: rgb(255 255 255 / 0);
}
.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-white\/100 {
  color: rgb(255 255 255 / 1);
}
.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}
.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/60 {
  color: rgb(255 255 255 / .6);
}
.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-opacity-0 {
  --tw-text-opacity: 0;
}
.text-opacity-10 {
  --tw-text-opacity: 0.1;
}
.text-opacity-100 {
  --tw-text-opacity: 1;
}
.text-opacity-15 {
  --tw-text-opacity: 0.15;
}
.text-opacity-20 {
  --tw-text-opacity: 0.2;
}
.text-opacity-25 {
  --tw-text-opacity: 0.25;
}
.text-opacity-30 {
  --tw-text-opacity: 0.3;
}
.text-opacity-35 {
  --tw-text-opacity: 0.35;
}
.text-opacity-40 {
  --tw-text-opacity: 0.4;
}
.text-opacity-45 {
  --tw-text-opacity: 0.45;
}
.text-opacity-5 {
  --tw-text-opacity: 0.05;
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.text-opacity-55 {
  --tw-text-opacity: 0.55;
}
.text-opacity-60 {
  --tw-text-opacity: .6;
}
.text-opacity-65 {
  --tw-text-opacity: 0.65;
}
.text-opacity-70 {
  --tw-text-opacity: 0.7;
}
.text-opacity-75 {
  --tw-text-opacity: 0.75;
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.text-opacity-85 {
  --tw-text-opacity: 0.85;
}
.text-opacity-90 {
  --tw-text-opacity: 0.9;
}
.text-opacity-95 {
  --tw-text-opacity: 0.95;
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.bg-blend-normal {
  background-blend-mode: normal;
}
.bg-blend-multiply {
  background-blend-mode: multiply;
}
.bg-blend-screen {
  background-blend-mode: screen;
}
.bg-blend-overlay {
  background-blend-mode: overlay;
}
.bg-blend-darken {
  background-blend-mode: darken;
}
.bg-blend-lighten {
  background-blend-mode: lighten;
}
.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}
.bg-blend-color-burn {
  background-blend-mode: color-burn;
}
.bg-blend-hard-light {
  background-blend-mode: hard-light;
}
.bg-blend-soft-light {
  background-blend-mode: soft-light;
}
.bg-blend-difference {
  background-blend-mode: difference;
}
.bg-blend-exclusion {
  background-blend-mode: exclusion;
}
.bg-blend-hue {
  background-blend-mode: hue;
}
.bg-blend-saturation {
  background-blend-mode: saturation;
}
.bg-blend-color {
  background-blend-mode: color;
}
.bg-blend-luminosity {
  background-blend-mode: luminosity;
}
.outline {
  outline-style: solid;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[transform\2c opacity\] {
  transition-property: transform,opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-none {
  transition-property: none;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-0 {
  transition-delay: 0ms;
}
.delay-500 {
  transition-delay: 500ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-400 {
  transition-duration: 400ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.webkit-overflow-scrolling {
		-webkit-overflow-scrolling: none
	}
@media (min-width: 1024px) {

  .md-block {
    display: block;
  }
}
@media (min-width: 1440px) {

  .lg-block {
    display: block;
  }
}
@media (min-width: 1024px) {

  .md-hidden {
    display: none;
  }
}
@media (min-width: 1440px) {

  .lg-hidden {
    display: none;
  }
}
.absolute-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.list--commma-separated li:not(:last-child)::after {
	content: ",";
}
@media (min-width: 640px) {

	.sm\:button--default {
    padding-top: 0.75rem;
    padding-bottom: 0.6875rem;
  }

	@media (min-width: 640px) {

    .sm\:button--default {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      line-height: 1.5rem;
    }
  }
}
.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-infra-violete:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 42 138 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-infra-violete:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 42 138 / var(--tw-ring-opacity));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.group:hover .group-hover\:scale-103 {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (max-width: 639px) {

  .xs\:w-full {
    width: 100%;
  }
}
@media (min-width: 640px) {

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:col-start-1 {
    grid-column-start: 1;
  }

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:col-start-6 {
    grid-column-start: 6;
  }

  .sm\:col-start-8 {
    grid-column-start: 8;
  }

  .sm\:col-start-9 {
    grid-column-start: 9;
  }

  .sm\:row-start-1 {
    grid-row-start: 1;
  }

  .sm\:row-start-10 {
    grid-row-start: 10;
  }

  .sm\:row-start-11 {
    grid-row-start: 11;
  }

  .sm\:row-start-12 {
    grid-row-start: 12;
  }

  .sm\:row-start-13 {
    grid-row-start: 13;
  }

  .sm\:row-start-14 {
    grid-row-start: 14;
  }

  .sm\:row-start-15 {
    grid-row-start: 15;
  }

  .sm\:row-start-16 {
    grid-row-start: 16;
  }

  .sm\:row-start-17 {
    grid-row-start: 17;
  }

  .sm\:row-start-18 {
    grid-row-start: 18;
  }

  .sm\:row-start-19 {
    grid-row-start: 19;
  }

  .sm\:row-start-2 {
    grid-row-start: 2;
  }

  .sm\:row-start-20 {
    grid-row-start: 20;
  }

  .sm\:row-start-21 {
    grid-row-start: 21;
  }

  .sm\:row-start-22 {
    grid-row-start: 22;
  }

  .sm\:row-start-23 {
    grid-row-start: 23;
  }

  .sm\:row-start-24 {
    grid-row-start: 24;
  }

  .sm\:row-start-3 {
    grid-row-start: 3;
  }

  .sm\:row-start-4 {
    grid-row-start: 4;
  }

  .sm\:row-start-5 {
    grid-row-start: 5;
  }

  .sm\:row-start-6 {
    grid-row-start: 6;
  }

  .sm\:row-start-7 {
    grid-row-start: 7;
  }

  .sm\:row-start-8 {
    grid-row-start: 8;
  }

  .sm\:row-start-9 {
    grid-row-start: 9;
  }

  .sm\:row-start-auto {
    grid-row-start: auto;
  }

  .sm\:mb-20 {
    margin-bottom: 1.25rem;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mt-4 {
    margin-top: 0.25rem;
  }

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

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

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

  .sm\:gap-20 {
    gap: 1.25rem;
  }

  .sm\:gap-x-20 {
    column-gap: 1.25rem;
  }

  .sm\:gap-y-20 {
    row-gap: 1.25rem;
  }

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

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

  .sm\:text-32 {
    font-size: 2rem;
    line-height: 1.25;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:mb-26 {
    margin-bottom: 1.625rem;
  }

  .md\:mb-60 {
    margin-bottom: 3.75rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-16 {
    height: 1rem;
  }

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

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

  .md\:gap-26 {
    gap: 1.625rem;
  }

  .md\:gap-x-26 {
    column-gap: 1.625rem;
  }

  .md\:gap-y-26 {
    row-gap: 1.625rem;
  }

  .md\:text-16 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 1440px) {

  .lg\:mb-48 {
    margin-bottom: 3rem;
  }

  .lg\:ml-10 {
    margin-left: 0.625rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-24 {
    height: 1.5rem;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

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

  .lg\:grid-cols-1-max-4 {
    grid-template-columns: repeat(1, minmax(auto, 27rem));
  }

  .lg\:grid-cols-1-max-6 {
    grid-template-columns: repeat(1, minmax(auto, 42rem));
  }

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

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

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

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

  .lg\:grid-cols-2-max-4 {
    grid-template-columns: repeat(2, minmax(auto, 27rem));
  }

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

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

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

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

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

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

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

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }

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

  .lg\:gap-48 {
    gap: 3rem;
  }

  .lg\:gap-x-48 {
    column-gap: 3rem;
  }

  .lg\:gap-y-48 {
    row-gap: 3rem;
  }

  .lg\:text-18 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (max-width: 639px) {

  .mobile\:hidden {
    display: none;
  }

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

  .mobile\:grid-cols-1-max-4 {
    grid-template-columns: repeat(1, minmax(auto, 27rem));
  }

  .mobile\:grid-cols-1-max-6 {
    grid-template-columns: repeat(1, minmax(auto, 42rem));
  }

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

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

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

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

  .mobile\:grid-cols-2-max-4 {
    grid-template-columns: repeat(2, minmax(auto, 27rem));
  }

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

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

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

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

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

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

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

  .mobile\:grid-cols-none {
    grid-template-columns: none;
  }

  .mobile\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }
}
@media (min-width: 640px) {

  .tablet\:-mx-tablet-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

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

  .tablet\:mb-0 {
    margin-bottom: 0;
  }

  .tablet\:mb-tablet {
    margin-bottom: 1.25rem;
  }

  .tablet\:mt-tablet {
    margin-top: 1.25rem;
  }

  .tablet\:block {
    display: block;
  }

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

  .tablet\:grid-cols-1-max-4 {
    grid-template-columns: repeat(1, minmax(auto, 27rem));
  }

  .tablet\:grid-cols-1-max-6 {
    grid-template-columns: repeat(1, minmax(auto, 42rem));
  }

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

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

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

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

  .tablet\:grid-cols-2-max-4 {
    grid-template-columns: repeat(2, minmax(auto, 27rem));
  }

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

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

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

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

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

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

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

  .tablet\:grid-cols-none {
    grid-template-columns: none;
  }

  .tablet\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }

  .tablet\:gap-tablet {
    gap: 1.25rem;
  }

  .tablet\:gap-x-tablet {
    column-gap: 1.25rem;
  }

  .tablet\:p-tablet {
    padding: 1.25rem;
  }

  .tablet\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tablet\:px-45 {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }

  .tablet\:px-tablet-x {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .tablet\:pt-100 {
    padding-top: 6.25rem;
  }

  .tablet\:text-14 {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .tablet\:text-16 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .tablet\:text-24 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media (min-width: 1024px) {

  .laptop\:-mx-laptop-x {
    margin-left: -0.8125rem;
    margin-right: -0.8125rem;
  }

  .laptop\:mx-laptop {
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .laptop\:mb-0 {
    margin-bottom: 0;
  }

  .laptop\:mb-laptop {
    margin-bottom: 1.625rem;
  }

  .laptop\:mt-laptop {
    margin-top: 1.625rem;
  }

  .laptop\:block {
    display: block;
  }

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

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

  .laptop\:grid-cols-1-max-4 {
    grid-template-columns: repeat(1, minmax(auto, 27rem));
  }

  .laptop\:grid-cols-1-max-6 {
    grid-template-columns: repeat(1, minmax(auto, 42rem));
  }

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

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

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

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

  .laptop\:grid-cols-2-max-4 {
    grid-template-columns: repeat(2, minmax(auto, 27rem));
  }

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

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

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

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

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

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

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

  .laptop\:grid-cols-none {
    grid-template-columns: none;
  }

  .laptop\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }

  .laptop\:gap-laptop {
    gap: 1.625rem;
  }

  .laptop\:gap-x-laptop {
    column-gap: 1.625rem;
  }

  .laptop\:p-laptop {
    padding: 1.625rem;
  }

  .laptop\:px-45 {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }

  .laptop\:px-laptop {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .laptop\:px-laptop-x {
    padding-left: 0.8125rem;
    padding-right: 0.8125rem;
  }

  .laptop\:pt-192 {
    padding-top: 12rem;
  }
}
@media (min-width: 1440px) {

  .desktop\:-mx-desktop-x {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

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

  .desktop\:grid-cols-1-max-4 {
    grid-template-columns: repeat(1, minmax(auto, 27rem));
  }

  .desktop\:grid-cols-1-max-6 {
    grid-template-columns: repeat(1, minmax(auto, 42rem));
  }

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

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

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

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

  .desktop\:grid-cols-2-max-4 {
    grid-template-columns: repeat(2, minmax(auto, 27rem));
  }

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

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

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

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

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

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

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

  .desktop\:grid-cols-none {
    grid-template-columns: none;
  }

  .desktop\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }

  .desktop\:px-desktop {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .desktop\:px-desktop-x {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .desktop\:pt-160 {
    padding-top: 10rem;
  }
}

