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

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

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

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

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

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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

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

*,
::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: ;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-\[150px\] {
  top: 150px;
}

.top-0 {
  top: 0px;
}

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

.right-0 {
  right: 0px;
}

.left-full {
  left: 100%;
}

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

.z-\[1\] {
  z-index: 1;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.m-0 {
  margin: 0px;
}

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

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

.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

.mb-20 {
  margin-bottom: 5rem;
}

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

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

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

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

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

.mb-6 {
  margin-bottom: 1.5rem;
}

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

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

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

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

.mr-0 {
  margin-right: 0px;
}

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

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

.mb-2 {
  margin-bottom: 0.5rem;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.\!hidden {
  display: none !important;
}

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

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

.h-5 {
  height: 1.25rem;
}

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

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

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

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

.h-auto {
  height: auto;
}

.h-20 {
  height: 5rem;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-11\/12 {
  width: 91.666667%;
}

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

.w-5 {
  width: 1.25rem;
}

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

.w-auto {
  width: auto;
}

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

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

.w-8 {
  width: 2rem;
}

.w-0 {
  width: 0px;
}

.w-20 {
  width: 5rem;
}

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

.max-w-screen-2xl {
  max-width: 1920px;
}

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

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

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

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

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

.max-w-\[92\.552vw\] {
  max-width: 92.552vw;
}

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

.basis-0 {
  flex-basis: 0px;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.columns-2 {
  -moz-columns: 2;
  columns: 2;
}

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

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

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

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

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

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

.items-stretch {
  align-items: stretch;
}

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

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

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

.gap-8 {
  gap: 2rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-x-\[8\.854vw\] {
  -moz-column-gap: 8.854vw;
  column-gap: 8.854vw;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.gap-x-\[10vw\] {
  -moz-column-gap: 10vw;
  column-gap: 10vw;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

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

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

.gap-x-5 {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.gap-x-\[4\.427vw\] {
  -moz-column-gap: 4.427vw;
  column-gap: 4.427vw;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded-\[30px\] {
  border-radius: 30px;
}

.border {
  border-width: 1px;
}

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

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

.border-l-\[12px\] {
  border-left-width: 12px;
}

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

.border-\[\#E7E7E7\] {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(71 170 66 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 70 127 / var(--tw-border-opacity));
}

.bg-\[\#00467F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 70 127 / var(--tw-bg-opacity));
}

.bg-\[\#47AA42\] {
  --tw-bg-opacity: 1;
  background-color: rgb(71 170 66 / var(--tw-bg-opacity));
}

.bg-\[\#231F20\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 32 / var(--tw-bg-opacity));
}

.bg-\[\#212121\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 70 127 / var(--tw-bg-opacity));
}

.bg-\[\#0C0A3A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 58 / var(--tw-bg-opacity));
}

.bg-\[\#E6E6E6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}

.bg-\[\#F8F8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(71 170 66 / var(--tw-bg-opacity));
}

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

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

.\!bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;
}

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

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

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

.bg-left-bottom {
  background-position: left bottom;
}

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

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

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

.\!p-0 {
  padding: 0px !important;
}

.p-8 {
  padding: 2rem;
}

.p-0 {
  padding: 0px;
}

.\!py-\[200px\] {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

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

.\!py-\[10px\] {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px-\[4vw\] {
  padding-left: 4vw;
  padding-right: 4vw;
}

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

.\!py-\[104px\] {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}

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

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

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

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

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

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-10 {
  padding-top: 2.5rem;
}

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

.\!pt-8 {
  padding-top: 2rem !important;
}

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

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

.pl-3 {
  padding-left: 0.75rem;
}

.pl-0 {
  padding-left: 0px;
}

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

.pl-14 {
  padding-left: 3.5rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

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

.pb-9 {
  padding-bottom: 2.25rem;
}

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

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

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

.align-middle {
  vertical-align: middle;
}

.font-poppins {
  font-family: Poppins;
}

.text-lg {
  font-size: 32px;
}

.text-sm {
  font-size: 20px;
}

.text-\[42px\] {
  font-size: 42px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-xl {
  font-size: 48px;
}

.text-xs {
  font-size: 16px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-md {
  font-size: 24px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[64px\] {
  font-size: 64px;
}

.font-extrabold {
  font-weight: 800;
}

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

.font-normal {
  font-weight: 300;
}

.font-black {
  font-weight: 900;
}

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-\[160\%\] {
  line-height: 160%;
}

.leading-normal {
  line-height: 1.6;
}

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

.leading-\[110\%\] {
  line-height: 110%;
}

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

.leading-\[180\%\] {
  line-height: 180%;
}

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

.text-body {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 70 127 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
}

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

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

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

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

.underline-offset-4 {
  text-underline-offset: 4px;
}

.opacity-0 {
  opacity: 0;
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/***
*** Global Styles ***
***/

body {
  /* background-color: rgba(0, 0, 0, 0.3); */
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 1560px) {
  .container {
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media(max-width:390px) {
  .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  height: 1.25rem;
  width: 2rem;
}

.switch input {
  height: 0px;
  width: 0px;
  opacity: 0;
}

.switch input:checked+.slider {
  --tw-bg-opacity: 1;
  background-color: rgb(71 170 66 / var(--tw-bg-opacity));
}

.switch input:checked+.slider::before {
  transform: translateX(13px);
}

.switch input:focus+.slider {
  box-shadow: 0 0 1px #47AA42;
}

.switch .slider::before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}

.switch .slider {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
  transition: .4s;
  background-color: rgba(255, 255, 255, 0.28);
}

.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round::before {
  border-radius: 9999px;
}

/*** Return to Top ***/

.scroll-top {
  opacity: 0.6;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  text-decoration: none;
  border-radius: 35px;
  transition: all 0.3s;
  border: 1px solid #fff;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  background: rgba(71, 170, 66, 0.70);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.scroll-top svg {
  width: 15px;
  fill: #fff;
}

.slick-track {
  display: flex;
  align-items: center;
}

.slick-dots {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 48px auto 0;
}

.slick-dots button {
  display: none;
}

.slick-dots li {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #414141;
  border-radius: 999px;
  transition: all .25s ease-in-out;
}

.slick-dots li.slick-active {
  --tw-bg-opacity: 1;
  background-color: rgb(71 170 66 / var(--tw-bg-opacity));
}

section.page-section h1,
section.page-section h2,
section.page-section h3,
section.page-section h4,
section.page-section h5,
section.page-section h6 {
  margin-bottom: 3rem;
  font-family: Poppins;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 70 127 / var(--tw-text-opacity));
}

section.page-section h1:last-child,
section.page-section h2:last-child,
section.page-section h3:last-child,
section.page-section h4:last-child,
section.page-section h5:last-child,
section.page-section h6:last-child {
  margin-bottom: 0px;
}

section.page-section h1>strong,
section.page-section h2>strong,
section.page-section h3>strong,
section.page-section h4>strong,
section.page-section h5>strong,
section.page-section h6>strong {
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
}

section.page-section h1 {
  font-size: 48px;
  line-height: 120%;
}

@media (min-width: 770px) {
  section.page-section h1 {
    font-size: 50px;
  }
}

@media (min-width: 1560px) {
  section.page-section h1 {
    font-size: 64px;
  }
}

section.page-section h1 {
  letter-spacing: -1.28px;
}

section.page-section h2 {
  font-size: 32px;
  line-height: 110%;
}

@media (min-width: 770px) {
  section.page-section h2 {
    font-size: 48px;
  }
}

section.page-section h3 {
  font-size: 24px;
  line-height: 120%;
}

@media (min-width: 770px) {
  section.page-section h3 {
    font-size: 32px;
  }
}

section.page-section h3 {
  letter-spacing: -0.64px;
}

section.page-section h4 {
  font-size: 16px;
  line-height: 120%;
}

@media (min-width: 770px) {
  section.page-section h4 {
    font-size: 24px;
  }
}

section.page-section h4 {
  letter-spacing: -0.48px;
}

section.page-section h5 {
  font-size: 14px;
  line-height: 120%;
}

@media (min-width: 770px) {
  section.page-section h5 {
    font-size: 18px;
  }
}

section.page-section h5 {
  letter-spacing: -0.36px;
}

section.page-section h6 {
  font-size: 12px;
  line-height: 120%;
}

@media (min-width: 770px) {
  section.page-section h6 {
    font-size: 16px;
  }
}

section.page-section h6 {
  letter-spacing: -0.32px;
}

section.page-section p {
  font-family: Poppins;
  font-size: 18px;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

section.page-section ul>li,
section.page-section ol>li {
  font-family: Poppins;
  font-size: 18px;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

section.page-section ul>li>p,
section.page-section ol>li>p {
  display: inline-block;
}

section.page-section a:not(.btn) {
  font-family: Poppins;
  font-size: 18px;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition-property: all;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

section.page-section a:not(.btn):hover {
  --tw-text-opacity: 1;
  color: rgb(0 70 127 / var(--tw-text-opacity));
}

section.page-section ul:not(.slick-dots) {
  padding: 0;
  margin: 0;
  list-style: none;
}

section.page-section ul:not(.slick-dots) li {
  margin-bottom: 0.5rem;
  padding-left: 0.75rem;
}

section.page-section img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

section.page-section .section-content h4 {
  margin-bottom: 2rem;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 70 127 / var(--tw-text-opacity));
}

@media (min-width: 770px) {
  section.page-section .section-content h4 {
    font-size: 24px;
  }
}

section.page-section .section-content h4 {
  letter-spacing: -0.48px;
}

section.page-section .section-content h4>strong {
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(0 70 127 / var(--tw-text-opacity));
}

section.page-section .section-content p,
section.page-section .section-content ol,
section.page-section .section-content ul,
section.page-section .section-content hr {
  margin-bottom: 2rem;
}

section.page-section .section-content p:last-child,
section.page-section .section-content ol:last-child,
section.page-section .section-content ul:last-child,
section.page-section .section-content hr:last-child {
  margin-bottom: 0;
}

section.page-section .section-content blockquote {
  margin-bottom: 3rem;
  border-left-width: 12px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(71 170 66 / var(--tw-border-opacity));
  padding: 2rem;
}

section.page-section .section-content blockquote p {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  letter-spacing: -0.48px;
}

section.page-section .section-content figure {
  margin-bottom: 3rem;
}

section.page-section .section-content figure img {
  max-height: 400px;
  width: 100%;
}

section.page-section .section-content figure.alignright {
  float: right;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2rem;
  margin-left: 2rem;
}

section.page-section .section-content figure.alignright img {
  width: auto !important;
}

section.page-section .section-content figure.alignleft {
  float: left;
  margin-top: 0px;
  margin-right: 2rem;
  margin-bottom: 2rem;
  margin-left: 0px;
}

section.page-section .section-content figure.alignleft img {
  width: auto !important;
}

section.page-section .section-content table tbody th {
  border-width: 0px;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: left;
  vertical-align: middle;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

section.page-section .section-content table tbody td {
  border-width: 0px;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: left;
  vertical-align: middle;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

section.page-section .section-content table tbody td p {
  margin-bottom: 0px;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

section.page-section .section-content .wp-block-columns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

@media (min-width: 770px) {
  section.page-section .section-content .wp-block-columns {
    flex-direction: row;
  }
}

section.page-section .section-content .wp-block-columns .wp-block-column {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 0px;
}

section.page-section .section-content ul {
  padding: 0 0 0 32px;
  list-style: square inside;
}

section.page-section .section-content ul>li::marker {
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
}

section.page-section .section-content ul>li {
  margin: 0 0 24px 0;
  padding: 0;
}

section.page-section .section-content ul:has(+h2, +h3) {
  margin-bottom: 3rem;
}

@media (min-width: 770px) {
  section.page-section .section-content ul:has(+h2, +h3) {
    margin-bottom: 5rem;
  }
}

section.page-section .section-content a:not(.btn):link {
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
  text-decoration-line: none;
}

section.page-section .section-content a:not(.btn):link:hover {
  --tw-text-opacity: 1;
  color: rgb(0 70 127 / var(--tw-text-opacity));
}

section.page-section .section-content a:not(.btn):link {
  transition: all .25s ease-in-out;
}

section.page-section #custom-cta-wrapper {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 70 127 / var(--tw-bg-opacity));
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1030px) {
  section.page-section #custom-cta-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

section.page-section #custom-cta-wrapper .cta-title {
  margin-bottom: 0px;
  text-align: center;
  font-size: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 770px) {
  section.page-section #custom-cta-wrapper .cta-title {
    font-size: 40px;
  }
}

@media (min-width: 1030px) {
  section.page-section #custom-cta-wrapper .cta-title {
    font-size: 2.5vw;
  }
}

section.page-section #custom-cta-wrapper .cta-title>span {
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
}

section.page-section #custom-cta-wrapper .cta-content {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 770px) {
  section.page-section #custom-cta-wrapper .cta-content {
    font-size: 16px;
  }
}

@media (min-width: 1450px) {
  section.page-section #custom-cta-wrapper .cta-content {
    font-size: 20px;
  }
}

section.page-section #custom-cta-wrapper .cta-button {
  text-decoration-line: none;
}

section.page-section #custom-cta-wrapper .cta-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

section.page-section #custom-cta-wrapper .cta-button:hover svg path {
  fill: #00467F;
}

section.page-section #custom-cta-wrapper .cta-button:hover span {
  --tw-text-opacity: 1;
  color: rgb(0 70 127 / var(--tw-text-opacity));
}

.contact-form-wrapper {
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 770px) {
  .contact-form-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.sidebar-page #sidebar .widget .secondary.block,
.contact-form-wrapper .form-title {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 32px;
}

@media (min-width: 770px) {
	.sidebar-page #sidebar .widget .secondary.block,
  .contact-form-wrapper .form-title {
    font-size: 40px;
  }
}

.sidebar-page #sidebar .widget .secondary.block,
.contact-form-wrapper .form-title {
  letter-spacing: -1.4px;
}

.sidebar-page #sidebar .widget .primary.block {
	margin-bottom: 32px;
}

.sidebar-page .gf_browser_chrome.gform_wrapper .gform_fields,
.contact-form-wrapper .gf_browser_chrome.gform_wrapper .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 770px) {
	.sidebar-page .gf_browser_chrome.gform_wrapper .gform_fields,
  .contact-form-wrapper .gf_browser_chrome.gform_wrapper .gform_fields {
    display: grid;
  }
}

.sidebar-page .gf_browser_chrome.gform_wrapper .gform_fields .ginput_counter,
.contact-form-wrapper .gf_browser_chrome.gform_wrapper .gform_fields .ginput_counter {
  display: none !important;
}

.sidebar-page .gf_browser_chrome.gform_wrapper .gform_fields .gfield.gfield--type-choice {
	padding: 0 !important;
    display: flex;
    align-items: center;
}

.sidebar-page .gf_browser_chrome.gform_wrapper .gform_fields .gfield.gfield--type-choice  .gfield_label.gform-field-label {
	display: inline-flex;
	margin-bottom: 0;
}

.sidebar-page .gf_browser_chrome.gform_wrapper .gform_fields .gfield.gfield--type-choice .ginput_container input[type="checkbox"]{
	width: 20px;
    margin: 0;
    height: 20px;
}

.sidebar-page .gf_browser_chrome.gform_wrapper .gform_fields .gfield .ginput_container input:not([type="radio"], [type="checkbox"]),
.sidebar-page .gf_browser_chrome.gform_wrapper .gform_fields .gfield .ginput_container select,
.sidebar-page .gf_browser_chrome.gform_wrapper .gform_fields .gfield .ginput_container textarea,
.contact-form-wrapper .gform_fields .gfield .ginput_container input:not([type="radio"], [type="checkbox"]),
.contact-form-wrapper .gform_fields .gfield .ginput_container select,
.contact-form-wrapper .gform_fields .gfield .ginput_container textarea {
  background-color: #F5F5F5;
  border: none;
  padding: 32px 30px !important;
  margin: 0;
  outline: none;
  box-shadow: none;
  border-radius: 10px;
  color: #595959;
  font-family: Poppins !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  height: auto;
}

@media(max-width: 470px) {
	
.sidebar-page .gf_browser_chrome.gform_wrapper .gform_fields .gfield .ginput_container input:not([type="radio"], [type="checkbox"]),
.sidebar-page .gf_browser_chrome.gform_wrapper .gform_fields .gfield .ginput_container select,
.sidebar-page .gf_browser_chrome.gform_wrapper .gform_fields .gfield .ginput_container textarea,
	.contact-form-wrapper .gform_fields .gfield .ginput_container input:not([type="radio"], [type="checkbox"]),
	.contact-form-wrapper .gform_fields .gfield .ginput_container select,
	.contact-form-wrapper .gform_fields .gfield .ginput_container textarea {
  		padding: 16px !important;
	}
}


.sidebar-page .gf_browser_chrome.gform_wrapper .gform_fields .gfield .ginput_container input:not([type="radio"], [type="checkbox"])::placeholder,
.sidebar-page .gf_browser_chrome.gform_wrapper .gform_fields .gfield .ginput_container select::placeholder,
.sidebar-page .gf_browser_chrome.gform_wrapper .gform_fields .gfield .ginput_container textarea::placeholder,
.contact-form-wrapper .gform_fields .gfield .ginput_container input:not([type="radio"], [type="checkbox"])::placeholder,
.contact-form-wrapper .gform_fields .gfield .ginput_container select::placeholder,
.contact-form-wrapper .gform_fields .gfield .ginput_container textarea::placeholder {
  color: #595959 !important;
}

.sidebar-page .gf_browser_chrome.gform_wrapper .gform_fields .gfield .ginput_container textarea,
.contact-form-wrapper .gform_fields .gfield .ginput_container textarea {
  height: 130px;
}

.sidebar-page .gf_browser_chrome.gform_wrapper .gform_footer,
.contact-form-wrapper .gform_footer {
  -webkit-margin-before: 16px !important;
  margin-block-start: 16px !important;
}

.sidebar-page .gf_browser_chrome.gform_wrapper .gform_footer .gform_button,
.contact-form-wrapper .gform_footer .gform_button {
  cursor: pointer !important;
  margin-left: auto !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  flex-direction: column !important;
  padding: 10px 30px !important;
  border-radius: 999px !important;
  border: none !important;
  box-shadow: none !important;
  background: #47AA42 !important;
  color: #FFF !important;
  font-family: Poppins !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 160% !important;
  transition: all .25s ease-in-out !important;
}

.sidebar-page .gf_browser_chrome.gform_wrapper .gform_footer .gform_button:hover,
.contact-form-wrapper .gform_footer .gform_button:hover {
  background: #00467F !important;
}

@media(max-width:1450px) {
  .sidebar-page .gf_browser_chrome.gform_wrapper .gform_footer .gform_button,
  .contact-form-wrapper .gform_footer .gform_button {
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    font-size: 16px !important;
  }
}

.sidebar-page .gf_browser_chrome.gform_wrapper .gform_confirmation_message,
.contact-form-wrapper .gform_confirmation_message {
	padding: 40px 4vw !important;
    text-align: center !important;
    color: #00467F !important;
    font-family: Poppins !important;
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 140% !important;
}

.faq-repeater .block-item.active .block-title {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
}

.faq-repeater .block-item .block-title {
  margin-bottom: 0px;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

@media (min-width: 770px) {
  .faq-repeater .block-item .block-title {
    font-size: 32px;
  }
}

.faq-repeater .block-item .block-title {
  flex: 1;
  transition: all .25s ease-in-out;
}

.faq-repeater .block-item .block-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease-out;
}

.faq-repeater .block-item .block-content p {
  margin-bottom: 0px;
  font-family: Poppins;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.faq-repeater .block-item .block-content p>a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.faq-repeater .block-item svg.btn-plus {
  display: block;
}

.faq-repeater .block-item svg.btn-minus {
  display: none;
}

.faq-repeater .block-item svg {
  transition: all .25s ease-in-out;
}

.faq-repeater .block-item.active .btn-title {
  margin-bottom: 32px;
}

.faq-repeater .block-item.active svg.btn-plus {
  display: none;
}

.faq-repeater .block-item.active svg.btn-minus {
  display: block;
}

.custom-video-wrapper>a {
  margin-bottom: 0 !important;
}

.custom-video-wrapper rect,
.custom-video-wrapper path {
  transition: all .25s ease-in-out;
}

.custom-video-wrapper:hover rect {
  fill: #00467F;
}

.custom-video-wrapper:hover path {
  fill: #fff;
}

#general-sidebar {
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 3rem;
}

@media (min-width: 1030px) {
  #general-sidebar {
    max-width: 370px;
    row-gap: 5rem;
  }
}

#general-sidebar #sidebar-category-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 370px;
  --tw-bg-opacity: 1;
  background-color: rgb(71 170 66 / var(--tw-bg-opacity));
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1030px) {
  #general-sidebar #sidebar-category-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

#general-sidebar #sidebar-category-wrapper .sidebar-title {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1030px) {
  #general-sidebar #sidebar-category-wrapper .sidebar-title {
    font-size: 32px;
  }
}

#general-sidebar #sidebar-category-wrapper .sidebar-title {
  letter-spacing: -0.64px;
}

#general-sidebar #sidebar-category-wrapper .category-list {
  margin: 0px;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding: 0px;
  list-style: none;
}

#general-sidebar #sidebar-category-wrapper .category-list li {
  padding-left: 0px;
  padding-bottom: 1rem;
}

#general-sidebar #sidebar-category-wrapper .category-list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
}

#general-sidebar #sidebar-category-wrapper .category-list li a {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
  text-decoration-line: none;
}

#general-sidebar #sidebar-category-wrapper .category-list li a span {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  flex: 1;
  transition: all .25s ease-in-out;
}

#general-sidebar #sidebar-category-wrapper .category-list li a:hover span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#general-sidebar #sidebar-contact-form-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(0 70 127 / var(--tw-bg-opacity));
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1030px) {
  #general-sidebar #sidebar-contact-form-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

#general-sidebar #sidebar-contact-form-wrapper h2 {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 24px;
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
}

@media (min-width: 1030px) {
  #general-sidebar #sidebar-contact-form-wrapper h2 {
    font-size: 32px;
  }
}

#general-sidebar #sidebar-contact-form-wrapper p {
  margin-bottom: 1.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#general-sidebar #sidebar-contact-form-wrapper .gf_browser_chrome.gform_wrapper .gform_fields {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

#general-sidebar #sidebar-contact-form-wrapper .gfield_label.gform-field-label {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

#general-sidebar #sidebar-contact-form-wrapper .gfield_label.gform-field-label .gfield_required {
  display: none;
}

#general-sidebar #sidebar-contact-form-wrapper #label_5_9_1 {
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

#general-sidebar #sidebar-contact-form-wrapper #label_5_9_1>a {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#general-sidebar #sidebar-contact-form-wrapper #label_5_9_1>a:hover {
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
}

#general-sidebar #sidebar-contact-form-wrapper #label_5_9_1>a {
  transition: all .25s ease-in-out;
}

#general-sidebar #sidebar-contact-form-wrapper .gform_button.button {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 170 66 / var(--tw-bg-opacity)) !important;
}

#general-sidebar #sidebar-contact-form-wrapper .gform_button.button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 70 127 / var(--tw-text-opacity)) !important;
}

#general-sidebar #sidebar-google-review-wrapper .review-title {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 70 127 / var(--tw-text-opacity));
}

@media (min-width: 770px) {
  #general-sidebar #sidebar-google-review-wrapper .review-title {
    font-size: 32px;
  }
}

#general-sidebar #sidebar-google-review-wrapper .review-title {
  letter-spacing: -0.64px;
}

#general-sidebar #sidebar-google-review-wrapper .review-content {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#general-sidebar #sidebar-cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.5rem;
}

#general-sidebar #sidebar-cta-wrapper .cta-title {
  margin-bottom: 0px;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
}

@media (min-width: 770px) {
  #general-sidebar #sidebar-cta-wrapper .cta-title {
    font-size: 32px;
  }
}

#general-sidebar #sidebar-cta-wrapper .cta-title {
  letter-spacing: -0.64px;
}

#general-sidebar #sidebar-cta-wrapper .cta-content {
  margin-bottom: 0px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#general-sidebar #sidebar-related-blogs-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
}

#general-sidebar #sidebar-related-blogs-wrapper .related-blogs-list {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin: 0;
  padding: 0;
}

#general-sidebar #sidebar-related-blogs-wrapper .related-blogs-list>li {
  margin: 0;
  padding: 0;
}

#general-sidebar #sidebar-related-blogs-wrapper .related-blogs-list>li>a {
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
}

#general-sidebar #sidebar-related-blogs-wrapper .related-blogs-list>li>a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 70 127 / var(--tw-text-opacity));
}

#general-sidebar #sidebar-related-blogs-wrapper .related-blogs-list>li>a {
  transition: all .25s ease-in-out;
}

#videoModal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#videoModal .modal-content {
  background: #000;
  margin: 10% auto;
  padding: 10px;
  width: 60%;
  border-radius: 10px;
  text-align: center;
}

#videoModal .modal-content .close {
  color: white;
  float: right;
  font-size: 28px;
  cursor: pointer;
}

#videoModal .modal-content .videoContainer video {
  display: block;
  max-height: 468px;
  width: 100%;
}

.lwptoc {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 770px) {
  .lwptoc {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.lwptoc {
  border-left: 9px solid #00467F;
}

.lwptoc>div {
  width: 100%;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;
}

.lwptoc>div .lwptoc_header {
  margin-bottom: 2rem;
}

.lwptoc>div .lwptoc_header .lwptoc_title {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: #00467F;
}

@media (min-width: 770px) {
  .lwptoc>div .lwptoc_header .lwptoc_title {
    font-size: 32px;
  }
}

.lwptoc>div .lwptoc_header .lwptoc_title {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  letter-spacing: -0.64px;
}

.lwptoc>div .lwptoc_header .lwptoc_title::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2234%22%20viewBox%3D%220%200%2030%2034%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M5%2033.3333C3.61111%2033.3333%202.43056%2032.8472%201.45833%2031.875C0.486111%2030.9028%200%2029.7222%200%2028.3333V23.3333H5V0H30V28.3333C30%2029.7222%2029.5139%2030.9028%2028.5417%2031.875C27.5694%2032.8472%2026.3889%2033.3333%2025%2033.3333H5ZM25%2030C25.4722%2030%2025.8681%2029.8403%2026.1875%2029.5208C26.5069%2029.2014%2026.6667%2028.8056%2026.6667%2028.3333V3.33333H8.33333V23.3333H23.3333V28.3333C23.3333%2028.8056%2023.4931%2029.2014%2023.8125%2029.5208C24.1319%2029.8403%2024.5278%2030%2025%2030ZM10%2011.6667V8.33333H25V11.6667H10ZM10%2016.6667V13.3333H25V16.6667H10ZM5%2030H20V26.6667H3.33333V28.3333C3.33333%2028.8056%203.49306%2029.2014%203.8125%2029.5208C4.13194%2029.8403%204.52778%2030%205%2030ZM5%2030H3.33333H20H5Z%22%20fill%3D%22%2300467F%22%2F%3E%0A%3C%2Fsvg%3E");
}

.lwptoc>div .lwptoc_header .lwptoc_toggle {
  display: none !important;
}

.lwptoc>div .lwptoc_items .lwptoc_itemWrap {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.lwptoc>div .lwptoc_items .lwptoc_item .lwptoc_item_number {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
}

.lwptoc>div .lwptoc_items .lwptoc_item .lwptoc_item_label {
  font-family: Poppins;
  font-size: 18px;
  line-height: 180%;
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
}

.lwptoc>div .lwptoc_items .lwptoc_item ul {
  padding-left: 32px;
}

/***
*** Fluid Spacing Styles ***
***/

:root {
  --fluid-min-width: 320;
  --fluid-max-width: 1920;
  --fluid-screen: 100vw;
  --fluid-bp: calc((var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) / (var(--fluid-max-width) - var(--fluid-min-width)));
}

@media screen and (min-width: 1450px) {
  :root {
    --fluid-screen: calc(var(--fluid-max-width) * 1px);
  }
}

:root {
  /*** Space Scale ***/
  /* - */
  --space-1-min: 8;
  --space-1-max: 8;
  --space-1: calc(((var(--space-1-min) / 16) * 1rem) + (var(--space-1-max) - var(--space-1-min)) * var(--fluid-bp));
  /* - */
  --space-2-min: 8;
  --space-2-max: 16;
  --space-2: calc(((var(--space-2-min) / 16) * 1rem) + (var(--space-2-max) - var(--space-2-min)) * var(--fluid-bp));
  /* - */
  --space-3-min: 12;
  --space-3-max: 24;
  --space-3: calc(((var(--space-3-min) / 16) * 1rem) + (var(--space-3-max) - var(--space-3-min)) * var(--fluid-bp));
  /* - */
  --space-4-min: 16;
  --space-4-max: 32;
  --space-4: calc(((var(--space-4-min) / 16) * 1rem) + (var(--space-4-max) - var(--space-4-min)) * var(--fluid-bp));
  /* - */
  --space-5-min: 20;
  --space-5-max: 40;
  --space-5: calc(((var(--space-5-min) / 16) * 1rem) + (var(--space-5-max) - var(--space-5-min)) * var(--fluid-bp));
  /* - */
  --space-6-min: 24;
  --space-6-max: 48;
  --space-6: calc(((var(--space-6-min) / 16) * 1rem) + (var(--space-6-max) - var(--space-6-min)) * var(--fluid-bp));
  /* - */
  --space-7-min: 28;
  --space-7-max: 56;
  --space-7: calc(((var(--space-7-min) / 16) * 1rem) + (var(--space-7-max) - var(--space-7-min)) * var(--fluid-bp));
  /* - */
  --space-8-min: 32;
  --space-8-max: 64;
  --space-8: calc(((var(--space-8-min) / 16) * 1rem) + (var(--space-8-max) - var(--space-8-min)) * var(--fluid-bp));
  /* - */
  --space-9-min: 36;
  --space-9-max: 72;
  --space-9: calc(((var(--space-9-min) / 16) * 1rem) + (var(--space-9-max) - var(--space-9-min)) * var(--fluid-bp));
  /* - */
  --space-10-min: 40;
  --space-10-max: 80;
  --space-10: calc(((var(--space-10-min) / 16) * 1rem) + (var(--space-10-max) - var(--space-10-min)) * var(--fluid-bp));
  /* - */
  --space-11-min: 40;
  --space-11-max: 100;
  --space-11: calc(((var(--space-11-min) / 16) * 1rem) + (var(--space-11-max) - var(--space-11-min)) * var(--fluid-bp));
  /* - */
  --space-12-min: 60;
  --space-12-max: 150;
  --space-12: calc(((var(--space-12-min) / 16) * 1rem) + (var(--space-12-max) - var(--space-12-min)) * var(--fluid-bp));
}

/***
*** Fluid Typographic Styles ***
***/

:root {
  --fluid-min-width: 320;
  --fluid-max-width: 1536;
  --fluid-screen: 100vw;
  --fluid-bp: calc((var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) / (var(--fluid-max-width) - var(--fluid-min-width)));
}

@media screen and (min-width: 1536px) {
  :root {
    --fluid-screen: calc(var(--fluid-max-width) * 1px);
  }
}

:root {
  /*** h1 - font-size ***/
  --h1-f-min: 32;
  --h1-f-max: 48;
  --h1-f: calc(((var(--h1-f-min) / 16) * 1rem) + (var(--h1-f-max) - var(--h1-f-min)) * var(--fluid-bp));
  /*** h1 - line-height ***/
  --h1-lh-min: 40;
  --h1-lh-max: 54;
  --h1-lh: calc(((var(--h1-lh-min) / 16) * 1rem) + (var(--h1-lh-max) - var(--h1-lh-min)) * var(--fluid-bp));
  /*** h1 (large) - font-size ***/
  --h1-large-f-min: 40;
  --h1-large-f-max: 65;
  --h1-large-f: calc(((var(--h1-large-f-min) / 16) * 1rem) + (var(--h1-large-f-max) - var(--h1-large-f-min)) * var(--fluid-bp));
  /*** h1 (large) - line-height ***/
  --h1-large-lh-min: 50;
  --h1-large-lh-max: 71;
  --h1-large-lh: calc(((var(--h1-large-lh-min) / 16) * 1rem) + (var(--h1-large-lh-max) - var(--h1-large-lh-min)) * var(--fluid-bp));
  /*** h2 - font-size ***/
  --h2-f-min: 24;
  --h2-f-max: 32;
  --h2-f: calc(((var(--h2-f-min) / 16) * 1rem) + (var(--h2-f-max) - var(--h2-f-min)) * var(--fluid-bp));
  /*** h2 - line-height ***/
  --h2-lh-min: 32;
  --h2-lh-max: 40;
  --h2-lh: calc(((var(--h2-lh-min) / 16) * 1rem) + (var(--h2-lh-max) - var(--h2-lh-min)) * var(--fluid-bp));
  /*** h3 - font-size ***/
  --h3-f-min: 22;
  --h3-f-max: 24;
  --h3-f: calc(((var(--h3-f-min) / 16) * 1rem) + (var(--h3-f-max) - var(--h3-f-min)) * var(--fluid-bp));
  /*** h3 - line-height ***/
  --h3-lh-min: 30;
  --h3-lh-max: 32;
  --h3-lh: calc(((var(--h3-lh-min) / 16) * 1rem) + (var(--h3-lh-max) - var(--h3-lh-min)) * var(--fluid-bp));
  /*** h4 - font-size ***/
  --h4-f-min: 16;
  --h4-f-max: 20;
  --h4-f: calc(((var(--h4-f-min) / 16) * 1rem) + (var(--h4-f-max) - var(--h4-f-min)) * var(--fluid-bp));
  /*** h4 - line-height ***/
  --h4-lh-min: 22;
  --h4-lh-max: 28;
  --h4-lh: calc(((var(--h4-lh-min) / 16) * 1rem) + (var(--h4-lh-max) - var(--h4-lh-min)) * var(--fluid-bp));
  /*** h5 - font-size ***/
  --h5-f-min: 20;
  --h5-f-max: 20;
  --h5-f: calc(((var(--h5-f-min) / 16) * 1rem) + (var(--h5-f-max) - var(--h5-f-min)) * var(--fluid-bp));
  /*** h5 - line-height ***/
  --h5-lh-min: 24;
  --h5-lh-max: 28;
  --h5-lh: calc(((var(--h5-lh-min) / 16) * 1rem) + (var(--h5-lh-max) - var(--h5-lh-min)) * var(--fluid-bp));
  /*** h6 - font-size ***/
  --h6-f-min: 20;
  --h6-f-max: 20;
  --h6-f: calc(((var(--h6-f-min) / 16) * 1rem) + (var(--h6-f-max) - var(--h6-f-min)) * var(--fluid-bp));
  /*** h6 - line-height ***/
  --h6-lh-min: 24;
  --h6-lh-max: 28;
  --h6-lh: calc(((var(--h6-lh-min) / 16) * 1rem) + (var(--h6-lh-max) - var(--h6-lh-min)) * var(--fluid-bp));
  /*** Section Stats ***/
  /* - */
  --f-stats-min: 45;
  --f-stats-max: 65;
  --f-stats: calc(((var(--f-stats-min) / 16) * 1rem) + (var(--f-stats-max) - var(--f-stats-min)) * var(--fluid-bp));
  /* - */
  --f-stats-title-min: 16;
  --f-stats-title-max: 20;
  --f-stats-title: calc(((var(--f-stats-title-min) / 16) * 1rem) + (var(--f-stats-title-max) - var(--f-stats-title-min)) * var(--fluid-bp));
}

/***
*** Button Styles ***
***/

/*** Buttons ***/

.header-cta-btn {
  display: flex;
  height: 35px;
  width: 35px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border: 1px solid transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 70 127 / var(--tw-bg-opacity));
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-decoration-line: none;
}

@media (min-width: 1030px) {
  .header-cta-btn {
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    --tw-bg-opacity: 1;
    background-color: rgb(71 170 66 / var(--tw-bg-opacity));
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1450px) {
  .header-cta-btn {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.header-cta-btn {
  transition: all .25s ease-in-out;
}

.header-cta-btn span {
  white-space: nowrap;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1450px) {
  .header-cta-btn span {
    font-size: 20px;
  }
}

@media (min-width: 1560px) {
  .header-cta-btn span {
    font-size: 20px;
  }
}

.header-cta-btn span {
  transition: all .25s ease-in-out;
  flex: 1;
}

.header-cta-btn svg path {
  transition: all .25s ease-in-out;
}

.header-cta-btn:hover {
  --tw-bg-opacity: 1;
  background-color: #00467F;
}

.header-cta-btn:hover span {
  --tw-text-opacity: 1;
  color: #fff;
}

.header-cta-btn:hover svg path {
  fill: #fff;
}

.btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
	border-radius: 999px;
  border: none;
  --tw-border-opacity: 1;
  border-color: rgb(71 170 66 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 170 66 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration-line: none;
}

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

.btn {
  transition: all .25s ease-in-out;
}

.btn span {
  white-space: nowrap;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1450px) {
  .btn span {
    font-size: 20px;
  }
}

.btn span {
  transition: all .25s ease-in-out;
  flex: 1;
}

.btn svg path {
  transition: all .25s ease-in-out;
}

.btn:hover span {
  --tw-text-opacity: 1;
  color: #00467F;
}

.btn:hover svg path {
  fill: #00467F;
}

@media(max-width: 390px) {
  .btn {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.btn.btn-primary {
  --tw-bg-opacity: 1;
  border: none;
}

.btn.btn-primary:hover {
	background-color: rgb(0 70 127 / var(--tw-bg-opacity));
}

.btn.btn-primary:hover span {
  --tw-text-opacity: 1;
  color: white;
}

.btn.btn-primary:hover svg path {
  fill: white;
}

/***
*** Site Header ***
***/

img.custom-logo {
  height: auto;
  width: 100%;
  max-width: 252px;
}

@media (min-width: 470px) {
  img.custom-logo {
    max-width: 381px;
  }
}

@media (min-width: 770px) {
  img.custom-logo {
    max-width: 19.792vw;
  }
}

.search-icon svg path {
  transition: all .25s ease-in-out;
}

.search-icon:hover svg path {
  fill: #47AA42;
}

/***
*** Site Navigation ***
***/

/*** Mobile Menu - Critical CSS ***/

header {
  padding: 0px;
}

header .hamb {
  cursor: pointer;
}

header .hamb-close {
  display: none;
}

header .side-menu {
  display: none;
}

header .side-menu:checked~nav {
  max-height: 100%;
}

header .side-menu:checked~.hamb .hamb-menu {
  display: none;
}

header .side-menu:checked~.hamb>span {
  background-color: transparent;
}

@media (min-width: 1030px) {
  header .side-menu:checked~.hamb>span {
    --tw-bg-opacity: 1;
    background-color: rgb(0 70 127 / var(--tw-bg-opacity));
  }
}

header .side-menu:checked~.hamb .hamb-close {
  display: block;
}

div#primary-menu ul#menu-new-home-header-menu>li.menu-item-has-children>ul.sub-menu li {
  	position: relative;
  	padding-left: 20px;
  	padding-right: 20px;
  	padding-top: 14px;
	border-radius: 10px;
}

div#primary-menu ul#menu-new-home-header-menu>li.menu-item-has-children>ul.sub-menu li.current-menu-item,
div#primary-menu ul#menu-new-home-header-menu>li.menu-item-has-children>ul.sub-menu li:hover {
  background: rgba(71, 170, 66, 0.10);
}

div#primary-menu ul#menu-new-home-header-menu>li.menu-item-has-children>ul.sub-menu li.current-menu-item>a,
div#primary-menu ul#menu-new-home-header-menu>li.menu-item-has-children>ul.sub-menu li:hover>a {
  color: #47AA42;
}

@media screen and (min-width: 320px) {
  input#side-menu {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999999;
  }

  .side-menu~div#primary-menu {
    transition: max-height 0.5s;
  }

  .side-menu:not(:checked)~div#primary-menu {
    top: 100%;
    position: absolute;
    right: 100%;
    max-height: 0;
    opacity: 1;
    visibility: visible;
  }

  .side-menu:checked~div#primary-menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding: 110px 4vw 0px !important;
    margin-top: 0 !important;
    overflow-x: hidden;
    height: 100vh;
    overflow-y: auto;
  }

  .side-menu:checked~div#primary-menu li {
    padding-bottom: 14px;
    width: 100%;
  }
	
	.side-menu:checked~div#primary-menu li svg path {
		fill: #47AA42;
	}

  .side-menu:checked~div#primary-menu ul#menu-new-home-header-menu>li.menu-item-has-children>ul.sub-menu li {
    position: relative;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 14px;
  }
}

/***
*** Navigation: 0px - 1030px ***
***/

header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  background-color: transparent;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

header ul#menu-new-home-header-menu li.menu-item-has-children>ul.sub-menu>li>a {
	font-size: 16px;
}

@media (min-width: 1450px) {
  header {
    padding-left: 50px;
    padding-right: 50px;
  }
}

header {
  transition: all .25s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

header.fixed {
  top: 0;
}

header ul#menu-new-home-header-menu>li {
  margin: 0px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: all .25s ease-in-out;
}

header ul#menu-new-home-header-menu>li a {
  white-space: nowrap;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	background: transparent;
}

header ul#menu-new-home-header-menu>li a:hover {
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
}

@media (min-width: 770px) {
  header ul#menu-new-home-header-menu>li a {
    font-size: 12px;
  }
}

@media (min-width: 1030px) {
  header ul#menu-new-home-header-menu>li a {
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(0 70 127 / var(--tw-text-opacity));
  }
}

@media (min-width: 1560px) {
  header ul#menu-new-home-header-menu>li a {
    font-size: 20px;
  }
}

header ul#menu-new-home-header-menu>li.current-menu-item>a {
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
}

header ul#menu-new-home-header-menu>li:hover,
header ul#menu-new-home-header-menu>li.current-menu-item {
  border-radius: 10px;
  background: rgba(71, 170, 66, 0.10);
}

header ul#menu-new-home-header-menu>li:hover>a,
header ul#menu-new-home-header-menu>li.current-menu-item>a {
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
}

header ul#menu-new-home-header-menu>li.menu-item-has-children,
header ul#menu-new-home-header-menu>li.menu-item-has-children>a {
  position: relative;
  white-space: nowrap;
  z-index: 0;
}

header ul#menu-new-home-header-menu li.menu-item-has-children>.arrow {
  display: inline-flex;
}

@media (min-width: 1030px) {
  header ul#menu-new-home-header-menu li.menu-item-has-children>.arrow {
    display: none;
  }
}

header ul#menu-new-home-header-menu li.menu-item-has-children>.arrow {
  width: 30px;
  height: 30px;
  transition: opacity 0.5s;
  opacity: 1;
  cursor: pointer;
  transition: all .25s ease-in-out;
  position: relative;
  top: 7px;
  right: -5px;
}

header ul#menu-new-home-header-menu li.menu-item-has-children>.arrow:hover svg path {
  fill: #47AA42;
}

header ul#menu-new-home-header-menu li.menu-item-has-children>.arrow svg {
  transition: transform .25s ease-in-out;
}

header ul#menu-new-home-header-menu li.menu-item-has-children input.mobile-nav-checkbox:checked~.arrow svg {
  transform: rotate(90deg) translateX(0);
}

header li:not(.menu-item-has-children) input {
  display: none;
}

header .mobile-nav-checkbox~ul.sub-menu {
  opacity: 0;
  max-height: 0;
  height: 0;
  transition: max-height 0.3s ease, height 0.3s ease;
  left: 999999px;
  position: relative;
	background: transparent;
}

header .mobile-nav-checkbox:checked~ul.sub-menu {
  height: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
  opacity: 1;
  left: 0;
}

header ul#menu-new-home-header-menu li.menu-item-has-children input.mobile-nav-checkbox {
  cursor: pointer;
  position: absolute;
  top: 5px;
  opacity: 0;
  height: 25px;
  left: -3px;
  z-index: 0;
  width: -moz-fit-content;
  width: fit-content;
}

body.user_logged_in header.fixed {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.user_logged_in header.fixed {
    top: 46px
  }
}

@media screen and (max-width: 600px) {
  body.user_logged_in header.fixed {
    top: 0
  }
}

/***
*** Navigation: 1030px and larger ***
***/

@media (min-width: 1030px) {
  header .hamb {
    display: none;
  }

  header .side-menu~div#primary-menu {
    transition: none;
  }

  header .side-menu:checked~div#primary-menu {
    position: static;
    overflow: visible;
  }

  header .side-menu:not(:checked)~div#primary-menu {
    top: 100%;
    position: static;
    right: -999999px;
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
  }

  header input.mobile-nav-checkbox {
    display: none;
  }

  header ul#menu-new-home-header-menu li.menu-item-has-children>ul.sub-menu>li {
    position: relative;
    cursor: pointer;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3.5rem;
    padding-right: 1.25rem;
  }

  header li.menu-item-has-children:hover>.mobile-nav-checkbox~ul.sub-menu {
    opacity: 1;
    height: auto;
    max-height: 1000px;
  }

  header ul#menu-new-home-header-menu li.menu-item-has-children>ul.sub-menu {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    transition: opacity .25s ease-in-out;
    flex-direction: column;
    min-width: 13.021vw;
	border-radius: 10px;
	box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.19);
	padding: 20px;
  }

  header ul#menu-new-home-header-menu li.menu-item-has-children>ul.sub-menu>li>a {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
	color: #000;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
    transition: all .25s ease-in-out;
	  background: transparent;
  }

  header ul#menu-new-home-header-menu li.menu-item-has-children:hover>ul.sub-menu {
    display: block;
  }

  header ul#menu-new-home-header-menu>li.menu-item-has-children:hover>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu {
    left: 100%;
    top: -2.25rem;
  }

  header ul#menu-new-home-header-menu li.menu-item-has-children:hover>.arrow {
    opacity: 1;
  }
}

#home-banner-widget-wrapper {
  width: -moz-fit-content;
  width: fit-content;
}

#home-banner-widget-wrapper .ti-widget-container {
  margin-bottom: 0;
}

#home-banner-widget-wrapper .ti-widget-container .ti-header.source-Google {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
}

@media (min-width: 470px) {
  #home-banner-widget-wrapper .ti-widget-container .ti-header.source-Google {
    flex-direction: row;
    justify-content: flex-start;
  }
}

#home-banner-widget-wrapper .ti-widget-container .ti-header.source-Google .ti-profile-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  padding: 0px;
}

#home-banner-widget-wrapper .ti-widget-container .ti-header.source-Google .ti-stars {
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(50deg) saturate(600%) !important;
}

#home-banner-widget-wrapper .ti-widget-container .ti-header.source-Google .ti-rating {
  color: #003F72 !important;
  font-family: Poppins !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}

#home-banner-widget-wrapper .ti-widget-container .ti-header.source-Google .ti-verified-by {
  display: none !important;
}

#home-banner-widget-wrapper .ti-widget-container .ti-header.source-Google .ti-top-rated-title {
  margin: 0 0 0 10px !important;
  color: #003F72 !important;
  font-family: Poppins !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}

#home-banner-widget-wrapper .ti-widget-container .ti-header.source-Google .ti-top-rated-title a {
  margin-bottom: 0 !important;
  color: #003F72 !important;
  font-family: Poppins !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}

section#home-banner .container {
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 175px;
  padding-bottom: 2.25rem;
}

@media (min-width: 770px) {
  section#home-banner .container {
    padding-top: 200px;
  }
}

@media (min-width: 1030px) {
  section#home-banner .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

section#home-banner .banner-area .before-title {
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 4.8px;
  text-transform: uppercase;
	max-width: 380px;
	margin: 0 auto;
}

section#home-banner .banner-area .banner-title {
  font-size: 64px;
  --tw-text-opacity: 1;
  color: rgb(0 70 127 / var(--tw-text-opacity));
}

@media (min-width: 1450px) {
  section#home-banner .banner-area .banner-title {
    font-size: 80px;
  }
}

@media (min-width: 1560px) {
  section#home-banner .banner-area .banner-title {
    font-size: 106px;
  }
}

section#home-banner .banner-area .banner-title {
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  line-height: 111%;
  text-transform: uppercase;
}

@media(max-width: 390px) {
  section#home-banner .banner-area .banner-title {
    font-size: 48px;
  }
}

section#home-banner .banner-area .after-title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 70 127 / var(--tw-text-opacity));
}

@media (min-width: 770px) {
  section#home-banner .banner-area .after-title {
    margin-bottom: 1.5rem;
    font-size: 32px;
  }
}

@media (min-width: 1030px) {
  section#home-banner .banner-area .after-title {
    font-size: 48px;
  }
}

section#home-banner .banner-area .after-title {
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  line-height: 111%;
  text-transform: uppercase;
}

section#home-banner .banner-area .banner-content {
  margin-bottom: 1.5rem;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 70 127 / var(--tw-text-opacity));
}

@media (min-width: 770px) {
  section#home-banner .banner-area .banner-content {
    font-size: 20px;
  }
}

@media (min-width: 1030px) {
  section#home-banner .banner-area .banner-content {
    font-size: 21px;
  }
}

section#home-banner .banner-area .banner-content {
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

@media(max-width: 768px) {
  section#home-banner .banner-area #home-banner-widget-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
  }
}

section#home-banner .scroll-down-indicator {
  margin-left: auto;
  margin-right: auto;
  display: none;
  height: 5rem;
  width: 5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 70 127 / var(--tw-border-opacity));
}

@media (min-width: 1030px) {
  section#home-banner .scroll-down-indicator {
    display: flex;
  }
}

/***
*** Site Footer ***
***/

#footer section#pre-footer .section-area {
  padding-bottom: 60px;
}

@media (min-width: 770px) {
  #footer section#pre-footer .section-area {
    padding-bottom: 120px;
  }
}

#footer section#pre-footer .section-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

#footer section#pre-footer .section-area .section-content h2 {
  margin-bottom: 0px;
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 770px) {
  #footer section#pre-footer .section-area .section-content h2 {
    font-size: 48px;
  }
}

@media (min-width: 1030px) {
  #footer section#pre-footer .section-area .section-content h2 {
    font-size: 64px;
  }
}

@media (min-width: 1450px) {
  #footer section#pre-footer .section-area .section-content h2 {
    font-size: 70px;
  }
}

#footer section#pre-footer .section-area .section-content h2 span {
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
}

#footer section#pre-footer .section-area .section-content p {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1030px) {
  #footer section#pre-footer .section-area .section-content p {
    font-size: 24px;
  }
}

#footer section#footer-main .container {
  padding-top: 100px;
  padding-bottom: 1rem;
}

#footer section#footer-main #footer-contact-form {
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 770px) {
  #footer section#footer-main #footer-contact-form {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1030px) {
  #footer section#footer-main #footer-contact-form {
    padding-left: 10.625vw;
    padding-right: 10.625vw;
    padding-top: 5.365vw;
    padding-bottom: 5.365vw;
  }
}

#footer section#footer-main #footer-contact-form {
  border-radius: 20px;
  background: #FFF;
}

#footer section#footer-main #footer-contact-form .form-title {
  color: #00467F;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

@media(max-width: 470px) {
	#footer section#footer-main #footer-contact-form .form-title {
		font-size: 32px;
	}
}

#footer section#footer-main #footer-contact-form .form-subtitle {
  color: #47AA42;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}

@media(max-width: 470px) {
	#footer section#footer-main #footer-contact-form .form-subtitle {
		font-size: 24px;
	}
}

#footer section#footer-main #footer-contact-form .gform-field-label.gform-field-label--type-inline,
#footer section#footer-main #footer-contact-form p {
  color: #595959;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

#footer section#footer-main #footer-contact-form .gf_browser_chrome.gform_wrapper .gform_fields {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 1.5rem;
}

@media(max-width: 770px) {
	#footer section#footer-main #footer-contact-form .gf_browser_chrome.gform_wrapper .gform_fields {
  		display: flex;
  		flex-direction: column;
	}
}

#footer section#footer-main .footer-nav-title {
  text-align: center;
}

@media (min-width: 770px) {
  #footer section#footer-main .footer-nav-title {
    text-align: left;
  }
}

#footer section#footer-main .footer-nav-title {
  color: #47AA42;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 26px;
}

#footer section#footer-main #footer-contact-list .block-item p {
  flex: 1;
}

#footer section#footer-main #footer-contact-list .block-item a {
  font-family: Poppins;
  font-size: 20px;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

#footer section#footer-main #footer-contact-list .block-item a:hover {
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
}

@media (min-width: 470px) {
  #footer section#footer-main #footer-contact-list .block-item a {
    font-size: 20px;
  }
}

#footer section#footer-main #footer-contact-list .block-item a {
  flex: 1;
  transition: all .25s ease-in-out;
}

#footer section#footer-main #footer-contact-list .block-item:first-child {
  align-items: center;
}

#footer section#footer-main #footer-contact-list .block-item:first-child a {
  font-size: 20px;
}

@media (min-width: 770px) {
  #footer section#footer-main #footer-contact-list .block-item:first-child a {
    font-size: 28px;
  }
}

#footer section#footer-main #footer-contact-list .block-item:first-child a {
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#footer section#footer-main #footer-social {
	width: fit-content;
	margin: 0px;
  	padding: 0px;
  	list-style: none;
	white-space: nowrap;
}

#footer section#footer-main #footer-social li svg path {
  transition: all .25s ease-in-out;
}

#footer section#footer-main #footer-social li:hover svg path {
  fill: #fff;
}

#footer section#footer-main #footer-nav ul#menu-new-home-footer-menu li a {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

#footer section#footer-main #footer-nav ul#menu-new-home-footer-menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
}

#footer section#footer-main #footer-nav ul#menu-new-home-footer-menu li a {
  transition: all .25s ease-in-out;
}

#footer section#footer-main .disclaimer-text {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 0px;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#footer section#footer-bottom {
  --tw-bg-opacity: 1;
  background-color: rgb(71 170 66 / var(--tw-bg-opacity));
}

#footer section#footer-bottom span {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
  text-align: left;
}

::placeholder {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
  text-align: left;
}

.form-inner-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: var(--space-6);
  text-align: center;
}

.form-title {
  margin-bottom: var(--space-3);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #efefef;
  border-radius: 3px;
  margin-bottom: var(--space-2);
  padding: 10px 0 10px 10px;
}

/* *
* Homepage
* */

@media (min-width: 770px) {
  section.home-section.page-section .section-area .container {
    padding-left: 175px;
    padding-right: 175px;
    padding-bottom: 200px;
  }
}

section.home-section.page-section .section-area .section-content h2 {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  font-size: 42px;
  --tw-text-opacity: 1;
  color: rgb(0 70 127 / var(--tw-text-opacity));
}

@media (min-width: 1030px) {
  section.home-section.page-section .section-area .section-content h2 {
    font-size: 64px;
  }
}

section.home-section.page-section .section-area .section-content h2 {
  text-align: center;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

section.home-section.page-section .section-area .section-content h2 span>span {
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
}

section.home-section.page-section .section-area .section-content h2::after {
  content: '';
  width: 300px;
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 70 127 / var(--tw-bg-opacity));
}

section.home-section.page-section .section-area .section-content p {
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 70 127 / var(--tw-text-opacity));
  text-align: center;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

section.home-section.page-section.reverse-section .section-area .section-content h2 {
  align-items: flex-start;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

section.home-section.page-section.reverse-section .section-area .section-content h2::after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

section.home-section.page-section.reverse-section .section-area .section-content p {
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 770px) {
  section.home-section.page-section.reverse-section .section-area .section-content p {
    font-size: 24px;
  }
}

section#home-services-section .section-area {
  overflow: hidden;
}

section#home-services-section .section-area #services-wrapper .service-item {
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}

@media (min-width: 770px) {
  section#home-services-section .section-area #services-wrapper .service-item {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 53px;
	padding-bottom: 20px;
  }
}

@media (min-width: 1030px) {
  section#home-services-section .section-area #services-wrapper .service-item {
    border-bottom-width: 1px;
    border-right-width: 1px;
  }
}

section#home-services-section .section-area #services-wrapper .service-item .block-icon {
  display: flex;
  height: 120px;
  width: 120px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 2.4px solid #47AA42;
}

section#home-services-section .section-area #services-wrapper .service-item .block-title {
  margin-bottom: 0.5rem;
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(0 70 127 / var(--tw-text-opacity));
  text-align: center;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

section#home-services-section .section-area #services-wrapper .service-item .block-content {
  margin-bottom: 0px;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 70 127 / var(--tw-text-opacity));
  text-align: center;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

section#home-services-section .section-area #services-wrapper .service-item:nth-child(2) {
  position: relative;
}

section#home-services-section .section-area #services-wrapper .service-item:nth-child(2)::before {
  --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: 9999px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background-color: #fff;
  width: 100px;
  height: 100px;
}

section#home-services-section .section-area #services-wrapper .service-item:nth-child(2)::after {
  --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: 9999px;
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  background-color: #fff;
  width: 100px;
  height: 100px;
}

@media (min-width: 1030px) {
  section#home-services-section .section-area #services-wrapper .service-item:nth-child(3) {
    border-right-width: 0px;
  }

  section#home-services-section .section-area #services-wrapper .service-item:nth-child(4),
  section#home-services-section .section-area #services-wrapper .service-item:nth-child(5) {
    border-bottom-width: 0px;
  }

  section#home-services-section .section-area #services-wrapper .service-item:nth-child(6) {
    border-bottom-width: 0px;
    border-right-width: 0px;
  }
}

@media (min-width: 1450px) {
  section#home-testimonial-section .container {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

section#home-testimonial-section .section-area .section-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 48px;
	
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

@media (min-width: 1030px) {
  section#home-testimonial-section .section-area .section-title {
    margin-bottom: 104px;
    font-size: 64px;
  }
}

section#home-testimonial-section .section-area .section-title>span {
  --tw-text-opacity: 1;
  color: rgb(71 170 66 / var(--tw-text-opacity));
}

section#home-testimonial-section .section-area .section-title::after {
  display: none;
}

section#home-testimonial-section .section-area #testimonial-slider .slick-track {
  align-items: stretch;
}

section#home-testimonial-section .section-area #testimonial-slider .block-item {
  margin-right: 1rem;
  height: auto;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 70 127 / var(--tw-bg-opacity));
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

section#home-testimonial-section .section-area #testimonial-slider .block-item:last-child {
  margin-right: 0px;
}

@media (min-width: 1030px) {
  section#home-testimonial-section .section-area #testimonial-slider .block-item {
    padding-left: 57px;
    padding-right: 57px;
    padding-top: 62px;
    padding-bottom: 62px;
  }
}

section#home-testimonial-section .section-area #testimonial-slider .block-item .block-content {
  margin-bottom: 2.5rem;
  font-size: 16px;
}

@media (min-width: 770px) {
  section#home-testimonial-section .section-area #testimonial-slider .block-item .block-content {
    font-size: 20px;
  }
}

section#home-testimonial-section .section-area #testimonial-slider .block-item .block-content {
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  height: 270px;
  max-height: 270px;
  overflow-y: auto;
  /* Custom scrollbar (WebKit) and Firefox */
  scrollbar-width: thin;
  scrollbar-color: #043359;
}

section#home-testimonial-section .section-area #testimonial-slider .block-item .block-content::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

section#home-testimonial-section .section-area #testimonial-slider .block-item .block-content::-webkit-scrollbar-track {
  background: #1A6BAD;
  border-radius: 999px;
}

section#home-testimonial-section .section-area #testimonial-slider .block-item .block-content::-webkit-scrollbar-thumb {
  background-color: #043359;
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

section#home-testimonial-section .section-area #testimonial-slider .block-item .block-content::-webkit-scrollbar-thumb:hover {
  background-color: #043359;
}

section#home-testimonial-section .section-area #testimonial-slider .block-item .block-content {
  scrollbar-width: thin;
  scrollbar-color: #043359 #1A6BAD;
}

section#home-testimonial-section .section-area #testimonial-slider .block-item .block-content::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

section#home-testimonial-section .section-area #testimonial-slider .block-item .block-content::-webkit-scrollbar-track {
  background: #1A6BAD;
}

section#home-testimonial-section .section-area #testimonial-slider .block-item .block-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 999px;
}

section#home-testimonial-section .section-area #testimonial-slider .block-item .block-author {
  color: #FFF;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}

section#home-testimonial-section .section-area #home-testimonial-widget-wrapper {
  border-bottom: 1px solid rgba(0, 70, 127, 0.08);
  margin-bottom: 15px;
}

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

@media (min-width: 470px) {
  .xs\:grid {
    display: grid;
  }

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

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

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

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

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

  .xs\:text-sm {
    font-size: 20px;
  }

  .xs\:\[grid-template-columns\:repeat\(2\2c 1fr\)\] {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 770px) {
  .sm\:mb-\[104px\] {
    margin-bottom: 104px;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }
	
  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

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

  .sm\:grid {
    display: grid;
  }

  .sm\:max-w-\[19\.792vw\] {
    max-width: 19.792vw;
  }

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

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

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

  .sm\:gap-y-\[104px\] {
    row-gap: 104px;
  }
	
	
	.sm\:max-w-\[319px\] {
  		max-width: 319px;
	}

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

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

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

  .sm\:px-\[175px\] {
    padding-left: 175px;
    padding-right: 175px;
  }

  .sm\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .sm\:\!pt-\[60px\] {
    padding-top: 60px !important;
  }

  .sm\:pb-\[200px\] {
    padding-bottom: 200px;
  }

  .sm\:pl-9 {
    padding-left: 2.25rem;
  }

  .sm\:pr-\[4\.635vw\] {
    padding-right: 4.635vw;
  }

  .sm\:pt-\[53px\] {
    padding-top: 53px;
  }

  .sm\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .sm\:pt-\[200px\] {
    padding-top: 200px;
  }

  .sm\:text-sm {
    font-size: 20px;
  }

  .sm\:text-xl {
    font-size: 48px;
  }

  .sm\:text-\[28px\] {
    font-size: 28px;
  }

  .sm\:text-\[50px\] {
    font-size: 50px;
  }

  .sm\:text-lg {
    font-size: 32px;
  }

  .sm\:text-md {
    font-size: 24px;
  }

  .sm\:text-\[18px\] {
    font-size: 18px;
  }

  .sm\:text-xs {
    font-size: 16px;
  }

  .sm\:text-\[40px\] {
    font-size: 40px;
  }

  .sm\:text-\[12px\] {
    font-size: 12px;
  }
}

@media (min-width: 1030px) {
  .md\:mb-\[126px\] {
    margin-bottom: 126px;
  }
	
  .md\:max-w-\[27\.031vw\] {
    max-width: 27.031vw;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

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

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

  .md\:max-w-\[45\.052vw\] {
    max-width: 45.052vw;
  }

  .md\:max-w-\[49\.323vw\] {
    max-width: 49.323vw;
  }

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

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

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

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

  .md\:justify-end {
    justify-content: flex-end;
  }

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

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

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

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

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

  .md\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(71 170 66 / var(--tw-bg-opacity));
  }

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

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

  .md\:px-\[57px\] {
    padding-left: 57px;
    padding-right: 57px;
  }

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

  .md\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .md\:px-\[204px\] {
    padding-left: 204px;
    padding-right: 204px;
  }

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

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

  .md\:\!py-\[200px\] {
    padding-top: 200px !important;
	padding-bottom: 200px !important;
  }

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

  .md\:text-2xl {
    font-size: 64px;
  }

  .md\:text-md {
    font-size: 24px;
  }

  .md\:text-\[2\.5vw\] {
    font-size: 2.5vw;
  }

  .md\:text-lg {
    font-size: 32px;
  }

  .md\:text-xs {
    font-size: 16px;
  }

  .md\:text-xl {
    font-size: 48px;
  }

  .md\:text-\[21px\] {
    font-size: 21px;
  }

  .md\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(0 70 127 / var(--tw-text-opacity));
  }

  .md\:\[grid-template-columns\:repeat\(3\2c 1fr\)\] {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

  .lg\:flex {
    display: flex;
  }

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

  .lg\:gap-\[2\.5vw\] {
    gap: 2.5vw;
  }

  .lg\:gap-x-\[2\.5vw\] {
    -moz-column-gap: 2.5vw;
    column-gap: 2.5vw;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

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

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

  .lg\:text-sm {
    font-size: 20px;
  }

  .lg\:text-\[70px\] {
    font-size: 70px;
  }

  .lg\:text-\[80px\] {
    font-size: 80px;
  }
}

@media (min-width: 1560px) {
  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xl\:px-\[150px\] {
    padding-left: 150px;
    padding-right: 150px;
  }

  .xl\:text-sm {
    font-size: 20px;
  }

  .xl\:text-2xl {
    font-size: 64px;
  }

  .xl\:text-\[106px\] {
    font-size: 106px;
  }
}

.desktop.searchHover {
	display: none !important;
}

#field_4_15 {
	display: flex;
    align-items: center;
	column-gap: 12px;
}

#field_4_15 .gfield_label.gform-field-label {
	color: #595959;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}

#field_4_15 .ginput_container.ginput_container_consent {
	display: flex;
    align-items: center;
	column-gap: 12px;
    margin: 0;
}

#field_4_15 #input_4_15_1 {
	width: 24px;
    margin-bottom: 0;
    height: 24px;
    aspect-ratio: 1 / 1;
    background: #F5F5F5;
    accent-color: #F5F5F5;
    border: none !important;
}

#gform_submit_button_4 > i {
	display: none !important;
}

#toggle-admin {
	display: none !important;
}

.gf_browser_chrome.gform_wrapper ul.gform_fields li.gfield,
.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
	margin: 0 !important;
	padding: 0 !important;
	
}

.gf_browser_chrome.gform_wrapper .gform_heading {
    display: none;
}