/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/index.css ***!
  \***********************************************************************************************************/
*, ::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: 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]:where(:not([hidden="until-found"])) {
  display: none;
}

    html, body {
  overflow-x: hidden;
}

    body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 242 / var(--tw-bg-opacity, 1));
}

    h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  font-family: Lora, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(25 27 52 / var(--tw-text-opacity, 1));
}

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

    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, 1));
}

    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, 1));
  padding-left: 1.75rem;
}

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

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

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

    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, 1));
  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, 1));
}

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

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

    .button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

    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, 1));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

    textarea {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
/*
 * 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 {
  margin-bottom: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  opacity: 0.8;
}
.accordion-item__content a {
  --tw-text-opacity: 1;
  color: rgb(29 79 145 / var(--tw-text-opacity, 1));
  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(29 79 145 / var(--tw-text-opacity, 1));
}
.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, 1));
}
.tab.active {
  border-bottom-width: 1px;
  --tw-text-opacity: 1;
  color: rgb(29 79 145 / var(--tw-text-opacity, 1));
}
.tab span,
    .tab-pane {
  display: none;
}
.tab.active span,
    .tab-pane.active {
  display: block;
}
/* Tabs End */
.video-carousel iframe.fullscreen,
    .hero-iframe iframe.fullscreen {
  pointer-events: auto;
  opacity: 1;
}
/* Button Classes Start */
.btn {
  display: inline-block;
  display: flex;
  height: 50px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  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(255 255 255 / var(--tw-text-opacity, 1));
}
/* Module Hero */
.hero-slider {
  overflow-x: hidden;
}
.hero-slider .flickity-page-dots {
  bottom: 1.5rem;
  left: 1.25rem;
  justify-content: flex-start;
}
@media (min-width: 1024px) {

  .hero-slider .flickity-page-dots {
    bottom: 3rem;
    left: 3rem;
  }
}
.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, 1));
}
.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, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 180 42 / var(--tw-bg-opacity, 1));
}
@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-style: none;
  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: 10px;
  width: 10px;
  cursor: pointer;
  border-radius: 9999px;
    background:rgba(31, 99, 174, 0.50);
}
.hero-dot.is-selected {
  --tw-bg-opacity: 1;
  background-color: rgb(31 99 174 / var(--tw-bg-opacity, 1));
    width:20px;
    height:20px;
    border-width: 5px;
    border-color: white;
    outline-width: 1px;
    outline-color: rgba(31, 99, 174, 0.50);
    outline-style: solid;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-\[0px\] {
  bottom: 0px;
}
.left-\[20px\] {
  left: 20px;
}
.right-16 {
  right: 4rem;
}
.right-\[0px\] {
  right: 0px;
}
.right-\[10px\] {
  right: 10px;
}
.right-full {
  right: 100%;
}
.top-12 {
  top: 3rem;
}
.top-\[0px\] {
  top: 0px;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[80px\] {
  top: 80px;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[5\] {
  z-index: 5;
}
.z-\[9\] {
  z-index: 9;
}
.float-left {
  float: left;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[0px\] {
  margin-bottom: 0px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-\[-30px\] {
  margin-left: -30px;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mr-auto {
  margin-right: auto;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-\[0px\] {
  margin-top: 0px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[45px\] {
  margin-top: 45px;
}
.mt-auto {
  margin-top: auto;
}
.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;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-1 {
  height: 0.25rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-\[110px\] {
  height: 110px;
}
.h-\[190px\] {
  height: 190px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[380px\] {
  height: 380px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[650px\] {
  height: 650px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[calc\(100vh-72px\)\] {
  height: calc(100vh - 72px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[280px\] {
  max-height: 280px;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.min-h-1 {
  min-height: 0.25rem;
}
.min-h-\[100\%\] {
  min-height: 100%;
}
.min-h-full {
  min-height: 100%;
}
.\!w-full {
  width: 100% !important;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-14 {
  width: 3.5rem;
}
.w-28 {
  width: 7rem;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[72px\] {
  width: 72px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[24px\] {
  min-width: 24px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.scale-x-\[-1\] {
  --tw-scale-x: -1;
  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;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-\[0px\] {
  gap: 0px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[60px\] {
  gap: 60px;
}
.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)));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.\!bg-belmontDarkBlue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 27 52 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-belmontLightBlue {
  background-color: rgba(129, 211, 249, 0.20) !important;
}
.\!bg-belmontMidBlue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 99 174 / var(--tw-bg-opacity, 1)) !important;
}
.bg-belmontAlabaster {
  --tw-bg-opacity: 1;
  background-color: rgb(250 244 231 / var(--tw-bg-opacity, 1));
}
.bg-belmontDarkBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(25 27 52 / var(--tw-bg-opacity, 1));
}
.bg-belmontMidBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(31 99 174 / var(--tw-bg-opacity, 1));
}
.bg-belmontOrange {
  --tw-bg-opacity: 1;
  background-color: rgb(254 180 42 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-colour4 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 208 110 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.p-\[40px\] {
  padding: 40px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[0px\] {
  padding-left: 0px;
  padding-right: 0px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[90px\] {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[25px\] {
  padding-bottom: 25px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pl-8 {
  padding-left: 2rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-top {
  vertical-align: top;
}
.font-\[\'Lora\'\] {
  font-family: 'Lora';
}
.font-\[Lora\] {
  font-family: Lora;
}
.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-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[54px\] {
  font-size: 54px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-\[90\%\] {
  line-height: 90%;
}
.\!text-belmontMidBlue {
  --tw-text-opacity: 1 !important;
  color: rgb(31 99 174 / var(--tw-text-opacity, 1)) !important;
}
.\!text-belmontOrange {
  --tw-text-opacity: 1 !important;
  color: rgb(254 180 42 / var(--tw-text-opacity, 1)) !important;
}
.text-belmontDarkBlue {
  --tw-text-opacity: 1;
  color: rgb(25 27 52 / var(--tw-text-opacity, 1));
}
.text-belmontMidBlue {
  --tw-text-opacity: 1;
  color: rgb(31 99 174 / var(--tw-text-opacity, 1));
}
.text-colour3 {
  --tw-text-opacity: 1;
  color: rgb(5 12 19 / var(--tw-text-opacity, 1));
}
.text-trustText {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.text-trustTextGrey {
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.ring {
  --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(3px + 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);
}
.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-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-300 {
  transition-duration: 300ms;
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[hostname\:port\] {
  hostname: port;
}
/*
 * 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, 1));
}
.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 {
  position: relative;
  display: inline-flex;
  height: 100%;
  width: 100%;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .header-lower-menu__item {
    display: inline-block;
    width: auto;
  }
}
.header-sub-menu-item-depth-1 a:focus {
  --tw-text-opacity: 1;
  color: rgb(31 99 174 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.header-sub-menu-item-depth-2 a:focus {
  --tw-text-opacity: 1;
  color: rgb(31 99 174 / var(--tw-text-opacity, 1));
  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, 1));
  --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: 15px;
  padding-right: 15px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
 .wysiwyg a:not(.header-lower-menu__link) {
  text-decoration-line: underline;
}
.group:hover .header-lower-menu__link {
  --tw-text-opacity: 1;
  color: rgb(31 99 174 / var(--tw-text-opacity, 1));
}
.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, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity, 1));
  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;
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.header-lower-menu__item.active .header-lower-menu__link {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(31 99 174 / var(--tw-text-opacity, 1));
}
.header-lower-menu__item .header-lower-menu__link.button {
  margin-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.header-lower-sub-menu__item:hover > .header-lower-sub-menu__link-container > .header-lower-sub-menu__link {
  --tw-text-opacity: 1;
  color: rgb(31 99 174 / var(--tw-text-opacity, 1));
}
.header-lower-sub-menu__item > .header-lower-sub-menu__link-container > .header-lower-sub-menu__link svg path {
  stroke: #1F63AE;
}
.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-sub-menu-container-child {
  position: relative;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 20px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  overflow:hidden;
  padding-top:20px;
  padding-bottom:20px;
}
.header-lower-sub-menu__link {
  padding-left: 30px;
  padding-right: 30px;
  color: #1F63AE;
}
.header-lower-sub-menu__link:hover {
  background-color: rgba(129, 211, 249, 0.20);
}
.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 {
  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;
}
.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, 1));
}
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(204 204 204 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  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: 20px;
  padding-right: 20px;
}
.header-lower-sub-menu-mobile__link-container a {
  width: 50%;
  flex-grow: 1;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.header-lower-sub-menu-mobile__link-container a.button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.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%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.header-lower-sub-menu-mobile.active {
  display: block;
}
.menu-back-btn {
  margin-bottom: 1rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(31 99 174 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 99 174 / var(--tw-text-opacity, 1));
}
.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(31 99 174 / var(--tw-text-opacity, 1));
  display:none;
}
.header-lower-sub-menu-mobile__item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header-lower-sub-menu-mobile__item a {
  --tw-text-opacity: 1;
  color: rgb(25 27 52 / var(--tw-text-opacity, 1));
}
#menu-header-navigation-top li {
  margin-left: 1.5rem;
}
.header-top-menu-mobile li {
  margin-bottom: 0.75rem;
}
.header-top-menu-mobile a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(31 99 174 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
/* 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, 1));
}
.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(254 180 42 / var(--tw-bg-opacity, 1));
  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, 1));
}
/* Datepicker */
.ui-datepicker {
  position: absolute;
  left: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  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, 1));
  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, 1));
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  width: 2.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  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, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.ui-datepicker-calendar .ui-state-default {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  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, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.ui-datepicker-current-day .ui-state-default {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ui-datepicker-current-day .ui-state-default:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.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, 1));
  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, 1));
  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, 1));
  --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, 1));
}
.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, 1));
}
.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, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.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, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.gfield_radio :checked + label:before,
.gfield_checkbox :checked + label:before {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.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, 1));
  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, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.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, 1));
}
.select-selected {
  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(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  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, 1));
}
.select-selected::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.select-selected:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  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, 1));
  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, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --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, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/* 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, 1));
  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, 1));
}
.gfield_validation_message {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  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 8px;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: 1rem;
  --tw-text-opacity: 1;
  color: rgb(25 27 52 / var(--tw-text-opacity, 1));
}
.wysiwyg ul {
  margin: 1rem;
  list-style-type: disc;
}
.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(25 27 52 / var(--tw-text-opacity, 1));
}
.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, 1));
  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(25 27 52 / var(--tw-text-opacity, 1));
}
.wysiwyg blockquote cite {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.wysiwyg img {
  width: auto;
}
.wysiwyg img.alignleft {
    float: left;
    padding: 20px 20px 20px 0;
}
.wysiwyg img.aligncenter {
    margin: 0 auto;
    padding: 20px;
}
.wysiwyg img.alignright {
    float: right;
    padding: 20px 0 20px 20px;
}
.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, 1));
}
.wysiwyg table {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
    .wysiwyg .video-wrapper, .wysiwyg iframe {
    height: 24rem;
  }
}
/* Text */
*{
    font-weight: 300;
}
.wysiwyg.textLight p,
.wysiwyg.textLight li,
.wysiwyg.textLight a,
.wysiwyg.textLight h1,
.wysiwyg.textLight h2,
.wysiwyg.textLight h3,
.wysiwyg.textLight h4,
.wysiwyg.textLight h5,
.textLight,
.textLight p,
.textLight li,
.textLight a,
.textLight h1,
.textLight h2,
.textLight h3,
.textLight h4,
.textLight h5 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.wysiwyg.textDark p,
.wysiwyg.textDark li,
.wysiwyg.textDark a,
.textDark {
  --tw-text-opacity: 1;
  color: rgb(25 27 52 / var(--tw-text-opacity, 1));
}
.wysiwyg h2,
.post-content h2{
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 30px;
    color: #1f63ae;
}
.wysiwyg h3,
.post-content h3{
    font-size: 23px;
    margin-bottom: 20px;
    color: #1f63ae;
}
/* Layout */
body{
    background:white !important;
}
header{
    position:relative;
    z-index:3;
}
.container {
    padding:0 20px;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
}
footer h2{
    font-size: 55px;
    line-height: 90%; 
    margin-top:24px;
}
footer ul{
    list-style-type: none !important;
    list-style: none !important;
    margin:0 0 24px 0 !important;
    padding:0 !important;
}
footer ul li a {
    text-decoration:none !important;
}
footer ul li a:hover,
footer svg:hover,
.post_footer a:hover{
    opacity:0.7;
}
.post_footer{
    border-top:1px solid white;
    padding-top:40px;
    padding-bottom:40px;
    margin-top:40px;
}
.post_footer a{
    text-decoration: none !important;
}
/* Forms */
.button,
.btn {
  --tw-bg-opacity: 1;
  background-color: rgb(31 99 174 / var(--tw-bg-opacity, 1));
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    color: white;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; 
    width:-moz-fit-content; 
    width:fit-content;
    height: auto;
    gap: 10px;
}
.button_smaller{
    font-size: 12px !important;
    padding: 10px 15px !important;
    line-height: 15px !important;
    height:40px;
}
button:hover,
button:hover > svg,
.button:hover,
.button:hover > svg,
.btn:hover{
    opacity:0.8;
}
.gform_body input,
.gform_body textarea,
.gform_body select{
    border:none !important;
    border-radius: 30px !important;
    background: #FFF !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
    padding: 15px !important;
}
.gform_body textarea {
    border-radius:15px !important;
}
.gform_body input[type="checkbox"] {
    margin-right:10px !important;
}
.gform_body .gfield_required_text {
    color:#191B34 !important;
}
.gform_body .gform_fields{
    gap:20px !important;
}
.gform-field-label--type-inline{
    margin-left:0 !important;
}
.gfield-choice-input{
    display:none !important;
}
.gform-theme--foundation .gfield textarea.medium{
    min-block-size: 100px !important;
}
.gform_footer{
    margin-top: -40px !important;
    justify-content: end !important;
}
.gform_footer input[type='submit']{
    border-radius: 30px !important;
    border: 2px solid #191B34 !important;
    background: #191B34 !important;
    padding: 10px 35px !important;
}
/* Modules */
.tag{
    display: flex;
    padding:3px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 35px;
    border: 1px solid rgba(31, 99, 174, 0.20);
    color: #1F63AE;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}
.logo_slider_module{
    width:100%;
    overflow:visible;
    max-height: 240px;
    padding-bottom: 20px;
}
@media (min-width: 1350px) {
    .logo_slider_module{
        width:calc((((100vw - 1350px) / 2)) + 1350px);
        padding-right:calc(((100vw - 1350px) / 2));
    }
}
.logo_slider-logo{
    display: flex;
    width: 220px;
    height: 220px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right:30px;
    border-radius: 200px;
    border: 1px solid rgba(31, 99, 174, 0.20);
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.logo_slider-logo img{
    max-width:70%;
    max-height:50%;
    flex-shrink: 0;
}
.wysiwyg .osc-container p{
    color: initial !important;
}
.accordion-item__opener {
  --tw-border-opacity: 1;
  border-color: rgb(31 99 174 / var(--tw-border-opacity, 1));
    border-bottom-width:1px;
    border-bottom-style: solid;
}
.search_header_bar {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    padding-top:15px;
    padding-bottom:15px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    position:absolute;
    top:110px;
    z-index:4;
}
body.page-parent .search_header_bar {
    top: 169px;
}
.hero_banner-clip{
    position:absolute;
    left:-5px;
    bottom:0;
    height:100%;
    z-index:2;
}
.hero_banner-img {
  -o-object-fit: cover;
     object-fit: cover;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:100%;
    height:100%;
}
.hero-pagedots{
    position:absolute;
    top:-80px;
}
.hero_slider_buttons .hero-buttons button{
    position:absolute;
    top:calc(50% - 50px);
    background:white;
    display: flex;
    width: 100px;
    height: 100px;
    padding: 0px 15px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    z-index:4;
}
.hero_slider_buttons .hero-buttons button:first-of-type{
    left:-50px;
    justify-content: flex-end;
}
.hero_slider_buttons .hero-buttons button:last-of-type{
    right:-50px;
    justify-content: flex-start;
}
.bottom-wave {
    width: 100%;
    min-width:1900px;
    height: 48px;
    position: relative;
    z-index: 4;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTAwIiBoZWlnaHQ9IjI4IiB2aWV3Qm94PSIwIDAgMTkwMCAyOCIgZmlsbD0ibm9uZSI+DQogIDxwYXRoIGQ9Ik05NDQuNTAxIDEzLjAzMDVDMzUyLjI1NyAtMTEuMDc2IDY3LjgxNTIgNy45MTEyNSAtMSAyOEgxOTAwVjBDMTgyOC42OSAxMC4wNDQ0IDE1MzYuNzUgMzcuMTM3IDk0NC41MDEgMTMuMDMwNVoiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4=); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: -38px;
}
.top-wave {
    width: 100%;
    min-width:1900px;
    height: 48px;
    position: relative;
    z-index: 4;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTAwIiBoZWlnaHQ9IjI4IiB2aWV3Qm94PSIwIDAgMTkwMCAyOCIgZmlsbD0ibm9uZSI+DQogIDxwYXRoIGQ9Ik05NTQuNDk5IDE0LjIzMzZDMTU0Ni43NCAzOC4zNDAxIDE4MzEuMTggMTkuMzUyOSAxOTAwIC0wLjczNTg0SC0xVjI3LjI2NDJDNzAuMzE0NiAxNy4yMTk4IDM2Mi4yNTQgLTkuODcyODkgOTU0LjQ5OSAxNC4yMzM2WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg==); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    margin-bottom: -35px;
}
.icon-heading,
.cta_icon-heading{
    width:100%;
    padding-bottom:40px;
    position:relative;
}
.icon-heading .wysiwyg{
    padding-top:10px;
}
.icon-heading .wysiwyg p{
    margin-bottom:0;
    font-family: Lora;
    font-size:16px;
}
.icon-heading .icon-belmontCircle{
    position:absolute;
    left:-75px;
}
.icon-heading h3,
.cta_icon-heading h3{
    font-size: 30px;
    font-style: normal;
    line-height: 120%; 
    width:100%;
    text-align:left;
}
.icon-heading .button,
.cta_icon-heading .button{
    white-space: nowrap;
}
.page_slider_buttons{
    margin-left:auto;
}
.page_slider_buttons .hero-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.page_slider_buttons button{
    display: flex;
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 42px;
    border: 1px solid #1F63AE;
}
/* Admin */
.smaller_editor .acf-editor-wrap {
    max-height: 100px !important; 
    overflow: hidden !important; 
}
.smaller_editor iframe {
    height: 100px !important; 
}
.page_slider_module{
    width:100%;
    overflow-y:hidden;
    max-height:190px;
}
@media (min-width: 1350px) {
    .page_slider_module{
        width:calc((((100vw - 1350px) / 2)) + 1350px);
        padding-right:calc(((100vw - 1350px) / 2));
    }
}
.page_slider_module-slide {
  margin-right: 20px;
  height: 190px;
  width: 100%;
  background-color: rgba(129, 211, 249, 0.20);
    display: flex;
    padding: 25px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 10px;
    border: 1px solid rgba(31, 99, 174, 0.20);
    background: rgba(129, 211, 249, 0.20);
    max-width:260px;
    overflow:hidden;
}
@media (min-width: 767px) {
    .page_slider_module-slide {
    width: 20%;
  }
}
.page_slider_module-text{
    font-size: 20px;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position:absolute;
    bottom:25px;
}
.page_slider_module .icon-belmontCircle{
    width: 100px;
    height: 100px;
    position: absolute;
    left: -13px;
    top: -13px;
}
.page_slider_module .flickity-cell:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 27 52 / var(--tw-bg-opacity, 1));
}
.page_slider_module .flickity-cell:hover .page_slider_module-text{
    color:white;
}
.page_slider_module .flickity-cell:hover .icon-belmontCircle{
    background:none;
}
.page_slider_module .flickity-cell:hover .icon-belmontCircle > svg path {
  fill: #FEB42A !important;
}
.cta_module_image{
    width:100%;
    position:relative;
    max-width:500px;
    min-height: 400px;
    max-height:470px;
    overflow:hidden;
}
.cta_module_image-clip{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
}
.cta_module_image-under{
    position:relative;
    min-height:100%;
    min-width:100%;
    padding:2px;
    z-index:1;
}
.cta_module_image-container p{
    font-family: 'Lora';
    margin:0 0 0 -140px;
}
.cta_module-Left .cta_module_image{
    margin-left:-22px;
}
.cta_module-Right .cta_module_image{
    margin-right:-22px;
}
.cta_icon-heading{
    padding-bottom:30px !important;
}
.cta_icon-heading .icon-belmontCircle{
    position: absolute;
    left: -75px;
    top: -6px;
}
.background_large_svg{
    position:absolute;
    height:100%;
    top:0;
    opacity: 0.2;
}
.background_large_svg svg{
    height:100%;
}
.background_large_svg-Left{
    right:0;
}
.background_large_svg-Right{
    display:none;
}
.call_to_action_date{
    display: inline-flex;
    padding: 13px 23px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    width:auto;
    margin-bottom:30px;
}
.call_to_action_date--dark {
  --tw-bg-opacity: 1;
  background-color: rgb(31 99 174 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.call_to_action_date--light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(31 99 174 / var(--tw-text-opacity, 1));
}
.call_to_action_date--day{
    font-family: 'Lora';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.call_to_action_date--month{
    text-align: center;
    text-transform:uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; 
}
@media (min-width: 1024px) {
    .lg\:dynamic_grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .lg\:dynamic_grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}
.dynamic_grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.dynamic_grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.featured_card{
    overflow:hidden;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.featured_card h3{
    margin:0;
}
.testimonials_image{
    border-radius: 20px;
    border: 10px solid #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.testimonials_image img{
    border-radius: 16px;
}
.testimonials_testimonial{
    padding: 50px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    width:210%;
}
.testimonital-text{
    font-family: 'Lora';
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 32px;
    padding-bottom:40px;
}
.testimonital-by{
    color: #1F63AE;
    font-weight:bold;
}
.care_home_reviews{
    margin-top:60px;
    padding:40px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.fixed_contact_button{
    position: fixed;
    right: -75px;
    top: 225px;
    border-radius: 0px 0px 10px 10px;
    background: #191B34;
    display: inline-flex;
    padding: 12px 30px 16px 30px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    z-index: 99;
    transform: rotate(90deg);
    width: 200px;
}
.fixed_contact_button:hover{
    opacity:0.8;
}
.fixed_contact_button span{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}
.fixed_contact_button svg{
    transform: rotate(-90deg);
}
.care_home_slider_module{
    width:100%;
    overflow:visible;
    max-height:700px;
    padding-bottom:20px;
}
.care_home_slider_module-slide {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    max-width:440px;
    min-width:390px;
    margin-right:40px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    overflow:hidden;
}
@media (max-width: 767px) {
    .care_home_slider_module-slide{
        max-width:100%;
    }
}
@media (min-width: 1350px) {
    .care_home_slider_module{
        width:calc((((100vw - 1350px) / 2)) + 1350px);
        padding-right:calc(((100vw - 1350px) / 2));
    }
}
.care_home_list_module-card {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    margin-right:40px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    overflow:hidden;
}
.care_home_slider_module-slide h5,
.featured_post-card-text h5,
.care_home_list_module-card h5{
    color: #1F63AE;
    font-family: 'Lora';
    font-size: 22px;
    font-weight:600;
    line-height: 32px;
    display:flex;
    gap:9px;
}
.care_home_slider_module-slide h5 img,
.care_home_list_module-card h5 img{
    width:30px;
    height:30px;
}
.care_home_slider_module-location{
    border-top: 1px solid rgba(129, 211, 249, 0.20);
    border-bottom: 1px solid rgba(129, 211, 249, 0.20);
    padding: 15px 5px;
    display:flex;
    gap:10px;
}
.care_home_slider_module-care{
    list-style: disc;
    padding-left: 14px;
    margin-top:15px;
}
.care_home_slider_module-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(25 27 52 / var(--tw-bg-opacity, 1));
    position:absolute;
    width:calc(100% - 80px);
    bottom:40px;
    left:40px;
}
.video_module-video{
    border-radius: 20px;
    border: 10px solid #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.video_module-side{
    display: flex;
    height:100%;
    min-height: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0;
    align-self: stretch;
}
.video_module-side-card{
    display: flex;
    padding: 40px;
    min-height:305px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.featured_post-card{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    position:relative;
    overflow:hidden;
}
.featured_post-card-text{
    padding:40px;
    height:300px;
    position:relative;
}
.featured_post-card-button{
    position:absolute;
    bottom:40px;
    left:40px;
    width:calc(100% - 80px);
}
.card-date {
  position: absolute;
  bottom: 0px;
  left: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 99 174 / var(--tw-bg-opacity, 1));
  text-align: center;
    display: flex;
    width: 75px;
    height: 75px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.card-date--large{
    color: #FFF;
    font-family: Lora;
    font-size: 32px;
    line-height: 24px;
}
.card-date--small {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}
.newsletter_module h3,
.newsletter_module p{
    margin-bottom:0;
}
.newsletter_module a {
  --tw-text-opacity: 1;
  color: rgb(254 180 42 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.newsletter_module input,
#location-search-form input{
    border-radius: 30px;
    padding: 0.75rem 30px;
}
#location-search-form input{
    border: 1px solid grey;
}
section#newsletter form input[type="submit"] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 99 174 / var(--tw-bg-opacity, 1)) !important;
}
.map_module_container{
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    overflow:hidden;
}
.module_gallery-image{
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    overflow:hidden;
}
.banner_h1{
    font-family: 'Lora';
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;
    margin-bottom:40px;
}
.banner_wysiwyg p{
    font-family: 'Lora';
    font-size: 22px;
    line-height: 32px; 
    margin:0;
}
.polaroid_container{
    height:100%;
    position:absolute;
    bottom:0;
    left:0;
    top:0;
    width:100%;
    z-index:2;
}
.polaroid_container-cover{
    position:absolute;
    top:10%;
    left:0;
    width:100%;
    z-index:2;
}
.polaroid_container-image{
    width: 75%;
    height: auto;
    transform: rotate(8deg);
    left: 18%;
    top: 16.3%;
    position: absolute;
}
.meet_team_left{
    padding-left:50px;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}
.team-card h5{
    font-size: 22px;
    margin:0;
}
.team-card-firstp{
    font-family: 'Lora';
    font-size:15px;
}
.team_card_image{
    width:100%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    overflow:hidden;
}
.team_card_image-clip{
    position:absolute;
    width:calc(100% + 10px);
    height:100%;
    top:0;
    left:-10px;
    right:0;
    bottom:0;
    z-index:2;
}
.team_card_image-under{
    position: relative;
    height: 100%;
    width: calc(100% - 20px);
    padding: 2px;
    z-index: 1;
}
.module_content_icon-card{
    border-radius: 10px;
    background: #FAF4E7;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display:flex;
    padding: 25px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.module_content_icon-text{
    color: #191B34;
    font-family: 'Lora';
    font-size: 18px;
    font-weight: 600;
    margin-top:auto;
}
.module_content_icon-card:hover{
    background: #191B34;
    cursor:pointer;
}
.module_content_icon-card:hover svg path {
  fill: #FEB42A;
}
.module_content_icon-card:hover .module_content_icon-text{
    color:white;
}
.hero_banner-container {
  padding-bottom: 0px;
  padding-top: 30px;
}
.hero_banner-inside {
  height: 500px;
}
/* Responsive */
@media only screen and (max-width: 1480px) {
    .hero_slider_buttons,
    .icon-heading .icon-belmontCircle,
    .cta_module-Right .icon-belmontCircle{
        display:none;
    }
}
@media only screen and (max-width: 1270px) {
    .hide_narrower{
        display:none;
    }
    .header-lower-sub-menu__link-container a{
        padding-left:10px;
        padding-right:10px;
    }
    .video_module-side-card,
    .video_module-side{
        height:auto;
        min-height:auto;
    }
}
@media only screen and (max-width: 1024px) {
    .hero_banner-contents{
        margin-top:-40px;
    }
    .cta_module_image-container p{
        margin-left:-40px;
    }
    .testimonials_testimonial{
        width:100%;
        margin-bottom:30px;
    }
}
@media only screen and (max-width: 767px) {
    .background_large_svg,
    .background_large_svg-Left,
    .background_large_svg-Right,
    .fixed_contact_button{
        display:none;
    }
    
    .post_footer{
        padding-top:20px;
        padding-bottom:20px;
    }
    .cta_module-Left .cta_module_image{
        margin-left:auto;
        margin-right:auto;
    }

    .post_footer div,
    .post_footer a{
        width:100%;
        text-align:left;
        margin-bottom:10px;
    }
    .banner_h1{
        font-size: 43px;
    }
    .hero_banner-container {
    padding-bottom: 100px;
    padding-top: 55px;
  }
    .hero_banner-inside {
    height: auto;
  }
    .meet_team_left{
        padding-left:0pc;
        border-left: none;
    }
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group:hover .group-hover\:text-belmontMidBlue {
  --tw-text-opacity: 1;
  color: rgb(31 99 174 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {

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

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

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

  .sm\:flex {
    display: flex;
  }

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

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

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

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

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

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

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

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

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

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

  .md\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

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

  .md\:text-\[64px\] {
    font-size: 64px;
  }
}
@media (min-width: 1024px) {

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

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

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .lg\:w-\[calc\(50\%-100px\)\] {
    width: calc(50% - 100px);
  }

  .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\:gap-\[100px\] {
    gap: 100px;
  }

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

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

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

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

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

  .lg\:pr-\[100px\] {
    padding-right: 100px;
  }

  .lg\:pt-\[100px\] {
    padding-top: 100px;
  }
}
@media (min-width: 1280px) {

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