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

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Gabarito, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@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: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

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

.mt-3 {
  margin-top: 0.75rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

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

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

.pb-20 {
  padding-bottom: 5rem;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(55 199 109 / var(--tw-text-opacity));
}

/* Unsorted */

/* Remove default Gutenberg margins from headings in the editor */

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  margin-top: 0;
  margin-bottom: 0;
}

/* Additional specificity to override user agent stylesheet */

body .editor-styles-wrapper h1,
body .editor-styles-wrapper h2,
body .editor-styles-wrapper h3,
body .editor-styles-wrapper h4,
body .editor-styles-wrapper h5,
body .editor-styles-wrapper h6 {
  margin-top: 0;
  margin-bottom: 0;
}

/* Even more specificity */

body .editor-styles-wrapper .editor-post-title__block h1,
body .editor-styles-wrapper .editor-post-title__block h2,
body .editor-styles-wrapper .editor-post-title__block h3,
body .editor-styles-wrapper .editor-post-title__block h4,
body .editor-styles-wrapper .editor-post-title__block h5,
body .editor-styles-wrapper .editor-post-title__block h6 {
  margin-top: 0;
  margin-bottom: 0;
}

html :where(.wp-block) {
  margin-bottom: 28px;
  margin-top: 28px;
  max-width: 100%;
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Gabarito';

  src: url('../../../dist/fonts/Gabarito-ExtraBold.woff2') format('woff2');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Gabarito';

  src: url('../../../dist/fonts/Gabarito-Regular.woff2') format('woff2');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Gabarito';

  src: url('../../../dist/fonts/Gabarito-Black.woff2') format('woff2');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Gabarito';

  src: url('../../../dist/fonts/Gabarito-Medium.woff2') format('woff2');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Gabarito';

  src: url('../../../dist/fonts/Gabarito-Bold.woff2') format('woff2');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Gabarito';

  src: url('../../../dist/fonts/Gabarito-SemiBold.woff2') format('woff2');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

/* Basic Typography for Text Content */

body {
  font-family: Gabarito, sans-serif;
}

h1, .h1
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: Gabarito, sans-serif;
  margin-bottom: .75em;
}

h1, .h1 {
  font-family: Gabarito, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

h2, .h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h2 > strong, .h2 > strong {
  font-weight: 600;
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  h4, .h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h5, .h5,
h6, .h6 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  h5, .h5,
h6, .h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.text-content {
  margin-bottom: -1.25rem;
  font-family: Gabarito, sans-serif;
}

.text-content p {
  font-weight: 300;
  line-height: 1.5em;
}

.text-content p > img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}

.text-content p,
  .text-content ul,
  .text-content ol {
  margin-bottom: 1.25rem;
}

.text-content ul,
  .text-content ol {
  padding-left: 2.5rem;
}

.text-content ul {
  padding-left: 1.5rem;
  list-style: disc;
}

.text-content ul li {
  margin-bottom: 0.375rem;
  padding-left: 0.375rem;
}

.text-content ol {
  list-style-type: decimal;
}

.text-content a {
  --tw-text-opacity: 1;
  color: rgb(55 199 109 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.text-content a:hover {
  --tw-text-opacity: 1;
  color: rgb(124 158 99 / var(--tw-text-opacity));
}

.text-content strong,
  .text-content b {
  font-weight: 700;
}

.text-content i,
  .text-content em {
  --tw-text-opacity: 1;
  color: rgb(55 199 109 / var(--tw-text-opacity));
  font-style: normal;
}

html {
  overflow-x: hidden;
  --tw-text-opacity: 1;
  color: rgb(19 18 20 / var(--tw-text-opacity));
  font-size: 14px;
}

@media (min-width: 1024px) {
  html {
    font-size: 16px;
  }
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1240px
  }
}

.site-section {
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  max-width: 1920px;
}

/* Node Modules */

/* Blocks */

.block-hero__desc {
  max-width: 900px;
  margin: 0 auto;
}

.block-hero__text {
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 600;
}

.block-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

.block-hero__media {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 6;
  margin-top: 50px;
  border-radius: 35px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .block-hero__media {
    aspect-ratio: 14 / 6
  }
}

.block-hero__media picture,
    .block-hero__media picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.block-hero__video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.hero-video {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(19 18 20 / 0.1);
  padding: 0.75rem;
  max-width: 1180px;
}

@media (min-width: 1024px) {
  .hero-video {
    padding: 1.25rem;
  }
}

.hero-video__thumb {
  display: none;
  height: 100%;
  width: 100%;
  border-radius: 0.375rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(55 199 109 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

@media (min-width: 1024px) {
  .hero-video__thumb {
    display: block;
  }
}

.hero-video__thumb.mobile {
  display: block;
}

@media (min-width: 1024px) {
  .hero-video__thumb.mobile {
    display: none;
  }
}

.hero-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 5rem;
  width: 5rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  background-color: rgb(55 199 109 / 0.3);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hero-video__play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4rem;
  width: 4rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(55 199 109 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hero-video__play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1.5rem;
  width: 1.5rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background: currentColor;
  -webkit-mask: url(../../../dist/img/icons/play.svg) no-repeat center / contain;
  mask: url(../../../dist/img/icons/play.svg) no-repeat center / contain;
}

.hero-video__play:hover,
    .hero-video__play:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(55 199 109 / var(--tw-bg-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(55 199 109 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hero-video__play:hover::before, .hero-video__play:focus::before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hero-video__play:hover::after, .hero-video__play:focus::after {
  --tw-bg-opacity: 1;
  background-color: rgb(55 199 109 / var(--tw-bg-opacity));
}

.hero-video__dialog {
  top: 50%;
  left: 50%;
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow: visible;
  background-color: transparent;
}

@media (min-width: 1024px) {
  .hero-video__dialog {
    width: 75%;
  }
}

.hero-video__dialog::backdrop {
  background-color: rgb(19 18 20 / 0.3);
}

.hero-video__close {
  position: absolute;
  top: -4rem;
  right: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hero-video__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2.5rem;
  width: 2.5rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(55 199 109 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  -webkit-mask: url(../../../dist/img/icons/plus.svg) no-repeat center / contain;
  mask: url(../../../dist/img/icons/plus.svg) no-repeat center / contain;
}

.hero-video__close:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 153 62 / var(--tw-bg-opacity));
}

.hero-video__close:hover::after {
  --tw-rotate: -45deg;
  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(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .hero-video__close {
    top: -1.5rem;
    right: -1.5rem;
  }
}

.hero-video__iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
  border-radius: 0.375rem;
}

html:has(.hero-video__dialog[open]) {
  overflow: hidden;
}

.block-counter__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}

@media (min-width: 1024px) {
  .block-counter__inner {
    flex-direction: row;
    gap: 100px;
  }
}

.block-counter__main {
  position: relative;
  width: 100%;
  max-width: 600px;
  flex-shrink: 0;
}

.block-counter__desc {
  width: 100%;
  max-width: 680px;
}

.block-counter__img {
}

.block-counter__img-inner {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.block-counter__main-img {
  border-radius: 1000px;
  position: relative;
  z-index: 5;
}

.block-counter__decor {
  position: absolute;
  width: 170px;
  height: 110px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  z-index: -1;
}

.block-counter__decor--top {
  top: 35px;
  right: -50px;
  opacity: 0.35;
}

.block-counter__decor--bot {
  bottom: 35px;
  left: -50px;
  opacity: 0.2;
}

.block-counter__button {
  margin-top: 50px;
}

.counters-block {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 250px;
  transform: translateY(-50%);
}

.counter-item {
  --tw-bg-opacity: 1;
  background-color: rgb(19 18 20 / var(--tw-bg-opacity));
  padding: 15px 20px;
  border-radius: 10px;
}

.counter-item .num {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(55 199 109 / var(--tw-text-opacity));
}

.counter-item .num-title {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: block;
  width: 100%;
  margin-top: 1em;
}

.block-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(19 18 20 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: 50px 0;
  position: relative;
}

.block-cta .container {
  position: relative;
  z-index: 10;
}

@media (min-width: 1024px) {
  .block-cta {
    padding: 65px 0
  }
}

.block-cta__inner {
  padding-top: 7rem;
  position: relative;
}

@media (min-width: 1024px) {
  .block-cta__inner {
    padding-top: 0px;
  }
}

.block-cta__inner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 70px;
  background-image: url(../../../dist/img/logo-part.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 1024px) {
  .block-cta__inner::after {
    width: 170px;
    height: 110px
  }
}

.block-cta__desc {
  max-width: 725px;
}

.block-cta__buttons {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

@media (min-width: 1024px) {
  .block-cta__buttons {
    flex-direction: row;
    gap: 35px;
  }
}

.block-cta__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.block-cta__items span {
  display: block;
  flex-basis: 100%;
  text-align: center;
  padding: 15px 50px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .block-cta__items span {
    flex-basis: 25%
  }

  .block-cta__items span + span {
    border-left: 1px solid #fff;
  }
}

.block-cta .decorative-bg {
  height: 100%;
}

.block-cards__grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -15px;
}

.block-cards__column {
  padding: 15px;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .block-cards__column {
    flex-basis: 50%
  }
}

@media (min-width: 1024px) {
  .block-cards__column {
    flex-basis: 25%
  }
}

.card {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #eee;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.card__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .card__icon {
    margin-bottom: 35px
  }
}

.card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.card__button {
  margin-top: 50px;
}

.card__button .btn {
  margin-left: auto;
  margin-right: auto;
}

.block-text__buttons {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .block-text__buttons {
    gap: 35px;
    flex-direction: row
  }

  .block-text:has(.title--center) .block-text__buttons {
    justify-content: center
  }
}

.block-text-image__buttons {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .block-text-image__buttons {
    gap: 35px;
    flex-direction: row
  }

  .block-text-image:has(.title--center) .block-text-image__buttons {
    justify-content: center
  }
}

.block-text-image__grid {
  margin: -1.25rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

@media (min-width: 768px) {
  .block-text-image__grid {
    flex-direction: row;
  }

  .block-text-image__grid.switch {
    flex-direction: row-reverse;
  }
}

.block-text-image__grid > div,
    .block-text-image__grid > figure {
  flex-basis: 50%;
  padding: 1.25rem;
}

.block-text-image__grid figure img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

@media (min-width: 768px) {
  .block-text-image__grid figure img {
    border-radius: 35px
  }
}

.block-text-cards {
  position: relative;
  overflow: hidden;
}

.block-text-cards__desc {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .block-text-cards__desc {
    max-width: 500px
  }
}

@media (min-width: 1280px) {
  .block-text-cards__desc {
    max-width: 700px
  }
}

.block-text-cards__grid {
  display: flex;
  flex-wrap: wrap;
  max-width: 1050px;
  margin: -15px;
  margin-bottom: 15px;
}

.block-text-cards__column {
  flex-basis: 100%;
  padding: 15px;
}

@media (min-width: 768px) {
  .block-text-cards__column {
    flex-basis: 50%
  }
}

@media (min-width: 1024px) {
  .block-text-cards__column {
    flex-basis: 33%
  }
}

.block-text-cards__img {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  z-index: -1;
}

@media (min-width: 1536px) {
  .block-text-cards__img {
    width: 620px
  }
}

.block-text-cards__img img {
  width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  .block-text-cards__img {
    display: block;
  }
}

.text-card {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(55 199 109 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  position: relative;
  padding: 25px;
  border-radius: 10px;
  background-image: url(../../../dist/img/bg_small.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  overflow: hidden;
}

.text-card::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -20px;
  height: 50px;
  width: 75px;
  background-image: url(../../../dist/img/sygnet.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.text-card__title {
  font-weight: 300;
  display: block;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 50px;
}

.text-card__button {
  margin-top: 25px;
}

.block-text-ppl .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

@media (min-width: 1024px) {
  .block-text-ppl .container {
    gap: 100px;
    flex-direction: row
  }
}

.block-text-ppl__buttons {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  gap: 25px;
  align-items: center;
}

@media (min-width: 1024px) {
  .block-text-ppl__buttons {
    gap: 35px;
    align-items: flex-start
  }
}

.block-text-ppl__carousel {
  width: 100%;
  max-width: 700px;
  flex-shrink: 0;
}

.ppl-carousel__item {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 35px;
  overflow: hidden;
}

.ppl-carousel__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ppl-carousel__desc {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 300px;
  border-top-right-radius: 35px;
  padding: 30px 20px;
  background: rgba(255,255,255,0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 5;
}

.ppl-carousel__line {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1em;
}

.ppl-carousel__line img {
  width: 1.25em;
  height: 1.25em;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.block-contact-form {
  position: relative;
}

.block-contact-form .container {
  position: relative;
  z-index: 10;
}

.block-contact-form__desc {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-bottom: 75px;
}

.block-contact-form__form-title {
  text-align: center;
}

.block-contact-form__form {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(55 199 109 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding: 20px 15px;
}

@media (min-width: 768px) {
  .block-contact-form__form {
    border-radius: 35px;
    padding: 50px
  }
}

.block-contact-form__form form {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.block-contact-form__form form.submitting {
  pointer-events: none;
  opacity: 0.3;
}

.block-contact-form.with-move {
  margin-top: -4rem;
}

/* Components */

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

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

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

.title span {
  --tw-text-opacity: 1;
  color: rgb(55 199 109 / var(--tw-text-opacity));
}

.btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn:not(.btn--text) {
  border-radius: 9999px;
  border-width: 2px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn--fill {
  --tw-border-opacity: 1;
  border-color: rgb(19 18 20 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(19 18 20 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--fill:hover,
    .btn--fill:focus {
  --tw-border-opacity: 1;
  border-color: rgb(8 153 62 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(8 153 62 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--fill-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(19 18 20 / var(--tw-text-opacity));
}

.btn--fill-white:hover,
    .btn--fill-white:focus {
  --tw-border-opacity: 1;
  border-color: rgb(8 153 62 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(8 153 62 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--fill-primary {
  --tw-border-opacity: 1;
  border-color: rgb(55 199 109 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(55 199 109 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--fill-primary:hover,
    .btn--fill-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(8 153 62 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(8 153 62 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--outline {
  --tw-border-opacity: 1;
  border-color: rgb(19 18 20 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(19 18 20 / var(--tw-text-opacity));
}

.btn--outline:hover,
    .btn--outline:focus {
  --tw-border-opacity: 1;
  border-color: rgb(8 153 62 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(8 153 62 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--outline-primary {
  --tw-border-opacity: 1;
  border-color: rgb(55 199 109 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(55 199 109 / var(--tw-text-opacity));
}

.btn--outline-primary:hover,
    .btn--outline-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(8 153 62 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(8 153 62 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--text {
  position: relative;
  border-style: none;
  --tw-text-opacity: 1;
  color: rgb(55 199 109 / var(--tw-text-opacity));
  padding-bottom: 4px;
}

.btn--text::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
}

.btn--text:hover,
    .btn--text:focus {
  --tw-text-opacity: 1;
  color: rgb(8 153 62 / var(--tw-text-opacity));
}

.btn.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.btn.icon::after {
  content: '';
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: currentColor;
}

.btn.icon--arrow-circle::after {
  -webkit-mask: url(../../../dist/img/icons/arrow-circle.svg) no-repeat center / contain;
  mask: url(../../../dist/img/icons/arrow-circle.svg) no-repeat center / contain;
}

.btn.icon--arrow-right::after {
  -webkit-mask: url(../../../dist/img/icons/arrow-right.svg) no-repeat center / contain;
  mask: url(../../../dist/img/icons/arrow-right.svg) no-repeat center / contain;
}

.btn.icon--arrow-bottom::after {
  -webkit-mask: url(../../../dist/img/icons/arrow-down.svg) no-repeat center / contain;
  mask: url(../../../dist/img/icons/arrow-down.svg) no-repeat center / contain;
}

.wpcf7-form input[type='text'],
  .wpcf7-form input[type='tel'],
  .wpcf7-form input[type='email'],
  .wpcf7-form textarea {
  width: 100%;
  resize: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(19 18 20 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wpcf7-form input[type='text']::-moz-placeholder, .wpcf7-form input[type='tel']::-moz-placeholder, .wpcf7-form input[type='email']::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(19 18 20 / var(--tw-text-opacity));
}

.wpcf7-form input[type='text']::placeholder, .wpcf7-form input[type='tel']::placeholder, .wpcf7-form input[type='email']::placeholder, .wpcf7-form textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(19 18 20 / var(--tw-text-opacity));
}

.wpcf7-form input[type='checkbox'] {
  display: none;
}

.wpcf7-form input[type='checkbox'] + span {
  position: relative;
  display: block;
  padding-left: 2rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.wpcf7-form input[type='checkbox'] + span > a {
  --tw-text-opacity: 1;
  color: rgb(55 199 109 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.wpcf7-form input[type='checkbox'] + span::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(55 199 109 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(8 153 62 / var(--tw-text-opacity));
}

.wpcf7-form input[type='checkbox']:checked + span::before {
  content: 'X';
}

.wpcf7-form .wpcf7-list-item {
  margin: 0px !important;
}

.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: red;
}

.wpcf7-form .wpcf7-response-output {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(55 199 109 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.wpcf7-form .wpcf7-acceptance {
  font-size: 0.75rem;
  line-height: 1rem;
}

.wpcf7-form .wpcf7-acceptance > span {
  margin: 0px;
}

.wpcf7-form .btn {
  margin-left: auto;
  margin-right: auto;
}

.wpcf7-form .wpcf7-spinner {
  display: none;
}

.section-title {
  text-align: center;
  font-family: Gabarito, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1.2;
}

.section-title br {
  display: none;
}

@media (min-width: 1024px) {
  .section-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .section-title br {
    display: block;
  }
}

@media (min-width: 1280px) {
  .section-title {
    font-size: 3rem;
    line-height: 1;
    text-align: inherit;
  }
}

.section-title strong {
  --tw-text-opacity: 1;
  color: rgb(55 199 109 / var(--tw-text-opacity));
}

.decorative-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(19 18 20 / var(--tw-bg-opacity));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  overflow: hidden;
  background-image: url(../../../dist/img/bg_big.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.decorative-bg > img:not(.decorative-bg__item){
  display: none;
}

.decorative-bg__item {
  position: absolute;
  opacity: 0;
  will-change: transform, opacity;
  animation-name: decorativeFloat;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes decorativeFloat {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }

  30% {
    opacity: 0.2;
  }

  50% {
    transform: translateY(0);
    opacity: 0.2;
  }

  80% {
    opacity: 0;
  }

  100% {
    transform: translateY(-40px);
    opacity: 0;
  }
}

/* Templates */

.cf-7-thanks {
  margin-top: -4rem;
  position: relative;
}

.cf-7-thanks__inner {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  position: relative;
  z-index: 10;
}

.cf-7-thanks__inner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 60dvh;
}

.cf-7-thanks__btn {
  margin-top: 2.5rem;
}

.cf-7-thanks .decorative-bg {
  height: 100%;
}

/* Template Parts */

.header {
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 30;
  margin-bottom: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-bottom: 1px solid #eee;
}

.header__top {
  --tw-bg-opacity: 1;
  background-color: rgb(19 18 20 / var(--tw-bg-opacity));
  text-align: center;
}

.header__top .container {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.header__mobile,
  .header__mobile-close {
  margin-left: 1.25rem;
  display: flex;
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(55 199 109 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.header__mobile::after, .header__mobile-close::after {
  content: '';
  pointer-events: none;
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  -webkit-mask: url(../../../dist/img/icons/menu.svg) no-repeat center / contain;
  mask: url(../../../dist/img/icons/menu.svg) no-repeat center / contain;
}

.header__mobile:hover, .header__mobile-close:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 153 62 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .header__mobile,
  .header__mobile-close {
    display: none;
  }
}

.header__mobile-close::after {
  -webkit-mask: url(../../../dist/img/icons/menu-close.svg) no-repeat center /
        contain;
  mask: url(../../../dist/img/icons/menu-close.svg) no-repeat center /
        contain;
}

@media (min-width: 1024px) {
  .header__mobile-close {
    display: flex;
  }
}

.header__mobile-nav {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
  height: 100vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.header__mobile-nav:not(.active) {
  --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));
}

@media (min-width: 1024px) {
  .header__mobile-nav {
    display: none;
  }
}

.header__mobile-top {
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-color: rgb(19 18 20 / 0.4);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.header__logo > img {
  height: 2.5rem;
}

@media (min-width: 1024px) {
  .header__logo > img {
    height: 3rem;
  }
}

@media (min-width: 1280px) {
  .header__logo > img {
    height: 3.5rem;
  }
}

.header__mobile-menu > ul {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 20rem;
  flex-direction: column;
  align-items: center;
}

.header__mobile-menu > ul > li > a:not(.btn) {
  margin-bottom: 2rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.header__mobile-menu > ul > .btn {
  margin-bottom: 1.25rem;
  width: 100%;
}

.header__nav {
  display: none;
}

@media (min-width: 1024px) {
  .header__nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
  }
}

.header__menu > ul {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.header__menu > ul > li > a {
  margin-left: 2rem;
  font-weight: 600;
}

.header__menu > ul > li > a:not(.btn) {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(19 18 20 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.header__menu > ul > li > a:not(.btn):hover {
  --tw-text-opacity: 1;
  color: rgb(55 199 109 / var(--tw-text-opacity));
}

.header__menu > ul > li > a:first-child {
  margin-left: 0px;
}

.header__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .header__buttons {
    flex-direction: row;
  }
}

.footer {
  --tw-bg-opacity: 1;
  background-color: rgb(19 18 20 / var(--tw-bg-opacity));
  padding-top: 6rem;
  padding-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer__top {
  margin-bottom: 2.5rem;
}

.footer__logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.footer__logo > img {
  height: 3.5rem;
}

.footer__content {
  display: grid;
  row-gap: 2.5rem;
}

@media (min-width: 768px) {
  .footer__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
  }
}

.footer__details {
  display: flex;
}

@media (min-width: 768px) {
  .footer__details {
    justify-content: flex-end;
  }
}

.footer__btn {
  margin-top: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.footer__bottom {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer .text-content a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

/* Other */

.animate {
  visibility: hidden;
}

.block-editor-page .animate {
  visibility: visible;
}

@media (min-width: 768px) {
  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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