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

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

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

html {
  scroll-behavior: smooth;
}

strong {
  font-weight: 600;
}

a:focus {
  /* @apply rounded-sm outline-none ring-2 ring-brand-pink; */
}

p {
  margin-bottom: 1.33em;
}

.container {
  width: 100%;
}

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

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

.icon {
  vertical-align: middle;
  height: 0.8em;
  width: 1em;
}

.icon svg {
  height: 0.8em;
  width: 1em;
  fill: currentColor;
}

.icon.block svg {
  display: block;
}

.icon.icon-check svg {
  fill: #12873d;
}

.icon.icon-xmark svg {
  fill: red;
}

.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.sr-only:has(button:focus),
  .sr-only:has(a:focus) {
  clip-path: none;
  position: relative;
  height: auto;
  width: 100%;
}

.contrast {
  filter: contrast(200%);
}

.icon.button svg {
  display: block;
}

.button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(18 135 61 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.button ul,.button ul li {
  padding: 0;
}

.accordion-minimal a.tab-link.button,
.accordion-minimal a.tab-link.button:hover,
.accordion-minimal a.tab-link.button:focus {
  background-color: #12873d;
  color: #fff;
}

.button .gform_wrapper.gravity-theme .gfield_required {
  color: #fff;
}

.button .gform-body select,.button .gform-body input,.button .gform-body textarea {
  color: #000;
}

.button .gform-body input.gform-button {
  background-color: #000;
  color: #fff;
}

.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 121 55 / var(--tw-bg-opacity, 1));
}

.button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(192 32 103 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

@media (min-width: 640px) {
  .button {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.bg-brand-pink .button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(192 32 103 / var(--tw-text-opacity, 1));
}

.icon.button-black svg {
  display: block;
}

.button-black {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(18 135 61 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.button-black ul,.button-black ul li {
  padding: 0;
}

.accordion-minimal a.tab-link.button-black,
.accordion-minimal a.tab-link.button-black:hover,
.accordion-minimal a.tab-link.button-black:focus {
  background-color: #12873d;
  color: #fff;
}

.button-black .gform_wrapper.gravity-theme .gfield_required {
  color: #fff;
}

.button-black .gform-body select,.button-black .gform-body input,.button-black .gform-body textarea {
  color: #000;
}

.button-black .gform-body input.gform-button {
  background-color: #000;
  color: #fff;
}

.button-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 121 55 / var(--tw-bg-opacity, 1));
}

.button-black:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(192 32 103 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

@media (min-width: 640px) {
  .button-black {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.bg-brand-pink .button-black {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(192 32 103 / var(--tw-text-opacity, 1));
}

.bg-brand-pink .button-black.bg-brand-pink {
  border-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bg-brand-pink .button-black.bg-brand-pink .gform_wrapper.gravity-theme .gfield_required {
  color: #fff;
}

.bg-brand-pink .button-black.bg-brand-pink .gform-body select,.bg-brand-pink .button-black.bg-brand-pink .gform-body input,.bg-brand-pink .button-black.bg-brand-pink .gform-body textarea {
  color: #000;
}

.bg-brand-pink .button-black.bg-brand-pink .gform-body input.gform-button {
  background-color: #000;
  color: #fff;
}

.button-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.custom-prose a.button-black {
  text-decoration-line: none;
}

.button-black .gform_wrapper.gravity-theme .gfield_required {
  color: #fff;
}

.button-black .gform-body select,.button-black .gform-body input,.button-black .gform-body textarea {
  color: #000;
}

.button-black .gform-body input.gform-button {
  background-color: #000;
  color: #fff;
}

.button-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.bg-brand-pink .button.bg-brand-pink {
  border-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bg-brand-pink .button.bg-brand-pink .gform_wrapper.gravity-theme .gfield_required {
  color: #fff;
}

.bg-brand-pink .button.bg-brand-pink .gform-body select,.bg-brand-pink .button.bg-brand-pink .gform-body input,.bg-brand-pink .button.bg-brand-pink .gform-body textarea {
  color: #000;
}

.bg-brand-pink .button.bg-brand-pink .gform-body input.gform-button {
  background-color: #000;
  color: #fff;
}

.button-center {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-center p {
  margin: 0px;
}

.topbar-menu {
  height: 100%;
}

.topbar-menu ul {
  display: flex;
  height: 100%;
  align-items: center;
}

.topbar-menu li {
  display: flex;
  align-items: center;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
}

.topbar-menu li:last-child {
  border-style: none;
}

.header-menu {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 50;
  height: 100%;
  width: 100%;
  min-width: 300px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.header-menu ul {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  row-gap: 0.5rem;
}

.header-menu li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  text-align: center;
}

.header-menu li ul,.header-menu li ul li {
  padding: 0;
}

.header-menu li:last-child {
  border-style: none;
}

.header-menu .sub-menu {
  position: absolute;
  left: 0px;
  top: 28px;
  display: none;
  width: 200px;
}

.header-menu .sub-menu li {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}

.icon.header-menu li.menu-item-has-children:hover .sub-menu svg {
  display: block;
}

.header-menu li.menu-item-has-children:hover .sub-menu {
  display: block;
}

.header-menu a {
  width: 100%;
  padding: 0px;
}

.header-menu a:hover {
  text-decoration-line: underline;
}

.mobile-menu {
  /* @apply; */
}

.mobile-menu ul {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: stretch;
}

.mobile-menu li {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .mobile-menu li {
    --tw-border-opacity: 1;
    border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  }
}

.mobile-menu .sub-menu li {
  padding-left: 2rem;
}

.mobile-menu a {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.mobile-menu a:hover {
  text-decoration-line: underline;
}

.footer-menu {
  height: 100%;
}

.footer-menu ul {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 640px) {
  .footer-menu ul {
    flex-direction: row;
    align-items: center;
  }
}

.footer-menu li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-menu li:last-child {
  border-style: none;
}

@media (min-width: 640px) {
  .footer-menu li {
    border-right-width: 1px;
  }
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-bottom-8 {
  bottom: -2rem;
}

.-left-1\/3 {
  left: -33.333333%;
}

.-left-1\/4 {
  left: -25%;
}

.-right-\[75px\] {
  right: -75px;
}

.-top-8 {
  top: -2rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[20\%\] {
  bottom: 20%;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-\[30\%\] {
  left: 30%;
}

.left-\[35\%\] {
  left: 35%;
}

.right-0 {
  right: 0px;
}

.right-px {
  right: 1px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.-z-10 {
  z-index: -10;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-none {
  order: 0;
}

.float-left {
  float: left;
}

.-m-4 {
  margin: -1rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

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

.-ml-12 {
  margin-left: -3rem;
}

.-mt-12 {
  margin-top: -3rem;
}

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

.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-auto {
  margin-bottom: auto;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-8 {
  margin-left: 2rem;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

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

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

.mt-1 {
  margin-top: 0.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

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

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-40 {
  height: 10rem;
}

.h-6 {
  height: 1.5rem;
}

.h-\[100\%\] {
  height: 100%;
}

.h-\[120\%\] {
  height: 120%;
}

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

.h-\[150\%\] {
  height: 150%;
}

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

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

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

.h-\[80\%\] {
  height: 80%;
}

.h-dvh {
  height: 100dvh;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[100\%\] {
  max-height: 100%;
}

.max-h-\[120px\] {
  max-height: 120px;
}

.max-h-\[250px\] {
  max-height: 250px;
}

.max-h-\[300px\] {
  max-height: 300px;
}

.max-h-\[60px\] {
  max-height: 60px;
}

.min-h-\[128px\] {
  min-height: 128px;
}

.min-h-\[24rem\] {
  min-height: 24rem;
}

.min-h-\[250px\] {
  min-height: 250px;
}

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

.min-h-\[420px\] {
  min-height: 420px;
}

.min-h-\[60px\] {
  min-height: 60px;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-40 {
  width: 10rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

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

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

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

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

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

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

.w-\[54rem\] {
  width: 54rem;
}

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

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

.w-\[72rem\] {
  width: 72rem;
}

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

.w-\[80rem\] {
  width: 80rem;
}

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

.max-w-\[480px\] {
  max-width: 480px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[530px\] {
  max-width: 530px;
}

.max-w-\[60rem\] {
  max-width: 60rem;
}

.max-w-\[80rem\] {
  max-width: 80rem;
}

.max-w-full {
  max-width: 100%;
}

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

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.-translate-x-1\/2 {
  --tw-translate-x: -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));
}

.-translate-x-\[40\%\] {
  --tw-translate-x: -40%;
  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));
}

.-translate-y-1\/2 {
  --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));
}

.-translate-y-12 {
  --tw-translate-y: -3rem;
  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));
}

.translate-x-1\/2 {
  --tw-translate-x: 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));
}

.translate-x-12 {
  --tw-translate-x: 3rem;
  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));
}

.translate-x-24 {
  --tw-translate-x: 6rem;
  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));
}

.translate-x-4 {
  --tw-translate-x: 1rem;
  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));
}

.translate-x-6 {
  --tw-translate-x: 1.5rem;
  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));
}

.translate-x-\[150px\] {
  --tw-translate-x: 150px;
  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));
}

.translate-x-full {
  --tw-translate-x: 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));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-icon {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) 5;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

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

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

.flex-wrap {
  flex-wrap: wrap;
}

.place-content-center {
  place-content: center;
}

.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-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

.justify-self-stretch {
  justify-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

.border-4 {
  border-width: 4px;
}

.border-b-3 {
  border-bottom-width: 3px;
}

.border-r-3 {
  border-right-width: 3px;
}

.border-dotted {
  border-style: dotted;
}

.border-none {
  border-style: none;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-brand-green {
  --tw-border-opacity: 1;
  border-color: rgb(18 135 61 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-\[\#12873d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 135 61 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f9fafb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-brand-black {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-brand-black\/50 {
  background-color: rgb(17 24 39 / 0.5);
}

.bg-brand-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(71 123 168 / var(--tw-bg-opacity, 1));
}

.bg-brand-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-brand-darkblue {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-brand-grape {
  --tw-bg-opacity: 1;
  background-color: rgb(114 46 165 / var(--tw-bg-opacity, 1));
}

.bg-brand-green {
  --tw-bg-opacity: 1;
  background-color: rgb(18 135 61 / var(--tw-bg-opacity, 1));
}

.bg-brand-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(107 115 128 / var(--tw-bg-opacity, 1));
}

.bg-brand-lightgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(222 238 228 / var(--tw-bg-opacity, 1));
}

.bg-brand-lightgrey {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-brand-metal {
  --tw-bg-opacity: 1;
  background-color: rgb(107 113 128 / var(--tw-bg-opacity, 1));
}

.bg-brand-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(239 121 24 / var(--tw-bg-opacity, 1));
}

.bg-brand-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(192 32 103 / var(--tw-bg-opacity, 1));
}

.bg-brand-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(108 0 136 / var(--tw-bg-opacity, 1));
}

.bg-brand-seagreen {
  --tw-bg-opacity: 1;
  background-color: rgb(75 164 107 / var(--tw-bg-opacity, 1));
}

.bg-brand-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(0 143 157 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-brand-blue {
  --tw-gradient-from: #477ba8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 123 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-\[\#d1d5db\] {
  fill: #d1d5db;
}

.fill-\[\#e5e7eb\] {
  fill: #e5e7eb;
}

.fill-\[\#f3f4f6\] {
  fill: #f3f4f6;
}

.fill-brand-black {
  fill: #111827;
}

.fill-brand-dark {
  fill: #111827;
}

.fill-brand-darkblue {
  fill: #1f2937;
}

.fill-brand-grape {
  fill: #722ea5;
}

.fill-brand-green {
  fill: #12873d;
}

.fill-brand-grey {
  fill: #6b7380;
}

.fill-brand-lightgrey {
  fill: #f3f4f6;
}

.fill-brand-pink {
  fill: #c02067;
}

.fill-brand-purple {
  fill: #6c0088;
}

.fill-brand-seagreen {
  fill: #4ba46b;
}

.fill-white {
  fill: #fff;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

.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-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

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

.pl-\[25\%\] {
  padding-left: 25%;
}

.pr-\[25\%\] {
  padding-right: 25%;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

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

.pt-20 {
  padding-top: 5rem;
}

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

.pt-4 {
  padding-top: 1rem;
}

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

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 4rem;
}

.text-7xl {
  font-size: 5rem;
}

.text-8xl {
  font-size: 6rem;
}

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

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.leading-\[0\.9em\] {
  line-height: 0.9em;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.2em\] {
  line-height: 1.2em;
}

.leading-none {
  line-height: 1;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-brand-black {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-brand-blue {
  --tw-text-opacity: 1;
  color: rgb(71 123 168 / var(--tw-text-opacity, 1));
}

.text-brand-dark {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-brand-darkblue {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-brand-grape {
  --tw-text-opacity: 1;
  color: rgb(114 46 165 / var(--tw-text-opacity, 1));
}

.text-brand-green {
  --tw-text-opacity: 1;
  color: rgb(18 135 61 / var(--tw-text-opacity, 1));
}

.text-brand-grey {
  --tw-text-opacity: 1;
  color: rgb(107 115 128 / var(--tw-text-opacity, 1));
}

.text-brand-lightgrey {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.text-brand-pink {
  --tw-text-opacity: 1;
  color: rgb(192 32 103 / var(--tw-text-opacity, 1));
}

.text-brand-purple {
  --tw-text-opacity: 1;
  color: rgb(108 0 136 / var(--tw-text-opacity, 1));
}

.text-brand-seagreen {
  --tw-text-opacity: 1;
  color: rgb(75 164 107 / var(--tw-text-opacity, 1));
}

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

.no-underline {
  text-decoration-line: none;
}

.opacity-10 {
  opacity: 0.1;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.drop-shadow-\[0_0_5px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-drop-shadow: drop-shadow(0 0 5px rgba(0,0,0,0.5));
  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);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.custom-prose > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .custom-prose {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .custom-prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .custom-prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .custom-prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
  }

  .custom-prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .custom-prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .custom-prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .custom-prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .custom-prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .custom-prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .custom-prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .custom-prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .custom-prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }

  .custom-prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
  }

  .custom-prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8666667em;
  }

  .custom-prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
  }

  .custom-prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }

  .custom-prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

  .custom-prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

  .custom-prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .custom-prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
  }

  .custom-prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
  }

  .custom-prose :where(.sm\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .custom-prose :where(.sm\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .custom-prose :where(.sm\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }

  .custom-prose :where(.sm\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .custom-prose :where(.sm\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }

  .custom-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .custom-prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .custom-prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .custom-prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }

  .custom-prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .custom-prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .custom-prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .custom-prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .custom-prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .custom-prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .custom-prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

  .custom-prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .custom-prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .custom-prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

  .custom-prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .custom-prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .custom-prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .custom-prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .custom-prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .custom-prose :where(.sm\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .custom-prose :where(.sm\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}

.custom-prose :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-weight: 600;
}

.custom-prose:first-child :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 0px;
}

.custom-prose :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.custom-prose :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  line-height: 1.375;
}

.custom-prose :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  text-decoration-line: underline;
}

.custom-prose :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  list-style-type: disc;
}

.custom-prose :is(:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .custom-prose :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 2.25rem;
  }
}

.custom-prose p,
  .custom-prose ul {
  margin: 0 0 1em;
}

.custom-prose li {
  margin: 0 0 0 20px;
}

.custom-prose h2 {
  margin-bottom: 0.5em;
  line-height: 1.2em;
}

.custom-prose .p {
  margin: 0 0 1em;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.375;
}

.custom-prose .h2 {
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-size: 2.25rem;
  font-weight: 600;
}

.custom-prose a.button {
  text-decoration-line: none;
}

.custom-prose :where(img):not(:where([class~="not-prose"] *)) {
  margin: 0px;
}

/* WP WYSIWYG Custom Styles  */

.content-block {
  margin-bottom: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(222 238 228 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.text-center ul,
.text-center ul li {
  padding: 0;
}

.margin-none {
  margin: 0;
}

/* WP Content */

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignnone {
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block !important;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  table.responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    //white-space: nowrap;
  }
}

.clear {
  clear: both;
  float: none;
}

.sdg-shortcode {
  margin-bottom: 0.5rem;
  display: inline-block;
  width: 180px;
  border-radius: 0.25rem;
  border-width: 2px;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.sdg-shortcode ul,.sdg-shortcode ul li {
  padding: 0;
}

.sdg-value {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(18 135 61 / var(--tw-text-opacity, 1));
}

.icon.sdg-shortcode .small-print svg {
  display: block;
}

.sdg-shortcode .small-print {
  display: block;
  padding-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

/* WP Forms styling */

/*.wpforms-field-container {
	@apply flex flex-wrap -mx-3;
}

.wpforms-field {
	@apply mx-3 mt-4;
}

.wpforms-one-half {
	@apply w-[calc(50%_-_24px)];
}

.wpforms-field-label {
	@apply block;
}

.wpforms-label-hide {
	@apply sr-only;
}

.wpforms-field-checkbox ul {
	@apply p-0 m-0 list-none;
}

.wpforms-field-checkbox li {
	@apply flex gap-4 p-0 last:mb-0;
}

.wpforms-field-checkbox label {
	@apply leading-snug;
}

.wpforms-field-checkbox input[type="checkbox"] {
	@apply w-6 h-6 rounded-sm;
}

.wpforms-field-medium {
	@apply w-full border-none rounded-sm bg-brand-lightgrey;
}

.wpforms-submit-container {
	@apply mt-6;
}

.wpforms-submit {
	@apply block w-fit text-white text-center font-semibold text-lg bg-brand-green px-8 py-1.5 rounded-sm hover:bg-brand-seagreen cursor-pointer focus:ring-offset-2 focus:ring-2 focus:ring-brand-pink focus:outline-none;
}

.wpforms-error {
	@apply text-sm text-red-500;
}*/

#gform_12 .gform_body,
#gform_12 .gform_footer {
  margin: 0;
  padding: 0;
}

.recaptcha {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

table {
  border-bottom: 1px solid #ddd;
  max-width: 100%;
}

table.table {
  width: 100%;
}

table.table thead {
  background-color: #12873d;
  color: #fff;
  font-weight: bold;
}

table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

td,
th {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px !important;
}

ol {
  list-style: decimal;
}

#fitch-rating {
  margin-bottom: 1rem;
  border-collapse: separate;
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  border-width: 0px;
}

#fitch-rating thead td {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(18 135 61 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.accordion-minimal a.tab-link#fitch-rating thead td,
.accordion-minimal a.tab-link#fitch-rating thead td:hover,
.accordion-minimal a.tab-link#fitch-rating thead td:focus {
  background-color: #12873d;
  color: #fff;
}

#fitch-rating thead td .gform_wrapper.gravity-theme .gfield_required {
  color: #fff;
}

#fitch-rating thead td .gform-body select,#fitch-rating thead td .gform-body input,#fitch-rating thead td .gform-body textarea {
  color: #000;
}

#fitch-rating thead td .gform-body input.gform-button {
  background-color: #000;
  color: #fff;
}

#fitch-rating tbody td {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {
  #fitch-rating strong.icon svg {
    display: block;
  }

  #fitch-rating strong {
    display: block;
    padding: 2.5rem;
  }
}

/* TABS */

.accordion-tabs-minimal {
  padding: 0;
  list-style: none;
}

.accordion-tabs-minimal:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 769px) {
  .accordion-tabs-minimal li.tab-header-and-content {
    display: inline;
  }
}

.accordion-tabs-minimal .tab-link {
  background-color: #dfdfdf;
  color: #333;
  display: block;
  padding: 1.25em;
  font-weight: 600;
  text-decoration: none;
  color: #5a585b;
  margin-bottom: 5px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .accordion-tabs-minimal .tab-link {
    display: inline-block;
    border-top: 0;
    padding: 0.5em 0.6em;
    background-color: #ececec;
  }
}

.accordion-tabs-minimal .tab-link:hover {
  color: #e37222;
}

.accordion-tabs-minimal .tab-link:focus {
}

.accordion-tabs-minimal .tab-link.is-active {
  border-bottom: 0;
}

@media screen and (min-width: 769px) {
  .accordion-tabs-minimal .tab-link.is-active {
    border-bottom-color: #ececec;
    margin-bottom: -1px;
  }
}

.accordion-tabs-minimal .tab-link.is-active:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #ececec;
  bottom: -5px;
  left: 0;
  position: absolute;
}

.accordion-tabs-minimal .tab-content {
  position: relative;
  display: none;
  /* max-height: 0;
   overflow: hidden;
   transition: max-height 0.2s ease-out; */
  padding: 1.25em;
  background: #ececec;
  width: 100%;
}

.accordion-tabs-minimal .tab-content.is-open {
  /* max-height: auto; */
}

.accordion-tabs-minimal .tab-content h3,
.accordion-tabs-minimal
  .tab-content
  #main.flexible-content
  .left
  ol
  li.heading:before,
#main.flexible-content
  .left
  ol
  .accordion-tabs-minimal
  .tab-content
  li.heading:before {
  margin-top: 0;
  color: #12873d;
}

@media screen and (min-width: 769px) {
  .accordion-tabs-minimal .tab-content {
    float: left;
    padding: 1em 3em 2em;
  }

  .accordion-tabs-minimal .tab-content h3,
  .accordion-tabs-minimal
    .tab-content
    #main.flexible-content
    .left
    ol
    li.heading:before,
  #main.flexible-content
    .left
    ol
    .accordion-tabs-minimal
    .tab-content
    li.heading:before {
    margin-top: 1em;
  }
}

.accordion-tabs-minimal .tab-content .top-right-tab-image {
  display: block;
  margin: 0 auto;
  clear: both;
  float: none !important;
  max-width: 150px;
  height: auto;
}

@media screen and (min-width: 36.25rem) {
  .accordion-tabs-minimal .tab-content .top-right-tab-image {
    position: absolute;
    top: 1.25em;
    right: 1.25em;
  }
}

@media screen and (min-width: 48.0625rem) {
  .accordion-tabs-minimal .tab-content .top-right-tab-image {
    position: relative;
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 53.75rem) {
  .accordion-tabs-minimal .tab-content .top-right-tab-image {
    position: absolute;
    top: 2.5em;
    right: 1.25em;
  }
}

.accordion-tabs-minimal .tab-content ul.underlined {
  list-style: none;
  padding: 0;
  margin-bottom: 1em;
}

.accordion-tabs-minimal .tab-content ul.underlined li {
  border-bottom: 1px solid #a6a5a7;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

.accordion-tabs-minimal .tab-content ul.underlined li strong {
  display: block;
}

@media screen and (min-width: 769px) {
  .accordion-tabs-minimal .tab-content ul.underlined li strong {
    float: left;
    margin-right: 0.5em;
  }
}

/* Accordion */

.accordion-minimal {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accordion-minimal:after {
  content: "";
  display: table;
  clear: both;
}

.accordion-minimal li {
  margin-bottom: 10px;
}

.accordion-minimal a.tab-link {
  font-family: "ArialRoundedMTStd-Bold", "Helvetica Rounded", Arial, sans-serif;
  /* background-color: #dfdfdf; */
  /* color: #333; */
  display: block;
  padding: 1.25em 4em 1.25em 1.25em;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 0px;
  position: relative;
  font-size: 1.1em;
}

.accordion-minimal a.tab-link:hover {
  color: #ffffff;
}

.accordion-minimal a.tab-link:focus {
  outline: none;
}

.accordion-minimal a.tab-link:after {
  content: "\203A";
  font-family: "ArialRoundedMTStd-Bold", "Helvetica Rounded", Arial, sans-serif;
  rotate: 90deg;
  right: 1em;
  position: absolute;
  font-size: 2em;
  top: 0.25em;
}

.accordion-minimal a.tab-link.is-active {
  border-bottom: 0;
  /* background-color: #5a585b; */
  color: #ffffff;
}

.accordion-minimal a.tab-link.is-active:after {
  rotate: -90deg;
}

.accordion-minimal a.tab-link.bg-brand-green,
.accordion-minimal a.tab-link.bg-brand-green:hover,
.accordion-minimal a.tab-link.bg-brand-green:focus {
  background-color: #12873d;
  color: #fff;
}

.accordion-minimal .tab-content {
  position: relative;
  /* display: none; */
  /* padding: 1.25em; */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  /* background: #ffffff; */
}

.accordion-minimal .tab-content h3,
.accordion-minimal
  .tab-content
  #main.flexible-content
  .left
  ol
  li.heading:before,
#main.flexible-content
  .left
  ol
  .accordion-minimal
  .tab-content
  li.heading:before {
  margin-top: 0;
  color: #12873d;
}

.accordion-minimal .tab-content p:first-child {
  margin-top: 0 !important;
}

/* Payment Options */

ul.payment-options {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  margin: -0.4em;
}

@media screen and (min-width: 920px) {
  ul.payment-options {
    flex-wrap: nowrap;
  }
}

ul.payment-options li {
  flex: 0 1 33.33%;
  padding: 0.4em;
}

@media screen and (min-width: 460px) {
  ul.payment-options li {
    flex: 0 1 16.66%;
  }
}

@media screen and (min-width: 920px) {
  ul.payment-options li {
    flex: 0 1 auto;
  }
}

ul.payment-options li img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto !important;
}

/* Features */

.features {
  display: block;
  margin: 1em 0;
}

.features:after {
  content: "";
  display: table;
  clear: both;
}

.features h4,
.features .news-articles .news-item a .text h3,
.news-articles .news-item a .text .features h3,
.features
  .news-articles
  .news-item
  a
  .text
  #main.flexible-content
  .left
  ol
  li.heading:before,
.news-articles
  .news-item
  a
  .text
  #main.flexible-content
  .left
  ol
  .features
  li.heading:before,
.features
  #main.flexible-content
  .left
  ol
  .news-articles
  .news-item
  a
  .text
  li.heading:before,
#main.flexible-content
  .left
  ol
  .news-articles
  .news-item
  a
  .text
  .features
  li.heading:before {
  margin: 2em 0 !important;
  color: #5a585b;
}

.features ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1em;
}

.features ul li {
  border-bottom: 1px solid #a6a5a7;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

.features ul:not(.single):first-of-type {
  list-style: none;
  padding-left: 2em;
}

.features ul:not(.single):first-of-type li {
  position: relative;
  margin-bottom: 0.5em;
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: none !important;
}

.features ul:not(.single):first-of-type li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2em;
  width: 26px;
  height: 24px;
  background-image: url("../svgs/tick-circle2.svg");
  background-repeat: no-repeat;
}

/* SLICK */

.slick-track {
  /*display: flex;
	align-items: stretch;*/
}

.customer-stories-slider .slick-slide {
  transform: scale(0.8);
  transition: all 1s ease;
  opacity: 0.8;
  z-index: 1;
  position: relative;
  margin: 0 -30px;
  height: 100%;
}

.customer-stories-slider .slick-slide p a {
  text-decoration: underline;
}

.customer-stories-slider .slick-current {
  transform: scale(1);
  z-index: 2;
  opacity: 1;
}

.slick-dots li button::before {
  color: #3c3d3d;
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  color: #12873d;
  font-size: 12px;
}

.slick-dots li button:focus {
  border: 1px solid black;
}

/* BANNER */

.un-banner-green {
  background-color: #4ba46b;
}

.un-banner-dgreen {
  background-color: #12873d;
}

.un-image {
  background-image: url("../UTB-Website-Banner-Green-mask.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.un-dimage {
  background-image: url("../UTB-Website-Banner-DGreen-mask.png");
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-title-fade,
.banner-content-fade {
  opacity: 0;
}

.slick-active .banner-title-fade {
  animation-name: fadeIn;
  animation-duration: 8s;
  animation-delay: 1s;
  animation-iteration-count: 1;
}

.slick-active .banner-content-fade {
  animation-name: fadeIn;
  animation-duration: 8s;
  animation-delay: 2s;
  animation-iteration-count: 1;
}

.slick-active:hover .banner-title-fade,
.slick-active:hover .banner-content-fade {
  animation-play-state: paused;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

/* PAGINATION */

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 5rem;
}

.pagination span {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
}

.pagination a {
  cursor: pointer;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(18 135 61 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.accordion-minimal a.tab-link.pagination a,
.accordion-minimal a.tab-link.pagination a:hover,
.accordion-minimal a.tab-link.pagination a:focus {
  background-color: #12873d;
  color: #fff;
}

.pagination a .gform_wrapper.gravity-theme .gfield_required {
  color: #fff;
}

.pagination a .gform-body select,.pagination a .gform-body input,.pagination a .gform-body textarea {
  color: #000;
}

.pagination a .gform-body input.gform-button {
  background-color: #000;
  color: #fff;
}

.pagination a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 164 107 / var(--tw-bg-opacity, 1));
}

.pagination a:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(192 32 103 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

iframe {
  max-width: 100%;
  aspect-ratio: 16 / 9;
}

.format-faq-question {
  background-color: #12873d;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
}

.format-grey-bkg {
  background-color: #999999;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
}

.format-pink-bkg {
  background-color: #c02067;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
}

/* ================ INFORMATION SLIDER ================ */

@media screen and (max-width: 1000px) {
  .hide-on-mobile {
    display: none;
  }
}

.info-slide {
  position: relative;
  text-align: center;
}

.info-slider button.slick-next,
.info-slider button.slick-prev {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 1000;
  background-image: url("../slider-arrow.png");
  background-size: 100%;
  content: "";
  width: 81px;
  height: 152px;
  &:focus {
    outline: none;
  }
  &:focus-visible {
    outline: 2px solid blue;
  }
}

.info-slider button.slick-prev {
  left: 0px;
}

.info-slider button.slick-next {
  right: 0px;
  transform: translateY(-50%) scaleX(-1);
}

.info-slider button.slick-next::before,
.info-slider button.slick-prev::before {
  content: "";
}

@media screen and (max-width: 1000px) {
  .info-slider button.slick-next,
  .info-slider button.slick-prev {
    width: 40px;
    height: 75px;
  }
}

.info-slide img {
  margin: 0 auto;
}

.info-slide .screen-window {
  /* border: 2px solid red;  */
  position: absolute;
  top: 30px;
  bottom: 50px;
  width: 750px;
  left: 50%;
  margin-left: -375px;
}

.info-slide .info-dot {
  width: 16px;
  height: 16px;
  margin: -8px;
  border-radius: 8px;
  background-color: #c02067;
  position: absolute;
}

@media screen and (max-width: 1000px) {
  .info-slide .info-dot {
    display: none;
  }
}

.info-slide .info-circle {
  opacity: 0;
  transform: scale(0.8);
  width: 260px;
  height: 260px;
  padding: 20px;
  border-radius: 50%;
  background-color: #c02067;
  color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 0.8em;
  transition: all 0.2s ease-in-out;
  z-index: 1002;
  pointer-events: none;
}

.info-slide .info-dot:hover .info-circle,
.info-slide .info-dot.active .info-circle {
  opacity: 1;
  transform: scale(1);
}

.info-slide .info-dot .info-circle::before {
  content: "";
  width: 67px;
  height: 188px;
  background-image: url("../Zoom.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}

.info-slide .info-dot:hover .info-circle::before,
.info-slide .info-dot.active .info-circle::before {
  opacity: 1;
}

.info-slide .info-circle.hover-direction-left {
  left: -275px;
  top: -123px;
}

.info-slide .info-circle.hover-direction-left::before {
  left: 220px;
  top: 36px;
}

.info-slide .info-circle.hover-direction-right {
  left: 30px;
  top: -123px;
}

.info-slide .info-circle.hover-direction-right::before {
  transform: rotate(180deg);
  left: -25px;
  top: 36px;
}

.info-slide .info-circle.hover-direction-top {
  top: -275px;
  left: -123px;
}

.info-slide .info-circle.hover-direction-top::before {
  transform: rotate(90deg);
  left: 99px;
  top: 160px;
}

.info-slide .info-circle.hover-direction-bottom {
  top: 30px;
  left: -123px;
}

.info-slide .info-circle.hover-direction-bottom::before {
  transform: rotate(270deg);
  left: 96px;
  top: -87px;
}

.pulse {
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.6);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1) n;
  }
}

.video-list,
.video-list li {
  border: 1px solid black;
}

.video-list li button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 7px 20px;
  text-align: left;
  position: relative;
  color: #12873d;
  font-weight: bold;
}

/* .video-list li button::after {
	content: "";
	width: 34px;
	height: 34px;
	position: absolute;
	top: 2px;
	right: 40px;
	background-image: url("../play-button-svgrepo-com.png");
} */

.video-list li button img {
  width: 2rem;
  height: 2rem;
  /* position: absolute; */
  /* top: 2px; */
  /* right: px; */
  /* background-image: url("../play-button-svgrepo-com.png"); */
}

.video-list li button:hover {
  background-color: #12873d;
  color: #fff;
}

.video-list li button:hover::after {
  background-image: url("../play-button-svgrepo-com-copy-2.png");
}

#ccc .checkbox-toggle--slider {
  background-color: #fff !important;
  border-color: #12873d !important;
}

#ccc .checkbox-toggle--slider .checkbox-toggle-toggle {
  background-color: #12873d !important;
  height: 80% !important;
  top: 10% !important;
  left: 5% !important;
  transition: all 0.3s ease-in-out;
}

#ccc .checkbox-toggle--slider input:checked ~ .checkbox-toggle-toggle {
  left: 45% !important;
  background-color: #4ba46b !important;
}

#ccc .checkbox-toggle--slider .checkbox-toggle-label {
  line-height: 1.6em;
}

#ccc .checkbox-toggle:focus-within {
  outline: 1px solid #444;
}

#ccc-notify-title {
  font-size: 1.2em;
  padding-right: 0 !important;
  margin-bottom: 0.35em;
}

#ccc #ccc-notify p {
  opacity: 1 !important;
}

#ccc .ccc-notify-buttons {
  width: 100%;
}

#ccc .ccc-notify-link,
#ccc .ccc-notify-link span {
  color: #111827 !important;
}

span.ccc-statement-name {
  text-decoration: underline;
}

#ccc .ccc-notify-text {
  margin-right: 0 !important;
}

#ccc .ccc-notify-button {
  margin-bottom: 0 !important;
}

@media (min-width: 600px) {
  #ccc #ccc-notify.ccc-notify__box {
    max-height: 265px !important;
  }
}

.numbered-list .list-item-content img {
  display: inline-block;
}

footer a:hover {
  text-decoration: underline;
}

.text-white .gform_wrapper.gravity-theme .gfield_required {
  color: #fff;
}

.text-white .gform-body select,
.text-white .gform-body input,
.text-white .gform-body textarea {
  color: #000;
}

.text-white .gform-body input.gform-button {
  background-color: #000;
  color: #fff;
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  padding-top: 5px !important;
}

.gform_wrapper.gravity-theme .gfield_error label,
.gform_wrapper.gravity-theme .gfield_error legend {
  color: #fff !important;
}

.gform_wrapper.gravity-theme .gform_page_fields .gfield_error label,
.gform_wrapper.gravity-theme .gform_page_fields .gfield_error legend {
  color: #000 !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  background: #fff !important;
  border: 1px solid #c02b0a !important;
  font-size: 0.875rem !important;
  margin-block-start: 8px !important;
  padding: 0.25rem 0.5rem !important;
}

@media (min-width: 768px) {
  .md\:block.icon svg {
    display: block;
  }
}

@media (min-width: 1024px) {
  .lg\:block.icon svg {
    display: block;
  }
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:bg-brand-green-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 121 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-lightgrey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-seagreen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 164 107 / var(--tw-bg-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
}

.group[data-state="open"] .group-data-\[state\=open\]\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media not all and (min-width: 1024px) {
  .max-lg\:hidden {
    display: none;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:flex-col {
    flex-direction: column;
  }
}

@media (min-width: 375px) {
  .xs\:w-80 {
    width: 20rem;
  }

  .xs\:gap-6 {
    gap: 1.5rem;
  }
}

@media (min-width: 640px) {
  .sm\:order-none {
    order: 0;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:max-h-\[539px\] {
    max-height: 539px;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:w-\[330px\] {
    width: 330px;
  }

  .sm\:w-\[500px\] {
    width: 500px;
  }

  .sm\:w-\[72rem\] {
    width: 72rem;
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

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

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

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

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

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

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

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

  .sm\:pt-24 {
    padding-top: 6rem;
  }

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

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

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
  }

  .sm\:text-8xl {
    font-size: 6rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:inset-0 {
    inset: 0px;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-full {
    height: 100%;
  }

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

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

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

  .md\:w-52 {
    width: 13rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:bg-brand-darkblue {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

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

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

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

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:text-10xl {
    font-size: 8rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-6xl {
    font-size: 4rem;
  }

  .md\:text-7xl {
    font-size: 5rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-0 {
    height: 0px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

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

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

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

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

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

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

  .lg\:w-\[700px\] {
    width: 700px;
  }

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

  .lg\:max-w-\[480px\] {
    max-width: 480px;
  }

  .lg\:max-w-\[550px\] {
    max-width: 550px;
  }

  .lg\:max-w-\[580px\] {
    max-width: 580px;
  }

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

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

  .lg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

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

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

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

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .lg\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
    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);
  }
}

.\[\&\>a\]\:underline>a {
  text-decoration-line: underline;
}
