@charset "UTF-8";*, ::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;
}[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}::-webkit-datetime-edit{
  display: inline-flex;
}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}[type='checkbox']{
  border-radius: 0px;
}[type='radio']{
  border-radius: 100%;
}[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}@media (forced-colors: active) {[type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}@media (forced-colors: active) {[type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}@media (forced-colors: active) {[type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}@media (min-width: 640px){.container{
    max-width: 640px;
  }
}@media (min-width: 768px){.container{
    max-width: 768px;
  }
}@media (min-width: 1024px){.container{
    max-width: 1024px;
  }
}@media (min-width: 1200px){.container{
    max-width: 1200px;
  }
}.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.visible{
  visibility: visible;
}.collapse{
  visibility: collapse;
}.static{
  position: static;
}.fixed{
  position: fixed;
}.\!absolute{
  position: absolute !important;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.sticky{
  position: sticky;
}.inset-0{
  inset: 0px;
}.inset-x-0{
  left: 0px;
  right: 0px;
}.bottom-0{
  bottom: 0px;
}.bottom-2{
  bottom: 0.5rem;
}.bottom-6{
  bottom: 1.5rem;
}.bottom-9{
  bottom: 2.25rem;
}.left-0{
  left: 0px;
}.left-14{
  left: 3.5rem;
}.left-\[0\.5rem\]{
  left: 0.5rem;
}.right-0{
  right: 0px;
}.right-14{
  right: 3.5rem;
}.right-\[0\.5rem\]{
  right: 0.5rem;
}.top-0{
  top: 0px;
}.top-\[-10px\]{
  top: -10px;
}.z-10{
  z-index: 10;
}.z-20{
  z-index: 20;
}.z-50{
  z-index: 50;
}.z-\[10000\]{
  z-index: 10000;
}.z-\[9999\]{
  z-index: 9999;
}.col-span-12{
  grid-column: span 12 / span 12;
}.col-span-2{
  grid-column: span 2 / span 2;
}.col-span-3{
  grid-column: span 3 / span 3;
}.col-span-4{
  grid-column: span 4 / span 4;
}.col-span-5{
  grid-column: span 5 / span 5;
}.col-span-6{
  grid-column: span 6 / span 6;
}.col-span-7{
  grid-column: span 7 / span 7;
}.col-span-9{
  grid-column: span 9 / span 9;
}.float-right{
  float: right;
}.float-left{
  float: left;
}.clear-both{
  clear: both;
}.\!m-0{
  margin: 0px !important;
}.m-0{
  margin: 0px;
}.m-4{
  margin: 1rem;
}.\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}.\!mb-0{
  margin-bottom: 0px !important;
}.\!mb-1{
  margin-bottom: 0.25rem !important;
}.\!mb-2{
  margin-bottom: 0.5rem !important;
}.\!mt-0{
  margin-top: 0px !important;
}.mb-0{
  margin-bottom: 0px;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-2\.5{
  margin-bottom: 0.625rem;
}.mb-28{
  margin-bottom: 7rem;
}.mb-3{
  margin-bottom: 0.75rem;
}.mb-3\.5{
  margin-bottom: 0.875rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-5{
  margin-bottom: 1.25rem;
}.mb-6{
  margin-bottom: 1.5rem;
}.mt-0\.5{
  margin-top: 0.125rem;
}.mt-1{
  margin-top: 0.25rem;
}.mt-1\.5{
  margin-top: 0.375rem;
}.mt-12{
  margin-top: 3rem;
}.mt-14{
  margin-top: 3.5rem;
}.mt-16{
  margin-top: 4rem;
}.mt-2{
  margin-top: 0.5rem;
}.mt-2\.5{
  margin-top: 0.625rem;
}.mt-24{
  margin-top: 6rem;
}.mt-3\.5{
  margin-top: 0.875rem;
}.mt-4{
  margin-top: 1rem;
}.mt-5{
  margin-top: 1.25rem;
}.mt-8{
  margin-top: 2rem;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.inline{
  display: inline;
}.\!flex{
  display: flex !important;
}.flex{
  display: flex;
}.inline-flex{
  display: inline-flex;
}.table{
  display: table;
}.table-cell{
  display: table-cell;
}.table-row{
  display: table-row;
}.grid{
  display: grid;
}.contents{
  display: contents;
}.hidden{
  display: none;
}.aspect-square{
  aspect-ratio: 1 / 1;
}.aspect-video{
  aspect-ratio: 16 / 9;
}.\!h-\[468px\]{
  height: 468px !important;
}.\!h-\[485px\]{
  height: 485px !important;
}.h-0{
  height: 0px;
}.h-1{
  height: 0.25rem;
}.h-10{
  height: 2.5rem;
}.h-11{
  height: 2.75rem;
}.h-12{
  height: 3rem;
}.h-16{
  height: 4rem;
}.h-2{
  height: 0.5rem;
}.h-20{
  height: 5rem;
}.h-24{
  height: 6rem;
}.h-3{
  height: 0.75rem;
}.h-32{
  height: 8rem;
}.h-4{
  height: 1rem;
}.h-5{
  height: 1.25rem;
}.h-52{
  height: 13rem;
}.h-6{
  height: 1.5rem;
}.h-7{
  height: 1.75rem;
}.h-8{
  height: 2rem;
}.h-9{
  height: 2.25rem;
}.h-\[110px\]{
  height: 110px;
}.h-\[150px\]{
  height: 150px;
}.h-\[215px\]{
  height: 215px;
}.h-\[232px\]{
  height: 232px;
}.h-\[250px\]{
  height: 250px;
}.h-\[260px\]{
  height: 260px;
}.h-\[267px\]{
  height: 267px;
}.h-\[432px\]{
  height: 432px;
}.h-\[449px\]{
  height: 449px;
}.h-\[70px\]{
  height: 70px;
}.h-\[75px\]{
  height: 75px;
}.h-\[80px\]{
  height: 80px;
}.h-\[89px\]{
  height: 89px;
}.h-\[95px\]{
  height: 95px;
}.h-full{
  height: 100%;
}.max-h-12{
  max-height: 3rem;
}.max-h-16{
  max-height: 4rem;
}.max-h-20{
  max-height: 5rem;
}.max-h-\[300px\]{
  max-height: 300px;
}.min-h-96{
  min-height: 24rem;
}.w-1\/2{
  width: 50%;
}.w-1\/3{
  width: 33.333333%;
}.w-1\/4{
  width: 25%;
}.w-16{
  width: 4rem;
}.w-3\/4{
  width: 75%;
}.w-3\/5{
  width: 60%;
}.w-4{
  width: 1rem;
}.w-5{
  width: 1.25rem;
}.w-7{
  width: 1.75rem;
}.w-auto{
  width: auto;
}.w-full{
  width: 100%;
}.w-screen{
  width: 100vw;
}.max-w-20{
  max-width: 5rem;
}.flex-1{
  flex: 1 1 0%;
}.grow{
  flex-grow: 1;
}.border-collapse{
  border-collapse: collapse;
}.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.cursor-pointer{
  cursor: pointer;
}.resize{
  resize: both;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.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-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));
}.flex-row{
  flex-direction: row;
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.content-center{
  align-content: center;
}.items-end{
  align-items: flex-end;
}.items-center{
  align-items: center;
}.justify-start{
  justify-content: flex-start;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.gap-1{
  gap: 0.25rem;
}.gap-1\.5{
  gap: 0.375rem;
}.gap-12{
  gap: 3rem;
}.gap-2{
  gap: 0.5rem;
}.gap-3{
  gap: 0.75rem;
}.gap-4{
  gap: 1rem;
}.gap-6{
  gap: 1.5rem;
}.gap-8{
  gap: 2rem;
}.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}.gap-y-16{
  row-gap: 4rem;
}.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}.overflow-auto{
  overflow: auto;
}.overflow-hidden{
  overflow: hidden;
}.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.whitespace-nowrap{
  white-space: nowrap;
}.text-wrap{
  text-wrap: wrap;
}.rounded{
  border-radius: 0.25rem;
}.rounded-full{
  border-radius: 9999px;
}.rounded-md{
  border-radius: 0.375rem;
}.border{
  border-width: 1px;
}.border-b{
  border-bottom-width: 1px;
}.border-b-2{
  border-bottom-width: 2px;
}.border-none{
  border-style: none;
}.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}.\!bg-transparent{
  background-color: transparent !important;
}.bg-transparent{
  background-color: transparent;
}.bg-auto{
  background-size: auto;
}.bg-contain{
  background-size: contain;
}.bg-cover{
  background-size: cover;
}.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;
}.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.p-0{
  padding: 0px;
}.p-2{
  padding: 0.5rem;
}.p-2\.5{
  padding: 0.625rem;
}.p-3{
  padding: 0.75rem;
}.p-4{
  padding: 1rem;
}.p-5{
  padding: 1.25rem;
}.p-8{
  padding: 2rem;
}.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}.\!py-2\.5{
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}.\!py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}.px-0{
  padding-left: 0px;
  padding-right: 0px;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}.pb-0{
  padding-bottom: 0px;
}.pb-2{
  padding-bottom: 0.5rem;
}.pb-2\.5{
  padding-bottom: 0.625rem;
}.pb-4{
  padding-bottom: 1rem;
}.pb-5{
  padding-bottom: 1.25rem;
}.pb-6{
  padding-bottom: 1.5rem;
}.pb-\[10px\]{
  padding-bottom: 10px;
}.pb-\[15px\]{
  padding-bottom: 15px;
}.pl-1{
  padding-left: 0.25rem;
}.pl-2\.5{
  padding-left: 0.625rem;
}.pl-4{
  padding-left: 1rem;
}.pr-2{
  padding-right: 0.5rem;
}.pr-3{
  padding-right: 0.75rem;
}.pr-4{
  padding-right: 1rem;
}.pt-12{
  padding-top: 3rem;
}.pt-16{
  padding-top: 4rem;
}.pt-2{
  padding-top: 0.5rem;
}.pt-3{
  padding-top: 0.75rem;
}.pt-4{
  padding-top: 1rem;
}.pt-5{
  padding-top: 1.25rem;
}.pt-6{
  padding-top: 1.5rem;
}.pt-8{
  padding-top: 2rem;
}.pt-\[15px\]{
  padding-top: 15px;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.text-right{
  text-align: right;
}.\!text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}.\!text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}.\!text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-\[15px\]{
  font-size: 15px;
}.text-\[22px\]{
  font-size: 22px;
}.text-\[44px\]{
  font-size: 44px;
}.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;
}.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}.\!font-bold{
  font-weight: 700 !important;
}.font-bold{
  font-weight: 700;
}.font-extrabold{
  font-weight: 800;
}.font-medium{
  font-weight: 500;
}.uppercase{
  text-transform: uppercase;
}.lowercase{
  text-transform: lowercase;
}.capitalize{
  text-transform: capitalize;
}.not-italic{
  font-style: normal;
}.leading-4{
  line-height: 1rem;
}.leading-5{
  line-height: 1.25rem;
}.leading-6{
  line-height: 1.5rem;
}.leading-8{
  line-height: 2rem;
}.leading-\[1\.1\]{
  line-height: 1.1;
}.leading-\[1\.4\]{
  line-height: 1.4;
}.leading-\[1\.9\]{
  line-height: 1.9;
}.leading-none{
  line-height: 1;
}.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.underline{
  text-decoration-line: underline;
}.no-underline{
  text-decoration-line: none;
}.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline{
  outline-style: solid;
}.blur{
  --tw-blur: blur(8px);
  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;
}.delay-\[0ms\]{
  transition-delay: 0ms;
}.duration-500{
  transition-duration: 500ms;
}.duration-700{
  transition-duration: 700ms;
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}/* ------ venobox.css --------*/.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    box-sizing:border-box;
}.vbox-overlay * {
    backface-visibility: visible;
}.vbox-overlay{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
}/* ----- navigation ----- */.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 50px;
    overflow: hidden;
    position: fixed;
    display: none;
    left: 0;
    z-index: 89;
}.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 50px;
    height: 40px;
    padding: 6px;
    display: block;
    background-position:10px center;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    z-index: 99;
}.vbox-left{
    cursor: pointer;
    position: fixed;
    left: 0;
    height: 40px;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    z-index: 99;
    display: flex;
    align-items:center;
}.vbox-num{
    display: inline-block;
    margin: 6px 0 6px 15px;
}/* ----- Social share ----- */.vbox-share{
    line-height: 28px;
    font-size: 12px;
    overflow: hidden;
    position: fixed;
    left: 0;
    z-index: 98;
    display: flex;
    align-items:center;
    justify-content: center;
    width: 100%;
    text-align: center;
}.vbox-share svg{
    max-height: 28px;
    width: 28px;
    z-index: 10;
    margin-left: 12px;
    margin-top: 6px;
    margin-bottom: 6px;
    vertical-align: middle;
}/* ----- navigation ARROWS ----- */.vbox-next, .vbox-prev{
    position: fixed;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 99;
}.vbox-next span, .vbox-prev span{
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: #B6B6B6;
    border-right-color: #B6B6B6;
    text-indent: -100px;
    position: absolute;
    top: 8px;
    display: block;
}.vbox-prev{
    left: 15px;
}.vbox-next{
    right: 15px;
}.vbox-prev span{
    left: 10px;
    transform: rotate(-135deg);
}.vbox-next span{
    transform: rotate(45deg);
    right: 10px;
}/* ------- inline window ------ */.vbox-inline{
    width: 420px;
    height: 315px;
    height: 70vh;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
    overflow: auto;
    text-align: left;
}/* ------- Video & iFrames window ------ */.venoframe{
    max-width: 100%;
    border: none;
    width: 100%;
    height: 260px;
    height: 70vh;
}.venoframe.vbvid{
    height: 260px;
}@media (min-width: 768px) {
    .venoframe, .vbox-inline{
        width: 90%;
        height: 360px;
        height: 70vh;
    }
    .venoframe.vbvid{
        width: 640px;
        height: 360px;
    }
}@media (min-width: 992px) {
    .venoframe, .vbox-inline{
        max-width: 1200px;
        width: 80%;
        height: 540px;
        height: 70vh;
    }
    .venoframe.vbvid{
        width: 960px;
        height: 540px;
    }
}/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/.vbox-open{
    overflow: hidden;
}.vbox-container{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    max-height: 100%;

}.vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 4%;
}.vbox-container img{
    max-width: 100%;
    height: auto;
}.vbox-figlio{
    box-shadow: 0 0 12px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    max-width: 100%;
    text-align: initial;
}img.vbox-figlio{
    -webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}.vbox-content.swipe-left{
    margin-left: -200px !important;
}.vbox-content.swipe-right{
    margin-left: 200px !important;
}.vbox-animated{
    webkit-transition: margin 300ms ease-out;
    transition: margin 300ms ease-out;
}/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */.sk-double-bounce,.sk-rotating-plane{width:40px;height:40px;margin:40px auto}.sk-rotating-plane{background-color:#333;animation:sk-rotatePlane 1.2s infinite ease-in-out}@keyframes sk-rotatePlane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{position:relative}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-child,.sk-spinner-pulse,.sk-three-bounce .sk-child{background-color:#333;border-radius:100%}.sk-double-bounce .sk-double-bounce2{animation-delay:-1s}@keyframes sk-doubleBounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.sk-wave{margin:40px auto;width:50px;height:40px;text-align:center;font-size:10px}.sk-wave .sk-rect{background-color:#333;height:100%;width:6px;display:inline-block;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{animation-delay:-1.2s}.sk-wave .sk-rect2{animation-delay:-1.1s}.sk-wave .sk-rect3{animation-delay:-1s}.sk-wave .sk-rect4{animation-delay:-.9s}.sk-wave .sk-rect5{animation-delay:-.8s}@keyframes sk-waveStretchDelay{0%,100%,40%{transform:scaleY(.4)}20%{transform:scaleY(1)}}.sk-wandering-cubes{margin:40px auto;width:40px;height:40px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-chasing-dots,.sk-spinner-pulse{width:40px;height:40px;margin:40px auto}.sk-wandering-cubes .sk-cube2{animation-delay:-.9s}@keyframes sk-wanderingCube{0%{transform:rotate(0)}25%{transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg)}}.sk-spinner-pulse{animation:sk-pulseScaleOut 1s infinite ease-in-out}@keyframes sk-pulseScaleOut{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.sk-chasing-dots{position:relative;text-align:center;animation:sk-chasingDotsRotate 2s infinite linear}.sk-chasing-dots .sk-child{width:60%;height:60%;display:inline-block;position:absolute;top:0;animation:sk-chasingDotsBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes sk-chasingDotsRotate{100%{transform:rotate(360deg)}}@keyframes sk-chasingDotsBounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.sk-three-bounce{margin:40px auto;width:80px;text-align:center}.sk-three-bounce .sk-child{width:20px;height:20px;display:inline-block;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-circle .sk-child:before,.sk-fading-circle .sk-circle:before{display:block;border-radius:100%;content:'';background-color:#333}.sk-three-bounce .sk-bounce1{animation-delay:-.32s}.sk-three-bounce .sk-bounce2{animation-delay:-.16s}@keyframes sk-three-bounce{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.sk-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{margin:0 auto;width:15%;height:15%;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-circle .sk-circle2{transform:rotate(30deg)}.sk-circle .sk-circle3{transform:rotate(60deg)}.sk-circle .sk-circle4{transform:rotate(90deg)}.sk-circle .sk-circle5{transform:rotate(120deg)}.sk-circle .sk-circle6{transform:rotate(150deg)}.sk-circle .sk-circle7{transform:rotate(180deg)}.sk-circle .sk-circle8{transform:rotate(210deg)}.sk-circle .sk-circle9{transform:rotate(240deg)}.sk-circle .sk-circle10{transform:rotate(270deg)}.sk-circle .sk-circle11{transform:rotate(300deg)}.sk-circle .sk-circle12{transform:rotate(330deg)}.sk-circle .sk-circle2:before{animation-delay:-1.1s}.sk-circle .sk-circle3:before{animation-delay:-1s}.sk-circle .sk-circle4:before{animation-delay:-.9s}.sk-circle .sk-circle5:before{animation-delay:-.8s}.sk-circle .sk-circle6:before{animation-delay:-.7s}.sk-circle .sk-circle7:before{animation-delay:-.6s}.sk-circle .sk-circle8:before{animation-delay:-.5s}.sk-circle .sk-circle9:before{animation-delay:-.4s}.sk-circle .sk-circle10:before{animation-delay:-.3s}.sk-circle .sk-circle11:before{animation-delay:-.2s}.sk-circle .sk-circle12:before{animation-delay:-.1s}@keyframes sk-circleBounceDelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.sk-cube-grid{width:40px;height:40px;margin:40px auto}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{animation-delay:.2s}.sk-cube-grid .sk-cube2{animation-delay:.3s}.sk-cube-grid .sk-cube3{animation-delay:.4s}.sk-cube-grid .sk-cube4{animation-delay:.1s}.sk-cube-grid .sk-cube5{animation-delay:.2s}.sk-cube-grid .sk-cube6{animation-delay:.3s}.sk-cube-grid .sk-cube7{animation-delay:0ms}.sk-cube-grid .sk-cube8{animation-delay:.1s}.sk-cube-grid .sk-cube9{animation-delay:.2s}@keyframes sk-cubeGridScaleDelay{0%,100%,70%{transform:scale3D(1,1,1)}35%{transform:scale3D(0,0,1)}}.sk-fading-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle .sk-circle:before{margin:0 auto;width:15%;height:15%;animation:sk-circleFadeDelay 1.2s infinite ease-in-out both}.sk-fading-circle .sk-circle2{transform:rotate(30deg)}.sk-fading-circle .sk-circle3{transform:rotate(60deg)}.sk-fading-circle .sk-circle4{transform:rotate(90deg)}.sk-fading-circle .sk-circle5{transform:rotate(120deg)}.sk-fading-circle .sk-circle6{transform:rotate(150deg)}.sk-fading-circle .sk-circle7{transform:rotate(180deg)}.sk-fading-circle .sk-circle8{transform:rotate(210deg)}.sk-fading-circle .sk-circle9{transform:rotate(240deg)}.sk-fading-circle .sk-circle10{transform:rotate(270deg)}.sk-fading-circle .sk-circle11{transform:rotate(300deg)}.sk-fading-circle .sk-circle12{transform:rotate(330deg)}.sk-fading-circle .sk-circle2:before{animation-delay:-1.1s}.sk-fading-circle .sk-circle3:before{animation-delay:-1s}.sk-fading-circle .sk-circle4:before{animation-delay:-.9s}.sk-fading-circle .sk-circle5:before{animation-delay:-.8s}.sk-fading-circle .sk-circle6:before{animation-delay:-.7s}.sk-fading-circle .sk-circle7:before{animation-delay:-.6s}.sk-fading-circle .sk-circle8:before{animation-delay:-.5s}.sk-fading-circle .sk-circle9:before{animation-delay:-.4s}.sk-fading-circle .sk-circle10:before{animation-delay:-.3s}.sk-fading-circle .sk-circle11:before{animation-delay:-.2s}.sk-fading-circle .sk-circle12:before{animation-delay:-.1s}@keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}.sk-folding-cube{margin:40px auto;width:40px;height:40px;position:relative;transform:rotateZ(45deg)}.sk-folding-cube .sk-cube{float:left;width:50%;height:50%;position:relative;transform:scale(1.1)}.sk-folding-cube .sk-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#333;animation:sk-foldCubeAngle 2.4s infinite linear both;transform-origin:100% 100%}.sk-folding-cube .sk-cube2{transform:scale(1.1) rotateZ(90deg)}.sk-folding-cube .sk-cube3{transform:scale(1.1) rotateZ(180deg)}.sk-folding-cube .sk-cube4{transform:scale(1.1) rotateZ(270deg)}.sk-folding-cube .sk-cube2:before{animation-delay:.3s}.sk-folding-cube .sk-cube3:before{animation-delay:.6s}.sk-folding-cube .sk-cube4:before{animation-delay:.9s}@keyframes sk-foldCubeAngle{0%,10%{transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{transform:perspective(140px) rotateX(0);opacity:1}100%,90%{transform:perspective(140px) rotateY(180deg);opacity:0}}/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */:root{--mm-lineheight:22px}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu,.mm-menu *{transition-property:none;transition-duration:.4s;transition-timing-function:ease}.mm-blocker{--mm-blocker-visibility-delay:0.4s;--mm-blocker-opacity-delay:0s;display:block;position:absolute;bottom:100%;top:0;right:0;left:0;z-index:3;visibility:hidden;opacity:0;background:var(--mm-color-background);transition:visibility .4s ease,bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease}.mm-blocker--blocking{--mm-blocker-visibility-delay:0s;--mm-blocker-opacity-delay:0.4s;bottom:0;visibility:visible;opacity:.5;pointer-events:auto}.mm-blocker:focus-visible{opacity:.75}.mm-btn{flex-grow:0;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative;width:50px;padding:0}.mm-btn--next,[dir=rtl] .mm-btn--prev{--mm-btn-rotate:135deg}.mm-btn--prev,[dir=rtl] .mm-btn--next{--mm-btn-rotate:-45deg}.mm-btn--next:after,.mm-btn--prev:before{content:"";display:block;position:absolute;top:0;bottom:0;width:8px;height:8px;margin:auto;box-sizing:border-box;border:2px solid var(--mm-color-icon);border-bottom:none;border-right:none;transform:rotate(var(--mm-btn-rotate))}.mm-btn--prev:before{inset-inline-start:23px}.mm-btn--next:after{inset-inline-end:23px}.mm-btn--close:before{content:"×";font-size:150%}.mm-btnreset{padding:0;background:0 0;border:none;cursor:pointer}.mm-divider{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:sticky;z-index:2;top:0;min-height:var(--mm-lineheight);padding:calc(((var(--mm-listitem-size) * .65) - var(--mm-lineheight)) * .5) 20px;font-size:75%;text-transform:uppercase;background:var(--mm-color-background);background-image:linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));opacity:1;transition-property:opacity}.mm-navbar:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}:root{--mm-listitem-size:50px}.mm-listitem{display:flex;flex-wrap:wrap;position:relative;padding:0;margin:0;color:var(--mm-color-text);border-color:var(--mm-color-border)}.mm-listitem:after{content:"";border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;inset-inline-start:20px;inset-inline-end:0;bottom:0}.mm-listitem__btn,.mm-listitem__text{padding:calc((var(--mm-listitem-size) - var(--mm-lineheight))/ 2) 0}.mm-listitem__text{flex-grow:1;flex-basis:10%;display:block;padding-left:20px;padding-right:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-listitem__btn{display:block;position:relative;width:auto;padding-inline-end:50px;border-color:inherit;background:rgba(3,2,1,0)}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem--selected>.mm-listitem__text{background:var(--mm-color-background-emphasis)}.mm-listitem--opened>.mm-listitem__btn,.mm-listitem--opened>.mm-panel{background:var(--mm-color-background-highlight)}.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-menu{display:flex;flex-direction:column;padding:0;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overscroll-behavior:none;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:var(--mm-lineheight);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu ::-moz-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::placeholder{color:var(--mm-color-text-dimmed)}.mm-menu,.mm-menu *{box-sizing:border-box}.mm-menu :focus,.mm-menu :focus-visible,.mm-menu:focus,.mm-menu:focus-visible{outline:0}.mm-menu a,.mm-menu button,.mm-menu label{color:inherit}.mm-menu a:focus,.mm-menu button:focus,.mm-menu label:focus{outline:0}.mm-menu a:focus-visible,.mm-menu button:focus-visible,.mm-menu label:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:-5px}.mm-menu input:focus,.mm-menu input:focus-visible,.mm-menu select:focus,.mm-menu select:focus-visible,.mm-menu textarea:focus,.mm-menu textarea:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:2px}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{text-decoration:none;color:inherit}:root{--mm-navbar-size:50px}.mm-navbar{display:flex;position:sticky;top:0;z-index:2;min-height:var(--mm-navbar-size);padding-top:env(safe-area-inset-top);color:var(--mm-color-text-dimmed);text-align:center;opacity:1;background:var(--mm-color-background);border-bottom:1px solid var(--mm-color-border);transition-property:opacity}.mm-navbar>*{flex-grow:1;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.mm-navbar__btn{flex-grow:0}.mm-navbar__title{flex:1 1 50%;display:flex;padding:0 20px;overflow:hidden}.mm-navbar__title[href="#"]{pointer-events:none}.mm-navbar__title>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-btn.mm-hidden+.mm-navbar__title:not(:last-child){padding-inline-start:60px;padding-inline-end:10px}.mm-btn:not(.mm-hidden)+.mm-navbar__title:last-child{padding-inline-start:10px;padding-inline-end:60px}.mm-panel{--mm-panel-child-offset:100%;--mm-panel-parent-offset:-30%;visibility:hidden;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;overscroll-behavior:contain;color:var(--mm-color-text);border-color:var(--mm-color-border);background:var(--mm-color-background);transform:translate3d(var(--mm-panel-child-offset),0,0);transition:visibility 0s linear .4s,transform .4s ease,inset-inline-start .4s ease}[dir=rtl] .mm-panel{--mm-panel-child-offset:-100%;--mm-panel-parent-offset:30%}.mm-panel:after{content:"";display:block;height:var(--mm-listitem-size)}.mm-panel:focus{outline:0}.mm-panel--opened{visibility:visible;z-index:2;transform:translate3d(0,0,0);transition-delay:0s}.mm-panel--parent{transform:translate3d(var(--mm-panel-parent-offset),0,0);z-index:0}.mm-panel--highest{z-index:3}.mm-menu--opened .mm-panel--noanimation{transition:none!important;transition-duration:0s!important}.mm-panel__content{padding:20px}.mm-panels{flex-grow:1;position:relative;height:100%;overflow:hidden;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}.mm-panels:focus{outline:0}:root{--mm-toggle-size:34px}.mm-toggle{display:flex;align-self:center;flex:calc((var(--mm-toggle-size) * 1.75)) 0 0;height:var(--mm-toggle-size);margin-inline-end:10px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:none!important;border-radius:var(--mm-toggle-size);border:var(--mm-color-border);background:var(--mm-color-border);cursor:pointer;transition-property:background-color}.mm-toggle:before{content:"";aspect-ratio:1;margin:2px;border-radius:100%;background:var(--mm-color-background);transition:transform .4s ease}.mm-toggle:checked{background:#4bd963}.mm-toggle:checked:before{transform:translateX(calc(var(--mm-toggle-size) * .75))}[dir=rtl] .mm-toggle:checked:before{transform:translateX(calc(var(--mm-toggle-size) * -.75))}.mm-listitem--vertical>.mm-panel{position:static;width:100%;padding:10px 0 10px 20px;transform:none!important;transition:none!important}.mm-listitem--vertical>.mm-panel:after{content:none;display:none}.mm-listitem--vertical:not(.mm-listitem--opened)>.mm-panel{display:none}.mm-listitem--vertical.mm-listitem--opened>.mm-panel{visibility:visible}.mm-listitem--vertical>.mm-listitem__btn{height:var(--mm-listitem-size);bottom:auto}.mm-listitem--vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem--opened>.mm-listitem__btn:after{transform:rotate(225deg);right:19px}:root{--mm-size:80%;--mm-min-size:240px;--mm-max-size:440px}.mm-menu--offcanvas{position:fixed;z-index:0;transition:visibility 0s linear .4s}.mm-menu--offcanvas.mm-menu--opened{transition-delay:0s}.mm-menu--offcanvas:not(.mm-menu--opened){visibility:hidden;pointer-events:none}.mm-menu--offcanvas:not(.mm-menu--opened) *{visibility:inherit}.mm-page{box-sizing:border-box;min-height:100vh;background:inherit}:where(.mm-slideout){position:relative;z-index:1;width:100%;transition-duration:.4s;transition-timing-function:ease;transition-property:width,transform}.mm-wrapper--opened,.mm-wrapper--opened body{overflow:hidden}.mm-wrapper__blocker{background:#00000066}.mm-menu{--mm-translate-horizontal:0;--mm-translate-vertical:0}.mm-menu--position-left,.mm-menu--position-left-front{right:auto}.mm-menu--position-right,.mm-menu--position-right-front{left:auto}.mm-menu--position-left,.mm-menu--position-left-front,.mm-menu--position-right,.mm-menu--position-right-front{width:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-left-front{--mm-translate-horizontal:-100%}.mm-menu--position-right-front{--mm-translate-horizontal:100%}.mm-menu--position-top{bottom:auto}.mm-menu--position-bottom{top:auto}.mm-menu--position-bottom,.mm-menu--position-top{width:100%;height:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-top{--mm-translate-vertical:-100%}.mm-menu--position-bottom{--mm-translate-vertical:100%}.mm-menu--position-bottom,.mm-menu--position-left-front,.mm-menu--position-right-front,.mm-menu--position-top{z-index:2;transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);transition:visibility 0s linear .4s,transform .4s ease 0s}.mm-menu--position-bottom.mm-menu--opened,.mm-menu--position-left-front.mm-menu--opened,.mm-menu--position-right-front.mm-menu--opened,.mm-menu--position-top.mm-menu--opened{transform:translate3d(0,0,0);transition-delay:0s}.mm-wrapper--position-left{--mm-translate-horizontal:clamp(
      var(--mm-min-size),
      var(--mm-size),
      var(--mm-max-size)
  )}.mm-wrapper--position-right{--mm-translate-horizontal:clamp(
      calc(-1 * var(--mm-max-size)),
      calc(-1 * var(--mm-size)),
      calc(-1 * var(--mm-min-size))
  )}.mm-wrapper--position-left .mm-slideout,.mm-wrapper--position-right .mm-slideout{transform:translate3d(0,0,0)}.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout,.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout{transform:translate3d(var(--mm-translate-horizontal),0,0)}.mm-wrapper--position-bottom .mm-wrapper__blocker,.mm-wrapper--position-left-front .mm-wrapper__blocker,.mm-wrapper--position-right-front .mm-wrapper__blocker,.mm-wrapper--position-top .mm-wrapper__blocker{z-index:1}.mm-menu--theme-light{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / 0.15);--mm-color-icon:rgb(0 0 0 / 0.4);--mm-color-text:rgb(0 0 0 / 0.8);--mm-color-text-dimmed:rgb(0 0 0 / 0.4);--mm-color-background-highlight:rgb(0 0 0 / 0.05);--mm-color-background-emphasis:rgb(255 255 255 / 0.75);--mm-color-focusring:#06c}.mm-menu--theme-light-contrast{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / 0.5);--mm-color-icon:rgb(0 0 0 / 0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / 0.7);--mm-color-background-highlight:rgb(0 0 0 / 0.05);--mm-color-background-emphasis:rgb(255 255 255 / 0.9);--mm-color-focusring:#06c}.mm-menu--theme-dark{--mm-color-background:#333;--mm-color-border:rgb(0, 0, 0, 0.4);--mm-color-icon:rgb(255, 255, 255, 0.4);--mm-color-text:rgb(255, 255, 255, 0.8);--mm-color-text-dimmed:rgb(255, 255, 255, 0.4);--mm-color-background-highlight:rgb(255, 255, 255, 0.08);--mm-color-background-emphasis:rgb(0, 0, 0, 0.1);--mm-color-focusring:#06c}.mm-menu--theme-dark-contrast{--mm-color-background:#333;--mm-color-border:rgb(255 255 255 / 0.5);--mm-color-icon:rgb(255 255 255 / 0.5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / 0.7);--mm-color-background-highlight:rgb(255 255 255 / 0.1);--mm-color-background-emphasis:rgb(0 0 0 / 0.3);--mm-color-focusring:#06c}.mm-menu--theme-white{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / 0.15);--mm-color-icon:rgb(0 0 0 / 0.3);--mm-color-text:rgb(0 0 0 / 0.8);--mm-color-text-dimmed:rgb(0 0 0 / 0.3);--mm-color-background-highlight:rgb(0 0 0 / 0.06);--mm-color-background-emphasis:rgb(0 0 0 / 0.03);--mm-color-focusring:#06c}.mm-menu--theme-white-contrast{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / 0.5);--mm-color-icon:rgb(0 0 0 / 0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / 0.7);--mm-color-background-highlight:rgb(0 0 0 / 0.07);--mm-color-background-emphasis:rgb(0 0 0 / 0.035);--mm-color-focusring:#06c}.mm-menu--theme-black{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / 0.2);--mm-color-icon:rgb(255 255 255 / 0.4);--mm-color-text:rgb(255 255 255 / 0.7);--mm-color-text-dimmed:rgb(255 255 255 / 0.4);--mm-color-background-highlight:rgb(255 255 255 / 0.1);--mm-color-background-emphasis:rgb(255 255 255 / 0.06);--mm-color-focusring:#06c}.mm-menu--theme-black-contrast{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / 0.5);--mm-color-icon:rgb(255 255 255 / 0.5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / 0.6);--mm-color-background-highlight:rgb(255 255 255 / 0.125);--mm-color-background-emphasis:rgb(255 255 255 / 0.1);--mm-color-focusring:#06c}.mm-counter{display:block;padding-inline-start:20px;float:right;color:var(--mm-color-text-dimmed)}[dir=rtl] .mm-counter{float:left}:root{--mm-iconbar-size:50px}.mm-menu--iconbar-left .mm-navbars,.mm-menu--iconbar-left .mm-panels{margin-left:var(--mm-iconbar-size)}.mm-menu--iconbar-right .mm-navbars,.mm-menu--iconbar-right .mm-panels{margin-right:var(--mm-iconbar-size)}.mm-iconbar{display:none;position:absolute;top:0;bottom:0;z-index:2;width:var(--mm-iconbar-size);overflow:hidden;box-sizing:border-box;border:0 solid;border-color:var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center}.mm-menu--iconbar-left .mm-iconbar,.mm-menu--iconbar-right .mm-iconbar{display:flex;flex-direction:column;justify-content:space-between}.mm-menu--iconbar-left .mm-iconbar{border-right-width:1px;left:0}.mm-menu--iconbar-right .mm-iconbar{border-left-width:1px;right:0}.mm-iconbar__bottom,.mm-iconbar__top{width:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;overscroll-behavior:contain}.mm-iconbar__bottom>*,.mm-iconbar__top>*{box-sizing:border-box;display:block;padding:calc((var(--mm-iconbar-size) - var(--mm-lineheight))/ 2) 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__tab--selected{background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel--iconpanel-0{inset-inline-start:calc(0 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-1{inset-inline-start:calc(1 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-2{inset-inline-start:calc(2 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-3{inset-inline-start:calc(3 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-4{inset-inline-start:calc(4 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-first~.mm-panel{inset-inline-start:var(--mm-iconpanel-size)}.mm-menu--iconpanel .mm-panel--parent .mm-divider,.mm-menu--iconpanel .mm-panel--parent .mm-navbar{opacity:0}.mm-menu--iconpanel .mm-panels>.mm-panel--parent{visibility:visible;overflow-y:hidden;transform:unset}.mm-menu--iconpanel .mm-panels>.mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0){border-inline-start-width:1px;border-inline-start-style:solid}.mm-panel__blocker.mm-blocker--blocking{bottom:-100000px}.mm-navbars{flex-shrink:0}.mm-navbars .mm-navbar{position:relative;padding-top:0;border-bottom:none}.mm-navbars--top{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar:first-child{padding-top:env(safe-area-inset-top)}.mm-navbars--bottom{border-top:1px solid var(--mm-color-border)}.mm-navbars--bottom .mm-navbar:last-child{padding-bottom:env(safe-area-inset-bottom)}.mm-navbar__breadcrumbs{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;flex:1 1 50%;display:flex;justify-content:flex-start;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mm-navbar__breadcrumbs>*{display:flex;align-items:center;justify-content:center;padding-inline-end:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){padding-inline-end:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{padding-inline-start:0}.mm-navbar__tab{padding:0 10px;border:1px solid transparent}.mm-navbar__tab--selected{background:var(--mm-color-background)}.mm-navbar__tab--selected:not(:first-child){border-inline-start-color:var(--mm-color-border)}.mm-navbar__tab--selected:not(:last-child){border-inline-end-color:var(--mm-color-border)}.mm-navbars--top.mm-navbars--has-tabs{border-bottom:none}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab{border-bottom-color:var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab--selected{border-top-color:var(--mm-color-border);border-bottom-color:transparent}.mm-navbars--bottom.mm-navbar--has-tabs{border-top:none}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar{background:var(--mm-color-background)}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs,.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--bottom .mm-navbar__tab{border-top-color:var(--mm-color-border)}.mm-navbars--bottom .mm-navbar__tab--selected{border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-searchfield{display:flex;flex-grow:1;height:var(--mm-navbar-size);padding:0;overflow:hidden}.mm-searchfield__input{display:flex;flex:1;align-items:center;position:relative;width:100%;max-width:100%;padding:0 10px;box-sizing:border-box}.mm-searchfield__input input{display:block;width:100%;max-width:100%;height:calc(var(--mm-navbar-size) * .7);min-height:auto;max-height:auto;margin:0;padding:0 10px;box-sizing:border-box;border:none;border-radius:4px;line-height:calc(var(--mm-navbar-size) * .7);font:inherit;font-size:inherit}.mm-searchfield__input input,.mm-searchfield__input input:focus,.mm-searchfield__input input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-menu[class*=-contrast] .mm-searchfield__input input{border:1px solid var(--mm-color-border)}.mm-searchfield__input input::-ms-clear{display:none}.mm-searchfield__btn{display:none;position:absolute;inset-inline-end:0;top:0;bottom:0}.mm-searchfield--searching .mm-searchfield__btn{display:block}.mm-searchfield__cancel{display:block;position:relative;margin-inline-end:-100px;padding-inline-start:5px;padding-inline-end:20px;visibility:hidden;line-height:var(--mm-navbar-size);text-decoration:none;transition-property:visibility,margin}.mm-searchfield--cancelable .mm-searchfield__cancel{visibility:visible;margin-inline-end:0}.mm-panel--search{left:0!important;right:0!important;width:100%!important;border:none!important}.mm-panel__splash{padding:20px}.mm-panel--searching .mm-panel__splash{display:none}.mm-panel__noresults{display:none;padding:40px 20px;color:var(--mm-color-text-dimmed);text-align:center;font-size:150%;line-height:1.4}.mm-panel--noresults .mm-panel__noresults{display:block}:root{--mm-sectionindexer-size:20px}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;box-sizing:border-box;width:var(--mm-sectionindexer-size);position:absolute;top:0;bottom:0;inset-inline-end:calc(-1 * var(--mm-sectionindexer-size));z-index:5;transition-property:inset-inline-end;display:flex;flex-direction:column;justify-content:space-evenly}.mm-sectionindexer a{color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panel{padding-inline-end:0}.mm-sectionindexer--active{right:0}.mm-sectionindexer--active~.mm-panel{padding-inline-end:var(--mm-sectionindexer-size)}.mm-menu--selected-hover .mm-listitem__btn,.mm-menu--selected-hover .mm-listitem__text,.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{transition-property:background-color}@media (hover:hover){.mm-menu--selected-hover .mm-listview:hover>.mm-listitem--selected:not(:hover)>.mm-listitem__text{background:0 0}.mm-menu--selected-hover .mm-listitem__btn:hover,.mm-menu--selected-hover .mm-listitem__text:hover{background:var(--mm-color-background-emphasis)}}.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{transition-delay:.2s}@media (hover:hover){.mm-menu--selected-parent .mm-listitem__btn:hover,.mm-menu--selected-parent .mm-listitem__text:hover{transition-delay:0s}}.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent)>.mm-listitem__text{background:0 0}.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__btn,.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__text{background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:var(--mm-max-size)}.mm-wrapper--sidebar-collapsed .mm-page{background:inherit;box-sizing:border-box;min-height:100vh}.mm-wrapper--sidebar-collapsed .mm-menu--sidebar-collapsed{visibility:visible}.mm-wrapper--sidebar-collapsed .mm-slideout{width:calc(100% - var(--mm-sidebar-collapsed-size));transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout{transform:none}.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-panel--opened{visibility:visible}.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider,.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar{opacity:0}.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded{width:var(--mm-sidebar-expanded-size);border-right-width:1px;border-right-style:solid}.mm-wrapper--sidebar-expanded.mm-wrapper--opened{overflow:auto}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker{display:none}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{width:calc(100% - var(--mm-sidebar-expanded-size));transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{transform:none}@media only screen and (max-width: 1023px) {
    .fixed-header-wrapper.scrolled-menu {
        display: block !important;
        height: 80px !important;
    }

    .fixed-header-wrapper.main-menu-block {
        display: block !important;
    }

    .fixed-header-wrapper.main-menu-block .header-wrap {
        visibility: hidden !important;
    }
}body {
    font-family: sans-serif;
}strong{
  font-weight: 700;
}/* all */p {
    line-height: 1.6;
    margin: 0 0 10px;
}a{
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}input[type="radio"] {
    height: 14px !important;
    width: 14px !important;
    border-radius: 6px !important;
    border-width: 2px !important;
    border-style: solid;
}.gfield_radio{
  display: flex;
  gap: 0.625rem;
}.gfield_radio>.gchoice{
  display: flex;
  width: 100%;
}.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}.alignleft {
    float: left;
    padding-right: 16px;
}.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}h1,
h2,
h3,
h4,
h5,
h6{
  line-height: 1;
}.inner-text h1,
.inner-text h2,
.inner-text h3,
.inner-text h4 {
    font-weight: 700;
    text-transform: none;
    margin: 20px 0 10px;
    line-height: 1;
}.module .inner-text>h3 {
    margin: 0 0 10px;
}.inner-text h1 {
    font-size: 30px;
    line-height: 1.25;
}.inner-text h2 {
    font-size: 27px;
}.inner-text h3,
.accreditations h2,
.staff-members h2 {
    font-size: 24px;
}.inner-text h4 {
    font-size: 20px;
}.inner-text h5 {
    font-size: 16px;
}.inner-text p {
    font-size: 16px;
    line-height: 1.5;
}#menu-primary>.v-c {
    text-align: center !important;
}#menu-primary>.v-c .sub-menu {
    text-align: left !important;
}nav a,
.btn,
.gform_wrapper .button,
.gform_button_select_files,
.pagination a {
    text-decoration: none !important;
}.btn,
.gform_button_select_files,
.gform_wrapper .button {
    padding: 7px 18px 6px 6px;
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
    display: inline-block;
    cursor: pointer;
    text-indent: 5px;
    font-weight: 700;
    border: none;
    white-space: nowrap;
    transition: all .3s ease-out;
}.wpf_search_button {
    padding: 9px 18px 8px 6px !important;
    font-size: 20px !important;
    text-align: left;
}.btn-header {
    font-size: 27px;
    padding: 7px 11px 6px 9px;
    text-indent: 0;
}.menu-item-has-children>ul,
.menu-item-has-children>.sub-menu-container {
    z-index: 1000;
    display: none;
}.menu-item-has-children:hover>ul,
.menu-item-has-children:hover>.sub-menu-container{
  display: block;
}.navigation ul li .megamenu2 li::before,
.navigation ul li .servicing li::before {
    content: '\f101';
    font-family: "FontAwesome";
    font-weight: 400;
    width: 20px;
    float: left;
}.glider {
    overflow: hidden;
}.glider-next,
.glider-prev,
.glider-next:focus,
.glider-next:hover,
.glider-prev:focus,
.glider-prev:hover,
.glider-arrow,
.glider-arrow:focus,
.glider-arrow:hover {
    top: 45%;
    font-size: 40px;
}.glider-track {
    scrollbar-width: none;
    margin-bottom: 17px;
}.reviews-glider>.glider-track,
.car-sale-glider>.glider-track,
.offers-glider>.glider-track{
  gap: 1rem;
}.banner-wrapper{
  overflow: hidden;
}.cc-banner .cc-message {
    display: block;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em;
}.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
}.cc-btn,
.cc-close,
.cc-link,
.cc-revoke,
.filter-section label {
    cursor: pointer;
}.cc-compliance {
    display: flex;
    align-items: center;
    align-content: space-between;
}.cc-window.cc-banner {
    align-items: center;
    padding: 1em 1.8em;
    width: 100%;
    flex-direction: row;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    opacity: 1;
    transition: opacity 1s ease;
}.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    border: none !important
}.widget_media_image {
    padding-top: 12px;
    padding-bottom: 12px;
}.glider-dot {
    height: 17px;
    width: 17px;
    margin: 0 4px 2px;
}.glider-dot.active {
    opacity: .5;
}.side-by-side ul>li,
.services ul>li {
    position: relative;
    padding-left: 20px;
}.side-by-side ul>li::before,
.services ul>li::before {
    content: '»';
    width: 20px;
    position: absolute;
    left: 0;
}.side-by-side ul>li>a,
.services ul>li>a {
    width: calc(100% - 20px);
    line-height: 1.2;
}.vehicle-status.sold {
    background: #c00
}.vehicle-status.coming-soon {
    background: green
}.vehicle-status.poa {
    background: orange
}.footer .menu-item {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    gap: .75rem;
}.footer-wrapper ul li a {
    text-decoration: none;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    width: calc(100% - 20px);
    float: left;
}.footer-wrapper ul li:before {
    content: '»';
    line-height: 0;
    font-size: 18px;
    padding-bottom: 2px;
}.footer-wrapper .repairs ul li{
  float: none;
  width: 100%;
  line-height: 1;
}@media (min-width: 768px){.footer-wrapper .repairs ul li{
    float: left;
    width: 50%;
  }
}.gso {
    background-color: #262626 !important;
}.gso p,
.gso span {
    color: white !important;
    font-size: 12px !important;
    margin: 0 !important;
    font-weight: 600 !important;
}.mm-listitem__text,
.mm-navbar .mm-navbar__title>span {
    font-size: 14px;
    margin: 0 0 0 0;
    padding-top: 12px;
    padding-bottom: 12px;
}.mm-listitem {
    line-height: 20px;
}.about-heading,
.services-title {
    font-size: 30px;
    line-height: 1.25;
}.promo-banner-title {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 800 !important;
}.inner .promo-banner-title {
    font-size: 42px;
}.promo-banner-text {
    font-size: 22px;
}.breadcrumb-trail {
    float: left;
}.trail-items li {
    float: left;
    font-size: 14px;
}.trail-items li span {
    margin-right: 5px;
}.trail-items li a {
    text-decoration: none;
}.trail-items li:after {
    content: '\f105';
    font-family: "FontAwesome";
    margin-right: 5px;
}.trail-items li:last-of-type:after,
.show-mob{
  display: none;
}.heading {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}.alignright {
    margin: 5px 0 20px 20px;
    float: right;
}.inner-page .car-text p {
    margin-bottom: 10px !important;
}.text-block-wrap ul,
.staff-members ul,
.service-level-content ul,
.car-text ul,
.text-module ul,
.csp-text ul,
.module.about ul,
.accordion-panel-inner ul {
    list-style: disc;
    padding-left: 15px;
    margin-bottom: .5rem;
}.text-block-wrap ol,
.staff-members ol,
.service-level-content ol,
.car-text ol,
.text-module ol,
.csp-text ol,
.module.about ol,
.accordion-panel-inner ol {
    list-style: decimal;
    padding-left: 15px;
    margin-bottom: .5rem;
}.module.side-by-side ul {
    padding-left: 0 !important;
    list-style: none !important;
}.inner-page h2,
.inner-page h3,
.inner-page h4,
.inner-page h5,
.inner-page h6 {
    margin: 20px 0;
    line-height: 1;
    font-weight: 700;
}.csp-grid-element h5 {
    margin: 8px 0;
}.mm-wrapper--position-left .mm-slideout,
.mm-wrapper--position-right .mm-slideout {
    transform: none !important;
}.gform_wrapper ul {
    padding-left: 0;
    list-style: none;
}.gform_footer {
    text-align: right;
    margin-top: 10px;
    clear: both;
}.gform_item_wrapper_begin {
    float: left;
    min-height: 0.125rem;
}.gform_item_wrapper_end {
    margin: 0 !important;
}.gform_footer input[type=submit],
.contact-page input[type=submit] {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase !important;
    line-height: 1.3;
}.gform_confirmation_message,
.validation_error {
    font-size: 16px;
    padding: 0 0 20px 0;
    color: #c00;
}.gform_confirmation_message {
    color: #2e751d;
    padding: 0;
}.top-nav ul li a {
    text-decoration: none;
}.menu-mobile-menu-container {
    visibility: hidden;
}.white-block.uses-circles span.cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 50%;
    width: 86px;
    height: 86px;
    position: absolute;
    top: -50px;
    left: calc(50% - 43px);
    max-width: 86px;
}.social svg{
  display: block;
}#footer-socials .social{
  height: 1.75rem !important;
  width: 1.75rem !important;
}@media (min-width: 1024px) {
    .contact-page .message {
        float: right;
        padding-left: 100px;
    }

    .contact-page .message textarea {
        height: 174px;
        width: 82%;
        resize: none;
    }

    .contact-page .gfield.message>label,
    .contact-page .message>label {
        width: 18%;
    }
}.woocommerce-product-search .search-field{
  float: none !important;
}.dealericon svg {
    display: block;
    width: 200px;
    height: auto;
}.select-wrap {
    height: 24px;
    overflow: hidden;
    margin-top: 7px;
    border-radius: 7px;
    border: 1px solid #e1e1e1;
    background: url(../images/select-box-icon.png) no-repeat top right;
    padding-right: 20px;
}.select-wrap select {
    background: 0 0 !important;
    width: calc(100% + 50px);
    -webkit-appearance: none;
    padding: 0px 10px;
    font-size: 13px;
    cursor: pointer;
    border: none;
    height: 19px;
}.acc-heading::after {
    display: block;
    content: "\25B6 \FE0E";
}.active .acc-heading::after {
    content: "▼";
}.search-form-accordion h3,
.single-car-sales .accordion h3,
.filter-section .wpf_item .wpf_item_name {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 18px 10px 9px !important;
    line-height: 1.3;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}.search-form-accordion h3::after,
.single-car-sales .accordion h3::after,
.filter-section .wpf_item .wpf_item_name::after {
    font-family: 'FontAwesome';
    content: '\f0da';
    position: absolute;
    color: rgba(255, 255, 255, .7);
    font-size: 30px;
    top: 8px;
    right: 20px;
    line-height: normal;
}.filter-section .wpf_item .wpf_item_name{
  position: relative;
}.filter-section .wpf_item .wpf_item_name::after{
  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: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.filter-section .wpf_item .wpf_item_name.accordion-active::after{
  --tw-rotate: 90deg;
  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));
}.filter-section .wpf_items_wrapper .wpf_item>*{
  display: none;
    margin-bottom: 10px !important;
}.filter-section .wpf_items_wrapper .wpf_item {
    padding: 0;
}.filter-section .wpf_items_wrapper .wpf_item>label {
    margin-top: 0 !important;
    margin-bottom: 10px;
}.filter-section .wpf_items_wrapper .wpf_item>label,
.filter-section .wpf_items_wrapper .wpf_item>.wpf_search_button{
  display: block;
  width: 100%;
}.filter-section ul>li {
    display: block !important;
}.vbox-content>img {
    margin: 0 auto;
}.block-inner{
  position: relative;
}.has-svg-icon span.cta-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}.cta_widget .item>* {
    z-index: 2;
}.overflow-ellipses-1,
.overflow-ellipses-2,
.overflow-ellipses-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}.overflow-ellipses-1 {
    -webkit-line-clamp: 1;
}.overflow-ellipses-2 {
    -webkit-line-clamp: 2;
}.overflow-ellipses-3 {
    -webkit-line-clamp: 3;
}.tabs h4,
.block-inner h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}.global-cta h3,
.cta-blocks h3 {
    line-height: 1;
    margin-bottom: 1rem !important;
}.accordion-module .accordion {
    cursor: pointer;
    padding: 18px 38px 18px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin-top: 20px;
    position: relative;
}.accordion-module .accordion::after {
    content: '\f0da';
    font-weight: bold;
    margin-left: 5px;
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: normal;
    position: absolute;
    right: 20px;
    top: 15px;
    display: block;
}.accordion-module .accordion.active::after {
    content: "\f0d7";
}#cff .cff_owl-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
}#cff .cff-img-attachments .cff-crop img, #cff.cff-nojs .cff-new .cff-crop img {
    opacity: 1 !important;
}.navigation.scrolled {
    position: fixed;
    top: 63px;
    width: 100%;
    z-index: 9999;
}.navigation.scrolled.two,
.navigation.scrolled.five {
    top: 70px;
}.menu-mobile-menu-container.mm-menu {
    z-index: 99999;
}.svgicon {
    transition: all .3s ease-out;
    height: -moz-fit-content;
    height: fit-content;
}.timetable th,
.timetable td {
    font-size: 16px;
}.images-container .images-glider {
    overflow-y: hidden;
}.reviewsource>svg{
  display: block;
  height: 100%;
  width: 100%;
}.wp-google-stars{
  display: inline-block !important;
}.wp-google-stars>.wp-stars{
  display: flex !important;
  align-items: center;
  justify-content: center;
}.gallery-link:before {
    content: "";
    padding-bottom: 100%;
    display: block;
}.gfield-choice-input {
    height: 20px;
    color: #4d4d4d;
    border: 2px solid #4d4d4d !important;
    padding: 6px !important;
}.gfield-choice-input[type="checkbox"]:checked,
.gfield-choice-input[type="checkbox"]:checked:hover,
.gfield-choice-input[type="checkbox"]:checked:focus {
    background-color: currentColor !important;
}.inner-text img{
  display: inline-block;
}div[data-service] .cc-text{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.noaccreds{
  height: 2rem;
}@media (min-width: 768px) {
    .gfield.col-6 {
        width: 50%;
    }
}@media (max-width: 1023px) {
    .promo-banner-text {
        font-size: 20px;
    }

    .promo-banner-title,
    .inner .promo-banner-title {
        font-size: 38px;
    }
}li.astm-search-menu>a{
  display: inline-block;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}.scrolled li.astm-search-menu{
  display: flex;
  align-items: center;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}.scrolled li.astm-search-menu>a{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}/* mobile only */@media (max-width: 767px) {
    .btn-header {
        font-size: 25px;
    }

    .btn,
    .gform_button_select_files,
    .gform_wrapper .button {
        font-size: 15px;
    }

    .hide-mob {
        display: none !important;
    }

    .show-mob {
        display: block !important;
    }

    .about-heading,
    .services-title {
        font-size: 24px;
    }

    .footer-wrapper ul li a {
        width: calc(100% - 20px) !important;
    }

    .footer-wrapper h5 {
        cursor: pointer;
        padding: 11px 0;
        margin: 0;
    }

    .footer-wrapper h5:after {
        content: '\f0da';
        font-family: "FontAwesome";
        font-weight: 300;
        float: right;
        font-size: 1.5em;
        top: -3px;
        position: relative;
    }

    .footer-wrapper h5.active:after {
        content: '\f0d7';
    }

    .footer-menu-wrap ul {
        display: none;
        padding-top: 10px;
    }

    .footer-wrapper .footer>div .mobile-icons {
        margin-top: 20px;
    }

    .footer-menu-wrap>div ul {
        margin: 0 0 10px;
        float: left;
        width: 100%;
    }

    .footer-menu-wrap>div {
        border-bottom: 1px solid #fff;
    }

    .footer-wrapper .links,
    .footer-wrapper .Servicing,
    .footer-wrapper .repairs {
        margin: 0px;
    }

    .footer-wrapper .footer {
        padding-top: 10px;
    }

    .repairs .menu li,
    .footer .widget{
    width: 100%;
  }

    .footer-wrapper ul.menu li:before,
    .footer-wrapper ul.menu li:before {
        padding-top: 5px;
    }

    .dealericon svg {
        width: 100px;
    }

    .promo-banner-text {
        font-size: 18px;
    }

    .promo-banner-title {
        font-size: 30px;
    }

    .inner .promo-banner-title {
        font-size: 26px;
    }
}@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window {
        flex-direction: column;
        align-items: unset;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 1em 1.8em;
    }

    .cc-window .cc-message{
    display: block;
        margin-bottom: 1em;
  }
}@media screen and (max-width: 480px) {

    .gform_item_wrapper_begin,
    .contact-page .message textarea{
    float: none;
  }

    .contact-page .gfield.message label,
    .contact-page .gfield label,
    .contact-page .field label,
    .contact-page .gfield input,
    .contact-page .gfield select,
    .contact-page .gfield textarea,
    .contact-page .field input,
    .contact-page .field textarea{
    width: 100%;
  }

    .contact-page .submit{
    text-align: left;
  }

    .gfield_radio{
    display: block;
  }
}.module.side-by-side iframe{
  max-width: 100%;
}.woocommerce ul.products::before{
  display: none !important;
}.woocommerce ul.products>li.product{
  display: flex;
  width: 100% !important;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
}.woocommerce ul.products>li.product>.woocommerce-LoopProduct-link{
  position: absolute;
}.woocommerce ul.products>li.product h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}.woocommerce ul.products>li.product>.product-info>a>img.attachment-woocommerce_thumbnail{
  height: 190px !important;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}.woocommerce ul.products li.product .price del{
  width: 100%;
}.pvtfw_variant_table_cart_btn.button.alt>span::after,
.woocommerce .cart input.button::after {
    content: ' »';
}input#terms{
  display: inline-block;
}#cc-main{
  position: fixed;
}.ginput_recaptcha{
  float: right;
}.gform_footer,
.submit{
  margin-top: 0.625rem;
  text-align: right;
}.field input[type="radio"],
.gfield input[type="radio"] {
    width: auto;
    padding: 0;
    margin-top: 12px;
}.gfield_radio label {
    width: auto;
    padding-right: 0;
    margin: 0 20px 0 10px;
}.gfield{
  margin-bottom: 0.625rem;
}.gfield_course_option_wrapper .gfield,
.contact-page .field{
  float: left;
  margin-bottom: 0.625rem;
  width: 100%;
}.gfield label,
.contact-page .field label {
    float: left;
    width: 32%;
    padding-right: 10px;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 36px;
}.gfield input,
.gfield select,
.gfield textarea,
.contact-page .field input,
.woocommerce-product-search .search-field,
.contact-page .field textarea {
    float: left;
    width: 68%;
    padding: 9px 10px;
    border: none;
    height: auto;
    background-color: #fff;
    border-radius: 0;
}.gfield_checkbox {
    width: 82%;
    float: left;
}.gfield_checkbox .gchoice {
    width: 100%;
    float: left;
}.gfield_checkbox .gchoice input,
.gfield_checkbox .gchoice label {
    width: auto !important;
    padding: 0 10px;
}.gfield_checkbox .gchoice input {
    margin-top: 11px;
}.gfield select {
    border-right: 10px solid transparent;
}.gfield input,
.woocommerce-product-search .search-field,
.gfield textarea {
    padding: 9px 10px;
    border: none;
    height: auto;
    background-color: #fff;
    border-radius: 0;
    max-height: 258px;
}.gfield--type-captcha>label.gfield_label{
  display: none;
}form.modern .gform-body .gform_fields{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
}form.modern .gfield label{
  float: none;
  margin: 0px;
  width: auto;
  padding-right: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
}form.modern .gform-body .gform_fields .gfield{
  margin-bottom: 0px;
}form.modern .gform-body .gform_fields .gfield>label,
form.modern .gfield_checkbox>.gchoice label{
  float: none;
  font-size: 1rem;
  line-height: 1.5rem;
}form.modern .gfield--width-full,
form.modern .gfield{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
  padding-right: 0px;
}@media (min-width: 768px){form.modern .gfield--width-half{
    width: calc(50% - 12px);
  }form.modern .gfield--width-third{
    width: calc(33.3333% - 12px);
  }
}form.modern .gfield input,
form.modern .gfield textarea,
form.modern .gfield_checkbox,
form.modern .gfield_checkbox>.gchoice,
form.modern .ginput_recaptcha{
  float: none;
  width: 100%;
}form.modern .gfield input,
form.modern .gfield_checkbox{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}form.modern .gfield_checkbox>.gchoice,
form.modern .gfield_radio>.gchoice{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}form.modern .gchoice>input{
  margin-top: 0px;
  height: 1rem;
  width: 1rem;
}form.modern .gfield_checkbox>.gchoice label{
  float: none;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
}form.modern .gfield_description{
  font-size: 0.875rem;
  line-height: 1.25rem;
}form.modern .gform_page_footer{
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
}@media (min-width: 768px){form.modern .gform_page_footer{
    justify-content: flex-end;
  }
}.modern_wrapper .gfield_required_asterisk{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}.modern_wrapper .gf_progressbar_wrapper{
  margin-bottom: 0.75rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}.modern_wrapper .gf_progressbar_title{
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}.modern_wrapper .gf_progressbar{
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
  text-align: center;
    background-color: var(--progress_bar_background_color);
}.modern_wrapper .gf_progressbar_percentage {
    background-color: var(--progress_bar_foreground_color);
}.modern_wrapper .gf_progressbar_percentage>span{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.csp-grid-element {
    max-width: 700px;
    filter: grayscale(1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}.csp-grid-element:hover {
    filter: grayscale(0);
}.banner-inner-height {
    height: 590px;
}.banner-outer-height {
    height: 607px;
}@media (min-width: 768px) {
    .banner-inner-height {
        height: 518px;
    }
    .banner-outer-height {
        height: 535px;
    }
}@media (max-width: 767px) {
    .terms-menu {
        display: none;
        float: left;
        padding-top: 0 !important;
        width: 100%;
        margin-top: -10px;
    }
}@media (min-width: 1024px){.lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }@media (min-width: 640px){.lg\:container{
      max-width: 640px;
    }
  }@media (min-width: 768px){.lg\:container{
      max-width: 768px;
    }
  }@media (min-width: 1024px){.lg\:container{
      max-width: 1024px;
    }
  }@media (min-width: 1200px){.lg\:container{
      max-width: 1200px;
    }
  }
}@media (min-width: 1280px){.xl\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }@media (min-width: 640px){.xl\:container{
      max-width: 640px;
    }
  }@media (min-width: 768px){.xl\:container{
      max-width: 768px;
    }
  }@media (min-width: 1024px){.xl\:container{
      max-width: 1024px;
    }
  }@media (min-width: 1200px){.xl\:container{
      max-width: 1200px;
    }
  }
}.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}.checked\:border-gray-300:checked{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}.checked\:bg-gray-300:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}.checked\:bg-transparent:checked{
  background-color: transparent;
}.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}.hover\:checked\:border-gray-300:checked:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}.checked\:hover\:bg-gray-300:hover:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}.checked\:hover\:bg-transparent:hover:checked{
  background-color: transparent;
}.focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}.focus\:bg-transparent:focus{
  background-color: transparent;
}.focus\:ring-0: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(0px + 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-transparent:focus{
  --tw-ring-color: transparent;
}.focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}.focus\:checked\:border-gray-300:checked:focus{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}.checked\:focus\:bg-gray-300:focus:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}.checked\:focus\:bg-transparent:focus:checked{
  background-color: transparent;
}@media (min-width: 640px){.sm\:grid{
    display: grid;
  }.sm\:h-72{
    height: 18rem;
  }.sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }.sm\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }.sm\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }.sm\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }.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\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.sm\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }.sm\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }.sm\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }.sm\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }.sm\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }.sm\:text-left{
    text-align: left;
  }
}@media (min-width: 768px){.md\:relative{
    position: relative;
  }.md\:col-span-2{
    grid-column: span 2 / span 2;
  }.md\:col-span-3{
    grid-column: span 3 / span 3;
  }.md\:col-span-6{
    grid-column: span 6 / span 6;
  }.md\:col-span-9{
    grid-column: span 9 / span 9;
  }.md\:mt-8{
    margin-top: 2rem;
  }.md\:block{
    display: block;
  }.md\:inline-block{
    display: inline-block;
  }.md\:flex{
    display: flex;
  }.md\:grid{
    display: grid;
  }.md\:hidden{
    display: none;
  }.md\:h-40{
    height: 10rem;
  }.md\:h-\[120px\]{
    height: 120px;
  }.md\:h-\[164px\]{
    height: 164px;
  }.md\:h-\[252px\]{
    height: 252px;
  }.md\:h-\[300px\]{
    height: 300px;
  }.md\:h-\[317px\]{
    height: 317px;
  }.md\:w-1\/2{
    width: 50%;
  }.md\:w-auto{
    width: auto;
  }.md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.md\:flex-row{
    flex-direction: row;
  }.md\:items-center{
    align-items: center;
  }.md\:bg-auto{
    background-size: auto;
  }.md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }.md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }.md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }.md\:pb-0{
    padding-bottom: 0px;
  }.md\:pl-14{
    padding-left: 3.5rem;
  }.md\:pl-2{
    padding-left: 0.5rem;
  }.md\:pr-14{
    padding-right: 3.5rem;
  }.md\:pr-4{
    padding-right: 1rem;
  }.md\:pt-0{
    padding-top: 0px;
  }.md\:pt-4{
    padding-top: 1rem;
  }.md\:text-left{
    text-align: left;
  }.md\:text-right{
    text-align: right;
  }.md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }.md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}@media (min-width: 1024px){.lg\:bottom-9{
    bottom: 2.25rem;
  }.lg\:left-\[-2\.5rem\]{
    left: -2.5rem;
  }.lg\:right-\[-2\.5rem\]{
    right: -2.5rem;
  }.lg\:col-span-1{
    grid-column: span 1 / span 1;
  }.lg\:col-span-12{
    grid-column: span 12 / span 12;
  }.lg\:col-span-2{
    grid-column: span 2 / span 2;
  }.lg\:col-span-3{
    grid-column: span 3 / span 3;
  }.lg\:col-span-4{
    grid-column: span 4 / span 4;
  }.lg\:col-span-9{
    grid-column: span 9 / span 9;
  }.lg\:float-right{
    float: right;
  }.lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }.lg\:mt-0{
    margin-top: 0px;
  }.lg\:mt-0\.5{
    margin-top: 0.125rem;
  }.lg\:mt-3{
    margin-top: 0.75rem;
  }.lg\:mt-8{
    margin-top: 2rem;
  }.lg\:block{
    display: block;
  }.lg\:inline{
    display: inline;
  }.lg\:flex{
    display: flex;
  }.lg\:grid{
    display: grid;
  }.lg\:hidden{
    display: none;
  }.lg\:h-80{
    height: 20rem;
  }.lg\:w-1\/4{
    width: 25%;
  }.lg\:w-2\/5{
    width: 40%;
  }.lg\:w-auto{
    width: auto;
  }.lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }.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-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\:p-8{
    padding: 2rem;
  }.lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }.lg\:pb-16{
    padding-bottom: 4rem;
  }.lg\:pl-20{
    padding-left: 5rem;
  }.lg\:pl-28{
    padding-left: 7rem;
  }.lg\:pl-32{
    padding-left: 8rem;
  }.lg\:pr-20{
    padding-right: 5rem;
  }.lg\:pr-28{
    padding-right: 7rem;
  }.lg\:pr-\[90px\]{
    padding-right: 90px;
  }.lg\:pt-4{
    padding-top: 1rem;
  }.lg\:text-right{
    text-align: right;
  }
}@media (min-width: 1280px){.xl\:absolute{
    position: absolute;
  }.xl\:left-0{
    left: 0px;
  }.xl\:top-0{
    top: 0px;
  }.xl\:block{
    display: block;
  }.xl\:hidden{
    display: none;
  }.xl\:h-48{
    height: 12rem;
  }.xl\:h-\[518px\]{
    height: 518px;
  }.xl\:w-1\/3{
    width: 33.333333%;
  }.xl\:w-48{
    width: 12rem;
  }.xl\:w-max{
    width: -moz-max-content;
    width: max-content;
  }.xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }.xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }.xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }.xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }.xl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }.xl\:items-center{
    align-items: center;
  }.xl\:gap-2{
    gap: 0.5rem;
  }.xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.xl\:pb-0{
    padding-bottom: 0px;
  }.xl\:pt-0{
    padding-top: 0px;
  }.xl\:text-left{
    text-align: left;
  }
}@media (min-width: 1536px){.\32xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}