@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap);

/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  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 */
}
/*
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]) {
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 375px){
  .container{
    max-width: 375px;
  }
}
@media (min-width: 425px){
  .container{
    max-width: 425px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1670px){
  .container{
    max-width: 1670px;
  }
}
@media (min-width: 2048px){
  .container{
    max-width: 2048px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.top-0{
  top: 0;
}
.left-0{
  left: 0;
}
.bottom-0{
  bottom: 0;
}
.top-20{
  top: 5rem;
}
.-left-16{
  left: -4rem;
}
.top-3{
  top: 0.75rem;
}
.left-28{
  left: 7rem;
}
.left-1{
  left: 0.25rem;
}
.-top-10{
  top: -2.5rem;
}
.bottom-20{
  bottom: 5rem;
}
.right-0{
  right: 0;
}
.top-1\/2{
  top: 50%;
}
.left-1\/2{
  left: 50%;
}
.-bottom-44{
  bottom: -11rem;
}
.-left-20{
  left: -5rem;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.z-100{
  z-index: 100;
}
.z-\[999\]{
  z-index: 999;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.\!mt-22{
  margin-top: 5.5rem !important;
}
.mt-60{
  margin-top: 15rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.-mt-20{
  margin-top: -5rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mt-30{
  margin-top: 7.5rem;
}
.mt-\[2\.25rem\]{
  margin-top: 2.25rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-8{
  margin-right: 2rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mr-20{
  margin-right: 5rem;
}
.-mt-10{
  margin-top: -2.5rem;
}
.-ml-10{
  margin-left: -2.5rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-96{
  margin-top: 24rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.h-6{
  height: 1.5rem;
}
.h-full{
  height: 100%;
}
.h-80{
  height: 20rem;
}
.h-auto{
  height: auto;
}
.h-34{
  height: 8.5rem;
}
.h-16{
  height: 4rem;
}
.h-\[95\%\]{
  height: 95%;
}
.h-28{
  height: 7rem;
}
.h-24{
  height: 6rem;
}
.h-3{
  height: 0.75rem;
}
.h-\[99\%\]{
  height: 99%;
}
.h-10{
  height: 2.5rem;
}
.h-18{
  height: 4.5rem;
}
.h-160{
  height: 40rem;
}
.h-50{
  height: 12.5rem;
}
.h-screen{
  height: 100vh;
}
.h-100{
  height: 25rem;
}
.h-40{
  height: 10rem;
}
.max-h-full{
  max-height: 100%;
}
.min-h-\[66\.4vh\]{
  min-height: 66.4vh;
}
.w-50p{
  width: 50%;
}
.w-full{
  width: 100%;
}
.w-\[75\%\]{
  width: 75%;
}
.w-6{
  width: 1.5rem;
}
.w-90p{
  width: 90%;
}
.w-34{
  width: 8.5rem;
}
.w-\[95\%\]{
  width: 95%;
}
.w-auto{
  width: auto;
}
.w-16{
  width: 4rem;
}
.w-80{
  width: 20rem;
}
.w-80p{
  width: 80%;
}
.w-3{
  width: 0.75rem;
}
.w-fit{
  width: fit-content;
}
.w-10{
  width: 2.5rem;
}
.w-18{
  width: 4.5rem;
}
.w-24{
  width: 6rem;
}
.w-fit-content{
  width: fit-content;
}
.w-160{
  width: 40rem;
}
.w-max{
  width: max-content;
}
.w-screen{
  width: 100vw;
}
.w-100{
  width: 25rem;
}
.w-30p{
  width: 30%;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-full{
  max-width: 100%;
}
.flex-none{
  flex: none;
}
.flex-auto{
  flex: 1 1 auto;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-\[30px\]{
  border-radius: 30px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[15px\]{
  border-radius: 15px;
}
.rounded-l-\[30px\]{
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.rounded-tl-\[30px\]{
  border-top-left-radius: 30px;
}
.rounded-tr-\[30px\]{
  border-top-right-radius: 30px;
}
.border-1{
  border-width: 1px;
}
.border-5{
  border-width: 5px;
}
.border-b-1{
  border-bottom-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(129 193 75 / var(--tw-border-opacity));
}
.border-babyblue{
  --tw-border-opacity: 1;
  border-color: rgb(192 215 255 / var(--tw-border-opacity));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(24 119 51 / var(--tw-bg-opacity));
}
.bg-lgrey{
  --tw-bg-opacity: 1;
  background-color: rgb(232 239 234 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(129 193 75 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff80\]{
  background-color: #ffffff80;
}
.bg-text{
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity));
}
.bg-\[\#1C1C1CD9\]{
  background-color: #1C1C1CD9;
}
.bg-navy{
  --tw-bg-opacity: 1;
  background-color: rgb(38 49 66 / var(--tw-bg-opacity));
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.object-center{
  object-position: center;
}
.p-10{
  padding: 2.5rem;
}
.p-16{
  padding: 4rem;
}
.p-8{
  padding: 2rem;
}
.p-6{
  padding: 1.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-30{
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-36{
  padding-top: 9rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pt-30{
  padding-top: 7.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-30{
  padding-bottom: 7.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-40{
  padding-top: 10rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.text-center{
  text-align: center;
}
.text-3xl{
  font-size: 30px;
}
.text-4xl{
  font-size: 40px;
}
.text-base{
  font-size: 16px;
}
.text-2xl{
  font-size: 25px;
}
.text-sm{
  font-size: 14px;
}
.text-xs{
  font-size: 12px;
}
.text-xl{
  font-size: 20px;
}
.text-lg{
  font-size: 18px;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.font-normal{
  font-weight: 400;
}
.font-bold{
  font-weight: 700;
}
.uppercase{
  text-transform: uppercase;
}
.leading-tight{
  line-height: 1.25;
}
.leading-normal{
  line-height: 1.5;
}
.tracking-\[0\.25rem\]{
  letter-spacing: 0.25rem;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(129 193 75 / var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(24 119 51 / var(--tw-text-opacity));
}
.text-text{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}
.text-\[\#2EC4F1\]{
  --tw-text-opacity: 1;
  color: rgb(46 196 241 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.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);
}
.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);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-250{
  transition-duration: 250ms;
}
.duration-500{
  transition-duration: 600ms;
}
.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);
}
/*! purgecss start ignore */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
/* -------------------------------------------------------------------------- */
/*                                 base start                                 */
/* -------------------------------------------------------------------------- */
button, hr, input {
  overflow: visible;
}
audio, canvas, progress, video {
  display: inline-block;
}
progress, sub, sup {
  vertical-align: baseline;
}
[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  outline: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
  max-width: 100%;
  user-select: none;
}
svg:not(:root) {
  overflow: hidden;
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, select {
  text-transform: none;
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden], template {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
input[type=submit] {
  cursor: pointer;
}
:root {
  font-size: 62.5%;
  line-height: 1.45;
}
html {
  scroll-behavior: smooth;
}
body{
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}
p {
  margin-bottom: 2rem;
}
p:last-child {
  margin-bottom: 0;
}
ol {
  list-style: decimal !important;
}
*::-moz-selection {
  color: #fff;
  background: #187733;
}
::selection {
  color: #fff;
  background: #187733;
}
/* -------------------------------- scrollbar -------------------------------- */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(129 193 75 / var(--tw-bg-opacity));
}
::-webkit-scrollbar-thumb:hover {
  filter: brightness(0.8);
}
*:focus {
  outline: none;
}
/* -------------------------------------------------------------------------- */
/*                                  base end                                  */
/* -------------------------------------------------------------------------- */
.is-faded{
  pointer-events: none;
  opacity: 0;
}
\:root {
  font-size: 62.5%;
  line-height: 1.45;
}
.group-hover\:bright-110 {
  transition-property: all;
}
.group:hover .group-hover\:bright-110 {
  filter: brightness(1.1);
}
img {
  margin: 0;
}
button:focus {
  outline: none;
}
b, strong {
  font-weight: 700;
}
figure {
  margin: 0;
  padding: 10px 0 0 0;
}
@keyframes jello {
  11.1% {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    transform: none;
  }
}
.hover-anim-jello:hover, .hover-anim-jello:focus {
  animation: jello 1s;
  transform-origin: center;
}
.hover-scale-down {
  transition: all 0.3s;
}
.hover-scale-down:hover, .hover-scale-down:focus {
  transform: scale(0.9);
}
.hover-scale-up {
  transition: all 0.3s;
}
.hover-scale-up:hover, .hover-scale-up:focus {
  transform: scale(1.05);
}
@keyframes scaleUp {
  0% {
    transform: scale(100%);
    opacity: 1;
  }
  50% {
    transform: scale(105%);
    opacity: 0.8;
  }
  100% {
    transform: scale(100%);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(100%);
    opacity: 1;
  }
  50% {
    transform: scale(95%);
    opacity: 0.8;
  }
  100% {
    transform: scale(100%);
    opacity: 1;
  }
}
.scaleup {
  animation: scaleUp 2s infinite;
}
.scaledown {
  animation: scaleDown 2s infinite;
}
@keyframes shine {
  10% {
    opacity: 1;
    top: 0;
    left: -25%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: 0;
    left: 200%;
    transition-property: left, top, opacity;
  }
}
.hover-pulse:hover {
  animation: pulse-opacity 1s;
}
.pulse {
  animation: infinite pulse-opacity 1s;
}
@keyframes pulse-opacity {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.infinite-anim-pulse {
  animation: 2s rotate infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes slow_rotation {
  0% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.hover-anim-shake:hover {
  animation: 2s shake infinite alternate;
}
@keyframes shake {
  0% {
    transform: skewX(-15deg);
  }
  5% {
    transform: skewX(15deg);
  }
  10% {
    transform: skewX(-15deg);
  }
  15% {
    transform: skewX(15deg);
  }
  20% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.hover-anim-shake2:hover {
  animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
@keyframes shake2 {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-180px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes reveal-top {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 768px) {
  .pl-container {
    padding-left: calc((100vW - 768px - 30px) / 2);
  }
  .pr-container {
    padding-right: calc((100vW - 768px - 30px) / 2);
  }
}
@media only screen and (min-width: 1024px) {
  .pl-container {
    padding-left: calc((100vW - 1024px + 15px) / 2);
  }
  .pr-container {
    padding-right: calc((100vW - 1024px + 15px) / 2);
  }
}
@media only screen and (min-width: 1280px) {
  .pl-container {
    padding-left: calc((100vW - 1280px + 15px) / 2);
  }
  .pr-container {
    padding-right: calc((100vW - 1280px + 15px) / 2);
  }
}
@media only screen and (min-width: 1440px) {
  .pl-container {
    padding-left: calc((100vW - 1440px + 15px) / 2);
  }
  .pr-container {
    padding-right: calc((100vW - 1440px + 15px) / 2);
  }
}
@media only screen and (min-width: 1670px) {
  .pl-container {
    padding-left: calc((100vW - 1670px + 15px) / 2);
  }
  .pr-container {
    padding-right: calc((100vW - 1670px + 15px) / 2);
  }
}
.page-navigation{
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 16px;
}
.is-scrolled-down {
  transition: all 1s ease-in-out;
}
.is-scrolled-down .logo {
  transition: all 0.8s ease-in-out;
}
@media (min-width: 1280px){
  .is-scrolled-down .logo{
    height: 3rem;
  }
}
@media (min-width: 1440px){
  .is-scrolled-down .logo{
    height: 4.5rem;
  }
}
@media (min-width: 1670px){
  .is-scrolled-down .logo{
    height: 5.5rem;
  }
}
.is-scrolled-down .logo-mobile{
  display: none;
}
.is-scrolled-up {
  transition: all 1s ease-in-out;
}
.is-scrolled-up .logo {
  transition: all 0.8s ease-in-out;
}
.menu{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 1024px){
  .menu{
    align-items: center;
  }
}
@media (min-width: 1280px){
  .menu{
    height: 100%;
  }
  .menu{
    flex-direction: row;
  }
  .menu{
    align-items: baseline;
  }
  .menu{
    justify-content: space-evenly;
  }
}
.menu-item{
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media (min-width: 768px){
  .menu-item{
    flex-direction: row;
  }
}
@media (min-width: 1440px){
  .menu-item{
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}
@media (min-width: 1670px){
  .menu-item{
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.menu-item a{
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 1280px){
  .menu-item a{
    height: 100%;
  }
}
.menu-item a {
  z-index: 10;
}
.menu-item a:hover, .menu-item a:focus {
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1280px){
  .menu > .menu-item{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.logo{
  height: 3.5rem;
}
@media (min-width: 375px){
  .logo{
    height: 4rem;
  }
}
@media (min-width: 1280px){
  .logo{
    height: 3.5rem;
  }
}
@media (min-width: 1440px){
  .logo{
    height: 5rem;
  }
}
@media (min-width: 1670px){
  .logo{
    height: 6rem;
  }
}
.menu .current_page_item {
  position: relative;
}
.menu .current_page_item:after {
  height: 10px;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(129 193 75 / var(--tw-bg-opacity));
  display: block;
}
.menu > .menu-item:not(.current_page_item):after {
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: none;
  display: block;
}
.menu > .menu-item:not(.current_page_item):hover:after, .menu > .menu-item:not(.current_page_item):focus:after {
  height: 10px;
  animation: slideRight forwards 0.5s;
  --tw-bg-opacity: 1;
  background-color: rgb(129 193 75 / var(--tw-bg-opacity));
  display: block;
}
.menu-nav{
  display: none;
  justify-content: flex-end;
}
@media (min-width: 1280px){
  .menu-nav{
    display: flex;
  }
}
.menu-nav.is-visible{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100vh;
  width: 100vw;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px 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);
}
@media (min-width: 640px){
  .menu-nav.is-visible{
    width: 66.666667%;
  }
}
.menu-nav.is-visible {
  transform-origin: top center;
  animation: slideLeft 600ms ease-in-out forwards;
}
@media only screen and (max-width: 1279px) {
  .menu-nav.is-visible {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.menu-nav.is-visible .menu {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.menu-nav.is-visible .menu-item{
  margin-bottom: 1.25rem;
  width: max-content;
}
.menu-nav.is-visible .menu-item a{
  width: fit-content;
  padding-bottom: 2rem;
}
.menu-nav.is-visible .sub-menu .menu-item a{
  margin-left: 1rem;
}
.menu-nav.is-visible .sub-menu .menu-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 4px;
  margin-top: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 193 75 / var(--tw-bg-opacity));
}
.openMenu{
  position: fixed;
  top: 0.5rem;
  right: 1rem;
  z-index: 9999;
  display: flex;
  cursor: pointer;
}
@media (min-width: 1280px){
  .openMenu{
    display: none;
  }
}
.openMenu {
  transition: transform 1s ease;
}
.line {
  fill: none;
  stroke-width: 8;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 7;
  stroke: #187733;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 7;
  stroke: #187733;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 7;
  stroke: #187733;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
  stroke: #187733;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 8;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
  stroke: #187733;
}
.svg-inline--fa, .fa-chevron-down, .fa-w-14{
  position: absolute;
  top: 0.5rem;
  left: 12rem;
}
@media (min-width: 1280px){
  .svg-inline--fa, .fa-chevron-down, .fa-w-14{
    top: 0;
  }
  .svg-inline--fa, .fa-chevron-down, .fa-w-14{
    top: auto;
  }
  .svg-inline--fa, .fa-chevron-down, .fa-w-14{
    left: 0;
  }
  .svg-inline--fa, .fa-chevron-down, .fa-w-14{
    left: 0.25rem;
  }
}
.svg-inline--fa, .fa-chevron-down, .fa-w-14 {
  animation: transform 500ms ease-in-out;
}
.svg-inline--fa.rotate, .fa-chevron-down.rotate, .fa-w-14.rotate {
  margin-top: 0;
  transform: rotateZ(-180deg);
  animation: all 500ms ease-in-out;
}
.sub-menu{
  display: none;
  overflow: hidden;
}
.sub-menu.opened{
  left: 0;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  display: flex;
  width: max-content;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1280px){
  .sub-menu.opened{
    position: absolute;
  }
  .sub-menu.opened{
    top: 84%;
  }
  .sub-menu.opened{
    margin-top: 0;
  }
  .sub-menu.opened{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .sub-menu.opened{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sub-menu.opened{
    padding-top: 2.5rem;
  }
  .sub-menu.opened{
    --tw-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0 5px 20px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media only screen and (max-width: 1279px) {
  .sub-menu.opened {
    transform-origin: top center;
    animation: slideLeft 300ms ease-in-out forwards;
  }
}
@media only screen and (min-width: 1280px) {
  .sub-menu.opened {
    transform-origin: top center;
    animation: slideDown 300ms ease-in-out forwards;
  }
}
.sub-menu.opened > .menu-item{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1.25rem;
  border-style: none;
}
@media (min-width: 1280px){
  .sub-menu.opened > .menu-item{
    justify-content: center;
  }
}
.sub-menu.opened > .menu-item {
  word-break: break-word;
}
.sub-menu.opened > .menu-item a{
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  padding-bottom: 1.25rem;
}
@media (min-width: 1280px){
  .sub-menu.opened > .menu-item a{
    flex-wrap: nowrap;
  }
}
.sub-menu-arrow{
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
@media (min-width: 1280px){
  .sub-menu-arrow{
    position: relative;
  }
  .sub-menu-arrow{
    display: flex;
  }
  .sub-menu-arrow{
    width: 0.5rem;
  }
  .sub-menu-arrow{
    flex-direction: row;
  }
  .sub-menu-arrow{
    align-items: center;
  }
}
.logo-mobile{
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.logo-mobile:hover, .logo-mobile:focus {
  transform: scale(1.05);
}
@media (min-width: 1280px){
  .logo-mobile{
    margin-bottom: 0;
  }
}
.logo-mobile .logo{
  height: 3.5rem;
}
@media (min-width: 375px){
  .logo-mobile .logo{
    height: 4rem;
  }
}
@media (min-width: 1280px){
  .logo-mobile .logo{
    height: 5rem;
  }
}
.menu-item-has-children{
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px){
  .menu-item-has-children{
    flex-direction: row;
  }
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1670px){
  .footer-menu{
    justify-content: space-between;
  }
}
.footer-menu .menu-item{
  margin-right: 1rem;
  margin-left: 0;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(129 193 75 / var(--tw-text-opacity));
}
.pll-parent-menu-item {
  position: relative;
}
.unclickable > a {
  pointer-events: none;
}
.youtube-container{
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  pointer-events: none;
}
.youtube-container iframe {
  width: 300%;
  height: 100%;
  margin-left: -100%;
}
.title{
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(32 78 74 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .title{
    font-size: 22px;
  }
}
@media (min-width: 768px){
  .title{
    font-size: 25px;
  }
}
@media (min-width: 1024px){
  .title{
    font-size: 27px;
  }
}
@media (min-width: 1280px){
  .title{
    font-size: 30px;
  }
}
@media (min-width: 1440px){
  .title{
    font-size: 35px;
  }
}
@media (min-width: 1670px){
  .title{
    font-size: 39px;
  }
}
.title-small{
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(32 78 74 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .title-small{
    font-size: 20px;
  }
}
@media (min-width: 768px){
  .title-small{
    font-size: 22px;
  }
}
@media (min-width: 1280px){
  .title-small{
    font-size: 25px;
  }
}
@media (min-width: 1440px){
  .title-small{
    font-size: 27px;
  }
}
@media (min-width: 1670px){
  .title-small{
    font-size: 30px;
  }
}
.title-xs{
  display: block;
  font-weight: 500;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(32 78 74 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .title-xs{
    font-size: 17px;
  }
}
@media (min-width: 1024px){
  .title-xs{
    font-size: 18px;
  }
}
@media (min-width: 1440px){
  .title-xs{
    font-size: 20px;
  }
}
@media (min-width: 1670px){
  .title-xs{
    font-size: 25px;
  }
}
.dropshadow {
  filter: drop-shadow(rgba(28, 38, 53, 0.4) 5px 10px 20px);
}
.heading, .breadcrumbs > span > span:first-of-type > a, .woocommerce-breadcrumb > span > span:first-of-type > a{
  position: relative;
  margin-bottom: 1.25rem;
  display: block;
  padding-left: 4rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(129 193 75 / var(--tw-text-opacity));
}
.heading::before, .breadcrumbs > span > span:first-of-type > a::before,
.woocommerce-breadcrumb > span > span:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 1px;
  width: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(129 193 75 / var(--tw-bg-opacity));
}
.heading-white, .breadcrumbs > span > span:first-of-type > a, .woocommerce-breadcrumb > span > span:first-of-type > a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.heading-white::before, .breadcrumbs > span > span:first-of-type > a::before, .woocommerce-breadcrumb > span > span:first-of-type > a::before{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.icon-bg{
  display: flex;
  height: 4.5rem;
  width: 4.5rem;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(24 119 51 / var(--tw-bg-opacity));
}
@media (min-width: 1440px){
  .icon-bg{
    height: 5rem;
  }
  .icon-bg{
    width: 5rem;
  }
}
.icon-svg{
  height: 2rem;
  width: 2rem;
}
@media (min-width: 1440px){
  .icon-svg{
    height: 2.5rem;
  }
  .icon-svg{
    width: 2.5rem;
  }
}
.bg-gradient2 {
  background-image: linear-gradient(to right, rgba(24, 119, 51, 0.6588235294), rgba(129, 193, 75, 0));
}
.footer-link{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  display: none;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 193 75 / var(--tw-bg-opacity));
}
@media (min-width: 640px){
  .footer-link{
    margin-top: -0.25rem;
  }
  .footer-link{
    display: block;
  }
}
.plist::before{
  position: absolute;
  content: "";
  background-color: #366DF5;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 8px;
  left: 0;
}
.answer {
  display: none;
}
.answer.opened {
  display: flex;
  flex-direction: column;
  animation: reveal-top forwards 0.5s;
}
.faq-arrow {
  transform: rotate(180deg);
}
.faq-arrow.opened {
  transform: rotate(0);
}
.faq-item{
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 239 234 / var(--tw-bg-opacity));
  margin-bottom: 20px;
}
.faq-text p, .faq-text h3, .faq-text h2 {
  display: inline !important;
  width: max-content !important;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Dodatkowe style */
.offer-tile {
  display: none;
}
.offer-tile.visible {
  animation: fadeInUp forwards 0.4s;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px){
  .offer-tile.visible{
    flex-direction: row;
  }
}
.numbers-wrapper {
  position: relative;
}
.numbers-wrapper:after {
  background-color: rgb(255, 255, 255);
  content: "";
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.slide-number {
  position: relative;
  margin-right: 2.5rem;
}
@media (min-width: 1280px){
  .slide-number{
    margin-right: 5rem;
  }
}
.slide-number.active:after {
  background-color: rgb(255, 255, 255);
  content: "";
  height: 4px;
  bottom: -2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.slide-number:last-of-type {
  margin-right: 0;
}
.boxshadow {
  box-shadow: 0px 0px 10px rgba(57, 58, 61, 0.1607843137);
}
@keyframes flip {
  0% {
    opacity: 0;
    transform: translateX(-200%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.wp-block-columns{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1280px){
  .wp-block-columns{
    flex-direction: row;
  }
}
.wp-block-columns {
  align-items: center !important;
}
.wp-block-preformatted{
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  font-family: Poppins, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1280px){
  .wp-block-preformatted{
    text-align: justify;
  }
}
.wp-block-gallery{
  margin-top: 2.5rem;
}
.wp-block-image{
  display: flex;
  justify-content: center;
}
.blocks-gallery-item a{
  margin-bottom: 2.5rem;
  transition: transform 300ms ease-in;
}
.blocks-gallery-item a:hover{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition: transform 300ms ease-in;
}
.gallery-item a {
  transition: transform 300ms ease-in;
}
.gallery-item a:hover{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition: transform 300ms ease-in;
}
figure.aligncenter{
  margin-left: auto;
  margin-right: auto;
}
#oferta {
  height: 0;
  transform: translateY(-50px);
}
/* purgecss start ignore */
.footer p{
  margin-bottom: 0;
}
/* purgecss start end */
.container,
.container-fluid {
  padding-left: clamp(20px, 2vw, 50px);
  padding-right: clamp(20px, 2vw, 50px);
  margin-left: auto;
  margin-right: auto;
}
.container.p-0,
.container-fluid.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.row{
  display: flex;
  flex-wrap: wrap;
  margin-left: clamp(20px, 2vw, 50px);
  margin-right: clamp(20px, 2vw, 50px);
}
.row .row {
  margin-left: 0;
  margin-right: 0;
}
.row.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.icon-before {
  position: relative;
  padding-left: 25px;
}
.icon-before:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background-size: 15px;
}
.container.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.content:not(.content-icons){
  line-height: 1.8;
}
.content:not(.content-icons) blockquote{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-left-width: 5px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(24 119 51 / var(--tw-border-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.8;
}
.content:not(.content-icons) h1, .content:not(.content-icons) h2, .content:not(.content-icons) h3, .content:not(.content-icons) h4, .content:not(.content-icons) h5, .content:not(.content-icons) h6{
  font-weight: 600;
  line-height: 1.5;
}
.content:not(.content-icons) h1{
  margin-bottom: 2.5rem;
  font-size: 22px;
}
@media (min-width: 640px){
  .content:not(.content-icons) h1{
    font-size: 25px;
  }
}
@media (min-width: 1024px){
  .content:not(.content-icons) h1{
    font-size: 30px;
  }
}
.content:not(.content-icons) h2{
  margin-bottom: 2.5rem;
  font-size: 22px;
}
@media (min-width: 640px){
  .content:not(.content-icons) h2{
    font-size: 25px;
  }
}
@media (min-width: 1024px){
  .content:not(.content-icons) h2{
    font-size: 30px;
  }
}
.content:not(.content-icons) h3{
  margin-bottom: 2.5rem;
  font-size: 18px;
}
@media (min-width: 375px){
  .content:not(.content-icons) h3{
    font-size: 20px;
  }
}
@media (min-width: 640px){
  .content:not(.content-icons) h3{
    font-size: 22px;
  }
}
@media (min-width: 1024px){
  .content:not(.content-icons) h3{
    font-size: 25px;
  }
}
.content:not(.content-icons) h4{
  margin-bottom: 2.5rem;
  font-size: 18px;
}
@media (min-width: 375px){
  .content:not(.content-icons) h4{
    font-size: 20px;
  }
}
@media (min-width: 640px){
  .content:not(.content-icons) h4{
    font-size: 22px;
  }
}
@media (min-width: 1024px){
  .content:not(.content-icons) h4{
    font-size: 25px;
  }
}
.content:not(.content-icons) h5{
  margin-bottom: 2rem;
  font-size: 18px;
}
@media (min-width: 640px){
  .content:not(.content-icons) h5{
    font-size: 20px;
  }
}
@media (min-width: 1024px){
  .content:not(.content-icons) h5{
    font-size: 22px;
  }
}
.content:not(.content-icons) h6{
  margin-bottom: 2rem;
  font-size: 18px;
}
@media (min-width: 640px){
  .content:not(.content-icons) h6{
    font-size: 20px;
  }
}
@media (min-width: 1024px){
  .content:not(.content-icons) h6{
    font-size: 22px;
  }
}
.content:not(.content-icons) a:not(.btn-special){
  --tw-text-opacity: 1;
  color: rgb(24 119 51 / var(--tw-text-opacity));
}
.custom-list {
  position: relative;
}
.custom-list ul li:not(.blocks-gallery-item) {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  text-align: left;
}
.custom-list ul li:not(.blocks-gallery-item):after{
  position: absolute;
  content: "";
  background-color: #366DF5;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 10px;
  left: 10px;
}
.custom-list li > ol {
  padding-left: 10px;
}
.custom-list ol > li {
  margin-bottom: 10px;
  margin-left: 10px;
}
.form{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Poppins, sans-serif;
  margin-bottom: 10px;
}
.form-text{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.form-group{
  width: 100%;
}
.form-half{
  width: 100%;
}
@media (min-width: 640px){
  .form-half{
    width: 45%;
  }
}
.form input:not(.wpcf7-submit), .form textarea{
  background-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
}
@media (min-width: 640px){
  .form input:not(.wpcf7-submit), .form textarea{
    font-size: 16px;
  }
}
.form input:not(.wpcf7-submit)::placeholder, .form textarea::placeholder{
  font-family: Poppins, sans-serif;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .form input:not(.wpcf7-submit)::placeholder, .form textarea::placeholder{
    font-size: 16px;
  }
}
.form input[type=text]:not(.wpcf7-submit),
.form textarea {
  border-radius: 10px;
}
.form input:not(.wpcf7-submit){
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.form textarea{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.form select{
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: solid 1px #000;
}
.form input:not(.wpcf7-submit), .form textarea{
  width: 100%;
}
.form input[type=checkbox],
.form input[type=date] {
  width: auto !important;
  padding-top: 0;
  padding-bottom: 2rem;
}
.form label {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 14px;
}
@media (min-width: 640px){
  .form label{
    font-size: 16px;
  }
}
.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-submit{
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
#agree, input[type=checkbox]{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(129 193 75 / var(--tw-border-opacity));
}
.wpcf7-list-item label{
  display: flex;
  align-items: center;
}
#agree, input[type=checkbox]{
  width: fit-content;
  transition: all 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  position: relative;
  top: 0;
  cursor: pointer;
  appearance: none;
  height: auto;
  border-radius: 5px;
}
#agree:before,
input[type=checkbox]:before {
  transition: all 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: rotate(-45deg) scale(0, 0);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#agree:checked:before,
input[type=checkbox]:checked:before {
  content: "✓";
  text-align: center;
  color: #EFEFEF;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(129 193 75 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(129 193 75 / var(--tw-bg-opacity));
  border-radius: 4px;
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
}
#agree:after,
input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: transparent;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity));
  border-radius: 4px;
}
#agree{
  left: -10px;
}
@media (min-width: 1670px){
  #agree{
    left: -20px;
  }
}
input[type=checkbox]{
  left: -5px;
}
@media (min-width: 1670px){
  input[type=checkbox]{
    left: -5px;
  }
}
input[type=checkbox] {
  border-radius: 4px;
}
.wpcf7-spinner {
  display: none;
}
.submitting {
  position: relative;
}
.submitting::before {
  content: url('data:image/svg+xml; utf8, <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"       viewBox="0 0 496 496" style="enable-background:new 0 0 496 496;" xml:space="preserve"><path style="fill:%2376FFE5;" d="M248,92c-13.6,0-24-10.4-24-24V24c0-13.6,10.4-24,24-24s24,10.4,24,24v44C272,80.8,261.6,92,248,92z"/><path style="fill:%230DBFBA;" d="M248,496c-13.6,0-24-10.4-24-24v-44c0-13.6,10.4-24,24-24s24,10.4,24,24v44 C272,485.6,261.6,496,248,496z"/><path style="fill:%23BBFFF2;" d="M157.6,116c-8,0-16-4-20.8-12l-21.6-37.6c-6.4-11.2-2.4-26.4,8.8-32.8s26.4-2.4,32.8,8.8L178.4,80 c6.4,11.2,2.4,26.4-8.8,32.8C166.4,114.4,161.6,116,157.6,116z"/><path style="fill:%231BCEB8;" d="M360,465.6c-8,0-16-4-20.8-12L317.6,416c-6.4-11.2-2.4-26.4,8.8-32.8c11.2-6.4,26.4-2.4,32.8,8.8 l21.6,37.6c6.4,11.2,2.4,26.4-8.8,32.8C368,464.8,364,465.6,360,465.6z"/><path style="fill:%23E1FFF9;" d="M92,181.6c-4,0-8-0.8-12-3.2l-37.6-21.6c-11.2-6.4-15.2-21.6-8.8-32.8s21.6-15.2,32.8-8.8l37.6,21.6 c11.2,6.4,15.2,21.6,8.8,32.8C108,177.6,100,181.6,92,181.6z"/><path style="fill:%2326DBC0;" d="M442.4,384c-4,0-8-0.8-12-3.2L392,359.2c-11.2-6.4-15.2-21.6-8.8-32.8c6.4-11.2,21.6-15.2,32.8-8.8 l37.6,21.6c11.2,6.4,15.2,21.6,8.8,32.8C458.4,380,450.4,384,442.4,384z"/><path style="fill:%23F3FFFD;" d="M68,272H24c-13.6,0-24-10.4-24-24s10.4-24,24-24h44c13.6,0,24,10.4,24,24S80.8,272,68,272z"/><path style="fill:%232EE5C6;" d="M472,272h-44c-13.6,0-24-10.4-24-24s10.4-24,24-24h44c13.6,0,24,10.4,24,24S485.6,272,472,272z"/><path style="fill:%2311AEBA;" d="M53.6,384c-8,0-16-4-20.8-12c-6.4-11.2-2.4-26.4,8.8-32.8l37.6-21.6c11.2-6.4,26.4-2.4,32.8,8.8 c6.4,11.2,2.4,26.4-8.8,32.8l-37.6,21.6C62.4,383.2,58.4,384,53.6,384z"/><path style="fill:%233BEDCB;" d="M404,181.6c-8,0-16-4-20.8-12c-6.4-11.2-2.4-26.4,8.8-32.8l37.6-21.6c11.2-6.4,26.4-2.4,32.8,8.8 s2.4,26.4-8.8,32.8L416,178.4C412,180.8,408,181.6,404,181.6z"/><path style="fill:%230FB8BC;" d="M136,465.6c-4,0-8-0.8-12-3.2c-11.2-6.4-15.2-21.6-8.8-32.8l21.6-37.6c6.4-11.2,21.6-15.2,32.8-8.8 c11.2,6.4,15.2,21.6,8.8,32.8l-21.6,37.6C152,461.6,144,465.6,136,465.6z"/><path style="fill:%2357F7D8;" d="M338.4,116c-4,0-8-0.8-12-3.2c-11.2-6.4-15.2-21.6-8.8-32.8l21.6-37.6c6.4-11.2,21.6-15.2,32.8-8.8 c11.2,6.4,15.2,21.6,8.8,32.8L359.2,104C354.4,111.2,346.4,116,338.4,116z"/></svg>');
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index: 100;
  animation: spin infinite 1s;
}
.map iframe {
  width: 100%;
}
.form-quick .input-quick {
  background: transparent;
  border-radius: 27px;
  border: solid 1px #DEDEDE;
  max-width: 28rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Poppins, sans-serif;
}
@media (min-width: 375px){
  .form-quick .input-quick{
    max-width: 35rem;
  }
}
.form-quick .input-quick input {
  background: transparent;
  max-width: 28rem;
}
@media (min-width: 375px){
  .form-quick .input-quick input{
    max-width: 30rem;
  }
}
@media (min-width: 1440px){
  .form-quick .input-quick input{
    max-width: 26rem;
  }
}
.form-quick .input-quick input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.form-quick .input-quick span {
  margin-right: 10px;
}
.form-quick .input-quick #send {
  height: 3rem;
  width: 2rem;
  position: relative;
  z-index: 40;
}
.form-quick .input-quick .send-form {
  position: relative;
}
.form-quick .input-quick .svg-send {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  height: 3rem;
  width: 3rem;
}
.form-quick #mail {
  position: relative;
  margin-right: 1.25rem;
  max-width: 16.5rem;
}
@media (min-width: 375px){
  .form-quick #mail{
    max-width: 18.5rem;
  }
}
@media (min-width: 1440px){
  .form-quick #mail{
    max-width: 22.5rem;
  }
}
.form-quick #mail::before {
  content: "";
  mask-repeat: no-repeat;
  mask-size: 100%;
  mask-image: url('data:image/svg+xml; utf8, <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.21303 11.7571C0.566921 12.0052 0.108517 12.5862 0.0170252 13.2719C-0.0735237 13.9586 0.217931 14.6386 0.777259 15.0452L6.90063 19.5009L28.6494 2.39L9.41808 21.3364L17.7891 27.4277C18.3211 27.8144 19.0087 27.9305 19.6416 27.739C20.2736 27.5466 20.7773 27.0665 21.0036 26.4487L29.9585 1.9382C30.0491 1.68919 29.985 1.41094 29.7963 1.22512C29.6086 1.03931 29.3304 0.980831 29.0814 1.0761L1.21303 11.7571Z" fill="#366DF5"/><path d="M5.44629 20.9829L5.49817 21.2668L6.68662 27.7647C6.77528 28.2476 7.09786 28.6522 7.54684 28.8475C7.99581 29.0418 8.51363 29.0003 8.92488 28.7352C10.5802 27.6675 12.7421 26.2508 12.6836 26.1678L5.44629 20.9829Z" fill="#366DF5"/></svg>');
  content: url('data:image/svg+xml; utf8, <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.21303 11.7571C0.566921 12.0052 0.108517 12.5862 0.0170252 13.2719C-0.0735237 13.9586 0.217931 14.6386 0.777259 15.0452L6.90063 19.5009L28.6494 2.39L9.41808 21.3364L17.7891 27.4277C18.3211 27.8144 19.0087 27.9305 19.6416 27.739C20.2736 27.5466 20.7773 27.0665 21.0036 26.4487L29.9585 1.9382C30.0491 1.68919 29.985 1.41094 29.7963 1.22512C29.6086 1.03931 29.3304 0.980831 29.0814 1.0761L1.21303 11.7571Z" fill="#366DF5"/><path d="M5.44629 20.9829L5.49817 21.2668L6.68662 27.7647C6.77528 28.2476 7.09786 28.6522 7.54684 28.8475C7.99581 29.0418 8.51363 29.0003 8.92488 28.7352C10.5802 27.6675 12.7421 26.2508 12.6836 26.1678L5.44629 20.9829Z" fill="#366DF5"/></svg>');
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
}
@media (min-width: 640px){
  .bubble{
    pointer-events: none;
  }
}
.bubble {
  display: none;
  position: relative;
  animation: opacity 0.2s forwards;
  padding: 10px;
}
.bubble.is-visible{
  position: absolute;
  margin-bottom: 2rem;
  display: flex;
  width: 90%;
  flex-direction: column;
}
@media (min-width: 375px){
  .bubble.is-visible{
    width: 80%;
  }
}
@media (min-width: 425px){
  .bubble.is-visible{
    width: 70%;
  }
}
@media (min-width: 640px){
  .bubble.is-visible{
    margin-bottom: 0;
  }
  .bubble.is-visible{
    display: block;
  }
  .bubble.is-visible{
    width: max-content;
  }
}
.bubble.is-visible {
  height: max-content;
  min-height: 10rem;
  background-color: white;
  z-index: 50;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  animation: opacity 0.2s forwards;
}
.bubble_1.is-visible{
  left: 0;
  top: -10rem;
}
@media (min-width: 425px){
  .bubble_1.is-visible{
    left: -10px;
  }
  .bubble_1.is-visible{
    top: -3rem;
  }
}
@media (min-width: 1280px){
  .bubble_1.is-visible{
    top: -6rem;
  }
}
@media (min-width: 1440px){
  .bubble_1.is-visible{
    top: -3rem;
  }
}
@media (min-width: 1670px){
  .bubble_1.is-visible{
    left: 5rem;
  }
}
.bubble_2.is-visible{
  left: 0;
  bottom: 39rem;
}
@media (min-width: 375px){
  .bubble_2.is-visible{
    bottom: 43rem;
  }
}
@media (min-width: 425px){
  .bubble_2.is-visible{
    bottom: 20rem;
  }
}
@media (min-width: 640px){
  .bubble_2.is-visible{
    left: -8rem;
  }
}
@media (min-width: 768px){
  .bubble_2.is-visible{
    left: -14rem;
  }
  .bubble_2.is-visible{
    bottom: 15rem;
  }
}
@media (min-width: 1280px){
  .bubble_2.is-visible{
    bottom: 13rem;
  }
}
@media (min-width: 1670px){
  .bubble_2.is-visible{
    bottom: 16rem;
  }
}
.bubble_3.is-visible{
  bottom: 26rem;
  left: 0;
}
@media (min-width: 375px){
  .bubble_3.is-visible{
    bottom: 30rem;
  }
}
@media (min-width: 425px){
  .bubble_3.is-visible{
    bottom: 5rem;
  }
  .bubble_3.is-visible{
    left: 11rem;
  }
}
@media (min-width: 640px){
  .bubble_3.is-visible{
    bottom: 0;
  }
}
@media (min-width: 1024px){
  .bubble_3.is-visible{
    bottom: auto;
  }
  .bubble_3.is-visible{
    top: 246px;
  }
}
@media (min-width: 1280px){
  .bubble_3.is-visible{
    top: 200px;
  }
  .bubble_3.is-visible{
    left: 7rem;
  }
}
@media (min-width: 1670px){
  .bubble_3.is-visible{
    top: 246px;
  }
  .bubble_3.is-visible{
    left: 11rem;
  }
}
.bubble_text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.active-region {
  filter: drop-shadow(2px 4px 6px black);
}
.joboffer_text {
  display: none;
}
.joboffer_text.is-visible {
  display: block;
  animation: slideDown forwards 0.5s;
}
.subpage-gallery .gallery-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subpage-gallery .gallery-img{
  width: 48%;
}
@media (min-width: 768px){
  .subpage-gallery .gallery-img{
    width: 30%;
  }
}
@media (min-width: 1024px){
  .subpage-gallery .gallery-img{
    width: 24%;
  }
}
.subpage-gallery .gallery-img img{
  height: 15rem;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 640px){
  .subpage-gallery .gallery-img img{
    height: 20rem;
  }
}
@media (min-width: 1280px){
  .subpage-gallery .gallery-img img{
    height: 25rem;
  }
}
.js-post_title {
  transition: all 0.5s ease;
  position: relative;
}
.js-post_title::after {
  content: "";
  position: absolute;
  background-color: #B03A35;
  top: 98%;
  left: 0;
  height: 2px;
  width: 0;
}
.js-post_title.highlighted {
  transition: all 0.5s ease;
}
.js-post_title.highlighted::after {
  width: 100%;
  transition: all 0.5s ease;
}
.js-post_title:hover {
  transition: all 0.5s ease;
}
.js-post_title:hover::after {
  width: 100%;
  transition: all 0.5s ease;
}
.post-gallery,
.posts-gallery,
.subcat_post-gallery {
  display: none;
}
.post-gallery.visible,
.posts-gallery.visible,
.subcat_post-gallery.visible {
  display: block;
  animation: slideLeft 0.5s forwards;
}
.gallery-item--img {
  overflow: hidden;
  display: block;
  filter: drop-shadow(rgba(0, 0, 0, 0.1098039216) 0 0 15px);
}
.gallery-item--img.hide {
  display: none;
}
.gallery-item--img.animate {
  animation: slideDown 0.5s forwards;
}
.gallery-item--img:hover img {
  transform: scale(120%);
  transition: all ease-in-out 0.5s;
}
.gallery-img {
  overflow: hidden;
  display: block;
  transition: transform ease-in-out 0.5s;
}
.gallery-img img {
  overflow: hidden;
  transition: transform ease-in-out 0.5s;
}
.gallery-img.hide {
  display: none;
}
.gallery-img.animate {
  animation: slideDown 0.5s forwards;
}
.gallery-img:hover img {
  transform: scale(105%);
  transition: all ease-in-out 0.5s;
}
.fp-gallery .gallery-item {
  display: flex;
  flex-wrap: wrap;
}
.fp-gallery .gallery-item .gallery-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.fp-gallery .gallery-item .gallery-img:first-of-type{
  width: 49.6%;
  margin-right: 0.7%;
}
.fp-gallery .gallery-item .gallery-img:nth-of-type(2){
  width: 24.5%;
  margin-right: 0.7%;
}
.fp-gallery .gallery-item .gallery-img:nth-of-type(3){
  width: 24.5%;
}
.fp-gallery .gallery-item .gallery-img:nth-of-type(4){
  margin-top: 1rem;
  width: 24.4%;
  margin-right: 0.7%;
}
.fp-gallery .gallery-item .gallery-img:nth-of-type(5){
  margin-top: 1rem;
  width: 24.4%;
  margin-right: 0.7%;
}
.fp-gallery .gallery-item .gallery-img:nth-of-type(6){
  margin-top: 1rem;
  width: 49.6%;
}
.subpage-gallery .gallery-item {
  display: flex;
  flex-wrap: wrap;
}
.subpage-gallery .gallery-item .gallery-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.subpage-gallery .gallery-item .gallery-img:first-of-type{
  width: 49.6%;
  margin-right: 0.7%;
}
.subpage-gallery .gallery-item .gallery-img:nth-of-type(2){
  width: 24.5%;
  margin-right: 0.7%;
}
.subpage-gallery .gallery-item .gallery-img:nth-of-type(3){
  width: 24.5%;
}
.subpage-gallery .gallery-item .gallery-img:nth-of-type(4){
  width: 100%;
  margin-top: 0.7%;
}
.page-gallery .gallery-item {
  display: block;
  columns: 2;
}
@media (min-width: 640px){
  .page-gallery .gallery-item{
    columns: 3;
  }
}
@media (min-width: 1024px){
  .page-gallery .gallery-item{
    columns: 4;
  }
}
.page-gallery .gallery-item {
  column-gap: 1rem;
}
.page-gallery .gallery-item .gallery-img {
  margin-bottom: 1rem;
}
.page-gallery .gallery-item .gallery-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.breadcrumbs, .woocommerce-breadcrumb{
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
.breadcrumbs a, .woocommerce-breadcrumb a{
  position: relative;
  margin-top: 2.5rem;
}
@media (min-width: 1024px){
  .breadcrumbs a, .woocommerce-breadcrumb a{
    margin-top: 0.5rem;
  }
}
.breadcrumbs a:hover, .breadcrumbs a:focus, .woocommerce-breadcrumb a:hover, .woocommerce-breadcrumb a:focus{
  text-decoration-line: underline;
  transition: all 0.5s ease-in-out;
}
.breadcrumbs > span > span:first-of-type > a,
.woocommerce-breadcrumb > span > span:first-of-type > a {
  display: inline;
}
.breadcrumbs span, .woocommerce-breadcrumb span{
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.breadcrumbs span.breadcrumb_last, .woocommerce-breadcrumb span.breadcrumb_last{
  margin-left: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.breadcrumbs span.breadcrumb_last a::after,
.woocommerce-breadcrumb span.breadcrumb_last a::after {
  content: "";
}
.btn{
  display: flex;
  min-width: 12rem;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(129 193 75 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  position: relative;
  padding: 10px 25px;
  overflow: hidden;
  z-index: 1;
  border-radius: 25px;
  transition: all 0.2s ease-in-out;
}
.btn::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  transform: translateX(-100%);
  transition: all 0.2s ease-in-out;
}
.btn__label{
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition: all 0.2s ease-in-out;
}
.btn:hover, .btn:focus {
  transition: all 0.2s ease-in-out;
}
.btn:hover .btn__label, .btn:focus .btn__label {
  transition: all 0.2s ease-in-out;
  position: relative;
}
.btn:hover::before, .btn:focus::before {
  transform: translateX(0);
  right: 0;
  margin-left: auto;
  margin-right: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(24 119 51 / var(--tw-bg-opacity));
  transition: all 0.2s ease-in-out;
}
.btn-cta:hover::before, .btn-cta:focus::before{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.btn-cta:hover .btn__label, .btn-cta:focus .btn__label{
  --tw-text-opacity: 1;
  color: rgb(32 78 74 / var(--tw-text-opacity));
}
.button, .content:not(.content-icons) a:not(.btn-special){
  position: relative;
  z-index: 10;
}
.button__default {
  overflow: hidden;
}
.button__default:after{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 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));
  --tw-bg-opacity: 1;
  background-color: rgb(129 193 75 / var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  content: "";
}
.button__default:hover, .button__default:focus{
  --tw-text-opacity: 1;
  color: rgb(129 193 75 / var(--tw-text-opacity));
}
.button__default:hover:after, .button__default:focus:after {
  animation: slide 0.5s forwards;
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.button__default--white:after {
  background-color: white;
}
.button__default--white:hover, .button__default--white:focus{
  --tw-text-opacity: 1;
  color: rgb(129 193 75 / var(--tw-text-opacity));
}
.button__default--white:hover:after, .button__default--white:focus:after{
  --tw-bg-opacity: 1;
  background-color: rgb(24 119 51 / var(--tw-bg-opacity));
}
.button__underline, .content:not(.content-icons) a:not(.btn-special){
  overflow: hidden;
}
.button__underline:after, .content:not(.content-icons) a:not(.btn-special):after{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.25rem;
  width: 100%;
  --tw-translate-x: -100%;
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(129 193 75 / var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  content: "";
}
.button__underline:hover, .content:not(.content-icons) a:hover:not(.btn-special), .button__underline:focus, .content:not(.content-icons) a:focus:not(.btn-special){
  --tw-text-opacity: 1;
  color: rgb(129 193 75 / var(--tw-text-opacity));
}
.button__underline:hover:after, .content:not(.content-icons) a:hover:not(.btn-special):after, .button__underline:focus:after, .content:not(.content-icons) a:focus:not(.btn-special):after{
  --tw-translate-x: 0;
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.button__underline--primary{
  --tw-text-opacity: 1;
  color: rgb(129 193 75 / var(--tw-text-opacity));
}
.button__underline--white:after{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.button__underline--white:hover, .button__underline--white:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button__underline--visible:after{
  --tw-translate-x: 0;
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.navbutton{
  position: fixed;
  top: 0;
  right: 0;
  height: 6rem;
  width: 6rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(129 193 75 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  z-index: 48;
}
.navbutton__item{
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 0.5rem;
  width: 3.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.navbutton__item:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbutton-close{
  position: absolute;
  right: 1.5rem;
  height: 3rem;
  width: 3rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  top: 13px;
}
.navbutton-close__item{
  position: absolute;
  display: block;
  height: 0.5rem;
  width: 3.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(129 193 75 / var(--tw-bg-opacity));
  transform: rotate(45deg);
}
.navbutton-close__item:first-child {
  transform: rotate(-45deg);
}
.swiper-lazy-preloader{
  position: absolute;
  --tw-border-opacity: 1;
  border-color: rgb(129 193 75 / var(--tw-border-opacity));
  width: 42px;
  height: 42px;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border-width: 4px;
  border-radius: 50%;
  border-top-color: transparent !important;
  animation: spin 2s linear infinite;
}
.swiper-container {
  margin: 0;
}
.swiper-pagination {
  display: flex;
  align-items: center;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #DEDEDE;
  margin-right: 15px;
  position: relative;
}
.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(129 193 75 / var(--tw-bg-opacity));
}
.arrow{
  z-index: 80;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.anim-img{
  --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));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 100ms;
  transition-duration: 600ms;
}
.anim-title, .anim-subtitle, .anim-content, .anim-btn{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 150ms;
  transition-duration: 600ms;
}
.anim-subtitle{
  transition-delay: 200ms;
}
.anim-content{
  transition-delay: 250ms;
}
.anim-btn{
  transition-delay: 300ms;
}
.js-slider-main .swiper-slide-active-img{
  --tw-translate-x: 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));
  opacity: 0;
}
.js-slider-main .swiper-slide-active-title, .js-slider-main .swiper-slide-active-subtitle, .js-slider-main .swiper-slide-active-content, .js-slider-main .swiper-slide-active-btn{
  --tw-translate-x: 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));
  opacity: 1;
}
#arrow-left, #arrow-right{
  display: flex;
  height: 4rem;
  width: 4rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
#arrow-left:hover, #arrow-right:hover{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 600ms;
}
#arrow-right:hover img {
  transition: all 0.5s;
}
#arrow-left:hover img {
  transition: all 0.5s;
}
.swiper-scrollbar{
  width: 100%;
  height: 1px;
  position: relative;
  z-index: 30;
  background: #fff;
  margin-bottom: 5rem;
}
.swiper-scrollbar-drag {
  background: #fff;
  height: 3px;
  cursor: pointer;
  width: 20% !important;
}
.pagination{
  margin-top: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.page-numbers{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: block;
  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));
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.page-numbers:hover{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.page-numbers:focus{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  text-decoration-line: underline;
}
.page-numbers.current{
  display: flex;
  height: 5rem;
  width: 5rem;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 240 255 / var(--tw-bg-opacity));
}
.page-numbers.prev, .page-numbers.next{
  display: flex;
  height: 50px;
  width: 7rem;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(192 215 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(30 30 30 / var(--tw-text-opacity));
}
.page-numbers.prev svg, .page-numbers.next svg{
  height: 2rem;
  width: 2rem;
}
.page-numbers.prev:hover, .page-numbers.prev:focus, .page-numbers.next:hover, .page-numbers.next:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(24 119 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.page-numbers.prev:focus, .page-numbers.next:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.page-numbers.next svg{
  --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));
}
table {
  border-collapse: separate !important;
  border-spacing: 3px;
  border-radius: 20px;
}
table td, table th{
  border-left-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(38 49 66 / var(--tw-border-opacity));
  padding: 1rem;
}
table th{
  --tw-bg-opacity: 1;
  background-color: rgb(192 215 255 / var(--tw-bg-opacity));
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(38 49 66 / var(--tw-text-opacity));
}
table tr:nth-child(2n+2){
  background-color: rgba(239, 239, 239, 0.1);
}
@media screen and (min-width: 1024) {
  table th{
    font-size: 20px;
  }
}
.wp-block-table thead {
  border-bottom: none !important;
  border: rgb(235, 245, 252) solid 1px;
}
.wp-block-table thead tr th {
  border-radius: 20px;
}
.wp-block-table tbody {
  border: rgb(16, 71, 149);
}
.wp-block-table table tr, .wp-block-table table th, .wp-block-table table td {
  border: white;
}
@media screen and (max-width: 639px) {
  .main-table table thead {
    display: none;
  }
  .main-table table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px white solid !important;
  }
  .main-table table tr:last-of-type {
    border-bottom: none !important;
  }
  .wp-block-columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.icv {
  position: relative;
  overflow: hidden;
  cursor: row-resize;
}
.icv__icv--vertical {
  cursor: row-resize;
}
.icv__icv--horizontal {
  cursor: col-resize;
}
.icv__img {
  pointer-events: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: none;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  top: 0;
  display: block;
}
.icv__is--fluid .icv__img {
  display: none;
}
.icv__img-a {
  height: auto;
  position: static;
  z-index: 1;
  left: 0px;
}
.icv__img-b {
  height: 100%;
  position: absolute;
  z-index: 2;
  left: auto;
  right: 0px;
  width: auto;
}
.icv__icv--vertical .icv__img-b {
  width: 100%;
  height: auto;
}
.icv__imposter {
  z-index: 4;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.icv__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 3;
}
.icv__is--fluid .icv__wrapper, .icv__icv--vertical .icv__wrapper {
  width: 100% !important;
}
.icv__is--fluid .icv__wrapper, .icv__icv--horizontal .icv__wrapper {
  height: 100% !important;
}
.icv__fluidwrapper {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.icv__control {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  top: 0px;
  z-index: 5;
}
.icv__icv--vertical .icv__control {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  left: 0;
  width: 100%;
}
.icv__control-line {
  height: 50%;
  width: 2px;
  z-index: 6;
}
.icv__icv--vertical .icv__control-line {
  width: 50%;
}
.icv__theme-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  z-index: 5;
}
.icv__icv--vertical .icv__theme-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.icv__arrow-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}
.icv__arrow-a {
  -webkit-transform: scale(1.5) rotateZ(180deg);
  transform: scale(1.5) rotateZ(180deg);
  height: 20px;
  width: 20px;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0px -3px 5px rgba(0, 0, 0, 0.33));
}
.icv__arrow-b {
  -webkit-transform: scale(1.5) rotateZ(0deg);
  transform: scale(1.5) rotateZ(0deg);
  height: 20px;
  width: 20px;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
}
.icv__circle {
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 999px;
}
.icv__label {
  position: absolute;
  bottom: 1rem;
  z-index: 12;
  background: rgba(0, 0, 0, 0.33);
  color: white;
  border-radius: 3px;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.icv__label.vertical {
  bottom: auto;
  left: 1rem;
}
.icv__label.on-hover {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.25s cubic-bezier(0.68, 0.26, 0.58, 1.22);
  transition: 0.25s cubic-bezier(0.68, 0.26, 0.58, 1.22);
}
.icv:hover .icv__label.on-hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.icv__label-before {
  left: 1rem;
}
.icv__label-after {
  right: 1rem;
}
.icv__label-before.vertical {
  top: 1rem;
}
.icv__label-after.vertical {
  bottom: 1rem;
  right: auto;
}
.icv__body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*! purgecss end ignore */
.hover\:bg-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(24 119 51 / var(--tw-bg-opacity));
}
.hover\:bg-babyblue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(192 215 255 / var(--tw-bg-opacity));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(129 193 75 / var(--tw-text-opacity));
}
.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(24 119 51 / var(--tw-text-opacity));
}
.hover\:drop-shadow-2xl:hover{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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);
}
.group:hover .group-hover\: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));
}
.group:hover .group-hover\:scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(24 119 51 / var(--tw-bg-opacity));
}
@media (min-width: 375px){
  .xs\:-left-20{
    left: -5rem;
  }
  .xs\:\!mt-24{
    margin-top: 6rem !important;
  }
  .xs\:mt-0{
    margin-top: 0;
  }
  .xs\:h-40{
    height: 10rem;
  }
  .xs\:h-60{
    height: 15rem;
  }
  .xs\:h-96{
    height: 24rem;
  }
  .xs\:w-40{
    width: 10rem;
  }
  .xs\:w-90p{
    width: 90%;
  }
  .xs\:max-w-full{
    max-width: 100%;
  }
  .xs\:-translate-x-10{
    --tw-translate-x: -2.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xs\:flex-row{
    flex-direction: row;
  }
  .xs\:items-center{
    align-items: center;
  }
  .xs\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .xs\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 425px){
  .s\:mt-112{
    margin-top: 28rem;
  }
  .s\:mt-20{
    margin-top: 5rem;
  }
  .s\:mt-0{
    margin-top: 0;
  }
  .s\:h-20{
    height: 5rem;
  }
  .s\:h-80{
    height: 20rem;
  }
  .s\:h-120{
    height: 30rem;
  }
  .s\:w-20{
    width: 5rem;
  }
  .s\:flex-row{
    flex-direction: row;
  }
}
@media (min-width: 640px){
  .sm\:-bottom-72{
    bottom: -18rem;
  }
  .sm\:-left-28{
    left: -7rem;
  }
  .sm\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .sm\:mt-0{
    margin-top: 0;
  }
  .sm\:-mt-80{
    margin-top: -20rem;
  }
  .sm\:mt-20{
    margin-top: 5rem;
  }
  .sm\:mb-2{
    margin-bottom: 0.5rem;
  }
  .sm\:mt-168{
    margin-top: 42rem;
  }
  .sm\:h-screen{
    height: 100vh;
  }
  .sm\:h-full{
    height: 100%;
  }
  .sm\:h-50{
    height: 12.5rem;
  }
  .sm\:h-90p{
    height: 90%;
  }
  .sm\:h-120{
    height: 30rem;
  }
  .sm\:h-140{
    height: 35rem;
  }
  .sm\:h-132{
    height: 33rem;
  }
  .sm\:h-60{
    height: 15rem;
  }
  .sm\:h-128{
    height: 32rem;
  }
  .sm\:w-70p{
    width: 70%;
  }
  .sm\:w-80p{
    width: 80%;
  }
  .sm\:w-50{
    width: 12.5rem;
  }
  .sm\:w-\[48\%\]{
    width: 48%;
  }
  .sm\:w-\[49\%\]{
    width: 49%;
  }
  .sm\:w-\[46\.5\%\]{
    width: 46.5%;
  }
  .sm\:w-45p{
    width: 45%;
  }
  .sm\:w-128{
    width: 32rem;
  }
  .sm\:-translate-x-20{
    --tw-translate-x: -5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:bg-transparent{
    background-color: transparent;
  }
  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .sm\:pb-20{
    padding-bottom: 5rem;
  }
  .sm\:text-center{
    text-align: center;
  }
  .sm\:text-\[45px\]{
    font-size: 45px;
  }
  .sm\:text-base{
    font-size: 16px;
  }
  .sm\:text-lg{
    font-size: 18px;
  }
}
@media (min-width: 768px){
  .md\:top-40{
    top: 10rem;
  }
  .md\:mt-0{
    margin-top: 0;
  }
  .md\:mt-192{
    margin-top: 48rem;
  }
  .md\:ml-40{
    margin-left: 10rem;
  }
  .md\:h-80{
    height: 20rem;
  }
  .md\:h-144{
    height: 36rem;
  }
  .md\:min-h-140{
    min-height: 35rem;
  }
  .md\:w-60p{
    width: 60%;
  }
  .md\:w-45p{
    width: 45%;
  }
  .md\:w-30p{
    width: 30%;
  }
  .md\:w-80p{
    width: 80%;
  }
  .md\:w-\[29\%\]{
    width: 29%;
  }
  .md\:w-\[48\.5\%\]{
    width: 48.5%;
  }
  .md\:w-\[48\%\]{
    width: 48%;
  }
  .md\:w-\[49\%\]{
    width: 49%;
  }
  .md\:w-144{
    width: 36rem;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:px-0{
    padding-left: 0;
    padding-right: 0;
  }
  .md\:pb-0{
    padding-bottom: 0;
  }
  .md\:text-5xl{
    font-size: 50px;
  }
}
@media (min-width: 1024px){
  .lg\:-left-32{
    left: -8rem;
  }
  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:mt-0{
    margin-top: 0;
  }
  .lg\:mb-0{
    margin-bottom: 0;
  }
  .lg\:mt-40{
    margin-top: 10rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[90vh\]{
    height: 90vh;
  }
  .lg\:h-30{
    height: 7.5rem;
  }
  .lg\:h-160{
    height: 40rem;
  }
  .lg\:h-20{
    height: 5rem;
  }
  .lg\:h-100{
    height: 25rem;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:h-112{
    height: 28rem;
  }
  .lg\:h-176{
    height: 44rem;
  }
  .lg\:w-80p{
    width: 80%;
  }
  .lg\:w-50p{
    width: 50%;
  }
  .lg\:w-\[35\%\]{
    width: 35%;
  }
  .lg\:w-\[65\%\]{
    width: 65%;
  }
  .lg\:w-\[130\%\]{
    width: 130%;
  }
  .lg\:w-\[48\%\]{
    width: 48%;
  }
  .lg\:w-45p{
    width: 45%;
  }
  .lg\:w-20p{
    width: 20%;
  }
  .lg\:w-\[75\%\]{
    width: 75%;
  }
  .lg\:w-60p{
    width: 60%;
  }
  .lg\:w-\[31\%\]{
    width: 31%;
  }
  .lg\:w-40p{
    width: 40%;
  }
  .lg\:w-\[55\%\]{
    width: 55%;
  }
  .lg\:w-30p{
    width: 30%;
  }
  .lg\:w-30{
    width: 7.5rem;
  }
  .lg\:w-\[32\%\]{
    width: 32%;
  }
  .lg\:w-176{
    width: 44rem;
  }
  .lg\:max-w-90p{
    max-width: 90%;
  }
  .lg\:-translate-x-60{
    --tw-translate-x: -15rem;
    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\:flex-row{
    flex-direction: row;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:p-16{
    padding: 4rem;
  }
  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pt-40{
    padding-top: 10rem;
  }
  .lg\:pb-0{
    padding-bottom: 0;
  }
  .lg\:pt-28{
    padding-top: 7rem;
  }
  .lg\:text-\[57px\]{
    font-size: 57px;
  }
  .lg\:text-xl{
    font-size: 20px;
  }
  .lg\:text-lg{
    font-size: 18px;
  }
}
@media (min-width: 1280px){
  .xl\:-bottom-80{
    bottom: -20rem;
  }
  .xl\:-left-24{
    left: -6rem;
  }
  .xl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .xl\:\!mt-32{
    margin-top: 8rem !important;
  }
  .xl\:mt-0{
    margin-top: 0;
  }
  .xl\:ml-0{
    margin-left: 0;
  }
  .xl\:mb-0{
    margin-bottom: 0;
  }
  .xl\:mr-40{
    margin-right: 10rem;
  }
  .xl\:mr-6{
    margin-right: 1.5rem;
  }
  .xl\:mt-20{
    margin-top: 5rem;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-full{
    height: 100%;
  }
  .xl\:h-30{
    height: 7.5rem;
  }
  .xl\:h-200{
    height: 50rem;
  }
  .xl\:h-120{
    height: 30rem;
  }
  .xl\:h-192{
    height: 48rem;
  }
  .xl\:h-104{
    height: 26rem;
  }
  .xl\:w-40p{
    width: 40%;
  }
  .xl\:w-30p{
    width: 30%;
  }
  .xl\:w-\[65\%\]{
    width: 65%;
  }
  .xl\:w-\[120\%\]{
    width: 120%;
  }
  .xl\:w-\[31\%\]{
    width: 31%;
  }
  .xl\:w-\[55\%\]{
    width: 55%;
  }
  .xl\:w-\[23\%\]{
    width: 23%;
  }
  .xl\:w-45p{
    width: 45%;
  }
  .xl\:w-50p{
    width: 50%;
  }
  .xl\:w-\[35\%\]{
    width: 35%;
  }
  .xl\:w-\[32\.5\%\]{
    width: 32.5%;
  }
  .xl\:w-\[24\%\]{
    width: 24%;
  }
  .xl\:w-60p{
    width: 60%;
  }
  .xl\:w-192{
    width: 48rem;
  }
  .xl\:max-w-80p{
    max-width: 80%;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:items-start{
    align-items: flex-start;
  }
  .xl\:items-center{
    align-items: center;
  }
  .xl\:justify-end{
    justify-content: flex-end;
  }
  .xl\:justify-between{
    justify-content: space-between;
  }
  .xl\:border-b-0{
    border-bottom-width: 0px;
  }
  .xl\:border-b-1{
    border-bottom-width: 1px;
  }
  .xl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .xl\:pb-0{
    padding-bottom: 0;
  }
  .xl\:pt-40{
    padding-top: 10rem;
  }
}
@media (min-width: 1440px){
  .\32xl\:mr-10{
    margin-right: 2.5rem;
  }
  .\32xl\:mr-48{
    margin-right: 12rem;
  }
  .\32xl\:h-20{
    height: 5rem;
  }
  .\32xl\:h-220{
    height: 55rem;
  }
  .\32xl\:h-200{
    height: 50rem;
  }
  .\32xl\:w-\[35\%\]{
    width: 35%;
  }
  .\32xl\:w-\[23\.5\%\]{
    width: 23.5%;
  }
  .\32xl\:w-20{
    width: 5rem;
  }
  .\32xl\:w-50p{
    width: 50%;
  }
  .\32xl\:w-200{
    width: 50rem;
  }
  .\32xl\:w-\[65\%\]{
    width: 65%;
  }
  .\32xl\:max-w-70p{
    max-width: 70%;
  }
  .\32xl\:text-xl{
    font-size: 20px;
  }
}
@media (min-width: 1670px){
  .\33xl\:mr-80{
    margin-right: 20rem;
  }
  .\33xl\:h-240{
    height: 60rem;
  }
  .\33xl\:max-w-70p{
    max-width: 70%;
  }
  .\33xl\:pt-40{
    padding-top: 10rem;
  }
}
