/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/index.css ***!
  \***********************************************************************************************************/
/*
! tailwindcss v3.4.10 | 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: Inter var, 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] {
  display: none;
}

    body {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

    h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  font-family: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

    h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
    
    h2 {
  margin-bottom: 30px;
  font-size: 32px;
}

    h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

    h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

    h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

    h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}
    

    p {
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

    strong {
  font-weight: 700;
}

    blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
  padding-left: 1.75rem;
}

    input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

    input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

    label {
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

    legend {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

    input[type="submit"] {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

    blockquote strong {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

    blockquote p {
  margin-bottom: 1rem;
}

    .button {
  display: inline-block;
  border-radius: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

    input[type="text"], input[type="email"], input[type="tel"], input[type="password"], 
    input[type="number"], input[type="date"], input[type="time"], input[type="url"], 
    input[type="search"], input[type="month"], input[type="week"], input[type="datetime-local"] {
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

    textarea {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

*, ::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:  ;
}
/*
 * Base Layer
 *
 * The base layer is for things like reset rules or default styles applied to plain HTML elements.
 *
 */
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
/* Menu Classes Start */
.search-bar.show {
  position: relative;
  z-index: 30;
  display: block;
}
/* Menu Classes End */
/* Accordion Classes Start */
.accordion-item .accordion-item__content p {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }
.accordion-item .accordion-item__content p:first-of-type {
        margin-top: 0;
    }
.accordion-item.active .accordion-item__content {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {

  .accordion-item.active .accordion-item__content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.accordion-item__content a {
  --tw-text-opacity: 1;
  color: rgb(59 108 103 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.accordion-item__content ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  list-style-type: disc;
}
.accordion-item__content ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  list-style-type: decimal;
}
.accordion-item__content ul ul {
  margin-bottom: 0px;
  margin-top: 0.25rem;
  margin-left: 0px;
  list-style-type: none;
  padding-left: 1rem;
}
.accordion-item__content ul li,
    .accordion-item__content ol li {
  margin-bottom: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(59 108 103 / var(--tw-text-opacity));
}
.accordion-item__content ul li li {
  margin-bottom: 0.25rem;
  font-weight: 400;
}
.accordion-item__content ul li li:before {
        content: '>';
        margin-right: 1rem;
        display: inline-block;
    }
/* Accordion Classes End */
/* Tabs Start */
.tab {
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}
.tab.active {
  border-bottom-width: 1px;
  --tw-text-opacity: 1;
  color: rgb(59 108 103 / var(--tw-text-opacity));
}
.tab span,
    .tab-pane {
  display: none;
}
.tab.active span,
    .tab-pane.active {
  display: block;
}
/* Tabs End */
/* Button Classes Start */
.btn {
  display: inline-block;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
}
/* Header Classes */
input.header-search-text {
  width: 0px;
}
/* Module Classes */
.wysiwyg-blue.wysiwyg p {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
/* Module - Call to action */
section[data-row-layout="call_to_action"] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
/* Module Hero */
.hero-slider {
  overflow-x: hidden;
}
.hero-slider .flickity-page-dots {
  bottom: 40px;
  left: 40px;
  justify-content: flex-start;
}
.team-hero-slider .flickity-page-dots {
  bottom: -25px;
  right: 0px;
  justify-content: flex-end;
}
.hero-slider .flickity-page-dot,
    .team-hero-slider .flickity-page-dot {
  height: 0.75rem;
  width: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hero-slider .flickity-page-dot.is-selected {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 226 2 / var(--tw-bg-opacity));
}
.team-hero-slider .flickity-page-dot.is-selected {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 226 2 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {

  .hero-slider .fixed-width-slide {
    width: 600px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
/* Header Classes */
input.header-search-text {
  width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  padding-right: 130px;
}
/*
 * Layer Components
 *
 * The components layer is for class-based styles that you want to be able to override with utilities.
 *
 */
.hero-dot {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 6px;
  --tw-border-opacity: 1;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 94 184 / var(--tw-bg-opacity));
}
.hero-dot.is-selected {
  --tw-border-opacity: 1;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 226 2 / var(--tw-bg-opacity));
}
.product-list li.active a {
    font-weight: bold;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-\[10px\] {
  bottom: 10px;
}
.bottom-\[20px\] {
  bottom: 20px;
}
.bottom-\[40px\] {
  bottom: 40px;
}
.bottom-\[70px\] {
  bottom: 70px;
}
.bottom-\[80px\] {
  bottom: 80px;
}
.left-0 {
  left: 0px;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[40px\] {
  left: 40px;
}
.left-\[80px\] {
  left: 80px;
}
.right-0 {
  right: 0px;
}
.right-6 {
  right: 1.5rem;
}
.right-\[0\] {
  right: 0;
}
.right-\[100px\] {
  right: 100px;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[40px\] {
  right: 40px;
}
.right-\[80px\] {
  right: 80px;
}
.top-0 {
  top: 0px;
}
.top-10 {
  top: 2.5rem;
}
.top-\[-100px\] {
  top: -100px;
}
.top-\[-200px\] {
  top: -200px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[4\] {
  z-index: 4;
}
.z-\[55\] {
  z-index: 55;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.m-0 {
  margin: 0px;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.\!mt-10 {
  margin-top: 2.5rem !important;
}
.\!mt-8 {
  margin-top: 2rem !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[-1rem\] {
  margin-bottom: -1rem;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[-20px\] {
  margin-left: -20px;
}
.ml-auto {
  margin-left: auto;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-\[30px\] {
  margin-right: 30px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-105px\] {
  margin-top: -105px;
}
.mt-\[-15px\] {
  margin-top: -15px;
}
.mt-\[-50px\] {
  margin-top: -50px;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[180px\] {
  margin-top: 180px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-14 {
  height: 3.5rem;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[650px\] {
  height: 650px;
}
.h-\[calc\(100\%\+200px\)\] {
  height: calc(100% + 200px);
}
.h-\[calc\(100vh-150px\)\] {
  height: calc(100vh - 150px);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.max-h-\[70\%\] {
  max-height: 70%;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[700px\] {
  min-height: 700px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-3\/4 {
  width: 75%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[125px\] {
  width: 125px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[65px\] {
  width: 65px;
}
.w-\[800px\] {
  width: 800px;
}
.w-\[99px\] {
  width: 99px;
}
.w-\[calc\(100\%\+40px\)\] {
  width: calc(100% + 40px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-\[24px\] {
  min-width: 24px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[75\%\] {
  max-width: 75%;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-grow {
  flex-grow: 1;
}
.translate-y-\[-100\%\] {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[130px\] {
  gap: 130px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.border-primaryColor {
  --tw-border-opacity: 1;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.bg-\[\#ededed\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-primaryColor {
  --tw-bg-opacity: 1;
  background-color: rgb(0 94 184 / var(--tw-bg-opacity));
}
.bg-secondaryColor {
  --tw-bg-opacity: 1;
  background-color: rgb(251 226 2 / var(--tw-bg-opacity));
}
.bg-tertiaryColor {
  --tw-bg-opacity: 1;
  background-color: rgb(1 45 136 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#005EB8\] {
  --tw-gradient-from: #005EB8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 94 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/50 {
  --tw-gradient-from: rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-black\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#012D88\] {
  --tw-gradient-to: #012D88 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[20px\] {
  padding: 20px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-\[30px\] {
  padding-right: 30px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[105px\] {
  padding-top: 105px;
}
.pt-\[200px\] {
  padding-top: 200px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[65px\] {
  padding-top: 65px;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[130px\] {
  font-size: 130px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[60px\] {
  font-size: 60px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.\!leading-normal {
  line-height: 1.5 !important;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-customBlue {
  --tw-text-opacity: 1;
  color: rgb(1 45 136 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-primaryColor {
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
}
.text-secondaryColor {
  --tw-text-opacity: 1;
  color: rgb(251 226 2 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.no-underline {
  text-decoration-line: none;
}
.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[max-height\] {
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/*
 * Utilities Layer
 * 
 * The utilities layer is for small, single-purpose classes that should always take precedence over any other styles.
 *
 */
.header-lower .container {
  position: relative;
}
.header-lower-desktop {
  display: none;
}
.header-lower {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.header-lower-menu {
  margin: 0px;
  display: none;
  list-style-type: none;
  padding: 0px;
}
@media (min-width: 1024px) {

  .header-lower-menu {
    display: flex;
    height: 100%;
    width: auto;
  }
}
.header-lower-sub-menu {
  display: block;
}
.header-lower-menu__item {
  display: inline-flex;
  height: 100%;
  width: 100%;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .header-lower-menu__item {
    display: inline-block;
    width: auto;
  }
}
.header-sub-menu-item-depth-1 a:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 94 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.header-sub-menu-item-depth-2 a:focus {
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.header-lower-menu__item:not(:last-of-type) {
  border-bottom-width: 1px;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
@media (min-width: 1024px) {

  .header-lower-menu__item:not(:last-of-type) {
    border-bottom-width: 0px;
  }
}
.header-lower-menu__link {
  display: block;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  text-decoration-line: none;
}
 .wysiwyg a:not(.header-lower-menu__link) {
  text-decoration-line: underline;
}
.header-lower-sub-menu__link {
  display: block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity));
  text-decoration-line: none;
}
 .wysiwyg a:not(.header-lower-sub-menu__link) {
  text-decoration-line: underline;
}
.header-lower-sub-menu__item.active ul li a {
  pointer-events: auto;
  opacity: 1;
}
.header-lower-sub-menu__link-container {
  display: flex;
  height: 100%;
  align-items: center;
}
.header-lower-sub-menu__link-container a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.header-lower-menu__item.active .header-lower-menu__link {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(204 204 204 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
}
.header-lower-sub-menu__item:hover > .header-lower-sub-menu__link-container > .header-lower-sub-menu__link {
  --tw-bg-opacity: 1;
  background-color: rgb(0 94 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.header-lower-sub-menu__item > .header-lower-sub-menu__link-container > .header-lower-sub-menu__link svg path {
  stroke: #005EB8;
}
.header-lower-sub-menu__item:hover > .header-lower-sub-menu__link-container > .header-lower-sub-menu__link svg path {
  stroke: #fff;
}
li.header-lower-menu__item--has-sub-menu span {
  display: flex;
  padding-left: 0.25rem;
}
.header-lower-sub-menu-container {
  z-index: 20;
}
@media (min-width: 1024px) {

  .header-lower-sub-menu-container {
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
  }
}
.header-lower-menu__item--has-sub-menu:hover > .header-lower-sub-menu-container {
  pointer-events: auto;
  opacity: 1;
}
@media (min-width: 1024px) {

  .header-lower-menu__item--has-sub-menu:hover > .header-lower-sub-menu-container {
    display: flex;
  }
}
.header-lower-sub-menu__item {
  margin-bottom: 0.75rem;
  display: block;
  width: 100%;
}
.header-lower-sub-menu__item:hover > .depth-one > li > div > a, 
.header-lower-sub-menu__item:hover > .depth-two > li > div > a {
  pointer-events: auto;
  opacity: 1;
}
ul.depth-zero, ul.depth-one, ul.depth-two {
  height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
ul.depth-zero {
  width: 33.333333%;
}
ul.depth-zero li {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
ul.depth-one {
  pointer-events: none;
  position: absolute;
  right: 33.333333%;
  top: 0px;
  display: none;
  height: 100%;
  width: 33.333333%;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.header-sub-menu-item-depth-1:hover > ul.depth-one,
.header-sub-menu-item-depth-1:focus > ul.depth-one,
.header-sub-menu-item-depth-1.active > ul.depth-one {
  display: block;
}
ul.depth-one li a {
  pointer-events: none;
  opacity: 0;
}
ul.depth-two {
  pointer-events: none;
  position: absolute;
  right: -100%;
  top: 0px;
  width: 100%;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(204 204 204 / var(--tw-border-opacity));
}
ul.depth-two li {
  padding-left: 2.5rem;
}
ul.depth-two li a {
  pointer-events: none;
  opacity: 0;
}
.mobile-menu-nav {
  height: 100%;
}
.header-lower-sub-menu__item:hover > .depth-one, .header-lower-sub-menu__item:hover > .depth-two {
  pointer-events: auto;
}
.header-lower-menu-mobile {
  position: relative;
  height: 100%;
}
.header-lower-menu-mobile__item {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.header-lower-sub-menu-mobile__link-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.header-lower-sub-menu-mobile__link-container a {
  width: 50%;
  flex-grow: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.header-lower-sub-menu-mobile__link-container span {
  margin-left: 0.75rem;
  display: flex;
  width: 50%;
  justify-content: flex-end;
}
.header-lower-sub-menu-mobile {
  left: 0px;
  top: 0px;
  z-index: 20;
  margin-top: 0.75rem;
  display: none;
  height: 100%;
  width: 100%;
  transform: translateX(100%);
  transition: transform 0.4s ease;
}
.header-lower-sub-menu-mobile.active {
  display: block;
  transform: translateX(0);
}
.menu-back-btn {
  margin-bottom: 1rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 94 184 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
}
.menu-back-btn span {
  display: flex;
  align-items: center;
}
.menu-back-btn span svg {
  display: flex;
  align-items: center;
}
.parent-menu-heading {
  margin-bottom: 0.375rem;
  border-bottom-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
}
.header-lower-sub-menu-mobile__item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header-lower-sub-menu-mobile__item a {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#menu-header-navigation-top li {
  margin-left: 1.5rem;
}
.menu-item-animate {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.menu-item-animate.in {
  opacity: 1;
  transform: translateY(0);
}
.four-o-four .menu-item-animate{
  opacity:1;
}
.fixed-top-controls {
  position: fixed;
  top: 0px;
  right: 20px;
  z-index: 50;
}
@media (min-width: 1024px) {

  .fixed-top-controls {
    right: 80px;
  }
}
.absolute-top-controls {
  position: absolute;
  top: 0px;
  right: 20px;
  z-index: 50;
  width: 100%;
}
@media (min-width: 1024px) {

  .absolute-top-controls {
    right: 80px;
  }
}
@media (min-width: 1700px) {
  .fixed-top-controls,
  .absolute-top-controls {
    right: calc((100vw - 1700px) / 2 + 80px);
  }
}
.fixed-top-controls .container,
.absolute-top-controls .container {
  pointer-events: auto;
}
.hamburger {
  --translateX: 0;
  --rotate: 0deg;
  pointer-events: auto;
  position: relative;
  z-index: 50;
  display: block;
  height: 42px;
  width: 42px;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(251 226 2 / var(--tw-bg-opacity));
  padding: 0px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transform: translateX(var(--translateX)) rotate(var(--rotate));
  transition: transform 0.3s ease-out, opacity 1s;
}
.hamburger i {
  --translateX: 0;
  --translateY: 0;
  --rotate: 0deg;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 4px;
  width: 48%;
  --tw-bg-opacity: 1;
  background-color: rgb(1 45 136 / var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transform: translateX(var(--translateX)) translateY(var(--translateY)) rotate(var(--rotate));
}
.hamburger:hover i:first-child {
  --translateY: -2px;
}
.hamburger:hover i:last-child {
  --translateY: 2px;
}
.show-primary-menu .hamburger {
  --rotate: 90deg;
}
.show-primary-menu .hamburger i:first-child {
  --translateY: 5px;
  --rotate: 45deg;
}
.show-primary-menu .hamburger i:last-child {
  --translateY: -5px;
  --rotate: -45deg;
}
.show-primary-menu .hamburger:hover {
  --rotate: 180deg;
}
.get-in-touch {
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform, opacity;
}
.get-in-touch-top {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
  width: 100%;
  border-radius: 0px !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
body {
  padding-top: 35px;
}
@media (min-width: 640px) {

  body {
    padding-top: 0px;
  }
}
.fixed-top-controls #hamburger {
  top: 35px;
}
@media (min-width: 640px) {

  .fixed-top-controls #hamburger {
    top: 0px;
  }
}
.show-primary-menu .get-in-touch {
  transform: translateY(-300%);
  transition-delay: 0s, 0.3s; 
}
.show-primary-menu #primary-menu {
  pointer-events: auto;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-top: 35px;
  opacity: 1;
}
@media (min-width: 640px) {

  .show-primary-menu #primary-menu {
    padding-top: 0px;
  }
}
.show-primary-menu #header-logo,
.show-primary-menu #header-line {
  z-index: 30 !important;
}
/* Ensure output default css is set to off in Gravity Forms settings */
.gform_title {
  font-family: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.gform_fields, .ginput_container_address {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  width: 100%;
}
.gform_footer {
  margin-top: 1rem;
}
fieldset.gfield {
  grid-column: span 12;
}
.gf_name_has_2 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem;
  width: 100%;
}
.gf_name_has_2 span {
  grid-column: span 12;
}
.gfield--width-full, .ginput_full, 
.ginput_left, .ginput_right {
  grid-column: span 12;
}
.gfield--width-half {
  grid-column: span 12;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.gfield input.large,
.gfield textarea.large,
.ginput_complex input,
.gfield select.large,
.ginput_address_country select {
  width: 100%;
}
.ginput_complex label,
.ginput_complex legend {
  display: block;
}
.ginput_full:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.gfield_label {
  font-weight: 500;
}
.gform_required_legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.gfield_required_asterisk {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hidden_label .gfield_label,
.hidden_label .gfield_label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.gfield_time_hour, .gfield_time_minute, .gfield_time_ampm,
.hour_minute_colon {
  display: inline-block;
}
@media (min-width: 768px) {
  .gfield--width-half, fieldset.gfield.gfield--width-half,
  .gf_name_has_2 span, .ginput_left, .ginput_right {
    grid-column: span 6;
  }
}
.gform_footer {
  display: flex;
  justify-content: flex-end;
}
.gform_footer input[type='submit'] {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 94 184 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* Datepicker */
.ui-datepicker {
  position: absolute;
  left: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  z-index: 20;
  border-radius: 0.25rem;
  --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);
}
.ui-datepicker-header {
  display: flex;
  justify-content: center;
  border-width: 0px;
}
.ui-datepicker-calendar td {
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: 3rem;
  width: 3rem;
  padding: 0.25rem;
}
.ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
  width: 2.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  cursor: text;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ui-datepicker-calendar .ui-state-disabled .ui-state-default:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.ui-datepicker-calendar .ui-state-default {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
 .wysiwyg a:not(.ui-datepicker-calendar .ui-state-default) {
  text-decoration-line: underline;
}
.ui-datepicker-calendar .ui-state-default:hover {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.ui-datepicker-current-day .ui-state-default {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ui-datepicker-current-day .ui-state-default:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ui-datepicker-header {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 0.25rem;
  width: 100%;
  padding: 0px;
  border-width: 0px;
}
.ui-datepicker-header select.ui-datepicker-month {
  margin-right: 1.25rem;
  text-align: right;
}
.ui-datepicker-header select {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  height: auto;
  min-height: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 1.25rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12 15.05L6.34998 9.39997L7.39998 8.34998L12 12.95L16.6 8.34998L17.65 9.39997L12 15.05Z%27 fill=%27%2370707B%27/%3E%3C/svg%3E");
  background-position: 100% 50%;
  background-size: 20px 20px;
}
.ui-datepicker-next,
.ui-datepicker-prev {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
}
.ui-datepicker-prev {
  left: 0px;
}
.ui-datepicker-next {
  right: 0px;
}
.ui-datepicker-next::before {
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12 19.625L10.925 18.55L16.75 12.75H4.375V11.25H16.75L10.925 5.45L12 4.375L19.625 12L12 19.625Z%27 fill=%27%2370707B%27/%3E%3C/svg%3E");
  height: 1.25rem;
  width: 1.25rem;
}
.ui-datepicker-prev::before {
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12 19.625L4.375 12L12 4.375L13.075 5.45L7.25 11.25H19.625V12.75H7.25L13.075 18.55L12 19.625Z%27 fill=%27%2370707B%27/%3E%3C/svg%3E");
  height: 1.25rem;
  width: 1.25rem;
}
.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.ui-datepicker-calendar th span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  height: 2.5rem;
  width: 2.5rem;
}
/* Custom choice inputs */
.gfield-choice-input {
  height: 0px;
  width: 0px;
  opacity: 0;
}
.gfield-choice-input:focus-visible + label:before {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}
.gfield_radio label,
.gfield_checkbox label {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.gfield_radio label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  margin-right: 0.5rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.gchoice {
  display: flex;
}
.gchoice label:before {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.gchoice label:hover:before {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.gfield_radio :checked + label:before,
.gfield_checkbox :checked + label:before {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.gfield_radio :checked + label:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  height: 0.375rem;
  width: 0.375rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  left: 5px;
}
.gfield_checkbox label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  margin-right: 0.5rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.gfield_checkbox :checked + label:after {
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cmask id=%27mask0_2213_1154%27 style=%27mask-type:alpha%27 maskUnits=%27userSpaceOnUse%27 x=%270%27 y=%270%27 width=%2714%27 height=%2714%27%3E%3Crect width=%2714%27 height=%2714%27 fill=%27%23D9D9D9%27/%3E%3C/mask%3E%3Cg mask=%27url%28%23mask0_2213_1154%29%27%3E%3Cpath d=%27M5.57084 10.9667L1.77917 7.17498L3.09167 5.86248L5.57084 8.34165L10.9083 3.00415L12.2208 4.31665L5.57084 10.9667Z%27 fill=%27%23E71D36%27/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  left: 0.125rem;
  margin-left: 1px;
  display: block;
  height: 0.5rem;
  width: 0.625rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-position: center;
}
/* Custom select */
.ginput_container_select {
  position: relative;
}
.ginput_container.ginput_container_select select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.ginput_container.ginput_container_select
  select:focus-visible
  + .select-selected {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.select-selected {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  height: 3rem;
  padding: 0.75rem;
  border-radius: 0.25rem;
}
.select-selected::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.select-selected::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.select-selected:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.select-selected:after {
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.99999 12.5416L5.29166 7.83331L6.16666 6.95831L9.99999 10.7916L13.8333 6.95831L14.7083 7.83331L9.99999 12.5416Z%27 fill=%27%2370707B%27/%3E%3C/svg%3E");
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 1.25rem;
  width: 1.25rem;
}
.select-selected.select-arrow-active:after {
  display: none;
}
.select-items div {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.select-items {
  max-height: 15rem;
  position: absolute;
  top: calc(100% - 4px);
  left: 0px;
  right: 0px;
  z-index: 20;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
  overflow: auto;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.select-hide {
  display: none;
}
.select-items div:hover,
.select-items .same-as-selected {
  border-left-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* Validation */
.gform_submission_error {
  font-family: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  margin-bottom: 1rem;
}
.gfield_error input[type='text'],
.gfield_error input[type='email'],
.gfield_error input[type='tel'],
.gfield_error select,
.gfield_error textarea,
.gfield_error .select-selected {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.gfield_validation_message {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  margin-top: 0.5rem;
}
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}
.flickity-enabled:focus{outline:0}
.flickity-viewport{/*overflow:hidden;*/position:relative;height:100%;touch-action:pan-y}
.flickity-slider{position:absolute;width:100%;height:100%;left:0}
.flickity-rtl .flickity-slider{left:unset;right:0}
.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:grab}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:grabbing}
.flickity-cell{position:absolute;left:0}
.flickity-rtl .flickity-cell{left:unset;right:0}
.flickity-button{position:absolute;background:hsl(0 0% 100% / 75%);border:none;color:#333}
.flickity-button:hover{background:#fff;cursor:pointer}
.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}
.flickity-button:active{opacity:.6}
.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}
.flickity-button-icon{fill:currentColor}
.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}
.flickity-prev-next-button.previous{left:10px}
.flickity-prev-next-button.next{right:10px}
.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}
.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}
.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}
.flickity-page-dots{position:absolute;width:100%;bottom:-25px;text-align:center;display:flex;justify-content:center;flex-wrap:wrap}
.flickity-rtl .flickity-page-dots{direction:rtl}
.flickity-page-dot{display:block;width:10px;height:10px;padding:0;margin:0 16px 0 0;background:hsl(0 0% 20% / 25%);border-radius:50%;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;text-indent:-9999px;overflow:hidden}
.flickity-rtl .flickity-page-dot{text-indent:9999px}
.flickity-page-dot:focus{outline:0;box-shadow:0 0 0 5px #19f}
.flickity-page-dot.is-selected{background:hsl(0 0% 20% / 100%)}
.wysiwyg {
  position: relative;
}
.wysiwyg a, .wysiwyg a:not(.no-underline) {
  text-decoration-line: underline;
}
.wysiwyg p {
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.wysiwyg h2 {
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
}
.wysiwyg h2:not(:first-of-type) {
  margin-top: 30px !important;
}
.wysiwyg hr {
  --tw-border-opacity: 1;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
}
.wysiwyg-white p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wysiwyg ul {
  margin-bottom: 1rem;
  margin-left: 2rem;
  list-style-type: disc;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.wysiwyg ul ul {
  margin-bottom: 0px;
  margin-top: 0.25rem;
  margin-left: 0px;
  list-style-type: none;
  padding-left: 1rem;
}
.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.wysiwyg ul li li {
  margin-bottom: 0.25rem;
  font-weight: 400;
}
.wysiwyg ul li li:before {
    content: '>';
    margin-right: 1rem;
    display: inline-block;
}
.wysiwyg li, .wysiwyg li::marker {
    color: inherit;
}
.wysiwyg ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  list-style-type: decimal;
}
.wysiwyg__media video, .wysiwyg__media iframe {
  height: 100%;
  width: 100%;
}
.wysiwyg blockquote {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  padding-right: 3rem;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.wysiwyg blockquote p {
  margin-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.wysiwyg blockquote cite {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.wysiwyg img {
  width: auto;
}
.wysiwyg .wp-caption {
  width: auto !important;
}
.wysiwyg .video-wrapper {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 16rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.wysiwyg .video-wrapper:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(5, 12, 19, 0.7) 0%, rgba(5, 12, 19, 0.4) 100%);
    transition: opacity .3s ease;
}
.wysiwyg .video-wrapper.active .video-wrapper__play,
.wysiwyg .video-wrapper.active:after,
.wysiwyg .video-wrapper.active img {
  pointer-events: none;
  opacity: 0;
}
.wysiwyg iframe {
  position: absolute;
  top: 0px;
  height: 16rem;
  width: 100%;
  border-radius: 0.5rem;
}
.wysiwyg strong {
  color: inherit;
}
.wysiwyg .button {
  margin-top: 2rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.wysiwyg table {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
    .wysiwyg .video-wrapper, .wysiwyg iframe {
    height: 24rem;
  }
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-0:focus {
  outline-width: 0px;
}
.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}
@media (min-width: 640px) {

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

  .sm\:hidden {
    display: none;
  }

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

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

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

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

  .md\:inline {
    display: inline;
  }

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

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

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

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

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

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

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

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:bottom-\[200px\] {
    bottom: 200px;
  }

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

  .lg\:bottom-\[80px\] {
    bottom: 80px;
  }

  .lg\:left-\[40px\] {
    left: 40px;
  }

  .lg\:left-\[80px\] {
    left: 80px;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-\[80px\] {
    right: 80px;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:mb-\[-1\.5rem\] {
    margin-bottom: -1.5rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

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

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

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

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

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

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

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

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

  .lg\:max-w-xl {
    max-width: 36rem;
  }

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

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

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

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

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

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

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

  .lg\:gap-\[130px\] {
    gap: 130px;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:bg-tertiaryColor {
    --tw-bg-opacity: 1;
    background-color: rgb(1 45 136 / var(--tw-bg-opacity));
  }

  .lg\:p-\[40px\] {
    padding: 40px;
  }

  .lg\:p-\[60px\] {
    padding: 60px;
  }

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

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

  .lg\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

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

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

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

  .lg\:pt-\[70px\] {
    padding-top: 70px;
  }

  .lg\:pt-\[80px\] {
    padding-top: 80px;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:opacity-70 {
    opacity: 0.7;
  }
}
@media (min-width: 1280px) {

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

  .xl\:hidden {
    display: none;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }
}
/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/style.css ***!
  \***********************************************************************************************************/
/*
Theme Name: 6B
Theme URI: https://git.office.6bdigital.com/wordpress-boilerplate
Author: 6B
Author URI: https://6b.digital/
Description: A 6B Bespoke theme.
Requires at least: 5.8.2
Tested up to: 5.8.2
Requires PHP: 7.4.0
Version: 2.0.0
*/

.container { position: relative; margin-left: auto; margin-right: auto; width: 100%; max-width: 1700px; padding-left: 20px; padding-right: 20px;
}

@media (min-width: 1024px) {

  .container { padding-left: 80px; padding-right: 80px;
  }
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* scroll halfway since we duplicated content */
}

.animate-marquee {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
}

a:hover { opacity: 0.7;
}

.slide.active { pointer-events: auto; opacity: 1;
}

.active-line { position: absolute; top: -2px; display: none; height: 3px; width: 0px; --tw-translate-x: 0px; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); transition-property: all; transition-duration: 300ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {

  .active-line { display: inline-block;
  }
}

.title-item.active,
.title-item:hover { opacity: 1;
}

.content-image-Right .content-image--container,
.content-image-Call .content-image--container { width: 100%;
}

@media (min-width: 1024px) {

  .content-image-Right .content-image--container,
.content-image-Call .content-image--container { width: calc(100% - 200px);
  }
}

.content-image-Left .content-image--container { margin-left: auto; width: 100%;
}

@media (min-width: 1024px) {

  .content-image-Left .content-image--container { width: calc(100% - 200px);
  }
}

@media (min-width: 768px) {

  .content-image-Right .content-image--content-outer,
.content-image-Call .content-image--content-outer { flex-direction: row-reverse;
  }
}

.content-image-Right .content-image--image,
.content-image-Call .content-image--image { margin-right: 0px;
}

@media (min-width: 1024px) {

  .content-image-Right .content-image--image,
.content-image-Call .content-image--image { margin-right: -260px;
  }
}

.content-image-Left .content-image--image { margin-left: 0px;
}

@media (min-width: 1024px) {

  .content-image-Left .content-image--image { margin-left: -260px;
  }
}

.content-image-Right .content-image--content,
.content-image-Left .content-image--content,
.content-image-Call .content-image--content { width: 100%;
}

@media (min-width: 1024px) {

  .content-image-Right .content-image--content,
.content-image-Left .content-image--content,
.content-image-Call .content-image--content { width: calc(50% + 260px);
  }
}

.container-padding--Top { padding-top: 40px;
}

@media (min-width: 1024px) {

  .container-padding--Top { padding-top: 80px;
  }
}

.container-padding--Bottom { padding-bottom: 40px;
}

@media (min-width: 1024px) {

  .container-padding--Bottom { padding-bottom: 80px;
  }
}

.container-padding--Both,
.container-outer { padding-top: 40px; padding-bottom: 40px;
}

@media (min-width: 1024px) {

  .container-padding--Both,
.container-outer { padding-top: 80px; padding-bottom: 80px;
  }
}

a.page-numbers { --tw-text-opacity: 1; color: rgb(0 94 184 / var(--tw-text-opacity)); text-decoration-line: underline;
}

.company-list-container a:last-of-type { padding-bottom: 0px;
}

.page_link_list-container { margin-top: 30px !important;
}

.page_link_list { margin-top: 0px !important; display: flex; align-items: center; justify-content: space-between; border-top-width: 1px; padding-top: 0.75rem; padding-bottom: 0.75rem; text-decoration-line: none !important;
}

.social-share-links { display: flex; gap: 1rem;
}

.social-share-links a { display: flex; height: 42px; width: 42px; align-items: center; justify-content: center; border-radius: 9999px; --tw-bg-opacity: 1; background-color: rgb(0 94 184 / var(--tw-bg-opacity));
}

.social-share-vertical .social-share-links { flex-direction: row; gap: 0.5rem !important;
}

@media (min-width: 1280px) {

  .social-share-vertical .social-share-links { flex-direction: column;
  }
}

.contact-form .gfield_label { font-weight: 400; --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-form textarea { max-height: 100px;
  padding: 0.75rem;
}

.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form input[type='tel'],
.contact-form textarea { --tw-border-opacity: 1; border-color: rgb(255 255 255 / var(--tw-border-opacity)); background-color: transparent; --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-form input[type='submit'] { margin-right: auto; --tw-bg-opacity: 1; background-color: rgb(251 226 2 / var(--tw-bg-opacity)); --tw-text-opacity: 1; color: rgb(0 94 184 / var(--tw-text-opacity));
}

.contact-form .gform_confirmation_message { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gfield_required { display: none;
}

.gfield_label::after { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity));
    content: '*';
}

.article_table { margin-top: 2rem !important; width: 100%; table-layout: fixed;
}

.article_table th { --tw-bg-opacity: 1 !important; background-color: rgb(231 231 231 / var(--tw-bg-opacity)) !important; padding: 10px 5px !important; text-align: left !important; font-weight: 700 !important;
}

.article_table td,
.article_table th { overflow-wrap: break-word; border-width: 1px; --tw-border-opacity: 1; border-color: rgb(0 0 0 / var(--tw-border-opacity)); padding: 5px;
}

.article_table td a { --tw-text-opacity: 1; color: rgb(28 121 255 / var(--tw-text-opacity)); text-decoration-line: underline;
}

.article_table tr td:first-of-type { font-weight: 700;
}

@media (max-width: 1023px) {
  .epr_table th:nth-of-type(3),
  .epr_table th:nth-of-type(6),
  .epr_table th:nth-of-type(7),
  .epr_table td:nth-of-type(3),
  .epr_table td:nth-of-type(6),
  .epr_table td:nth-of-type(7) { display: none;
  }
}

.grecaptcha-badge {
  display: none !important;
}
