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

::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 480px){

    .container{
        max-width: 480px;
    }
}
@media (min-width: 600px){

    .container{
        max-width: 600px;
    }
}
@media (min-width: 720px){

    .container{
        max-width: 720px;
    }
}
@media (min-width: 960px){

    .container{
        max-width: 960px;
    }
}
@media (min-width: 1140px){

    .container{
        max-width: 1140px;
    }
}
.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;
}
.invisible{
    visibility: hidden;
}
.fixed{
    position: fixed;
}
.\!absolute{
    position: absolute !important;
}
.absolute{
    position: absolute;
}
.\!relative{
    position: relative !important;
}
.relative{
    position: relative;
}
.\!bottom-10{
    bottom: 2.5rem !important;
}
.-top-20{
    top: -5rem;
}
.bottom-0{
    bottom: 0px;
}
.bottom-32{
    bottom: 8rem;
}
.bottom-4{
    bottom: 1rem;
}
.bottom-6{
    bottom: 1.5rem;
}
.left-0{
    left: 0px;
}
.left-3{
    left: 0.75rem;
}
.right-0{
    right: 0px;
}
.right-3{
    right: 0.75rem;
}
.right-4{
    right: 1rem;
}
.top-0{
    top: 0px;
}
.top-\[8rem\]{
    top: 8rem;
}
.\!z-50{
    z-index: 50 !important;
}
.-z-50{
    z-index: -50;
}
.z-0{
    z-index: 0;
}
.z-10{
    z-index: 10;
}
.z-50{
    z-index: 50;
}
.z-\[-1\]{
    z-index: -1;
}
.z-\[2\]{
    z-index: 2;
}
.col-span-full{
    grid-column: 1 / -1;
}
.\!m-0{
    margin: 0px !important;
}
.\!mx-\[calc\(50\%-50vw\+4px\)\]{
    margin-left: calc(50% - 50vw + 4px) !important;
    margin-right: calc(50% - 50vw + 4px) !important;
}
.\!mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
}
.\!my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
}
.mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
}
.mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
}
.mx-\[1px\]{
    margin-left: 1px;
    margin-right: 1px;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.\!-ml-\[88px\]{
    margin-left: -88px !important;
}
.\!-mt-20{
    margin-top: -5rem !important;
}
.\!-mt-4{
    margin-top: -1rem !important;
}
.\!mb-0{
    margin-bottom: 0px !important;
}
.\!mt-0{
    margin-top: 0px !important;
}
.\!mt-4{
    margin-top: 1rem !important;
}
.-mb-4{
    margin-bottom: -1rem;
}
.-ml-6{
    margin-left: -1.5rem;
}
.-mt-1{
    margin-top: -0.25rem;
}
.-mt-10{
    margin-top: -2.5rem;
}
.-mt-4{
    margin-top: -1rem;
}
.-mt-6{
    margin-top: -1.5rem;
}
.mb-0{
    margin-bottom: 0px;
}
.mb-10{
    margin-bottom: 2.5rem;
}
.mb-2{
    margin-bottom: 0.5rem;
}
.mb-20{
    margin-bottom: 5rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.ml-10{
    margin-left: 2.5rem;
}
.mt-0{
    margin-top: 0px;
}
.mt-1{
    margin-top: 0.25rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-20{
    margin-top: 5rem;
}
.mt-3{
    margin-top: 0.75rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-6{
    margin-top: 1.5rem;
}
.mt-\[2px\]{
    margin-top: 2px;
}
.box-border{
    box-sizing: border-box;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.inline{
    display: inline;
}
.\!flex{
    display: flex !important;
}
.flex{
    display: flex;
}
.inline-flex{
    display: inline-flex;
}
.table{
    display: table;
}
.\!grid{
    display: grid !important;
}
.grid{
    display: grid;
}
.\!hidden{
    display: none !important;
}
.hidden{
    display: none;
}
.aspect-square{
    aspect-ratio: 1 / 1;
}
.\!h-\[40rem\]{
    height: 40rem !important;
}
.\!h-full{
    height: 100% !important;
}
.h-1{
    height: 0.25rem;
}
.h-10{
    height: 2.5rem;
}
.h-12{
    height: 3rem;
}
.h-14{
    height: 3.5rem;
}
.h-20{
    height: 5rem;
}
.h-28{
    height: 7rem;
}
.h-3{
    height: 0.75rem;
}
.h-4{
    height: 1rem;
}
.h-40{
    height: 10rem;
}
.h-5{
    height: 1.25rem;
}
.h-6{
    height: 1.5rem;
}
.h-7{
    height: 1.75rem;
}
.h-80{
    height: 20rem;
}
.h-\[165px\]{
    height: 165px;
}
.h-\[3px\]{
    height: 3px;
}
.h-\[70px\]{
    height: 70px;
}
.h-auto{
    height: auto;
}
.h-fit{
    height: -moz-fit-content;
    height: fit-content;
}
.h-full{
    height: 100%;
}
.max-h-48{
    max-height: 12rem;
}
.max-h-\[300px\]{
    max-height: 300px;
}
.max-h-\[566px\]{
    max-height: 566px;
}
.max-h-\[66vh\]{
    max-height: 66vh;
}
.min-h-32{
    min-height: 8rem;
}
.min-h-screen{
    min-height: 100vh;
}
.\!w-12{
    width: 3rem !important;
}
.\!w-full{
    width: 100% !important;
}
.w-1\/3{
    width: 33.333333%;
}
.w-1\/4{
    width: 25%;
}
.w-10{
    width: 2.5rem;
}
.w-12{
    width: 3rem;
}
.w-14{
    width: 3.5rem;
}
.w-2\/3{
    width: 66.666667%;
}
.w-20{
    width: 5rem;
}
.w-24{
    width: 6rem;
}
.w-3{
    width: 0.75rem;
}
.w-36{
    width: 9rem;
}
.w-4{
    width: 1rem;
}
.w-40{
    width: 10rem;
}
.w-5{
    width: 1.25rem;
}
.w-5\/6{
    width: 83.333333%;
}
.w-6{
    width: 1.5rem;
}
.w-7{
    width: 1.75rem;
}
.w-auto{
    width: auto;
}
.w-fit{
    width: -moz-fit-content;
    width: fit-content;
}
.w-full{
    width: 100%;
}
.\!min-w-32{
    min-width: 8rem !important;
}
.min-w-0{
    min-width: 0px;
}
.min-w-32{
    min-width: 8rem;
}
.min-w-full{
    min-width: 100%;
}
.\!max-w-\[calc\(100vw-8px\)\]{
    max-width: calc(100vw - 8px) !important;
}
.max-w-screen-sm{
    max-width: 600px;
}
.flex-1{
    flex: 1 1 0%;
}
.flex-shrink-0{
    flex-shrink: 0;
}
.shrink-0{
    flex-shrink: 0;
}
.flex-grow{
    flex-grow: 1;
}
.rotate-180{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
    --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));
}
.skew-x-\[-20deg\]{
    --tw-skew-x: -20deg;
    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));
}
.skew-x-\[20deg\]{
    --tw-skew-x: 20deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
    cursor: pointer;
}
.list-none{
    list-style-type: none;
}
.\!grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.\!flex-row{
    flex-direction: row !important;
}
.flex-row-reverse{
    flex-direction: row-reverse;
}
.flex-col{
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.\!items-start{
    align-items: flex-start !important;
}
.items-start{
    align-items: flex-start;
}
.items-end{
    align-items: flex-end;
}
.\!items-center{
    align-items: center !important;
}
.items-center{
    align-items: center;
}
.items-stretch{
    align-items: stretch;
}
.\!justify-start{
    justify-content: flex-start !important;
}
.justify-start{
    justify-content: flex-start;
}
.\!justify-center{
    justify-content: center !important;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.justify-evenly{
    justify-content: space-evenly;
}
.gap-0\.5{
    gap: 0.125rem;
}
.gap-10{
    gap: 2.5rem;
}
.gap-2{
    gap: 0.5rem;
}
.gap-4{
    gap: 1rem;
}
.gap-6{
    gap: 1.5rem;
}
.\!gap-x-2{
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
}
.gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
}
.gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
}
.gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
}
.gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
}
.gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
}
.gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}
.gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
}
.gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
}
.gap-y-1{
    row-gap: 0.25rem;
}
.gap-y-10{
    row-gap: 2.5rem;
}
.gap-y-2{
    row-gap: 0.5rem;
}
.gap-y-20{
    row-gap: 5rem;
}
.gap-y-3{
    row-gap: 0.75rem;
}
.gap-y-4{
    row-gap: 1rem;
}
.gap-y-6{
    row-gap: 1.5rem;
}
.gap-y-8{
    row-gap: 2rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
    overflow: hidden;
}
.overflow-y-auto{
    overflow-y: auto;
}
.overflow-x-hidden{
    overflow-x: hidden;
}
.\!rounded{
    border-radius: 0.25rem !important;
}
.rounded{
    border-radius: 0.25rem;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-lg{
    border-radius: 0.5rem;
}
.rounded-md{
    border-radius: 0.375rem;
}
.rounded-none{
    border-radius: 0px;
}
.rounded-xl{
    border-radius: 0.75rem;
}
.rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.\!border{
    border-width: 1px !important;
}
.\!border-4{
    border-width: 4px !important;
}
.border{
    border-width: 1px;
}
.border-2{
    border-width: 2px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-b-2{
    border-bottom-width: 2px;
}
.border-t{
    border-top-width: 1px;
}
.border-t-4{
    border-top-width: 4px;
}
.border-none{
    border-style: none;
}
.\!border-\[\#ced4da\]{
    --tw-border-opacity: 1 !important;
    border-color: rgb(206 212 218 / var(--tw-border-opacity, 1)) !important;
}
.\!border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}
.\!border-primary{
    --tw-border-opacity: 1 !important;
    border-color: rgb(38 75 98 / var(--tw-border-opacity, 1)) !important;
}
.\!border-secondary{
    --tw-border-opacity: 1 !important;
    border-color: rgb(241 134 17 / var(--tw-border-opacity, 1)) !important;
}
.border-dark{
    --tw-border-opacity: 1;
    border-color: rgb(13 52 81 / var(--tw-border-opacity, 1));
}
.border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-light{
    --tw-border-opacity: 1;
    border-color: rgb(247 247 247 / var(--tw-border-opacity, 1));
}
.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(38 75 98 / var(--tw-border-opacity, 1));
}
.border-secondary{
    --tw-border-opacity: 1;
    border-color: rgb(241 134 17 / var(--tw-border-opacity, 1));
}
.\!bg-\[\#4b8a9b\]{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(75 138 155 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-secondary{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(241 134 17 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#17a2b8\]{
    --tw-bg-opacity: 1;
    background-color: rgb(23 162 184 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3a6b79\]{
    --tw-bg-opacity: 1;
    background-color: rgb(58 107 121 / var(--tw-bg-opacity, 1));
}
.bg-\[\#4b8a9b4d\]{
    background-color: #4b8a9b4d;
}
.bg-\[\#4b8a9b\]{
    --tw-bg-opacity: 1;
    background-color: rgb(75 138 155 / var(--tw-bg-opacity, 1));
}
.bg-\[\#61ad75\]{
    --tw-bg-opacity: 1;
    background-color: rgb(97 173 117 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e7edf4\]{
    --tw-bg-opacity: 1;
    background-color: rgb(231 237 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eaf0f3\]{
    --tw-bg-opacity: 1;
    background-color: rgb(234 240 243 / var(--tw-bg-opacity, 1));
}
.bg-button-light{
    --tw-bg-opacity: 1;
    background-color: rgb(75 138 155 / var(--tw-bg-opacity, 1));
}
.bg-dark{
    --tw-bg-opacity: 1;
    background-color: rgb(13 52 81 / var(--tw-bg-opacity, 1));
}
.bg-inherit{
    background-color: inherit;
}
.bg-light{
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.bg-light-blue{
    --tw-bg-opacity: 1;
    background-color: rgb(231 237 244 / var(--tw-bg-opacity, 1));
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(38 75 98 / var(--tw-bg-opacity, 1));
}
.bg-primary\/95{
    background-color: rgb(38 75 98 / 0.95);
}
.bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgb(241 134 17 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
    background-color: transparent;
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.\!bg-none{
    background-image: none !important;
}
.bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-white{
    --tw-gradient-from: #FFFFFF var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-50\%{
    --tw-gradient-from-position: 50%;
}
.to-\[\#e7edf4\]{
    --tw-gradient-to: #e7edf4 var(--tw-gradient-to-position);
}
.to-50\%{
    --tw-gradient-to-position: 50%;
}
.fill-gray-200{
    fill: #e5e7eb;
}
.fill-green-500{
    fill: #22c55e;
}
.fill-green-600{
    fill: #16a34a;
}
.fill-secondary{
    fill: #f18611;
}
.fill-white{
    fill: #FFFFFF;
}
.stroke-secondary{
    stroke: #f18611;
}
.object-contain{
    -o-object-fit: contain;
       object-fit: contain;
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.object-center{
    -o-object-position: center;
       object-position: center;
}
.\!p-0{
    padding: 0px !important;
}
.p-1{
    padding: 0.25rem;
}
.p-10{
    padding: 2.5rem;
}
.p-2{
    padding: 0.5rem;
}
.p-4{
    padding: 1rem;
}
.p-6{
    padding: 1.5rem;
}
.p-8{
    padding: 2rem;
}
.p-\[15px\]{
    padding: 15px;
}
.\!px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}
.\!py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}
.px-0{
    padding-left: 0px;
    padding-right: 0px;
}
.px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}
.px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-8{
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.\!pb-4{
    padding-bottom: 1rem !important;
}
.pb-10{
    padding-bottom: 2.5rem;
}
.pb-14{
    padding-bottom: 3.5rem;
}
.pb-4{
    padding-bottom: 1rem;
}
.pb-6{
    padding-bottom: 1.5rem;
}
.pb-8{
    padding-bottom: 2rem;
}
.pl-4{
    padding-left: 1rem;
}
.pl-8{
    padding-left: 2rem;
}
.pr-0{
    padding-right: 0px;
}
.pr-4{
    padding-right: 1rem;
}
.pr-8{
    padding-right: 2rem;
}
.pt-10{
    padding-top: 2.5rem;
}
.pt-2{
    padding-top: 0.5rem;
}
.pt-3{
    padding-top: 0.75rem;
}
.pt-4{
    padding-top: 1rem;
}
.pt-5{
    padding-top: 1.25rem;
}
.pt-6{
    padding-top: 1.5rem;
}
.text-left{
    text-align: left;
}
.\!text-center{
    text-align: center !important;
}
.text-center{
    text-align: center;
}
.align-middle{
    vertical-align: middle;
}
.font-sans{
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.\!text-\[15px\]{
    font-size: 15px !important;
}
.\!text-xl{
    font-size: 1.25rem !important;
}
.text-2xl{
    font-size: 1.5rem;
}
.text-4xl{
    font-size: 1.875rem;
}
.text-6xl{
    font-size: 2.5rem;
}
.text-\[12px\]{
    font-size: 12px;
}
.text-\[14px\]{
    font-size: 14px;
}
.text-base{
    font-size: 1rem;
}
.text-base\/none{
    font-size: 1rem;
    line-height: 1;
}
.text-lg{
    font-size: 1.125rem;
}
.text-small{
    font-size: 0.875rem;
}
.text-xl{
    font-size: 1.25rem;
}
.text-xs{
    font-size: 0.75rem;
}
.\!font-normal{
    font-weight: 400 !important;
}
.\!font-semibold{
    font-weight: 600 !important;
}
.font-\[400\]{
    font-weight: 400;
}
.font-\[450\]{
    font-weight: 450;
}
.font-extrabold{
    font-weight: 800;
}
.font-light{
    font-weight: 300;
}
.font-medium{
    font-weight: 500;
}
.font-normal{
    font-weight: 400;
}
.font-semibold{
    font-weight: 600;
}
.font-bold{
    font-weight: 700;
}
.\!font-bold{
    font-weight: 700 !important;
}
.uppercase{
    text-transform: uppercase;
}
.capitalize{
    text-transform: capitalize;
}
.italic{
    font-style: italic;
}
.\!not-italic{
    font-style: normal !important;
}
.leading-\[1\.2\]{
    line-height: 1.2;
}
.leading-\[1\.7\]{
    line-height: 1.7;
}
.leading-none{
    line-height: 1;
}
.leading-relaxed{
    line-height: 1.625;
}
.leading-snug{
    line-height: 1.375;
}
.leading-tight{
    line-height: 1.25;
}
.\!text-dark{
    --tw-text-opacity: 1 !important;
    color: rgb(13 52 81 / var(--tw-text-opacity, 1)) !important;
}
.\!text-primary{
    --tw-text-opacity: 1 !important;
    color: rgb(38 75 98 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#4b8a9b\]{
    --tw-text-opacity: 1;
    color: rgb(75 138 155 / var(--tw-text-opacity, 1));
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-button-light{
    --tw-text-opacity: 1;
    color: rgb(75 138 155 / var(--tw-text-opacity, 1));
}
.text-dark{
    --tw-text-opacity: 1;
    color: rgb(13 52 81 / var(--tw-text-opacity, 1));
}
.text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-inherit{
    color: inherit;
}
.text-light{
    --tw-text-opacity: 1;
    color: rgb(247 247 247 / var(--tw-text-opacity, 1));
}
.text-primary{
    --tw-text-opacity: 1;
    color: rgb(38 75 98 / var(--tw-text-opacity, 1));
}
.text-secondary{
    --tw-text-opacity: 1;
    color: rgb(241 134 17 / var(--tw-text-opacity, 1));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.\!text-secondary{
    --tw-text-opacity: 1 !important;
    color: rgb(241 134 17 / var(--tw-text-opacity, 1)) !important;
}
.underline{
    text-decoration-line: underline;
}
.no-underline{
    text-decoration-line: none;
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
    opacity: 0;
}
.opacity-100{
    opacity: 1;
}
.shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
    --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);
}
.shadow-none{
    --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);
}
.shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\!ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.brightness-0{
    --tw-brightness: brightness(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
    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);
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-1000{
    transition-duration: 1000ms;
}
.duration-300{
    transition-duration: 300ms;
}
.ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.content-\[\'\'\]{
    --tw-content: '';
    content: var(--tw-content);
}
.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw;
}
.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%;
}
.aligncenter{
    margin: 0.5rem auto;
    display: block;
}
@media (min-width: 600px){

    .alignleft:not(.wp-block-button){
        margin-right: 0.5rem;
        float: left;
    }

    .alignright:not(.wp-block-button){
        margin-left: 0.5rem;
        float: right;
    }

    .wp-block-button.alignleft a{
        float: left;
        margin-right: 1rem;
    }

    .wp-block-button.alignright a{
        float: right;
        margin-left: 1rem;
    }
}
.wp-caption{
    display: inline-block;
}
.wp-caption img{
    margin-bottom: 0.5rem;
    line-height: 1;
}
.wp-caption-text{
    font-size: 0.9rem;
    color: #4b5563;
}
.\[clip-path\:polygon\(0_0\2c 100\%_0\2c 100\%_100\%\2c 0_85\%\)\]{
    clip-path: polygon(0 0,100% 0,100% 100%,0 85%);
}
.custom-logo{
    height: 100%;
    max-height: 70px;
}
.site-header{
    position: sticky;
    top: 0px;
    z-index: 40;
    border-bottom-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(241 134 17 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(38 75 98 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.site-header a{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.entry-header, .entry-header-person{
    --tw-bg-opacity: 1;
    background-color: rgb(231 237 244 / var(--tw-bg-opacity, 1));
}
.entry-header .entry-wrapper, .entry-header-person .entry-wrapper{
    position: relative;
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
}
@media (min-width: 960px){

    .entry-header .entry-wrapper, .entry-header-person .entry-wrapper{
        margin-bottom: 2.5rem;
    }
}
.entry-header .entry-header-text, .entry-header-person .entry-header-text{
    display: flex;
    width: 100%;
    flex-direction: column;
    row-gap: 1.5rem;
    padding-top: 5rem;
    padding-bottom: 4rem;
}
@media (min-width: 960px){

    .entry-header .entry-header-text, .entry-header-person .entry-header-text{
        width: 41%;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
.entry-header .entry-site-title, .entry-header-person .entry-site-title{
    font-size: 1.5rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(241 134 17 / var(--tw-text-opacity, 1));
}
.entry-header .entry-title, .entry-header-person .entry-title{
    margin: 0px;
    font-weight: 400;
}
.entry-header .entry-summary, .entry-header-person .entry-summary{
    font-size: 1.5rem;
    font-style: italic;
        font-weight: 400;
        line-height: 1.2;
}
.entry-header .entry-buttons, .entry-header-person .entry-buttons{
    display: flex;
}
.entry-header .entry-buttons .service-button, .entry-header-person .entry-buttons .service-button{
    position: relative;
    z-index: 2;
    margin-right: -0.5rem;
    box-sizing: border-box;
    display: flex;
    min-width: 8rem;
    overflow: hidden;
    border-radius: 0.375rem;
    background-color: inherit;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 2rem;
    text-align: center;
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.entry-header .entry-buttons .service-button:hover, .entry-header-person .entry-buttons .service-button:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
}
.entry-header .entry-buttons .service-button::after, .entry-header-person .entry-buttons .service-button::after{
    position: absolute;
    right: 0.75rem;
    top: 0px;
    z-index: -1;
    display: block;
    height: 100%;
    width: 100%;
    --tw-skew-x: 20deg;
    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));
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(75 138 155 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
            content: "";
}
.entry-header .entry-buttons .contact-button, .entry-header-person .entry-buttons .contact-button{
    position: relative;
    z-index: 2;
    margin-right: -0.5rem;
    box-sizing: border-box;
    display: flex;
    min-width: 8rem;
    overflow: hidden;
    border-radius: 0.375rem;
    background-color: inherit;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 1rem;
    padding-left: 2.25rem;
    text-align: center;
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.entry-header .entry-buttons .contact-button:hover, .entry-header-person .entry-buttons .contact-button:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
}
.entry-header .entry-buttons .contact-button::after, .entry-header-person .entry-buttons .contact-button::after{
    position: absolute;
    left: 2rem;
    top: 0px;
    z-index: -1;
    margin-left: -1.5rem;
    display: block;
    height: 100%;
    width: 100%;
    --tw-skew-x: 20deg;
    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));
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(241 134 17 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
            content: "";
}
.entry-header .featured-image, .entry-header-person .featured-image{
    position: absolute;
    top: 0px;
    bottom: -2.5rem;
    right: -22rem;
    display: none;
    width: 100%;
    max-width: 1000px;
}
@media (min-width: 960px){

    .entry-header .featured-image, .entry-header-person .featured-image{
        display: flex;
    }
}
@media (min-width: 720px) {
    .entry-header-person {
        border-radius: 160%/0 0 28% 28%;
        box-shadow: 0 -8px transparent, 0 8px transparent, -9px 0 7px -6px #fcfcfc inset, 9px 0 7px -6px #fcfcfc inset;
    } 
}
@media (min-width: 960px) {
        .entry-header-person {
        border-radius: 160%/0 0 32% 32%;
    } 
}
@media (min-width: 1140px) {
    .entry-header-person {
        border-radius: 160%/0 0 40% 40%;
    } 
}
.featured-image-person {
    border-radius: 160%/0 0 10% 10%;;
}
.entry-header-front-page{
    width: 100%;
}
@media (min-width: 960px){

    .entry-header-front-page{
        min-height: 40rem;
    }
}
@media (min-width: 1140px){

    .entry-header-front-page{
        min-height: 45rem;
    }
}
.entry-header-front-page .entry-wrapper-front-page{
    position: relative;
    margin-bottom: 2.5rem;
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
}
.entry-header-front-page .entry-header-text{
    display: flex;
    width: 100%;
    flex-direction: column;
    row-gap: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
@media (min-width: 960px){

    .entry-header-front-page .entry-header-text{
        margin-bottom: 5rem;
        width: 41%;
        padding-bottom: 4rem;
        padding-top: 8rem;
    }
}
.entry-header-front-page .entry-site-title{
    font-size: 1.5rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(241 134 17 / var(--tw-text-opacity, 1));
}
.entry-header-front-page .entry-title{
    margin: 0px;
    font-weight: 400;
}
.entry-header-front-page .entry-summary{
    font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.2;
}
.entry-header-front-page .entry-buttons{
    display: flex;
}
.entry-header-front-page .entry-buttons .service-button{
    position: relative;
    z-index: 2;
    margin-right: -0.5rem;
    box-sizing: border-box;
    display: flex;
    min-width: 8rem;
    overflow: hidden;
    border-radius: 0.375rem;
    background-color: inherit;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 2rem;
    text-align: center;
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.entry-header-front-page .entry-buttons .service-button:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
}
.entry-header-front-page .entry-buttons .service-button::after{
    position: absolute;
    right: 0.75rem;
    top: 0px;
    z-index: -1;
    display: block;
    height: 100%;
    width: 100%;
    --tw-skew-x: 20deg;
    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));
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(75 138 155 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
            content: "";
}
.entry-header-front-page .entry-buttons .contact-button{
    position: relative;
    z-index: 2;
    margin-right: -0.5rem;
    box-sizing: border-box;
    display: flex;
    min-width: 8rem;
    overflow: hidden;
    border-radius: 0.375rem;
    background-color: inherit;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 1rem;
    padding-left: 2.25rem;
    text-align: center;
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.entry-header-front-page .entry-buttons .contact-button:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
}
.entry-header-front-page .entry-buttons .contact-button::after{
    position: absolute;
    left: 2rem;
    top: 0px;
    z-index: -1;
    margin-left: -1.5rem;
    display: block;
    height: 100%;
    width: 100%;
    --tw-skew-x: 20deg;
    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));
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(241 134 17 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
            content: "";
}
.entry-header-front-page .featured-image{
    position: absolute;
    top: 0px;
    bottom: -2.5rem;
    right: -22rem;
    z-index: 40;
    display: none;
    width: 100%;
    max-width: 1000px;
}
@media (min-width: 960px){

    .entry-header-front-page .featured-image{
        display: flex;
    }
}
@media (max-width: 960px) {
  .entry-header {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  }
  .swiper-front-page-header {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  }
}
.site-nav{
    margin-left: calc(50% - 50cqw);
    margin-right: calc(50% - 50cqw);
    width: calc(100cqw);
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(241 134 17 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
@media (min-width: 960px){

    .site-nav{
        margin-left: 0px;
        margin-right: 0px;
        width: auto;
        border-bottom-width: 0px;
        background-color: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
.site-nav > *{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 480px){

    .site-nav > *{
        max-width: 480px;
    }
}
@media (min-width: 600px){

    .site-nav > *{
        max-width: 600px;
    }
}
@media (min-width: 720px){

    .site-nav > *{
        max-width: 720px;
    }
}
@media (min-width: 960px){

    .site-nav > *{
        max-width: 960px;
    }
}
@media (min-width: 1140px){

    .site-nav > *{
        max-width: 1140px;
    }
}
@media (min-width: 960px){

    .site-nav > *{
        max-width: none;
        padding-left: 0px;
        padding-right: 0px;
    }
}
.site-nav .header-phone{
    width: 16rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(241 134 17 / var(--tw-border-opacity, 1));
    text-align: center;
    font-size: 1.125rem;
    --tw-text-opacity: 1;
    color: rgb(13 52 81 / var(--tw-text-opacity, 1));
}
@media (min-width: 720px){

    .site-nav .header-phone{
        width: 33.333333%;
    }
}
@media (min-width: 960px){

    .site-nav .header-phone{
        width: 100%;
        --tw-translate-y: 0.25rem;
        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));
        border-bottom-width: 0px;
        text-align: right;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
}
.site-nav .header-phone a{
    --tw-text-opacity: 1;
    color: rgb(13 52 81 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px){

    .site-nav .header-phone a{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
}
.site-nav #primary-menu .menu{
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 960px){

    .site-nav #primary-menu .menu{
        flex-direction: row;
    }
}
.site-nav #primary-menu .menu .menu-item{
    position: relative;
    order: 1;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    border-bottom-width: 1px;
    border-color: rgb(38 75 98 / 0.2);
    padding: 0.25rem;
}
@media (min-width: 960px){

    .site-nav #primary-menu .menu .menu-item{
        margin-left: 0.75rem;
        margin-right: 0.75rem;
        display: block;
        width: auto;
        align-items: center;
        border-width: 0px;
    }

    .site-nav #primary-menu .menu .menu-item:last-child{
        margin-right: 0px;
    }
}
.site-nav #primary-menu .menu .menu-item a{
    display: flex;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(13 52 81 / var(--tw-text-opacity, 1));
}
.site-nav #primary-menu .menu .menu-item a:hover{
    --tw-text-opacity: 1;
    color: rgb(241 134 17 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
}
@media (min-width: 960px){

    .site-nav #primary-menu .menu .menu-item a{
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        font-size: 0.875rem;
        font-weight: 400;
        color: currentColor;
    }

    .site-nav #primary-menu .menu .menu-item a:hover{
        text-decoration-line: underline;
    }
}
.site-nav #primary-menu .menu .menu-item .sub-menu{
    left: -1rem;
    top: 100%;
    display: none;
    min-width: 16rem;
    padding-left: 0.5rem;
}
@media (min-width: 960px){

    .site-nav #primary-menu .menu .menu-item .sub-menu{
        position: absolute;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        padding-left: 0px;
    }
}
.site-nav #primary-menu .menu .menu-item .sub-menu .menu-item{
    border-width: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
@media (min-width: 960px){

    .site-nav #primary-menu .menu .menu-item .sub-menu .menu-item{
        margin-left: 0px;
        margin-right: 0px;
    }
}
.site-nav #primary-menu .menu .menu-item .sub-menu .menu-item a{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    --tw-text-opacity: 1;
    color: rgb(13 52 81 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px){

    .site-nav #primary-menu .menu .menu-item .sub-menu .menu-item a{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 1rem;
    }
}
.site-nav #primary-menu .menu .menu-item .sub-menu .menu-item .sub-menu{
    display: none;
}
.site-nav #primary-menu .menu .menu-item:hover .sub-menu{
    display: block;
}
.site-nav #primary-menu .menu > .menu-item.menu-item-has-children::after{
    position: absolute;
    right: 0.5rem;
    --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));
    font-size: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(13 52 81 / var(--tw-text-opacity, 1));
    --tw-content: '\203A';
    content: var(--tw-content);
}
@media (min-width: 960px){

    .site-nav #primary-menu .menu > .menu-item.menu-item-has-children::after{
        --tw-content: none;
        content: var(--tw-content);
    }
}
.site-nav #primary-menu .menu > .menu-item.menu-item-has-children .menu-item-has-children::after{
    --tw-content: none;
    content: var(--tw-content);
}
.site-nav #primary-menu .menu .cta{
    order: 2;
    margin-top: 0.75rem;
    width: auto;
    border-width: 0px;
}
@media (min-width: 960px){

    .site-nav #primary-menu .menu .cta{
        margin-top: 0px;
    }
}
.site-nav #primary-menu .menu .cta > a{
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    min-width: 8rem;
    overflow: hidden;
    border-radius: 0.375rem;
    background-color: inherit;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 1rem;
    text-align: center;
    font-size: 0.875rem;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.site-nav #primary-menu .menu .cta > a:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
}
.site-nav #primary-menu .menu .cta > a::after{
    position: absolute;
    left: 0.75rem;
    top: 0px;
    z-index: -1;
    display: block;
    height: 100%;
    width: 100%;
    --tw-skew-x: -20deg;
    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));
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(241 134 17 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
    content: "";
}
@media (min-width: 960px){

    .site-nav #primary-menu .menu .mega-menu{
        position: static;
    }
}
.site-nav #primary-menu .menu .mega-menu .sub-menu{
    left: 0px;
    right: 0px;
    top: auto;
    display: none;
    flex-wrap: wrap;
}
@media not all and (min-width: 960px){

    .site-nav #primary-menu .menu .mega-menu .sub-menu{
        padding: 0px;
    }
}
@media (min-width: 720px){

    .site-nav #primary-menu .menu .mega-menu .sub-menu{
        flex-wrap: nowrap;
    }
}
@media (min-width: 960px){

    .site-nav #primary-menu .menu .mega-menu .sub-menu{
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        padding-left: 6rem;
    }
}
.site-nav #primary-menu .menu .mega-menu .sub-menu .menu-item{
    width: 100%;
    padding: 0.25rem;
}
@media not all and (min-width: 960px){

    .site-nav #primary-menu .menu .mega-menu .sub-menu .menu-item{
        border-bottom-width: 1px;
        border-bottom-color: rgb(38 75 98 / 0.2);
    }
}
@media (min-width: 960px){

    .site-nav #primary-menu .menu .mega-menu .sub-menu .menu-item{
        width: 25%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.site-nav #primary-menu .menu .mega-menu .sub-menu .menu-item:nth-last-child(2){
    border-bottom-width: 0px;
}
.site-nav #primary-menu .menu .mega-menu .sub-menu .menu-item a{
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1rem;
    font-weight: 700;
}
@media (min-width: 960px){

    .site-nav #primary-menu .menu .mega-menu .sub-menu .menu-item a{
        font-size: 1.25rem;
    }
}
.site-nav #primary-menu .menu .mega-menu .sub-menu .menu-item .sub-menu{
    position: relative;
    margin: 0px;
    padding: 0px;
}
.site-nav #primary-menu .menu .mega-menu .sub-menu .menu-item .sub-menu .menu-item{
    width: 100%;
    border-width: 0px;
    padding: 0px;
}
.site-nav #primary-menu .menu .mega-menu .sub-menu .menu-item .sub-menu .menu-item a{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
}
@media (min-width: 960px){

    .site-nav #primary-menu .menu .mega-menu .sub-menu .menu-item .sub-menu .menu-item a{
        font-size: 1rem;
    }
}
@media not all and (min-width: 960px){

    .site-nav #primary-menu .menu .mega-menu .sub-menu .menu-item:hover .sub-menu{
        display: block;
    }
}
.site-nav #primary-menu .menu .mega-menu .sub-menu .image-placeholder{
    display: none;
    padding: 2.5rem;
}
@media (min-width: 960px){

    .site-nav #primary-menu .menu .mega-menu .sub-menu .image-placeholder{
        display: block;
    }
}
.site-nav #primary-menu .menu .mega-menu .sub-menu .image-placeholder img{
    border-radius: 0.75rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.site-nav #primary-menu .menu .mega-menu .sub-menu .image-placeholder a{
    display: none;
}
.site-nav #primary-menu .menu .mega-menu > .sub-menu > .menu-item > a{
    pointer-events: none;
}
.site-nav #primary-menu .menu .mega-menu:hover .sub-menu{
    display: flex;
}
@media (min-width: 960px){

    .site-nav #primary-menu .menu .mega-menu:hover .sub-menu .sub-menu{
        display: block;
    }
}
* {
    scrollbar-width: thin;
}
::-webkit-scrollbar{
    width: 0.25rem;
}
::-webkit-scrollbar-thumb{
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
body{
    overflow-x: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(50 70 85 / var(--tw-text-opacity, 1));
}
.entry-content-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
}
@media (min-width: 960px){

    .entry-content-wrapper{
        flex-direction: row;
    }
}
.entry-content{
    width: 100%;
    overflow-x: hidden;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
aside{
    margin-bottom: 2.5rem;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    row-gap: 2.5rem;
    overflow-x: hidden;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 2.5rem;
}
@media (min-width: 960px){

    aside{
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
        width: 40%;
    }
}
.page-numbers{
    margin-left: 1px;
    margin-right: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(38 75 98 / var(--tw-bg-opacity, 1));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.page-numbers:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(241 134 17 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.pagination .current{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(75 138 155 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.wp-block-separator{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.slant-left {
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}
.slant-right {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}
.tile{
    margin: 0px !important;
    display: flex;
    height: auto;
    flex-grow: 1;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(231 237 244 / var(--tw-bg-opacity, 1));
    padding: 1rem;
}
.tile h4{
    margin-bottom: 0px !important;
}
.tile ul{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}
.center-tiles{
    display: flex;
    justify-content: center;
}
.center-tiles .tile{
    display: flex;
    height: auto;
}
.breadcrumbs-default{
    display: flex;
    border-radius: 0.5rem;
}
@media (min-width: 960px){

    .breadcrumbs-default{
        margin-left: 1.5rem;
    }
}
.breadcrumbs-person{
    display: flex;
    border-radius: 0.5rem;
    padding-top: 0.75rem;
    font-size: 0.875rem;
}
@media (min-width: 960px){

    .breadcrumbs-person{
        margin-left: 1.5rem;
    }
}
.breadcrumbs-fixed{
    position: fixed;
    top: 8rem;
    z-index: 10;
    display: flex;
    border-radius: 0.5rem;
    font-size: 0.875rem;
}
@media (min-width: 960px){

    .breadcrumbs-fixed{
        left: 2rem;
    }
}
.breadcrumbs-parent{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(38 75 98 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(38 75 98 / var(--tw-bg-opacity, 1));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.breadcrumbs-parent:hover{
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(241 134 17 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
}
.breadcrumbs-child{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(58 107 121 / var(--tw-bg-opacity, 1));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
body{
    font-size: 1rem;
    /* font-family: "Lato", sans-serif; */
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a{
    --tw-text-opacity: 1;
    color: rgb(38 75 98 / var(--tw-text-opacity, 1));
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.h1 a:hover,.h2 a:hover,.h3 a:hover,.h4 a:hover,.h5 a:hover,.h6 a:hover{
    --tw-text-opacity: 1;
    color: rgb(241 134 17 / var(--tw-text-opacity, 1));
    text-decoration-line: underline;
}
h1.wp-block-post-title,.h1.wp-block-post-title{
    margin-bottom: 1rem;
}
h1,.h1{
    font-size: 2.5rem;
}
h2,.h2{
    font-size: 2rem;
}
h3,.h3{
    font-size: 1.75rem;
}
h4,.h4{
    font-size: 1.5rem;
}
h5,.h5{
    font-size: 1.25rem;
}
h6,.h6{
    font-size: 1.125rem;
}
ul li{
    list-style-type: none;
}
ul li *::marker{
    color: rgb(38 75 98 );
}
ul li::marker{
    color: rgb(38 75 98 );
}
a{
    --tw-text-opacity: 1;
    color: rgb(38 75 98 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
}
a:hover{
    color: currentColor;
    text-decoration-line: underline;
}
code{
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
    padding: 0.5rem;
}
table{
    width: 100%;
    border-collapse: collapse;
}
table th,table td{
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(247 247 247 / var(--tw-border-opacity, 1));
}
article > *:not(.entry-content),
.entry-content > * {
    /* @apply mx-auto max-w-content; */
}
.entry-content h1:first-child,
    .entry-content h2:first-child,
    .entry-content h3:first-child,
    .entry-content h4:first-child,
    .entry-content h5:first-child,
    .entry-content h6:first-child{
    margin-top: 0px !important;
}
.entry-content, .block-editor-block-list__layout{
    line-height: 1.7;
}
.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6,.entry-content .h1,.entry-content .h2,.entry-content .h3,.entry-content .h4,.entry-content .h5,.entry-content .h6,.block-editor-block-list__layout h1,.block-editor-block-list__layout h2,.block-editor-block-list__layout h3,.block-editor-block-list__layout h4,.block-editor-block-list__layout h5,.block-editor-block-list__layout h6,.block-editor-block-list__layout .h1,.block-editor-block-list__layout .h2,.block-editor-block-list__layout .h3,.block-editor-block-list__layout .h4,.block-editor-block-list__layout .h5,.block-editor-block-list__layout .h6{
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: 400;
}
.entry-content h1::after,.entry-content h2::after,.entry-content h3::after,.entry-content h4::after,.entry-content h5::after,.entry-content h6::after,.entry-content .h1::after,.entry-content .h2::after,.entry-content .h3::after,.entry-content .h4::after,.entry-content .h5::after,.entry-content .h6::after,.block-editor-block-list__layout h1::after,.block-editor-block-list__layout h2::after,.block-editor-block-list__layout h3::after,.block-editor-block-list__layout h4::after,.block-editor-block-list__layout h5::after,.block-editor-block-list__layout h6::after,.block-editor-block-list__layout .h1::after,.block-editor-block-list__layout .h2::after,.block-editor-block-list__layout .h3::after,.block-editor-block-list__layout .h4::after,.block-editor-block-list__layout .h5::after,.block-editor-block-list__layout .h6::after{
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
    height: 3px;
    width: 9rem;
    --tw-bg-opacity: 1;
    background-color: rgb(241 134 17 / var(--tw-bg-opacity, 1));
    --tw-content: '';
    content: var(--tw-content);
}
.entry-content h1.has-text-align-center::after,.entry-content h2.has-text-align-center::after,.entry-content h3.has-text-align-center::after,.entry-content h4.has-text-align-center::after,.entry-content h5.has-text-align-center::after,.entry-content h6.has-text-align-center::after,.entry-content .h1.has-text-align-center::after,.entry-content .h2.has-text-align-center::after,.entry-content .h3.has-text-align-center::after,.entry-content .h4.has-text-align-center::after,.entry-content .h5.has-text-align-center::after,.entry-content .h6.has-text-align-center::after,.block-editor-block-list__layout h1.has-text-align-center::after,.block-editor-block-list__layout h2.has-text-align-center::after,.block-editor-block-list__layout h3.has-text-align-center::after,.block-editor-block-list__layout h4.has-text-align-center::after,.block-editor-block-list__layout h5.has-text-align-center::after,.block-editor-block-list__layout h6.has-text-align-center::after,.block-editor-block-list__layout .h1.has-text-align-center::after,.block-editor-block-list__layout .h2.has-text-align-center::after,.block-editor-block-list__layout .h3.has-text-align-center::after,.block-editor-block-list__layout .h4.has-text-align-center::after,.block-editor-block-list__layout .h5.has-text-align-center::after,.block-editor-block-list__layout .h6.has-text-align-center::after{
    margin-left: auto;
    margin-right: auto;
}
.entry-content h1.has-text-align-right::after,.entry-content h2.has-text-align-right::after,.entry-content h3.has-text-align-right::after,.entry-content h4.has-text-align-right::after,.entry-content h5.has-text-align-right::after,.entry-content h6.has-text-align-right::after,.entry-content .h1.has-text-align-right::after,.entry-content .h2.has-text-align-right::after,.entry-content .h3.has-text-align-right::after,.entry-content .h4.has-text-align-right::after,.entry-content .h5.has-text-align-right::after,.entry-content .h6.has-text-align-right::after,.block-editor-block-list__layout h1.has-text-align-right::after,.block-editor-block-list__layout h2.has-text-align-right::after,.block-editor-block-list__layout h3.has-text-align-right::after,.block-editor-block-list__layout h4.has-text-align-right::after,.block-editor-block-list__layout h5.has-text-align-right::after,.block-editor-block-list__layout h6.has-text-align-right::after,.block-editor-block-list__layout .h1.has-text-align-right::after,.block-editor-block-list__layout .h2.has-text-align-right::after,.block-editor-block-list__layout .h3.has-text-align-right::after,.block-editor-block-list__layout .h4.has-text-align-right::after,.block-editor-block-list__layout .h5.has-text-align-right::after,.block-editor-block-list__layout .h6.has-text-align-right::after{
    margin-left: auto;
}
.entry-content a, .block-editor-block-list__layout a{
    --tw-text-opacity: 1;
    color: rgb(75 138 155 / var(--tw-text-opacity, 1));
}
.entry-content a:hover, .block-editor-block-list__layout a:hover{
    --tw-text-opacity: 1;
    color: rgb(38 75 98 / var(--tw-text-opacity, 1));
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    margin-bottom: 1rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations):not(.wp-block-latest-posts):not(.inner-column):not(.products),
    .entry-content ol,
    .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations):not(.wp-block-latest-posts):not(.inner-column):not(.products),
    .block-editor-block-list__layout ol{
    padding-left: 3rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations):not(.wp-block-latest-posts):not(.inner-column):not(.products) li,.entry-content ol li,.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations):not(.wp-block-latest-posts):not(.inner-column):not(.products) li,.block-editor-block-list__layout ol li{
    list-style-position: outside;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations):not(.wp-block-latest-posts):not(.inner-column):not(.products) li ul,.entry-content ul:not(.block-editor-block-variation-picker__variations):not(.wp-block-latest-posts):not(.inner-column):not(.products) li ol,.entry-content ol li ul,.entry-content ol li ol,.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations):not(.wp-block-latest-posts):not(.inner-column):not(.products) li ul,.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations):not(.wp-block-latest-posts):not(.inner-column):not(.products) li ol,.block-editor-block-list__layout ol li ul,.block-editor-block-list__layout ol li ol{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations):not(.wp-block-latest-posts):not(.inner-column):not(.products) li .block-editor-rich-text__editable,.entry-content ol li .block-editor-rich-text__editable,.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations):not(.wp-block-latest-posts):not(.inner-column):not(.products) li .block-editor-rich-text__editable,.block-editor-block-list__layout ol li .block-editor-rich-text__editable{
    display: inline;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations):not(.wp-block-latest-posts):not(.inner-column):not(.products) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations):not(.wp-block-latest-posts):not(.inner-column):not(.products) li{
    list-style-type: disc;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations):not(.wp-block-latest-posts):not(.inner-column):not(.products) li ul,.entry-content ul:not(.block-editor-block-variation-picker__variations):not(.wp-block-latest-posts):not(.inner-column):not(.products) li ol,.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations):not(.wp-block-latest-posts):not(.inner-column):not(.products) li ul,.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations):not(.wp-block-latest-posts):not(.inner-column):not(.products) li ol{
            }
.entry-content ol li, .block-editor-block-list__layout ol li{
    list-style-type: decimal;
}
.entry-content blockquote:not(.wp-embedded-content),.block-editor-block-list__layout blockquote:not(.wp-embedded-content){
    position: relative;
    margin-bottom: 2rem;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(231 237 244 / var(--tw-bg-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2.5rem;
    padding-bottom: 1rem;
    font-style: normal !important;
    line-height: 1.625;
}
@media (min-width: 720px){

    .entry-content blockquote:not(.wp-embedded-content),.block-editor-block-list__layout blockquote:not(.wp-embedded-content){
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 3rem;
        padding-bottom: 1.5rem;
        line-height: 2;
    }
}
.entry-content blockquote:not(.wp-embedded-content)::before,.block-editor-block-list__layout blockquote:not(.wp-embedded-content)::before{
    position: absolute;
    top: 0.5rem;
    left: 1.5rem;
    font-size: 2rem;
    line-height: 1;
    font-style: normal;
    --tw-text-opacity: 1;
    color: rgb(38 75 98 / var(--tw-text-opacity, 1));
    --tw-content: '\201D';
    content: var(--tw-content);
}
@media (min-width: 720px){

    .entry-content blockquote:not(.wp-embedded-content)::before,.block-editor-block-list__layout blockquote:not(.wp-embedded-content)::before{
        content: var(--tw-content);
        top: 1rem;
    }
}
@media (min-width: 960px){

    .entry-content blockquote:not(.wp-embedded-content)::before,.block-editor-block-list__layout blockquote:not(.wp-embedded-content)::before{
        content: var(--tw-content);
        font-size: 2.5rem;
        line-height: 1;
    }
}
.entry-content blockquote:not(.wp-embedded-content) p,.block-editor-block-list__layout blockquote:not(.wp-embedded-content) p{
    margin-bottom: 0.5rem;
    font-weight: 400;
}
.entry-content blockquote:not(.wp-embedded-content) p:last-of-type,.block-editor-block-list__layout blockquote:not(.wp-embedded-content) p:last-of-type{
    margin-bottom: 0px;
}
@media (min-width: 720px){

    .entry-content blockquote:not(.wp-embedded-content) p,.block-editor-block-list__layout blockquote:not(.wp-embedded-content) p{
        margin-bottom: 1rem;
    }
}
.entry-content blockquote:not(.wp-embedded-content) p,.block-editor-block-list__layout blockquote:not(.wp-embedded-content) p{
            line-height: 1.7;
            /* @apply mb-2 first-of-type:before:content-['\201D'] last-of-type:after:content-['\201D'] before:text-5xl/none lg:before:text-6xl/none after:text-2xl before:not-italic before:text-primary; */
        }
.entry-content blockquote:not(.wp-embedded-content) cite,.block-editor-block-list__layout blockquote:not(.wp-embedded-content) cite{
    margin-top: 0.5rem;
    display: block;
    font-weight: 400;
    line-height: 1.375;
    --tw-text-opacity: 1;
    color: rgb(38 75 98 / var(--tw-text-opacity, 1));
}
.entry-content blockquote:not(.wp-embedded-content) cite::before,.block-editor-block-list__layout blockquote:not(.wp-embedded-content) cite::before{
    margin-right: 0.25rem;
    --tw-content: '\2013';
    content: var(--tw-content);
}
@media (min-width: 720px){

    .entry-content blockquote:not(.wp-embedded-content) cite,.block-editor-block-list__layout blockquote:not(.wp-embedded-content) cite{
        margin-top: 1rem;
    }
}
.alt-heading{
    margin: 0px !important;
}
.alt-heading::after{
    --tw-content: none !important;
    content: var(--tw-content) !important;
}
.alt-title::after{
    --tw-content: none !important;
    content: var(--tw-content) !important;
}
.line-heading{
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    line-height: 1.7;
}
.line-heading::after{
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
    height: 3px;
    width: 9rem;
    --tw-bg-opacity: 1;
    background-color: rgb(241 134 17 / var(--tw-bg-opacity, 1));
    --tw-content: '';
    content: var(--tw-content);
}
.line-heading.has-text-align-center::after{
    margin-left: auto;
    margin-right: auto;
}
.line-heading.has-text-align-right::after{
    margin-left: auto;
}
#footer-menu{
    width: 100%;
    font-size: 0.75rem;
}
#footer-menu .footer-menu-1{
    display: flex;
    justify-content: space-between;
}
#footer-menu .footer-menu-1 .menu-item a{
    margin-bottom: 1rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(241 134 17 / var(--tw-text-opacity, 1));
}
#footer-menu .footer-menu-1 .menu-item a:hover{
    text-decoration-line: none;
}
#footer-menu .footer-menu-1 .menu-item .sub-menu{
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
#footer-menu .footer-menu-1 .menu-item .sub-menu .menu-item a{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#footer-menu .footer-menu-1 .menu-item .sub-menu .menu-item a:hover{
    text-decoration-line: underline;
}
#footer-menu .footer-menu-1 .menu-item .sub-menu .menu-item .sub-menu{
    display: none;
}
.social-icon-footer-a{
    width: -moz-fit-content;
    width: fit-content;
    --tw-bg-opacity: 1;
    background-color: rgb(241 134 17 / var(--tw-bg-opacity, 1));
}
.social-icon-footer-a:hover{
    background-color: rgb(241 134 17 / 0.8);
}
@media (min-width: 720px){

    .social-icon-footer-a{
        border-radius: 9999px;
        background-color: transparent;
    }

    .social-icon-footer-a:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(241 134 17 / var(--tw-bg-opacity, 1));
    }
}
.social-icon-footer{
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 9999px;
    --tw-border-opacity: 1;
    border-color: rgb(241 134 17 / var(--tw-border-opacity, 1));
    fill: #FFFFFF;
    padding: 0.5rem;
}
@media (min-width: 720px){

    .social-icon-footer{
        height: 2rem;
        width: 2rem;
        border-width: 1px;
        padding: 0.25rem;
    }
}
#services-menu{
    display: none;
    width: 100%;
}
@media (min-width: 960px){

    #services-menu{
        display: flex;
    }
}
#services-menu .services-menu-1{
    display: flex;
    width: 100%;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
    font-size: 1.125rem;
}
#services-menu .services-menu-1 .menu-item{
    display: flex;
    width: 33.333333%;
    flex-direction: column;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(231 237 244 / var(--tw-bg-opacity, 1));
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 2rem;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#services-menu .services-menu-1 .menu-item > a{
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(38 75 98 / var(--tw-bg-opacity, 1));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1rem;
    text-align: left;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#services-menu .services-menu-1 .menu-item > a:hover{
    text-decoration-line: none;
}
#services-menu .services-menu-1 .menu-item > a {
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
      }
#services-menu .services-menu-1 .sub-menu{
    margin-top: 0.5rem;
    display: flex;
    width: 100% !important;
    flex-direction: column;
    padding-right: 0px;
    text-align: left;
}
#services-menu .services-menu-1 .sub-menu .menu-item{
    width: 100%;
    border-style: none;
    padding: 0px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    --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);
}
#services-menu .services-menu-1 .sub-menu a{
    width: 100% !important;
    background-color: transparent;
    padding: 15px;
    font-size: 1rem;
    font-weight: 450;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
#services-menu .services-menu-1 .sub-menu a:hover{
    --tw-text-opacity: 1;
    color: rgb(75 138 155 / var(--tw-text-opacity, 1));
    text-decoration-line: underline;
}
#services-menu .services-menu-1 .sub-menu a {
            clip-path: none;
        }
#services-menu .services-menu-1 .sub-menu .sub-menu{
    display: none;
}
/**
 * Swiper 12.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 18, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
  .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none;
  }
/* For Internet Explorer and Edge */
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
      display: none;
    }
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
      scroll-snap-type: none;
    }
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
    display: none !important;
  }
.swiper-button-prev svg, .swiper-button-next svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
.swiper-button-lock {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg);
  }
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal .swiper-button-prev,
  .swiper-horizontal .swiper-button-next,
  .swiper-horizontal ~ .swiper-button-prev,
  .swiper-horizontal ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
.swiper-horizontal .swiper-button-prev,
  .swiper-horizontal ~ .swiper-button-prev,
  .swiper-horizontal.swiper-rtl .swiper-button-next,
  .swiper-horizontal.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
.swiper-horizontal .swiper-button-next,
  .swiper-horizontal ~ .swiper-button-next,
  .swiper-horizontal.swiper-rtl .swiper-button-prev,
  .swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon {
      transform: rotate(180deg);
    }
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
      transform: rotate(0deg);
    }
.swiper-vertical .swiper-button-prev,
  .swiper-vertical .swiper-button-next,
  .swiper-vertical ~ .swiper-button-prev,
  .swiper-vertical ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
.swiper-vertical .swiper-button-prev,
  .swiper-vertical ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
  }
.swiper-vertical .swiper-button-prev .swiper-navigation-icon, .swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
.swiper-vertical .swiper-button-next,
  .swiper-vertical ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
  }
.swiper-vertical .swiper-button-next .swiper-navigation-icon, .swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
      transform: rotate(90deg);
    }
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
.swiper-pagination-disabled > .swiper-pagination,
  .swiper-pagination.swiper-pagination-disabled {
    display: none !important;
  }
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
.swiper-pagination-bullet:only-child {
    display: none !important;
  }
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
.swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
.swiper-vertical > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-vertical,
  .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
  }
.swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
.swiper-vertical > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
  .swiper-zoom-container > svg,
  .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-thumbs .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
  }
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
      transition-timing-function: ease-out;
    }
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
  }
.swiper-fade .swiper-slide .swiper-slide {
      pointer-events: none;
    }
.swiper-fade .swiper-slide-active {
    pointer-events: auto;
  }
.swiper-fade .swiper-slide-active .swiper-slide-active {
      pointer-events: auto;
    }
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
.swiper-cube .swiper-slide .swiper-slide {
      pointer-events: none;
    }
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
.swiper-cube .swiper-slide-active,
    .swiper-cube .swiper-slide-active .swiper-slide-active {
      pointer-events: auto;
    }
.swiper-cube .swiper-slide-active,
  .swiper-cube .swiper-slide-next,
  .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
  }
.swiper-cube .swiper-cube-shadow:before {
      content: '';
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px);
    }
.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
  .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
  }
.swiper-flip .swiper-slide .swiper-slide {
      pointer-events: none;
    }
.swiper-flip .swiper-slide-active,
    .swiper-flip .swiper-slide-active .swiper-slide-active {
      pointer-events: auto;
    }
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
  .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
/* Flip slide shadows end */
.swiper-coverflow {
}
.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }
.swiper-related-testimonials{
    position: relative !important;
    display: flex;
    width: 100%;
    overflow: hidden;
    border-radius: 0.5rem;
}
.swiper-related-testimonials .swiper-wrapper{
    display: flex;
    border-radius: 0.5rem;
}
.swiper-related-testimonials .swiper-slide{
    display: flex;
    height: auto;
    width: 100% !important;
    --tw-bg-opacity: 1;
    background-color: rgb(231 237 244 / var(--tw-bg-opacity, 1));
    padding-bottom: 2rem;
}
.swiper-related-testimonials .swiper-pagination{
    display: flex;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
}
.swiper-related-testimonials .swiper-pagination-bullet{
    border-width: 4px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(38 75 98 / var(--tw-border-opacity, 1)) !important;
    background-color: transparent !important;
}
.swiper-related-testimonials .swiper-pagination-bullet-active{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(38 75 98 / var(--tw-bg-opacity, 1)) !important;
}
.swiper-related-testimonials .swiper-buttons{
    position: absolute;
    bottom: 1.5rem;
    right: 1rem;
    z-index: 50;
    display: flex;
    align-items: center;
}
.swiper-related-testimonials .swiper-button-prev{
    margin-left: -88px !important;
}
.swiper-case-studies-solicitor{
    position: relative !important;
    display: flex;
    width: 100%;
    overflow: hidden;
    border-radius: 0.5rem;
}
.swiper-case-studies-solicitor .swiper-wrapper{
    display: flex;
    border-radius: 0.5rem;
}
.swiper-case-studies-solicitor .swiper-slide{
    display: flex;
    height: auto;
    width: 100% !important;
}
.swiper-case-studies-solicitor .swiper-pagination{
    display: flex;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
}
.swiper-case-studies-solicitor .swiper-pagination-bullet{
    border-width: 4px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(38 75 98 / var(--tw-border-opacity, 1)) !important;
    background-color: transparent !important;
}
.swiper-case-studies-solicitor .swiper-pagination-bullet-active{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(38 75 98 / var(--tw-bg-opacity, 1)) !important;
}
.swiper-case-studies-solicitor .swiper-buttons{
    position: absolute;
    bottom: 1.5rem;
    right: 1rem;
    z-index: 50;
    display: flex;
    align-items: center;
}
.swiper-case-studies-solicitor .swiper-button-prev{
    margin-left: -88px !important;
}
.swiper-front-page-testimonials{
    margin-top: 5rem;
    margin-bottom: 2.5rem;
    width: 100%;
    overflow: hidden;
}
.swiper-front-page-testimonials .swiper-wrapper{
    display: flex;
}
.swiper-front-page-testimonials .swiper-slide{
    display: flex;
    height: auto;
    width: 100% !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.swiper-front-page-news{
    display: flex;
    width: 100%;
    padding-bottom: 3.5rem;
    padding-top: 2.5rem;
}
@media (min-width: 960px){

    .swiper-front-page-news{
        padding-bottom: 2.5rem;
    }
}
.swiper-front-page-news .swiper-wrapper{
    display: flex;
}
.swiper-front-page-news .swiper-slide{
    display: flex;
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.swiper-front-page-news .swiper-pagination-bullet{
    border-width: 4px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(241 134 17 / var(--tw-border-opacity, 1)) !important;
    background-color: transparent !important;
}
.swiper-front-page-news .swiper-pagination-bullet-active{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(241 134 17 / var(--tw-bg-opacity, 1)) !important;
}
.swiper-related-articles{
    display: flex;
    width: 100%;
    padding-bottom: 3.5rem;
    padding-top: 1rem;
}
@media (min-width: 960px){

    .swiper-related-articles{
        padding-bottom: 0px;
    }
}
.swiper-related-articles .swiper-wrapper{
    display: flex;
}
.swiper-related-articles .swiper-slide{
    display: flex;
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.swiper-related-articles .swiper-pagination-bullet{
    border-width: 4px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(241 134 17 / var(--tw-border-opacity, 1)) !important;
    background-color: transparent !important;
}
.swiper-related-articles .swiper-pagination-bullet-active{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(241 134 17 / var(--tw-bg-opacity, 1)) !important;
}
.swiper-front-page-header{
    position: relative !important;
    display: flex !important;
    height: 40rem !important;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(231 237 244 / var(--tw-bg-opacity, 1));
}
.swiper-front-page-header .swiper-wrapper{
    display: flex !important;
}
.swiper-front-page-header .swiper-slide{
    display: flex;
    width: 100%;
    align-items: center !important;
    justify-content: center !important;
}
@media (min-width: 960px){

    .swiper-front-page-header .swiper-slide{
        height: 42rem;
    }
}
.swiper-pagination-front-page{
    position: absolute !important;
    bottom: 2.5rem !important;
    z-index: 50 !important;
    justify-content: center;
}
@media (min-width: 960px){

    .swiper-pagination-front-page{
        margin-left: 12rem;
    }
}
@media (min-width: 1140px){

    .swiper-pagination-front-page{
        margin-left: 24rem;
    }
}
.swiper-pagination-front-page .swiper-pagination-bullet{
    z-index: 50 !important;
    height: 0.25rem;
    width: 3rem !important;
    border-radius: 0px;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1)) !important;
    opacity: 1;
}
.swiper-pagination-front-page .swiper-pagination-bullet-active{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(241 134 17 / var(--tw-bg-opacity, 1)) !important;
}
.swiper-front-page-header.swiper{
    position: relative;
    width: 100%;
    overflow: hidden;
}
@media (min-width: 960px){

    .swiper-front-page-header.swiper{
        height: 42rem;
    }
}
.swiper-front-page-header .swiper-slide{
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    height: 100% !important;
    width: 100% !important;
    opacity: 0 !important;
    transition-property: opacity !important;
    transition-duration: 1000ms !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.swiper-front-page-header .swiper-slide-active{
    position: relative !important;
    z-index: 2 !important;
    opacity: 1 !important;
}
.swiper-button-next::after{
    --tw-content: none !important;
    content: var(--tw-content) !important;
}
.swiper-button-prev::after{
    --tw-content: none !important;
    content: var(--tw-content) !important;
}
.gform_wrapper{
    width: 100% !important;
}
.gform_wrapper .gform_fields{
    gap: 1rem !important;
}
.gform_wrapper .gfield_label{
    font-size: 1.5rem !important;
}
.gform_wrapper .gform_required_legend{
    display: none;
}
.gform_wrapper input, fieldset, select, .gform_drop_area, textarea{
    border-radius: 0.25rem !important;
    border-width: 1px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(206 212 218 / var(--tw-border-opacity, 1)) !important;
    font-size: 1.125rem !important;
}
.gform_wrapper select:focus, input:focus, textarea:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
input::-moz-placeholder, .gform_drop_area::-moz-placeholder, textarea::-moz-placeholder{
    --tw-text-opacity: 1 !important;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}
.gform_wrapper select, input::placeholder, .gform_drop_area::placeholder, textarea::placeholder{
    --tw-text-opacity: 1 !important;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}
.gform_wrapper input[type="submit"]{
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -1rem !important;
    display: flex !important;
    min-width: 8rem !important;
    flex-direction: row !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
    border-radius: 0.25rem !important;
    border-width: 1px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(241 134 17 / var(--tw-border-opacity, 1)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(241 134 17 / var(--tw-bg-opacity, 1)) !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    text-align: center !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.gform_wrapper input[type="submit"]:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(38 75 98 / var(--tw-bg-opacity, 1)) !important;
}
#gform_wrapper_2 input, fieldset, select, .gform_drop_area, textarea{
    border-radius: 0px !important;
    font-size: 15px !important;
}
#gform_wrapper_2 .gfield_label{
    font-size: 1rem !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
#gform_wrapper_2 .gfield{
    font-size: 0.875rem !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
#gform_wrapper_2 .gform-field-label{
    font-size: 0.875rem !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.search-form{
    display: flex;
    width: 100%;
}
.search-form .search-field{
    width: 75%;
}
.search-form .search-field #search{
    height: 100%;
    width: 100%;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(13 52 81 / var(--tw-text-opacity, 1));
}
.search-form .search-field,
  .search-form .search-submit{
    height: 3rem;
}
/* .search-field {
    @apply w-full px-2 py-1 rounded-l-md text-dark;
  } */
.search-form .search-submit{
    width: 25%;
    min-width: 0px;
    cursor: pointer;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#offcanvasSearch{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
    height: 100%;
    width: 100%;
    background-color: rgb(38 75 98 / 0.95);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-backdrop-blur: blur(12px);
    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);
}
#offcanvasSearch a{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#offcanvasSearch .search-form .search-field{
    width: 100%;
}
#offcanvasSearch .search-form .search-field input{
    border-radius: 0.5rem;
}
#offcanvasSearch .search-form .search-submit{
    display: none;
}
#offcanvasSearch #offcanvas-search-tabs .search-tab-nav{
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
@media (min-width: 720px){

    #offcanvasSearch #offcanvas-search-tabs .search-tab-nav{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}
#offcanvasSearch #offcanvas-search-tabs .search-tab-nav li a{
    display: inline-block;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(13 52 81 / var(--tw-bg-opacity, 1));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    text-align: center;
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#offcanvasSearch #offcanvas-search-tabs .search-tab-nav li a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(241 134 17 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
}
@media (min-width: 720px){

    #offcanvasSearch #offcanvas-search-tabs .search-tab-nav li a{
        font-size: 1rem;
    }
}
@media (min-width: 960px){

    #offcanvasSearch #offcanvas-search-tabs .search-tab-nav li a{
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}
#offcanvasSearch #offcanvas-search-tabs .search-tab-nav li.ui-tabs-active a{
    --tw-bg-opacity: 1;
    background-color: rgb(241 134 17 / var(--tw-bg-opacity, 1));
}
#offcanvasSearch .search-tab-content ul{
    max-height: 66vh;
    overflow-y: auto;
}
#offcanvasSearch .search-tab-content ul li a{
    display: block;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    line-height: 1.25;
}
#offcanvasSearch .search-tab-content ul li a:hover{
    --tw-text-opacity: 1;
    color: rgb(241 134 17 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
}
@media (min-width: 960px){

    #offcanvasSearch .search-tab-content ul li a{
        font-size: 1.5rem;
    }
}
.button-close{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: auto;
    min-width: 0px;
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(38 75 98 / var(--tw-bg-opacity, 1));
    padding: 0.5rem;
    font-size: 2.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px){

    .button-close{
        margin-bottom: 1rem;
        margin-top: 0px;
    }
}
.service-content-button{
    min-width: 100%;
    flex: 1 1 0%;
    border-radius: 0.5rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(13 52 81 / var(--tw-border-opacity, 1));
    padding: 1rem;
    text-align: center;
    --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);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.service-content-button:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
    text-decoration-line: none;
}
@media (min-width: 600px){

    .service-content-button{
        min-width: 45%;
    }
}
@media (min-width: 720px){

    .service-content-button{
        padding: 2rem;
    }
}
@media (min-width: 960px){

    .service-content-button{
        min-width: 30%;
        padding: 2.5rem;
    }
}
.slanted-button-right{
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    min-width: 8rem;
    justify-content: center;
    overflow: hidden;
    border-radius: 0.375rem;
    background-color: inherit;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 2rem;
    text-align: center;
    font-size: 0.875rem;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.slanted-button-right:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
}
.slanted-button-right::after{
    position: absolute;
    right: 0.75rem;
    top: 0px;
    z-index: -1;
    display: block;
    height: 100%;
    width: 100%;
    --tw-skew-x: 20deg;
    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));
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(241 134 17 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
    content: "";
}
.slanted-button-left{
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    min-width: 8rem;
    overflow: hidden;
    border-radius: 0.375rem;
    background-color: inherit;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 1rem;
    text-align: center;
    font-size: 0.875rem;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.slanted-button-left:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
}
.slanted-button-left::after{
    position: absolute;
    left: 0.75rem;
    top: 0px;
    z-index: -1;
    display: block;
    height: 100%;
    width: 100%;
    --tw-skew-x: -20deg;
    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));
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(241 134 17 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
    content: "";
}
.wp-block-buttons{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    display: grid !important;
    width: 100% !important;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    align-items: stretch;
    justify-content: space-evenly;
    gap: 1rem;
    text-align: center !important;
}
@media (min-width: 600px){

    .wp-block-buttons{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (min-width: 720px){

    .wp-block-buttons{
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}
.wp-block-buttons {
    grid-auto-rows: 1fr;
}
.wp-element-button{
    display: flex;
    height: 100% !important;
    width: 100% !important;
    flex: 1 1 0%;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0.5rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(13 52 81 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center !important;
    font-weight: 400;
    --tw-text-opacity: 1 !important;
    color: rgb(13 52 81 / var(--tw-text-opacity, 1)) !important;
    --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);
}
.wp-element-button:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(13 52 81 / var(--tw-text-opacity, 1)) !important;
    text-decoration-line: none;
    --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);
}
button,
.button,
input[type="submit"]{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(241 134 17 / var(--tw-bg-opacity, 1));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(13 52 81 / var(--tw-text-opacity, 1));
}
@media (min-width: 720px){

    button,
.button,
input[type="submit"]{
        min-width: 14rem;
    }
}
button:hover,
.button:hover,
input[type="submit"]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(13 52 81 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
button,
.button,
input[type="submit"]{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
button.alt,.button.alt,input[type="submit"].alt{
    --tw-bg-opacity: 1;
    background-color: rgb(38 75 98 / var(--tw-bg-opacity, 1));
}
button.alt:hover,.button.alt:hover,input[type="submit"].alt:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(13 52 81 / var(--tw-bg-opacity, 1));
}
.before\:absolute::before{
    content: var(--tw-content);
    position: absolute;
}
.before\:left-6::before{
    content: var(--tw-content);
    left: 1.5rem;
}
.before\:top-2::before{
    content: var(--tw-content);
    top: 0.5rem;
}
.before\:text-5xl\/none::before{
    content: var(--tw-content);
    font-size: 2rem;
    line-height: 1;
}
.before\:not-italic::before{
    content: var(--tw-content);
    font-style: normal;
}
.before\:content-\[\'\\2013\'\]::before{
    --tw-content: '\2013';
    content: var(--tw-content);
}
.before\:content-\[\'\\201D\'\]::before{
    --tw-content: '\201D';
    content: var(--tw-content);
}
.after\:text-2xl::after{
    content: var(--tw-content);
    font-size: 1.5rem;
}
.first-of-type\:before\:content-\[\'\\201D\'\]:first-of-type::before{
    --tw-content: '\201D';
    content: var(--tw-content);
}
.last-of-type\:mb-0:last-of-type{
    margin-bottom: 0px;
}
.last-of-type\:after\:content-\[\'\\201D\'\]:last-of-type::after{
    --tw-content: '\201D';
    content: var(--tw-content);
}
.hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
}
.hover\:border-b-2:hover{
    border-bottom-width: 2px;
}
.hover\:border-secondary:hover{
    --tw-border-opacity: 1;
    border-color: rgb(241 134 17 / var(--tw-border-opacity, 1));
}
.hover\:\!bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-\[\#138496\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(19 132 150 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#4f9962\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(79 153 98 / var(--tw-bg-opacity, 1));
}
.hover\:bg-button-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(75 138 155 / var(--tw-bg-opacity, 1));
}
.hover\:bg-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(13 52 81 / var(--tw-bg-opacity, 1));
}
.hover\:bg-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary\/80:hover{
    background-color: rgb(38 75 98 / 0.8);
}
.hover\:bg-secondary:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(241 134 17 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary\/80:hover{
    background-color: rgb(241 134 17 / 0.8);
}
.hover\:\!text-dark:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(13 52 81 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.hover\:text-\[\#4b8a9b\]:hover{
    --tw-text-opacity: 1;
    color: rgb(75 138 155 / var(--tw-text-opacity, 1));
}
.hover\:text-current:hover{
    color: currentColor;
}
.hover\:text-dark:hover{
    --tw-text-opacity: 1;
    color: rgb(13 52 81 / var(--tw-text-opacity, 1));
}
.hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgb(38 75 98 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary:hover{
    --tw-text-opacity: 1;
    color: rgb(241 134 17 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
    text-decoration-line: underline;
}
.hover\:\!no-underline:hover{
    text-decoration-line: none !important;
}
.hover\:no-underline:hover{
    text-decoration-line: none;
}
.hover\:shadow-2xl: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);
}
.hover\:shadow-xl:hover{
    --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);
}
.group:hover .group-hover\:block{
    display: block;
}
.group:hover .group-hover\:rotate-180{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:fill-primary{
    fill: #264b62;
}
@media (min-width: 600px){

    .sm\:block{
        display: block;
    }

    .sm\:hidden{
        display: none;
    }

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

    .sm\:w-4\/5{
        width: 80%;
    }

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

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

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

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

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

    .sm\:flex-wrap{
        flex-wrap: wrap;
    }
}
@media (min-width: 720px){

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

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

    .md\:block{
        display: block;
    }

    .md\:flex{
        display: flex;
    }

    .md\:hidden{
        display: none;
    }

    .md\:h-12{
        height: 3rem;
    }

    .md\:h-32{
        height: 8rem;
    }

    .md\:h-8{
        height: 2rem;
    }

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

    .md\:w-12{
        width: 3rem;
    }

    .md\:w-8{
        width: 2rem;
    }

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

    .md\:w-fit{
        width: -moz-fit-content;
        width: fit-content;
    }

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

    .md\:min-w-56{
        min-width: 14rem;
    }

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

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

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

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

    .md\:gap-10{
        gap: 2.5rem;
    }

    .md\:gap-y-6{
        row-gap: 1.5rem;
    }

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

    .md\:border{
        border-width: 1px;
    }

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

    .md\:p-1{
        padding: 0.25rem;
    }

    .md\:p-4{
        padding: 1rem;
    }

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

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

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

    .md\:pt-12{
        padding-top: 3rem;
    }

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

    .md\:text-base{
        font-size: 1rem;
    }

    .before\:md\:top-4::before{
        content: var(--tw-content);
        top: 1rem;
    }

    .md\:hover\:bg-secondary:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(241 134 17 / var(--tw-bg-opacity, 1));
    }
}
@media (min-width: 960px){

    .lg\:left-\[2rem\]{
        left: 2rem;
    }

    .lg\:my-10{
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

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

    .lg\:ml-48{
        margin-left: 12rem;
    }

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

    .lg\:block{
        display: block;
    }

    .lg\:\!flex{
        display: flex !important;
    }

    .lg\:flex{
        display: flex;
    }

    .lg\:hidden{
        display: none;
    }

    .lg\:h-\[42rem\]{
        height: 42rem;
    }

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

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

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

    .lg\:w-2\/5{
        width: 40%;
    }

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

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

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

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

    .lg\:min-w-\[30\%\]{
        min-width: 30%;
    }

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

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

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

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

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

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

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

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

    .lg\:gap-y-10{
        row-gap: 2.5rem;
    }

    .lg\:p-10{
        padding: 2.5rem;
    }

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

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

    .lg\:pb-10{
        padding-bottom: 2.5rem;
    }

    .lg\:text-2xl{
        font-size: 1.5rem;
    }

    .lg\:text-base{
        font-size: 1rem;
    }

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

    .lg\:before\:text-6xl\/none::before{
        content: var(--tw-content);
        font-size: 2.5rem;
        line-height: 1;
    }
}
@media (min-width: 1140px){

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

    .xl\:block{
        display: block;
    }

    .xl\:hidden{
        display: none;
    }

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

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

    .xl\:text-\[3rem\]{
        font-size: 3rem;
    }
}

