@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@tailwind base;
@tailwind components;
@tailwind utilities;
/*
! tailwindcss v3.3.5 | 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: #d8d8d8; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 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 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: 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;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #a0aec0; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #a0aec0; /* 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;
}
html,
  body{
  font-family: Montserrat, 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;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
    scroll-behavior: smooth;
    font-family: "Poppins", serif;
}
body{
  height: 100vh;
}
body.logged-in{
  height: calc(100vh - 46px);
}
@media (min-width: 710px){
  body.logged-in{
    height: calc(100vh - 32px);
  }
}
main p{
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 710px){
  main p{
    font-size: 18px;
  }
}
main ul,
    main ol{
  margin-left: 2rem;
  display: inline-flex;
  list-style-position: outside;
  flex-direction: column;
  gap: 0.25rem;
}
main ul{
  list-style-type: disc;
}
main ol{
  list-style-type: decimal;
}
main code{
  display: inline-block;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 224 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 12px;
}
section{
  padding-top: var(--section-top-padding);
  padding-bottom: var(--section-bottom-padding);
}
/* CSS animation */
.button--outlined.button-pulse:hover {
    box-shadow: 0 0 0 0 rgb(255, 255, 255, 1);
    animation: pulse-outline 2s infinite;
  }

  .\!border-secondary.button-pulse:hover {
    box-shadow: 0 0 0 0 rgb(233, 81, 39, 1) !important;
    transform: scale(1) !important;
    animation: pulse 2s infinite !important;
  }
.button-pulse:hover,
  .border-secondary.button-pulse:hover {
    box-shadow: 0 0 0 0 rgb(233, 81, 39, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
  }
@keyframes pulse {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(233, 81, 39, 0.7);
    }

    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(233, 81, 39, 0);
    }

    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(233, 81, 39, 0);
    }
  }
@keyframes pulse-outline {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(233, 81, 39, 0);
    }

    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(233, 81, 39, 0);
    }
  }
.animate-banner-shadow,
  .animate-banner-shadow-2 {
    transform: rotate(0deg);
    animation: shadow-rotate 2s infinite;
    animation-timing-function: ease-in-out;
  }
.animate-banner-shadow-2 {
    animation-delay: 0.5s;
  }
@keyframes shadow-rotate {
    0% {
      transform: rotate(0deg);
      opacity: 1;
    }

    100% {
      transform: rotate(-4deg);
      opacity: 0;
    }
  }
.cell {
    width: 100%;
    height: 100%;
    z-index: 10;
  }
.cell:nth-child(10n + 1):hover ~ .random-boxes {
    --positionX: 0;
  }
.cell:nth-child(10n + 2):hover ~ .random-boxes {
    --positionX: 1;
  }
.cell:nth-child(10n + 3):hover ~ .random-boxes {
    --positionX: 2;
  }
.cell:nth-child(10n + 4):hover ~ .random-boxes {
    --positionX: 3;
  }
.cell:nth-child(10n + 5):hover ~ .random-boxes {
    --positionX: 4;
  }
.cell:nth-child(10n + 6):hover ~ .random-boxes {
    --positionX: 5;
  }
.cell:nth-child(10n + 7):hover ~ .random-boxes {
    --positionX: 6;
  }
.cell:nth-child(10n + 8):hover ~ .random-boxes {
    --positionX: 7;
  }
.cell:nth-child(10n + 9):hover ~ .random-boxes {
    --positionX: 8;
  }
.cell:nth-child(10n + 10):hover ~ .random-boxes {
    --positionX: 9;
  }
.cell:nth-child(n + 1):nth-child(-n + 10):hover ~ .random-boxes {
    --positionY: 0;
  }
.cell:nth-child(n + 11):nth-child(-n + 20):hover ~ .random-boxes {
    --positionY: 1;
  }
.cell:nth-child(n + 21):nth-child(-n + 30):hover ~ .random-boxes {
    --positionY: 2;
  }
.cell:nth-child(n + 31):nth-child(-n + 40):hover ~ .random-boxes {
    --positionY: 3;
  }
.cell:nth-child(n + 41):nth-child(-n + 50):hover ~ .random-boxes {
    --positionY: 4;
  }
.cell:nth-child(n + 51):nth-child(-n + 60):hover ~ .random-boxes {
    --positionY: 5;
  }
.cell:nth-child(n + 61):nth-child(-n + 70):hover ~ .random-boxes {
    --positionY: 6;
  }
.cell:nth-child(n + 71):nth-child(-n + 80):hover ~ .random-boxes {
    --positionY: 7;
  }
.cell:nth-child(n + 81):nth-child(-n + 90):hover ~ .random-boxes {
    --positionY: 8;
  }
.cell:nth-child(n + 91):nth-child(-n + 100):hover ~ .random-boxes {
    --positionY: 9;
  }
.random-boxes {
    --positionX: 0;
    --positionY: 0;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.random-boxes div {
      background-color: #334e7b;
      position: absolute;
      animation-timing-function: ease-in-out;
      transition: all 0.3s;
    }
.random-boxes div.banner-animated-box-1 {
        animation: fade-out 3s infinite;
        animation-timing-function: ease-in-out;
        top: 0;
        left: 10%;
        width: calc(180px + var(--positionX) * 15px);
        height: calc(20% + var(--positionY) * 10px);
      }
.random-boxes div.banner-animated-box-2 {
        animation: fade-out 4s infinite;
        animation-timing-function: ease-in-out;
        bottom: 0%;
        left: 0%;
        width: calc(10% + (10 - var(--positionX)) * 5px);
        height: calc(10% + (10 - var(--positionY)) * 10px);
      }
.random-boxes div.banner-animated-box-3 {
        animation: fade-out 3s infinite;
        animation-timing-function: ease-in-out;
        top: 0;
        right: 0%;
        width: calc(10% + var(--positionX) * 15px);
        height: calc(15% + (10 - var(--positionY)) * 5px);
      }
.random-boxes div.banner-animated-box-4 {
        animation: fade-out 6s infinite;
        animation-timing-function: ease-in-out;
        bottom: 0;
        right: 18%;
        width: calc(5% + var(--positionX) * 10px);
        height: calc(30% + var(--positionY) * 15px);
      }
.random-boxes div.cf-animated-box-1 {
        animation: fade-out 3s infinite;
        animation-timing-function: ease-in-out;
        top: 0;
        left: 10%;
        width: calc(180px + var(--positionX) * 15px);
        height: calc(20% + var(--positionY) * 10px);
        transition: all 0.5s;
      }
.random-boxes div.cf-animated-box-2 {
        animation: fade-out 4s infinite;
        animation-timing-function: ease-in-out;
        top: 35%;
        left: 0%;
        width: calc(10% + (10 - var(--positionX)) * 5px);
        height: calc(5% + (10 - var(--positionY)) * 10px);
        transition: all 0.3s;
      }
.random-boxes div.cf-animated-box-3 {
        animation: fade-out 2s infinite;
        animation-timing-function: ease-in-out;
        top: 0;
        right: 0%;
        width: calc(8% + var(--positionX) * 15px);
        height: calc(17% + (10 - var(--positionY)) * 5px);
      }
.random-boxes div.cf-animated-box-4 {
        animation: fade-out 5s infinite;
        animation-timing-function: ease-in-out;
        top: 25%;
        right: 15%;
        width: calc(5% + var(--positionX) * 10px);
        height: calc(30% + var(--positionY) * 15px);
        background-color: #334e7b;
      }
.random-boxes div.cf-animated-box-5 {
        animation: fade-out 3s infinite;
        animation-timing-function: ease-in-out;
        bottom: 0;
        right: 25%;
        width: calc(15% + var(--positionX) * 10px);
        height: calc(10% + var(--positionY) * 15px);
        transition: all 0.8s;
      }
.random-boxes div.cf-animated-box-6 {
        animation: fade-out 5s infinite;
        animation-timing-function: ease-in-out;
        bottom: 0;
        left: 25%;
        width: calc(10% + var(--positionX) * 10px);
        height: calc(10% + var(--positionY) * 15px);
        transition: all 0.8s;
      }
.random-boxes div.footer-animated-box-1 {
        animation: fade-out 5s infinite;
        animation-timing-function: ease-in-out;
        top: 0;
        left: 10%;
        width: calc(180px + var(--positionX) * 15px);
        height: calc(10% + var(--positionY) * 20px);
        transition: all 1s;
      }
.random-boxes div.footer-animated-box-2 {
        animation: fade-out 3s infinite;
        animation-timing-function: ease-in-out;
        bottom: 0%;
        left: 0%;
        width: calc(10% + (10 - var(--positionX)) * 5px);
        height: calc(5% + (10 - var(--positionY)) * 10px);
        transition: all 0.3s;
      }
.random-boxes div.footer-animated-box-3 {
        animation: fade-out 2s infinite;
        animation-timing-function: ease-in-out;
        top: 0;
        right: 0%;
        width: calc(8% + var(--positionX) * 15px);
        height: calc(17% + (10 - var(--positionY)) * 5px);
      }
.random-boxes div.footer-animated-box-4 {
        animation: fade-out 4s infinite;
        animation-timing-function: ease-in-out;
        top: 0%;
        right: 25%;
        width: calc(10% + var(--positionX) * 10px);
        height: calc(5% + var(--positionY) * 15px);
        background-color: #334e7b;
      }
.random-boxes div.footer-animated-box-5 {
        animation: fade-out 3s infinite;
        animation-timing-function: ease-in-out;
        bottom: 0;
        right: 15%;
        width: calc(10% + var(--positionX) * 10px);
        height: calc(10% + var(--positionY) * 15px);
        transition: all 1s;
      }
.random-boxes div.footer-animated-box-6 {
        animation: fade-out 4s infinite;
        animation-timing-function: ease-in-out;
        bottom: 0;
        left: 25%;
        width: calc(10% + var(--positionX) * 10px);
        height: calc(5% + var(--positionY) * 15px);
        transition: all 0.8s;
      }
@keyframes fade-out {
    0% {
      opacity: 1;
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    40% {
      opacity: 0.5;
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(233, 81, 39, 0);
    }

    70% {
      transform: 0.8;
      transform: scale(0.95);
      box-shadow: 0 0 0 10px rgba(233, 81, 39, 0);
    }

    100% {
      opacity: 0;
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(233, 81, 39, 0);
    }
  }
b,
  strong{
  font-weight: 600;
}
h1,
  .h1{
  font-size: 26px;
}
@media (min-width: 710px){
  h1,
  .h1{
    font-size: 52px;
    line-height: 60px;
  }
}
h2,
  .h2{
  font-size: 23px;
}
@media (min-width: 710px){
  h2,
  .h2{
    font-size: 46px;
    line-height: 54px;
  }
}
h3,
  .h3{
  font-size: 20px;
}
@media (min-width: 710px){
  h3,
  .h3{
    font-size: 35px;
    line-height: 36px;
  }
}
h4,
  .h4{
  font-size: 18px;
}
@media (min-width: 710px){
  h4,
  .h4{
    font-size: 28px;
    line-height: 32px;
  }
}
h5,
  .h5{
  font-size: 17px;
}
@media (min-width: 710px){
  h5,
  .h5{
    font-size: 24px;
    line-height: 28px;
  }
}
h5,
  .h5{
  font-size: 16px;
}
@media (min-width: 710px){
  h5,
  .h5{
    font-size: 20px;
    line-height: 28px;
  }
}
h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h5,
  .h5,
  h6,
  .h6{
  font-weight: 600 !important;
}
h4,
  .h4{
  font-weight: 400;
}
.banner p strong{
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 710px){
  .banner p strong{
    font-size: 28px;
    line-height: 36px;
  }
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 360px){
  .container{
    max-width: 360px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 710px){
  .container{
    max-width: 710px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1240px){
  .container{
    max-width: 1240px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
@media (min-width: 1920px){
  .container{
    max-width: 1920px;
  }
}
#page{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.container{
  margin-left: auto;
  margin-right: auto;
  max-width: 1457px;
  padding-left: 30px;
  padding-right: 30px;
}
.container.sm{
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1024px){
  .container.sm{
    padding-left: 145px;
    padding-right: 145px;
  }
}
@media (min-width: 1240px){
  .container.sm{
    padding-left: 185px;
    padding-right: 185px;
  }
}
.container.sm-v2{
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1024px){
  .container.sm-v2{
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1240px){
  .container.sm-v2{
    padding-left: 205px;
    padding-right: 205px;
  }
}
.container.xs{
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1024px){
  .container.xs{
    padding-left: 180px;
    padding-right: 180px;
  }
}
@media (min-width: 1240px){
  .container.xs{
    padding-left: 286px;
    padding-right: 286px;
  }
}
.container.lg{
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px){
  .container.lg{
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1240px){
  .container.lg{
    padding-left: 50px;
    padding-right: 50px;
  }
}
.container.full{
  padding-left: 0px;
  padding-right: 0px;
}
.container.xs-v2{
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1024px){
  .container.xs-v2{
    padding-left: 180px;
    padding-right: 180px;
  }
}
@media (min-width: 1240px){
  .container.xs-v2{
    padding-left: 310px;
    padding-right: 310px;
  }
}
.menu .menu-item, #menu-main-menu-1 .menu-item{
  position: relative;
  white-space: nowrap;
  text-align: center;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.menu .menu-item.current-menu-item, #menu-main-menu-1 .menu-item.current-menu-item{
  --tw-text-opacity: 1;
  color: rgb(2 92 144 / var(--tw-text-opacity));
}
.menu .menu-item a, #menu-main-menu-1 .menu-item a{
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
}
.menu .menu-item a:hover, #menu-main-menu-1 .menu-item a:hover{
  --tw-text-opacity: 1;
  color: rgb(2 92 144 / var(--tw-text-opacity));
}
.menu .menu-item .sub-menu, #menu-main-menu-1 .menu-item .sub-menu{
  visibility: visible;
  position: absolute;
  z-index: 10;
  display: none;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 40px;
  opacity: 1;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.menu .menu-item .sub-menu .menu-item, #menu-main-menu-1 .menu-item .sub-menu .menu-item{
  margin-left: 0px;
  margin-right: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  line-height: 100%;
}
.menu .menu-item .sub-menu .menu-item:last-child, #menu-main-menu-1 .menu-item .sub-menu .menu-item:last-child{
  border-width: 0px;
}
.menu .menu-item .sub-menu .menu-item a, #menu-main-menu-1 .menu-item .sub-menu .menu-item a{
  position: relative;
  margin-top: -20px;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  font-size: 18px;
  color: inherit;
}
.menu .menu-item .sub-menu .menu-item a:hover, #menu-main-menu-1 .menu-item .sub-menu .menu-item a:hover{
  --tw-text-opacity: 1;
  color: rgb(2 92 144 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.menu .menu-item:hover>.sub-menu, #menu-main-menu-1 .menu-item:hover>.sub-menu{
  display: flex !important;
}
.menu .menu-item.menu-item-has-children::after, #menu-main-menu-1 .menu-item.menu-item-has-children::after {
          content: "";
          width: 14px;
          height: 14px;
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy45MTEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzLjkxMSA4Ij4KICA8ZyBpZD0iYXJyb3ctZG93bi1ib2xkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYuMzMzIC02MC44KSI+CiAgICA8cGF0aCBpZD0iUGF0aF8yMTkiIGRhdGEtbmFtZT0iUGF0aCAyMTkiIGQ9Ik0xNi42MzksNjEuMTA2YTEuMDQ1LDEuMDQ1LDAsMCwxLDEuNDc3LDBsNS4xNzIsNS4xNzIsNS4xNzItNS4xNzJhMS4wNDUsMS4wNDUsMCwxLDEsMS40NzcsMS40NzdsLTUuOTExLDUuOTFhMS4wNDUsMS4wNDUsMCwwLDEtMS40NzcsMGwtNS45MTEtNS45MTFBMS4wNDUsMS4wNDUsMCwwLDEsMTYuNjM5LDYxLjEwNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGZpbGw9IiMwOTE5MmIiLz4KICA8L2c+Cjwvc3ZnPgo=");
          position: absolute;
          top: 12px;
          right: -6px;
          cursor: pointer;
          background-repeat: no-repeat;
          transition-property: all;
          transition-duration: 200ms;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        }
.menu .menu-item.menu-item-has-children:hover::after, #menu-main-menu-1 .menu-item.menu-item-has-children:hover::after{
  top: 5px;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.menu .menu-item.menu-item-has-children a, #menu-main-menu-1 .menu-item.menu-item-has-children a{
  padding-right: 15px;
}
#primary-menu ul{
  gap: 40px;
}
#mobile-menu{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#mobile-menu .menu-item{
  position: relative;
  white-space: nowrap;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(202 222 254 / var(--tw-border-opacity));
  padding: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 36px;
  padding-right: 36px;
  text-align: left;
  font-size: 12px;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#mobile-menu .menu-item .sub-menu{
  position: relative;
  display: none;
  flex-direction: column;
  gap: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-color: transparent;
  padding: 0px;
  padding-top: 20px;
  padding-left: 20px;
}
#mobile-menu .menu-item .sub-menu .menu-item{
  margin-left: 0px;
  margin-right: 0px;
  border-width: 0px;
  padding: 0px;
  text-align: left;
}
#mobile-menu .menu-item .sub-menu .menu-item a{
  position: relative;
  display: flex;
  width: 100%;
  align-content: center;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  color: inherit;
  text-decoration-line: underline;
}
#mobile-menu .menu-item .sub-menu .menu-item a .fa-fw{
  display: none;
}
#mobile-menu .menu-item.menu-item-has-children::after {
          content: "";
          width: 12px;
          height: 14px;
          position: absolute;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23FFFFFF'%3E%3Cpath d='M241 369c-9.4 9.4-24.6 9.4-33.9 0L47 209c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 369z'/%3E%3C/svg%3E");
          top: 36px;
          right: 36px;
        }
#mobile-menu .menu-item.menu-item-has-children.open::after {
          transform: rotate(180deg);
        }
.default-gradient{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #025C90 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 92 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #69A243 var(--tw-gradient-to-position);
  background-repeat: no-repeat;
  padding: 0px;
}
.drawer{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #025C90 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 92 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #69A243 var(--tw-gradient-to-position);
  background-repeat: no-repeat;
  padding: 0px;
}
.button-wp{
  position: relative;
  display: flex;
  height: auto;
  max-height: 57px;
  width: auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-width: 2px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.button-wp:hover{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-brightness: brightness(.95);
  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);
}
@media (min-width: 710px){
  .button-wp{
    font-size: 18px;
  }
}
.button-wp.button--primary,
    .button-wp.btn--primary{
  border-radius: 12px;
  --tw-border-opacity: 1;
  border-color: rgb(2 92 144 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(2 92 144 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.button-wp.button--primary:hover,
    .button-wp.btn--primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 62 81 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 62 81 / var(--tw-bg-opacity));
}
.button-wp.button--secondary.button-pulse:hover,
    .button-wp.btn--secondary.button-pulse:hover {
    box-shadow: 0 0 0 0 rgb(233, 81, 39, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
  }
.button-wp.button--secondary,
    .button-wp.btn--secondary{
  border-radius: 10px;
  --tw-border-opacity: 1;
  border-color: rgb(105 162 67 / var(--tw-border-opacity));
  background-color: transparent;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(75 123 45 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.banner-inner .border-b-4.button-wp.button--secondary:hover::after,.banner-inner .border-b-4
    .button-wp.btn--secondary:hover::after {
      opacity: 0;
    }
.button-wp.button--secondary:hover,
    .button-wp.btn--secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(105 162 67 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-wp.button--accent.button-pulse:hover,
    .button-wp.btn--accent.button-pulse:hover {
    box-shadow: 0 0 0 0 rgb(233, 81, 39, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
  }
.button-wp.button--accent,
    .button-wp.btn--accent{
  border-radius: 10px;
  --tw-border-opacity: 1;
  border-color: rgb(105 162 67 / var(--tw-border-opacity));
  background-color: transparent;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(75 123 45 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.banner-inner .border-b-4.button-wp.button--accent:hover::after,.banner-inner .border-b-4
    .button-wp.btn--accent:hover::after {
      opacity: 0;
    }
.button-wp.button--accent:hover,
    .button-wp.btn--accent:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(105 162 67 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-wp.button--outlined,
    .button-wp.btn--outlined{
  border-radius: 12px;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.button-wp.button--outlined:hover,
    .button-wp.btn--outlined:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(2 92 144 / var(--tw-text-opacity));
}
.button-wp.button--transparent,
    .button-wp.btn--transparent{
  background-color: transparent;
}
.button-wp.button--lg{
  height: 50px;
  width: 160px;
  font-size: 18px;
  font-weight: 600;
}
.post-icon-wrapper img{
  height: 30px;
  width: auto;
}
.slider-arrow-prev,
  .slider-arrow-next{
  display: flex;
  height: 26px;
  width: 26px;
  align-items: center;
  justify-content: center;
}
.slider-arrow-prev .fa-solid, .slider-arrow-next .fa-solid{
  font-size: 26px;
  --tw-text-opacity: 1;
  color: rgb(216 216 216 / var(--tw-text-opacity));
}
.slider-arrow-prev{
  left: 0px;
}
.slider-arrow-next{
  right: -0px;
}
.banner {
      h1 {
        font-family: Poppins
    }
      h1 {
        font-weight: 400
    }
      h2 {
        font-family: Poppins
    }
      h2 {
        font-weight: 400
    }
      h3 {
        font-family: Poppins
    }
      h3 {
        font-weight: 400
    }
      h4 {
        font-family: Poppins
    }
      h4 {
        font-weight: 400
    }
      h5 {
        font-family: Poppins
    }
      h5 {
        font-weight: 400
    }
  }
.flex-cards p{
  margin-bottom: 15px;
}
.mobile-price-tabs,
  .price-hours{
  cursor: pointer;
}
.mobile-price-tabs:hover,
  .price-hours:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(105 162 67 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mobile-price-tabs.active, .price-hours.active{
  --tw-bg-opacity: 1;
  background-color: rgb(105 162 67 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.faq input:checked~.faq__content {
    max-height: 99999px;
  }
.faq__label::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNyAyNyI+CiAgPHBhdGggaWQ9Ikljb25fYWthci1wbHVzIiBkYXRhLW5hbWU9Ikljb24gYWthci1wbHVzIiBkPSJNMTgsMzBWMThtMCwwVjZtMCwxMkgzME0xOCwxOEg2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC41IC00LjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMjVjOTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIzIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    right: 30px;
  }
.faq input:checked+.faq__label::after {
    background-image: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjciIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDI3IDMiPgogIDxwYXRoIGlkPSJJY29uX2FrYXItbWludXMiIGRhdGEtbmFtZT0iSWNvbiBha2FyLW1pbnVzIiBkPSJNMzAsMThINiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuNSAtMTYuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAyNWM5MCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjMiLz4KPC9zdmc+Cg==");
    top: 45px;
  }
.faq__content p{
  margin: 0px;
  margin-top: 34px;
}
footer .footer__details {
      background: radial-gradient(at 90% 20%,
          rgba(7, 34, 90, 1) 10%,
          rgba(8, 33, 89, 1) 30%,
          rgba(1, 9, 24, 0.8) 100%,
          rgba(1, 7, 18, 0.8) 100%);
    }
footer .footer_copyright {
      border-top: 1px solid #334e7b;
    }
footer .footer__menu a:hover{
  font-weight: 600;
  text-decoration-line: underline;
}
.content-block h3,
    .content-block h4,
    .content-block h5,
    .content-block h6,
    .content-block p,
    .content-block ul,
    .content-block li{
  font-size: 12px;
  line-height: 23px;
}
@media (min-width: 710px){
  .content-block h3,
    .content-block h4,
    .content-block h5,
    .content-block h6,
    .content-block p,
    .content-block ul,
    .content-block li{
    font-size: 14px;
    line-height: 23px;
  }
}
.content-block p{
  margin-bottom: 1rem;
}
.content-block h4{
  font-family: Montserrat, 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;
  font-weight: 400;
}
body{
  overflow-x: hidden;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-10{
  bottom: -2.5rem;
}
.-bottom-80{
  bottom: -20rem;
}
.-bottom-\[45px\]{
  bottom: -45px;
}
.-top-9{
  top: -2.25rem;
}
.-top-\[20px\]{
  top: -20px;
}
.-top-\[40px\]{
  top: -40px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[20px\]{
  bottom: 20px;
}
.bottom-\[60px\]{
  bottom: 60px;
}
.bottom-md{
  bottom: 30px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-\[-260px\]{
  left: -260px;
}
.left-\[-30px\]{
  left: -30px;
}
.left-\[19\%\]{
  left: 19%;
}
.left-\[20px\]{
  left: 20px;
}
.left-\[22px\]{
  left: 22px;
}
.left-\[60px\]{
  left: 60px;
}
.left-md{
  left: 30px;
}
.right-0{
  right: 0px;
}
.right-\[-300px\]{
  right: -300px;
}
.right-\[24px\]{
  right: 24px;
}
.right-\[420px\]{
  right: 420px;
}
.top-0{
  top: 0px;
}
.top-\[-250px\]{
  top: -250px;
}
.top-\[102px\]{
  top: 102px;
}
.top-\[120px\]{
  top: 120px;
}
.top-\[20px\]{
  top: 20px;
}
.top-\[300px\]{
  top: 300px;
}
.\!z-10{
  z-index: 10 !important;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.m-0{
  margin: 0px;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[60px\]{
  margin-top: 60px;
  margin-bottom: 60px;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.\!mt-auto{
  margin-top: auto !important;
}
.-ml-\[1px\]{
  margin-left: -1px;
}
.-mt-\[125px\]{
  margin-top: -125px;
}
.-mt-\[20px\]{
  margin-top: -20px;
}
.-mt-\[28px\]{
  margin-top: -28px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-2xs{
  margin-bottom: 10px;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[-60px\]{
  margin-bottom: -60px;
}
.mb-\[100px\]{
  margin-bottom: 100px;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[118px\]{
  margin-bottom: 118px;
}
.mb-\[130px\]{
  margin-bottom: 130px;
}
.mb-\[13px\]{
  margin-bottom: 13px;
}
.mb-\[15px\]{
  margin-bottom: 15px;
}
.mb-\[16px\]{
  margin-bottom: 16px;
}
.mb-\[18px\]{
  margin-bottom: 18px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.mb-\[60px\]{
  margin-bottom: 60px;
}
.mb-\[7px\]{
  margin-bottom: 7px;
}
.mb-\[8px\]{
  margin-bottom: 8px;
}
.mb-\[96px\]{
  margin-bottom: 96px;
}
.mb-md{
  margin-bottom: 30px;
}
.mb-sm{
  margin-bottom: 20px;
}
.ml-0{
  margin-left: 0px;
}
.ml-8{
  margin-left: 2rem;
}
.ml-\[20px\]{
  margin-left: 20px;
}
.ml-\[2px\]{
  margin-left: 2px;
}
.ml-\[30px\]{
  margin-left: 30px;
}
.ml-\[3px\]{
  margin-left: 3px;
}
.mr-4{
  margin-right: 1rem;
}
.mr-\[19px\]{
  margin-right: 19px;
}
.mr-\[20px\]{
  margin-right: 20px;
}
.mr-\[2px\]{
  margin-right: 2px;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[-20px\]{
  margin-top: -20px;
}
.mt-\[-23px\]{
  margin-top: -23px;
}
.mt-\[-7px\]{
  margin-top: -7px;
}
.mt-\[100px\]{
  margin-top: 100px;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[28px\]{
  margin-top: 28px;
}
.mt-\[29px\]{
  margin-top: 29px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[32px\]{
  margin-top: 32px;
}
.mt-\[34px\]{
  margin-top: 34px;
}
.mt-\[3px\]{
  margin-top: 3px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[46px\]{
  margin-top: 46px;
}
.mt-\[47px\]{
  margin-top: 47px;
}
.mt-\[49px\]{
  margin-top: 49px;
}
.mt-\[4px\]{
  margin-top: 4px;
}
.mt-\[50px\]{
  margin-top: 50px;
}
.mt-\[57px\]{
  margin-top: 57px;
}
.mt-\[59px\]{
  margin-top: 59px;
}
.mt-\[5px\]{
  margin-top: 5px;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.mt-\[62px\]{
  margin-top: 62px;
}
.mt-\[71px\]{
  margin-top: 71px;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-0{
  height: 0px;
}
.h-10{
  height: 2.5rem;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[116px\]{
  height: 116px;
}
.h-\[120\%\]{
  height: 120%;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[164px\]{
  height: 164px;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[203px\]{
  height: 203px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[21px\]{
  height: 21px;
}
.h-\[241px\]{
  height: 241px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[25px\]{
  height: 25px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[293px\]{
  height: 293px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[315px\]{
  height: 315px;
}
.h-\[319px\]{
  height: 319px;
}
.h-\[33px\]{
  height: 33px;
}
.h-\[35px\]{
  height: 35px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[42px\]{
  height: 42px;
}
.h-\[43px\]{
  height: 43px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[520px\]{
  height: 520px;
}
.h-\[59px\]{
  height: 59px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[70px\]{
  height: 70px;
}
.h-\[74px\]{
  height: 74px;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[87px\]{
  height: 87px;
}
.h-\[calc\(100vh-46px\)\]{
  height: calc(100vh - 46px);
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-icon{
  height: 32px;
}
.h-icon-sm{
  height: 30px;
}
.h-screen{
  height: 100vh;
}
.max-h-0{
  max-height: 0px;
}
.max-h-\[150px\]{
  max-height: 150px;
}
.max-h-\[190px\]{
  max-height: 190px;
}
.max-h-\[200px\]{
  max-height: 200px;
}
.max-h-\[530px\]{
  max-height: 530px;
}
.max-h-\[57px\]{
  max-height: 57px;
}
.max-h-\[60px\]{
  max-height: 60px;
}
.max-h-\[63px\]{
  max-height: 63px;
}
.min-h-\[100\%\]{
  min-height: 100%;
}
.min-h-\[150px\]{
  min-height: 150px;
}
.min-h-\[235px\]{
  min-height: 235px;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-\[316px\]{
  min-height: 316px;
}
.min-h-\[410px\]{
  min-height: 410px;
}
.min-h-\[480px\]{
  min-height: 480px;
}
.min-h-\[529px\]{
  min-height: 529px;
}
.min-h-\[600px\]{
  min-height: 600px;
}
.w-1\/2{
  width: 50%;
}
.w-10\/12{
  width: 83.333333%;
}
.w-4{
  width: 1rem;
}
.w-64{
  width: 16rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[116px\]{
  width: 116px;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[171px\]{
  width: 171px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[23px\]{
  width: 23px;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[25px\]{
  width: 25px;
}
.w-\[26px\]{
  width: 26px;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[2px\]{
  width: 2px;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[33px\]{
  width: 33px;
}
.w-\[35px\]{
  width: 35px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[428px\]{
  width: 428px;
}
.w-\[42px\]{
  width: 42px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[59px\]{
  width: 59px;
}
.w-\[70\%\]{
  width: 70%;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[72px\]{
  width: 72px;
}
.w-\[74px\]{
  width: 74px;
}
.w-\[84px\]{
  width: 84px;
}
.w-\[87px\]{
  width: 87px;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-icon{
  width: 32px;
}
.w-icon-sm{
  width: 30px;
}
.min-w-\[116px\]{
  min-width: 116px;
}
.min-w-\[150px\]{
  min-width: 150px;
}
.min-w-\[60px\]{
  min-width: 60px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-3column{
  max-width: 350px;
}
.max-w-3column-sm{
  max-width: 294px;
}
.max-w-4column{
  max-width: 298px;
}
.max-w-4column-sm{
  max-width: 200px;
}
.max-w-\[1004px\]{
  max-width: 1004px;
}
.max-w-\[1090px\]{
  max-width: 1090px;
}
.max-w-\[116px\]{
  max-width: 116px;
}
.max-w-\[1205px\]{
  max-width: 1205px;
}
.max-w-\[1236px\]{
  max-width: 1236px;
}
.max-w-\[1257px\]{
  max-width: 1257px;
}
.max-w-\[1368px\]{
  max-width: 1368px;
}
.max-w-\[1397px\]{
  max-width: 1397px;
}
.max-w-\[1457px\]{
  max-width: 1457px;
}
.max-w-\[150px\]{
  max-width: 150px;
}
.max-w-\[185px\]{
  max-width: 185px;
}
.max-w-\[1920px\]{
  max-width: 1920px;
}
.max-w-\[225px\]{
  max-width: 225px;
}
.max-w-\[239px\]{
  max-width: 239px;
}
.max-w-\[240px\]{
  max-width: 240px;
}
.max-w-\[263px\]{
  max-width: 263px;
}
.max-w-\[289px\]{
  max-width: 289px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[332px\]{
  max-width: 332px;
}
.max-w-\[372px\]{
  max-width: 372px;
}
.max-w-\[385px\]{
  max-width: 385px;
}
.max-w-\[410px\]{
  max-width: 410px;
}
.max-w-\[430px\]{
  max-width: 430px;
}
.max-w-\[460px\]{
  max-width: 460px;
}
.max-w-\[480px\]{
  max-width: 480px;
}
.max-w-\[520px\]{
  max-width: 520px;
}
.max-w-\[522px\]{
  max-width: 522px;
}
.max-w-\[529px\]{
  max-width: 529px;
}
.max-w-\[550px\]{
  max-width: 550px;
}
.max-w-\[590px\]{
  max-width: 590px;
}
.max-w-\[620px\]{
  max-width: 620px;
}
.max-w-\[680px\]{
  max-width: 680px;
}
.max-w-\[682px\]{
  max-width: 682px;
}
.max-w-\[894px\]{
  max-width: 894px;
}
.max-w-\[896px\]{
  max-width: 896px;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.max-w-\[969px\]{
  max-width: 969px;
}
.max-w-\[970px\]{
  max-width: 970px;
}
.max-w-\[980px\]{
  max-width: 980px;
}
.max-w-container{
  max-width: 1316px;
}
.max-w-full{
  max-width: 100%;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.origin-bottom-left{
  transform-origin: bottom left;
}
.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[10\%\]{
  --tw-translate-x: 10%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[47deg\]{
  --tw-rotate: 47deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[50deg\]{
  --tw-rotate: 50deg;
  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));
}
.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.transform-none{
  transform: none;
}
@keyframes wave{
  0%{
    transform: rotate(0.0deg);
  }
  10%{
    transform: rotate(14deg);
  }
  20%{
    transform: rotate(-8deg);
  }
  30%{
    transform: rotate(14deg);
  }
  40%{
    transform: rotate(-4deg);
  }
  50%{
    transform: rotate(10.0deg);
  }
  60%{
    transform: rotate(0.0deg);
  }
  100%{
    transform: rotate(0.0deg);
  }
}
.animate-waving-hand{
  animation: wave 2s linear infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-outside{
  list-style-position: outside;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-content-between{
  place-content: space-between;
}
.place-items-end{
  place-items: end;
}
.content-center{
  align-content: center;
}
.content-start{
  align-content: flex-start;
}
.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-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-stretch{
  justify-content: stretch;
}
.justify-items-end{
  justify-items: end;
}
.gap-0{
  gap: 0px;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-14{
  gap: 3.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2xs{
  gap: 10px;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[12px\]{
  gap: 12px;
}
.gap-\[14px\]{
  gap: 14px;
}
.gap-\[15px\]{
  gap: 15px;
}
.gap-\[16px\]{
  gap: 16px;
}
.gap-\[19px\]{
  gap: 19px;
}
.gap-\[1px\]{
  gap: 1px;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-\[26px\]{
  gap: 26px;
}
.gap-\[28px\]{
  gap: 28px;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-\[3px\]{
  gap: 3px;
}
.gap-\[40px\]{
  gap: 40px;
}
.gap-\[50px\]{
  gap: 50px;
}
.gap-\[56px\]{
  gap: 56px;
}
.gap-\[6px\]{
  gap: 6px;
}
.gap-\[8px\]{
  gap: 8px;
}
.gap-md{
  gap: 30px;
}
.gap-sm{
  gap: 20px;
}
.gap-xs{
  gap: 15px;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-\[20px\]{
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.gap-y-8{
  row-gap: 2rem;
}
.gap-y-\[10px\]{
  row-gap: 10px;
}
.gap-y-\[12px\]{
  row-gap: 12px;
}
.gap-y-\[20px\]{
  row-gap: 20px;
}
.gap-y-\[30px\]{
  row-gap: 30px;
}
.gap-y-\[76px\]{
  row-gap: 76px;
}
.gap-y-\[93px\]{
  row-gap: 93px;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[20px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-\[10px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}
.space-y-\[14px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14px * var(--tw-space-y-reverse));
}
.space-y-\[20px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}
.space-y-\[22px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(22px * var(--tw-space-y-reverse));
}
.space-y-\[25px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(25px * var(--tw-space-y-reverse));
}
.space-y-\[27px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(27px * var(--tw-space-y-reverse));
}
.space-y-\[33px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(33px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(33px * var(--tw-space-y-reverse));
}
.space-y-\[53px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(53px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(53px * var(--tw-space-y-reverse));
}
.space-y-\[5px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5px * var(--tw-space-y-reverse));
}
.space-y-\[70px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(70px * var(--tw-space-y-reverse));
}
.space-y-\[9px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(9px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9px * var(--tw-space-y-reverse));
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.justify-self-start{
  justify-self: start;
}
.overflow-hidden{
  overflow: hidden;
}
.\!overflow-visible{
  overflow: visible !important;
}
.overflow-visible{
  overflow: visible;
}
.\!overflow-y-auto{
  overflow-y: auto !important;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[13px\]{
  border-radius: 13px;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.rounded-\[50px\]{
  border-radius: 50px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-b-\[10px\]{
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-b-\[1px\]{
  border-bottom-width: 1px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-t-\[2px\]{
  border-top-width: 2px;
}
.border-solid{
  border-style: solid;
}
.border-none{
  border-style: none;
}
.\!border-secondary{
  --tw-border-opacity: 1 !important;
  border-color: rgb(105 162 67 / var(--tw-border-opacity)) !important;
}
.border-\[\#0000004D\]{
  border-color: #0000004D;
}
.border-\[\#025C90\]{
  --tw-border-opacity: 1;
  border-color: rgb(2 92 144 / var(--tw-border-opacity));
}
.border-\[\#1d1d1b4d\]{
  border-color: #1d1d1b4d;
}
.border-\[\#69A243\]{
  --tw-border-opacity: 1;
  border-color: rgb(105 162 67 / var(--tw-border-opacity));
}
.border-\[\#CADEFE\]{
  --tw-border-opacity: 1;
  border-color: rgb(202 222 254 / var(--tw-border-opacity));
}
.border-\[\#DCDCDC\]{
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(96 96 96 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(2 92 144 / var(--tw-border-opacity));
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(105 162 67 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-\[\#0000004D\]{
  border-bottom-color: #0000004D;
}
.border-t-\[\#ffffff1a\]{
  border-top-color: #ffffff1a;
}
.border-opacity-10{
  --tw-border-opacity: 0.1;
}
.bg-\[\#003E51\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 62 81 / var(--tw-bg-opacity));
}
.bg-\[\#025C90\]{
  --tw-bg-opacity: 1;
  background-color: rgb(2 92 144 / var(--tw-bg-opacity));
}
.bg-\[\#206c9c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(32 108 156 / var(--tw-bg-opacity));
}
.bg-\[\#334e7b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(51 78 123 / var(--tw-bg-opacity));
}
.bg-\[\#4B7B2D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(75 123 45 / var(--tw-bg-opacity));
}
.bg-\[\#69A243\]{
  --tw-bg-opacity: 1;
  background-color: rgb(105 162 67 / var(--tw-bg-opacity));
}
.bg-\[\#69A243\]\/20{
  background-color: rgb(105 162 67 / 0.2);
}
.bg-\[\#96989C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(150 152 156 / var(--tw-bg-opacity));
}
.bg-\[\#F28A3A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 138 58 / var(--tw-bg-opacity));
}
.bg-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(216 216 216 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 224 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(27 37 89 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(2 92 144 / var(--tw-bg-opacity));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(105 162 67 / var(--tw-bg-opacity));
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-\[0\.13\]{
  --tw-bg-opacity: 0.13;
}
.bg-opacity-\[0\.45\]{
  --tw-bg-opacity: 0.45;
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#025C90\]{
  --tw-gradient-from: #025C90 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 92 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#025C90\]\/80{
  --tw-gradient-from: rgb(2 92 144 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 92 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary{
  --tw-gradient-from: #025C90 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 92 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-primary{
  --tw-gradient-to: rgb(2 92 144 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #025C90 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#025C90\]{
  --tw-gradient-to: #025C90 var(--tw-gradient-to-position);
}
.to-\[\#69A243\]{
  --tw-gradient-to: #69A243 var(--tw-gradient-to-position);
}
.to-\[\#69A243\]\/80{
  --tw-gradient-to: rgb(105 162 67 / 0.8) var(--tw-gradient-to-position);
}
.to-accent{
  --tw-gradient-to: #F7FAFC var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-3{
  padding: 0.75rem !important;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-2xs{
  padding: 10px;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-\[15px\]{
  padding: 15px;
}
.p-\[16px\]{
  padding: 16px;
}
.p-\[20px\]{
  padding: 20px;
}
.p-\[30px\]{
  padding: 30px;
}
.p-md{
  padding: 30px;
}
.p-sm{
  padding: 20px;
}
.p-xs{
  padding: 15px;
}
.\!px-\[10px\]{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[24px\]{
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[32px\]{
  padding-left: 32px;
  padding-right: 32px;
}
.px-\[36px\]{
  padding-left: 36px;
  padding-right: 36px;
}
.px-\[37px\]{
  padding-left: 37px;
  padding-right: 37px;
}
.px-\[40px\]{
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[61px\]{
  padding-left: 61px;
  padding-right: 61px;
}
.px-lg{
  padding-left: 50px;
  padding-right: 50px;
}
.px-md{
  padding-left: 30px;
  padding-right: 30px;
}
.px-sm{
  padding-left: 20px;
  padding-right: 20px;
}
.px-xl{
  padding-left: 60px;
  padding-right: 60px;
}
.px-xxl{
  padding-left: 75px;
  padding-right: 75px;
}
.px-xxxl{
  padding-left: 100px;
  padding-right: 100px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[26px\]{
  padding-top: 26px;
  padding-bottom: 26px;
}
.py-\[27px\]{
  padding-top: 27px;
  padding-bottom: 27px;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[40px\]{
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[4px\]{
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-\[9px\]{
  padding-top: 9px;
  padding-bottom: 9px;
}
.py-md{
  padding-top: 30px;
  padding-bottom: 30px;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-\[20px\]{
  padding-bottom: 20px;
}
.pb-\[24px\]{
  padding-bottom: 24px;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pb-\[35px\]{
  padding-bottom: 35px;
}
.pb-\[50px\]{
  padding-bottom: 50px;
}
.pb-\[var\(--section-bottom-padding\)\]{
  padding-bottom: var(--section-bottom-padding);
}
.pb-lg{
  padding-bottom: 50px;
}
.pb-md{
  padding-bottom: 30px;
}
.pb-sm{
  padding-bottom: 20px;
}
.pb-xl{
  padding-bottom: 60px;
}
.pb-xxl{
  padding-bottom: 75px;
}
.pb-xxxl{
  padding-bottom: 100px;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-\[12px\]{
  padding-left: 12px;
}
.pl-\[20px\]{
  padding-left: 20px;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-\[15px\]{
  padding-right: 15px;
}
.pr-\[40px\]{
  padding-right: 40px;
}
.pr-\[44px\]{
  padding-right: 44px;
}
.ps-0{
  padding-inline-start: 0px;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-\[20px\]{
  padding-top: 20px;
}
.pt-\[30px\]{
  padding-top: 30px;
}
.pt-\[36px\]{
  padding-top: 36px;
}
.pt-\[40px\]{
  padding-top: 40px;
}
.pt-\[50px\]{
  padding-top: 50px;
}
.pt-\[62px\]{
  padding-top: 62px;
}
.pt-\[9px\]{
  padding-top: 9px;
}
.pt-\[var\(--section-top-padding\)\]{
  padding-top: var(--section-top-padding);
}
.pt-lg{
  padding-top: 50px;
}
.pt-md{
  padding-top: 30px;
}
.pt-sm{
  padding-top: 20px;
}
.pt-xl{
  padding-top: 60px;
}
.pt-xxl{
  padding-top: 75px;
}
.pt-xxxl{
  padding-top: 100px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-body{
  font-family: Montserrat, 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;
}
.font-heading{
  font-family: Poppins;
}
.font-sans{
  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";
}
.\!text-\[18px\]{
  font-size: 18px !important;
}
.\!text-\[32px\]{
  font-size: 32px !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[12px\]\/\[23px\]{
  font-size: 12px;
  line-height: 23px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[14px\]\/\[16\.4px\]{
  font-size: 14px;
  line-height: 16.4px;
}
.text-\[14px\]\/\[18px\]{
  font-size: 14px;
  line-height: 18px;
}
.text-\[14px\]\/\[23px\]{
  font-size: 14px;
  line-height: 23px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[15px\]\/\[23px\]{
  font-size: 15px;
  line-height: 23px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[16px\]\/\[19\.2px\]{
  font-size: 16px;
  line-height: 19.2px;
}
.text-\[16px\]\/\[24px\]{
  font-size: 16px;
  line-height: 24px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[18px\]\/\[20px\]{
  font-size: 18px;
  line-height: 20px;
}
.text-\[18px\]\/\[27px\]{
  font-size: 18px;
  line-height: 27px;
}
.text-\[18px\]\/\[37px\]{
  font-size: 18px;
  line-height: 37px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[20px\]\/\[30px\]{
  font-size: 20px;
  line-height: 30px;
}
.text-\[21px\]{
  font-size: 21px;
}
.text-\[21px\]\/\[31px\]{
  font-size: 21px;
  line-height: 31px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[23px\]{
  font-size: 23px;
}
.text-\[24px\]\/\[24px\]{
  font-size: 24px;
  line-height: 24px;
}
.text-\[24px\]\/\[40px\]{
  font-size: 24px;
  line-height: 40px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[28px\]\/\[42px\]{
  font-size: 28px;
  line-height: 42px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[30px\]\/\[38px\]{
  font-size: 30px;
  line-height: 38px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[42px\]{
  font-size: 42px;
}
.text-\[48px\]{
  font-size: 48px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-default{
  font-size: 14px;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 12px;
}
.text-title{
  font-size: 22px;
}
.text-title-sm{
  font-size: 20px;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.\!font-light{
  font-weight: 300 !important;
}
.\!font-medium{
  font-weight: 500 !important;
}
.\!font-normal{
  font-weight: 400 !important;
}
.font-\[500\]{
  font-weight: 500;
}
.font-\[600\]{
  font-weight: 600;
}
.font-\[700\]{
  font-weight: 700;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-\[100\%\]{
  line-height: 100%;
}
.leading-\[19\.36px\]{
  line-height: 19.36px;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[26px\]{
  line-height: 26px;
}
.leading-\[400\]{
  line-height: 400;
}
.leading-\[50px\]{
  line-height: 50px;
}
.leading-\[55px\]{
  line-height: 55px;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[2\.6px\]{
  letter-spacing: 2.6px;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.text-\[\#003E51\]{
  --tw-text-opacity: 1;
  color: rgb(0 62 81 / var(--tw-text-opacity));
}
.text-\[\#003e51\]{
  --tw-text-opacity: 1;
  color: rgb(0 62 81 / var(--tw-text-opacity));
}
.text-\[\#025C90\]{
  --tw-text-opacity: 1;
  color: rgb(2 92 144 / var(--tw-text-opacity));
}
.text-\[\#09192B\]{
  --tw-text-opacity: 1;
  color: rgb(9 25 43 / var(--tw-text-opacity));
}
.text-\[\#1D1D1B\]{
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}
.text-\[\#212121\]{
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}
.text-\[\#294BA8\]{
  --tw-text-opacity: 1;
  color: rgb(41 75 168 / var(--tw-text-opacity));
}
.text-\[\#4B7B2D\]{
  --tw-text-opacity: 1;
  color: rgb(75 123 45 / var(--tw-text-opacity));
}
.text-\[\#657589\]{
  --tw-text-opacity: 1;
  color: rgb(101 117 137 / var(--tw-text-opacity));
}
.text-\[\#69A243\]{
  --tw-text-opacity: 1;
  color: rgb(105 162 67 / var(--tw-text-opacity));
}
.text-\[\#F28A3A\]{
  --tw-text-opacity: 1;
  color: rgb(242 138 58 / var(--tw-text-opacity));
}
.text-\[\#FFFFFFCC\]{
  color: #FFFFFFCC;
}
.text-\[\#f00\]{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-\[20x\]{
  color: 20x;
}
.text-accent{
  --tw-text-opacity: 1;
  color: rgb(247 250 252 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(173 181 189 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(27 37 89 / var(--tw-text-opacity));
}
.text-heading{
  --tw-text-opacity: 1;
  color: rgb(2 11 29 / var(--tw-text-opacity));
}
.text-inherit{
  color: inherit;
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(2 92 144 / var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(105 162 67 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.overline{
  text-decoration-line: overline;
}
.no-underline{
  text-decoration-line: none;
}
.decoration-solid{
  text-decoration-style: solid;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-5{
  opacity: 0.05;
}
.opacity-\[0\.1\]{
  opacity: 0.1;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_10px_40px_rgba\(2\2c 92\2c 144\2c 0\.15\)\]{
  --tw-shadow: 0px 10px 40px rgba(2,92,144,0.15);
  --tw-shadow-colored: 0px 10px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_10px_50px_\#025C9040\]{
  --tw-shadow: 0px 10px 50px #025C9040;
  --tw-shadow-colored: 0px 10px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_2px_8px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]{
  --tw-shadow: 0px 2px 8px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0px 2px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_3px_90px_\#0000000D\]{
  --tw-shadow: 0px 3px 90px #0000000D;
  --tw-shadow-colored: 0px 3px 90px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_4px_4px_\#025C9040\]{
  --tw-shadow: 0px 4px 4px #025C9040;
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.invert{
  --tw-invert: invert(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{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-700{
  transition-duration: 700ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.animated{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.container.container--custom{
  margin-left: auto;
  margin-right: auto;
  max-width: 1368px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.image-white {
    filter: brightness(0) invert(1);
  }
.wysiwyg p, .rich-content p{
  margin-bottom: 0.75rem;
}
.wysiwyg b,
    .wysiwyg strong,
    .rich-content b,
    .rich-content strong{
  font-weight: 700;
}
.wysiwyg code, .rich-content code{
  display: inline-block;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 224 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 12px;
}
.wysiwyg ul,
    .wysiwyg ol,
    .rich-content ul,
    .rich-content ol{
  margin-left: 2rem;
  display: inline-flex;
  list-style-position: outside;
  flex-direction: column;
  gap: 0.25rem;
}
.wysiwyg ul, .rich-content ul{
  list-style-type: disc;
}
.wysiwyg ol, .rich-content ol{
  list-style-type: decimal;
}
.spacing.spacing-t--extra-small{
  padding-top: 20px;
}
.spacing.spacing-t--small{
  padding-top: 30px;
}
.spacing.spacing-t--medium{
  padding-top: 50px;
}
@media (min-width: 710px){
  .spacing.spacing-t--medium{
    padding-top: 100px;
  }
}
.spacing.spacing-t--large{
  padding-top: 50px;
}
@media (min-width: 710px){
  .spacing.spacing-t--large{
    padding-top: 175px;
  }
}
.spacing.spacing-b--extra-small{
  padding-bottom: 20px;
}
.spacing.spacing-b--small{
  padding-bottom: 30px;
}
.spacing.spacing-b--medium{
  padding-bottom: 50px;
}
@media (min-width: 710px){
  .spacing.spacing-b--medium{
    padding-bottom: 100px;
  }
}
.spacing.spacing-b--large{
  padding-bottom: 50px;
}
@media (min-width: 710px){
  .spacing.spacing-b--large{
    padding-bottom: 175px;
  }
}
#wpadminbar{
  position: fixed;
}
.slider-testimonials.swiper-horizontal>.swiper-pagination-bullets{
  top: 0px;
  text-align: left;
}
.slider-testimonials .swiper-pagination-bullet-active{
  width: 25px;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(105 162 67 / var(--tw-bg-opacity));
}
.slider-testimonials p{
  font-size: 14px;
}
.pricing-text-content p{
  font-size: 12px;
}
.scroll-rotate-image {
    transition: transform ease-out;
    will-change: transform;
  }
.spacing.px-xxxl{
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 710px){
  .spacing.px-xxxl{
    padding-left: 100px;
    padding-right: 100px;
  }
}
[data-section="block"].grid-container .description p{
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(101 117 137 / var(--tw-text-opacity));
}
@media (min-width: 710px){
  [data-section="block"].grid-container .description p{
    font-size: 24px;
  }
}
[data-section="block"].grid-container li {
      list-style-image: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGcgaWQ9Ikdyb3VwXzM2NSIgZGF0YS1uYW1lPSJHcm91cCAzNjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI3MjQgNjY2OCkiPgogICAgPGNpcmNsZSBpZD0iRWxsaXBzZV8zMyIgZGF0YS1uYW1lPSJFbGxpcHNlIDMzIiBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNzI0IC02NjY4KSIgZmlsbD0iIzY5YTI0MyIvPgogICAgPHBhdGggaWQ9IlBhdGhfMzgwIiBkYXRhLW5hbWU9IlBhdGggMzgwIiBkPSJNLTI3MjAuODQzLTY2NjAuNWwyLjY5NSwyLjY5NSw1LjYzNi01LjYzNiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==");
      padding-inline-start: 1ch;
    }
[data-section="block"].grid-container ul,
    [data-section="block"].grid-container ol {
      max-width: 35ch;
    }
.testimonial-swiper .swiper-button-prev-testimonial-swiper.swiper-button-disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(216 216 216 / var(--tw-bg-opacity));
}
.testimonial-swiper .swiper-button-prev-testimonial-swiper.swiper-button-disabled svg{
  opacity: 0.1;
}
.testimonial-swiper .swiper-button-next-testimonial-swiper.swiper-button-disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(216 216 216 / var(--tw-bg-opacity));
}
.testimonial-swiper .swiper-button-next-testimonial-swiper.swiper-button-disabled svg{
  opacity: 0.1;
}
iframe{
  border-radius: 10px;
}
[data-section="block"].banner h2{
  font-size: 22px;
}
@media (min-width: 710px){
  [data-section="block"].banner h2{
    font-size: 28px;
    line-height: normal;
  }
}
[data-section="block"].banner h3{
  font-weight: 300 !important;
  color: 20x;
}
@media (min-width: 710px){
  [data-section="block"].banner h3{
    font-size: 24px;
    line-height: normal;
  }
}
[data-section="block"].banner ul {
      list-style-type: none;
      margin-left: 10px;
    }
[data-section="block"].banner ul li {
      margin-bottom: 12px;
      margin-left: -10px;
      display: flex;
      align-items: center;
    }
[data-section="block"].banner ul li::before {
      color: transparent;
      font-size: 1px;
      content: " ";
      margin-left: -1.3em;
      margin-right: 15px;
      padding: 12px;
      background-image: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQuMjY2IiBoZWlnaHQ9IjI0LjI2NiIgdmlld0JveD0iMCAwIDI0LjI2NiAyNC4yNjYiPgogIDxnIGlkPSJHcm91cF8zNjUiIGRhdGEtbmFtZT0iR3JvdXAgMzY1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNzI0IDY2NjgpIj4KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMzMiIGRhdGEtbmFtZT0iRWxsaXBzZSAzMyIgY3g9IjEyLjEzMyIgY3k9IjEyLjEzMyIgcj0iMTIuMTMzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjcyNCAtNjY2OCkiIGZpbGw9IiNmZmYiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzM4MCIgZGF0YS1uYW1lPSJQYXRoIDM4MCIgZD0iTS0yNzIwLjg0My02NjU4LjY4M2w0LjM1OSw0LjM1OSw5LjExNy05LjExNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS45NSAyLjgxNikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzY5YTI0MyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICA8L2c+Cjwvc3ZnPgo=");
      background-repeat: no-repeat;
    }
.wysiwyg-content__container a{
  --tw-text-opacity: 1;
  color: rgb(2 92 144 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.downloads_line{
  margin-left: auto;
  margin-right: auto;
  width: auto;
  border-bottom-width: 2px;
  border-color: rgb(2 92 144 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
}
.downloads_line.downloads_line:last-child{
  border-style: none;
}
.contact-form-wrapper .wpcf7{
  margin-top: -28px;
}
.contact-form-wrapper .wpcf7 label{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.contact-form-wrapper .wpcf7 div{
  margin-top: 5px;
  display: block;
  gap: 12px;
}
@media (min-width: 710px){
  .contact-form-wrapper .wpcf7 div{
    margin-top: -5px;
  }
}
@media (min-width: 1024px){
  .contact-form-wrapper .wpcf7 div{
    display: flex;
  }
}
.contact-form-wrapper .wpcf7 div input{
  margin-top: -23px;
  max-height: 63px;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-weight: 400 !important;
}
.contact-form-wrapper .wpcf7 div input::-moz-placeholder{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(43 39 39 / var(--tw-text-opacity));
}
.contact-form-wrapper .wpcf7 div input::placeholder{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(43 39 39 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .contact-form-wrapper .wpcf7 div input{
    max-width: 405px;
  }
}
.contact-form-wrapper .wpcf7 input{
  margin-top: 5px;
  max-height: 63px;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-weight: 400 !important;
}
.contact-form-wrapper .wpcf7 input::-moz-placeholder{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(43 39 39 / var(--tw-text-opacity));
}
.contact-form-wrapper .wpcf7 input::placeholder{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(43 39 39 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .contact-form-wrapper .wpcf7 input{
    max-width: 823px;
  }
}
.contact-form-wrapper .wpcf7 textarea{
  margin-top: -23px;
  height: 164px;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-weight: 400 !important;
}
.contact-form-wrapper .wpcf7 textarea::-moz-placeholder{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(43 39 39 / var(--tw-text-opacity));
}
.contact-form-wrapper .wpcf7 textarea::placeholder{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(43 39 39 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .contact-form-wrapper .wpcf7 textarea{
    max-width: 823px;
  }
}
.contact-form-wrapper .wpcf7 .wpcf7-submit{
  margin-top: 3px;
  width: 100%;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(2 92 144 / var(--tw-bg-opacity));
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.contact-form-wrapper .wpcf7 .wpcf7-submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(105 162 67 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){
  .contact-form-wrapper .wpcf7 .wpcf7-submit{
    max-width: 823px;
  }
}
.contact-form-wrapper .wpcf7 .wpcf7-not-valid-tip{
  font-size: 12px;
  font-weight: 400;
}
.contact-form-wrapper .wpcf7 .wpcf7-response-output{
  margin-top: -20px;
}
#content {
    min-height: 200px;
    position: relative;
  }
img,
  video {
    width: 100%;
    height: auto;
    aspect-ratio: attr(width) / attr(height);
  }
.testimonial-swiper .swiper-slide {
      height: auto !important;
      display: flex;
      flex-direction: column;
    }
.testimonial-swiper .swiper-slide>div {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
    }
.banner-breadcrumb p{
  font-size: 20px;
}
@media (min-width: 710px){
  .banner-breadcrumb p{
    font-size: 24px;
  }
}
.faqs .faq__content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease, opacity 0.2s ease;
      opacity: 0;
    }
.faqs input[type="checkbox"]:checked~.faq__content {
      max-height: 9999px;
      /* large enough to accommodate content */
      opacity: 1;
    }
.animated-underline {
    position: relative;
    display: inline-block;
  }
.animated-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    --tw-bg-opacity: 1;
    background-color: rgb(105 162 67 / var(--tw-bg-opacity));
    transition: width 0.3s ease;
  }
.animated-underline:hover::after {
    width: 100%;
  }
.banner-inner .center-border-hover {
      position: relative;
      overflow: hidden;
    }
.banner-inner .center-border-hover::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 4px;
      --tw-bg-opacity: 1;
      background-color: rgb(105 162 67 / var(--tw-bg-opacity));
      transition: width 0.3s ease;
    }
.banner-inner .center-border-hover:hover::after {
      width: 100%;
    }
.banner-inner .border-b-4.border-secondary:hover::after {
      opacity: 0;
    }
.banner-inner .border-b-4.\!border-secondary:hover::after {
      opacity: 0 !important;
    }
@media (min-width: 768px) {
      .video-container iframe {
        width: 1205px !important;
        height: 678px !important;
      }
    }
@media (max-width: 767px) {
      .video-container iframe {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9;
      }
    }
.typewriter-cursor{
  margin-left: 2px;
  display: inline-block;
  height: 2.5rem;
  width: 2px;
  border-left-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  vertical-align: middle;
}
.animate__animated.animate__zoomInDown {
    --animate-duration: 2s;
  }
@media (min-width: 710px){
  .md\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 360px){
    .md\:container{
      max-width: 360px;
    }
  }
  @media (min-width: 640px){
    .md\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 710px){
    .md\:container{
      max-width: 710px;
    }
  }
  @media (min-width: 1024px){
    .md\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1240px){
    .md\:container{
      max-width: 1240px;
    }
  }
  @media (min-width: 1536px){
    .md\:container{
      max-width: 1536px;
    }
  }
  @media (min-width: 1920px){
    .md\:container{
      max-width: 1920px;
    }
  }

  .md\:container{
    margin-left: auto;
    margin-right: auto;
    max-width: 1457px;
    padding-left: 30px;
    padding-right: 30px;
  }

    .md\:container.sm{
    padding-left: 30px;
    padding-right: 30px;
  }

    @media (min-width: 1024px){
    .md\:container.sm{
      padding-left: 145px;
      padding-right: 145px;
    }
  }

    @media (min-width: 1240px){
    .md\:container.sm{
      padding-left: 185px;
      padding-right: 185px;
    }
  }

    .md\:container.sm-v2{
    padding-left: 30px;
    padding-right: 30px;
  }

    @media (min-width: 1024px){
    .md\:container.sm-v2{
      padding-left: 100px;
      padding-right: 100px;
    }
  }

    @media (min-width: 1240px){
    .md\:container.sm-v2{
      padding-left: 205px;
      padding-right: 205px;
    }
  }

    .md\:container.xs{
    padding-left: 30px;
    padding-right: 30px;
  }

    @media (min-width: 1024px){
    .md\:container.xs{
      padding-left: 180px;
      padding-right: 180px;
    }
  }

    @media (min-width: 1240px){
    .md\:container.xs{
      padding-left: 286px;
      padding-right: 286px;
    }
  }

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

    @media (min-width: 1024px){
    .md\:container.lg{
      padding-left: 60px;
      padding-right: 60px;
    }
  }

    @media (min-width: 1240px){
    .md\:container.lg{
      padding-left: 50px;
      padding-right: 50px;
    }
  }

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

    .md\:container.xs-v2{
    padding-left: 30px;
    padding-right: 30px;
  }

    @media (min-width: 1024px){
    .md\:container.xs-v2{
      padding-left: 180px;
      padding-right: 180px;
    }
  }

    @media (min-width: 1240px){
    .md\:container.xs-v2{
      padding-left: 310px;
      padding-right: 310px;
    }
  }
}
.placeholder\:font-light::-moz-placeholder{
  font-weight: 300;
}
.placeholder\:font-light::placeholder{
  font-weight: 300;
}
.placeholder\:text-\[\#2B2727\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(43 39 39 / var(--tw-text-opacity));
}
.placeholder\:text-\[\#2B2727\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(43 39 39 / var(--tw-text-opacity));
}
.placeholder\:text-white::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder\:text-white::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.last\:mb-0:last-child{
  margin-bottom: 0px;
}
.hover\:top-\[5px\]:hover{
  top: 5px;
}
.hover\:rotate-180:hover{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.hover\:rounded-\[10px\]:hover{
  border-radius: 10px;
}
.hover\:border-\[\#003E51\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 62 81 / var(--tw-border-opacity));
}
.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity));
}
.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:bg-\[\#003E51\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 62 81 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#3c6324\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(60 99 36 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#e6f0ed\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 240 237 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#f5f3ff\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#f8fcfc\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 252 252 / var(--tw-bg-opacity));
}
.hover\:bg-blue-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(2 92 144 / var(--tw-bg-opacity));
}
.hover\:bg-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(105 162 67 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-opacity-20:hover{
  --tw-bg-opacity: 0.2;
}
.hover\:bg-opacity-30:hover{
  --tw-bg-opacity: 0.3;
}
.hover\:bg-gradient-to-l:hover{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.hover\:from-\[\#69A243\]\/80:hover{
  --tw-gradient-from: rgb(105 162 67 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 162 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-\[\#025C90\]\/80:hover{
  --tw-gradient-to: rgb(2 92 144 / 0.8) var(--tw-gradient-to-position);
}
.hover\:font-semibold:hover{
  font-weight: 600;
}
.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(83 83 83 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(27 37 89 / var(--tw-text-opacity));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(2 92 144 / var(--tw-text-opacity));
}
.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(105 162 67 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.hover\:shadow-sm:hover{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:brightness-95:hover{
  --tw-brightness: brightness(.95);
  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);
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}
.focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 216 216 / var(--tw-ring-opacity));
}
.focus\:ring-primary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 92 144 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}
.group:hover .group-hover\:flex{
  display: flex;
}
.group:hover .group-hover\:hidden{
  display: none;
}
.group:hover .group-hover\:scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
@media (prefers-color-scheme: dark){
  .dark\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity));
  }
  .dark\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgb(83 83 83 / var(--tw-border-opacity));
  }
  .dark\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgb(96 96 96 / var(--tw-border-opacity));
  }
  .dark\:border-transparent{
    border-color: transparent;
  }
  .dark\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  }
  .dark\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgb(83 83 83 / var(--tw-bg-opacity));
  }
  .dark\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgb(96 96 96 / var(--tw-bg-opacity));
  }
  .dark\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(33 33 33 / var(--tw-bg-opacity));
  }
  .dark\:bg-gray-800\/50{
    background-color: rgb(33 33 33 / 0.5);
  }
  .dark\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }
  .dark\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
  }
  .dark\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(160 174 192 / var(--tw-text-opacity));
  }
  .dark\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .dark\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  }
  .dark\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(83 83 83 / var(--tw-bg-opacity));
  }
  .dark\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(33 33 33 / var(--tw-bg-opacity));
  }
  .dark\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
  }
  .dark\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgb(203 213 224 / var(--tw-text-opacity));
  }
  .dark\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 640px){
  .sm\:mb-4{
    margin-bottom: 1rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-\[42px\]{
    height: 42px;
  }
  .sm\:min-h-\[400px\]{
    min-height: 400px;
  }
  .sm\:w-\[171px\]{
    width: 171px;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:gap-10{
    gap: 2.5rem;
  }
  .sm\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .sm\:gap-y-10{
    row-gap: 2.5rem;
  }
  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 710px){
  .md\:bottom-\[-75px\]{
    bottom: -75px;
  }
  .md\:top-auto{
    top: auto;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:row-span-2{
    grid-row: span 2 / span 2;
  }
  .md\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .md\:ml-8{
    margin-left: 2rem;
  }
  .md\:ml-\[30px\]{
    margin-left: 30px;
  }
  .md\:ml-\[50px\]{
    margin-left: 50px;
  }
  .md\:mt-\[-5px\]{
    margin-top: -5px;
  }
  .md\:mt-\[50px\]{
    margin-top: 50px;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[315px\]{
    height: 315px;
  }
  .md\:h-\[481px\]{
    height: 481px;
  }
  .md\:h-\[80px\]{
    height: 80px;
  }
  .md\:h-\[99px\]{
    height: 99px;
  }
  .md\:h-\[calc\(100vh-32px\)\]{
    height: calc(100vh - 32px);
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:max-h-\[235px\]{
    max-height: 235px;
  }
  .md\:min-h-\[500px\]{
    min-height: 500px;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-\[216px\]{
    width: 216px;
  }
  .md\:w-\[332px\]{
    width: 332px;
  }
  .md\:w-\[580px\]{
    width: 580px;
  }
  .md\:w-\[673px\]{
    width: 673px;
  }
  .md\:w-\[700px\]{
    width: 700px;
  }
  .md\:w-\[80px\]{
    width: 80px;
  }
  .md\:w-\[calc\(50\%-26px\)\]{
    width: calc(50% - 26px);
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:min-w-\[212px\]{
    min-width: 212px;
  }
  .md\:min-w-\[242px\]{
    min-width: 242px;
  }
  .md\:min-w-\[673px\]{
    min-width: 673px;
  }
  .md\:max-w-3column{
    max-width: 350px;
  }
  .md\:max-w-3column-sm{
    max-width: 294px;
  }
  .md\:max-w-4column{
    max-width: 298px;
  }
  .md\:max-w-4column-sm{
    max-width: 200px;
  }
  .md\:max-w-\[280px\]{
    max-width: 280px;
  }
  .md\:max-w-\[380px\]{
    max-width: 380px;
  }
  .md\:max-w-\[445px\]{
    max-width: 445px;
  }
  .md\:max-w-\[650px\]{
    max-width: 650px;
  }
  .md\:max-w-\[700px\]{
    max-width: 700px;
  }
  .md\:max-w-\[909px\]{
    max-width: 909px;
  }
  .md\:max-w-container{
    max-width: 1316px;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:place-content-between{
    place-content: space-between;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-24{
    gap: 6rem;
  }
  .md\:gap-7{
    gap: 1.75rem;
  }
  .md\:gap-\[20px\]{
    gap: 20px;
  }
  .md\:gap-\[26px\]{
    gap: 26px;
  }
  .md\:gap-\[28px\]{
    gap: 28px;
  }
  .md\:gap-\[60px\]{
    gap: 60px;
  }
  .md\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .md\:gap-y-5{
    row-gap: 1.25rem;
  }
  .md\:gap-y-\[50px\]{
    row-gap: 50px;
  }
  .md\:p-\[60px\]{
    padding: 60px;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
  }
  .md\:px-\[42px\]{
    padding-left: 42px;
    padding-right: 42px;
  }
  .md\:px-\[45px\]{
    padding-left: 45px;
    padding-right: 45px;
  }
  .md\:px-\[61px\]{
    padding-left: 61px;
    padding-right: 61px;
  }
  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .md\:pb-\[120px\]{
    padding-bottom: 120px;
  }
  .md\:pb-\[175px\]{
    padding-bottom: 175px;
  }
  .md\:pb-\[50px\]{
    padding-bottom: 50px;
  }
  .md\:pb-\[60px\]{
    padding-bottom: 60px;
  }
  .md\:pb-\[74px\]{
    padding-bottom: 74px;
  }
  .md\:pl-\[30px\]{
    padding-left: 30px;
  }
  .md\:ps-\[37px\]{
    padding-inline-start: 37px;
  }
  .md\:pt-\[100px\]{
    padding-top: 100px;
  }
  .md\:pt-\[175px\]{
    padding-top: 175px;
  }
  .md\:pt-\[50px\]{
    padding-top: 50px;
  }
  .md\:pt-\[60px\]{
    padding-top: 60px;
  }
  .md\:\!text-\[18px\]{
    font-size: 18px !important;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-\[14px\]{
    font-size: 14px;
  }
  .md\:text-\[14px\]\/\[23px\]{
    font-size: 14px;
    line-height: 23px;
  }
  .md\:text-\[15px\]{
    font-size: 15px;
  }
  .md\:text-\[16px\]{
    font-size: 16px;
  }
  .md\:text-\[18px\]{
    font-size: 18px;
  }
  .md\:text-\[20px\]{
    font-size: 20px;
  }
  .md\:text-\[20px\]\/\[28px\]{
    font-size: 20px;
    line-height: 28px;
  }
  .md\:text-\[21px\]{
    font-size: 21px;
  }
  .md\:text-\[24px\]{
    font-size: 24px;
  }
  .md\:text-\[24px\]\/\[28px\]{
    font-size: 24px;
    line-height: 28px;
  }
  .md\:text-\[24px\]\/\[normal\]{
    font-size: 24px;
    line-height: normal;
  }
  .md\:text-\[26px\]{
    font-size: 26px;
  }
  .md\:text-\[28px\]\/\[32px\]{
    font-size: 28px;
    line-height: 32px;
  }
  .md\:text-\[28px\]\/\[36px\]{
    font-size: 28px;
    line-height: 36px;
  }
  .md\:text-\[28px\]\/\[normal\]{
    font-size: 28px;
    line-height: normal;
  }
  .md\:text-\[32px\]\/\[40px\]{
    font-size: 32px;
    line-height: 40px;
  }
  .md\:text-\[34px\]{
    font-size: 34px;
  }
  .md\:text-\[35px\]{
    font-size: 35px;
  }
  .md\:text-\[35px\]\/\[36px\]{
    font-size: 35px;
    line-height: 36px;
  }
  .md\:text-\[46px\]\/\[54px\]{
    font-size: 46px;
    line-height: 54px;
  }
  .md\:text-\[50px\]{
    font-size: 50px;
  }
  .md\:text-\[52px\]{
    font-size: 52px;
  }
  .md\:text-\[52px\]\/\[60px\]{
    font-size: 52px;
    line-height: 60px;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-default{
    font-size: 14px;
  }
  .md\:text-title{
    font-size: 22px;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:leading-\[30px\]{
    line-height: 30px;
  }
  .md\:leading-\[60px\]{
    line-height: 60px;
  }
  .md\:opacity-100{
    opacity: 1;
  }
  .md\:shadow-\[0px_10px_10px_\#025C9040\]{
    --tw-shadow: 0px 10px 10px #025C9040;
    --tw-shadow-colored: 0px 10px 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
    .md\:container.container--custom{
    margin-left: auto;
    margin-right: auto;
    max-width: 1368px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1024px){
  .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }
  .lg\:mt-3{
    margin-top: 0.75rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:min-h-\[600px\]{
    min-height: 600px;
  }
  .lg\:min-h-\[929px\]{
    min-height: 929px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-\[335px\]{
    width: 335px;
  }
  .lg\:w-\[47\%\]{
    width: 47%;
  }
  .lg\:w-\[53\%\]{
    width: 53%;
  }
  .lg\:w-\[calc\(33\.333\%-26px\)\]{
    width: calc(33.333% - 26px);
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:max-w-\[1397px\]{
    max-width: 1397px;
  }
  .lg\:max-w-\[286px\]{
    max-width: 286px;
  }
  .lg\:max-w-\[405px\]{
    max-width: 405px;
  }
  .lg\:max-w-\[423px\]{
    max-width: 423px;
  }
  .lg\:max-w-\[823px\]{
    max-width: 823px;
  }
  .lg\:translate-x-\[97\%\]{
    --tw-translate-x: 97%;
    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));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-\[100px\]{
    gap: 100px;
  }
  .lg\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .lg\:gap-y-\[33px\]{
    row-gap: 33px;
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
  }
  .lg\:px-\[145px\]{
    padding-left: 145px;
    padding-right: 145px;
  }
  .lg\:px-\[180px\]{
    padding-left: 180px;
    padding-right: 180px;
  }
  .lg\:px-\[60px\]{
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:px-\[64px\]{
    padding-left: 64px;
    padding-right: 64px;
  }
  .lg\:px-\[7px\]{
    padding-left: 7px;
    padding-right: 7px;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-\[16px\]{
    font-size: 16px;
  }
  .lg\:text-\[20px\]{
    font-size: 20px;
  }
}
@media (min-width: 1240px){
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:mt-\[60px\]{
    margin-top: 60px;
  }
  .xl\:block{
    display: block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:min-h-\[700px\]{
    min-height: 700px;
  }
  .xl\:w-\[1200px\]{
    width: 1200px;
  }
  .xl\:w-\[40\%\]{
    width: 40%;
  }
  .xl\:w-\[60\%\]{
    width: 60%;
  }
  .xl\:w-\[80\%\]{
    width: 80%;
  }
  .xl\:max-w-3column{
    max-width: 350px;
  }
  .xl\:max-w-3column-sm{
    max-width: 294px;
  }
  .xl\:max-w-4column{
    max-width: 298px;
  }
  .xl\:max-w-4column-sm{
    max-width: 200px;
  }
  .xl\:max-w-4xl{
    max-width: 56rem;
  }
  .xl\:max-w-\[1150px\]{
    max-width: 1150px;
  }
  .xl\:max-w-\[1200px\]{
    max-width: 1200px;
  }
  .xl\:max-w-\[1356px\]{
    max-width: 1356px;
  }
  .xl\:max-w-\[428px\]{
    max-width: 428px;
  }
  .xl\:max-w-\[673px\]{
    max-width: 673px;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .xl\:place-items-end{
    place-items: end;
  }
  .xl\:justify-start{
    justify-content: flex-start;
  }
  .xl\:justify-end{
    justify-content: flex-end;
  }
  .xl\:justify-center{
    justify-content: center;
  }
  .xl\:bg-transparent{
    background-color: transparent;
  }
  .xl\:p-0{
    padding: 0px;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:px-\[185px\]{
    padding-left: 185px;
    padding-right: 185px;
  }
  .xl\:px-\[205px\]{
    padding-left: 205px;
    padding-right: 205px;
  }
  .xl\:px-\[286px\]{
    padding-left: 286px;
    padding-right: 286px;
  }
  .xl\:px-\[310px\]{
    padding-left: 310px;
    padding-right: 310px;
  }
  .xl\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }
  .xl\:pb-\[52\.2px\]{
    padding-bottom: 52.2px;
  }
  .xl\:pb-\[70px\]{
    padding-bottom: 70px;
  }
  .xl\:pl-\[262px\]{
    padding-left: 262px;
  }
  .xl\:pr-0{
    padding-right: 0px;
  }
  .xl\:pt-\[70px\]{
    padding-top: 70px;
  }
  .xl\:text-\[16px\]{
    font-size: 16px;
  }
  .xl\:text-\[22px\]{
    font-size: 22px;
  }
  .xl\:leading-\[26px\]{
    line-height: 26px;
  }
  .xl\:leading-\[28px\]{
    line-height: 28px;
  }
}
@media (min-width: 1536px){
  .\32xl\:absolute{
    position: absolute;
  }
  .\32xl\:top-\[40\%\]{
    top: 40%;
  }
  .\32xl\:w-\[1400px\]{
    width: 1400px;
  }
  .\32xl\:min-w-\[1396px\]{
    min-width: 1396px;
  }
  .\32xl\:max-w-\[1400px\]{
    max-width: 1400px;
  }
  .\32xl\:max-w-\[428px\]{
    max-width: 428px;
  }
  .\32xl\:translate-x-\[-20px\]{
    --tw-translate-x: -20px;
    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));
  }
  .\32xl\:place-content-between{
    place-content: space-between;
  }
  .\32xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .\32xl\:px-\[0px\]{
    padding-left: 0px;
    padding-right: 0px;
  }
  .\32xl\:pl-\[46px\]{
    padding-left: 46px;
  }
}
@media (min-width: 1920px){
  .\33xl\:mb-\[15px\]{
    margin-bottom: 15px;
  }
  .\33xl\:ml-\[70px\]{
    margin-left: 70px;
  }
  .\33xl\:mr-0{
    margin-right: 0px;
  }
  .\33xl\:h-\[296px\]{
    height: 296px;
  }
  .\33xl\:min-h-\[797px\]{
    min-height: 797px;
  }
  .\33xl\:w-\[1638px\]{
    width: 1638px;
  }
  .\33xl\:max-w-\[1548px\]{
    max-width: 1548px;
  }
  .\33xl\:max-w-\[1638px\]{
    max-width: 1638px;
  }
  .\33xl\:pb-\[130px\]{
    padding-bottom: 130px;
  }
  .\33xl\:pb-\[154px\]{
    padding-bottom: 154px;
  }
  .\33xl\:pt-\[111px\]{
    padding-top: 111px;
  }
  .\33xl\:pt-\[120px\]{
    padding-top: 120px;
  }
}
.\[\&\>li\]\:last\:mr-0:last-child>li{
  margin-right: 0px;
}
.\[\&_iframe\]\:h-full iframe{
  height: 100%;
}
.\[\&_iframe\]\:w-full iframe{
  width: 100%;
}
.\[\&_p\]\:mb-0 p{
  margin-bottom: 0px;
}
.\[\&_p\]\:text-\[12px\] p{
  font-size: 12px;
}
.\[\&_p\]\:text-\[14px\] p{
  font-size: 14px;
}
.\[\&_p\]\:font-semibold p{
  font-weight: 600;
}
.\[\&_p\]\:leading-tight p{
  line-height: 1.25;
}
