/* line 2, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.dojoFloatingPane {
  position: fixed !important;
  top: 40px;
  left: 50%;
  margin-left: -25%;
}

/* line 9, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.search-result {
  margin-bottom: 20px;
}

/* line 11, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.search-result .search-result-title {
  font-size: 1.1em;
}

/* line 12, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.search-result .search-result-summary {
  font-size: 0.9em;
}

/* line 15, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imagine_cms-paginator {
  clear: both;
  padding-top: 4px;
  text-align: right;
}

/* line 16, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
a.imagine_cms-paginator-link {
  display: inline-block;
  margin-left: 3px;
  min-width: 1.2em;
  padding: 2px 4px;
  text-align: center;
  color: #333;
  background-color: white;
  border: solid 1px #333;
  text-decoration: none;
}

/* line 21, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
a.imagine_cms-paginator-link:hover {
  color: white;
  background-color: #333;
}

/* line 24, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
a.imagine_cms-paginator-link-selected {
  color: white;
  background-color: #333;
}

/* line 28, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imagine_cms-gallery {
  padding: 10px 10px 5px;
  background-color: #d8d6cd;
}

/* line 29, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imagine_cms-gallery-images {
  width: 100%;
  height: 340px;
  margin: 15px auto;
}

/* line 30, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imagine_cms-gallery-image {
  width: 450px;
  height: 340px;
  position: absolute;
}

/* line 31, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imagine_cms-gallery-thumbs {
  margin-top: 20px;
}

/* line 32, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imagine_cms-gallery-thumb {
  float: left;
  border: 5px solid #fff;
  margin: 0 5px 5px 0;
  cursor: pointer;
}

/* line 33, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imagine_cms-gallery-nav {
  width: 243px;
  margin: 0 auto;
}

/* line 34, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imagine_cms-gallery-nav-button {
  cursor: pointer;
  color: white;
}

/* line 35, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imagine_cms-gallery-caption {
  width: 100%;
  height: 80px;
  margin: 0 auto 40px;
  overflow: auto;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  text-align: center;
  color: #fff;
}

/* line 39, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imagine_cms-gallery-close {
  position: absolute;
  top: -20px;
  right: -20px;
}

/* line 40, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imagine_cms-gallery cite {
  font-size: 140%;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  color: #F17130;
}

/* line 42, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_wrap {
  /* width: 500px;   @done_in_js */
  /* height: 375px;  @done_in_js */
  position: relative;
  cursor: crosshair;
}

/* an extra classname is applied for Opera < 9.0 to fix it's lack of opacity support */
/* line 50, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_wrap.opera8 .imgCrop_overlay,
.imgCrop_wrap.opera8 .imgCrop_clickArea {
  background-color: transparent;
}

/* fix for IE displaying all boxes at line-height by default, although they are still 1 pixel high until we combine them with the pointless span */
/* line 56, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_wrap,
.imgCrop_wrap * {
  font-size: 0;
}

/* line 61, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_overlay {
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 70, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_selArea {
  position: absolute;
  /* @done_in_js
	top: 20px;
	left: 20px;
	width: 200px;
	height: 200px;
	background: transparent url(/castle.jpg) no-repeat  -210px -110px;
	*/
  cursor: move;
  z-index: 2;
}

/* clickArea is all a fix for IE 5.5 & 6 to allow the user to click on the given area */
/* line 84, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_clickArea {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0.01;
  filter: alpha(opacity=1);
}

/* line 92, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_marqueeHoriz {
  position: absolute;
  width: 100%;
  height: 1px;
  background: transparent url(/assets/cropper/marqueeHoriz-ff2eec44bc6de4eb56ae8b1bb2f527bbfb309616832b1ccf1e6724b7ab494517.gif) repeat-x 0 0;
  z-index: 3;
}

/* line 100, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_marqueeVert {
  position: absolute;
  height: 100%;
  width: 1px;
  background: transparent url(/assets/cropper/marqueeVert-9a4123e765cf39f47599e6484da6530b3f9c76625f914550b05540b6c0430170.gif) repeat-y 0 0;
  z-index: 3;
}

/*
 *  FIX MARCHING ANTS IN IE
 *	As IE <6 tries to load background images we can uncomment the follwoing hack
 *  to remove that issue, not as pretty - but is anything in IE?
 *  And yes I do know that 'filter' is evil, but it will make it look semi decent in IE
 *
* html .imgCrop_marqueeHoriz,
* html .imgCrop_marqueeVert {
	background: transparent;
	filter: Invert;
}
* html .imgCrop_marqueeNorth { border-top: 1px dashed #000; }
* html .imgCrop_marqueeEast  { border-right: 1px dashed #000; }
* html .imgCrop_marqueeSouth { border-bottom: 1px dashed #000; }
* html .imgCrop_marqueeWest  { border-left: 1px dashed #000; }
*/
/* line 125, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_marqueeNorth {
  top: 0;
  left: 0;
}

/* line 126, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_marqueeEast {
  top: 0;
  right: 0;
}

/* line 127, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_marqueeSouth {
  bottom: 0px;
  left: 0;
}

/* line 128, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_marqueeWest {
  top: 0;
  left: 0;
}

/* line 131, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_handle {
  position: absolute;
  border: 1px solid #333;
  width: 6px;
  height: 6px;
  background: #FFF;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 4;
}

/* fix IE 5 box model */
/* line 143, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
* html .imgCrop_handle {
  width: 8px;
  height: 8px;
  wid\th: 6px;
  hei\ght: 6px;
}

/* line 150, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_handleN {
  top: -3px;
  left: 0;
  /* margin-left: 49%;    @done_in_js */
  cursor: n-resize;
}

/* line 157, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_handleNE {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}

/* line 163, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_handleE {
  top: 0;
  right: -3px;
  /* margin-top: 49%;    @done_in_js */
  cursor: e-resize;
}

/* line 170, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_handleSE {
  right: -3px;
  bottom: -3px;
  cursor: se-resize;
}

/* line 176, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_handleS {
  right: 0;
  bottom: -3px;
  /* margin-right: 49%; @done_in_js */
  cursor: s-resize;
}

/* line 183, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_handleSW {
  left: -3px;
  bottom: -3px;
  cursor: sw-resize;
}

/* line 189, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_handleW {
  top: 0;
  left: -3px;
  /* margin-top: 49%;  @done_in_js */
  cursor: w-resize;
}

/* line 196, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_handleNW {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}

/**
 * Create an area to click & drag around on as the default browser behaviour is to let you drag the image
 */
/* line 205, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_dragArea {
  width: 100%;
  height: 100%;
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 214, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_previewWrap {
  /* width: 200px;  @done_in_js */
  /* height: 200px; @done_in_js */
  overflow: hidden;
  position: relative;
}

/* line 221, vendor/bundle/ruby/3.2.0/bundler/gems/imagine_cms-02662906c4bf/app/assets/stylesheets/imagine_cms.css.scss */
.imgCrop_previewWrap img {
  position: absolute;
}
*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

/* undo tailwind resets for images in dojo dialogs */

[dojoattachpoint] {
  & img {
    display: unset;
    height: inherit;
  }
  & input,
    & textarea {
    border: 1px solid #888888;
  }
}

.button:not(article .button, section .button) {
  margin-bottom: 8px;
  display: inline-block;
  border-radius: 5px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 133 104 / var(--tw-border-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 15px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(0 133 104 / var(--tw-text-opacity, 1));
}

.button:not(article .button, section .button):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 104 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* form elements */

/* form { */

input {
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187 / var(--tw-border-opacity, 1));
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 1.4;
}

button:not(.button, nav button, article button, section button), input[type="submit"], input[type="button"] {
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 1.4;
}

select {
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 1.4;
}

/* } */

input.form {
  min-width: 36px;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187 / var(--tw-border-opacity, 1));
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 1.4;
}

select.form {
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 1.4;
}

/* button styles */

.button {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 50px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 64 151 / var(--tw-bg-opacity, 1));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Merriweather Sans, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.button:hover {
  background-color: rgb(120 163 63 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.9;
  text-decoration-line: none;
}

.green-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(120 163 63 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Merriweather Sans, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.green-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(133 185 64 / var(--tw-bg-opacity, 1));
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-8 {
  left: 2rem;
}

.left-\[-10vw\] {
  left: -10vw;
}

.left-\[-55px\] {
  left: -55px;
}

.right-0 {
  right: 0px;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

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

.top-\[-0\.1vw\] {
  top: -0.1vw;
}

.top-\[-100\%\] {
  top: -100%;
}

.top-\[100\%\] {
  top: 100%;
}

.top-full {
  top: 100%;
}

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

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

.z-\[9999\] {
  z-index: 9999;
}

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

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

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.-mr-3 {
  margin-right: -0.75rem;
}

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

.mb-20 {
  margin-bottom: 5rem;
}

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mr-0 {
  margin-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-\[6vw\] {
  margin-top: 6vw;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

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

.h-\[125\%\] {
  height: 125%;
}

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

.h-\[185\%\] {
  height: 185%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.min-h-0 {
  min-height: 0px;
}

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

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

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

.min-h-screen {
  min-height: 100vh;
}

.\!w-\[162px\] {
  width: 162px !important;
}

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-\[100vw\] {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

.max-w-md {
  max-width: 28rem;
}

.max-w-screen-maxc {
  max-width: 1312px;
}

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

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

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

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

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

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

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

.touch-manipulation {
  touch-action: manipulation;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.space-y-2 > :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));
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

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

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

.text-balance {
  text-wrap: balance;
}

.rounded-\[125\%\] {
  border-radius: 125%;
}

.rounded-\[185\%\] {
  border-radius: 185%;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[25px\] {
  border-radius: 25px;
}

.rounded-\[50px\] {
  border-radius: 50px;
}

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

.border {
  border-width: 1px;
}

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

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

.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.bg-\[\#78A33F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(120 163 63 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E54097\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 64 151 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E5E1C7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 225 199 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FBF3DD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 243 221 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity, 1));
}

.bg-brightGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(133 185 64 / var(--tw-bg-opacity, 1));
}

.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(251 243 221 / var(--tw-bg-opacity, 1));
}

.bg-darkBrown {
  --tw-bg-opacity: 1;
  background-color: rgb(65 37 27 / var(--tw-bg-opacity, 1));
}

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

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(120 163 63 / var(--tw-bg-opacity, 1));
}

.bg-hotPink {
  --tw-bg-opacity: 1;
  background-color: rgb(229 64 151 / var(--tw-bg-opacity, 1));
}

.bg-mutedGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(122 146 80 / var(--tw-bg-opacity, 1));
}

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

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

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

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

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

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.p-3 {
  padding: 0.75rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

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

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

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[25vh\] {
  padding-top: 25vh;
}

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

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

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

.font-commissioner {
  font-family: Commissioner, system-ui, sans-serif;
}

.font-merriweather {
  font-family: Merriweather, system-ui, serif;
}

.font-merriweatherSans {
  font-family: Merriweather Sans, system-ui, sans-serif;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[38px\] {
  font-size: 38px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\.7\] {
  line-height: 1.7;
}

.leading-none {
  line-height: 1;
}

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

.leading-tight {
  line-height: 1.25;
}

.\!text-darkBrown {
  --tw-text-opacity: 1 !important;
  color: rgb(65 37 27 / var(--tw-text-opacity, 1)) !important;
}

.\!text-hotPink {
  --tw-text-opacity: 1 !important;
  color: rgb(229 64 151 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#537E1A\] {
  --tw-text-opacity: 1;
  color: rgb(83 126 26 / var(--tw-text-opacity, 1));
}

.text-\[\#E54097\] {
  --tw-text-opacity: 1;
  color: rgb(229 64 151 / var(--tw-text-opacity, 1));
}

.text-brightGreen {
  --tw-text-opacity: 1;
  color: rgb(133 185 64 / var(--tw-text-opacity, 1));
}

.text-darkBrown {
  --tw-text-opacity: 1;
  color: rgb(65 37 27 / var(--tw-text-opacity, 1));
}

.text-darkGreen {
  --tw-text-opacity: 1;
  color: rgb(83 126 26 / var(--tw-text-opacity, 1));
}

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

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.underline {
  text-decoration-line: underline;
}

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

.placeholder-\[rgba\(120\2c 163\2c 63\2c 0\.5\)\]::-moz-placeholder {
  color: rgba(120,163,63,0.5);
}

.placeholder-\[rgba\(120\2c 163\2c 63\2c 0\.5\)\]::placeholder {
  color: rgba(120,163,63,0.5);
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-\[0_3px_5px_0_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 3px 5px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.brightness-0 {
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.saturate-200 {
  --tw-saturate: saturate(2);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

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

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

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

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

/* special styles */

.form_button, input.form_button[type="submit"], button.form_button {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(85 85 85 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

form :is(input.form_button[type="submit"], button.form_button) {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(85 85 85 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(61 100 157 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

td > .form_button {
  margin-right: 5px;
  margin-bottom: 5px;
}

/* editor fix */

.ccs-toolbar select {
  border: 1px solid #888888;
  padding: 2px 8px;
  font-size: 11px !important;
}

[x-cloak] {
  display: none !important;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  font-family: Commissioner, system-ui, sans-serif;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(65 37 27 / var(--tw-text-opacity, 1));
}

@media (min-width: 720px) {
  body {
    font-size: 20px;
  }
}

a:hover {
  text-decoration-thickness: 2px;
}

.adaptive-padding-l {
  /* 656 = 1312 / 2 */
}

@media (min-width: 720px) {
  .adaptive-padding-l {
    padding-left: clamp(24px,24px,656px - 50vw);
  }
}

@media (min-width: 1024px) {
  .adaptive-padding-l {
    padding-left: clamp(32px,32px,656px - 50vw);
  }
}

.adaptive-padding-r {
  /* 656 = 1312 / 2 */
}

@media (min-width: 720px) {
  .adaptive-padding-r {
    padding-right: clamp(24px,24px,656px - 50vw);
  }
}

@media (min-width: 1024px) {
  .adaptive-padding-r {
    padding-right: clamp(32px,32px,656px - 50vw);
  }
}

.adaptive-padding-x {
  /* 656 = 1312 / 2 */
}

@media (min-width: 720px) {
  .adaptive-padding-x {
    padding-left: clamp(24px,24px,656px - 50vw);
  }
}

@media (min-width: 1024px) {
  .adaptive-padding-x {
    padding-left: clamp(32px,32px,656px - 50vw);
  }
}

.adaptive-padding-x {
  /* 656 = 1312 / 2 */
}

@media (min-width: 720px) {
  .adaptive-padding-x {
    padding-right: clamp(24px,24px,656px - 50vw);
  }
}

@media (min-width: 1024px) {
  .adaptive-padding-x {
    padding-right: clamp(32px,32px,656px - 50vw);
  }
}

.content-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1312px;
  /* 656 = 1312 / 2 */
}

@media (min-width: 720px) {
  .content-width {
    padding-left: clamp(24px,24px,656px - 50vw);
  }
}

@media (min-width: 1024px) {
  .content-width {
    padding-left: clamp(32px,32px,656px - 50vw);
  }
}

.content-width {
  /* 656 = 1312 / 2 */
}

@media (min-width: 720px) {
  .content-width {
    padding-right: clamp(24px,24px,656px - 50vw);
  }
}

@media (min-width: 1024px) {
  .content-width {
    padding-right: clamp(32px,32px,656px - 50vw);
  }
}

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

.full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media only screen and (min-width: 712px) {
  .sm-br br {
    display: none;
  }

  .sm-br:before {
    content: attr(data-divider);
  }
}

@media only screen and (max-width: 951px) {
  .lg-br br {
    display: none;
  }

  .lg-br:before {
    content: attr(data-divider);
  }
}

/* cms styles */

article main, article section {
  font-family: Commissioner, system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(65 37 27 / var(--tw-text-opacity, 1));
}

@media (min-width: 720px) {
  article main, article section {
    font-size: 20px;
  }
}

article main, article section {
  & h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  & h1 {
    font-family: Merriweather Sans, system-ui, sans-serif;
  }
  & h1 {
    font-size: 38px;
  }
  & h1 {
    font-weight: 700;
  }
  & h1 {
    line-height: 1.3;
  }
  @media (min-width: 720px) {
    & h1 {
      font-size: 60px;
    }
  }
  & h1 {
    & span {
      font-family: Merriweather, system-ui, serif;
    }
    & span {
      font-style: italic;
    }
  }
  & h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  & h2 {
    font-family: Merriweather, system-ui, serif;
  }
  & h2 {
    font-size: 28px;
  }
  & h2 {
    font-weight: 700;
  }
  & h2 {
    line-height: 1.3;
  }
  @media (min-width: 720px) {
    & h2 {
      font-size: 38px;
    }
  }
  & h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  & h3 {
    font-family: Merriweather Sans, system-ui, sans-serif;
  }
  & h3 {
    font-size: 24px;
  }
  & h3 {
    font-weight: 700;
  }
  & h3 {
    line-height: 1.3;
  }
  & h3 {
    --tw-text-opacity: 1;
    color: rgb(83 126 26 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 720px) {
    & h3 {
      font-size: 32px;
    }
  }
  & p + h3 {
    margin-top: 3.5rem;
  }
  & h4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  & h4 {
    font-family: Merriweather Sans, system-ui, sans-serif;
  }
  & h4 {
    font-size: 20px;
  }
  & h4 {
    font-weight: 700;
  }
  & h4 {
    line-height: 1.3;
  }
  @media (min-width: 720px) {
    & h4 {
      font-size: 22px;
    }
  }
  & h5 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  & h5 {
    font-family: Merriweather Sans, system-ui, sans-serif;
  }
  & h5 {
    font-size: 18px;
  }
  & h5 {
    font-weight: 700;
  }
  & h5 {
    line-height: 1.3;
  }
  & h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  & h6 {
    font-family: Merriweather Sans, system-ui, sans-serif;
  }
  & h6 {
    font-size: 16px;
  }
  & h6 {
    font-weight: 700;
  }
  & h6 {
    line-height: 1.3;
  }
  & p {
    margin-bottom: 1rem;
  }
  & small {
    font-size: 16px;
  }
  & small {
    line-height: 1.5;
  }
  & blockquote {
    border-top-width: 4px;
  }
  & blockquote {
    --tw-border-opacity: 1;
    border-color: rgb(120 163 63 / var(--tw-border-opacity, 1));
  }
  & blockquote {
    padding-top: 1rem;
  }
  & blockquote {
    font-family: Merriweather Sans, system-ui, sans-serif;
  }
  & blockquote {
    font-size: 20px;
  }
  & blockquote {
    font-style: italic;
  }
  & blockquote {
    line-height: 1.7;
  }
  & blockquote {
    --tw-text-opacity: 1;
    color: rgb(83 126 26 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 720px) {
    & blockquote {
      font-size: 22px;
    }
  }
  & ul {
    list-style-position: outside;
  }
  & ul {
    list-style-type: disc;
  }
  & ul {
    padding-left: 2rem;
  }
  & ol {
    list-style-position: outside;
  }
  & ol {
    list-style-type: decimal;
  }
  & ol {
    padding-left: 2rem;
  }
  & li {
    padding-bottom: 0.5rem;
  }
  & li {
    font-family: Commissioner, system-ui, sans-serif;
  }
  & li {
    font-size: 18px;
  }
  & li {
    font-weight: 600;
  }
  & li {
    line-height: 1.3;
  }
  & li:has(img) {
    margin-left: -2rem;
  }
  & li:has(img) {
    margin-bottom: 2rem;
  }
  & li:has(img) {
    margin-top: 1rem;
  }
  & li:has(img) {
    display: flex;
  }
  & li:has(img) {
    list-style-type: none;
  }
  & li:has(img) {
    align-items: center;
  }
  & li:has(img) {
    gap: 1rem;
  }
  & li:has(img) {
    & img {
      height: 80px;
    }
    & img {
      width: 80px;
    }
    & img {
      -o-object-fit: contain;
         object-fit: contain;
    }
  }
  & a {
    --tw-text-opacity: 1;
    color: rgb(229 64 151 / var(--tw-text-opacity, 1));
  }
  & a:hover {
    text-decoration-line: underline;
  }
  & a.file-pdf {
    display: inline-flex;
  }
  & a.file-pdf {
    align-items: center;
  }
  & a.file-pdf {
    justify-content: center;
  }
  & a.file-pdf {
    gap: 1rem;
  }
  & a.file-pdf {
    border-radius: 50px;
  }
  & a.file-pdf {
    --tw-bg-opacity: 1;
    background-color: rgb(229 64 151 / var(--tw-bg-opacity, 1));
  }
  & a.file-pdf {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  & a.file-pdf {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  & a.file-pdf {
    font-family: Merriweather Sans, system-ui, sans-serif;
  }
  & a.file-pdf {
    font-size: 20px;
  }
  & a.file-pdf {
    font-weight: 700;
  }
  & a.file-pdf {
    line-height: 1.2;
  }
  & a.file-pdf {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  & a.file-pdf {
    text-decoration-line: none;
  }
  & a.file-pdf {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  & a.file-pdf {
    transition-duration: 500ms;
  }
  & a.file-pdf:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(120 163 63 / var(--tw-bg-opacity, 1));
  }
  & a.file-pdf:hover {
    --tw-bg-opacity: 0.9;
  }
  & a.file-pdf:hover {
    text-decoration-line: none;
  }
  & a.file-pdf {
    &::before {
      content: '';
      display: inline-block;
      width: 24px;
      height: 28px;
      background-image: url(/assets/2025/icon-download.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      flex-shrink: 0;
    }
  }
  & img[src*=".jpg"], & img[src*=".jpeg"] {
    border-radius: 20px;
  }
  & ul:has(li a.file-pdf) {
    margin-left: auto;
    margin-right: auto;
  }
  & ul:has(li a.file-pdf) {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  & ul:has(li a.file-pdf) {
    display: grid;
  }
  & ul:has(li a.file-pdf) {
    width: auto;
  }
  & ul:has(li a.file-pdf) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  & ul:has(li a.file-pdf) {
    gap: 3rem;
  }
  & ul:has(li a.file-pdf) {
    padding: 0px;
  }
  @media (min-width: 720px) {
    & ul:has(li a.file-pdf) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (min-width: 1024px) {
    & ul:has(li a.file-pdf) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (min-width: 1280px) {
    & ul:has(li a.file-pdf) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  & ul:has(li a.file-pdf) {
    & li:has(a.file-pdf) {
      margin: 0px;
    }
    & li:has(a.file-pdf) {
      display: flex;
    }
    & li:has(a.file-pdf) {
      width: 100%;
    }
    & li:has(a.file-pdf) {
      flex: none;
    }
    & li:has(a.file-pdf) {
      flex-direction: column;
    }
    & li:has(a.file-pdf) {
      align-items: center;
    }
    & li:has(a.file-pdf) {
      justify-content: center;
    }
    @media (min-width: 720px) {
      & li:has(a.file-pdf) {
        width: 276px;
      }
    }
    & li:has(a.file-pdf) {
      & a.file-pdf {
        margin-top: 0px;
        margin-bottom: 0px;
      }
      & a.file-pdf {
        margin-right: 0px;
      }
      & a.file-pdf {
        display: flex;
      }
      & a.file-pdf {
        height: 100%;
      }
      & a.file-pdf {
        min-width: 220px;
      }
      & a.file-pdf {
        flex-direction: column;
      }
      & a.file-pdf {
        align-items: center;
      }
      & a.file-pdf {
        justify-content: center;
      }
      & a.file-pdf {
        gap: 1rem;
      }
      & a.file-pdf {
        border-radius: 20px;
      }
      & a.file-pdf {
        border-width: 0px;
      }
      & a.file-pdf {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
      }
      & a.file-pdf {
        padding-left: 3rem;
        padding-right: 3rem;
      }
      & a.file-pdf {
        padding-top: 2rem;
        padding-bottom: 2rem;
      }
      & a.file-pdf {
        text-align: center;
      }
      & a.file-pdf {
        font-family: Merriweather Sans, system-ui, sans-serif;
      }
      & a.file-pdf {
        font-size: 18px;
      }
      & a.file-pdf {
        font-weight: 700;
      }
      & a.file-pdf {
        line-height: 1.2;
      }
      & a.file-pdf {
        --tw-text-opacity: 1;
        color: rgb(83 126 26 / var(--tw-text-opacity, 1));
      }
      & a.file-pdf {
        text-decoration-line: none;
      }
      & a.file-pdf:hover {
        text-decoration-line: none;
      }
      & a.file-pdf {
        &::before {
          display: none;
        }
        & img {
          height: 220px;
        }
        & img {
          width: 220px;
        }
        & img {
          -o-object-fit: contain;
             object-fit: contain;
        }
      }
    }
  }
}

.curved-mask {
  --curve-height: 2.5%;
  clip-path: polygon(
    0.00% calc(var(--curve-height) * 0.0000),
    5.00% calc(var(--curve-height) * 0.1900),
    10.00% calc(var(--curve-height) * 0.3600),
    15.00% calc(var(--curve-height) * 0.5100),
    20.00% calc(var(--curve-height) * 0.6400),
    25.00% calc(var(--curve-height) * 0.7500),
    30.00% calc(var(--curve-height) * 0.8400),
    35.00% calc(var(--curve-height) * 0.9100),
    40.00% calc(var(--curve-height) * 0.9600),
    45.00% calc(var(--curve-height) * 0.9900),
    50.00% calc(var(--curve-height) * 1.0000),
    55.00% calc(var(--curve-height) * 0.9900),
    60.00% calc(var(--curve-height) * 0.9600),
    65.00% calc(var(--curve-height) * 0.9100),
    70.00% calc(var(--curve-height) * 0.8400),
    75.00% calc(var(--curve-height) * 0.7500),
    80.00% calc(var(--curve-height) * 0.6400),
    85.00% calc(var(--curve-height) * 0.5100),
    90.00% calc(var(--curve-height) * 0.3600),
    95.00% calc(var(--curve-height) * 0.1900),
    100.00% calc(var(--curve-height) * 0.0000),
    100% 100%,
    0% 100%
  );
}

@media (min-width: 513px) and (max-width: 768px) {
  .curved-mask {
    --curve-height: 3.5%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .curved-mask {
    --curve-height: 4.5%;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .curved-mask {
    --curve-height: 5.5%;
  }
}

@media (min-width: 1281px) and (max-width: 1440px) {
  .curved-mask {
    --curve-height: 6.5%;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .curved-mask {
    --curve-height: 8%;
  }
}

@media (min-width: 1601px) {
  .curved-mask {
    --curve-height: 10%;
  }
}

/* misc */

.imagine_cms-paginator {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  & > span {
    display: none;
  }
  & a.imagine_cms-paginator-link {
    display: flex;
  }
  & a.imagine_cms-paginator-link {
    aspect-ratio: 1 / 1;
  }
  & a.imagine_cms-paginator-link {
    width: 50px;
  }
  & a.imagine_cms-paginator-link {
    align-items: center;
  }
  & a.imagine_cms-paginator-link {
    justify-content: center;
  }
  & a.imagine_cms-paginator-link {
    border-radius: 9999px;
  }
  & a.imagine_cms-paginator-link {
    border-width: 2px;
  }
  & a.imagine_cms-paginator-link {
    border-color: transparent;
  }
  & a.imagine_cms-paginator-link {
    font-family: Merriweather Sans, system-ui, sans-serif;
  }
  & a.imagine_cms-paginator-link {
    font-size: 20px;
  }
  & a.imagine_cms-paginator-link {
    font-weight: 700;
  }
  & a.imagine_cms-paginator-link {
    line-height: 1.2;
  }
  & a.imagine_cms-paginator-link {
    --tw-text-opacity: 1;
    color: rgb(83 126 26 / var(--tw-text-opacity, 1));
  }
  & a.imagine_cms-paginator-link {
    text-decoration-line: none;
  }
  & a.imagine_cms-paginator-link {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  & a.imagine_cms-paginator-link {
    transition-duration: 500ms;
  }
  & a.imagine_cms-paginator-link:hover {
    --tw-border-opacity: 1;
    border-color: rgb(120 163 63 / var(--tw-border-opacity, 1));
  }
  & a.imagine_cms-paginator-link:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  & a.imagine_cms-paginator-link:hover {
    --tw-bg-opacity: 0.9;
  }
  & a.imagine_cms-paginator-link:hover {
    --tw-text-opacity: 1;
    color: rgb(83 126 26 / var(--tw-text-opacity, 1));
  }
  & a.imagine_cms-paginator-link:hover {
    text-decoration-line: none;
  }
  & a.imagine_cms-paginator-link-selected {
    pointer-events: none;
  }
  & a.imagine_cms-paginator-link-selected {
    --tw-border-opacity: 1;
    border-color: rgb(120 163 63 / var(--tw-border-opacity, 1));
  }
  & a.imagine_cms-paginator-link-selected {
    --tw-bg-opacity: 1;
    background-color: rgb(120 163 63 / var(--tw-bg-opacity, 1));
  }
  & a.imagine_cms-paginator-link-selected {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.hover\:bg-\[\#6B8F38\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 143 56 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(120 163 63 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-\[\#41251B\]:hover {
  --tw-text-opacity: 1;
  color: rgb(65 37 27 / var(--tw-text-opacity, 1));
}

.hover\:text-hotPink:hover {
  --tw-text-opacity: 1;
  color: rgb(229 64 151 / var(--tw-text-opacity, 1));
}

.hover\:text-white\/70:hover {
  color: rgb(255 255 255 / 0.7);
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.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-green:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 163 63 / var(--tw-ring-opacity, 1));
}

@media (min-width: 720px) {
  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:\!h-\[49px\] {
    height: 49px !important;
  }

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

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

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

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

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

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

  .md\:\!w-\[189px\] {
    width: 189px !important;
  }

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

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

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

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

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

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

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

  .md\:items-end {
    align-items: flex-end;
  }

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:\!py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

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

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-\[38px\] {
    font-size: 38px;
  }

  .md\:text-\[60px\] {
    font-size: 60px;
  }
}

@media (min-width: 800px) {
  .ml\:flex {
    display: flex;
  }

  .ml\:hidden {
    display: none;
  }

  .ml\:h-\[110vw\] {
    height: 110vw;
  }

  .ml\:h-\[85vw\] {
    height: 85vw;
  }

  .ml\:w-\[110vw\] {
    width: 110vw;
  }

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

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

  .ml\:pl-24 {
    padding-left: 6rem;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:bottom-8 {
    bottom: 2rem;
  }

  .lg\:left-6 {
    left: 1.5rem;
  }

  .lg\:left-8 {
    left: 2rem;
  }

  .lg\:right-6 {
    right: 1.5rem;
  }

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

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

  .lg\:min-h-0 {
    min-height: 0px;
  }

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

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

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

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

  .lg\:w-auto {
    width: auto;
  }

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

  .lg\:flex-none {
    flex: none;
  }

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

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

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

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

  .lg\:gap-16 {
    gap: 4rem;
  }

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

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-28 {
    gap: 7rem;
  }

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

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

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

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

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-\[38px\] {
    font-size: 38px;
  }

  .lg\:text-\[60px\] {
    font-size: 60px;
  }
}

@media (min-width: 1280px) {
  .xl\:\!h-\[59px\] {
    height: 59px !important;
  }

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

  .xl\:\!w-\[224px\] {
    width: 224px !important;
  }

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

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

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

  .xl\:gap-12 {
    gap: 3rem;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

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

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:text-\[22px\] {
    font-size: 22px;
  }
}

@media (min-width: 1440px) {
  .maxcc\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 *
 * require structure
 * require structure-sm
 * require structure-med
 * require structure-lg
 *
 * require styles
 * require navigation
 * require features
 * require home
 * require news
 * require blog
 *
 * require_self
 */
