<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */x
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 496px) {

  .container {
    max-width: 496px;
  }
}
@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;
  }
}
/* ======== GENERAL START ======== */
html, body {
  --tw-text-opacity: 1;
  color: rgb(27 46 52 / var(--tw-text-opacity));
}
section, footer {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {

  section, footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
h1, .h1 {
  margin-bottom: 1.5rem;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}
@media (min-width: 1024px) {

  h1, .h1 {
    font-size: 50px;
    line-height: 65px;
  }
}
h2, .h2 {
  margin-bottom: 1.5rem;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}
@media (min-width: 1024px) {

  h2, .h2 {
    font-size: 44px;
    line-height: 60px;
  }
}
h2 span, .h2 span {
  --tw-text-opacity: 1;
  color: rgb(134 172 77 / var(--tw-text-opacity));
}
h3, .h3 {
  margin-bottom: 1.5rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
@media (min-width: 1024px) {

  h3, .h3 {
    font-size: 34px;
    line-height: 44px;
  }
}
h3 span, .h3 span {
  --tw-text-opacity: 1;
  color: rgb(134 172 77 / var(--tw-text-opacity));
}
h4, .h4 {
  margin-bottom: 1.5rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
@media (min-width: 1024px) {

  h4, .h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
p {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {

  p {
    font-size: 18px;
    line-height: 26px;
  }
}
.subtitle {
  text-transform: uppercase;
  letter-spacing: 5px;
}
.link {
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(27 46 52 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.link:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(27 46 52 / var(--tw-border-opacity));
}
.link.white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.link.white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.link.main {
  --tw-text-opacity: 1;
  color: rgb(134 172 77 / var(--tw-text-opacity));
}
.link.main:hover {
  --tw-border-opacity: 1;
  border-color: rgb(134 172 77 / var(--tw-border-opacity));
}
.btn {
  display: inline-block;
  min-width: 120px;
  border-width: 1px;
  border-style: solid;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.25rem;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 496px) {

  .btn {
    min-width: 170px;
  }
}
.btn-main {
  --tw-border-opacity: 1;
  border-color: rgb(134 172 77 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(134 172 77 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-main:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(134 172 77 / var(--tw-text-opacity));
}
.btn-accent {
  --tw-border-opacity: 1;
  border-color: rgb(27 46 52 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(27 46 52 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-accent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(27 46 52 / var(--tw-text-opacity));
}
.btn-outline {
  --tw-border-opacity: 1;
  border-color: rgb(134 172 77 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(134 172 77 / var(--tw-text-opacity));
}
.btn-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(134 172 77 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.social-link {
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: #1B2E34;
 /* border-color: rgb(134 172 77 / var(--tw-border-opacity));*/
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color:#1B2E34;
  /*color: rgb(134 172 77 / var(--tw-text-opacity));*/
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.social-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(134 172 77 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.img-container {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  max-width: 640px;
  overflow: hidden;
}
.img-container &gt; img, .img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.img-container-v2 &gt; img, .img-container-v2 img {
  height: 120%;
}
.img-container-width {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.img-container-width &gt; img, .img-container-width img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 115%;
  max-width: none;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 496px) {

  .img-container-width &gt; img, .img-container-width img {
    width: 110%;
  }
}
.img-container &gt; a, .img-container-width &gt; a, .img-container &gt; div, .img-container-width &gt; div {
  position: relative;
  height: 100%;
  width: 100%;
}
.img-container &gt; a::before, .img-container-width &gt; a::before, .img-container &gt; div::before, .img-container-width &gt; div::before {
  position: absolute;
  z-index: 5;
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(134 172 77 / var(--tw-bg-opacity));
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}
.img-container &gt; a:hover::before, .img-container-width &gt; a:hover::before, .img-container &gt; div:hover::before, .img-container-width &gt; div:hover::before {
  opacity: 0.8;
}
.embed-container {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0px;
}
.embed-container::before {
  display: block;
  padding-top: 56.25%;
  --tw-content: '';
  content: var(--tw-content);
}
.embed-container .item, .embed-container embed, .embed-container iframe, .embed-container object, .embed-container video {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-width: 0px;
}
.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100%;
  width: 100%;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.modal::before {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.5;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}
.blog-section .blocks-blog .block-blog {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(27 46 52 / var(--tw-border-opacity));
}
@media (min-width: 1024px) {

  .blog-section .blocks-blog .block-blog {
    border-bottom-width: 0px;
    border-right-width: 1px;
  }
}
.blog-section .blocks-blog .block-blog:last-of-type {
  border-width: 0px;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[5\] {
  z-index: 5;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[192px\] {
  height: 192px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[60\%\] {
  height: 60%;
}
.h-\[60px\] {
  height: 60px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[50vh\] {
  max-height: 50vh;
}
.min-h-\[352px\] {
  min-height: 352px;
}
.min-h-\[450px\] {
  min-height: 450px;
}
.min-h-\[560px\] {
  min-height: 560px;
}
.min-h-\[576px\] {
  min-height: 576px;
}
.min-h-\[64px\] {
  min-height: 64px;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-\[115\%\] {
  width: 115%;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[62px\] {
  width: 62px;
}
.w-\[78px\] {
  width: 78px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[228px\] {
  max-width: 228px;
}
.max-w-\[24px\] {
  max-width: 24px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[340px\] {
  max-width: 340px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[370px\] {
  max-width: 370px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-none {
  max-width: none;
}
.grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-accent-color {
  --tw-border-opacity: 1;
  border-color: rgb(27 46 52 / var(--tw-border-opacity));
}
.border-main-color {
  --tw-border-opacity: 1;
  border-color: rgb(134 172 77 / var(--tw-border-opacity));
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.bg-\[\#EEEEEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-accent-color {
  --tw-bg-opacity: 1;
  background-color: rgb(27 46 52 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-main-color {
  --tw-bg-opacity: 1;
  background-color: rgb(134 172 77 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-0 {
  padding: 0px;
}
.p-4 {
  padding: 1rem;
}
.p-\[20px\] {
  padding: 20px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[38px\] {
  padding-left: 38px;
  padding-right: 38px;
}
.px-\[64px\] {
  padding-left: 64px;
  padding-right: 64px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[48px\] {
  padding-top: 48px;
  padding-bottom: 48px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-\[56\.25\%\] {
  padding-top: 56.25%;
}
.text-center {
  text-align: center;
}
.font-display {
  font-family: "Poppins", sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[38px\] {
  line-height: 38px;
}
.leading-\[44px\] {
  line-height: 44px;
}
.tracking-\[5px\] {
  letter-spacing: 5px;
}
.text-accent-color {
  --tw-text-opacity: 1;
  color: rgb(27 46 52 / var(--tw-text-opacity));
}
.text-main-color {
  --tw-text-opacity: 1;
  color: rgb(134 172 77 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-write-color-1 {
  --tw-text-opacity: 1;
  color: rgb(27 46 52 / var(--tw-text-opacity));
}
.text-write-color-2 {
  --tw-text-opacity: 1;
  color: rgb(166 168 171 / var(--tw-text-opacity));
}
.text-write-color-3 {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow-md {
  --tw-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);;
  --tw-shadow-colored: 0 3px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}
footer {
		background: #86AC4D url('img/footer-bg.svg') no-repeat;
		background-size: auto 35%;
		background-position: 100% 100%;
	}
@media (min-width: 1024px) {
		footer {
			background: #86AC4D url('img/footer-bg.svg') no-repeat;
			background-size: auto 95%;
			background-position: 98% 100%;
		}
	}
ul.steps-list {
		list-style-type: none;
		counter-reset: css-counter 0; /* initializes counter to 0; use -1 for zero-based numbering */
		margin: 0;
		padding: 0;
		position: relative;
	}
ul.steps-list li {
		counter-increment: css-counter 1; /* Increase the counter by 1. */
		padding: 0 0 0 50px;
		position: relative;
	}
ul.steps-list li::after {
		color: #86AC4D;
		content: counter(css-counter) "."; /* Apply counter before children's content. */
		display: block;
		font-size: 36px;
		font-weight: 700;
		left: 0px;
		line-height: 44px;
		position: absolute;
		top: 0;
	}
@media (min-width: 1024px) {
		ul.steps-list::before {
			border-left: 1px solid #86AC4D;
			content: '';
			height: 71%;
			left: 13px;
			position: absolute;
			top: 30px;
			width: 1px;
		}

		ul.steps-list li::before {
			color: #86AC4D;
			content: "\2022"; /* Apply counter before children's content. */
			display: block;
			font-size: 57px;
			font-weight: 700;
			left: 0;
			line-height: 64px;
			position: absolute;
			top: 0;
		}

		ul.steps-list li {
			padding: 0 0 0 100px;
		}

		ul.steps-list li::after {
			font-size: 56px;
			left: 40px;
			line-height: 64px;
		}
	}
@media (min-width: 1440px) {
		ul.steps-list::before {
			border-left: 1px solid #86AC4D;
			content: '';
			height: 75%;
			left: 13px;
			position: absolute;
			top: 30px;
			width: 1px;
		}
	}

.banner-section .card-banner {
		-webkit-backdrop-filter: blur(35px);
		        backdrop-filter: blur(35px);
		background: rgba(255, 255, 255, 0.70);
		border-radius: 7px;
		box-shadow: 0px 0px 10px 0px rgba(27, 46, 52, 0.31);
	}
.carousel-full-section {
		background: linear-gradient(180deg, #D9D9D9 0%, rgba(255, 255, 255, 0.00) 37.81%);
	}
.leasing-section {
		background: #1B2E34 url('img/leasing-bg.svg') no-repeat bottom left;
		background-size: auto 40%;
	}
.carousel-testimonials-section {
		background: linear-gradient(180deg, #D9D9D9 0%, rgba(255, 255, 255, 0.00) 37.81%);
	}
.contact-section {
		background: url('img/contact-bg.png') no-repeat top center;
		background-size: cover;
	}
.contact-section .contact-bg::before {
		border-left: 16px solid transparent;
		border-right: 16px solid transparent;
		border-top: 16px solid #1B2E34;
		bottom: -16px;
		content: '';
		height: 0;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		width: 0;
	}
.banner-contact-section {
		background: url('img/banner-contact-bg.png') no-repeat top center;
		background-size: cover;
	}
@media (min-width: 768px) {
		.banner-contact-section {
			background: url('img/banner-contact-bg.png') no-repeat top center;
			background-size: cover;
		}
	}
/* ============== TINY CAROUSEL START ============== */
.carousel-full-section .tns-controls [aria-controls] {
		border: 0;
		border-radius: 3px;
		color: #1B2E34;
		cursor: pointer;
		font-size: 3rem;
		font-weight: 700;
		margin: 0;
		padding: 0;
	}
.carousel-full-section .tns-controls [data-controls="prev"] {
		left: 50px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
	}
.carousel-full-section .tns-controls [data-controls="next"] {
		position: absolute;
		right: 50px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
	}
.carousel-full-images-nav [aria-controls] {
    border: 0;
		border-radius: 50%;
    color: #59595B;
		cursor: pointer;
		font-size: 30px;
		height: 16px;
		line-height: 16px;
    margin: 0 5px;
		opacity: 1;
		padding: 0;
		text-align: center;
		transition: 0.3s ease all;
		width: 16px;
	}
.carousel-full-images-nav .tns-nav-active {
    color: #1B2E34;
		font-size: 40px;
		opacity: 1;
	}
.banner-section .tns-controls [aria-controls] {
		border: 0;
		border-radius: 3px;
		color: #1B2E34;
		cursor: pointer;
		font-size: 3rem;
		font-weight: 700;
		margin: 0;
		padding: 0;
	}
.banner-section .tns-controls [data-controls="prev"] {
		left: 50px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
	}
.banner-section .tns-controls [data-controls="next"] {
		position: absolute;
		right: 50px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
	}
.carousel-cards-banner-nav [aria-controls] {
    border: 0;
		border-radius: 50%;
    color: #59595B;
		cursor: pointer;
		font-size: 30px;
		height: 16px;
		line-height: 16px;
    margin: 0 5px;
		opacity: 1;
		padding: 0;
		text-align: center;
		transition: 0.3s ease all;
		width: 16px;
	}
.carousel-cards-banner-nav .tns-nav-active {
    color: #1B2E34;
		font-size: 40px;
		opacity: 1;
	}
.carousel-testimonials-section .tns-controls [aria-controls] {
		border: 0;
		border-radius: 3px;
		color: #86AC4D;
		cursor: pointer;
		font-size: 3rem;
		font-weight: 700;
		margin: 0;
		padding: 0;
	}
.carousel-testimonials-section .tns-controls [data-controls="prev"] {
		left: 50px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
	}
.carousel-testimonials-section .tns-controls [data-controls="next"] {
		position: absolute;
		right: 50px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
	}
.carousel-testimonials-nav [aria-controls] {
    border: 0;
		border-radius: 50%;
    color: #86AC4D;
		cursor: pointer;
		font-size: 30px;
		height: 16px;
		line-height: 16px;
    margin: 0 5px;
		opacity: 1;
		padding: 0;
		text-align: center;
		transition: 0.3s ease all;
		width: 16px;
	}
.carousel-testimonials-nav .tns-nav-active {
    color: #86AC4D;
		font-size: 40px;
		opacity: 1;
	}
.carousel-offers-nav [aria-controls] {
    border: 0;
		border-radius: 50%;
    color: #3C1053;
		cursor: pointer;
		font-size: 30px;
		height: 16px;
		line-height: 16px;
    margin: 0 5px;
		opacity: 1;
		padding: 0;
		text-align: center;
		transition: 0.3s ease all;
		width: 16px;
	}
.carousel-offers-nav .tns-nav-active {
    font-size: 40px;
		opacity: 1;
	}
/* ============== TINY CAROUSEL END ============== */
.hover\:bg-main-color:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(134 172 77 / var(--tw-bg-opacity));
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
@media (min-width: 496px) {

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

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

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {

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

  .md\:w-1\/2 {
    width: 50%;
  }
}
@media (min-width: 1024px) {

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

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }
  
  .lg\:flex {
    display: flex;
  }

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

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

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-auto {
    width: auto;
  }

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

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

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

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

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

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

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

  .lg\:p-6 {
    padding: 1.5rem;
  }
  
  .lg\:p-\[20px\] {
    padding: 20px;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pl-\[34px\] {
    padding-left: 34px;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

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

  .lg\:pr-\[34px\] {
    padding-right: 34px;
  }

  .lg\:pr-\[60px\] {
    padding-right: 60px;
  }

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

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

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

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

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

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

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

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .lg\:leading-\[26px\] {
    line-height: 26px;
  }

  .lg\:leading-\[32px\] {
    line-height: 32px;
  }

  .lg\:leading-\[44px\] {
    line-height: 44px;
  }

  .lg\:leading-\[60px\] {
    line-height: 60px;
  }

  .lg\:leading-\[65px\] {
    line-height: 65px;
  }

  .lg\:text-accent-color {
    --tw-text-opacity: 1;
    color: rgb(27 46 52 / var(--tw-text-opacity));
  }
}
@media (min-width: 1280px) {

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:min-w-\[240px\] {
    min-width: 240px;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }
  
  .xl\:p-\[20px\] {
    padding: 20px;
  }
  
  .xl\:p-\[32px\] {
    padding: 32px;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }
  .xl\:text-\[22px\] {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {

  .\32xl\:p-\[32px\] {
    padding: 32px;
  }
  
  .\32xl\:min-w-\[270px\] {
    min-width: 270px;
  }
}</pre></body></html>