@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700&family=PT+Sans:wght@400;700&display=swap);
/*
! tailwindcss v3.3.1 | 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: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: PT Sans, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. 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-size: 1em; /* 2 */
}
/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],[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, [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;
}
::-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]{
  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");
}
[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");
}
[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;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.left-1\/2{
  left: 50%;
}
.top-1\/2{
  top: 50%;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.block{
  display: block;
}
.contents{
  display: contents;
}
.-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-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));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.border{
  border-width: 1px;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.typography{
  color: var(--wp--preset--color--foreground);
  max-width: 65ch;
}
.typography :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 1rem;
}
.typography :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.typography :where(a):not(:where([class~="not-prose"] *)){
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
  font-weight: 500;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}
.typography :where(a):not(:where([class~="not-prose"] *)):hover{
  color: var(--wp--preset--color--primary);
}
.typography :where(strong):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-weight: 600;
}
.typography :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.typography :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.typography :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.typography :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.typography :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.typography :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.typography :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.typography :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.typography :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.typography :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.typography :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.typography :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.typography :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}
.typography :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.typography :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.typography :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.typography :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.typography :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.typography :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}
.typography :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}
.typography :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.1111111;
}
.typography :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.typography :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--wp--preset--color--foreground);
  font-weight: 600;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.3333333;
}
.typography :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.typography :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.typography :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.typography :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.typography :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.typography :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.typography :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.typography :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.typography :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.typography :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}
.typography :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}
.typography :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.typography :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.typography :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.typography :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.typography :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.typography :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.typography :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.typography :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.typography :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.typography :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}
.typography :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}
.typography :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.typography :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.typography :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.typography :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.typography :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}
.typography :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}
.typography :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.typography :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}
.typography{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.typography :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.typography :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.typography :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.typography :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.typography :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.typography :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.typography :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.typography :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.typography :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.typography :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.typography :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.typography :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.typography :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.typography :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.typography :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.typography :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.typography :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.typography :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.typography :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.typography :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.typography :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.typography :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.typography :where(h5):not(:where([class~="not-prose"] *)){
  font-weight: 600;
  margin-bottom: 1rem;
}
.typography :where(h6):not(:where([class~="not-prose"] *)){
  font-weight: 600;
  margin-bottom: 1rem;
}
.typography{
  max-width: none;
}

button,
.button[href],
input[type=submit]{
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(191 77 0 / var(--tw-bg-opacity));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
  text-decoration-line: none;
  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-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px rgba(0, 20, 38, 0.15);
}
button:hover,
.button[href]:hover,
input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 20 38 / var(--tw-text-opacity));
}

.gecko-page-header .wp-block-buttons,
.gecko-theme-section .wp-block-buttons{
  gap: 1.5rem;
}

.wp-block-button a.wp-block-button__link{
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(191 77 0 / var(--tw-bg-opacity));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
  text-decoration-line: none;
  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-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px rgba(0, 20, 38, 0.15);
}
.wp-block-button a.wp-block-button__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 20 38 / var(--tw-text-opacity));
}
.wp-block-button.is-style-outline a.wp-block-button__link{
  background-color: transparent;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(245 247 247 / var(--tw-text-opacity));
  box-shadow: 0 0 0 2px inset #fff;
}
.wp-block-button.is-style-outline a.wp-block-button__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(191 77 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gecko-footer{
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(0 20 38 / var(--tw-bg-opacity));
}
.gecko-footer .menu-footer-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px){
  .gecko-footer .menu-footer-container{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1024px){
  .gecko-footer .menu-footer-container{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.gecko-footer .menu-footer-container .menu{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px){
  .gecko-footer .menu-footer-container .menu{
    flex-direction: row;
  }
}
.gecko-footer .menu-footer-container .menu-item > a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.gecko-footer .menu-footer-container .menu-item > a:hover{
  --tw-text-opacity: 1;
  color: rgb(224 255 36 / var(--tw-text-opacity));
}
.gecko-footer .menu-footer-container .sub-menu{
  display: none;
}

:root {
  --mofi-heading-font-family: "Barlow Condensed", sans-serif;
  --mofi-body-font-family: "PT Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
html,
body {
  height: 100%;
  font-family: "PT Sans", sans-serif;
}

body{
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 242 / var(--tw-bg-opacity));
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 20 38 / var(--tw-text-opacity));
}
body > main{
  flex-grow: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}

.wp-block-image.alignleft{
  float: left;
  margin: 0px;
  margin-right: 0px;
  margin-bottom: 1rem;
  width: 100%;
}

@media (min-width: 640px){
  .wp-block-image.alignleft{
    margin-right: 1rem;
    width: auto;
  }
}

@media (min-width: 1024px){
  .wp-block-image.alignleft{
    margin-right: 2rem;
  }
}
.wp-block-image.alignright{
  float: right;
  margin: 0px;
  margin-left: 0px;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 640px){
  .wp-block-image.alignright{
    margin-left: 1rem;
    width: auto;
  }
}
.wp-block-image.aligncenter{
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image img{
  margin: 0px;
  margin-top: 0.5rem;
  display: block;
  width: 100%;
}

.wp-block-embed.is-type-video{
  margin: 0px;
  margin-bottom: 1rem;
}

@media (min-width: 768px){
  .wp-block-embed.is-type-video{
    margin-bottom: 2rem;
  }
}
.wp-block-embed__wrapper{
  aspect-ratio: 16 / 9;
}
.wp-block-embed iframe{
  margin: 0px;
  display: block;
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}

.aside-menu{
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 2000;
  height: 0px;
  width: 100%;
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow: hidden;
  opacity: 0;
  transition-property: none;
}
.aside-menu[data-active=true]{
  height: 100%;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
.aside-menu__overlay{
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  --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));
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 34, 65, 0.95);
}
.aside-menu__overlay[data-active=true]{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
.aside-menu__branding{
  position: relative;
  z-index: 20;
  display: flex;
  height: 6rem;
  align-items: center;
  opacity: 0;
  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: 300ms;
}
.aside-menu__branding-logo{
  margin-left: 2.75rem;
  margin-right: 2rem;
  display: flex;
}
@media (min-width: 1280px){
  .aside-menu__branding-logo{
    margin-left: 3.5rem;
  }
}
.aside-menu[data-active=true] .aside-menu__branding{
  opacity: 1;
}
.aside-menu__spacer{
  flex-grow: 1;
}
.aside-menu__actions{
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 640px){
  .aside-menu__actions{
    margin-right: 2rem;
  }
}
.aside-menu__actions > button{
  display: block;
  border-radius: 0px;
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.aside-menu__translate{
  position: relative;
  z-index: 30;
  margin-left: 0.5rem;
  align-content: center;
  align-items: center;
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 640px){
  .aside-menu__translate{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.aside-menu__translate:hover{
  background-color: transparent;
}
.aside-menu__translate svg{
  display: block;
  height: 2rem;
  width: 2rem;
}
@media (min-width: 640px){
  .aside-menu__translate svg{
    height: 2.5rem;
    width: 2.5rem;
  }
}
.aside-menu__translate svg path{
  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;
}
.aside-menu__translate svg path.color-1{
  fill: #bf4d00;
}
.aside-menu__translate svg path.color-2{
  fill: #fff;
}
.aside-menu__close-button{
  position: relative;
  z-index: 30;
  margin-left: 0.25rem;
  align-content: center;
  align-items: center;
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px){
  .aside-menu__close-button{
    margin-left: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.aside-menu__close-button:hover{
  background-color: transparent;
}
.aside-menu__close-button svg{
  display: block;
  height: 2.5rem;
  width: 2.5rem;
}
.aside-menu__close-button svg path{
  fill: #fff;
}
.aside-menu__navigation{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 30;
  display: flex;
  width: 80%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
  opacity: 0;
  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-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  max-height: calc(100% - 12rem);
}
.aside-menu__navigation nav{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.aside-menu__navigation nav a{
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  font-family: Barlow Condensed, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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;
}
@media (min-width: 640px){
  .aside-menu__navigation nav a{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 768px){
  .aside-menu__navigation nav a{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1024px){
  .aside-menu__navigation nav a{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1280px){
  .aside-menu__navigation nav a{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.aside-menu__navigation nav a::before{
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: -10;
  display: block;
  height: 0.75rem;
  width: 100%;
  transform-origin: top;
  --tw-translate-x: -50%;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(191 77 0 / var(--tw-bg-opacity));
  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;
}
@media (min-width: 640px){
  .aside-menu__navigation nav a::before{
    height: 1rem;
  }
}
@media (min-width: 768px){
  .aside-menu__navigation nav a::before{
    height: 1.5rem;
  }
}
.aside-menu__navigation nav a::before {
  content: "";
}
.aside-menu__navigation nav a:hover{
  --tw-text-opacity: 1;
  color: rgb(224 255 36 / var(--tw-text-opacity));
}
.aside-menu__navigation nav a:hover::before{
  --tw-scale-y: 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));
}
.aside-menu__navigation-wrapper{
  width: 100%;
  overflow: auto;
}
.aside-menu[data-active=true] .aside-menu__navigation{
  --tw-scale-x: 1;
  --tw-scale-y: 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));
  opacity: 1;
}
.aside-menu__social{
  position: absolute;
  top: 100%;
  left: 50%;
  display: flex;
  --tw-translate-x: -50%;
  --tw-translate-y: 2rem;
  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));
  gap: 1.5rem;
}
@media (min-width: 768px){
  .aside-menu__social{
    gap: 2rem;
  }
}
.aside-menu__social > a{
  display: block;
}
.aside-menu__social > a svg{
  display: block;
  width: 2rem;
}
@media (min-width: 640px){
  .aside-menu__social > a svg{
    width: 2.5rem;
  }
}
@media (min-width: 768px){
  .aside-menu__social > a svg{
    width: 3rem;
  }
}
.aside-menu__social > a:hover svg path{
  fill: #e0ff24;
}

.menu-branding__site-title{
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.menu-branding:hover .menu-branding__site-title{
  text-decoration-line: underline;
}
.menu-branding__site-tagline{
  display: block;
}
.menu-branding__logo{
  position: relative;
  display: flex;
  align-content: flex-start;
  align-items: center;
}
.menu-branding svg{
  display: block;
  height: 100px;
  width: 140px;
}
.menu-branding svg path{
  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;
}
.menu-branding svg path.color-1{
  fill: #fff;
}
.menu-branding svg path.color-2{
  fill: #e0ff24;
}

#fixed-header-padding{
  flex-shrink: 0;
  transition: height 0.5s ease-in-out;
}

.primary-header{
  position: relative;
  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;
  background: #f5f5f5;
}
.primary-header--sticky{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
}
.primary-header__row{
  position: relative;
  display: flex;
  height: 6rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.primary-header__row::before{
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  height: 100%;
  width: 100%;
  transform-origin: top;
  --tw-scale-y: 0;
  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));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  content: "";
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.primary-header__branding{
  position: relative;
  z-index: 30;
  margin-right: 0.5rem;
  margin-left: 1.25rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1280px){
  .primary-header__branding{
    margin-left: 2rem;
  }
}
.primary-header__spacer{
  flex-grow: 1;
}
.primary-header__spacer--last{
  display: none;
}
@media (min-width: 640px){
  .primary-header__spacer--last{
    display: flex;
  }
}
.primary-header__navigation{
  position: relative;
  z-index: 30;
  display: none;
}
@media (min-width: 768px){
  .primary-header__navigation{
    display: flex;
  }
}
.primary-header__navigation nav{
  display: flex;
}
.primary-header__navigation nav a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .primary-header__navigation nav a{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px){
  .primary-header__navigation nav a{
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .primary-header__navigation nav a{
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.primary-header__navigation nav a:hover{
  --tw-text-opacity: 1;
  color: rgb(224 255 36 / var(--tw-text-opacity));
}
.primary-header__actions{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.primary-header[data-active=true] .primary-header__actions > button{
  opacity: 0;
}
.primary-header__toggle{
  position: relative;
  z-index: 30;
  margin-left: 0px;
  display: block;
  align-content: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  padding: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  opacity: 1;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  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;
}
@media (min-width: 640px){
  .primary-header__toggle{
    margin-left: 0.5rem;
  }
}
@media (min-width: 768px){
  .primary-header__toggle{
    display: none;
  }
}
.primary-header__toggle:hover{
  background-color: transparent;
}
.primary-header__toggle svg{
  display: block;
  height: 2.5rem;
  width: 2.5rem;
}
.primary-header__toggle svg path{
  fill: #fff;
}
.primary-header__download{
  position: relative;
  z-index: 30;
  margin-left: 0.25rem;
  display: block;
  align-content: center;
  align-items: center;
  background-color: transparent;
  padding: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px){
  .primary-header__download{
    margin-left: 0.5rem;
  }
}
.primary-header__download svg{
  display: block;
  height: 3rem;
  width: 3rem;
}
.primary-header__download svg path{
  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;
}
.primary-header__download svg .circle{
  fill: #D2ECFF;
}
.primary-header__download svg .download-arrow{
  fill: #002241;
}
.primary-header__download:hover svg .circle{
  fill: #001426;
}
.primary-header__download:hover svg .download-arrow{
  fill: #fff;
}

body.home .primary-header{
  background-color: transparent;
}

body:not(.home) .primary-header__row::before{
  --tw-scale-y: 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));
  opacity: 1;
}

body.home.scrolled .primary-header__row::before{
  --tw-scale-y: 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));
  opacity: 1;
}

body:not(.home) .primary-header__branding svg path.color-1,
body.home.scrolled .primary-header__branding svg path.color-1{
  fill: #001426;
}
body:not(.home) .primary-header__branding svg path.color-2,
body.home.scrolled .primary-header__branding svg path.color-2{
  fill: #002241;
}

body.scrolled .primary-header__download svg .circle{
  fill: #002241;
}
body.scrolled .primary-header__download svg .download-arrow{
  fill: #D2ECFF;
}

body:not(.home) .primary-header__toggle svg path,
body.home.scrolled .primary-header__toggle svg path{
  fill: #001426;
}

body:not(.home) .primary-header__navigation nav a,
body.home.scrolled .primary-header__navigation nav a{
  --tw-text-opacity: 1;
  color: rgb(0 20 38 / var(--tw-text-opacity));
}
body:not(.home) .primary-header__navigation nav a:hover,
body.home.scrolled .primary-header__navigation nav a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 34 65 / var(--tw-text-opacity));
}

.primary-header-translate{
  position: relative;
}
.primary-header-translate__button{
  position: relative;
  z-index: 30;
  margin-left: 0.5rem;
  align-content: center;
  align-items: center;
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px){
  .primary-header-translate__button{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.primary-header-translate__button:hover{
  background-color: transparent;
}
.primary-header-translate__button svg{
  display: block;
  height: 2rem;
  width: 2rem;
}
@media (min-width: 640px){
  .primary-header-translate__button svg{
    height: 2.5rem;
    width: 2.5rem;
  }
}
.primary-header-translate__button svg path{
  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;
}
.primary-header-translate__button svg path.color-1{
  fill: #002241;
}
.primary-header-translate__button svg path.color-2{
  fill: #fff;
}
.primary-header-translate__close-button{
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  display: flex;
  height: 2rem;
  width: 2rem;
  --tw-translate-x: 33.333333%;
  --tw-translate-y: -33.333333%;
  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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(191 77 0 / var(--tw-bg-opacity));
  padding: 0px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}
.primary-header-translate__popup{
  pointer-events: none;
  position: fixed;
  right: 2.5rem;
  top: 1.5rem;
  z-index: 5000;
  height: 0px;
}
.primary-header-translate__popup[data-active=true]{
  pointer-events: auto;
  height: auto;
  overflow: visible;
}
.primary-header-translate__popup .goog-te-gadget{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.primary-header-translate__popup .goog-te-gadget > div{
  width: 100%;
}
.primary-header-translate__popup .goog-te-gadget .goog-te-combo{
  margin: 0px;
  margin-bottom: 0.25rem;
  width: 100%;
}
.primary-header-translate__popup .goog-te-gadget .goog-logo-link{
  display: flex;
  align-items: center;
  gap: 0px;
}
.primary-header-translate__popup .goog-te-gadget .goog-logo-link > img{
  margin-top: 0.25rem;
  flex-shrink: 0;
  padding-right: 0px;
}
.primary-header-translate__content{
  width: 14rem;
  transform-origin: top right;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  opacity: 0;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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;
}
.primary-header-translate__popup[data-active=true] .primary-header-translate__content{
  --tw-scale-x: 1;
  --tw-scale-y: 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));
  opacity: 1;
}

.gecko-theme-posts{
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.gecko-theme-loop-post{
  color: var(--wp--preset--color--foreground);
  max-width: 65ch;
}

.gecko-theme-loop-post :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 1rem;
}

.gecko-theme-loop-post :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.gecko-theme-loop-post :where(a):not(:where([class~="not-prose"] *)){
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
  font-weight: 500;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}

.gecko-theme-loop-post :where(a):not(:where([class~="not-prose"] *)):hover{
  color: var(--wp--preset--color--primary);
}

.gecko-theme-loop-post :where(strong):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-weight: 600;
}

.gecko-theme-loop-post :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-loop-post :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-loop-post :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-loop-post :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.gecko-theme-loop-post :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.gecko-theme-loop-post :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.gecko-theme-loop-post :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.gecko-theme-loop-post :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.gecko-theme-loop-post :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.gecko-theme-loop-post :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.gecko-theme-loop-post :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.gecko-theme-loop-post :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.gecko-theme-loop-post :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.gecko-theme-loop-post :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.gecko-theme-loop-post :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.gecko-theme-loop-post :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.gecko-theme-loop-post :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.gecko-theme-loop-post :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.gecko-theme-loop-post :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.gecko-theme-loop-post :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.gecko-theme-loop-post :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.1111111;
}

.gecko-theme-loop-post :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.gecko-theme-loop-post :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--wp--preset--color--foreground);
  font-weight: 600;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.3333333;
}

.gecko-theme-loop-post :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.gecko-theme-loop-post :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.gecko-theme-loop-post :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.gecko-theme-loop-post :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.gecko-theme-loop-post :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.gecko-theme-loop-post :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

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

.gecko-theme-loop-post :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.gecko-theme-loop-post :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.gecko-theme-loop-post :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.gecko-theme-loop-post :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.gecko-theme-loop-post :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-loop-post :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-loop-post :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.gecko-theme-loop-post :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.gecko-theme-loop-post :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-loop-post :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-loop-post :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-loop-post :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.gecko-theme-loop-post :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.gecko-theme-loop-post :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.gecko-theme-loop-post :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.gecko-theme-loop-post :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.gecko-theme-loop-post :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.gecko-theme-loop-post :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.gecko-theme-loop-post :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.gecko-theme-loop-post :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.gecko-theme-loop-post :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

.gecko-theme-loop-post :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.gecko-theme-loop-post :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

.gecko-theme-loop-post{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.gecko-theme-loop-post :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.gecko-theme-loop-post :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.gecko-theme-loop-post :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.gecko-theme-loop-post :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.gecko-theme-loop-post :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.gecko-theme-loop-post :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.gecko-theme-loop-post :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.gecko-theme-loop-post :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.gecko-theme-loop-post :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.gecko-theme-loop-post :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.gecko-theme-loop-post :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.gecko-theme-loop-post :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.gecko-theme-loop-post :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.gecko-theme-loop-post :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.gecko-theme-loop-post :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.gecko-theme-loop-post :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.gecko-theme-loop-post :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.gecko-theme-loop-post :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.gecko-theme-loop-post :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.gecko-theme-loop-post :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.gecko-theme-loop-post :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.gecko-theme-loop-post :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.gecko-theme-loop-post :where(h5):not(:where([class~="not-prose"] *)){
  font-weight: 600;
  margin-bottom: 1rem;
}

.gecko-theme-loop-post :where(h6):not(:where([class~="not-prose"] *)){
  font-weight: 600;
  margin-bottom: 1rem;
}

.gecko-theme-loop-post{
  max-width: none;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
}

@media (min-width: 768px){
  .gecko-theme-loop-post{
    flex-direction: row;
  }
}
.gecko-theme-loop-post__image{
  margin-bottom: 2rem;
  display: block;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px){
  .gecko-theme-loop-post__image{
    margin-right: 2rem;
  }
}
.gecko-theme-loop-post__image {
  width: 300px;
  min-height: 200px;
  background-position: center top;
}
.gecko-theme-loop-post__content{
  flex-grow: 1;
}

.gecko-theme-single__header{
  color: var(--wp--preset--color--foreground);
  max-width: 65ch;
}

.gecko-theme-single__header :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 1rem;
}

.gecko-theme-single__header :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.gecko-theme-single__header :where(a):not(:where([class~="not-prose"] *)){
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
  font-weight: 500;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}

.gecko-theme-single__header :where(a):not(:where([class~="not-prose"] *)):hover{
  color: var(--wp--preset--color--primary);
}

.gecko-theme-single__header :where(strong):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-weight: 600;
}

.gecko-theme-single__header :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-single__header :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-single__header :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-single__header :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.gecko-theme-single__header :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.gecko-theme-single__header :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.gecko-theme-single__header :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.gecko-theme-single__header :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.gecko-theme-single__header :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.gecko-theme-single__header :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.gecko-theme-single__header :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.gecko-theme-single__header :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.gecko-theme-single__header :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.gecko-theme-single__header :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.gecko-theme-single__header :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.gecko-theme-single__header :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.gecko-theme-single__header :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.gecko-theme-single__header :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.gecko-theme-single__header :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.gecko-theme-single__header :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.gecko-theme-single__header :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.1111111;
}

.gecko-theme-single__header :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.gecko-theme-single__header :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--wp--preset--color--foreground);
  font-weight: 600;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.3333333;
}

.gecko-theme-single__header :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.gecko-theme-single__header :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.gecko-theme-single__header :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.gecko-theme-single__header :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.gecko-theme-single__header :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.gecko-theme-single__header :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

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

.gecko-theme-single__header :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.gecko-theme-single__header :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.gecko-theme-single__header :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.gecko-theme-single__header :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.gecko-theme-single__header :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-single__header :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-single__header :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.gecko-theme-single__header :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.gecko-theme-single__header :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-single__header :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-single__header :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-single__header :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.gecko-theme-single__header :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.gecko-theme-single__header :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.gecko-theme-single__header :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.gecko-theme-single__header :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.gecko-theme-single__header :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.gecko-theme-single__header :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.gecko-theme-single__header :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.gecko-theme-single__header :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.gecko-theme-single__header :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

.gecko-theme-single__header :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.gecko-theme-single__header :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

.gecko-theme-single__header{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.gecko-theme-single__header :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.gecko-theme-single__header :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.gecko-theme-single__header :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.gecko-theme-single__header :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.gecko-theme-single__header :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.gecko-theme-single__header :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.gecko-theme-single__header :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.gecko-theme-single__header :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.gecko-theme-single__header :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.gecko-theme-single__header :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

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

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

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

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

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

.gecko-theme-single__header :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.gecko-theme-single__header :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.gecko-theme-single__header :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.gecko-theme-single__header :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.gecko-theme-single__header :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.gecko-theme-single__header :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.gecko-theme-single__header :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.gecko-theme-single__header :where(h5):not(:where([class~="not-prose"] *)){
  font-weight: 600;
  margin-bottom: 1rem;
}

.gecko-theme-single__header :where(h6):not(:where([class~="not-prose"] *)){
  font-weight: 600;
  margin-bottom: 1rem;
}

.gecko-theme-single__header{
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.gecko-theme-pagination{
  padding: 1rem;
  text-align: center;
}

.gecko-team-member{
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  box-shadow: 0px 4px 6px rgba(0, 20, 38, 0.2);
}
.gecko-team-member__image{
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  background-size: cover;
  background-position: center;
}
.gecko-team-member__content{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.gecko-team-member__name{
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.gecko-team-member__image:hover + .gecko-team-member__content .gecko-team-member__name, .gecko-team-member__content:hover .gecko-team-member__name{
  text-decoration-line: underline;
}
.gecko-team-member__title{
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.gecko-accordion{
  clear: both;
  margin-bottom: 2rem;
}
.gecko-accordion__title{
  position: relative;
  cursor: pointer;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(210 222 224 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 4rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  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;
}
@media (min-width: 640px){
  .gecko-accordion__title{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px){
  .gecko-accordion__title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.gecko-accordion__icon{
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  width: 0.75rem;
  --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));
}
.gecko-accordion__icon path{
  transform-origin: center;
  fill: #bf4d00;
  opacity: 1;
  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;
}
.gecko-accordion__content{
  display: none;
  padding-top: 0.5rem;
}
.gecko-accordion[data-active=true] .gecko-accordion__icon-plus{
  --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));
}
.gecko-accordion[data-active=true] .gecko-accordion__content{
  display: block;
}
.gecko-accordion[data-text-color-style=light] .gecko-accordion__title{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-bottom: 2px solid rgba(240, 242, 242, 0.5);
}
.gecko-accordion[data-text-color-style=light] .gecko-accordion__icon path{
  fill: #e0ff24;
}
.gecko-accordion[data-text-color-style=light] .gecko-accordion__content{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gecko-card{
  position: relative;
  max-width: 100%;
}
.gecko-card[data-has-icon=true]{
  padding-top: 3rem;
}
.gecko-card__inner{
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: var(--wp--preset--color--foreground);
  max-width: 65ch;
}
.gecko-card__inner :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 1rem;
}
.gecko-card__inner :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.gecko-card__inner :where(a):not(:where([class~="not-prose"] *)){
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
  font-weight: 500;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}
.gecko-card__inner :where(a):not(:where([class~="not-prose"] *)):hover{
  color: var(--wp--preset--color--primary);
}
.gecko-card__inner :where(strong):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-weight: 600;
}
.gecko-card__inner :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.gecko-card__inner :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.gecko-card__inner :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.gecko-card__inner :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.gecko-card__inner :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.gecko-card__inner :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.gecko-card__inner :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.gecko-card__inner :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.gecko-card__inner :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.gecko-card__inner :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.gecko-card__inner :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.gecko-card__inner :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.gecko-card__inner :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}
.gecko-card__inner :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.gecko-card__inner :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.gecko-card__inner :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.gecko-card__inner :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.gecko-card__inner :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.gecko-card__inner :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}
.gecko-card__inner :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}
.gecko-card__inner :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.1111111;
}
.gecko-card__inner :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.gecko-card__inner :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--wp--preset--color--foreground);
  font-weight: 600;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.3333333;
}
.gecko-card__inner :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.gecko-card__inner :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.gecko-card__inner :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.gecko-card__inner :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.gecko-card__inner :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.gecko-card__inner :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.gecko-card__inner :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.gecko-card__inner :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.gecko-card__inner :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.gecko-card__inner :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}
.gecko-card__inner :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}
.gecko-card__inner :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.gecko-card__inner :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.gecko-card__inner :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.gecko-card__inner :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.gecko-card__inner :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.gecko-card__inner :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.gecko-card__inner :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.gecko-card__inner :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.gecko-card__inner :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.gecko-card__inner :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}
.gecko-card__inner :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}
.gecko-card__inner :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.gecko-card__inner :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.gecko-card__inner :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.gecko-card__inner :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.gecko-card__inner :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}
.gecko-card__inner :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}
.gecko-card__inner :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.gecko-card__inner :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}
.gecko-card__inner{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.gecko-card__inner :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.gecko-card__inner :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.gecko-card__inner :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.gecko-card__inner :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.gecko-card__inner :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.gecko-card__inner :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.gecko-card__inner :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.gecko-card__inner :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.gecko-card__inner :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.gecko-card__inner :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.gecko-card__inner :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.gecko-card__inner :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.gecko-card__inner :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.gecko-card__inner :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.gecko-card__inner :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.gecko-card__inner :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.gecko-card__inner :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.gecko-card__inner :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.gecko-card__inner :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.gecko-card__inner :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.gecko-card__inner :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.gecko-card__inner :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.gecko-card__inner :where(h5):not(:where([class~="not-prose"] *)){
  font-weight: 600;
  margin-bottom: 1rem;
}
.gecko-card__inner :where(h6):not(:where([class~="not-prose"] *)){
  font-weight: 600;
  margin-bottom: 1rem;
}
.gecko-card__inner{
  position: relative;
  z-index: 20;
  display: block;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.gecko-card__inner[href] {
  text-decoration: inherit;
}
.gecko-card[data-shadow=true] .gecko-card__inner {
  will-change: filter;
  filter: drop-shadow(0 0.2rem 0.325rem rgba(50, 50, 50, 0.15));
}
.gecko-card__inner[href]{
  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;
  text-decoration: inherit;
}
.gecko-card__inner[href]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 36 / var(--tw-bg-opacity));
}
.gecko-card[data-shadow=true] .gecko-card__inner[href]:hover {
  filter: drop-shadow(1px 1px 0 #002241) drop-shadow(-1px -1px 0 #002241) drop-shadow(1px -1px 0 #002241) drop-shadow(-1px 1px 0 #002241);
}
.gecko-card__inner[href]:hover .gecko-card__arrow path{
  fill: #e0ff24;
}
.gecko-card[data-padding=small] .gecko-card__inner{
  padding: 1rem;
}
.gecko-card[data-padding=med] .gecko-card__inner{
  padding: 1.5rem;
}
.gecko-card[data-padding=lg] .gecko-card__inner{
  padding: 2rem;
}
.gecko-card[data-padding=xl] .gecko-card__inner{
  padding: 2.5rem;
}
.gecko-card[data-padding="2xl"] .gecko-card__inner{
  padding: 3rem;
}
.gecko-card[data-has-icon=true][data-padding] .gecko-card__inner{
  padding-top: 1.5rem;
}
.gecko-card__arrow{
  position: absolute;
  z-index: 10;
  display: block;
}
.gecko-card__arrow path{
  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;
}
.gecko-card[data-arrow-location=top]{
  padding-top: 1.5rem;
}
.gecko-card[data-arrow-location=top] .gecko-card__arrow{
  bottom: calc(100% - 1px);
  left: 50%;
  height: 1.5rem;
  --tw-translate-x: -50%;
  --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));
}
.gecko-card[data-arrow-location=bottom]{
  padding-bottom: 1.5rem;
}
.gecko-card[data-arrow-location=bottom] .gecko-card__arrow{
  top: calc(100% - 1px);
  left: 50%;
  height: 1.5rem;
  --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));
}
.gecko-card[data-arrow-location=left]{
  padding-left: 1.5rem;
}
.gecko-card[data-arrow-location=left] .gecko-card__arrow{
  right: calc(100% - 1px);
  top: 50%;
  width: 1.5rem;
  --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));
}
.gecko-card[data-arrow-location=right]{
  padding-right: 1.5rem;
}
.gecko-card[data-arrow-location=right] .gecko-card__arrow{
  left: calc(100% - 1px);
  top: 50%;
  width: 1.5rem;
  --tw-translate-y: -50%;
  --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));
}
.gecko-card__inner-blocks p{
  margin: 0px;
  margin-bottom: 1rem;
}
.gecko-card__inner-blocks *:last-child{
  margin-bottom: 0px;
}
.gecko-card__icon{
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 30;
  display: flex;
  height: 5rem;
  width: 5rem;
  --tw-translate-x: -50%;
  --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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 36 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  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;
}
.gecko-card__icon::before{
  display: flex;
  height: 5rem;
  width: 5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 34 65 / var(--tw-text-opacity));
  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;
}
.gecko-card__inner[href]:hover .gecko-card__icon{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.gecko-card__inner[href]:hover .gecko-card__icon::before{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}
.gecko-card__icon + .gecko-card__inner-blocks{
  padding-top: 2.5rem;
}

.wp-block-columns.is-style-card {
  margin: 0;
  padding: 0;
}
@media (max-width: 599px) {
  .wp-block-columns.is-style-card > .wp-block-column {
    margin-bottom: 2rem;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns.is-style-card:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 2em) !important;
  }
  .wp-block-columns.is-style-card:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
    margin-left: 4em;
    margin-bottom: 2rem;
  }
}
@media (min-width: 782px) {
  .wp-block-columns.is-style-card:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: 4em;
  }
}

.wp-block-image.is-style-rounded-corners{
  border-radius: 1rem;
}

p.is-style-subtitle{
  margin: 0px;
}

.wp-block-image:first-child{
  margin-top: 0px;
}
.wp-block-image:first-child > img{
  margin-top: 0px;
}

.gecko-theme-section .wp-block-separator{
  border-width: 0px;
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(191 77 0 / var(--tw-border-opacity));
}
.gecko-theme-section .wp-block-separator:not(.has-text-color){
  --tw-border-opacity: 1;
  border-bottom-color: rgb(191 77 0 / var(--tw-border-opacity));
}
.gecko-theme-section .wp-block-separator.has-text-color{
  border-bottom-color: inherit;
}
.gecko-theme-section .wp-block-separator.is-style-default{
  margin-left: auto;
  margin-right: auto;
  max-width: 160px;
}
.gecko-theme-section .wp-block-separator.is-style-dots{
  height: 1rem;
  border-style: none;
}
.gecko-theme-section .wp-block-separator.is-style-dots::before{
  display: block;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  background-image: url("../images/stars-sep.svg");
}

.gecko-hero{
  color: var(--wp--preset--color--foreground);
  max-width: 65ch;
}

.gecko-hero :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 1rem;
}

.gecko-hero :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.gecko-hero :where(a):not(:where([class~="not-prose"] *)){
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
  font-weight: 500;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}

.gecko-hero :where(a):not(:where([class~="not-prose"] *)):hover{
  color: var(--wp--preset--color--primary);
}

.gecko-hero :where(strong):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-weight: 600;
}

.gecko-hero :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-hero :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-hero :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-hero :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.gecko-hero :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.gecko-hero :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.gecko-hero :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.gecko-hero :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.gecko-hero :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.gecko-hero :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.gecko-hero :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.gecko-hero :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.gecko-hero :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.gecko-hero :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.gecko-hero :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.gecko-hero :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.gecko-hero :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.gecko-hero :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.gecko-hero :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.gecko-hero :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.gecko-hero :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.1111111;
}

.gecko-hero :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.gecko-hero :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--wp--preset--color--foreground);
  font-weight: 600;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.3333333;
}

.gecko-hero :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.gecko-hero :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.gecko-hero :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.gecko-hero :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.gecko-hero :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.gecko-hero :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

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

.gecko-hero :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.gecko-hero :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.gecko-hero :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.gecko-hero :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.gecko-hero :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-hero :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-hero :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.gecko-hero :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.gecko-hero :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-hero :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-hero :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-hero :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.gecko-hero :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.gecko-hero :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.gecko-hero :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.gecko-hero :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.gecko-hero :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.gecko-hero :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.gecko-hero :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.gecko-hero :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.gecko-hero :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

.gecko-hero :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.gecko-hero :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

.gecko-hero{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.gecko-hero :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.gecko-hero :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.gecko-hero :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.gecko-hero :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.gecko-hero :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.gecko-hero :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.gecko-hero :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.gecko-hero :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.gecko-hero :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.gecko-hero :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

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

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

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

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

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

.gecko-hero :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.gecko-hero :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.gecko-hero :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

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

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

.gecko-hero :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.gecko-hero :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.gecko-hero :where(h5):not(:where([class~="not-prose"] *)){
  font-weight: 600;
  margin-bottom: 1rem;
}

.gecko-hero :where(h6):not(:where([class~="not-prose"] *)){
  font-weight: 600;
  margin-bottom: 1rem;
}

.gecko-hero{
  position: relative;
  display: flex;
  max-width: 100%;
  flex-direction: column;
  background-repeat: no-repeat;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px){
  .gecko-hero{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.gecko-hero[data-is-preview=true] {
  border: 1px dashed #bf4d00;
}
.gecko-hero[data-is-preview=true] .gecko-hero__inner {
  border: 1px dashed #e0ff24;
}
.gecko-hero[data-vertical-padding=none]{
  padding-top: 0px;
  padding-bottom: 0px;
}
.gecko-hero[data-vertical-padding=default]{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.gecko-hero[data-vertical-padding=xl]{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.gecko-hero[data-vertical-padding="2xl"]{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.gecko-hero[data-vertical-padding="3xl"]{
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.gecko-hero[data-vertical-alignment=top]{
  justify-content: flex-start;
}
.gecko-hero[data-vertical-alignment=center]{
  justify-content: center;
}
.gecko-hero[data-vertical-alignment=bottom]{
  justify-content: flex-end;
}
.gecko-hero__overlay{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
}
.gecko-hero__inner{
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 30;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.gecko-hero[data-row-width=full-width] .gecko-hero__inner{
  max-width: 100%;
}
.gecko-hero[data-row-width=wide] .gecko-hero__inner, .gecko-hero[data-row-width=half] .gecko-hero__inner{
  max-width: 72rem;
}
@media (min-width: 768px){
  .gecko-hero[data-row-width=half] .gecko-hero__inner-blocks{
    max-width: 50%;
  }
}
.gecko-hero[data-row-width=half][data-row-alignment=left] .gecko-hero__inner .gecko-hero__inner-blocks{
  margin-left: 0px;
  margin-right: auto;
}
.gecko-hero[data-row-width=half][data-row-alignment=center] .gecko-hero__inner .gecko-hero__inner-blocks{
  margin-left: auto;
  margin-right: auto;
}
.gecko-hero[data-row-width=half][data-row-alignment=right] .gecko-hero__inner .gecko-hero__inner-blocks{
  margin-left: auto;
  margin-right: 0px;
}
.gecko-hero__corner-mask{
  position: absolute;
  left: 1rem;
  top: 0px;
  z-index: 20;
  height: calc(100% - 1rem);
  width: calc(100% - 2rem);
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  background-color: transparent;
  box-shadow: 0 0 0 10rem #f0f2f2;
}
.gecko-hero[data-corner-mask=true]{
  overflow: hidden;
}

.gecko-hero__inner-blocks h1,
.gecko-hero__inner-blocks h2{
  margin-bottom: 1rem;
  display: block;
  text-shadow: 0 4px 4px rgba(0, 55, 55, 0.2);
}
.gecko-hero__inner-blocks h1 strong,
.gecko-hero__inner-blocks h2 strong{
  --tw-text-opacity: 1;
  color: rgb(224 255 36 / var(--tw-text-opacity));
}
.gecko-hero__inner-blocks h1{
  font-size: 3rem;
  line-height: 1;
}
@media (min-width: 768px){
  .gecko-hero__inner-blocks h1{
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1024px){
  .gecko-hero__inner-blocks h1{
    font-size: 4.5rem;
    line-height: 1;
  }
}
.gecko-hero__inner-blocks h2{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 768px){
  .gecko-hero__inner-blocks h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px){
  .gecko-hero__inner-blocks h2{
    font-size: 3rem;
    line-height: 1;
  }
}
.gecko-hero__inner-blocks p{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 768px){
  .gecko-hero__inner-blocks p{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.gecko-hero__inner-blocks p {
  text-shadow: 0 4px 4px rgba(0, 55, 55, 0.1);
}

.gecko-homenow-finder__search{
  margin-bottom: 2rem;
}
.gecko-homenow-finder__label{
  margin-bottom: 0.25rem;
  display: block;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.gecko-homenow-finder__field select{
  display: block;
  width: auto;
  min-width: 300px;
  border-radius: 1.5rem;
  border-width: 2px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  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;
  box-shadow: 0 4px 4px rgba(0, 20, 38, 0.2);
}
.gecko-homenow-finder__field select:focus, .gecko-homenow-finder__field select:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 36 / var(--tw-bg-opacity));
  box-shadow: 0 4px 4px rgba(0, 20, 38, 0.2), 0 0 0 3px #001426 inset;
}
.gecko-homenow-finder__lenders{
  margin-bottom: 2rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.gecko-homenow-lender{
  display: block;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  .gecko-homenow-lender{
    padding: 2rem;
  }
}

.gecko-homenow-lender {
  box-shadow: 0px 4px 5px rgba(0, 20, 38, 0.2);
}
.gecko-homenow-lender__email, .gecko-homenow-lender__website{
  overflow-wrap: break-word;
}
.gecko-homenow-lender__name{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.gecko-homenow-lender__title{
  font-size: 1.5rem;
  line-height: 2rem;
}
.gecko-homenow-lender__contact-details{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.gecko-homenow-lender__email, .gecko-homenow-lender__phone{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.gecko-homenow-lender__website{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.gecko-page-header{
  --tw-bg-opacity: 1;
  background-color: rgb(0 34 65 / var(--tw-bg-opacity));
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.gecko-page-header[data-style=secondary]{
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 36 / var(--tw-bg-opacity));
}
.gecko-page-header__row{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 48rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 768px){
  .gecko-page-header__row{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1024px){
  .gecko-page-header__row{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.gecko-page-header[data-style=secondary] .gecko-page-header__row{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px){
  .gecko-page-header[data-style=secondary] .gecko-page-header__row{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1024px){
  .gecko-page-header[data-style=secondary] .gecko-page-header__row{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.gecko-page-header__title{
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .gecko-page-header__title{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px){
  .gecko-page-header__title{
    font-size: 3rem;
    line-height: 1;
  }
}
.gecko-page-header[data-style=secondary] .gecko-page-header__title{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .gecko-page-header[data-style=secondary] .gecko-page-header__title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px){
  .gecko-page-header[data-style=secondary] .gecko-page-header__title{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.gecko-page-header__content{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.gecko-page-header__content:empty{
  display: none;
}
.gecko-page-header[data-style=primary] .gecko-page-header__content strong{
  --tw-text-opacity: 1;
  color: rgb(224 255 36 / var(--tw-text-opacity));
}
.gecko-page-header[data-style=secondary] .gecko-page-header__content{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.gecko-page-header__title + .gecko-page-header__content{
  margin-top: 2rem;
}
.gecko-page-header[data-style=secondary] .gecko-page-header__title + .gecko-page-header__content{
  margin-top: 1rem;
}

.gecko-theme-section{
  color: var(--wp--preset--color--foreground);
  max-width: 65ch;
}

.gecko-theme-section :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 1rem;
}

.gecko-theme-section :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.gecko-theme-section :where(a):not(:where([class~="not-prose"] *)){
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
  font-weight: 500;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}

.gecko-theme-section :where(a):not(:where([class~="not-prose"] *)):hover{
  color: var(--wp--preset--color--primary);
}

.gecko-theme-section :where(strong):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-weight: 600;
}

.gecko-theme-section :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-section :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-section :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-section :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.gecko-theme-section :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.gecko-theme-section :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.gecko-theme-section :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.gecko-theme-section :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.gecko-theme-section :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.gecko-theme-section :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.gecko-theme-section :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.gecko-theme-section :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.gecko-theme-section :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.gecko-theme-section :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.gecko-theme-section :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.gecko-theme-section :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.gecko-theme-section :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.gecko-theme-section :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.gecko-theme-section :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.gecko-theme-section :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.gecko-theme-section :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.1111111;
}

.gecko-theme-section :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.gecko-theme-section :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--wp--preset--color--foreground);
  font-weight: 600;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.3333333;
}

.gecko-theme-section :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.gecko-theme-section :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.gecko-theme-section :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.gecko-theme-section :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.gecko-theme-section :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.gecko-theme-section :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

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

.gecko-theme-section :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.gecko-theme-section :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.gecko-theme-section :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.gecko-theme-section :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.gecko-theme-section :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-section :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-section :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.gecko-theme-section :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.gecko-theme-section :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-section :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-section :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.gecko-theme-section :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.gecko-theme-section :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.gecko-theme-section :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.gecko-theme-section :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.gecko-theme-section :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.gecko-theme-section :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.gecko-theme-section :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.gecko-theme-section :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.gecko-theme-section :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.gecko-theme-section :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

.gecko-theme-section :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.gecko-theme-section :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

.gecko-theme-section{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.gecko-theme-section :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.gecko-theme-section :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.gecko-theme-section :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.gecko-theme-section :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.gecko-theme-section :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.gecko-theme-section :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.gecko-theme-section :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.gecko-theme-section :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.gecko-theme-section :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.gecko-theme-section :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

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

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

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

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

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

.gecko-theme-section :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.gecko-theme-section :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.gecko-theme-section :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.gecko-theme-section :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.gecko-theme-section :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.gecko-theme-section :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.gecko-theme-section :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.gecko-theme-section :where(h5):not(:where([class~="not-prose"] *)){
  font-weight: 600;
  margin-bottom: 1rem;
}

.gecko-theme-section :where(h6):not(:where([class~="not-prose"] *)){
  font-weight: 600;
  margin-bottom: 1rem;
}

.gecko-theme-section{
  position: relative;
  max-width: 100%;
  background-repeat: no-repeat;
}
.gecko-theme-section[data-is-preview=true] {
  border: 1px dashed #bf4d00;
}
.gecko-theme-section[data-is-preview=true] .gecko-theme-section__inner {
  border: 1px dashed #e0ff24;
}
.gecko-theme-section[data-padding=none]{
  padding: 0px;
}
.gecko-theme-section[data-padding=default]{
  padding: 1rem;
}
.gecko-theme-section[data-padding=extra]{
  padding: 3rem;
}
.gecko-theme-section[data-negative-top-margin="1"]{
  margin-top: -2rem;
}
.gecko-theme-section[data-negative-top-margin="2"]{
  margin-top: -3.5rem;
}
.gecko-theme-section[data-negative-top-margin="3"]{
  margin-top: -5rem;
}
.gecko-theme-section[data-negative-top-margin="4"]{
  margin-top: -7rem;
}
.gecko-theme-section[data-negative-top-margin="5"]{
  margin-top: -9rem;
}
.gecko-theme-section[data-negative-top-margin="6"]{
  margin-top: -11rem;
}
.gecko-theme-section__overlay{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
}
.gecko-theme-section__inner{
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 20;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.gecko-theme-section[data-row-width=full-width] .gecko-theme-section__inner{
  max-width: 100%;
}
.gecko-theme-section[data-row-width=wide] .gecko-theme-section__inner{
  max-width: 72rem;
}
.gecko-theme-section[data-row-width=medium] .gecko-theme-section__inner{
  max-width: 64rem;
}
.gecko-theme-section[data-row-width=narrow] .gecko-theme-section__inner{
  max-width: 48rem;
}
.gecko-theme-section[data-padding=none] .gecko-theme-section__inner{
  padding: 0px;
}
.gecko-theme-section__corner-mask{
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  height: calc(100% - 2rem);
  width: calc(100% - 2rem);
  border-radius: 1.5rem;
  background-color: transparent;
  box-shadow: 0 0 0 10rem #f0f2f2;
}
.gecko-theme-section[data-corner-mask=true]{
  overflow: hidden;
}
.gecko-theme-section + .gecko-theme-section .gecko-theme-section__corner-mask{
  top: 0px;
  height: calc(100% - 1rem);
}

.gecko-theme-section p a{
  color: inherit;
}

.gecko-success-story[data-corner-mask=true] + .gecko-theme-section .gecko-theme-section__corner-mask{
  top: 0px;
  height: calc(100% - 1rem);
}

.gecko-success-story{
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 640px){
  .gecko-success-story{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.gecko-success-story[data-corner-mask=true]{
  overflow: hidden;
}
.gecko-success-story__image{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 66% 33%;
}
.gecko-success-story__image-overlay{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.5;
}
@media (min-width: 640px){
  .gecko-success-story__image-overlay{
    opacity: 0.1;
  }
}
.gecko-success-story__corner-mask{
  pointer-events: none;
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 30;
  height: calc(100% - 2rem);
  width: calc(100% - 2rem);
  border-radius: 1.5rem;
  background-color: transparent;
  box-shadow: 0 0 0 10rem #f0f2f2;
}
.gecko-success-story + .gecko-success-story .gecko-success-story__corner-mask{
  top: 0px;
  height: calc(100% - 1rem);
}
.gecko-success-story__row{
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 20;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.gecko-success-story__row p{
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.gecko-success-story__content{
  width: 100%;
}
@media (min-width: 640px){
  .gecko-success-story__content{
    width: 50%;
  }
}
.gecko-success-story[data-content-alignment=right] .gecko-success-story__content{
  margin-left: auto;
}
.gecko-success-story[data-text-alignment=center] .gecko-success-story__content{
  text-align: center;
}
@media (min-width: 640px){
  .gecko-success-story[data-text-alignment=right] .gecko-success-story__content{
    text-align: right;
  }
}
.gecko-success-story__name a{
  margin-bottom: 0.5rem;
  display: block;
  font-family: PT Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(224 255 36 / var(--tw-text-opacity));
}
.gecko-success-story__name a:hover{
  text-decoration-line: underline;
}
.gecko-success-story__title{
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.gecko-theme-section[data-corner-mask=true] + .gecko-success-story .gecko-success-story__corner-mask{
  top: 0px;
  height: calc(100% - 1rem);
}

.gecko-testimonial-slider{
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
.gecko-testimonial-slider__button{
  position: absolute;
  top: 50%;
  z-index: 20;
  margin: 0px;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  --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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 36 / var(--tw-bg-opacity));
  padding: 0px;
  text-align: center;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  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;
}
@media (min-width: 640px){
  .gecko-testimonial-slider__button{
    height: 3rem;
    width: 3rem;
  }
}
.gecko-testimonial-slider__button {
  box-shadow: 0px 4px 10px rgba(1, 53, 55, 0.1);
}
.gecko-testimonial-slider__button--prev{
  left: -1rem;
}
@media (min-width: 640px){
  .gecko-testimonial-slider__button--prev{
    left: 0px;
  }
}
.gecko-testimonial-slider__button--next{
  right: -1rem;
}
@media (min-width: 640px){
  .gecko-testimonial-slider__button--next{
    right: 0px;
  }
}
.gecko-testimonial-slider__button[disabled]{
  opacity: 0.5;
}
.gecko-testimonial-slider__button:hover {
  box-shadow: 0px 3px 16px rgba(0, 20, 38, 0.1), 0 0 0 2px #002241 inset;
}
.gecko-testimonial-slider__button svg{
  display: block;
  width: 1.5rem;
}
.gecko-testimonial-slider__button[data-style=rust]{
  --tw-bg-opacity: 1;
  background-color: rgb(191 77 0 / var(--tw-bg-opacity));
}
.gecko-testimonial-slider__button[data-style=rust]:hover {
  box-shadow: 0px 3px 16px rgba(0, 20, 38, 0.1), 0 0 0 2px #fff inset;
}
.gecko-testimonial-slider__button[data-style=rust] svg path{
  fill: #fff;
}
.gecko-testimonial-slider__wrapper{
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.gecko-testimonial-slider__slide{
  height: 0px;
  width: 100%;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 1s;
}
.gecko-testimonial-slider__slide[data-active=true]{
  height: auto;
}
.gecko-testimonial-slider__content{
  padding: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  --tw-text-opacity: 1;
  color: rgb(0 20 38 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-duration: 150ms;
  transition-delay: 100ms;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 640px){
  .gecko-testimonial-slider__content{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.gecko-testimonial-slider__slide[data-active=true] .gecko-testimonial-slider__content{
  opacity: 1;
}
.gecko-testimonial-slider__quote, .gecko-testimonial-slider__citation, .gecko-testimonial-slider__subtitle{
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
  text-align: center;
}
.gecko-testimonial-slider__quote{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: inherit;
}
@media (min-width: 768px){
  .gecko-testimonial-slider__quote{
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1.625;
  }
}
@media (min-width: 1024px){
  .gecko-testimonial-slider__quote{
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.5;
  }
}
.gecko-testimonial-slider__citation{
  margin-top: 2.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: inherit;
}
@media (min-width: 768px){
  .gecko-testimonial-slider__citation{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.gecko-testimonial-slider__subtitle{
  margin-top: 2.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: inherit;
}
@media (min-width: 768px){
  .gecko-testimonial-slider__subtitle{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.gecko-testimonial-slider__citation + .gecko-testimonial-slider__subtitle{
  margin-top: 0px;
}

.youtube-video-modal{
  position: fixed;
  z-index: 1000;
  height: 100%;
  width: 100%;
}
.youtube-video-modal__overlay{
  position: fixed;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.8);
}
.youtube-video-modal__popup{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  width: 80%;
  max-width: 100%;
  --tw-translate-x: -50%;
  --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.5rem;
}
@media (min-width: 640px){
  .youtube-video-modal__popup{
    width: 75%;
  }
}
@media (min-width: 768px){
  .youtube-video-modal__popup{
    width: 66.666667%;
  }
}
.youtube-video-modal__popup iframe{
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 0.5rem;
  border-style: none;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.youtube-video-modal__close-button{
  position: absolute;
  left: 100%;
  bottom: 100%;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  padding: 0px;
  font-weight: 400;
}
@media (min-width: 768px){
  .youtube-video-modal__close-button{
    height: 3rem;
    width: 3rem;
  }
}

.gecko-home-button{
  position: fixed;
  bottom: 3rem;
  right: 0px;
  z-index: 200000;
  display: flex;
  align-items: center;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
  background-color: rgba(178, 210, 234, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.gecko-home-button svg{
  margin-right: 1rem;
  display: block;
  height: auto;
  width: 1.25rem;
}
.gecko-home-button svg path{
  fill: #002241;
}
.gecko-home-button__popout{
  display: flex;
  width: 0px;
  align-items: center;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(0 34 65 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.gecko-home-button__popout span{
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
}
.gecko-home-button:hover .gecko-home-button__popout{
  width: 5rem;
}

.gecko-footer{
  --tw-bg-opacity: 1;
  background-color: rgb(0 34 65 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.footer-social{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.footer-social a:hover svg path{
  fill: #e0ff24;
}

.front-hero{
  position: relative;
  height: 100vh;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 34 65 / var(--tw-bg-opacity));
}
.front-hero__mask{
  position: absolute;
  left: 1.25rem;
  top: 0px;
  z-index: 30;
  height: calc(100% - 1.5rem);
  width: calc(100% - 2.5rem);
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  box-shadow: 0 0 0 10rem #D2ECFF;
}
.front-hero__bg{
  position: absolute;
  right: 1.25rem;
  bottom: 0px;
  z-index: 10;
  height: 100%;
  width: 80%;
}
@media (min-width: 768px){
  .front-hero__bg{
    width: 60%;
  }
}
.front-hero__bg svg{
  position: absolute;
  bottom: 0px;
  right: 1rem;
}
@media (min-width: 768px){
  .front-hero__bg svg{
    right: 2rem;
  }
}
@media (min-width: 1024px){
  .front-hero__bg svg{
    right: 4rem;
  }
}
@media (min-width: 1280px){
  .front-hero__bg svg{
    right: 6rem;
  }
}
.front-hero__image{
  position: absolute;
  right: 1.25rem;
  bottom: 0px;
  z-index: 20;
  height: 100%;
  width: 83.333333%;
}
@media (min-width: 768px){
  .front-hero__image{
    width: 60%;
  }
}
@media (min-width: 1280px){
  .front-hero__image{
    width: 60%;
  }
}
.front-hero__image img{
  position: absolute;
  bottom: 0px;
  right: 1rem;
}
@media (min-width: 768px){
  .front-hero__image img{
    right: 2rem;
  }
}
@media (min-width: 1024px){
  .front-hero__image img{
    right: 4rem;
  }
}
@media (min-width: 1280px){
  .front-hero__image img{
    right: 6rem;
  }
}
.front-hero__content{
  position: absolute;
  left: 2.5rem;
  top: 33.333333%;
  z-index: 40;
  width: calc(100% - 5rem);
  --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));
  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;
}
@media (min-width: 640px){
  .front-hero__content{
    width: 80%;
  }
}
@media (min-width: 768px){
  .front-hero__content{
    top: 40%;
    left: 2rem;
    width: 60%;
  }
}
@media (min-width: 1024px){
  .front-hero__content{
    top: 50%;
    left: 4rem;
    width: 40%;
  }
}
@media (min-width: 1280px){
  .front-hero__content{
    left: 6rem;
  }
}
.front-hero__subtitle{
  margin-bottom: 1rem;
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(224 255 36 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .front-hero__subtitle{
    margin-bottom: 3rem;
  }
}
.front-hero__title h1{
  display: block;
  height: 0px;
  width: 100%;
  color: transparent;
  opacity: 0;
}
.front-hero__title svg{
  display: block;
  height: auto;
  width: 100%;
}
.front-hero__cta{
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  border-style: none;
  background-color: rgb(191 77 0 / var(--tw-bg-opacity));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  color: rgb(245 245 245 / var(--tw-text-opacity));
  text-decoration-line: none;
  box-shadow: 0 4px 6px rgba(0, 20, 38, 0.15);
  margin-top: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 36 / var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 20 38 / var(--tw-text-opacity));
  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;
}
@media (min-width: 640px){
  .front-hero__cta{
    margin-top: 3rem;
  }
}
@media (min-width: 768px){
  .front-hero__cta{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px){
  .front-hero__cta{
    margin-top: 4rem;
  }
}
.front-hero__cta:hover{
  background-color: rgb(224 255 36 / var(--tw-bg-opacity));
  color: rgb(0 20 38 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(48 255 230 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.front-involved{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 180 67 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgb(0 20 38 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .front-involved{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 768px){
  .front-involved{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.front-involved__row{
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 9rem;
  display: flex;
  flex-direction: column;
}
.front-involved__row:last-child{
  margin-bottom: 0px;
}
@media (min-width: 768px){
  .front-involved__row{
    flex-direction: row;
  }
}
.front-involved__col{
  margin-bottom: 2rem;
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 768px){
  .front-involved__col{
    margin-bottom: 0px;
    width: 50%;
  }
}
.front-involved__col:first-child{
  padding-right: 0px;
}
@media (min-width: 768px){
  .front-involved__col:first-child{
    padding-right: 6rem;
  }
}
.front-involved__col h2{
  margin-bottom: 2rem;
  display: block;
  padding-right: 5rem;
  font-family: Barlow Condensed, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
}
.front-involved__col p{
  margin-bottom: 3rem;
}
.front-involved__col p strong{
  position: relative;
  display: inline;
  --tw-bg-opacity: 1;
  background-color: rgb(0 20 38 / var(--tw-bg-opacity));
  font-weight: 600;
}
.front-involved__col--img{
  display: flex;
  max-width: 360px;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px){
  .front-involved__col--img{
    max-width: 100%;
  }
}
.front-involved__col--img > img{
  margin: 0px;
  display: block;
  height: auto;
  width: 100%;
  padding: 0px;
}
.front-involved__col a{
  display: inline-block;
  font-weight: 600;
}
.front-involved__col a:hover{
  text-decoration-line: underline;
}
.front-involved__title{
  margin-bottom: 4rem;
}
@media (min-width: 1024px){
  .front-involved__title{
    padding-right: 6rem;
  }
}
.front-involved__title h1{
  display: block;
  height: 0px;
  width: 100%;
  color: transparent;
  opacity: 0;
}
.front-involved__title svg{
  display: block;
  height: auto;
  width: 100%;
}
@media (min-width: 640px){
  .front-involved__title svg{
    width: 66.666667%;
  }
}
@media (min-width: 768px){
  .front-involved__title svg{
    width: 100%;
  }
}
@media (min-width: 1024px){
  .front-involved__title svg{
    width: 100%;
  }
}
.front-involved__contact{
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.front-numbers{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(210 236 255 / var(--tw-bg-opacity));
}
.front-numbers__row{
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 640px){
  .front-numbers__row{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 768px){
  .front-numbers__row{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.front-numbers__row--cols{
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px){
  .front-numbers__row--cols{
    flex-direction: row;
  }
}
.front-numbers__col{
  margin-bottom: 2rem;
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 768px){
  .front-numbers__col{
    margin-bottom: 0px;
    width: 50%;
  }
  .front-numbers__col:first-child{
    padding-right: 2.5rem;
  }
  .front-numbers__col:last-child{
    padding-left: 2.5rem;
  }
}
.front-numbers__col h2{
  margin-bottom: 2rem;
  display: block;
  padding-right: 5rem;
  font-family: Barlow Condensed, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
}
.front-numbers__col p{
  margin-bottom: 2rem;
}
.front-numbers__col p strong{
  position: relative;
  display: inline;
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 36 / var(--tw-bg-opacity));
  font-weight: 700;
}
.front-numbers__button{
  border-bottom-width: 4px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(0 20 38 / var(--tw-border-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 20 38 / var(--tw-text-opacity));
}
.front-numbers__button:hover{
  border-style: solid;
  --tw-text-opacity: 1;
  color: rgb(0 34 65 / var(--tw-text-opacity));
}
.front-numbers__title{
  margin-bottom: 3rem;
}
@media (min-width: 768px){
  .front-numbers__title{
    margin-bottom: 8rem;
  }
}
.front-numbers__title h1{
  display: block;
  height: 0px;
  width: 100%;
  color: transparent;
  opacity: 0;
}
.front-numbers__title svg{
  display: block;
  height: auto;
  width: 100%;
}
@media (min-width: 640px){
  .front-numbers__title svg{
    width: 66.666667%;
  }
}
@media (min-width: 768px){
  .front-numbers__title svg{
    width: 100%;
  }
}
.front-numbers__image{
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  box-shadow: 0 4px 5px rgba(0, 20, 38, 0.2);
}
.front-numbers__image img{
  display: block;
  width: 100%;
  border-radius: 0.5rem;
}
.front-numbers__separator{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 1rem;
  width: 100%;
  max-width: 72rem;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1280px){
  .front-numbers__separator{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.front-numbers__separator svg{
  display: block;
  width: 100%;
}
.front-numbers__amount-row{
  margin-bottom: 6rem;
  display: flex;
}
.front-numbers__amount-row:last-child{
  margin-bottom: 0px;
}
@media (min-width: 1024px){
  .front-numbers__amount-row{
    margin-bottom: 10rem;
  }
}
.front-numbers__amount-row--columns{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
@media (min-width: 1024px){
  .front-numbers__amount-row--columns{
    flex-direction: row;
    align-items: stretch;
  }
}
.front-numbers__amount{
  width: 100%;
  text-align: center;
}
.front-numbers__amount--primary svg{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  display: block;
  width: 100%;
}
.front-numbers__amount--primary h2{
  margin-bottom: 2rem;
  display: block;
  font-family: Barlow Condensed, sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 640px){
  .front-numbers__amount--primary h2{
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1024px){
  .front-numbers__amount--primary h2{
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1536px){
  .front-numbers__amount--primary h2{
    font-size: 6rem;
    line-height: 1;
  }
}
.front-numbers__amount--primary p{
  display: block;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 700;
  line-height: 1.625;
}
.front-numbers__amount--card{
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 1rem;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(178 210 234 / var(--tw-bg-opacity));
  padding: 4rem;
  box-shadow: 0px 4px 5px rgba(0, 20, 38, 0.2);
}
.front-numbers__amount--card h2{
  margin-bottom: 2rem;
  display: block;
  font-family: Barlow Condensed, sans-serif;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 640px){
  .front-numbers__amount--card h2{
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1024px){
  .front-numbers__amount--card h2{
    font-size: 6rem;
    line-height: 1;
  }
}
@media (min-width: 1536px){
  .front-numbers__amount--card h2{
    font-size: 8rem;
    line-height: 1;
  }
}
.front-numbers__amount--card p{
  display: block;
  line-height: 1.625;
}
.front-numbers__amount--card-cols{
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(178 210 234 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){
  .front-numbers__amount--card-cols{
    flex-direction: row;
  }
}
.front-numbers__amount--card-cols {
  box-shadow: 0px 4px 5px rgba(0, 20, 38, 0.2);
}
.front-numbers__amount-row--columns .front-numbers__amount{
  width: 100%;
}
@media (min-width: 1024px){
  .front-numbers__amount-row--columns .front-numbers__amount{
    width: 50%;
  }
}
.front-numbers__amount-col{
  position: relative;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.5rem;
}
.front-numbers__amount-col:last-child{
  margin-bottom: 0px;
}
@media (min-width: 1024px){
  .front-numbers__amount-col{
    margin-bottom: 0px;
    padding-top: 5rem;
  }
}
.front-numbers__amount-col h3{
  margin-bottom: 1rem;
  display: block;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 1024px){
  .front-numbers__amount-col h3{
    margin-bottom: 2rem;
  }
}
.front-numbers__amount-col p{
  font-weight: 700;
  line-height: 1.625;
}
.front-numbers__amount-col-icon{
  position: absolute;
  left: 50%;
  bottom: 100%;
  display: block;
  --tw-translate-x: -50%;
  --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));
}
.front-numbers__amount-col-icon svg{
  display: block;
  height: auto;
  width: 100%;
  max-width: 80px;
}

.front-success{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(0 34 65 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .front-success{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 768px){
  .front-success{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.front-success__row{
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 9rem;
  display: flex;
  flex-direction: column;
}
.front-success__row:last-child{
  margin-bottom: 0px;
}
@media (min-width: 768px){
  .front-success__row{
    flex-direction: row;
  }
}
.front-success__col{
  margin-bottom: 2rem;
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 768px){
  .front-success__col{
    margin-bottom: 0px;
    width: 50%;
  }
}
.front-success__col h2{
  margin-bottom: 2rem;
  display: block;
  padding-right: 5rem;
  font-family: Barlow Condensed, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
}
.front-success__col p{
  margin-bottom: 2rem;
}
.front-success__col p strong{
  position: relative;
  display: inline;
  --tw-bg-opacity: 1;
  background-color: rgb(0 20 38 / var(--tw-bg-opacity));
  font-weight: 600;
}
.front-success__col--img{
  display: flex;
  max-width: 360px;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px){
  .front-success__col--img{
    max-width: 100%;
  }
}
.front-success__col--img > img{
  margin: 0px;
  display: block;
  height: auto;
  width: 100%;
  padding: 0px;
}
.front-success__col--framed-img{
  position: relative;
  align-self: flex-start;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  box-shadow: 0 4px 5px rgba(0, 20, 38, 0.2);
}
.front-success__col--framed-img::before{
  position: absolute;
  top: -3.5rem;
  right: 1.5rem;
  z-index: 10;
  height: 3rem;
  width: 66.666667%;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url("../images/video-dots-bg.svg");
  content: "";
}
.front-success__col--framed-img img{
  display: block;
  width: 100%;
  border-radius: 0.5rem;
}
.front-success__col a{
  display: inline-block;
  border-bottom-width: 4px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(224 255 36 / var(--tw-border-opacity));
  font-weight: 600;
}
.front-success__col a:hover{
  border-style: solid;
}
@media (min-width: 768px){
  .front-success__row > .front-success__col:first-child{
    width: 50%;
  }
}
@media (min-width: 1024px){
  .front-success__row > .front-success__col:first-child{
    width: 40%;
  }
}
@media (min-width: 768px){
  .front-success__row > .front-success__col:last-child{
    width: 50%;
  }
}
@media (min-width: 1024px){
  .front-success__row > .front-success__col:last-child{
    width: 60%;
  }
}
.front-success__row > .front-success__col--content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 768px){
  .front-success__row > .front-success__col--content:first-child{
    padding-left: 4rem;
  }
  .front-success__row > .front-success__col--content:last-child{
    padding-left: 4rem;
  }
  .front-success__row--alt > .front-success__col:first-child{
    width: 50%;
  }
}
@media (min-width: 1024px){
  .front-success__row--alt > .front-success__col:first-child{
    width: 60%;
  }
}
@media (min-width: 768px){
  .front-success__row--alt > .front-success__col:last-child{
    width: 50%;
  }
}
@media (min-width: 1024px){
  .front-success__row--alt > .front-success__col:last-child{
    width: 40%;
  }
}
.front-success__row--alt > .front-success__col--img{
  order: 1;
}
@media (min-width: 768px){
  .front-success__row--alt > .front-success__col--img{
    order: 2;
  }
}
.front-success__row--alt > .front-success__col--content{
  order: 2;
}
@media (min-width: 768px){
  .front-success__row--alt > .front-success__col--content{
    order: 1;
  }
}
.front-success__row--alt > .front-success__col--content:first-child{
  padding-left: 0px;
}
@media (min-width: 768px){
  .front-success__row--alt > .front-success__col--content:first-child{
    padding-right: 4rem;
  }
  .front-success__row--title > .front-success__col:first-child{
    width: 50%;
  }
}
@media (min-width: 1024px){
  .front-success__row--title > .front-success__col:first-child{
    width: 40%;
  }
}
@media (min-width: 768px){
  .front-success__row--title > .front-success__col:last-child{
    width: 50%;
  }
}
@media (min-width: 1024px){
  .front-success__row--title > .front-success__col:last-child{
    width: 60%;
  }
}
.front-success__card{
  border-radius: 0.5rem;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 20 38 / var(--tw-bg-opacity));
  padding: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.625;
  box-shadow: 0px 4px 5px rgba(0, 20, 38, 0.2);
}
.front-success__card p{
  margin: 0px;
}
.front-success__button{
  border-bottom-width: 4px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(0 20 38 / var(--tw-border-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 20 38 / var(--tw-text-opacity));
}
.front-success__button:hover{
  border-style: solid;
  --tw-text-opacity: 1;
  color: rgb(0 34 65 / var(--tw-text-opacity));
}
.front-success__title{
  padding-right: 6rem;
}
.front-success__title h1{
  display: block;
  height: 0px;
  width: 100%;
  color: transparent;
  opacity: 0;
}
.front-success__title svg{
  display: block;
  height: auto;
  width: 100%;
}
@media (min-width: 640px){
  .front-success__title svg{
    width: 66.666667%;
  }
}
@media (min-width: 768px){
  .front-success__title svg{
    width: 100%;
  }
}

body .gform_wrapper,
body .gform_legacy_markup_wrapper{
  color: var(--wp--preset--color--foreground);
  max-width: 65ch;
}

body .gform_wrapper :where(p):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 1rem;
}

body .gform_wrapper :where([class~="lead"]):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

body .gform_wrapper :where(a):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(a):not(:where([class~="not-prose"] *)){
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
  font-weight: 500;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}

body .gform_wrapper :where(a):not(:where([class~="not-prose"] *)):hover,
body .gform_legacy_markup_wrapper :where(a):not(:where([class~="not-prose"] *)):hover{
  color: var(--wp--preset--color--primary);
}

body .gform_wrapper :where(strong):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(strong):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-weight: 600;
}

body .gform_wrapper :where(a strong):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

body .gform_wrapper :where(blockquote strong):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

body .gform_wrapper :where(thead th strong):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

body .gform_wrapper :where(ol):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

body .gform_wrapper :where(ol[type="A"]):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

body .gform_wrapper :where(ol[type="a"]):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

body .gform_wrapper :where(ol[type="A" s]):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

body .gform_wrapper :where(ol[type="a" s]):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

body .gform_wrapper :where(ol[type="I"]):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

body .gform_wrapper :where(ol[type="i"]):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

body .gform_wrapper :where(ol[type="I" s]):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

body .gform_wrapper :where(ol[type="i" s]):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

body .gform_wrapper :where(ol[type="1"]):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

body .gform_wrapper :where(ul):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

body .gform_wrapper :where(ol > li):not(:where([class~="not-prose"] *))::marker,
body .gform_legacy_markup_wrapper :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

body .gform_wrapper :where(ul > li):not(:where([class~="not-prose"] *))::marker,
body .gform_legacy_markup_wrapper :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

body .gform_wrapper :where(hr):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

body .gform_wrapper :where(blockquote):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

body .gform_wrapper :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before,
body .gform_legacy_markup_wrapper :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

body .gform_wrapper :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after,
body .gform_legacy_markup_wrapper :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

body .gform_wrapper :where(h1):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.1111111;
}

body .gform_wrapper :where(h1 strong):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

body .gform_wrapper :where(h2):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--wp--preset--color--foreground);
  font-weight: 600;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.3333333;
}

body .gform_wrapper :where(h2 strong):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

body .gform_wrapper :where(h3):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
}

body .gform_wrapper :where(h3 strong):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

body .gform_wrapper :where(h4):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 1rem;
  line-height: 1.5;
}

body .gform_wrapper :where(h4 strong):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

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

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

body .gform_wrapper :where(figcaption):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

body .gform_wrapper :where(code):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

body .gform_wrapper :where(code):not(:where([class~="not-prose"] *))::before,
body .gform_legacy_markup_wrapper :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

body .gform_wrapper :where(code):not(:where([class~="not-prose"] *))::after,
body .gform_legacy_markup_wrapper :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

body .gform_wrapper :where(a code):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

body .gform_wrapper :where(h1 code):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

body .gform_wrapper :where(h2 code):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

body .gform_wrapper :where(h3 code):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

body .gform_wrapper :where(h4 code):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

body .gform_wrapper :where(blockquote code):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

body .gform_wrapper :where(thead th code):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

body .gform_wrapper :where(pre):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

body .gform_wrapper :where(pre code):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

body .gform_wrapper :where(pre code):not(:where([class~="not-prose"] *))::before,
body .gform_legacy_markup_wrapper :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

body .gform_wrapper :where(pre code):not(:where([class~="not-prose"] *))::after,
body .gform_legacy_markup_wrapper :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

body .gform_wrapper :where(table):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

body .gform_wrapper :where(thead):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

body .gform_wrapper :where(thead th):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

body .gform_wrapper :where(tbody tr):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

body .gform_wrapper :where(tbody tr:last-child):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

body .gform_wrapper :where(tbody td):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

body .gform_wrapper :where(tfoot):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

body .gform_wrapper :where(tfoot td):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

body .gform_wrapper,
body .gform_legacy_markup_wrapper{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

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

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

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

body .gform_wrapper :where(ol > li):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

body .gform_wrapper :where(ul > li):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

body .gform_wrapper :where(.prose > ul > li p):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

body .gform_wrapper :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

body .gform_wrapper :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

body .gform_wrapper :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

body .gform_wrapper :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

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

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

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

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

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

body .gform_wrapper :where(thead th:first-child):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

body .gform_wrapper :where(thead th:last-child):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

body .gform_wrapper :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

body .gform_wrapper :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

body .gform_wrapper :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

body .gform_wrapper :where(.prose > :first-child):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

body .gform_wrapper :where(.prose > :last-child):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

body .gform_wrapper :where(h5):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(h5):not(:where([class~="not-prose"] *)){
  font-weight: 600;
  margin-bottom: 1rem;
}

body .gform_wrapper :where(h6):not(:where([class~="not-prose"] *)),
body .gform_legacy_markup_wrapper :where(h6):not(:where([class~="not-prose"] *)){
  font-weight: 600;
  margin-bottom: 1rem;
}

body .gform_wrapper,
body .gform_legacy_markup_wrapper{
  max-width: none;
}
body .gform_wrapper ul ul,
body .gform_legacy_markup_wrapper ul ul{
  margin: 0px;
  padding: 0px;
}
body .gform_wrapper ul li,
body .gform_legacy_markup_wrapper ul li{
  margin: 0px;
  padding: 0px;
}
body .gform_wrapper ul li::before,
body .gform_legacy_markup_wrapper ul li::before {
  content: none;
}
body .gform_wrapper .gform_fields,
body .gform_wrapper .gform_fields.top-label,
body .gform_wrapper .gform_fields.bottom-label,
body .gform_legacy_markup_wrapper .gform_fields,
body .gform_legacy_markup_wrapper .gform_fields.top-label,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label{
  list-style-type: none;
}
body .gform_wrapper .gform_fields .gfield,
body .gform_wrapper .gform_fields.top-label .gfield,
body .gform_wrapper .gform_fields.bottom-label .gfield,
body .gform_legacy_markup_wrapper .gform_fields .gfield,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield{
  margin-bottom: 1.5rem;
  width: 100%;
}
body .gform_wrapper .gform_fields .gfield .gfield_label,
body .gform_wrapper .gform_fields.top-label .gfield .gfield_label,
body .gform_wrapper .gform_fields.bottom-label .gfield .gfield_label,
body .gform_legacy_markup_wrapper .gform_fields .gfield .gfield_label,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .gfield_label,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .gfield_label{
  margin-bottom: 0px;
  display: block;
  font-weight: 700;
}
body .gform_wrapper .gform_fields .gfield .ginput_container,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container{
  margin: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 0px;
}
body .gform_wrapper .gform_fields .gfield .ginput_container [type=text],
body .gform_wrapper .gform_fields .gfield .ginput_container [type=email],
body .gform_wrapper .gform_fields .gfield .ginput_container [type=url],
body .gform_wrapper .gform_fields .gfield .ginput_container [type=password],
body .gform_wrapper .gform_fields .gfield .ginput_container [type=number],
body .gform_wrapper .gform_fields .gfield .ginput_container [type=date],
body .gform_wrapper .gform_fields .gfield .ginput_container [type=datetime-local],
body .gform_wrapper .gform_fields .gfield .ginput_container [type=month],
body .gform_wrapper .gform_fields .gfield .ginput_container [type=search],
body .gform_wrapper .gform_fields .gfield .ginput_container [type=tel],
body .gform_wrapper .gform_fields .gfield .ginput_container [type=time],
body .gform_wrapper .gform_fields .gfield .ginput_container [type=week],
body .gform_wrapper .gform_fields .gfield .ginput_container [multiple],
body .gform_wrapper .gform_fields .gfield .ginput_container textarea,
body .gform_wrapper .gform_fields .gfield .ginput_container select,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=text],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=email],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=url],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=password],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=number],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=date],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=datetime-local],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=month],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=search],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=tel],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=time],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=week],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [multiple],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container textarea,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container select,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=text],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=email],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=url],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=password],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=number],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=date],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=datetime-local],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=month],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=search],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=tel],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=time],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=week],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [multiple],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container textarea,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container select,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=text],
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=email],
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=url],
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=password],
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=number],
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=date],
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=datetime-local],
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=month],
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=search],
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=tel],
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=time],
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=week],
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [multiple],
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container textarea,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container select,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=text],
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=email],
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=url],
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=password],
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=number],
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=date],
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=datetime-local],
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=month],
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=search],
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=tel],
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=time],
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=week],
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [multiple],
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container textarea,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container select,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=text],
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=email],
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=url],
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=password],
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=number],
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=date],
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=datetime-local],
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=month],
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=search],
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=tel],
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=time],
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=week],
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [multiple],
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container textarea,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container select{
  margin: 0px;
  width: 100%;
}
body .gform_wrapper .gform_fields .gfield .ginput_container [type=text].small,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=email].small,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=url].small,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=password].small,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=number].small,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=date].small,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=datetime-local].small,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=month].small,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=search].small,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=tel].small,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=time].small,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=week].small,
body .gform_wrapper .gform_fields .gfield .ginput_container [multiple].small,
body .gform_wrapper .gform_fields .gfield .ginput_container textarea.small,
body .gform_wrapper .gform_fields .gfield .ginput_container select.small,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=text].small,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=email].small,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=url].small,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=password].small,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=number].small,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=date].small,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=datetime-local].small,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=month].small,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=search].small,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=tel].small,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=time].small,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=week].small,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [multiple].small,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container textarea.small,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container select.small,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=text].small,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=email].small,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=url].small,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=password].small,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=number].small,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=date].small,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=datetime-local].small,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=month].small,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=search].small,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=tel].small,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=time].small,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=week].small,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [multiple].small,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container textarea.small,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container select.small,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=text].small,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=email].small,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=url].small,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=password].small,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=number].small,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=date].small,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=datetime-local].small,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=month].small,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=search].small,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=tel].small,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=time].small,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=week].small,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [multiple].small,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container textarea.small,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container select.small,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=text].small,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=email].small,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=url].small,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=password].small,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=number].small,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=date].small,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=datetime-local].small,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=month].small,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=search].small,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=tel].small,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=time].small,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=week].small,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [multiple].small,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container textarea.small,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container select.small,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=text].small,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=email].small,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=url].small,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=password].small,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=number].small,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=date].small,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=datetime-local].small,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=month].small,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=search].small,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=tel].small,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=time].small,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=week].small,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [multiple].small,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container textarea.small,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container select.small{
  width: 33.333333%;
}
body .gform_wrapper .gform_fields .gfield .ginput_container [type=text].medium,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=email].medium,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=url].medium,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=password].medium,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=number].medium,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=date].medium,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=datetime-local].medium,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=month].medium,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=search].medium,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=tel].medium,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=time].medium,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=week].medium,
body .gform_wrapper .gform_fields .gfield .ginput_container [multiple].medium,
body .gform_wrapper .gform_fields .gfield .ginput_container textarea.medium,
body .gform_wrapper .gform_fields .gfield .ginput_container select.medium,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=text].medium,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=email].medium,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=url].medium,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=password].medium,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=number].medium,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=date].medium,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=datetime-local].medium,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=month].medium,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=search].medium,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=tel].medium,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=time].medium,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=week].medium,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [multiple].medium,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container textarea.medium,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container select.medium,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=text].medium,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=email].medium,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=url].medium,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=password].medium,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=number].medium,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=date].medium,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=datetime-local].medium,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=month].medium,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=search].medium,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=tel].medium,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=time].medium,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=week].medium,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [multiple].medium,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container textarea.medium,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container select.medium,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=text].medium,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=email].medium,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=url].medium,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=password].medium,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=number].medium,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=date].medium,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=datetime-local].medium,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=month].medium,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=search].medium,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=tel].medium,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=time].medium,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=week].medium,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [multiple].medium,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container textarea.medium,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container select.medium,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=text].medium,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=email].medium,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=url].medium,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=password].medium,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=number].medium,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=date].medium,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=datetime-local].medium,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=month].medium,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=search].medium,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=tel].medium,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=time].medium,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=week].medium,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [multiple].medium,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container textarea.medium,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container select.medium,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=text].medium,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=email].medium,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=url].medium,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=password].medium,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=number].medium,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=date].medium,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=datetime-local].medium,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=month].medium,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=search].medium,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=tel].medium,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=time].medium,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=week].medium,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [multiple].medium,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container textarea.medium,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container select.medium{
  width: 66.666667%;
}
body .gform_wrapper .gform_fields .gfield .ginput_container [type=text].large,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=email].large,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=url].large,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=password].large,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=number].large,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=date].large,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=datetime-local].large,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=month].large,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=search].large,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=tel].large,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=time].large,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=week].large,
body .gform_wrapper .gform_fields .gfield .ginput_container [multiple].large,
body .gform_wrapper .gform_fields .gfield .ginput_container textarea.large,
body .gform_wrapper .gform_fields .gfield .ginput_container select.large,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=text].large,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=email].large,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=url].large,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=password].large,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=number].large,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=date].large,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=datetime-local].large,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=month].large,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=search].large,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=tel].large,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=time].large,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=week].large,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [multiple].large,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container textarea.large,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container select.large,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=text].large,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=email].large,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=url].large,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=password].large,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=number].large,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=date].large,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=datetime-local].large,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=month].large,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=search].large,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=tel].large,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=time].large,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=week].large,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [multiple].large,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container textarea.large,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container select.large,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=text].large,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=email].large,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=url].large,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=password].large,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=number].large,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=date].large,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=datetime-local].large,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=month].large,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=search].large,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=tel].large,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=time].large,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [type=week].large,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container [multiple].large,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container textarea.large,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container select.large,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=text].large,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=email].large,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=url].large,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=password].large,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=number].large,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=date].large,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=datetime-local].large,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=month].large,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=search].large,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=tel].large,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=time].large,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [type=week].large,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container [multiple].large,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container textarea.large,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container select.large,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=text].large,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=email].large,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=url].large,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=password].large,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=number].large,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=date].large,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=datetime-local].large,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=month].large,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=search].large,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=tel].large,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=time].large,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=week].large,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container [multiple].large,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container textarea.large,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container select.large{
  width: 100%;
}
body .gform_wrapper .gform_fields .gfield .ginput_container_name,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container_name,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container_name,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container_name,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container_name,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container_name{
  justify-items: stretch;
}
body .gform_wrapper .gform_fields .gfield .ginput_container_date,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container_date,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container_date,
body .gform_legacy_markup_wrapper .gform_fields .gfield .ginput_container_date,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield .ginput_container_date,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield .ginput_container_date{
  width: 33.333333%;
}
body .gform_wrapper .gform_fields .gfield_radio,
body .gform_wrapper .gform_fields.top-label .gfield_radio,
body .gform_wrapper .gform_fields.bottom-label .gfield_radio,
body .gform_legacy_markup_wrapper .gform_fields .gfield_radio,
body .gform_legacy_markup_wrapper .gform_fields.top-label .gfield_radio,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .gfield_radio{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
body .gform_wrapper .gform_fields .ginput_complex,
body .gform_wrapper .gform_fields .ginput_complex .clear-multi,
body .gform_wrapper .gform_fields.top-label .ginput_complex,
body .gform_wrapper .gform_fields.top-label .ginput_complex .clear-multi,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex .clear-multi,
body .gform_legacy_markup_wrapper .gform_fields .ginput_complex,
body .gform_legacy_markup_wrapper .gform_fields .ginput_complex .clear-multi,
body .gform_legacy_markup_wrapper .gform_fields.top-label .ginput_complex,
body .gform_legacy_markup_wrapper .gform_fields.top-label .ginput_complex .clear-multi,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .ginput_complex,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .ginput_complex .clear-multi{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.5rem;
}
body .gform_wrapper .gform_fields .ginput_complex span,
body .gform_wrapper .gform_fields .ginput_complex .clear-multi span,
body .gform_wrapper .gform_fields.top-label .ginput_complex span,
body .gform_wrapper .gform_fields.top-label .ginput_complex .clear-multi span,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex span,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex .clear-multi span,
body .gform_legacy_markup_wrapper .gform_fields .ginput_complex span,
body .gform_legacy_markup_wrapper .gform_fields .ginput_complex .clear-multi span,
body .gform_legacy_markup_wrapper .gform_fields.top-label .ginput_complex span,
body .gform_legacy_markup_wrapper .gform_fields.top-label .ginput_complex .clear-multi span,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .ginput_complex span,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .ginput_complex .clear-multi span{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
body .gform_wrapper .gform_fields .ginput_complex span input,
body .gform_wrapper .gform_fields .ginput_complex .clear-multi span input,
body .gform_wrapper .gform_fields.top-label .ginput_complex span input,
body .gform_wrapper .gform_fields.top-label .ginput_complex .clear-multi span input,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex span input,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex .clear-multi span input,
body .gform_legacy_markup_wrapper .gform_fields .ginput_complex span input,
body .gform_legacy_markup_wrapper .gform_fields .ginput_complex .clear-multi span input,
body .gform_legacy_markup_wrapper .gform_fields.top-label .ginput_complex span input,
body .gform_legacy_markup_wrapper .gform_fields.top-label .ginput_complex .clear-multi span input,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .ginput_complex span input,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .ginput_complex .clear-multi span input{
  width: 100%;
  flex-grow: 1;
}
body .gform_wrapper .gform_fields .ginput_complex .ginput_full,
body .gform_wrapper .gform_fields .ginput_complex .clear-multi .ginput_full,
body .gform_wrapper .gform_fields.top-label .ginput_complex .ginput_full,
body .gform_wrapper .gform_fields.top-label .ginput_complex .clear-multi .ginput_full,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex .ginput_full,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex .clear-multi .ginput_full,
body .gform_legacy_markup_wrapper .gform_fields .ginput_complex .ginput_full,
body .gform_legacy_markup_wrapper .gform_fields .ginput_complex .clear-multi .ginput_full,
body .gform_legacy_markup_wrapper .gform_fields.top-label .ginput_complex .ginput_full,
body .gform_legacy_markup_wrapper .gform_fields.top-label .ginput_complex .clear-multi .ginput_full,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .ginput_complex .ginput_full,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .ginput_complex .clear-multi .ginput_full{
  width: 100%;
}
body .gform_wrapper .gform_fields .ginput_complex .ginput_left,
body .gform_wrapper .gform_fields .ginput_complex .ginput_right,
body .gform_wrapper .gform_fields .ginput_complex .clear-multi .ginput_left,
body .gform_wrapper .gform_fields .ginput_complex .clear-multi .ginput_right,
body .gform_wrapper .gform_fields.top-label .ginput_complex .ginput_left,
body .gform_wrapper .gform_fields.top-label .ginput_complex .ginput_right,
body .gform_wrapper .gform_fields.top-label .ginput_complex .clear-multi .ginput_left,
body .gform_wrapper .gform_fields.top-label .ginput_complex .clear-multi .ginput_right,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex .ginput_left,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex .ginput_right,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex .clear-multi .ginput_left,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex .clear-multi .ginput_right,
body .gform_legacy_markup_wrapper .gform_fields .ginput_complex .ginput_left,
body .gform_legacy_markup_wrapper .gform_fields .ginput_complex .ginput_right,
body .gform_legacy_markup_wrapper .gform_fields .ginput_complex .clear-multi .ginput_left,
body .gform_legacy_markup_wrapper .gform_fields .ginput_complex .clear-multi .ginput_right,
body .gform_legacy_markup_wrapper .gform_fields.top-label .ginput_complex .ginput_left,
body .gform_legacy_markup_wrapper .gform_fields.top-label .ginput_complex .ginput_right,
body .gform_legacy_markup_wrapper .gform_fields.top-label .ginput_complex .clear-multi .ginput_left,
body .gform_legacy_markup_wrapper .gform_fields.top-label .ginput_complex .clear-multi .ginput_right,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .ginput_complex .ginput_left,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .ginput_complex .ginput_right,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .ginput_complex .clear-multi .ginput_left,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .ginput_complex .clear-multi .ginput_right{
  width: 41.666667%;
}
body .gform_wrapper .gform_fields .ginput_complex .ginput_container,
body .gform_wrapper .gform_fields .ginput_complex .clear-multi .ginput_container,
body .gform_wrapper .gform_fields.top-label .ginput_complex .ginput_container,
body .gform_wrapper .gform_fields.top-label .ginput_complex .clear-multi .ginput_container,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex .ginput_container,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex .clear-multi .ginput_container,
body .gform_legacy_markup_wrapper .gform_fields .ginput_complex .ginput_container,
body .gform_legacy_markup_wrapper .gform_fields .ginput_complex .clear-multi .ginput_container,
body .gform_legacy_markup_wrapper .gform_fields.top-label .ginput_complex .ginput_container,
body .gform_legacy_markup_wrapper .gform_fields.top-label .ginput_complex .clear-multi .ginput_container,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .ginput_complex .ginput_container,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .ginput_complex .clear-multi .ginput_container{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
body .gform_wrapper .gform_fields .ginput_complex .ginput_container_time,
body .gform_wrapper .gform_fields .ginput_complex .clear-multi .ginput_container_time,
body .gform_wrapper .gform_fields.top-label .ginput_complex .ginput_container_time,
body .gform_wrapper .gform_fields.top-label .ginput_complex .clear-multi .ginput_container_time,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex .ginput_container_time,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex .clear-multi .ginput_container_time,
body .gform_legacy_markup_wrapper .gform_fields .ginput_complex .ginput_container_time,
body .gform_legacy_markup_wrapper .gform_fields .ginput_complex .clear-multi .ginput_container_time,
body .gform_legacy_markup_wrapper .gform_fields.top-label .ginput_complex .ginput_container_time,
body .gform_legacy_markup_wrapper .gform_fields.top-label .ginput_complex .clear-multi .ginput_container_time,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .ginput_complex .ginput_container_time,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .ginput_complex .clear-multi .ginput_container_time{
  width: auto;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.5rem;
}
body .gform_wrapper .gform_fields .ginput_complex .ginput_container_time input,
body .gform_wrapper .gform_fields .ginput_complex .ginput_container_time select,
body .gform_wrapper .gform_fields .ginput_complex .clear-multi .ginput_container_time input,
body .gform_wrapper .gform_fields .ginput_complex .clear-multi .ginput_container_time select,
body .gform_wrapper .gform_fields.top-label .ginput_complex .ginput_container_time input,
body .gform_wrapper .gform_fields.top-label .ginput_complex .ginput_container_time select,
body .gform_wrapper .gform_fields.top-label .ginput_complex .clear-multi .ginput_container_time input,
body .gform_wrapper .gform_fields.top-label .ginput_complex .clear-multi .ginput_container_time select,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex .ginput_container_time input,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex .ginput_container_time select,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex .clear-multi .ginput_container_time input,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex .clear-multi .ginput_container_time select,
body .gform_legacy_markup_wrapper .gform_fields .ginput_complex .ginput_container_time input,
body .gform_legacy_markup_wrapper .gform_fields .ginput_complex .ginput_container_time select,
body .gform_legacy_markup_wrapper .gform_fields .ginput_complex .clear-multi .ginput_container_time input,
body .gform_legacy_markup_wrapper .gform_fields .ginput_complex .clear-multi .ginput_container_time select,
body .gform_legacy_markup_wrapper .gform_fields.top-label .ginput_complex .ginput_container_time input,
body .gform_legacy_markup_wrapper .gform_fields.top-label .ginput_complex .ginput_container_time select,
body .gform_legacy_markup_wrapper .gform_fields.top-label .ginput_complex .clear-multi .ginput_container_time input,
body .gform_legacy_markup_wrapper .gform_fields.top-label .ginput_complex .clear-multi .ginput_container_time select,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .ginput_complex .ginput_container_time input,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .ginput_complex .ginput_container_time select,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .ginput_complex .clear-multi .ginput_container_time input,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .ginput_complex .clear-multi .ginput_container_time select{
  width: 5rem;
}
body .gform_wrapper .gform_fields .ginput_complex .gf_clear,
body .gform_wrapper .gform_fields .ginput_complex .clear-multi .gf_clear,
body .gform_wrapper .gform_fields.top-label .ginput_complex .gf_clear,
body .gform_wrapper .gform_fields.top-label .ginput_complex .clear-multi .gf_clear,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex .gf_clear,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex .clear-multi .gf_clear,
body .gform_legacy_markup_wrapper .gform_fields .ginput_complex .gf_clear,
body .gform_legacy_markup_wrapper .gform_fields .ginput_complex .clear-multi .gf_clear,
body .gform_legacy_markup_wrapper .gform_fields.top-label .ginput_complex .gf_clear,
body .gform_legacy_markup_wrapper .gform_fields.top-label .ginput_complex .clear-multi .gf_clear,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .ginput_complex .gf_clear,
body .gform_legacy_markup_wrapper .gform_fields.bottom-label .ginput_complex .clear-multi .gf_clear{
  display: none;
}

body .gform_wrapper .gform_fields,
body .gform_wrapper .gform_fields.top-label,
body .gform_wrapper .gform_fields.bottom-label{
  list-style-type: none;
}
body .gform_wrapper .gform_fields .gfield,
body .gform_wrapper .gform_fields.top-label .gfield,
body .gform_wrapper .gform_fields.bottom-label .gfield{
  margin-bottom: 1.5rem;
  width: 100%;
}
body .gform_wrapper .gform_fields .gfield .gfield_label,
body .gform_wrapper .gform_fields.top-label .gfield .gfield_label,
body .gform_wrapper .gform_fields.bottom-label .gfield .gfield_label{
  margin-bottom: 0.25rem;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
body .gform_wrapper .gform_fields .gfield .ginput_container,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container{
  margin: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 0px;
}
body .gform_wrapper .gform_fields .gfield .ginput_container [type=text],
body .gform_wrapper .gform_fields .gfield .ginput_container [type=email],
body .gform_wrapper .gform_fields .gfield .ginput_container [type=url],
body .gform_wrapper .gform_fields .gfield .ginput_container [type=password],
body .gform_wrapper .gform_fields .gfield .ginput_container [type=number],
body .gform_wrapper .gform_fields .gfield .ginput_container [type=date],
body .gform_wrapper .gform_fields .gfield .ginput_container [type=datetime-local],
body .gform_wrapper .gform_fields .gfield .ginput_container [type=month],
body .gform_wrapper .gform_fields .gfield .ginput_container [type=search],
body .gform_wrapper .gform_fields .gfield .ginput_container [type=tel],
body .gform_wrapper .gform_fields .gfield .ginput_container [type=time],
body .gform_wrapper .gform_fields .gfield .ginput_container [type=week],
body .gform_wrapper .gform_fields .gfield .ginput_container [multiple],
body .gform_wrapper .gform_fields .gfield .ginput_container textarea,
body .gform_wrapper .gform_fields .gfield .ginput_container select,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=text],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=email],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=url],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=password],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=number],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=date],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=datetime-local],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=month],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=search],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=tel],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=time],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=week],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [multiple],
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container textarea,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container select,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=text],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=email],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=url],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=password],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=number],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=date],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=datetime-local],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=month],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=search],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=tel],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=time],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=week],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [multiple],
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container textarea,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container select{
  display: block;
  width: 100%;
  border-radius: 1.5rem;
  border-width: 2px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  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;
  box-shadow: 0 4px 4px rgba(0, 20, 38, 0.2);
}
body .gform_wrapper .gform_fields .gfield .ginput_container [type=text]:focus, body .gform_wrapper .gform_fields .gfield .ginput_container [type=text]:focus-within,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=email]:focus,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=email]:focus-within,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=url]:focus,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=url]:focus-within,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=password]:focus,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=password]:focus-within,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=number]:focus,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=number]:focus-within,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=date]:focus,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=date]:focus-within,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=datetime-local]:focus,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=datetime-local]:focus-within,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=month]:focus,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=month]:focus-within,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=search]:focus,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=search]:focus-within,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=tel]:focus,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=tel]:focus-within,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=time]:focus,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=time]:focus-within,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=week]:focus,
body .gform_wrapper .gform_fields .gfield .ginput_container [type=week]:focus-within,
body .gform_wrapper .gform_fields .gfield .ginput_container [multiple]:focus,
body .gform_wrapper .gform_fields .gfield .ginput_container [multiple]:focus-within,
body .gform_wrapper .gform_fields .gfield .ginput_container textarea:focus,
body .gform_wrapper .gform_fields .gfield .ginput_container textarea:focus-within,
body .gform_wrapper .gform_fields .gfield .ginput_container select:focus,
body .gform_wrapper .gform_fields .gfield .ginput_container select:focus-within,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=text]:focus,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=text]:focus-within,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=email]:focus,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=email]:focus-within,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=url]:focus,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=url]:focus-within,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=password]:focus,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=password]:focus-within,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=number]:focus,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=number]:focus-within,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=date]:focus,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=date]:focus-within,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=datetime-local]:focus,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=datetime-local]:focus-within,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=month]:focus,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=month]:focus-within,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=search]:focus,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=search]:focus-within,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=tel]:focus,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=tel]:focus-within,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=time]:focus,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=time]:focus-within,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=week]:focus,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=week]:focus-within,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [multiple]:focus,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container [multiple]:focus-within,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container textarea:focus,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container textarea:focus-within,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container select:focus,
body .gform_wrapper .gform_fields.top-label .gfield .ginput_container select:focus-within,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=text]:focus,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=text]:focus-within,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=email]:focus,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=email]:focus-within,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=url]:focus,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=url]:focus-within,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=password]:focus,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=password]:focus-within,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=number]:focus,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=number]:focus-within,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=date]:focus,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=date]:focus-within,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=datetime-local]:focus,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=datetime-local]:focus-within,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=month]:focus,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=month]:focus-within,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=search]:focus,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=search]:focus-within,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=tel]:focus,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=tel]:focus-within,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=time]:focus,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=time]:focus-within,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=week]:focus,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=week]:focus-within,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [multiple]:focus,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [multiple]:focus-within,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container textarea:focus,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container textarea:focus-within,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container select:focus,
body .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container select:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 36 / var(--tw-bg-opacity));
  box-shadow: 0 4px 4px rgba(0, 20, 38, 0.2), 0 0 0 3px #001426 inset;
}
body .gform_wrapper .gform_fields .ginput_complex span label,
body .gform_wrapper .gform_fields.top-label .ginput_complex span label,
body .gform_wrapper .gform_fields.bottom-label .ginput_complex span label{
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
body .gform_wrapper [aria-invalid=true] + label,
body .gform_wrapper label + [aria-invalid=true],
body .gform_wrapper .gfield_error legend,
body .gform_wrapper .gfield_error label,
body .gform_wrapper .gfield_error .gfield_repeater_cell label,
body .gform_wrapper .gfield_validation_message,
body .gform_wrapper .gform_submission_error,
body .gform_wrapper .validation_message{
  border-radius: 9999px;
  border-style: none;
  font-family: PT Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 34 65 / var(--tw-text-opacity));
}
body .gform_wrapper .gfield_validation_message,
body .gform_wrapper .gform_wrapper .validation_message {
  background-color: #FFC2A0;
}
body .gform_wrapper.gform_validation_error .gform_validation_errors{
  border-radius: 9999px;
  border-style: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: #FFC2A0;
}
body .gform_wrapper.gform_validation_error .gform_validation_errors > h2{
  --tw-text-opacity: 1;
  color: rgb(0 34 65 / var(--tw-text-opacity));
}
body .gform_wrapper.gravity-theme .instruction{
  margin-top: 0px;
  background-color: #FFC2A0;
}
body .gform_footer input[type=submit]{
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(191 77 0 / var(--tw-bg-opacity));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
  text-decoration-line: none;
  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-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px rgba(0, 20, 38, 0.15);
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
body .gform_footer input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 20 38 / var(--tw-text-opacity));
}

body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=text],
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=email],
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=url],
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=password],
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=number],
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=date],
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=month],
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=tel],
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container textarea,
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container select,
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=text],
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=email],
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=url],
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=password],
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=number],
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=date],
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=month],
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=tel],
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container textarea,
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container select,
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=text],
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=email],
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=url],
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=password],
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=number],
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=date],
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=month],
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=tel],
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container textarea,
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container select{
  --tw-bg-opacity: 1;
  background-color: rgb(210 236 255 / var(--tw-bg-opacity));
}
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=text]:focus, body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=text]:focus-within,
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=email]:focus,
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=email]:focus-within,
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=url]:focus,
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=url]:focus-within,
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=password]:focus,
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=password]:focus-within,
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=number]:focus,
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=number]:focus-within,
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=date]:focus,
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=date]:focus-within,
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=month]:focus,
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=month]:focus-within,
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=tel]:focus,
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container [type=tel]:focus-within,
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container textarea:focus,
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container textarea:focus-within,
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container select:focus,
body .front-involved .gform_wrapper .gform_fields .gfield .ginput_container select:focus-within,
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=text]:focus,
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=text]:focus-within,
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=email]:focus,
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=email]:focus-within,
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=url]:focus,
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=url]:focus-within,
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=password]:focus,
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=password]:focus-within,
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=number]:focus,
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=number]:focus-within,
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=date]:focus,
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=date]:focus-within,
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=month]:focus,
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=month]:focus-within,
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=tel]:focus,
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container [type=tel]:focus-within,
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container textarea:focus,
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container textarea:focus-within,
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container select:focus,
body .front-involved .gform_wrapper .gform_fields.top-label .gfield .ginput_container select:focus-within,
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=text]:focus,
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=text]:focus-within,
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=email]:focus,
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=email]:focus-within,
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=url]:focus,
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=url]:focus-within,
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=password]:focus,
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=password]:focus-within,
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=number]:focus,
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=number]:focus-within,
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=date]:focus,
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=date]:focus-within,
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=month]:focus,
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=month]:focus-within,
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=tel]:focus,
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container [type=tel]:focus-within,
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container textarea:focus,
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container textarea:focus-within,
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container select:focus,
body .front-involved .gform_wrapper .gform_fields.bottom-label .gfield .ginput_container select:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgb(48 255 230 / var(--tw-bg-opacity));
  box-shadow: 0 4px 4px rgba(0, 20, 38, 0.2), 0 0 0 3px #001426 inset;
}
body .front-involved .gform_wrapper .gform_footer input[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 34 65 / var(--tw-bg-opacity));
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body .front-involved .gform_wrapper .gform_footer input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(48 255 230 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 20 38 / var(--tw-text-opacity));
}
