@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900);
/*
! tailwindcss v3.3.6 | 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.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[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;
          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::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;
          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;
          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;
            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;
            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;
            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;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.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;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.contents{
  display: contents;
}
.h-6{
  height: 1.5rem;
}
.w-6{
  width: 1.5rem;
}
.w-full{
  width: 100%;
}
.max-w-full{
  max-width: 100%;
}
.max-w-screen-1440{
  max-width: 1440px;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.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));
}
.rounded-md{
  border-radius: 0.375rem;
}
.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.bg-indigo-400{
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.p-4{
  padding: 1rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.text-green-50{
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}
.text-indigo-50{
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}
.text-red-50{
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-red-900{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
.text-yellow-50{
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}
.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;
}
/* stylelint-disable no-invalid-position-at-import-rule, at-rule-empty-line-before */
body {
  font-family: Inter, sans-serif;
  background-color: #F8F8F8;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}

h1, h2, h3{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}

h1{
  font-size: 3rem;
  line-height: 1;
}

h2{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

h3{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

button.call-to-action,
span.call-to-action,
a.call-to-action,
a.call-to-action-link{
  position: relative;
  display: inline-flex;
  height: 3rem;
  min-width: 8rem;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 36px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 177 34 / var(--tw-border-opacity));
  cursor: pointer;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  text-decoration: none !important;
}

.top-link{
  position: relative;
  display: inline-flex;
  height: 3rem;
  min-width: 8rem;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 36px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  cursor: pointer;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.top-link svg{
  margin-right: 0.5rem;
  height: 1.25rem;
  width: auto;
}

.filter{
  position: relative;
  display: inline-flex;
  height: 2.5rem;
  min-width: 4rem;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .filter{
    height: 3rem;
  }
}

.filter{
  border-radius: 0.75rem;
}

@media (min-width: 640px){
  .filter{
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(9 87 134 / var(--tw-border-opacity));
  }
}

.filter{
  cursor: pointer;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .filter{
    text-align: center;
  }
}
.filter.active{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
  font-weight: 700;
}
@media (min-width: 640px){
  .filter.active{
    --tw-bg-opacity: 1;
    background-color: rgb(33 114 162 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.cherry-label{
  position: relative;
  display: inline-flex;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 177 34 / var(--tw-bg-opacity));
  text-align: center;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 0.65rem;
}

.icon{
  height: 22px;
  width: 22px;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}

.filters-component{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1440px;
  flex-direction: column;
  row-gap: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px){
  .filters-component{
    flex-direction: row;
    row-gap: 0px;
    column-gap: 0.75rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1536px){
  .filters-component{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.filters-component .name{
  position: relative;
  display: inline-flex;
  height: 3rem;
  min-width: 4rem;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(9 87 134 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(9 87 134 / var(--tw-bg-opacity));
}
@media (min-width: 640px){
  .filters-component .name{
    border-width: 0px;
    background-color: transparent;
  }
}
.filters-component .name{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .filters-component .name{
    --tw-text-opacity: 1;
    color: rgb(9 87 134 / var(--tw-text-opacity));
  }
}
.filters-component .name{
  cursor: pointer;
}
@media (min-width: 640px){
  .filters-component .name{
    cursor: default;
  }
}
.filters-component .items{
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
@media (min-width: 640px){
  .filters-component .items{
    flex-direction: row;
    row-gap: 0px;
    column-gap: 0.75rem;
  }
}

.news-navigation{
  margin-top: 3rem;
  text-align: center;
}
.news-navigation .nav-links{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-navigation .nav-links > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.news-navigation .nav-links a, .news-navigation .nav-links span{
  display: flex;
  aspect-ratio: 1 / 1;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}
.news-navigation .nav-links a:hover, .news-navigation .nav-links span:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(9 87 134 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.news-navigation .nav-links a.current, .news-navigation .nav-links span.current{
  --tw-bg-opacity: 1;
  background-color: rgb(9 87 134 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.news-navigation .nav-links a:not(.next):hover, .news-navigation .nav-links a:not(.prev):hover, .news-navigation .nav-links span:not(.next):hover, .news-navigation .nav-links span:not(.prev):hover{
  --tw-bg-opacity: 0.8;
}
.news-navigation .nav-links a.prev, .news-navigation .nav-links a.next, .news-navigation .nav-links span.prev, .news-navigation .nav-links span.next{
  width: auto;
  border-radius: 0px;
}
.news-navigation .nav-links a.prev:hover, .news-navigation .nav-links a.next:hover, .news-navigation .nav-links span.prev:hover, .news-navigation .nav-links span.next:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}

.card{
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 3rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(33 114 162 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.card:hover{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(33 114 162 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

@media (min-width: 640px){
  .card{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

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

.card{
  padding: 0.625rem;
  padding-bottom: 3rem;
}
.card:hover {
  transition: all 500ms;
}
.card:hover img {
  transform: scale(1.075);
}
.card .image{
  display: flex;
  max-height: 13rem;
  overflow: hidden;
  border-radius: 0.75rem;
}
@media (min-width: 640px){
  .card .image{
    max-height: 16rem;
  }
}
.card .image img{
  border-radius: 0.75rem;
  height: 13rem;
  width: auto;
}
@media (min-width: 640px){
  .card .image img{
    height: 16rem;
  }
}
.card .image img{
  margin-left: auto;
  margin-right: auto;
}
.card img {
  transform: scale(1);
  transition: all 500ms;
}
.card h3,
.card .heading{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
.card .text{
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-weight: 600;
}
.card .labels{
  display: flex;
  justify-content: center;
}
.card .labels > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.ease-linear {
  transition-timing-function: linear;
}

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

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

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

.transition-fastest {
  transition-duration: 75ms;
}

.transition-faster {
  transition-duration: 100ms;
}

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

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

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

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

.transition-slowest {
  transition-duration: 700ms;
}

.transition-very-slow {
  transition-duration: 1000ms;
}

.transition-all {
  transition-property: all;
}

.transition-opacity {
  transition-property: opacity;
}

.transition-transform {
  transition-property: transform;
}

.translate-x-full {
  transform: translateX(-100%);
}

/* stylelint-disable selector-class-pattern */
.-translate-x-full {
  transform: translateX(100%);
}

/* stylelint-enable selector-class-pattern */
.translate-x-0 {
  transform: translateX(0);
}

.translate-y-full {
  transform: translateY(-100%);
}

/* stylelint-disable selector-class-pattern */
.-translate-y-full {
  transform: translateY(100%);
}

/* stylelint-enable selector-class-pattern */
.translate-y-0 {
  transform: translateY(0);
}

.scale-90 {
  transform: scale(0.9);
}

.scale-100 {
  transform: scale(1);
}

.origin-top {
  transform-origin: top;
}

.origin-top-right {
  transform-origin: top right;
}

.origin-right {
  transform-origin: right;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.origin-bottom {
  transform-origin: bottom;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-left {
  transform-origin: left;
}

.origin-top-left {
  transform-origin: top left;
}

.list-enter-active,
.list-leave-active {
  transition: all 1s ease;
}

.list-enter-from,
.list-leave-to {
  opacity: 0;
  transform: translateY(30px);
}

.animate {
  transition-delay: 0.5s;
  transition-duration: 0.25s;
  transition-timing-function: ease-in;
}

.fade-right.animate-active {
  animation: fade-in-right 1s ease-in-out;
  opacity: 1;
  transition: ease-in-out 1s all;
}

.fade-opacity.animate-active {
  opacity: 1;
  transition: ease-in-out 1s all;
}

.fade-text.animate-active {
  animation: fade-in-text 1s ease-in-out;
  opacity: 1;
  transition: ease-in-out 1s all;
}

.fade-leftc.animate-active {
  animation: fadein-leftc 2s ease-in-out;
  opacity: 1;
  transition: ease-in-out 2s all;
}

.fade-rightc.animate-active {
  animation: fade-in-right-c 2s ease-in-out;
  opacity: 1;
  transition: ease-in-out 2s all;
}

.fade-topc.animate-active {
  animation: fade-in-top-c 2s ease-in-out;
  opacity: 1;
  transition: ease-in-out 2s all;
}

.fade-bottomc.animate-active {
  animation: fade-in-bottom-c 2s ease-in-out;
  opacity: 1;
  transition: ease-in-out 2s all;
}

.fade-left.animate-active {
  animation: fadein-left 1s ease-in-out;
  opacity: 1;
  transition: ease-in-out 2s all;
}

.fade-left-in.animate-active {
  animation: fadein-left-in 1s ease-in-out;
  width: 0%;
  opacity: 1;
  transition: ease-in-out 1s all;
}

.fade-top.animate-active {
  animation: fade-in-top 1s ease-in-out;
  opacity: 1;
  transition: ease-in-out 1s all;
}

.fade-bottom.animate-active {
  animation: fade-in-bottom 1s ease-in-out;
  opacity: 1;
  transition: ease-in-out 1s all;
}

.draw.animate-active {
  animation: draw 1s ease-in 1 forwards;
  opacity: 1;
  transition: ease-in-out 1s all;
}

.fade.animate-active {
  animation: fade-animation 1s ease-in-out;
  opacity: 1;
  transition: ease-in-out 1s all;
}

@keyframes fade-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes draw {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-text {
  from {
    opacity: 0;
    letter-spacing: 0.05em;
  }
  to {
    opacity: 1;
    letter-spacing: 0;
  }
}
@keyframes fadein-left {
  from {
    opacity: 0;
    transform: translateX(-300px);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein-leftc {
  from {
    opacity: 1;
    transform: translateX(-300px);
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-top-c {
  from {
    opacity: 1;
    transform: translateY(300px);
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-bottom-c {
  from {
    opacity: 0;
    transform: translateY(-300px);
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-right-c {
  from {
    opacity: 1;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein-left-in {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes fade-in-top {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
  }
}
.bounce-1 {
  animation-name: bounce-1;
  animation-timing-function: linear;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.logo-spin {
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
  transform-origin: 27px 27px;
  animation: spin-1 2s linear infinite;
}

@keyframes spin-1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.animate-delay-0 {
  animation-delay: 0s;
}

.animate-delay-1 {
  animation-delay: 0.5s;
}

.animate-delay-2 {
  animation-delay: 0.75s;
}

.animate-delay-3 {
  animation-delay: 1s;
}

.animate-delay-4 {
  animation-delay: 1.25s;
}

.slide-fade-enter-active {
  transition: all 300ms ease-out;
}

.slide-fade-leave-active {
  transition: all 300ms cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter-from,
.slide-fade-leave-to {
  transform: translateY(-3rem);
  opacity: 0;
}

body.menu-open{
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

header.banner,
#main-menu .top-header,
#mobile-menu .top-header{
  position: relative;
  z-index: 30;
  height: 6rem;
}
header.banner .line,
#main-menu .top-header .line,
#mobile-menu .top-header .line{
  height: 0.25rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 177 34 / var(--tw-bg-opacity));
}
header.banner .inner,
#main-menu .top-header .inner,
#mobile-menu .top-header .inner{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1440px;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1536px){
  header.banner .inner,
#main-menu .top-header .inner,
#mobile-menu .top-header .inner{
    padding-left: 0px;
    padding-right: 0px;
  }
}
header.banner .inner .logo,
#main-menu .top-header .inner .logo,
#mobile-menu .top-header .inner .logo{
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
  height: 45px;
  margin-top: calc((5.75rem - 45px) / 2);
}
header.banner .inner .links,
#main-menu .top-header .inner .links,
#mobile-menu .top-header .inner .links{
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  height: 45px;
  margin-top: calc((5.75rem - 45px) / 2);
}
header.banner .inner .links a.top-link,
#main-menu .top-header .inner .links a.top-link,
#mobile-menu .top-header .inner .links a.top-link{
  display: none;
  --tw-border-opacity: 1;
  border-color: rgb(9 87 134 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  header.banner .inner .links a.top-link,
#main-menu .top-header .inner .links a.top-link,
#mobile-menu .top-header .inner .links a.top-link{
    display: flex;
  }
}
header.banner .inner .links .navigation .toggle,
#main-menu .top-header .inner .links .navigation .toggle,
#mobile-menu .top-header .inner .links .navigation .toggle{
  cursor: pointer;
}
header.banner .inner .links .navigation .toggle svg,
#main-menu .top-header .inner .links .navigation .toggle svg,
#mobile-menu .top-header .inner .links .navigation .toggle svg{
  margin-top: auto;
  height: 2rem;
  width: auto;
}
@media (min-width: 640px){
  header.banner .inner .links .navigation .toggle svg,
#main-menu .top-header .inner .links .navigation .toggle svg,
#mobile-menu .top-header .inner .links .navigation .toggle svg{
    margin-left: 1rem;
  }
}
header.banner .inner .links .navigation .toggle.desktop,
#main-menu .top-header .inner .links .navigation .toggle.desktop,
#mobile-menu .top-header .inner .links .navigation .toggle.desktop{
  display: none;
}
@media (min-width: 768px){
  header.banner .inner .links .navigation .toggle.desktop,
#main-menu .top-header .inner .links .navigation .toggle.desktop,
#mobile-menu .top-header .inner .links .navigation .toggle.desktop{
    display: block;
  }
}
header.banner .inner .links .navigation .toggle.mobile,
#main-menu .top-header .inner .links .navigation .toggle.mobile,
#mobile-menu .top-header .inner .links .navigation .toggle.mobile{
  display: block;
}
@media (min-width: 768px){
  header.banner .inner .links .navigation .toggle.mobile,
#main-menu .top-header .inner .links .navigation .toggle.mobile,
#mobile-menu .top-header .inner .links .navigation .toggle.mobile{
    display: none;
  }
}
header.banner.has-hero,
#main-menu .top-header.has-hero,
#mobile-menu .top-header.has-hero {
  margin-bottom: -5.75rem;
}
header.banner.has-hero .inner,
#main-menu .top-header.has-hero .inner,
#mobile-menu .top-header.has-hero .inner{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header.banner.has-hero .inner .logo,
#main-menu .top-header.has-hero .inner .logo,
#mobile-menu .top-header.has-hero .inner .logo{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header.banner.has-hero .inner a.top-link,
#main-menu .top-header.has-hero .inner a.top-link,
#mobile-menu .top-header.has-hero .inner a.top-link{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#mobile-menu .top-header .inner .links .navigation .toggle svg{
  height: 1.5rem;
}

header#small-hero, header#image-text, header#simple-header{
  margin-top: 6rem;
}

header#hero{
  position: relative;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-top: 5.75rem;
  height: 690px;
}
header#hero picture{
  position: absolute;
  inset: 0px;
  z-index: 0;
  display: flex;
}
header#hero picture img{
  width: 100%;
  object-fit: cover;
}
header#hero video{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  object-fit: cover;
}
@media (min-width: 1024px){
  header#hero video{
    height: auto;
    width: 100vw;
  }
}
header#hero .overlay{
  position: absolute;
  inset: 0px;
  display: flex;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.6;
  z-index: 1;
}
header#hero .mask{
  position: absolute;
  inset: 0px;
  display: flex;
  background-image: url("/app/themes/cherrypipes/dist/images/bg-mask.svg");
  z-index: 2;
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
}
header#hero .content{
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 1440px;
}
header#hero .content .inner{
  position: relative;
  max-width: 42rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  header#hero .content .inner{
    padding-top: 3rem;
  }
}
@media (min-width: 1536px){
  header#hero .content .inner{
    padding-left: 0px;
    padding-right: 0px;
  }
}
header#hero .content .inner h1{
  font-size: 3rem;
  line-height: 1;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  header#hero .content .inner h1{
    font-size: 4.5rem;
    line-height: 1;
  }
}
header#hero .content .inner p{
  margin-top: 1.5rem;
  max-width: 32rem;
  padding-right: 3rem;
}
header#hero .content .inner .links{
  margin-top: 3rem;
  display: inline-flex;
  width: 100%;
  max-width: 32rem;
  flex-direction: column;
}
header#hero .content .inner .links > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
@media (min-width: 640px){
  header#hero .content .inner .links{
    width: auto;
    flex-direction: row;
  }
  header#hero .content .inner .links > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
header#hero .content .inner .links .call-to-action{
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px){
  header#hero .content .inner .links .call-to-action{
    margin: 0px;
  }
}
header#hero .content .inner .links div.fslightbox-container{
  margin: 0px;
}

header#small-hero{
  position: relative;
  height: 24rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header#small-hero picture{
  position: absolute;
  inset: 0px;
  z-index: 0;
  display: flex;
}
header#small-hero picture img{
  width: 100%;
  object-fit: cover;
}
header#small-hero .content{
  position: relative;
  z-index: 20;
  height: 100%;
  background-color: rgb(9 87 134 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
}
header#small-hero .content .inner{
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 1440px;
  padding: 1.5rem;
}
header#small-hero .content .inner h1{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 300;
}
@media (min-width: 640px){
  header#small-hero .content .inner h1{
    font-size: 3rem;
    line-height: 1;
  }
}
header#small-hero .content .inner p{
  margin-top: 1.5rem;
  padding-right: 3rem;
}
header#small-hero .content .inner .image-text{
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 3rem;
}
@media (min-width: 640px){
  header#small-hero .content .inner .image-text{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
header#small-hero .content .inner .image-text .text{
  display: flex;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
header#small-hero .content .inner .image-text .text .text-wrapper{
  margin-top: auto;
  margin-bottom: auto;
}
header#small-hero .content .inner .image-text .text h1{
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  header#small-hero .content .inner .image-text .text h1{
    text-align: left;
  }
}
header#small-hero .content .inner .image-text .text p{
  text-align: center;
}
@media (min-width: 640px){
  header#small-hero .content .inner .image-text .text p{
    text-align: left;
  }
}
header#small-hero .content .inner .image-text .image{
  margin-top: 0.75rem;
  display: none;
  background-repeat: no-repeat;
}
@media (min-width: 640px){
  header#small-hero .content .inner .image-text .image{
    display: flex;
  }
}
header#small-hero .content .inner .image-text .image {
  width: 452px;
  height: 313px;
  background-image: url("/app/themes/cherrypipes/dist/images/bg-short-hero-image.svg");
}
header#small-hero .content .inner .image-text .image img{
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 0.75rem;
  width: 411px;
  height: 278px;
}
header#small-hero .content .inner .image-text .image .before, header#small-hero .content .inner .image-text .image .after{
  position: relative;
  top: -1.5rem;
  left: -1.5rem;
  z-index: 0;
  margin-bottom: -18rem;
  height: 18rem;
  width: 24rem;
  border-radius: 0.75rem;
  border-width: 2px;
  border-color: rgb(255 177 34 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
header#small-hero .content .inner .image-text .image .after{
  top: 1.5rem;
  left: 1.5rem;
}
header#small-hero .content .inner .text-only{
  display: flex;
  height: 100%;
  align-items: center;
  text-align: center;
}
header#small-hero .content .inner .text-only h1{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

header#image-text{
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header#image-text .inner{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  height: 100%;
  max-width: 1440px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 3rem;
  padding: 1.5rem;
}
@media (min-width: 640px){
  header#image-text .inner{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1536px){
  header#image-text .inner{
    padding-left: 0px;
    padding-right: 0px;
  }
}
header#image-text .inner .text-wrapper > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
header#image-text .inner .text-wrapper .pre-title{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}
header#image-text .inner .text-wrapper h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
header#image-text .inner .text-wrapper .text{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
header#image-text .inner .text-wrapper .text :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
header#image-text .inner .text-wrapper .text :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
header#image-text .inner .text-wrapper .text :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
header#image-text .inner .text-wrapper .text :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
header#image-text .inner .text-wrapper .text :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
header#image-text .inner .text-wrapper .text :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
header#image-text .inner .text-wrapper .text :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
header#image-text .inner .text-wrapper .text :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
header#image-text .inner .text-wrapper .text :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
header#image-text .inner .text-wrapper .text :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
header#image-text .inner .text-wrapper .text :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
header#image-text .inner .text-wrapper .text :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
header#image-text .inner .text-wrapper .text :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
header#image-text .inner .text-wrapper .text :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
header#image-text .inner .text-wrapper .text :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
header#image-text .inner .text-wrapper .text :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
header#image-text .inner .text-wrapper .text :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
header#image-text .inner .text-wrapper .text :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
header#image-text .inner .text-wrapper .text :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
header#image-text .inner .text-wrapper .text :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
header#image-text .inner .text-wrapper .text :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
header#image-text .inner .text-wrapper .text :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
header#image-text .inner .text-wrapper .text :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
header#image-text .inner .text-wrapper .text :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
header#image-text .inner .text-wrapper .text :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
header#image-text .inner .text-wrapper .text :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
header#image-text .inner .text-wrapper .text :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
header#image-text .inner .text-wrapper .text :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
header#image-text .inner .text-wrapper .text :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
header#image-text .inner .text-wrapper .text :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
header#image-text .inner .text-wrapper .text :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
header#image-text .inner .text-wrapper .text :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
header#image-text .inner .text-wrapper .text :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
header#image-text .inner .text-wrapper .text :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
header#image-text .inner .text-wrapper .text :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
header#image-text .inner .text-wrapper .text :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
header#image-text .inner .text-wrapper .text :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
header#image-text .inner .text-wrapper .text :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
header#image-text .inner .text-wrapper .text :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
header#image-text .inner .text-wrapper .text :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
header#image-text .inner .text-wrapper .text :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
header#image-text .inner .text-wrapper .text :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
header#image-text .inner .text-wrapper .text :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
header#image-text .inner .text-wrapper .text :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
header#image-text .inner .text-wrapper .text :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
header#image-text .inner .text-wrapper .text :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
header#image-text .inner .text-wrapper .text :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
header#image-text .inner .text-wrapper .text :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
header#image-text .inner .text-wrapper .text :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
header#image-text .inner .text-wrapper .text :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
header#image-text .inner .text-wrapper .text :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
header#image-text .inner .text-wrapper .text :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
header#image-text .inner .text-wrapper .text :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
header#image-text .inner .text-wrapper .text :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
header#image-text .inner .text-wrapper .text :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
header#image-text .inner .text-wrapper .text :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
header#image-text .inner .text-wrapper .text :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
header#image-text .inner .text-wrapper .text :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
header#image-text .inner .text-wrapper .text :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
header#image-text .inner .text-wrapper .text :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
header#image-text .inner .text-wrapper .text{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
header#image-text .inner .text-wrapper .text :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
header#image-text .inner .text-wrapper .text :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
header#image-text .inner .text-wrapper .text :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
header#image-text .inner .text-wrapper .text :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
header#image-text .inner .text-wrapper .text :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
header#image-text .inner .text-wrapper .text :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
header#image-text .inner .text-wrapper .text :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
header#image-text .inner .text-wrapper .text :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
header#image-text .inner .text-wrapper .text :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
header#image-text .inner .text-wrapper .text :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
header#image-text .inner .text-wrapper .text :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
header#image-text .inner .text-wrapper .text :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
header#image-text .inner .text-wrapper .text :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
header#image-text .inner .text-wrapper .text :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
header#image-text .inner .text-wrapper .text :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
header#image-text .inner .text-wrapper .text :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
header#image-text .inner .text-wrapper .text :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
header#image-text .inner .text-wrapper .text :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
header#image-text .inner .text-wrapper .text :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
header#image-text .inner .text-wrapper .text :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
header#image-text .inner .text-wrapper .text :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
header#image-text .inner .text-wrapper .text :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
header#image-text .inner .text-wrapper .text :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
header#image-text .inner .text-wrapper .text :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
header#image-text .inner .text-wrapper .text :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
header#image-text .inner .text-wrapper .text{
  width: 100%;
  max-width: 100%;
  padding-right: 3rem;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}
header#image-text .inner .image{
  display: flex;
  justify-content: center;
  vertical-align: middle;
}
header#image-text .inner .image img{
  border-radius: 0.75rem;
}

header#normal {
  height: 530px;
}
header#normal picture{
  display: flex;
  height: 530px;
}
header#normal picture img{
  width: 100%;
  object-fit: cover;
}

header#simple-header{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1536px){
  header#simple-header{
    padding-left: 0px;
    padding-right: 0px;
  }
}
header#simple-header h1{
  width: 100%;
}

#main-menu{
  position: relative;
  z-index: 0;
  display: none;
  width: 100%;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  #main-menu{
    display: block;
  }
}

#main-menu {
  margin-top: -100vh;
  height: 100vh;
  transition: margin 700ms ease 0ms, height 700ms ease 100ms;
}
#main-menu.open{
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 40;
  margin-top: 0px;
  height: 100vh;
  width: 100%;
  transition: margin 500ms ease 0ms, height 700ms ease 100ms;
}
#main-menu.open .top-header{
  position: fixed;
  display: block;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#main-menu.open .top-header .inner{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#main-menu.open .top-header .inner .logo{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#main-menu.open .top-header .inner a.top-link{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#main-menu .background{
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(9 87 134 / var(--tw-bg-opacity));
}
#main-menu .background .image{
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100vh;
  width: 100%;
  --tw-bg-opacity: 0.2;
  background-size: cover;
  background-image: url("/app/themes/cherrypipes/dist/images/product-categories-bg.png");
}
#main-menu nav{
  position: relative;
  z-index: 20;
}
#main-menu nav .inner{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1440px;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1536px){
  #main-menu nav .inner{
    padding-left: 0px;
    padding-right: 0px;
  }
}
#main-menu nav .inner .main{
  margin-top: 12rem;
  display: grid;
  width: 91.666667%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
#main-menu nav .inner .main ul.column{
  display: flex;
  flex-direction: column;
}
#main-menu nav .inner .main ul.column > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
#main-menu nav .inner .main ul.column li{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 300;
}
#main-menu nav .inner .main ul.column li a:hover{
  text-decoration-line: underline;
  text-decoration-color: #FFB122;
}
#main-menu nav .inner .main ul.column li.divider{
  padding-top: 1.5rem;
  padding-bottom: 0.75rem;
}
#main-menu nav .inner .main ul.column li.divider span{
  display: flex;
  height: 0.5rem;
  width: 50%;
  border-bottom-width: 2px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(255 177 34 / var(--tw-border-opacity));
}
#main-menu nav .inner .main ul.column li ul.children{
  margin-top: 1.5rem;
}
#main-menu nav .inner .main ul.column li ul.children > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
#main-menu nav .inner .main ul.column li ul.children li{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
#main-menu nav .top-header{
  display: none;
}
#main-menu nav .inner.socials{
  margin-top: 6rem;
}
#main-menu nav .inner.socials .socials{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1rem;
}
#main-menu nav .inner.socials .socials span{
  --tw-text-opacity: 1;
  color: rgb(255 177 34 / var(--tw-text-opacity));
}
#main-menu nav .inner.socials .socials ul{
  display: flex;
}
#main-menu nav .inner.socials .socials ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
#main-menu nav .inner.final{
  border-bottom-width: 2px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(255 177 34 / var(--tw-border-opacity));
  padding-top: 6rem;
}

#mobile-menu{
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  #mobile-menu{
    display: none;
  }
}

#mobile-menu {
  margin-top: -100vh;
  height: 100vh;
  transition: margin 500ms ease 0ms, height 500ms ease 100ms;
}
#mobile-menu.open{
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 50;
  margin-top: 0px;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  transition: margin 500ms ease 0ms, height 500ms ease 100ms;
}
#mobile-menu.open .top-header{
  position: fixed;
  display: block;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#mobile-menu.open .top-header .inner{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#mobile-menu.open .top-header .inner .logo{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#mobile-menu.open .top-header .inner .logo svg{
  height: 2.5rem;
  width: auto;
}
#mobile-menu.open .top-header .inner a.top-link{
  display: flex;
  min-width: 0px;
  border-style: none;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#mobile-menu.open .top-header .inner a.top-link svg{
  margin-right: 0px;
  height: 2rem;
}
#mobile-menu.open nav .inner .main .menu{
  position: relative;
  margin-top: 0px;
}
#mobile-menu .background{
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(9 87 134 / var(--tw-bg-opacity));
}
#mobile-menu .background .image{
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100vh;
  width: 100%;
  background-size: cover;
  opacity: 0.5;
  background-image: url("/app/themes/cherrypipes/dist/images/product-categories-bg.png");
  background-position: center;
}
#mobile-menu nav{
  position: relative;
  z-index: 20;
}
#mobile-menu nav .inner{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1440px;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px){
  #mobile-menu nav .inner{
    padding-left: 0px;
    padding-right: 0px;
  }
}
#mobile-menu nav .inner .main{
  margin-top: 9rem;
  width: 100%;
}
#mobile-menu nav .inner .main .menu {
  margin-top: -100vh;
  transition: margin 700ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
#mobile-menu nav .inner .main .menu ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
#mobile-menu nav .inner .main .menu ul li{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 300;
}
#mobile-menu nav .inner .main .menu ul li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mobile-menu nav .inner .main .menu ul li a:hover{
  text-decoration-line: underline;
  text-decoration-color: #FFB122;
}
#mobile-menu nav .inner .main .menu ul li a svg{
  height: 1.5rem;
  width: auto;
}
#mobile-menu nav .inner .main .sub-menu {
  margin-left: -100vw;
  transition: margin 350ms cubic-bezier(0.42, 0, 0.58, 1);
}
#mobile-menu nav .inner .main .sub-menu.open {
  margin-left: 0;
}
#mobile-menu nav .inner .main .sub-menu .back{
  margin-top: -3rem;
  margin-bottom: 1.25rem;
  display: flex;
  cursor: pointer;
  align-items: center;
}
#mobile-menu nav .inner .main .sub-menu .back > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
#mobile-menu nav .inner .main .sub-menu .back{
  padding-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 177 34 / var(--tw-text-opacity));
}
#mobile-menu nav .inner .main .sub-menu .back svg{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#mobile-menu nav .inner .main .sub-menu .heading{
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 300;
}
#mobile-menu nav .inner .main .sub-menu ul{
  margin-top: 1.5rem;
}
#mobile-menu nav .inner .main .sub-menu ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
#mobile-menu nav .inner .main .sub-menu ul li{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
#mobile-menu nav .inner .main .sub-menu ul li.divider{
  padding-top: 1.5rem;
  padding-bottom: 0.75rem;
}
#mobile-menu nav .inner .main .sub-menu ul li.divider span{
  display: flex;
  height: 0.5rem;
  width: 66.666667%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 177 34 / var(--tw-border-opacity));
}
#mobile-menu nav .top-header{
  display: none;
}

.pattern-footer{
  position: relative;
  z-index: -10;
  margin-top: -290px;
  height: 290px;
}
.pattern-footer .inner{
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
.pattern-footer .inner .pattern{
  display: flex;
  justify-content: flex-end;
  opacity: 0.8;
  color: #C8DCEE;
}
.pattern-footer .inner .pattern svg{
  position: relative;
}

.full-footer{
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  max-width: 1440px;
}

@media (min-width: 640px){
  .full-footer{
    margin-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1536px){
  .full-footer{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.full-footer .inner{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px){
  .full-footer .inner{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.full-footer .inner .left, .full-footer .inner .right{
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px){
  .full-footer .inner .left, .full-footer .inner .right{
    height: 35rem;
  }
}
.full-footer .inner .left{
  height: 35rem;
}
@media (min-width: 640px){
  .full-footer .inner .left{
    border-bottom-left-radius: 0.75rem;
    border-top-left-radius: 0.75rem;
  }
  .full-footer .inner .right{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
}
.full-footer .inner .right .overlay{
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgb(33 114 162 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
}
@media (min-width: 640px){
  .full-footer .inner .right .overlay{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
}
.full-footer .inner .right .overlay .text{
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .full-footer .inner .right .overlay .text{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px){
  .full-footer .inner .right .overlay .text{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.full-footer .inner .right .overlay .text .sub-heading{
  margin-top: 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 177 34 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .full-footer .inner .right .overlay .text .sub-heading{
    margin-top: 0px;
  }
}
.full-footer .inner .right .overlay .text h3{
  margin-bottom: 0.25rem;
  width: 83.333333%;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .full-footer .inner .right .overlay .text h3{
    margin-bottom: 1.5rem;
    font-size: 3rem;
    line-height: 1;
  }
}
.full-footer .inner .right .overlay .text .content{
  margin-top: 1.5rem;
}
@media (min-width: 640px){
  .full-footer .inner .right .overlay .text .content{
    margin-top: 0px;
  }
}
.full-footer .inner .right .overlay .text p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 640px){
  .full-footer .inner .right .overlay .text p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.full-footer .inner .right .overlay .text .call-to-action{
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 640px){
  .full-footer .inner .right .overlay .text .call-to-action{
    margin-bottom: 0px;
    justify-content: flex-start;
  }
}

footer{
  --tw-bg-opacity: 1;
  background-color: rgb(9 87 134 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  footer{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 3rem;
  }
}
footer a:hover{
  text-decoration-line: underline;
}
footer .wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
}
@media (min-width: 640px){
  footer .wrapper{
    display: flex;
  }
}
footer .wrapper .logo{
  display: flex;
  width: 100%;
}
@media (min-width: 640px){
  footer .wrapper .logo{
    width: 25%;
  }
}
footer .wrapper .logo svg{
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px){
  footer .wrapper .logo svg{
    margin-left: 0px;
  }
}
footer .wrapper .logo.desktop{
  display: none;
}
@media (min-width: 640px){
  footer .wrapper .logo.desktop{
    display: flex;
  }
}
footer .wrapper .logo.mobile{
  display: flex;
}
@media (min-width: 640px){
  footer .wrapper .logo.mobile{
    display: none;
  }
}
footer .wrapper .content{
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 3rem;
  row-gap: 1.5rem;
  text-align: center;
}
@media (min-width: 640px){
  footer .wrapper .content{
    margin-top: 0px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 0px;
    text-align: left;
  }
}
footer .wrapper .content .item .heading{
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #5387A8;
}
footer .wrapper .content .item ul#menu-footer-sectors li, footer .wrapper .content .item ul#menu-footer-products li{
  margin-bottom: 0.5rem;
}
@media (min-width: 640px){
  footer .wrapper .content .item ul#menu-footer-sectors li, footer .wrapper .content .item ul#menu-footer-products li{
    margin-bottom: 1rem;
  }
}
footer .wrapper .content .item ul#menu-footer-sectors li:last-child, footer .wrapper .content .item ul#menu-footer-products li:last-child{
  margin-bottom: 0px;
}
footer .wrapper .content .item.sectors, footer .wrapper .content .item.product{
  display: none;
}
@media (min-width: 640px){
  footer .wrapper .content .item.sectors, footer .wrapper .content .item.product{
    display: block;
  }
}
footer .wrapper .content .item.connect .address, footer .wrapper .content .item.connect .phone{
  margin-bottom: 1.5rem;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 640px){
  footer .wrapper .content .item.connect .address, footer .wrapper .content .item.connect .phone{
    display: flex;
    justify-content: flex-start;
  }
}
footer .wrapper .content .item.connect .address svg, footer .wrapper .content .item.connect .phone svg{
  display: inline-flex;
  height: 2rem;
  width: auto;
}
@media (min-width: 640px){
  footer .wrapper .content .item.connect .address svg, footer .wrapper .content .item.connect .phone svg{
    height: 1rem;
  }
}
footer .wrapper .content .item.connect .address p, footer .wrapper .content .item.connect .phone p{
  margin-top: 0.75rem;
  vertical-align: middle;
}
@media (min-width: 640px){
  footer .wrapper .content .item.connect .address p, footer .wrapper .content .item.connect .phone p{
    margin-top: 0px;
  }
}
footer .wrapper .content .item.connect .socials{
  display: flex;
  justify-content: center;
}
footer .wrapper .content .item.connect .socials > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (min-width: 640px){
  footer .wrapper .content .item.connect .socials{
    justify-content: normal;
  }
  footer .wrapper .content .item.connect .socials > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
footer .wrapper .content .item.connect .socials svg{
  display: inline-flex;
  height: 2rem;
  width: auto;
}
@media (min-width: 640px){
  footer .wrapper .content .item.connect .socials svg{
    height: 1rem;
  }
}
footer .wrapper .legal{
  margin-top: 1.5rem;
  display: none;
  width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(9 87 134 / var(--tw-bg-opacity));
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 640px){
  footer .wrapper .legal{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
footer .wrapper .legal .copyright{
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  column-gap: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 640px){
  footer .wrapper .legal .copyright{
    margin-bottom: 0px;
    justify-content: normal;
    column-gap: 1rem;
  }
}

.legal{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(10 53 78 / var(--tw-bg-opacity));
  padding: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .legal{
    display: none;
  }
}
.legal .copyright{
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  column-gap: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 640px){
  .legal .copyright{
    margin-bottom: 0px;
    justify-content: normal;
    column-gap: 1rem;
  }
}

.two-column-wrapper{
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  display: flex;
  max-width: 1440px;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px){
  .two-column-wrapper{
    flex-direction: row;
    column-gap: 6rem;
  }
}
.two-column-wrapper .page-content{
  width: 100%;
}
.two-column-wrapper .page-content .blocks{
  margin-bottom: 6rem;
}
.two-column-wrapper .page-content .blocks > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.two-column-wrapper .page-content .blocks .heading-block h2{
  margin-top: 4rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}
.two-column-wrapper .page-content .blocks .faqs-block{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(10 53 78 / var(--tw-border-opacity));
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(10 53 78 / var(--tw-border-opacity));
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .heading{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content{
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content p{
  margin-bottom: 0.5rem;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item .content p:first-child{
  margin-top: 0px;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item-enter-active, .two-column-wrapper .page-content .blocks .faqs-block .accordion-item-leave-active {
  will-change: height;
  transition: height 500ms ease;
}
.two-column-wrapper .page-content .blocks .faqs-block .accordion-item-enter-from, .two-column-wrapper .page-content .blocks .faqs-block .accordion-item-leave-to {
  height: 0 !important;
}
.two-column-wrapper .page-content .blocks .downloads-block{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(10 53 78 / var(--tw-border-opacity));
}
.two-column-wrapper .page-content .blocks .downloads-block .download > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.two-column-wrapper .page-content .blocks .downloads-block .download{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(10 53 78 / var(--tw-border-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.two-column-wrapper .page-content .blocks .downloads-block .download .heading{
  font-weight: 600;
}
.two-column-wrapper .page-content .blocks .downloads-block .download a{
  display: flex;
  height: 2.5rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.two-column-wrapper .page-content .blocks .contact-form-block .message{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.two-column-wrapper .page-content .blocks .contact-form-block .message.error{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.two-column-wrapper .page-content .blocks .contact-form-block #icon-contact-form{
  margin-top: 3rem;
}
.two-column-wrapper .page-content .blocks .contact-form-block #icon-contact-form .input-row{
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
}
.two-column-wrapper .page-content .blocks .contact-form-block #icon-contact-form .input-row input[type=text], .two-column-wrapper .page-content .blocks .contact-form-block #icon-contact-form .input-row textarea{
  width: 100%;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(10 53 78 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-width: 0px;
  --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);
}
.two-column-wrapper .page-content .blocks .contact-form-block #icon-contact-form .input-row textarea{
  height: 13rem;
}
.two-column-wrapper .page-content .blocks .contact-form-block #icon-contact-form .input-row .options{
  margin-top: 1rem;
  display: block;
}
.two-column-wrapper .page-content .blocks .contact-form-block #icon-contact-form .input-row .options > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.two-column-wrapper .page-content .blocks .contact-form-block #icon-contact-form .input-row .options{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(10 53 78 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.two-column-wrapper .page-content .blocks .contact-form-block #icon-contact-form .input-row .options label{
  display: flex;
  align-items: center;
  font-weight: 400;
}
.two-column-wrapper .page-content .blocks .contact-form-block #icon-contact-form .input-row .options label:last-child{
  padding-bottom: 0.75rem;
}
.two-column-wrapper .page-content .blocks .contact-form-block #icon-contact-form .input-row .options label input[type=radio],
.two-column-wrapper .page-content .blocks .contact-form-block #icon-contact-form .input-row .options label input[type=checkbox]{
  margin-right: 0.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(10 53 78 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 0.5rem;
}
.two-column-wrapper .page-content .blocks .contact-form-block #icon-contact-form .input-row .options label input[type=radio]:checked,
.two-column-wrapper .page-content .blocks .contact-form-block #icon-contact-form .input-row .options label input[type=checkbox]:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(10 53 78 / var(--tw-bg-opacity));
}
.two-column-wrapper .page-content .blocks .contact-form-block #icon-contact-form .input-row .error{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.two-column-wrapper .page-content .blocks .contact-form-block #icon-contact-form button[type=submit]{
  margin-top: 1.5rem;
  border-radius: 1.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 177 34 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(10 53 78 / var(--tw-text-opacity));
}
.two-column-wrapper .sidebar{
  width: 100%;
}
.two-column-wrapper .sidebar > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
@media (min-width: 640px){
  .two-column-wrapper .sidebar{
    width: 296px;
  }
}
.two-column-wrapper .sidebar h3{
  font-weight: 700;
}
.two-column-wrapper .sidebar p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.two-column-wrapper .sidebar ul.links{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(9 87 134 / var(--tw-border-opacity));
}
.two-column-wrapper .sidebar ul.links li{
  display: flex;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(9 87 134 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.two-column-wrapper .sidebar ul.links li .icon{
  margin-right: 0.5rem;
}
.two-column-wrapper .sidebar ul.links li .icon svg {
  max-width: 1.25rem;
}

.case-studies-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px){
  .case-studies-wrapper{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1536px){
  .case-studies-wrapper{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.case-studies-wrapper .case-studies{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 640px){
  .case-studies-wrapper .case-studies{
    margin-bottom: 3rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.case-studies-wrapper .case-studies .case-study .image img{
  height: auto;
  max-height: 13rem;
  width: 100%;
}
@media (min-width: 640px){
  .case-studies-wrapper .case-studies .case-study .image img{
    max-height: 16rem;
  }
}
.case-studies-wrapper .case-study h1{
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}
.case-studies-wrapper .case-study .primary, .case-studies-wrapper .case-study .images{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 640px){
  .case-studies-wrapper .case-study .primary, .case-studies-wrapper .case-study .images{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.case-studies-wrapper .case-study .primary .info dl div{
  margin-bottom: 0.75rem;
  display: flex;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(9 87 134 / var(--tw-border-opacity));
}
@media (min-width: 640px){
  .case-studies-wrapper .case-study .primary .info dl div{
    width: 80%;
  }
}
.case-studies-wrapper .case-study .primary .info dl div dt{
  margin-right: 0.375rem;
  font-weight: 700;
}
.case-studies-wrapper .case-study .primary .description{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.case-studies-wrapper .case-study .primary .description :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.case-studies-wrapper .case-study .primary .description :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.case-studies-wrapper .case-study .primary .description :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.case-studies-wrapper .case-study .primary .description :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.case-studies-wrapper .case-study .primary .description :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.case-studies-wrapper .case-study .primary .description :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.case-studies-wrapper .case-study .primary .description :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.case-studies-wrapper .case-study .primary .description :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.case-studies-wrapper .case-study .primary .description :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.case-studies-wrapper .case-study .primary .description :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.case-studies-wrapper .case-study .primary .description :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.case-studies-wrapper .case-study .primary .description :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.case-studies-wrapper .case-study .primary .description :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.case-studies-wrapper .case-study .primary .description :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.case-studies-wrapper .case-study .primary .description :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.case-studies-wrapper .case-study .primary .description :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.case-studies-wrapper .case-study .primary .description :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.case-studies-wrapper .case-study .primary .description :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.case-studies-wrapper .case-study .primary .description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.case-studies-wrapper .case-study .primary .description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.case-studies-wrapper .case-study .primary .description :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.case-studies-wrapper .case-study .primary .description :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.case-studies-wrapper .case-study .primary .description :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.case-studies-wrapper .case-study .primary .description :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.case-studies-wrapper .case-study .primary .description :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.case-studies-wrapper .case-study .primary .description :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.case-studies-wrapper .case-study .primary .description :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.case-studies-wrapper .case-study .primary .description :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.case-studies-wrapper .case-study .primary .description :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.case-studies-wrapper .case-study .primary .description :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.case-studies-wrapper .case-study .primary .description :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.case-studies-wrapper .case-study .primary .description :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.case-studies-wrapper .case-study .primary .description :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.case-studies-wrapper .case-study .primary .description :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.case-studies-wrapper .case-study .primary .description :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.case-studies-wrapper .case-study .primary .description :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.case-studies-wrapper .case-study .primary .description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.case-studies-wrapper .case-study .primary .description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.case-studies-wrapper .case-study .primary .description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.case-studies-wrapper .case-study .primary .description :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.case-studies-wrapper .case-study .primary .description :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.case-studies-wrapper .case-study .primary .description :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.case-studies-wrapper .case-study .primary .description :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.case-studies-wrapper .case-study .primary .description :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.case-studies-wrapper .case-study .primary .description :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.case-studies-wrapper .case-study .primary .description :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.case-studies-wrapper .case-study .primary .description :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.case-studies-wrapper .case-study .primary .description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.case-studies-wrapper .case-study .primary .description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.case-studies-wrapper .case-study .primary .description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.case-studies-wrapper .case-study .primary .description :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.case-studies-wrapper .case-study .primary .description :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.case-studies-wrapper .case-study .primary .description :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.case-studies-wrapper .case-study .primary .description :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.case-studies-wrapper .case-study .primary .description :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.case-studies-wrapper .case-study .primary .description :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.case-studies-wrapper .case-study .primary .description :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.case-studies-wrapper .case-study .primary .description :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.case-studies-wrapper .case-study .primary .description :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.case-studies-wrapper .case-study .primary .description :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.case-studies-wrapper .case-study .primary .description{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.case-studies-wrapper .case-study .primary .description :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.case-studies-wrapper .case-study .primary .description :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.case-studies-wrapper .case-study .primary .description :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.case-studies-wrapper .case-study .primary .description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.case-studies-wrapper .case-study .primary .description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.case-studies-wrapper .case-study .primary .description :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.case-studies-wrapper .case-study .primary .description :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.case-studies-wrapper .case-study .primary .description :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.case-studies-wrapper .case-study .primary .description :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.case-studies-wrapper .case-study .primary .description :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.case-studies-wrapper .case-study .primary .description :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.case-studies-wrapper .case-study .primary .description :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.case-studies-wrapper .case-study .primary .description :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.case-studies-wrapper .case-study .primary .description :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.case-studies-wrapper .case-study .primary .description :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.case-studies-wrapper .case-study .primary .description :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.case-studies-wrapper .case-study .primary .description :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.case-studies-wrapper .case-study .primary .description :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.case-studies-wrapper .case-study .primary .description :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.case-studies-wrapper .case-study .primary .description :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.case-studies-wrapper .case-study .primary .description :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.case-studies-wrapper .case-study .primary .description :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.case-studies-wrapper .case-study .primary .description :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.case-studies-wrapper .case-study .primary .description :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.case-studies-wrapper .case-study .primary .description :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.case-studies-wrapper .case-study .primary .description{
  width: 100%;
  max-width: 100%;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}
.case-studies-wrapper .case-study .primary .description :first-child{
  margin-top: 0px;
  padding-top: 0px;
}
.case-studies-wrapper .case-study .images{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 640px){
  .case-studies-wrapper .case-study .images{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.case-studies-wrapper .case-study .images img{
  height: auto;
  width: 100%;
  border-radius: 0.75rem;
}

.case-study-filters{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1440px;
  flex-direction: column;
  row-gap: 0.75rem;
  padding: 1.5rem;
}

@media (min-width: 640px){
  .case-study-filters{
    flex-direction: row;
    row-gap: 0px;
    column-gap: 0.75rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1536px){
  .case-study-filters{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.products-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1536px){
  .products-wrapper{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.products-wrapper .products{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-items: start;
  gap: 1.5rem;
}
@media (min-width: 640px){
  .products-wrapper .products{
    margin-bottom: 3rem;
  }
}
.products-wrapper .products .product {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media only screen and (width >= 640px) {
  .products-wrapper .products .product {
    width: calc(25% - 1.125rem);
  }
}
.products-wrapper .products .product .text{
  margin-bottom: 1.5rem;
  width: 100%;
}
.products-wrapper .products .product .labels{
  margin-top: auto;
}
@media (min-width: 640px){
  .products-wrapper .products .no-products{
    grid-column: span 4 / span 4;
  }
}
.products-wrapper .product h1{
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(33 114 162 / var(--tw-text-opacity));
}
.products-wrapper .product .primary, .products-wrapper .product .images{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 640px){
  .products-wrapper .product .primary, .products-wrapper .product .images{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.products-wrapper .product .primary .info dl div{
  margin-bottom: 0.75rem;
  display: flex;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(9 87 134 / var(--tw-border-opacity));
}
@media (min-width: 640px){
  .products-wrapper .product .primary .info dl div{
    width: 80%;
  }
}
.products-wrapper .product .primary .info dl div dt{
  margin-right: 0.375rem;
  font-weight: 700;
}
.products-wrapper .product .images{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 640px){
  .products-wrapper .product .images{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.products-wrapper .product .images img{
  height: auto;
  width: 100%;
}

.products-filters{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1440px;
  flex-direction: column;
  row-gap: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px){
  .products-filters{
    flex-direction: row;
    row-gap: 0px;
    column-gap: 0.75rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1536px){
  .products-filters{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.product-page-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px){
  .product-page-wrapper{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1536px){
  .product-page-wrapper{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.product-page-wrapper .inner{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 3rem;
  column-gap: 9rem;
}
@media (min-width: 640px){
  .product-page-wrapper .inner{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-page-wrapper .inner .back-link{
    grid-column: span 2 / span 2;
  }
}
.product-page-wrapper .inner .back-link a{
  border-radius: 1.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 177 34 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
.product-page-wrapper .inner .gallery > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.product-page-wrapper .inner .gallery #product-gallery img{
  height: auto;
  width: 100%;
}
.product-page-wrapper .inner .gallery #product-gallery .action-wrapper{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  display: flex;
  width: 16rem;
  flex-direction: column;
  row-gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.product-page-wrapper .inner .gallery #product-gallery .action-wrapper .pagination-wrapper{
  position: relative;
  top: 0px;
  clear: both;
  display: flex;
  width: 100%;
}
.product-page-wrapper .inner .gallery #product-gallery .action-wrapper .pagination-wrapper .swiper-pagination-bullet{
  height: 0.125rem;
  flex-grow: 1;
  cursor: pointer;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
  margin: unset;
}
.product-page-wrapper .inner .gallery #product-gallery .action-wrapper .pagination-wrapper .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(9 87 134 / var(--tw-bg-opacity));
}
.product-page-wrapper .inner .gallery #product-gallery .action-wrapper .buttons-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
}
.product-page-wrapper .inner .gallery #product-gallery .action-wrapper .buttons-wrapper .slider-button-prev,
.product-page-wrapper .inner .gallery #product-gallery .action-wrapper .buttons-wrapper .slider-button-next{
  display: none;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .product-page-wrapper .inner .gallery #product-gallery .action-wrapper .buttons-wrapper .slider-button-prev,
.product-page-wrapper .inner .gallery #product-gallery .action-wrapper .buttons-wrapper .slider-button-next{
    display: flex;
  }
}
.product-page-wrapper .inner .gallery #product-gallery .action-wrapper .buttons-wrapper .slider-button-prev svg,
.product-page-wrapper .inner .gallery #product-gallery .action-wrapper .buttons-wrapper .slider-button-next svg{
  width: 3rem;
}
.product-page-wrapper .inner .gallery .item.enquiry .heading{
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}
.product-page-wrapper .inner .info > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(10 53 78 / var(--tw-divide-opacity));
}
.product-page-wrapper .inner .info{
  font-size: 0.875rem;
  line-height: 1.25rem;
  position: sticky;
  top: 1.5rem;
  align-self: flex-start;
}
.product-page-wrapper .inner .info .item > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.product-page-wrapper .inner .info .item{
  padding-top: 1.5rem;
}
.product-page-wrapper .inner .info .item:first-child{
  padding-top: 0px;
}
.product-page-wrapper .inner .info .item .heading{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}
.product-page-wrapper .inner .info .item.enquiry.mobile-only{
  display: block;
}
@media (min-width: 640px){
  .product-page-wrapper .inner .info .item.enquiry.mobile-only{
    display: none;
  }
}
.product-page-wrapper .inner .info .item.enquiry.desktop-only{
  display: none;
}
@media (min-width: 640px){
  .product-page-wrapper .inner .info .item.enquiry.desktop-only{
    display: block;
  }
}
.product-page-wrapper .inner .info .item.overview h1{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
.product-page-wrapper .inner .info .item.overview .description{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.product-page-wrapper .inner .info .item.overview .description :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.product-page-wrapper .inner .info .item.overview .description :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.product-page-wrapper .inner .info .item.overview .description :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.product-page-wrapper .inner .info .item.overview .description :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.product-page-wrapper .inner .info .item.overview .description :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.product-page-wrapper .inner .info .item.overview .description :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.product-page-wrapper .inner .info .item.overview .description :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.product-page-wrapper .inner .info .item.overview .description :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.product-page-wrapper .inner .info .item.overview .description :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.product-page-wrapper .inner .info .item.overview .description :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.product-page-wrapper .inner .info .item.overview .description :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.product-page-wrapper .inner .info .item.overview .description :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.product-page-wrapper .inner .info .item.overview .description :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.product-page-wrapper .inner .info .item.overview .description :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.product-page-wrapper .inner .info .item.overview .description :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.product-page-wrapper .inner .info .item.overview .description :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.product-page-wrapper .inner .info .item.overview .description :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.product-page-wrapper .inner .info .item.overview .description :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.product-page-wrapper .inner .info .item.overview .description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.product-page-wrapper .inner .info .item.overview .description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.product-page-wrapper .inner .info .item.overview .description :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.product-page-wrapper .inner .info .item.overview .description :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.product-page-wrapper .inner .info .item.overview .description :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.product-page-wrapper .inner .info .item.overview .description :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.product-page-wrapper .inner .info .item.overview .description :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.product-page-wrapper .inner .info .item.overview .description :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.product-page-wrapper .inner .info .item.overview .description :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.product-page-wrapper .inner .info .item.overview .description :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.product-page-wrapper .inner .info .item.overview .description :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.product-page-wrapper .inner .info .item.overview .description :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.product-page-wrapper .inner .info .item.overview .description :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.product-page-wrapper .inner .info .item.overview .description :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.product-page-wrapper .inner .info .item.overview .description :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.product-page-wrapper .inner .info .item.overview .description :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.product-page-wrapper .inner .info .item.overview .description :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.product-page-wrapper .inner .info .item.overview .description :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.product-page-wrapper .inner .info .item.overview .description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.product-page-wrapper .inner .info .item.overview .description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.product-page-wrapper .inner .info .item.overview .description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.product-page-wrapper .inner .info .item.overview .description :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.product-page-wrapper .inner .info .item.overview .description :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.product-page-wrapper .inner .info .item.overview .description :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.product-page-wrapper .inner .info .item.overview .description :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.product-page-wrapper .inner .info .item.overview .description :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.product-page-wrapper .inner .info .item.overview .description :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.product-page-wrapper .inner .info .item.overview .description :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.product-page-wrapper .inner .info .item.overview .description :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.product-page-wrapper .inner .info .item.overview .description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.product-page-wrapper .inner .info .item.overview .description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.product-page-wrapper .inner .info .item.overview .description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.product-page-wrapper .inner .info .item.overview .description :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.product-page-wrapper .inner .info .item.overview .description :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.product-page-wrapper .inner .info .item.overview .description :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.product-page-wrapper .inner .info .item.overview .description :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.product-page-wrapper .inner .info .item.overview .description :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.product-page-wrapper .inner .info .item.overview .description :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.product-page-wrapper .inner .info .item.overview .description :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.product-page-wrapper .inner .info .item.overview .description :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.product-page-wrapper .inner .info .item.overview .description :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.product-page-wrapper .inner .info .item.overview .description :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.product-page-wrapper .inner .info .item.overview .description{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.product-page-wrapper .inner .info .item.overview .description :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.product-page-wrapper .inner .info .item.overview .description :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.product-page-wrapper .inner .info .item.overview .description :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.product-page-wrapper .inner .info .item.overview .description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.product-page-wrapper .inner .info .item.overview .description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.product-page-wrapper .inner .info .item.overview .description :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.product-page-wrapper .inner .info .item.overview .description :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.product-page-wrapper .inner .info .item.overview .description :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.product-page-wrapper .inner .info .item.overview .description :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.product-page-wrapper .inner .info .item.overview .description :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.product-page-wrapper .inner .info .item.overview .description :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.product-page-wrapper .inner .info .item.overview .description :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.product-page-wrapper .inner .info .item.overview .description :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.product-page-wrapper .inner .info .item.overview .description :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.product-page-wrapper .inner .info .item.overview .description :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.product-page-wrapper .inner .info .item.overview .description :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.product-page-wrapper .inner .info .item.overview .description :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.product-page-wrapper .inner .info .item.overview .description :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.product-page-wrapper .inner .info .item.overview .description :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.product-page-wrapper .inner .info .item.overview .description :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.product-page-wrapper .inner .info .item.overview .description :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.product-page-wrapper .inner .info .item.overview .description :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.product-page-wrapper .inner .info .item.overview .description :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.product-page-wrapper .inner .info .item.overview .description :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.product-page-wrapper .inner .info .item.overview .description :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.product-page-wrapper .inner .info .item.overview .description{
  width: 100%;
  max-width: 100%;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}
.product-page-wrapper .inner .info .item.benefits ul li{
  margin: 0px;
  list-style-position: inside;
  list-style-type: disc;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-indent: -0.75rem;
}
.product-page-wrapper .inner .info .item.benefits ul li:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.product-page-wrapper .inner .info .item.downloads ul{
  list-style-type: none;
}
.product-page-wrapper .inner .info .item.downloads ul li{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.product-page-wrapper .inner .info .item.downloads ul li:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.product-page-wrapper .inner .info .item.downloads ul li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-page-wrapper .inner .info .item.sales ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.product-page-wrapper .inner .info .item.sales ul li{
  display: flex;
  width: 100%;
  align-items: center;
}
.product-page-wrapper .inner .info .item.sales ul li > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.product-page-wrapper .inner .icon-product-enquiry-form .input-row{
  margin-bottom: 0.75rem;
  display: block;
  width: 100%;
}
.product-page-wrapper .inner .icon-product-enquiry-form .input-row input, .product-page-wrapper .inner .icon-product-enquiry-form .input-row textarea{
  width: 100%;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(10 53 78 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
}
.product-page-wrapper .inner .icon-product-enquiry-form .input-row input::placeholder, .product-page-wrapper .inner .icon-product-enquiry-form .input-row textarea::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(10 53 78 / var(--tw-placeholder-opacity));
}
.product-page-wrapper .inner .icon-product-enquiry-form .input-row input, .product-page-wrapper .inner .icon-product-enquiry-form .input-row textarea{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-width: 0px;
  --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);
}
.product-page-wrapper .inner .icon-product-enquiry-form .input-row textarea{
  height: 13rem;
}
.product-page-wrapper .inner .icon-product-enquiry-form .input-row .error{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.product-page-wrapper .inner .icon-product-enquiry-form button[type=submit]{
  margin-top: 1.5rem;
}

.product-page-related{
  margin-top: 3rem;
  margin-bottom: -3rem;
}

@media (min-width: 640px){
  .product-page-related{
    margin-bottom: 0px;
  }
}
.product-page-related .inner{
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 640px){
  .product-page-related .inner{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px){
  .product-page-related .inner{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.product-page-related .inner h3{
  margin-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}
.product-page-related .inner #related-products{
  padding-bottom: 0.75rem;
}
.product-page-related .inner .products{
  display: none;
  row-gap: 0.75rem;
  column-gap: 0px;
}
@media (min-width: 640px){
  .product-page-related .inner .products{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 0.75rem;
  }
}
.product-page-related .inner .products.mobile-swiper{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: flex;
  padding-bottom: 0.25rem;
}
@media (min-width: 640px){
  .product-page-related .inner .products.mobile-swiper{
    display: none;
  }
}
.product-page-related .inner .products.mobile-swiper .product{
  display: block;
}
.product-page-related .inner .products.mobile-swiper swiper-slide{
  padding: 1.5rem;
  padding-top: 0px;
}

#login-page{
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  margin-bottom: 6rem;
  max-width: 32rem;
}
#login-page h1{
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 640px){
  #login-page h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
#login-page p{
  text-align: center;
}
#login-page .buttons{
  margin-top: 1.5rem;
  display: flex;
  gap: 1.5rem;
}
#login-page .buttons a,
#login-page .button.button-primary{
  margin-top: 0.75rem;
  width: 100%;
  cursor: pointer;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 177 34 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(10 53 78 / var(--tw-text-opacity));
}
#login-page #login-form{
  margin-top: 3rem;
}
#login-page #login-form .login-username,
#login-page #login-form .login-password,
#login-page #login-form .login-remember{
  margin-bottom: 0.75rem;
  display: block;
  width: 100%;
}
#login-page #login-form input[type=text], #login-page #login-form input[type=password]{
  width: 100%;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(10 53 78 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-width: 0px;
  --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);
}

.my-account-wrapper{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1440px;
  flex-direction: column;
  row-gap: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px){
  .my-account-wrapper{
    flex-direction: row;
    row-gap: 0px;
    column-gap: 6rem;
  }
}
.my-account-wrapper h1{
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}
.my-account-wrapper .sidebar{
  width: 100%;
}
.my-account-wrapper .sidebar > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
@media (min-width: 640px){
  .my-account-wrapper .sidebar{
    width: 296px;
  }
}
.my-account-wrapper .sidebar h3{
  font-weight: 700;
}
.my-account-wrapper .sidebar p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.my-account-wrapper .sidebar ul.links{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(9 87 134 / var(--tw-border-opacity));
}
.my-account-wrapper .sidebar ul.links li{
  display: flex;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(9 87 134 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.my-account-wrapper .sidebar ul.links li .icon{
  margin-right: 0.5rem;
}
.my-account-wrapper .sidebar ul.links li .icon svg {
  max-width: 1.25rem;
}
.my-account-wrapper .content{
  width: 100%;
}
@media (min-width: 640px){
  .my-account-wrapper .content{
    width: 75%;
  }
}
.my-account-wrapper .content table.posts-data-table.dataTable thead th, .my-account-wrapper .content table.posts-data-table.dataTable thead td{
  --tw-border-opacity: 1;
  border-color: rgb(10 53 78 / var(--tw-border-opacity));
}
.my-account-wrapper .content table.posts-data-table.dataTable thead tr th.col-link{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.my-account-wrapper .content table.posts-data-table.dataTable tbody{
  --tw-border-opacity: 1;
  border-color: rgb(10 53 78 / var(--tw-border-opacity));
  border-collapse: unset;
  border-bottom-width: 1px;
}
.my-account-wrapper .content table.posts-data-table.dataTable tbody tr.post-type-dlp_document{
  --tw-border-opacity: 1;
  border-color: rgb(10 53 78 / var(--tw-border-opacity));
  border-bottom-width: 1px;
}
.my-account-wrapper .content table.posts-data-table.dataTable tbody tr.post-type-dlp_document td.col-link{
  text-align: right;
}
.my-account-wrapper .content table.posts-data-table.dataTable tbody tr.post-type-dlp_document td.col-link .dlp-table-document-link-wrap{
  float: right;
}
.my-account-wrapper .content table.posts-data-table.dataTable tbody tr.post-type-dlp_document td.col-link .dlp-table-document-link-wrap .dlp-download-link.dlp-download-button{
  display: flex;
  flex-direction: row-reverse;
  column-gap: 0.5rem;
}

.news-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.news-wrapper h1{
  margin-bottom: 3rem;
}
.news-wrapper .posts{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 640px){
  .news-wrapper .posts{
    margin-bottom: 3rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.news-wrapper .posts .post .text{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-weight: 400;
}

article.entry.post.type-post{
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
article.entry.post.type-post h1{
  margin-top: 2rem;
  margin-bottom: 3rem;
  max-width: 1024px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 640px){
  article.entry.post.type-post h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
article.entry.post.type-post .content{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
article.entry.post.type-post .content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
article.entry.post.type-post .content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
article.entry.post.type-post .content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
article.entry.post.type-post .content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
article.entry.post.type-post .content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
article.entry.post.type-post .content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
article.entry.post.type-post .content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
article.entry.post.type-post .content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
article.entry.post.type-post .content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
article.entry.post.type-post .content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
article.entry.post.type-post .content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
article.entry.post.type-post .content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
article.entry.post.type-post .content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
article.entry.post.type-post .content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
article.entry.post.type-post .content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
article.entry.post.type-post .content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
article.entry.post.type-post .content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
article.entry.post.type-post .content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
article.entry.post.type-post .content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
article.entry.post.type-post .content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
article.entry.post.type-post .content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
article.entry.post.type-post .content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
article.entry.post.type-post .content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
article.entry.post.type-post .content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
article.entry.post.type-post .content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
article.entry.post.type-post .content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
article.entry.post.type-post .content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
article.entry.post.type-post .content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
article.entry.post.type-post .content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
article.entry.post.type-post .content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
article.entry.post.type-post .content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
article.entry.post.type-post .content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
article.entry.post.type-post .content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
article.entry.post.type-post .content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
article.entry.post.type-post .content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
article.entry.post.type-post .content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
article.entry.post.type-post .content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
article.entry.post.type-post .content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
article.entry.post.type-post .content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
article.entry.post.type-post .content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
article.entry.post.type-post .content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
article.entry.post.type-post .content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
article.entry.post.type-post .content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
article.entry.post.type-post .content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
article.entry.post.type-post .content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
article.entry.post.type-post .content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
article.entry.post.type-post .content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
article.entry.post.type-post .content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
article.entry.post.type-post .content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
article.entry.post.type-post .content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
article.entry.post.type-post .content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
article.entry.post.type-post .content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
article.entry.post.type-post .content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
article.entry.post.type-post .content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
article.entry.post.type-post .content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
article.entry.post.type-post .content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
article.entry.post.type-post .content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
article.entry.post.type-post .content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
article.entry.post.type-post .content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
article.entry.post.type-post .content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
article.entry.post.type-post .content{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
article.entry.post.type-post .content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
article.entry.post.type-post .content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
article.entry.post.type-post .content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
article.entry.post.type-post .content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
article.entry.post.type-post .content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
article.entry.post.type-post .content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
article.entry.post.type-post .content :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
article.entry.post.type-post .content :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
article.entry.post.type-post .content :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
article.entry.post.type-post .content :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
article.entry.post.type-post .content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
article.entry.post.type-post .content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
article.entry.post.type-post .content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
article.entry.post.type-post .content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
article.entry.post.type-post .content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
article.entry.post.type-post .content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
article.entry.post.type-post .content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
article.entry.post.type-post .content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
article.entry.post.type-post .content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
article.entry.post.type-post .content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
article.entry.post.type-post .content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
article.entry.post.type-post .content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
article.entry.post.type-post .content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
article.entry.post.type-post .content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
article.entry.post.type-post .content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
article.entry.post.type-post .content{
  width: 100%;
  max-width: 1024px;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}

/* stylelint-disable selector-class-pattern */
.icon-dlp-document-content {
  /* stylelint-enable selector-class-pattern */
  display: flex;
  width: 100%;
}
.icon-dlp-document-content .dlp-single-wrap{
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 640px){
  .icon-dlp-document-content .dlp-single-wrap{
    flex-direction: row;
    column-gap: 6rem;
  }
}
.icon-dlp-document-content .dlp-single-wrap {
  flex-wrap: unset;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left{
  order: 2;
  width: 100%;
  padding-right: 0px;
}
@media (min-width: 640px){
  .icon-dlp-document-content .dlp-single-wrap .dlp-single-left{
    width: 75%;
  }
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section {
  /* stylelint-disable selector-class-pattern */
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea {
  /* stylelint-enable selector-class-pattern */
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column{
  width: 100%;
  max-width: 100%;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-left .page .section .layoutArea .column p:first-child{
  margin-top: 0px;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-right{
  order: 1;
  width: 100%;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-right > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-right{
  border-width: 0px;
  padding-left: 0px;
}
@media (min-width: 640px){
  .icon-dlp-document-content .dlp-single-wrap .dlp-single-right{
    width: 25%;
  }
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-right .dlp-document-info .dlp-document-info-buttons{
  display: flex;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-right .dlp-document-info .dlp-document-info-buttons a.document-library-pro-button{
  width: 100%;
  border-radius: 1.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 177 34 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-right .dlp-document-info #dlp-document-info-list{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 177 34 / var(--tw-border-opacity));
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-right .dlp-document-info #dlp-document-info-list div{
  display: flex;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 177 34 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-right .dlp-document-info #dlp-document-info-list div span{
  padding-right: 0.75rem;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-right .dlp-document-info #dlp-document-info-list .dlp-document-info-categories{
  flex-direction: column;
  align-items: flex-start;
}
.icon-dlp-document-content .dlp-single-wrap .dlp-single-right .dlp-document-info #dlp-document-info-list .dlp-document-info-categories span{
  width: 100%;
  padding-right: 0px;
  padding-bottom: 0.25rem;
}

.mobile-swiper{
  display: block;
  padding-bottom: 3rem;
}

@media (min-width: 640px){
  .mobile-swiper{
    display: none;
  }
}

.mobile-swiper-action-wrapper{
  margin-bottom: -1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3rem;
}

@media (min-width: 640px){
  .mobile-swiper-action-wrapper{
    display: none;
  }
}
.mobile-swiper-action-wrapper .pagination-wrapper{
  position: relative;
  top: 0px;
  display: flex;
  width: 16rem;
}
.mobile-swiper-action-wrapper .pagination-wrapper .swiper-pagination-bullet{
  height: 0.125rem;
  flex-grow: 1;
  cursor: pointer;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
  opacity: 1;
  margin: unset;
}
.mobile-swiper-action-wrapper .pagination-wrapper .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(9 87 134 / var(--tw-bg-opacity));
}

.desktop-only{
  display: none;
}

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

.call-to-action-block{
  --tw-bg-opacity: 1;
  background-color: rgb(9 87 134 / var(--tw-bg-opacity));
  background-size: cover;
  background-position: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.call-to-action-block .inner{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1024px;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1536px){
  .call-to-action-block .inner{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.call-to-action-block .inner div.heading{
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.5rem;
}
@media (min-width: 640px){
  .call-to-action-block .inner div.heading{
    font-size: 3rem;
    line-height: 1;
    line-height: 3.25rem;
  }
}
.call-to-action-block .inner a{
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
}

.latest-news-block .inner{
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
}

@media (min-width: 1536px){
  .latest-news-block .inner{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.latest-news-block .inner h2{
  margin-bottom: 6rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
}
.latest-news-block .inner .posts{
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 1.5rem;
  padding-bottom: 3rem;
}
@media (min-width: 640px){
  .latest-news-block .inner .posts{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 0px;
    column-gap: 9rem;
  }
  .latest-news-block .inner .posts .latest{
    grid-column: span 2 / span 2;
  }
}
.latest-news-block .inner .posts .latest{
  border-bottom-width: 1px;
  border-color: rgb(0 47 104 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  padding-bottom: 1.5rem;
}
@media (min-width: 640px){
  .latest-news-block .inner .posts .latest{
    border-width: 0px;
    padding-bottom: 0px;
  }
}
.latest-news-block .inner .posts .latest img{
  z-index: 50;
  margin-bottom: 1.5rem;
  width: 100%;
  border-radius: 0.75rem;
}
.latest-news-block .inner .posts .latest p{
  width: 100%;
}
@media (min-width: 640px){
  .latest-news-block .inner .posts .latest p{
    width: 75%;
  }
}
.latest-news-block .inner .posts .latest h3{
  margin-bottom: 1rem;
}
.latest-news-block .inner .posts .latest .date{
  margin-bottom: 1rem;
}
.latest-news-block .inner .posts .latest .view-all{
  display: flex;
}
@media (min-width: 640px){
  .latest-news-block .inner .posts .latest .view-all{
    display: none;
  }
}
.latest-news-block .inner .posts .list{
  display: none;
}
.latest-news-block .inner .posts .list > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: rgb(0 47 104 / var(--tw-divide-opacity));
  --tw-divide-opacity: 0.1;
}
@media (min-width: 640px){
  .latest-news-block .inner .posts .list{
    display: block;
  }
}
.latest-news-block .inner .posts .list .post{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.latest-news-block .inner .posts .list .post:first-child{
  padding-top: 0px;
}
.latest-news-block .inner .posts .list .post .date{
  margin-bottom: 0.25rem;
}
.latest-news-block .inner .posts .latest .date, .latest-news-block .inner .posts .list .date{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}
.latest-news-block .inner .posts .latest h3, .latest-news-block .inner .posts .list h3{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
.latest-news-block .inner .view-all{
  display: flex;
  justify-content: center;
  padding-top: 3rem;
}

.testimonials-block .inner{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
}

@media (min-width: 1024px){
  .testimonials-block .inner{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.testimonials-block .inner h2{
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
}
.testimonials-block .inner .sub-heading{
  margin-top: 1.5rem;
  text-align: center;
}
.testimonials-block .inner .testimonials{
  margin-top: 3rem;
  display: flex;
}
.testimonials-block .inner .testimonials .testimonial{
  text-align: center;
}
.testimonials-block .inner .testimonials .testimonial img{
  display: none;
  height: auto;
  width: 100%;
}
@media (min-width: 640px){
  .testimonials-block .inner .testimonials .testimonial img{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    width: 13rem;
  }
}
.testimonials-block .inner .testimonials .testimonial .content{
  margin-left: auto;
  margin-right: auto;
  max-width: 32rem;
}
.testimonials-block .inner .testimonials .testimonial .content .text{
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
}
@media (min-width: 1280px){
  .testimonials-block .inner .testimonials .testimonial .content .text{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.testimonials-block .inner .testimonials .testimonial .content .author{
  padding-top: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 177 34 / var(--tw-text-opacity));
}
@media (min-width: 1280px){
  .testimonials-block .inner .testimonials .testimonial .content .author{
    padding-top: 2.5rem;
  }
}
.testimonials-block .inner .action-wrapper{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  display: flex;
  width: 16rem;
  flex-direction: column;
  row-gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.testimonials-block .inner .action-wrapper .pagination-wrapper{
  position: relative;
  top: 0px;
  clear: both;
  display: flex;
  width: 100%;
}
.testimonials-block .inner .action-wrapper .pagination-wrapper .swiper-pagination-bullet{
  height: 0.125rem;
  flex-grow: 1;
  cursor: pointer;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
  margin: unset;
}
.testimonials-block .inner .action-wrapper .pagination-wrapper .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(9 87 134 / var(--tw-bg-opacity));
}
.testimonials-block .inner .action-wrapper .buttons-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
}
.testimonials-block .inner .action-wrapper .buttons-wrapper .slider-button-prev,
.testimonials-block .inner .action-wrapper .buttons-wrapper .slider-button-next{
  display: none;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .testimonials-block .inner .action-wrapper .buttons-wrapper .slider-button-prev,
.testimonials-block .inner .action-wrapper .buttons-wrapper .slider-button-next{
    display: flex;
  }
}
.testimonials-block .inner .action-wrapper .buttons-wrapper .slider-button-prev svg,
.testimonials-block .inner .action-wrapper .buttons-wrapper .slider-button-next svg{
  width: 3rem;
}

.blue-box-3-column-block .inner{
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px){
  .blue-box-3-column-block .inner{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1536px){
  .blue-box-3-column-block .inner{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.blue-box-3-column-block .inner .boxes{
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 3rem;
}
@media (min-width: 640px){
  .blue-box-3-column-block .inner .boxes{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 3rem;
  }
}
.blue-box-3-column-block .inner .boxes .item{
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(9 87 134 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(33 114 162 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.blue-box-3-column-block .inner .boxes .item:hover{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(33 114 162 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
@media (min-width: 640px){
  .blue-box-3-column-block .inner .boxes .item{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
.blue-box-3-column-block .inner .boxes .item{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(33 114 162 / var(--tw-border-opacity));
}
.blue-box-3-column-block .inner .boxes .item.no-image{
  padding-top: 3rem;
}
.blue-box-3-column-block .inner .boxes .item.no-image h3{
  padding-top: 1.75rem;
}
.blue-box-3-column-block .inner .boxes .item img{
  margin-bottom: 1.5rem;
  height: 3rem;
  width: auto;
}
.blue-box-3-column-block .inner .boxes .item h3{
  margin-top: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.blue-box-3-column-block .inner .boxes .item p{
  margin-top: 0.75rem;
  line-height: 1.625;
}

.gray-icon-box-3-column-block.with-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.gray-icon-box-3-column-block .inner{
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1536px){
  .gray-icon-box-3-column-block .inner{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.gray-icon-box-3-column-block .inner h2{
  position: relative;
  z-index: 10;
  padding-top: 3rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  line-height: 2.5rem;
}
.gray-icon-box-3-column-block .inner p.text{
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .gray-icon-box-3-column-block .inner p.text{
    max-width: 42rem;
  }
}
.gray-icon-box-3-column-block .inner .icons{
  margin-top: 1.5rem;
}
@media (min-width: 640px){
  .gray-icon-box-3-column-block .inner .icons{
    margin-top: 3rem;
  }
}
.gray-icon-box-3-column-block .inner .icons.desktop-only{
  display: none;
}
@media (min-width: 640px){
  .gray-icon-box-3-column-block .inner .icons.desktop-only{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 3rem;
    row-gap: 3rem;
  }
}
.gray-icon-box-3-column-block .inner .icons.mobile-swiper .item{
  display: block;
}
.gray-icon-box-3-column-block .inner .icons .item{
  z-index: 10;
}
.gray-icon-box-3-column-block .inner .icons .item .icon{
  height: 5rem;
  width: auto;
}
.gray-icon-box-3-column-block .inner .icons .item h3{
  margin-top: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.gray-icon-box-3-column-block .inner .icons .item p{
  margin-top: 0.75rem;
  line-height: 1.375;
}
.gray-icon-box-3-column-block .inner .mobile-swiper-action-wrapper{
  position: relative;
  z-index: 30;
}
.gray-icon-box-3-column-block .inner .call-to-action{
  position: relative;
  z-index: 10;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.gray-icon-box-3-column-block .inner .call-to-action a{
  margin-left: auto;
  margin-right: auto;
}
.gray-icon-box-3-column-block .inner.no-pattern{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.gray-icon-box-3-column-block .inner.no-pattern h2{
  padding-top: 0px;
}
.gray-icon-box-3-column-block .inner .pattern{
  display: flex;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.gray-icon-box-3-column-block .inner .pattern svg{
  position: relative;
  z-index: 0;
}
.gray-icon-box-3-column-block .inner .pattern.top{
  justify-content: flex-end;
}
.gray-icon-box-3-column-block .inner .pattern.top svg{
  right: -1.5rem;
  top: 235px;
  margin-top: -290px;
}
@media (min-width: 640px){
  .gray-icon-box-3-column-block .inner .pattern.top svg{
    right: 0px;
    top: 290px;
  }
}
.gray-icon-box-3-column-block .inner .pattern.bottom{
  justify-content: flex-start;
}
.gray-icon-box-3-column-block .inner .pattern.bottom svg{
  left: -1.5rem;
  bottom: 235px;
  margin-bottom: -290px;
}
@media (min-width: 640px){
  .gray-icon-box-3-column-block .inner .pattern.bottom svg{
    left: 0px;
    bottom: 290px;
  }
}

.product-categories-block{
  --tw-bg-opacity: 1;
  background-color: rgb(9 87 134 / var(--tw-bg-opacity));
  background-size: cover;
  background-position: right bottom;
  text-align: center;
  background-image: url("/app/themes/cherrypipes/dist/images/product-categories-bg.png");
}
.product-categories-block .inner{
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 640px){
  .product-categories-block .inner{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1536px){
  .product-categories-block .inner{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.product-categories-block .inner h2{
  margin-top: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .product-categories-block .inner h2{
    line-height: 2.5rem;
  }
}
.product-categories-block .inner p.text{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  max-width: 42rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.product-categories-block .inner .categories h3{
  font-weight: 600;
}
.product-categories-block .inner .categories.desktop-only{
  display: none;
}
@media (min-width: 640px){
  .product-categories-block .inner .categories.desktop-only{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 1.5rem;
    row-gap: 0px;
  }
}
.product-categories-block .inner .categories.mobile-swiper{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.product-categories-block .inner .categories.mobile-swiper swiper-slide{
  padding: 1.5rem;
}
.product-categories-block .inner .categories.mobile-swiper .category{
  display: block;
}
.product-categories-block .categories-wrapper {
  background: rgb(248, 248, 248);
  background: linear-gradient(180deg, rgba(248, 248, 248, 0) 75%, rgb(248, 248, 248) 75%, rgb(248, 248, 248) 75%);
}
@media only screen and (width >= 640px) {
  .product-categories-block .categories-wrapper {
    background: rgb(248, 248, 248);
    background: linear-gradient(180deg, rgba(248, 248, 248, 0) 70%, rgb(248, 248, 248) 70%, rgb(248, 248, 248) 70%);
  }
}

.product-categories-block-call-to-action{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  display: flex;
  width: 100%;
  max-width: 1440px;
  justify-content: center;
}

@media (min-width: 640px){
  .product-categories-block-call-to-action{
    margin-bottom: 6rem;
  }
}

.horizontal-accordion-block .inner{
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
}

@media (min-width: 1536px){
  .horizontal-accordion-block .inner{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.horizontal-accordion-block .inner .panels{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.75rem;
}
@media (min-width: 640px){
  .horizontal-accordion-block .inner .panels{
    height: 35rem;
    flex-grow: 1;
    flex-direction: row;
    align-items: stretch;
    row-gap: 0px;
    column-gap: 0.75rem;
    overflow: hidden;
  }
}
.horizontal-accordion-block .inner .panels .panel{
  position: relative;
  height: 5rem;
  width: 100%;
  flex-grow: 1;
  cursor: pointer;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(9 87 134 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .horizontal-accordion-block .inner .panels .panel{
    height: 35rem;
    width: 5rem;
  }
}
.horizontal-accordion-block .inner .panels .panel {
  transition: all 800ms ease 0s;
  max-width: 100%;
}
.horizontal-accordion-block .inner .panels .panel .side{
  display: flex;
  height: 5rem;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  justify-items: stretch;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 640px){
  .horizontal-accordion-block .inner .panels .panel .side{
    height: 100%;
    width: 5rem;
    flex-direction: column;
  }
}
.horizontal-accordion-block .inner .panels .panel .side .number{
  padding-top: 2rem;
  text-align: center;
}
@media (min-width: 640px){
  .horizontal-accordion-block .inner .panels .panel .side .number{
    margin: 0px;
    width: 100%;
  }
}
.horizontal-accordion-block .inner .panels .panel .side .title{
  position: relative;
  z-index: 30;
  padding-top: 1.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 640px){
  .horizontal-accordion-block .inner .panels .panel .side .title{
    margin: 0px;
    --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));
    padding-left: 1.5rem;
    padding-top: 0px;
  }
}
.horizontal-accordion-block .inner .panels .panel .content{
  width: 0px;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition: opacity 500ms ease 800ms;
}
@media (min-width: 1024px){
  .horizontal-accordion-block .inner .panels .panel .content .text{
    margin-left: 1.5rem;
    max-width: 28rem;
  }
}
.horizontal-accordion-block .inner .panels .panel .content .text p.heading{
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 640px){
  .horizontal-accordion-block .inner .panels .panel .content .text p.heading{
    margin-top: 1.5rem;
  }
}
@media (min-width: 1024px){
  .horizontal-accordion-block .inner .panels .panel .content .text p.heading{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.horizontal-accordion-block .inner .panels .panel .content .text p{
  height: auto;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
}
@media (min-width: 1024px){
  .horizontal-accordion-block .inner .panels .panel .content .text p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.horizontal-accordion-block .inner .panels .panel .content .text .call-to-action{
  display: none;
}
.horizontal-accordion-block .inner .panels .panel .content .text img{
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  display: flex;
  aspect-ratio: 1 / 1;
  height: 16rem;
  width: 16rem;
  border-radius: 9999px;
}
@media (min-width: 640px){
  .horizontal-accordion-block .inner .panels .panel .content .text img{
    display: none;
  }
}
.horizontal-accordion-block .inner .panels .panel .content .image{
  display: none;
  justify-content: flex-end;
  vertical-align: middle;
}
@media (min-width: 640px){
  .horizontal-accordion-block .inner .panels .panel .content .image{
    display: flex;
  }
}
@media (min-width: 1024px){
  .horizontal-accordion-block .inner .panels .panel .content .image{
    margin-right: 1.5rem;
  }
}
.horizontal-accordion-block .inner .panels .panel .content .image img{
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  aspect-ratio: 1 / 1;
  height: 29rem;
  width: 29rem;
  border-radius: 9999px;
}
.horizontal-accordion-block .inner .panels .panel .pattern{
  display: none;
  --tw-text-opacity: 1;
  color: rgb(33 114 162 / var(--tw-text-opacity));
}
.horizontal-accordion-block .inner .panels .panel .pattern svg{
  position: relative;
}
.horizontal-accordion-block .inner .panels .panel.active{
  display: flex;
  width: 100%;
  cursor: auto;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 640px){
  .horizontal-accordion-block .inner .panels .panel.active{
    flex-direction: row;
  }
}
.horizontal-accordion-block .inner .panels .panel.active {
  max-width: 100%;
  height: auto;
  flex-grow: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(10 53 78 / var(--tw-bg-opacity));
}
.horizontal-accordion-block .inner .panels .panel.active .side{
  --tw-text-opacity: 1;
  color: rgb(255 177 34 / var(--tw-text-opacity));
}
.horizontal-accordion-block .inner .panels .panel.active .content{
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1.5rem;
  padding: 1.5rem;
  padding-top: 0px;
  opacity: 1;
}
@media (min-width: 640px){
  .horizontal-accordion-block .inner .panels .panel.active .content{
    flex-direction: row;
    row-gap: 0px;
    padding: 3rem;
  }
}
.horizontal-accordion-block .inner .panels .panel.active .content {
  max-width: 100%;
}
.horizontal-accordion-block .inner .panels .panel.active .content .call-to-action-wrapper{
  display: flex;
  vertical-align: middle;
}
.horizontal-accordion-block .inner .panels .panel.active .content .call-to-action-wrapper .call-to-action{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  display: inline-flex;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .horizontal-accordion-block .inner .panels .panel.active .content .call-to-action-wrapper .call-to-action{
    position: absolute;
    bottom: 3rem;
    margin-top: 0px;
  }
}
.horizontal-accordion-block .inner .panels .panel.active .pattern{
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  justify-content: flex-end;
}
.horizontal-accordion-block .inner .panels .panel.active .pattern svg{
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 0;
  height: auto;
  width: 91.666667%;
}

@media (min-width >= 640px) {
  .horizontal-accordion-block .inner .panels .panel {
    max-width: 5rem;
  }
  .horizontal-accordion-block .inner .panels .panel.active .content {
    width: 100%;
  }
}
.accreditations-block .inner{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1024px;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1536px){
  .accreditations-block .inner{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.accreditations-block .inner h2{
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(9 87 134 / var(--tw-text-opacity));
}
.accreditations-block .inner .images{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 640px){
  .accreditations-block .inner .images{
    display: flex;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: space-evenly;
    gap: 0.5rem;
  }
}
.accreditations-block .inner .images.desktop-only{
  display: none;
}
@media (min-width: 640px){
  .accreditations-block .inner .images.desktop-only{
    display: grid;
  }
}
.accreditations-block .inner .images img{
  margin-left: auto;
  margin-right: auto;
  height: 3rem;
  width: auto;
}
@media (min-width: 640px){
  .accreditations-block .inner .images img{
    height: 4rem;
  }
}
.accreditations-block .inner mobile-clean-swiper,
.accreditations-block .inner .mobile-swiper{
  display: flex;
}
@media (min-width: 640px){
  .accreditations-block .inner mobile-clean-swiper,
.accreditations-block .inner .mobile-swiper{
    display: none;
  }
}

/* stylelint-disable selector-class-pattern */
.textBlock-block {
  /* stylelint-enable selector-class-pattern */
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1536px){
  .textBlock-block{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.textBlock-block .content{
  max-width: 1024px;
}
.textBlock-block .content h1, .textBlock-block .content h2{
  margin-bottom: 3rem;
}
.textBlock-block .content h3{
  margin-bottom: 1.5rem;
}
.textBlock-block .content p{
  margin-bottom: 1rem;
}
.textBlock-block .content .aligncenter{
  margin-left: auto;
  margin-right: auto;
}
.textBlock-block.center .content{
  margin-left: auto;
  margin-right: auto;
}

.videoBlock-block {
  /* stylelint-enable selector-class-pattern */
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1536px){
  .videoBlock-block{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.videoBlock-block .embed-wrap{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.team-members-block .inner{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1440px;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1536px){
  .team-members-block .inner{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.team-members-block .inner .staff{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 640px){
  .team-members-block .inner .staff{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.team-members-block .inner .staff .person{
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.team-members-block .inner .staff .person img{
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1 / 1;
  height: 15rem;
  width: 15rem;
  border-radius: 9999px;
  padding-left: 0px;
  padding-right: 0px;
}
.team-members-block .inner .staff .person .icon{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
  display: flex;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 177 34 / var(--tw-bg-opacity));
  padding: 0.5rem;
}
.team-members-block .inner .staff .person .icon svg{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.team-members-block .inner .staff .person .name{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.company-history-block{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #0A354E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 53 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(9 87 134 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #095786 var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #2172A2 var(--tw-gradient-to-position);
  padding-top: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-size: cover;
  background-image: url("/app/themes/cherrypipes/dist/images/bg-company-history.jpg");
}
.company-history-block .inner{
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1536px){
  .company-history-block .inner{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.company-history-block .inner h2{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.company-history-block .inner .sub-heading{
  margin-top: 1.5rem;
}
@media (min-width: 640px){
  .company-history-block .inner .sub-heading{
    width: 50%;
    padding-right: 1rem;
  }
}
.company-history-block .inner .history{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: 3rem;
  display: flex;
  min-height: 14rem;
}
.company-history-block .inner .history swiper-slide{
  padding: 1.5rem;
}
.company-history-block .inner .history .item{
  display: flex;
  flex-direction: column;
}
.company-history-block .inner .history .item > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.company-history-block .inner .history .item{
  border-radius: 0.5rem;
  padding: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(9 87 134 / var(--tw-border-opacity));
  background-color: rgb(9 87 134 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  min-height: 12.5rem;
}
.company-history-block .inner .history .item .year{
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 177 34 / var(--tw-text-opacity));
}
.company-history-block .inner .history .item .year svg{
  height: auto;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.company-history-block .inner .history .item .heading{
  font-weight: 700;
}
.company-history-block .inner #history-swiper .action-wrapper{
  margin-top: 1.5rem;
  display: flex;
  width: 16rem;
  flex-direction: column;
  row-gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.company-history-block .inner #history-swiper .action-wrapper .pagination-wrapper{
  position: relative;
  top: 0px;
  clear: both;
  display: flex;
  width: 100%;
}
.company-history-block .inner #history-swiper .action-wrapper .pagination-wrapper .swiper-pagination-bullet{
  height: 0.125rem;
  flex-grow: 1;
  cursor: pointer;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(9 87 134 / var(--tw-bg-opacity));
  margin: unset;
}
.company-history-block .inner #history-swiper .action-wrapper .pagination-wrapper .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
}
.company-history-block .inner #history-swiper .action-wrapper .buttons-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
}
.company-history-block .inner #history-swiper .action-wrapper .buttons-wrapper .slider-button-prev,
.company-history-block .inner #history-swiper .action-wrapper .buttons-wrapper .slider-button-next{
  display: none;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .company-history-block .inner #history-swiper .action-wrapper .buttons-wrapper .slider-button-prev,
.company-history-block .inner #history-swiper .action-wrapper .buttons-wrapper .slider-button-next{
    display: flex;
  }
}
.company-history-block .inner #history-swiper .action-wrapper .buttons-wrapper .slider-button-prev svg,
.company-history-block .inner #history-swiper .action-wrapper .buttons-wrapper .slider-button-next svg{
  width: 3rem;
}

.full-width-image-grid-block{
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px){
  .full-width-image-grid-block{
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.full-width-image-grid-block .image{
  height: 16rem;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px){
  .full-width-image-grid-block .image{
    height: 24rem;
  }
}

.full-width-two-columns-block{
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px){
  .full-width-two-columns-block{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1536px){
  .full-width-two-columns-block{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.full-width-two-columns-block .images{
  z-index: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px){
  .full-width-two-columns-block .images{
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.full-width-two-columns-block .images .image:first-of-type{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
@media (min-width: 768px){
  .full-width-two-columns-block .images .image:first-of-type{
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0.75rem;
    border-top-left-radius: 0.75rem;
  }
}
.full-width-two-columns-block .images .image:last-of-type{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
@media (min-width: 768px){
  .full-width-two-columns-block .images .image:last-of-type{
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0.75rem;
  }
}
.full-width-two-columns-block .images .image:last-of-type .overlay{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
@media (min-width: 768px){
  .full-width-two-columns-block .images .image:last-of-type .overlay{
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0.75rem;
  }
}
.full-width-two-columns-block .images .image{
  height: 16rem;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px){
  .full-width-two-columns-block .images .image{
    height: 24rem;
  }
}
.full-width-two-columns-block .images .image .overlay{
  height: 100%;
  width: 100%;
  background-color: rgb(33 114 162 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
}
.full-width-two-columns-block .inner{
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  margin-top: -16rem;
  display: flex;
  height: 16rem;
  max-width: 1440px;
  align-items: center;
  justify-content: flex-end;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px){
  .full-width-two-columns-block .inner{
    margin-top: -24rem;
    height: 24rem;
  }
}
@media (min-width: 1024px){
  .full-width-two-columns-block .inner{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.full-width-two-columns-block .inner .text{
  position: relative;
  z-index: 10;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .full-width-two-columns-block .inner .text{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px){
  .full-width-two-columns-block .inner .text{
    width: 50%;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px){
  .full-width-two-columns-block .inner .text{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.two-columns-block{
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1536px){
  .two-columns-block{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.two-columns-block .items{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 3rem;
  row-gap: 3rem;
}
@media (min-width: 768px){
  .two-columns-block .items{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.two-columns-block .items .column {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
}
@media (min-width: 640px){
  .two-columns-block .items .column:last-child .twoColumnImage-subBlock{
    display: flex;
    justify-content: flex-end;
  }
}
.two-columns-block .items .column .twoColumnHeading-subBlock .heading{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.two-columns-block .items .column .twoColumnText-subBlock p{
  margin-bottom: 1rem;
}
.two-columns-block .items .column .twoColumnText-subBlock ul {
  list-style: disc;
}
.two-columns-block .items .column .twoColumnText-subBlock ul li{
  margin-left: 1rem;
  margin-bottom: 0.75rem;
}
.two-columns-block .items .column .twoColumnImage-subBlock img{
  border-radius: 0.75rem;
}
.two-columns-block .items .column a.twoColumnLink-subBlock{
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: unset;
}
.two-columns-block .items .column a.twoColumnLink-subBlock span.cta-icon{
  margin-left: 0.5rem;
  display: inline-block;
}
.two-columns-block .items .column a.twoColumnLink-subBlock span.cta-icon svg {
  margin-bottom: -2px;
}

/* stylelint-enable no-invalid-position-at-import-rule, at-rule-empty-line-before */

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

@media (min-width: 768px){
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mb-24{
    margin-bottom: 6rem;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-12{
    margin-top: 3rem;
  }
  .md\:mt-24{
    margin-top: 6rem;
  }
  .md\:mt-36{
    margin-top: 9rem;
  }
  .md\:mt-48{
    margin-top: 12rem;
  }
  .md\:mt-6{
    margin-top: 1.5rem;
  }
}

/*# sourceMappingURL=app.css.map*/