@charset "UTF-8";
/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, 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 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}
:root{
  --screen-width: 100vw;
  --current-screen: 100vw;
  --container-padding: 1.5rem;
}
@media (min-width: 640px){
  :root{
    --current-screen: 640px;
  }
}
@media (min-width: 768px){
  :root{
    --current-screen: 768px;
  }
}
@media (min-width: 1024px){
  :root{
    --current-screen: 1024px;
  }
}
@media (min-width: 1280px){
  :root{
    --current-screen: 1280px;
  }
}
@media (min-width: 1536px){
  :root{
    --current-screen: 1536px;
  }
}
@font-face {
    font-family: "Rubik";
    src: url("../fonts/Rubik.ttf") format("truetype-variations");
    font-weight: 300 400 500 700 900;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: "Rubik";
    src: url("../fonts/Rubik-Italic.ttf") format("truetype-variations");
    font-weight: 300 400 500 700 900;
    font-style: italic;
    font-display: swap;
  }
@font-face {
    font-family: "Didot";
    src: url("../fonts/Didot.otf") format("opentype");
    font-weight: 300 400 500 700 900;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: "Didot";
    src: url("../fonts/Didot-Italic.otf") format("opentype");
    font-weight: 300 400 500 700 900;
    font-style: italic;
    font-display: swap;
  }
@font-face {
    font-family: "Didot";
    src: url("../fonts/Didot-Bold.otf") format("opentype");
    font-weight: 300 400 500 700 900;
    font-style: bold;
    font-display: swap;
  }
html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
body {
    font-family: Rubik, sans-serif;
    font-weight: 400;
    color: #1f2937;
    line-height: 1.5;
  }
::-moz-selection {
    background-color: #187C1D;
    color: #fff;
  }
::selection {
    background-color: #187C1D;
    color: #fff;
  }
/** Text styles */
h1, h2, h3, h4, .h1, .h2, .h4, .h4 {
    font-family: Didot, sans-serif;
    color: black;
  }
h1, .h1 {
    font-size: clamp(28px, 4vw, 60px);
    margin-bottom: 2rem;
    font-weight: 600;
    line-height: clamp(33px, 4vw, 68px);
  }
h1.font-display, .h1.font-display {
    font-size: clamp(60px, 4vw, 128px);
  }
h2, .h2 {
    font-size: clamp(24px, 4vw, 44px);
    margin-block: 0px 1rem;
    font-weight: 600;
    line-height: clamp(28px, 4vw, 50px);
  }
h2.font-display, .h2.font-display {
    font-size: clamp(24px, 4vw, 30px);
  }
h3, .h3 {
    font-size: clamp(24px, 4vw, 30px);
    margin-block: 1rem 0.5rem;
    font-weight: 600;
    line-height: clamp(30px, 4vw, 36px);
  }
h4, .h4 {
    font-size: 18px;
    margin-block: 0.75rem 0.5rem;
  }
h2.analisis {
    font-weight: 400 !important;
  }
h1 b {
    font-family: Didot, sans-serif;
    font-size: 44px !important;
    font-weight: 700 !important;
    line-height: 85px;
    margin-right: 30px !important;
  }
p, .text-block {
    font-size: clamp(14px, 3vw, 16px);
    margin-bottom: 0.75rem;
  }
.analisis strong {
    font-size: 24px !important;
    font-family: Didot, sans-serif !important;
  }
h1.\!header {
    font-size: 30px !important;
    font-weight: 300 !important;
    line-height: 36px !important;
  }
h1.header {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
  }
.text-block, .text-block *:not(h1, h1 *, h2, h2*, h3, h3 *, h4, h4 *) {
    font-size: clamp(14px, 3vw, 16px);
    margin-bottom: 1.5rem;
    @applt last:mb-0;
  }
.text-block > h2 {
    margin-block: 0px 0.75rem;
  }
@media (min-width: 768px) {
    .text-block > h2 {
      margin-bottom: 1rem;
    }
  }
.text-block ul li {
    margin-bottom: 0.5rem;
  }
a:not(footer a, header a, .button-primary, .button-primary--white, .button-secondary, .button-ghost, .button-ghost--white, a.breadcrumb__link, a.no-underline, .dropdown__item) {
    color: #187C1D;
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
  }
a:not(footer a, header a, .button-primary, .button-primary--white, .button-secondary, .button-ghost, .button-ghost--white, a.breadcrumb__link, a.no-underline, .dropdown__item):hover {
    color: #4A4A4A;
  }
small {
    font-size: 12px;
    display: inline-block;
  }
b, strong {
    font-weight: 700;
  }
em {
    font-style: italic;
  }
blockquote {
    position: relative;
    padding-left: 2rem;
    font-weight: 900;
    color: #187C1D;
    margin: 1rem auto;
    max-width: 36rem;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
  }
blockquote::before {
    content: "";
    font-size: 22px;
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 9999px;
    background-color: #187C1D;
    margin-right: 1rem;
    position: absolute;
    top: 0.25rem;
    left: 0;
  }
blockquote p {
    font-size: inherit;
  }
blockquote cite {
    display: inline-block;
    font-size: 12px;
  }
address {
    font-style: normal;
  }
picture {
    display: block;
    width: 100%;
    height: auto;
  }
/** List Styles */
ul {
    list-style: none;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    padding: 0;
  }
ul ul, ul ol {
    margin-block: 0px;
  }
ul li {
    position: relative;
    padding-left: 2rem;
    font-size: 16px;
    line-height: 1.75rem;
  }
ul li::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 1.75rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg id='bullet' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Crect id='Rectángulo_745' data-name='Rectángulo 745' width='32' height='32' fill='none'/%3E%3Cline id='Línea_13' data-name='Línea 13' x2='15' transform='translate(8.5 16.5)' fill='none' stroke='%23232323' stroke-width='1'/%3E%3C/svg%3E%0A");
    /* Poner aquí ☝️ el icono del listado en formato svg. Puedes crear la url en la página https://yoksel.github.io/url-encoder */
  }
ul.list-none li {
    padding-left: 0px;
  }
ul.list-none li:before {
    display: none;
  }
ol {
    counter-reset: counter;
    list-style: none;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 0;
  }
ol li {
    counter-increment: counter;
    position: relative;
    font-size: 16px;
    line-height: 1.75rem;
  }
ol li::before {
    content: counter(counter) ".";
    width: 1rem;
    height: 1.5rem;
    margin-right: 0.75rem;
  }
ol ol, ol ul {
    margin-top: 0px;
    margin-bottom: 0px;
  }
/** Forms styles */
input,
  textarea,
  select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    width: 100%;
    padding: 0.5rem 1rem;
    margin-bottom: 1.5rem;
    font-size: 16px;
    outline: none;
  }
input:not([type=checkbox]):not([type=radio]):not([type=range]):focus, input:not([type=checkbox]):not([type=radio]):not([type=range]):focus-visible, textarea:focus, textarea:focus-visible, select:focus, select:focus-visible {
    outline: none;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(24 124 29 / var(--tw-ring-opacity));
  }
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #6b7280;
    font-weight: 400;
  }
input::placeholder,
  textarea::placeholder,
  select::placeholder {
    color: #6b7280;
    font-weight: 400;
  }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder, select:focus::-moz-placeholder {
    color: #6b7280;
  }
input:focus::placeholder,
  textarea:focus::placeholder,
  select:focus::placeholder {
    color: #6b7280;
  }
input[type=range] {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 0.375rem;
    background-color: #187C1D;
    border-radius: 9999px;
    outline: none;
    cursor: pointer;
  }
input[type=checkbox],
  input[type=radio] {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    margin-bottom: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
    border-radius: 0px;
  }
input[type=checkbox] ~ *,
  input[type=radio] ~ * {
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
  }
input[type=checkbox] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg id='Rectángulo_728' data-name='Rectángulo 728' fill='%23fff' stroke='%23232323' stroke-width='1'%3E%3Crect width='15' height='15' rx='3' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='14' height='14' rx='2.5' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
input[type=checkbox]:checked {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg id='Grupo_1217' data-name='Grupo 1217' transform='translate(-524 -2086)'%3E%3Cg id='Rectángulo_728' data-name='Rectángulo 728' transform='translate(524 2086)' fill='%23fff' stroke='%23232323' stroke-width='1'%3E%3Crect width='15' height='15' rx='3' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='14' height='14' rx='2.5' fill='none'/%3E%3C/g%3E%3Cg id='Símbolo_161' data-name='Símbolo 161' transform='translate(523.84 2085.893)'%3E%3Crect id='Rectángulo_65' data-name='Rectángulo 65' width='9.324' height='9.324' rx='2' transform='translate(3.16 3.108)' fill='%23187C1D'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  }
input[type=radio] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg id='Elipse_53' data-name='Elipse 53' fill='%23fff' stroke='%23232323' stroke-width='1'%3E%3Ccircle cx='7.5' cy='7.5' r='7.5' stroke='none'/%3E%3Ccircle cx='7.5' cy='7.5' r='7' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
input[type=radio]:checked {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg id='Grupo_1216' data-name='Grupo 1216' transform='translate(-494 -1878)'%3E%3Cg id='Elipse_53' data-name='Elipse 53' transform='translate(494 1878)' fill='%23fff' stroke='%23232323' stroke-width='1'%3E%3Ccircle cx='7.5' cy='7.5' r='7.5' stroke='none'/%3E%3Ccircle cx='7.5' cy='7.5' r='7' fill='none'/%3E%3C/g%3E%3Cg id='Símbolo_162' data-name='Símbolo 162' transform='translate(490.84 1876.893)'%3E%3Crect id='Rectángulo_65' data-name='Rectángulo 65' width='9.324' height='9.324' rx='4.662' transform='translate(6.16 4.108)' fill='%23753bbd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  }
input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
input[type=number] {
    -moz-appearance: textfield;
    outline: none;
  }
input.error,
  textarea.error,
  select.error {
    border: 1px solid #fca5a5;
    background-color: #fef2f2;
    color: #7f1d1d;
  }
input.error::-moz-placeholder, textarea.error::-moz-placeholder, select.error::-moz-placeholder {
    color: #fca5a5;
  }
input.error::placeholder,
  textarea.error::placeholder,
  select.error::placeholder {
    color: #fca5a5;
  }
input.error:focus::-moz-placeholder, textarea.error:focus::-moz-placeholder, select.error:focus::-moz-placeholder {
    color: #fca5a5;
  }
input.error:focus::placeholder,
  textarea.error:focus::placeholder,
  select.error:focus::placeholder {
    color: #fca5a5;
  }
textarea {
    resize: vertical;
    min-height: 6rem;
    border-radius: 0.25rem;
  }
select {
    background-image: url("data:image/svg+xml,%3Csvg id='arrow-down-small' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Crect id='Rectángulo_810' data-name='Rectángulo 810' width='32' height='32' fill='none'/%3E%3Cpath id='Trazado_51525' data-name='Trazado 51525' d='M.355.352l5.2,5.237-5.2,5.135' transform='translate(21.538 13.044) rotate(90)' fill='none' stroke='%23232323' stroke-width='1'/%3E%3C/svg%3E%0A");
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-position: right;
    background-repeat: no-repeat;
  }
button::focus {
    outline: none;
  }
label {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.25rem;
    font-size: 14px;
  }
label > * {
    text-transform: none;
    font-weight: 400;
  }
.label-floating {
    position: relative;
  }
.label-floating label {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    padding: 1rem;
    height: 100%;
    pointer-events: none;
    border: 1px solid transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    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-duration: 100ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
.label-floating input {
    padding: 1rem;
    display: block;
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    font-size: 14px;
  }
.label-floating input::-moz-placeholder{
  color: transparent;
}
.label-floating input::placeholder{
  color: transparent;
}
.label-floating input:-webkit-autofill{
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
.label-floating input:autofill{
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
.label-floating input:focus{
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
.label-floating input:disabled{
  pointer-events: none;
  opacity: 0.5;
}
.label-floating input:not(:-moz-placeholder-shown) {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
.label-floating input:not(:placeholder-shown) {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
.label-floating input:disabled + label {
    opacity: 0.5;
    pointer-events: none;
  }
.label-floating input:not(:-moz-placeholder-shown) + label {
    font-size: 12px;
    color: #6b7280;
    --tw-translate-y: -0.375rem;
    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));
  }
.label-floating input:focus + label, .label-floating input:not(:placeholder-shown) + label {
    font-size: 12px;
    color: #6b7280;
    --tw-translate-y: -0.375rem;
    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 styles */
table {
    width: 100%;
    margin-bottom: 1.5rem;
  }
table thead {
    background: #d1d5db;
  }
table th {
    text-align: left;
    font-weight: 700;
    padding: 0.75rem 1.25rem;
    color: #1f2937;
  }
table tr {
    border-bottom: 1px solid #d1d5db;
  }
table td {
    text-align: left;
    padding: 0.75rem 1.25rem;
    font-weight: 400;
  }
table td p {
    margin-bottom: 0;
  }
table td ul, table td ol {
    list-style: none;
    margin: 0;
    padding: 0;
  }
table td ul li, table td ol li {
    margin-bottom: 0;
  }
table td ul li::before, table td ol li::before {
    content: none;
  }
/** Icons */
.icon {
    stroke-width: 1;
  }
.icon-check circle {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: icon-circle-check 12s linear forwards;
  }
.icon-check path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: icon-circle-check 16s linear forwards;
    animation-delay: 0.75s;
  }
@keyframes icon-circle-check {
    to {
      stroke-dashoffset: 0;
    }
  }
@media (min-width: 768px) {
    h1 b {
      font-size: 60px !important;
    }
  }
.feat-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
.feat-list > li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
.feat-list > li:not(:last-child) {
    margin-right: 1rem;
  }
@media (min-width: 640px) {
    .feat-list > li:not(:last-child) {
      padding-right: 50px;
    }
    .feat-list > li {
      align-items: flex-start;
    }
  }
@media (min-width: 1536px) {
    .feat-list > li:not(:last-child) {
      border-right: 1px solid #979797;
    }
  }
.custom-title > span:nth-child(1) {
    font-size: 36px;
  }
@media (min-width: 768px) {
    .custom-title > span:nth-child(3) {
      margin-left: 25px;
    }
  }
.text-block-2 p {
    font-size: 24px !important;
    line-height: 24px !important;
    font-weight: 300;
  }
.blogpost__description {
    margin: 0 auto;
  }
.blogpost__description *:not(h1, h2, h3, h4, h5, h6) {
    font-size: clamp(14px, 2vw, 18px);
    line-height: clamp(21px, 2vw, 30px);
  }
*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@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;
  }
}
.aspect-h-1{
  --tw-aspect-h: 1;
}
.aspect-h-3{
  --tw-aspect-h: 3;
}
.aspect-h-4{
  --tw-aspect-h: 4;
}
.aspect-h-9{
  --tw-aspect-h: 9;
}
.aspect-w-1{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}
.aspect-w-1 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-16{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-w-16 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-3{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}
.aspect-w-3 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-4{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 4;
}
.aspect-w-4 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.content{
  content: "";
}
.sticky-head {
    position: fixed;
    top: 0px;
  }
.full-width {
    max-width: 100% !important;
  }
.active.menu__item a {
    color: #187C1D !important;
  }
.menu {
    z-index: 50;
    position: fixed;
    inset-block: 0;
    width: 100%;
    background-color: #ffffff;
    transition: all 200ms ease-in-out;
  }
.menu__list {
    width: 100%;
    margin: 0;
  }
.menu__item {
    margin: 0;
    padding: 0;
  }
.menu__item a, .menu__item span {
    display: block;
    padding: 0.75rem 1.75rem;
    color: #000000;
    white-space: nowrap;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
  }
.menu__item a:hover, .menu__item span:hover {
    color: #187C1D;
  }
.menu__item.menu__dropdown .menu__dropdown-menu {
    overflow-y: auto;
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    margin: 0;
    z-index: 60;
    transform: translateX(100%);
    background-color: #111827;
    transition: all 300ms ease-in-out;
    width: 100%;
    overflow-x: hidden;
    height: calc(100vh - 108px);
  }
.menu__item.menu__dropdown .menu__dropdown-menu.open {
    transform: translateX(0);
  }
.menu__item.menu__dropdown .menu__dropdown-menu.\!open {
    transform: translateX(0) !important;
  }
.menu__item.menu__dropdown .menu__dropdown-menu span.menu__title {
    display: inline-block;
    padding: 0;
    color: #fff;
    font-weight: 700;
  }
.menu__item.menu__dropdown .menu__dropdown-menu a {
    display: inline-block;
    color: #fff;
    transition: all 300ms ease-in-out;
  }
.menu__item.menu__dropdown .menu__dropdown-menu a:hover {
    color: #187C1D;
  }
.menu__item .menu__dropdown-icon {
    position: absolute;
    top: 0;
    right: 0.5rem;
    transition: all 500ms ease-in-out;
    cursor: pointer;
    height: 3rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
@media (min-width: 768px) {
    .menu {
      max-width: 24rem;
    }
    .menu__item.menu__dropdown .menu__dropdown-menu {
      max-width: 24rem;
    }
    .menu__item.menu__dropdown .menu__dropdown-menu li.has-child .menu__dropdown-menu li a, .menu__item.menu__dropdown .menu__dropdown-menu li.has-child .menu__dropdown-menu li span {
      width: 20rem;
      max-width: 24rem;
      white-space: pre-line;
    }
  }
@media (min-width: 640px) {
    .menu {
      inset-block: auto;
      position: relative;
      width: auto;
      max-width: 100%;
      background-color: transparent;
    }
    .menu__list {
      display: flex;
      align-items: center;
      margin: 0;
      width: auto;
    }
    .menu__item {
      padding-inline: 1.5rem;
    }
    .menu__item a, .menu__item span {
      padding: 0;
      color: black;
      line-height: 96px;
      transition: all 300ms ease-in-out;
    }
    .menu__item:hover a, .menu__item:hover span, .menu__item a:hover, .menu__item span:hover {
      color: #187C1D;
    }
    .menu__item.menu__dropdown {
      position: relative;
    }
    .menu__item.menu__dropdown:hover .menu__dropdown-menu {
      display: block;
    }
    .menu__item.menu__dropdown .menu__dropdown-menu {
      display: none;
      position: absolute;
      top: 100%;
      width: auto;
      max-width: none;
      max-height: 100vh;
      overflow: visible;
      background-color: transparent;
      box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
      margin-block: 0;
      height: auto;
      bottom: auto;
      right: auto;
      transform: translateX(0);
    }
    .menu__item.menu__dropdown .menu__dropdown-menu li.has-child .menu__dropdown-menu {
      left: 100%;
      top: 0;
      display: none;
    }
    .menu__item.menu__dropdown .menu__dropdown-menu li.has-child:hover .menu__dropdown-menu {
      display: block;
    }
    .menu__item.menu__dropdown .menu__dropdown-menu li a, .menu__item.menu__dropdown .menu__dropdown-menu li span {
      display: block;
      padding: 0.75rem 1.25rem;
      background-color: #187C1D;
      color: #fff;
      transition: all 300ms ease-in-out;
      line-height: 1.375;
    }
    .menu__item.menu__dropdown .menu__dropdown-menu li a:hover, .menu__item.menu__dropdown .menu__dropdown-menu li span:hover {
      background-color: #4A4A4A;
      color: #fff;
    }
    .menu__item.menu__dropdown .menu__dropdown-menu li.has-child .menu__dropdown-menu li a, .menu__item.menu__dropdown .menu__dropdown-menu li.has-child .menu__dropdown-menu li span {
      width: auto;
      max-width: 20rem;
      white-space: nowrap;
    }
    .menu__item .menu__dropdown-icon {
      display: none;
    }
    .menu__close {
      display: none;
    }
  }
@media (min-width: 1280px) {
    .menu__item {
      padding-inline: 2rem;
    }
  }
@media (min-width: 1536px) {
    .menu__item {
      padding-inline: 3rem;
    }
  }
.menu-left {
    left: -100%;
  }
.menu-left.open {
    left: 0;
  }
.menu-left.\!open {
    left: 0 !important;
  }
@media (min-width: 1024px) {
    .menu-left {
      left: auto;
    }
  }
.menu-right {
    right: -100%;
  }
.menu-right.open {
    right: 0;
  }
.menu-right.\!open {
    right: 0 !important;
  }
@media (min-width: 1024px) {
    .menu-right {
      right: auto;
    }
  }
.accordion__button {
    position: relative;
    width: 100%;
    padding: 1rem 1.5rem;
    background-color: #374151;
    border-radius: 0.5rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 300ms ease-in-out;
    margin-bottom: 0.5rem;
  }
.accordion__button:hover {
    background-color: #111827;
    color: #fff;
  }
.accordion__icon {
    fill: currentColor;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
  }
.accordion__icon--v {
    opacity: 1;
  }
.accordion__content {
    overflow: hidden;
    max-height: 0;
    transition: all 500ms ease-in-out;
  }
.accordion__content-inner {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    max-width: 708px;
  }
.accordion__button--active {
    background-color: #187C1D;
    color: #fff;
  }
.accordion__button--active:hover {
    background-color: #4A4A4A;
  }
.accordion__button--active .accordion__icon {
    transform: translateY(-50%) rotate(90deg);
  }
.accordion__button--active .accordion__icon--h {
    opacity: 0;
  }
.breadcrumb__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
.breadcrumb__item {
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
  }
.breadcrumb__item::before {
    content: none;
  }
.breadcrumb__link {
    font-size: 12px;
    color: #6b7280;
    text-decoration: none;
    transition: all 300ms ease-in-out;
  }
.breadcrumb__link:hover {
    text-decoration: underline;
  }
.breadcrumb__text {
    font-size: 12px;
    font-weight: bold;
    color: #111827;
    text-decoration: none;
  }
.breadcrumb__item:not(:last-child)::after {
    content: "";
    position: relative;
    background-repeat: no-repeat;
    width: 0.75rem;
    height: 0.75rem;
    background-position: center;
    background-size: contain;
    margin-inline: 0.25rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath data-name='Rectángulo 810' fill='none' d='M0 0h32v32H0z'/%3E%3Cpath data-name='Trazado 51525' d='m10.732 5.498 10.535 10.6-10.535 10.401' fill='none' stroke='%234d4d4d'/%3E%3C/svg%3E");
  }
.button-primary, .button-primary--white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    font-size: 18px;
    background-color: #F3F3F3;
    font-weight: 500;
    color: #000;
    border: 1px solid black;
    border-radius: 10px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
  }
.button-ghost, .button-ghost--white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    font-size: 14px;
    color: #187C1D;
    border: 1px solid #187C1D;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 300ms ease-in-out;
  }
.button-ghost:hover, .button-ghost--white:hover {
    background-color: #187C1D;
    color: #fff;
  }
.button-link {
    color: #187C1D;
    font-size: 14px;
    position: relative;
    transition: all 300ms ease-in-out;
  }
.button-link::after {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    height: 0.5rem;
    width: 0;
    background-color: #187C1D;
    transition: all 300ms ease-in-out;
  }
.button-link:hover {
    color: #9B9B9B;
  }
.button-link:hover::after {
    width: 100%;
  }
.button-lg {
    padding: 1.5rem 4rem;
  }
.button-sm {
    padding: 0.25rem 0.5rem;
    font-size: 10px;
  }
.collapsible__button {
    cursor: pointer;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0.75rem;
    padding-right: 0.5rem;
  }
.collapsible__icon {
    transition: all 300ms ease-in-out;
  }
.collapsible__content {
    max-height: 0px;
    overflow: hidden;
    transition: all 500ms ease-in-out;
    box-sizing: border-box;
  }
.collapsible__button--active .collapsible__icon {
    rotate: 180deg;
  }
.counters__item.plus::before {
    content: "+";
    display: inline-block;
  }
.\!dropdown {
    position: relative !important;
  }
.dropdown {
    position: relative;
  }
.dropdown__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0.5rem;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    padding: 0.5rem 1rem;
    border-width: 1px;
    border-radius: 0.25rem;
    font-size: 16px;
    outline: none;
  }
.dropdown__button[data-dropdown-trigger=mouseover]:hover {
    outline: none;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(24 124 29 / var(--tw-ring-opacity));
  }
.dropdown__button-icon {
    margin-left: 3rem;
    width: 1rem;
    height: 1rem;
    transition: all 300ms ease-in-out;
    transform: rotate(0deg);
  }
.dropdown__menu {
    margin: 0;
    padding: 0.625rem;
    border-radius: 0.25rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border-width: 1px;
    display: flex;
    flex-direction: column;
    min-width: 15rem;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    transition: all 300ms ease-in-out;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 0;
  }
.dropdown__item {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 14px;
    transition: all 300ms ease-in-out;
  }
.dropdown__item:hover{
  background-color: rgb(132 224 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  --tw-text-opacity: 1;
  color: rgb(24 124 29 / var(--tw-text-opacity));
}
.\!dropdown.active .dropdown__button {
    outline: none !important;
  }
.dropdown.active .dropdown__button {
    outline: none;
  }
.\!dropdown.active .dropdown__button{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 124 29 / var(--tw-ring-opacity));
}
.dropdown.active .dropdown__button{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 124 29 / var(--tw-ring-opacity));
}
.\!dropdown.active .dropdown__button-icon {
    transform: rotate(180deg) !important;
  }
.dropdown.active .dropdown__button-icon {
    transform: rotate(180deg);
  }
.\!dropdown.active .dropdown__menu {
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 30 !important;
  }
.dropdown.active .dropdown__menu {
    opacity: 1;
    pointer-events: auto;
    z-index: 30;
  }
.lang {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
    margin-block: 1.5rem;
  }
.lang__menu {
    display: flex;
    align-items: center;
  }
.lang__link {
    margin-right: 0.75rem;
    color: #9ca3af;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
  }
.lang__link.lang__link--current {
    color: #fff;
    text-decoration: underline;
  }
.lang__menu .lang__link {
    display: block;
    margin-left: 0.75rem;
    transition: all 300ms ease-in-out;
  }
.lang__menu .lang__link:hover {
    color: #fff;
  }
.lang__icon {
    fill: currentColor;
    color: #111827;
    display: none;
  }
@media (min-width: 1024px) {
    .lang {
      margin-left: 0;
    }
    .lang:hover {
      display: block;
    }
    .lang__menu {
      position: absolute;
      display: none;
      top: 100%;
      left: 0.25rem;
      transform: translateX(-50%);
      margin-left: 0;
      margin-block: 0;
      padding-block: 0.5rem;
    }
    .lang:hover .lang__menu {
      display: block;
    }
    .lang__link {
      margin-right: 0;
      padding: 0.5rem 0.75rem;
      background-color: #187C1D;
      color: #fff;
      white-space: nowrap;
    }
    .lang__link:hover {
      background-color: #F8F8F8;
      color: #fff;
    }
    .lang__link.lang__link--current {
      background-color: transparent;
      color: #111827;
      padding-inset: 0;
      text-decoration: none;
    }
    .lang__link.lang__link--current:hover {
      background-color: transparent;
      color: #111827;
    }
    .lang__menu .lang__link {
      margin-left: 0;
      padding: 0.5rem;
      background-color: #111827;
    }
    .lang__menu .lang__link:hover {
      background-color: #187C1D;
      color: #fff;
    }
    .lang__icon {
      display: inline-block;
      margin-left: 0.375rem;
      transition: all 300ms ease-in-out;
    }
    .lang:hover .lang__icon {
      transform: rotate(180deg);
    }
  }
.modal {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    width: 100%;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
    max-height: 100vh;
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms ease-in-out;
  }
@media (min-width: 768px) {
    .modal {
      padding: 4rem;
    }
  }
.modal.active {
    opacity: 1;
    pointer-events: auto;
  }
.modal::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.5;
  }
.modal__wrapper {
    position: relative;
    width: 100%;
    max-width: 680px;
    max-height: 100vh;
  }
.modal__content {
    position: relative;
    background-color: #fff;
    max-height: calc(100vh - 32px);
    border-radius: 0.375rem;
    overflow-y: auto;
  }
.modal__close {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    cursor: pointer;
    background: none;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }
.modal__close::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0px;
    height: 0px;
    border-radius: 9999px;
    transform: translate(-50%, -50%);
    transition: all 500ms ease-in-out;
    background-color: #84e0ff;
    opacity: 0.8;
    z-index: 0;
  }
.modal__close:hover::before {
    width: 2.5rem;
    height: 2.5rem;
  }
.modal__close svg {
    position: relative;
    z-index: 10;
    width: 1rem;
    height: 1rem;
  }
.modal__header {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
  }
.modal__body {
    position: relative;
    padding: 1.25rem;
  }
.modal__footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.625rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid #e5e7eb;
  }
.menu-toggle {
    position: relative;
    width: 2rem;
    height: 2rem;
    z-index: 60;
  }
@media (min-width: 1024px) {
    .menu-toggle {
      display: none;
    }
  }
.menu-toggle__wrapper {
    display: block;
    position: absolute;
    width: 1.75rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
.menu-toggle__item {
    display: block;
    position: absolute;
    width: 1.75rem;
    height: 0.125rem;
    background-color: currentColor;
    transition: all 500ms ease-in-out;
  }
.menu-toggle .menu-toggle__item:nth-child(1) {
    transform: translateY(calc(-1 * 0.5rem));
  }
.menu-toggle .menu-toggle__item:nth-child(3) {
    transform: translateY(0.5rem);
  }
.menu-toggle.open .menu-toggle__item {
    background-color: #000000;
  }
.menu-toggle.\!open .menu-toggle__item {
    background-color: #000000 !important;
  }
.menu-toggle.open .menu-toggle__item:nth-child(1) {
    transform: rotate(45deg) translateY(0);
  }
.menu-toggle.\!open .menu-toggle__item:nth-child(1) {
    transform: rotate(45deg) translateY(0) !important;
  }
.menu-toggle.open .menu-toggle__item:nth-child(2) {
    opacity: 0;
  }
.menu-toggle.\!open .menu-toggle__item:nth-child(2) {
    opacity: 0 !important;
  }
.menu-toggle.open .menu-toggle__item:nth-child(3) {
    transform: rotate(-45deg) translateY(0);
  }
.menu-toggle.\!open .menu-toggle__item:nth-child(3) {
    transform: rotate(-45deg) translateY(0) !important;
  }
.pagination__list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
  }
.pagination__item {
    padding-inline: 0.5rem;
    margin: 0;
  }
.pagination__separator {
    padding-right: 0.5rem;
    margin: 0;
    color: #4A4A4A;
  }
.pagination__item:last-child {
    padding-right: 0;
  }
.pagination__item .pagination__number {
    text-decoration: none;
    width: 3rem;
    height: 3rem;
    text-align: center;
    color: #4A4A4A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    transition: all 300ms ease-in-out;
  }
.pagination__item:hover .pagination__number {
    background-color: #84e0ff;
  }
.pagination__item.active .pagination__number {
    background-color: #187C1D;
    color: #fff;
  }
.scrollable {
    overflow: hidden;
  }
.scrollable__wrapper {
    position: relative;
  }
.scrollable__list {
    position: relative;
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
.scrollable__arrow {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
@media (min-width: 1024px) {
    .scrollable__arrow {
      display: flex;
      items-center: center;
      justify-content: center;
    }
  }
.scrollable__arrow svg {
    position: relative;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    opacity: 1;
    z-index: 20;
    cursor: pointer;
    transition: all 500ms ease-in-out;
    color: #fff;
    --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: #e5e7eb;
    --tw-shadow: var(--tw-shadow-colored);
  }
.scrollable__arrow svg:hover {
    color: #84e0ff;
  }
.scrollable__arrow--left {
    left: 0;
    z-index: 20;
  }
.scrollable__arrow--left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #fff var(--tw-gradient-to-position);
  }
.scrollable__arrow--right {
    right: 0;
    z-index: 20;
  }
.scrollable__arrow--right::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #fff var(--tw-gradient-to-position);
  }
.scrollable__arrow--hidden {
    opacity: 0;
    pointer-events: none;
  }
.search__container {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    padding: 6rem 1.75rem;
    background-color: #000;
    z-index: 60;
    height: 100vh;
    --tw-bg-opacity: 0.9;
  }
.search__container.active {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
.search__form {
    position: relative;
  }
.search__input-wrapper {
    position: relative;
  }
.search__input-wrapper::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' fill='none'/%3E%3Cg transform='translate(6.902 6.9)'%3E%3Cpath d='M20.551,20.551,16.3,16.3' transform='translate(-3.451 -3.451)' fill='none' stroke='%23232323' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1'/%3E%3Ccircle cx='6.879' cy='6.879' r='6.879' transform='translate(1.1 1.1)' fill='none' stroke='%23232323' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
    content: "";
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.25rem;
    height: 2.25rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
.search__input {
    position: relative;
    width: 100%;
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    border: 1px solid #187C1D;
  }
.search__results {
    width: 100%;
    display: flex;
    justify-content: center;
    visibility: hidden;
    position: absolute;
    left: 0;
    z-index: 20;
    top: 55px;
  }
.search__results.active {
    visibility: visible;
    opacity: 1;
  }
.search__results-list {
    width: 100%;
    border-radius: 0.375rem;
    overflow-y: auto;
    max-height: 280px;
    margin-top: 5px;
    border-width: 1px;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    --tw-border-opacity: 0.3;
  }
.search__results-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    transition: all 300ms ease-in-out;
    padding: 0.625rem;
  }
.search__results-item a {
    text-decoration: none;
    color: #187C1D;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: all 300ms ease-in-out;
  }
.search__results-item:not(:first-child){
  border-top-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
}
.search__results-item:hover {
    background-color: #84e0ff;
    cursor: pointer;
  }
.search__results-item:hover a {
    color: #187C1D;
  }
.search__results-picture {
    margin-right: 1.25rem;
    width: 3.5rem;
    height: 3.5rem;
    display: block;
  }
.search__results-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
  }
.search__results-content h3 {
    font-size: 14px;
    margin-right: 0.75rem;
    margin-block: 0;
  }
.search__results--no-results {
    padding: 0.625rem 1rem;
    background-color: #fff;
    font-size: 14px;
  }
#upButton {
    opacity: 0;
  }
#upButton.active {
    opacity: 1;
  }
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.inset-auto{
  inset: auto;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-6{
  bottom: 1.5rem;
}
.bottom-\[20px\]{
  bottom: 20px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-10{
  left: 2.5rem;
}
.left-6{
  left: 1.5rem;
}
.left-7{
  left: 1.75rem;
}
.left-\[-60px\]{
  left: -60px;
}
.left-\[5px\]{
  left: 5px;
}
.right-0{
  right: 0px;
}
.right-10{
  right: 2.5rem;
}
.right-4{
  right: 1rem;
}
.right-5{
  right: 1.25rem;
}
.right-6{
  right: 1.5rem;
}
.right-\[-60px\]{
  right: -60px;
}
.start-0{
  inset-inline-start: 0px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-4{
  top: 1rem;
}
.top-5{
  top: 1.25rem;
}
.top-\[11px\]{
  top: 11px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[2147483647\]{
  z-index: 2147483647;
}
.z-\[60\]{
  z-index: 60;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}
.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mr-3{
  margin-right: -0.75rem;
}
.-mt-20{
  margin-top: -5rem;
}
.-mt-3{
  margin-top: -0.75rem;
}
.-mt-8{
  margin-top: -2rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[70px\]{
  margin-bottom: 70px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-2\.5{
  margin-right: 0.625rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-7{
  margin-right: 1.75rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-11{
  margin-top: 2.75rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[-45px\]{
  margin-top: -45px;
}
.mt-\[-60px\]{
  margin-top: -60px;
}
.mt-\[-8px\]{
  margin-top: -8px;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[120px\]{
  margin-top: 120px;
}
.mt-\[15px\]{
  margin-top: 15px;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.\!contents{
  display: contents !important;
}
.hidden{
  display: none;
}
.aspect-1{
  aspect-ratio: 1;
}
.aspect-\[1\/1\]{
  aspect-ratio: 1/1;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.h-0{
  height: 0px;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-24{
  height: 6rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-\[124px\]{
  height: 124px;
}
.h-\[141px\]{
  height: 141px;
}
.h-\[187px\]{
  height: 187px;
}
.h-\[230px\]{
  height: 230px;
}
.h-\[240px\]{
  height: 240px;
}
.h-\[37px\]{
  height: 37px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[450px\]{
  height: 450px;
}
.h-\[475px\]{
  height: 475px;
}
.h-\[490px\]{
  height: 490px;
}
.h-\[55px\]{
  height: 55px;
}
.h-\[56px\]{
  height: 56px;
}
.h-\[5px\]{
  height: 5px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[680px\]{
  height: 680px;
}
.h-\[700px\]{
  height: 700px;
}
.h-\[75vw\]{
  height: 75vw;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[85px\]{
  height: 85px;
}
.h-\[900px\]{
  height: 900px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-0{
  max-height: 0px;
}
.max-h-\[700px\]{
  max-height: 700px;
}
.max-h-\[900px\]{
  max-height: 900px;
}
.max-h-\[calc\(100vh-32px\)\]{
  max-height: calc(100vh - 32px);
}
.max-h-full{
  max-height: 100%;
}
.max-h-screen{
  max-height: 100vh;
}
.min-h-24{
  min-height: 6rem;
}
.min-h-\[56px\]{
  min-height: 56px;
}
.w-0{
  width: 0px;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-3{
  width: 0.75rem;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-\[141px\]{
  width: 141px;
}
.w-\[15px\]{
  width: 15px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[213px\]{
  width: 213px;
}
.w-\[230px\]{
  width: 230px;
}
.w-\[70px\]{
  width: 70px;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-\[15rem\]{
  min-width: 15rem;
}
.min-w-full{
  min-width: 100%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-\[260px\]{
  max-width: 260px;
}
.max-w-\[270px\]{
  max-width: 270px;
}
.max-w-\[280px\]{
  max-width: 280px;
}
.max-w-\[310px\]{
  max-width: 310px;
}
.max-w-\[342px\]{
  max-width: 342px;
}
.max-w-\[356px\]{
  max-width: 356px;
}
.max-w-\[365px\]{
  max-width: 365px;
}
.max-w-\[373px\]{
  max-width: 373px;
}
.max-w-\[375px\]{
  max-width: 375px;
}
.max-w-\[410px\]{
  max-width: 410px;
}
.max-w-\[413px\]{
  max-width: 413px;
}
.max-w-\[420px\]{
  max-width: 420px;
}
.max-w-\[460px\]{
  max-width: 460px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[505px\]{
  max-width: 505px;
}
.max-w-\[534px\]{
  max-width: 534px;
}
.max-w-\[575px\]{
  max-width: 575px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[606px\]{
  max-width: 606px;
}
.max-w-\[631px\]{
  max-width: 631px;
}
.max-w-\[680px\]{
  max-width: 680px;
}
.max-w-\[681px\]{
  max-width: 681px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[720px\]{
  max-width: 720px;
}
.max-w-\[950px\]{
  max-width: 950px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-prose{
  max-width: 65ch;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.origin-top{
  transform-origin: top;
}
.-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{
  --tw-translate-y: -0.25rem;
  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\.5{
  --tw-translate-y: -0.375rem;
  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));
}
.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-0{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-col-resize{
  cursor: col-resize;
}
.cursor-pointer{
  cursor: pointer;
}
.resize-y{
  resize: vertical;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-12{
  gap: 3rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-9{
  gap: 2.25rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[15px\]{
  gap: 15px;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-2\.5{
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-9{
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.gap-y-\[50px\]{
  row-gap: 50px;
}
.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-visible{
  overflow-y: visible;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[15px\]{
  border-radius: 15px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-\[3px\]{
  border-width: 3px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-none{
  border-style: none;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-primary-500{
  --tw-border-opacity: 1;
  border-color: rgb(24 124 29 / var(--tw-border-opacity));
}
.border-primary-900{
  --tw-border-opacity: 1;
  border-color: rgb(151 151 151 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-primary-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(151 151 151 / var(--tw-border-opacity));
}
.border-opacity-10{
  --tw-border-opacity: 0.1;
}
.bg-\[\#25D366\]{
  --tw-bg-opacity: 1;
  background-color: rgb(37 211 102 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(132 224 255 / var(--tw-bg-opacity));
}
.bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(24 124 29 / var(--tw-bg-opacity));
}
.bg-primary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-primary-900{
  --tw-bg-opacity: 1;
  background-color: rgb(151 151 151 / var(--tw-bg-opacity));
}
.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-100{
  --tw-bg-opacity: 1;
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-none{
  background-image: none;
}
.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.bg-contain{
  background-size: contain;
}
.bg-center{
  background-position: center;
}
.bg-right{
  background-position: right;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-current{
  fill: currentColor;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-7{
  padding: 1.75rem;
}
.p-8{
  padding: 2rem;
}
.p-\[15px\]{
  padding: 15px;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-2\.5{
  padding-bottom: 0.625rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-48{
  padding-bottom: 12rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[130px\]{
  padding-bottom: 130px;
}
.pb-\[75px\]{
  padding-bottom: 75px;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pr-0{
  padding-right: 0px;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[100px\]{
  padding-top: 100px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-body{
  font-family: Rubik, sans-serif;
}
.font-heading{
  font-family: Didot, sans-serif;
}
.\!text-xl{
  font-size: 20px !important;
}
.text-4xl{
  font-size: 30px;
}
.text-4xl2{
  font-size: 36px;
}
.text-4xl3{
  font-size: 40px;
}
.text-5xl{
  font-size: 44px;
}
.text-5xl1{
  font-size: 48px;
}
.text-5xl2{
  font-size: 50px;
}
.text-5xl3{
  font-size: 55px;
}
.text-base{
  font-size: 16px;
}
.text-lg{
  font-size: 18px;
}
.text-sm{
  font-size: 14px;
}
.text-xl{
  font-size: 20px;
}
.text-xs{
  font-size: 12px;
}
.text-xxs{
  font-size: 10px;
}
.\!font-normal{
  font-weight: 400 !important;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-\[17px\]{
  line-height: 17px;
}
.leading-\[18px\]{
  line-height: 18px;
}
.leading-\[19px\]{
  line-height: 19px;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[25px\]{
  line-height: 25px;
}
.leading-\[26px\]{
  line-height: 26px;
}
.leading-\[28px\]{
  line-height: 28px;
}
.leading-\[43px\]{
  line-height: 43px;
}
.leading-\[46px\]{
  line-height: 46px;
}
.leading-\[53px\]{
  line-height: 53px;
}
.leading-\[54px\]{
  line-height: 54px;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.tracking-\[2px\]{
  letter-spacing: 2px;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-primary-100{
  --tw-text-opacity: 1;
  color: rgb(132 224 255 / var(--tw-text-opacity));
}
.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(24 124 29 / var(--tw-text-opacity));
}
.text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity));
}
.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity));
}
.text-primary-800{
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity));
}
.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-\[0\.6\]{
  opacity: 0.6;
}
.mix-blend-multiply{
  mix-blend-mode: multiply;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-gray-200{
  --tw-shadow-color: #e5e7eb;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-primary-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 124 29 / var(--tw-ring-opacity));
}
.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  -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);
}
.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -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;
}
.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-100{
  transition-duration: 100ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/** Base */
/** Layout */
/** Menu */
@media (min-width: 640px) {
  .sticky-head {
    position: sticky;
    top: 0px;
    transition: all 200ms ease-in-out;
  }
  .sticky-full {
    max-width: 100% !important;
    transition: all 200ms ease-in-out;
    border-radius: 0px !important;
  }
  .menu__item a:after {
    content: url("../images/sep.svg");
    position: absolute;
    right: 2px;
    top: 12px;
  }
  .menu-right {
    right: 0;
  }
}
@media (min-width: 1280px) {
  .menu__item a:after {
    right: 8px;
  }
}
@media (min-width: 1536px) {
  .menu__item a:after {
    right: 15px;
  }
}
/** Footer */
.footer__content {
  color: #000;
  background-color: #FAFCFF;
}
.footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__heading {
  display: block;
  color: #000;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 1rem;
  font-size: 16px;
}
.footer__item--detail {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.footer__item--detail::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 1.25rem;
  background-color: #fff;
  margin-ineline: 0.625rem;
}
.footer__item--detail:last-child::after {
  content: none;
}
.footer__link {
  display: inline-block;
  color: #000;
  transition: all 300ms ease-in-out;
}
.footer__link:hover, .footer__link:hover svg {
  color: #187C1D;
}

.legal li a:after {
  content: "|";
  font-size: 14px;
  color: #000000;
  padding-left: 10px;
}

.legal li a:hover:after {
  color: #000000;
}

.legal li:last-child a:after {
  content: "";
}

/** Pages */
/** Styles for the blogpost view */
/** Utilities */
/** Animations */
@keyframes elementFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes elementFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.block-animated {
  overflow: hidden;
}

.animated-element {
  transition: all 1s ease-in-out;
  opacity: 0;
}
.animated-element.right {
  transform: translateX(100%);
}
.animated-element.left {
  transform: translateX(-100%);
}
.animated-element.top {
  transform: translateY(100%);
}
.animated-element.bottom {
  transform: translateY(-100%);
}
.animated-element.show {
  animation: elementFadeIn 1.5s 1 forwards;
}
.animated-element.show.right {
  transform: translateX(0);
}
.animated-element.show.left {
  transform: translateX(0);
}
.animated-element.show.top {
  transform: translateY(0);
}
.animated-element.show.bottom {
  transform: translateY(0);
}

@keyframes floating {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(8px, 0px);
  }
  100% {
    transform: translate(0);
  }
}
.floating-ellipse {
  animation: floating 3s ease-in-out infinite;
}

@keyframes blinking {
  0% {
    background-color: #70ccff;
  }
  49% {
    background-color: #70ccff;
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #70ccff;
  }
}
.cursor {
  animation: blinking 1s ease-in-out infinite;
  display: inline-block;
  background-color: #70ccff;
  margin-left: 2px;
  width: 2px;
}

.cursor.typing {
  animation: none;
}

.icon-animation {
  position: relative;
}
.icon-animation::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0;
  height: 0;
  background-color: #FFFFFF;
  border-radius: 9999px;
  transition: all 300ms ease-in-out;
  --tw-bg-opacity: 0.1;
}
.icon-animation:hover::before {
  width: 2.5rem;
  height: 2.5rem;
}

.icon-animation:not(.menu-toggle) > svg {
  position: relative;
  z-index: 10;
}

#ui_v2{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Rubik, sans-serif;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
#ui_v2 ::-webkit-scrollbar{
  height: 0.5rem;
  width: 0.5rem;
}
#ui_v2 ::-webkit-scrollbar-track{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
#ui_v2 ::-webkit-scrollbar-thumb{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
#ui_v2 ::-webkit-scrollbar-thumb:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
#ui_v2 aside{
  position: fixed;
  top: 0px;
  bottom: 0px;
  height: 100vh;
  width: 18rem;
  flex: none;
  overflow-y: auto;
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
#ui_v2 aside.nav-left{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#ui_v2 aside nav button{
  text-decoration-line: none;
}
#ui_v2 aside nav ul li button{
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#ui_v2 aside nav ul li button:hover{
  --tw-text-opacity: 1;
  color: rgb(24 124 29 / var(--tw-text-opacity));
}
#ui_v2 aside nav ul li > ul{
  padding-left: 1rem;
}
#ui_v2 aside nav ul li > ul li{
  line-height: 1.25;
}
#ui_v2 aside nav ul li > ul li button{
  font-size: 12px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
#ui_v2 main{
  width: 100%;
  flex: 1 1 0%;
  padding-left: 18rem;
  padding-top: 1.5rem;
}
#ui_v2 main > section{
  padding-bottom: 5rem;
}
#ui_v2 main h1, #ui_v2 main h2, #ui_v2 main h3, #ui_v2 main h4{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
#ui_v2 main h2{
  margin-bottom: 0.25rem;
  font-size: 30px;
}
#ui_v2 main footer h3{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ui_v2 main .component{
  margin-top: 2rem;
}
#ui_v2 main .component__name{
  margin-bottom: 0.375rem;
}
#ui_v2 main .component__description{
  margin-bottom: 1rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
#ui_v2 main .component__showcase, #ui_v2 main .component__code, #ui_v2 main .component__api{
  margin-bottom: 1.25rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
#ui_v2 main .component__heading{
  margin-bottom: 0.5rem;
  font-size: 14px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
#ui_v2 main .component__code #tab-content {
  max-height: 300px;
  overflow-y: auto;
  border-radius: 0.375rem;
}
#ui_v2 main .component__code #tab-content pre{
  display: flex;
}
#ui_v2 main .component__code #tab-content code{
  width: 100%;
}

/** Components */
/** Accordion */
/** Breadcrumb */
/** Buttons */
/** Collapsible */
/** Counter native */
/** Dropdown */
/** Lang */
/** Styles modal */
.marquee {
  transition: all 500ms ease-in-out;
  overflow: hidden;
}
.marquee--horizontal {
  display: flex;
  flex-direction: row;
}
.marquee--verical {
  display: flex;
  flex-direction: column;
}

.marquee__inner, .marquee__inner--clone {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
}
.marquee__inner.active, .marquee__inner--clone.active {
  animation: linear infinite;
}

@keyframes marquee-horizontal {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee-vertical {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
/** Menu icon toggle */
/** Pagination */
/** Scrollable styles*/
/** Search */
/** Tabs */
.tabs {
  position: relative;
}
.tabs__menu {
  display: none;
  position: absolute;
  flex-direction: column;
  width: 100%;
  margin-top: 0.5rem;
  background-color: #fff;
  border-radius: 0.375rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.tabs__menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.tabs__menu.active {
  display: flex;
}
.tabs__menu .tab {
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  font-size: 12px;
}
.tabs__menu .tab:hover {
  cursor: pointer;
}
.tabs__content {
  display: none;
  margin-top: 1rem;
}
.tabs__content.active {
  display: block;
}
.tabs__select {
  position: relative;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .tabs__menu {
    position: relative;
    display: flex;
    flex-direction: row;
    border-radius: 0px;
    margin-top: 0;
    background-color: transparent;
    box-shadow: none;
    padding-bottom: 0.625rem;
  }
  .tabs__menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .tabs__menu .tab {
    padding: 0.75rem 1rem;
    font-size: 14px;
    color: #6b7280;
  }
  .tabs__menu .tab.active {
    color: #f3f4f6;
    border-radius: 0.375rem;
    background-color: #1f2937;
  }
  .tabs__content {
    margin-top: 0;
    width: 100%;
  }
  .tabs__select {
    display: none;
  }
  .tabs[data-tabdecoration=true] .tabs__menu {
    border-bottom: 1px solid #6b7280;
    padding-bottom: 0;
    margin-bottom: 1rem;
  }
  .tabs[data-tabdecoration=true] .tabs__menu .tab {
    padding-bottom: 0.75rem;
    padding-inline: 1rem;
  }
  .tabs[data-tabdecoration=true] .tabs__menu .tab.active {
    background: transparent;
    color: #1f2937;
  }
  .tabs[data-tabdecoration=true] .tabs__bullet {
    position: absolute;
    bottom: 0;
    opacity: 0;
    transform: translateY(-50%);
    border-radius: 9999px;
    width: 2rem;
    height: 5px;
    background-color: #1f2937;
    transition: all 300ms ease-in-out;
    display: inline-block;
  }
  .tabs[data-tabdecoration=true] .tabs__bullet.active {
    opacity: 1;
  }
}

/** Up button styles */
/** Vendors */
/** Fancybox vendor styles */
.fancybox__thumbs .fancybox__thumb::after {
  border: 4px solid #187C1D;
}

/** Splide vendor styles */
.splide__arrow {
  background-color: white;
  border-radius: 9999px;
  padding: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 300ms ease-in-out;
}
.splide__arrow:disabled{
  opacity: 0.3;
}
.splide__pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 1.25rem;
  margin-top: 1rem !important;
}
.splide__pagination li {
  padding: 0;
}
.splide__pagination li::before {
  display: none;
}
.splide__pagination__page {
  width: 1.75rem;
  height: 0.125rem;
  transition: all 300ms ease-in-out;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
}
@media (min-width: 768px) {
  .splide__pagination__page {
    width: 2.25rem;
  }
}
.splide__pagination__page.is-active{
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
.splide__pagination__page--dark {
  background-color: #187C1D;
}
.splide__pagination__page--dark.is-active {
  background-color: #84e0ff;
}

#thumbnailsSlider .splide__list {
  justify-content: center;
}
#thumbnailsSlider .splide__slide {
  opacity: 0.3;
  transition: all 300ms ease-in-out;
}
#thumbnailsSlider .splide__slide.is-active {
  opacity: 1;
}
.after\:content::after{
  content: "";
}
.placeholder\:text-transparent::-moz-placeholder{
  color: transparent;
}
.placeholder\:text-transparent::placeholder{
  color: transparent;
}
.before\:content-none::before{
  --tw-content: none;
  content: var(--tw-content);
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:inset-0::after{
  content: var(--tw-content);
  inset: 0px;
}
.after\:-bottom-0::after{
  content: var(--tw-content);
  bottom: -0px;
}
.after\:-bottom-0\.5::after{
  content: var(--tw-content);
  bottom: -0.125rem;
}
.after\:-bottom-2::after{
  content: var(--tw-content);
  bottom: -0.5rem;
}
.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}
.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}
.after\:mx-2::after{
  content: var(--tw-content);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.after\:mx-2\.5::after{
  content: var(--tw-content);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.after\:inline-block::after{
  content: var(--tw-content);
  display: inline-block;
}
.after\:h-0::after{
  content: var(--tw-content);
  height: 0px;
}
.after\:h-0\.5::after{
  content: var(--tw-content);
  height: 0.125rem;
}
.after\:h-\[1\.5px\]::after{
  content: var(--tw-content);
  height: 1.5px;
}
.after\:h-px::after{
  content: var(--tw-content);
  height: 1px;
}
.after\:w-0::after{
  content: var(--tw-content);
  width: 0px;
}
.after\:w-5::after{
  content: var(--tw-content);
  width: 1.25rem;
}
.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}
.after\:bg-gray-500::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.after\:bg-gray-900::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.after\:bg-primary-500::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(24 124 29 / var(--tw-bg-opacity));
}
.after\:bg-primary-900::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(151 151 151 / var(--tw-bg-opacity));
}
.after\:bg-white::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.after\:bg-opacity-20::after{
  content: var(--tw-content);
  --tw-bg-opacity: 0.2;
}
.after\:bg-opacity-30::after{
  content: var(--tw-content);
  --tw-bg-opacity: 0.3;
}
.after\:transition-all::after{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:duration-300::after{
  content: var(--tw-content);
  transition-duration: 300ms;
}
.after\:ease-in-out::after{
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.last\:after\:content-none:last-child::after{
  --tw-content: none;
  content: var(--tw-content);
}
.autofill\:pb-2:-webkit-autofill{
  padding-bottom: 0.5rem;
}
.autofill\:pb-2:autofill{
  padding-bottom: 0.5rem;
}
.autofill\:pt-6:-webkit-autofill{
  padding-top: 1.5rem;
}
.autofill\:pt-6:autofill{
  padding-top: 1.5rem;
}
.hover\:bg-\[\#075E54\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(7 94 84 / var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.hover\:bg-gray-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.hover\:bg-primary-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(132 224 255 / var(--tw-bg-opacity));
}
.hover\:bg-primary-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(24 124 29 / var(--tw-bg-opacity));
}
.hover\:bg-opacity-20:hover{
  --tw-bg-opacity: 0.2;
}
.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-primary-100:hover{
  --tw-text-opacity: 1;
  color: rgb(132 224 255 / var(--tw-text-opacity));
}
.hover\:text-primary-500:hover{
  --tw-text-opacity: 1;
  color: rgb(24 124 29 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.focus\:bg-gray-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.focus\:pb-2:focus{
  padding-bottom: 0.5rem;
}
.focus\:pt-6:focus{
  padding-top: 1.5rem;
}
.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}
.disabled\:opacity-30:disabled{
  opacity: 0.3;
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-25{
  opacity: 0.25;
}
.group:hover .group-hover\:after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}
@media (min-width: 640px){
  .sm\:relative{
    position: relative;
  }
  .sm\:left-7{
    left: 1.75rem;
  }
  .sm\:order-1{
    order: 1;
  }
  .sm\:order-2{
    order: 2;
  }
  .sm\:order-4{
    order: 4;
  }
  .sm\:order-none{
    order: 0;
  }
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:ml-4{
    margin-left: 1rem;
  }
  .sm\:mr-2{
    margin-right: 0.5rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mt-\[18px\]{
    margin-top: 18px;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:inline-flex{
    display: inline-flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-24{
    height: 6rem;
  }
  .sm\:h-auto{
    height: auto;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:w-1\/4{
    width: 25%;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:gap-y-8{
    row-gap: 2rem;
  }
  .sm\:rounded{
    border-radius: 0.25rem;
  }
  .sm\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }
  .sm\:border-r{
    border-right-width: 1px;
  }
  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pb-3{
    padding-bottom: 0.75rem;
  }
  .sm\:pr-2{
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:relative{
    position: relative;
  }
  .md\:bottom-10{
    bottom: 2.5rem;
  }
  .md\:left-0{
    left: 0px;
  }
  .md\:right-0{
    right: 0px;
  }
  .md\:top-0{
    top: 0px;
  }
  .md\:top-1\/2{
    top: 50%;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:-mt-10{
    margin-top: -2.5rem;
  }
  .md\:mb-4{
    margin-bottom: 1rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-12{
    margin-top: 3rem;
  }
  .md\:mt-16{
    margin-top: 4rem;
  }
  .md\:mt-4{
    margin-top: 1rem;
  }
  .md\:mt-5{
    margin-top: 1.25rem;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:mt-\[25px\]{
    margin-top: 25px;
  }
  .md\:mt-\[365px\]{
    margin-top: 365px;
  }
  .md\:mt-\[75px\]{
    margin-top: 75px;
  }
  .md\:hidden{
    display: none;
  }
  .md\:aspect-\[16\/9\]{
    aspect-ratio: 16/9;
  }
  .md\:h-24{
    height: 6rem;
  }
  .md\:h-\[146px\]{
    height: 146px;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-28{
    width: 7rem;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-5\/12{
    width: 41.666667%;
  }
  .md\:w-6\/12{
    width: 50%;
  }
  .md\:w-8\/12{
    width: 66.666667%;
  }
  .md\:w-9{
    width: 2.25rem;
  }
  .md\:w-\[245px\]{
    width: 245px;
  }
  .md\:w-\[520px\]{
    width: 520px;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:max-w-\[605px\]{
    max-width: 605px;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\:max-w-xl{
    max-width: 36rem;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:-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));
  }
  .md\:-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));
  }
  .md\:-rotate-90{
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:gap-12{
    gap: 3rem;
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:p-16{
    padding: 4rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-24{
    padding-bottom: 6rem;
  }
  .md\:pb-8{
    padding-bottom: 2rem;
  }
  .md\:pl-12{
    padding-left: 3rem;
  }
  .md\:pl-6{
    padding-left: 1.5rem;
  }
  .md\:pr-6{
    padding-right: 1.5rem;
  }
  .md\:pt-12{
    padding-top: 3rem;
  }
  .md\:pt-24{
    padding-top: 6rem;
  }
  .md\:pt-40{
    padding-top: 10rem;
  }
  .md\:pt-7{
    padding-top: 1.75rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-8xl{
    font-size: 96px;
  }
  .md\:leading-\[25px\]{
    line-height: 25px;
  }
}
@media (min-width: 1024px){
  .lg\:top-12{
    top: 3rem;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:order-3{
    order: 3;
  }
  .lg\:order-4{
    order: 4;
  }
  .lg\:order-\[0\]{
    order: 0;
  }
  .lg\:order-none{
    order: 0;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:-mt-24{
    margin-top: -6rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:ml-4{
    margin-left: 1rem;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:mr-2{
    margin-right: 0.5rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:mt-24{
    margin-top: 6rem;
  }
  .lg\:mt-36{
    margin-top: 9rem;
  }
  .lg\:mt-40{
    margin-top: 10rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:mt-\[200px\]{
    margin-top: 200px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:inline-flex{
    display: inline-flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[475px\]{
    height: 475px;
  }
  .lg\:h-\[574px\]{
    height: 574px;
  }
  .lg\:h-\[700px\]{
    height: 700px;
  }
  .lg\:h-\[800px\]{
    height: 800px;
  }
  .lg\:max-h-\[700px\]{
    max-height: 700px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-1\/5{
    width: 20%;
  }
  .lg\:w-10\/12{
    width: 83.333333%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-24{
    width: 6rem;
  }
  .lg\:w-5\/12{
    width: 41.666667%;
  }
  .lg\:w-7\/12{
    width: 58.333333%;
  }
  .lg\:w-8\/12{
    width: 66.666667%;
  }
  .lg\:w-9\/12{
    width: 75%;
  }
  .lg\:max-w-\[745px\]{
    max-width: 745px;
  }
  .lg\:max-w-\[862px\]{
    max-width: 862px;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-11{
    gap: 2.75rem;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-16{
    gap: 4rem;
  }
  .lg\:gap-3{
    gap: 0.75rem;
  }
  .lg\:gap-52{
    gap: 13rem;
  }
  .lg\:gap-\[100px\]{
    gap: 100px;
  }
  .lg\:gap-\[50px\]{
    gap: 50px;
  }
  .lg\:gap-\[60px\]{
    gap: 60px;
  }
  .lg\:gap-y-0{
    row-gap: 0px;
  }
  .lg\:gap-y-\[100px\]{
    row-gap: 100px;
  }
  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .lg\:py-\[90px\]{
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .lg\:pb-12{
    padding-bottom: 3rem;
  }
  .lg\:pb-8{
    padding-bottom: 2rem;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:pt-14{
    padding-top: 3.5rem;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:pt-40{
    padding-top: 10rem;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:text-5xl2{
    font-size: 50px;
  }
  .lg\:text-lg{
    font-size: 18px;
  }
  .lg\:leading-\[53px\]{
    line-height: 53px;
  }
}
@media (min-width: 1280px){
  .xl\:absolute{
    position: absolute;
  }
  .xl\:left-1\/2{
    left: 50%;
  }
  .xl\:top-\[36\%\]{
    top: 36%;
  }
  .xl\:order-1{
    order: 1;
  }
  .xl\:order-2{
    order: 2;
  }
  .xl\:order-4{
    order: 4;
  }
  .xl\:order-none{
    order: 0;
  }
  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .xl\:-mt-20{
    margin-top: -5rem;
  }
  .xl\:-mt-4{
    margin-top: -1rem;
  }
  .xl\:ml-0{
    margin-left: 0px;
  }
  .xl\:ml-6{
    margin-left: 1.5rem;
  }
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:block{
    display: block;
  }
  .xl\:inline-block{
    display: inline-block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:inline-flex{
    display: inline-flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[100px\]{
    height: 100px;
  }
  .xl\:w-1\/3{
    width: 33.333333%;
  }
  .xl\:w-11\/12{
    width: 91.666667%;
  }
  .xl\:w-7\/12{
    width: 58.333333%;
  }
  .xl\:w-\[154px\]{
    width: 154px;
  }
  .xl\:min-w-\[733px\]{
    min-width: 733px;
  }
  .xl\:max-w-\[770px\]{
    max-width: 770px;
  }
  .xl\:-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));
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:items-center{
    align-items: center;
  }
  .xl\:justify-between{
    justify-content: space-between;
  }
  .xl\:bg-primary-700{
    --tw-bg-opacity: 1;
    background-color: rgb(74 74 74 / var(--tw-bg-opacity));
  }
  .xl\:p-2{
    padding: 0.5rem;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xl\:pb-0{
    padding-bottom: 0px;
  }
  .xl\:text-base{
    font-size: 16px;
  }
  .xl\:text-primary-500{
    --tw-text-opacity: 1;
    color: rgb(24 124 29 / var(--tw-text-opacity));
  }
  .xl\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .xl\:no-underline{
    text-decoration-line: none;
  }
  .xl\:br-container{
    margin-right: calc((var(--screen-width) - var(--current-screen)) / -2 - var(--container-padding));
    padding-right: calc((var(--screen-width) - var(--current-screen)) / 2 + var(--container-padding));
  }
  .xl\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .group:hover .xl\:group-hover\:block{
    display: block;
  }
}
@media (min-width: 1536px){
  .\32xl\:ml-12{
    margin-left: 3rem;
  }
  .\32xl\:h-full{
    height: 100%;
  }
  .\32xl\:max-w-\[675px\]{
    max-width: 675px;
  }
  .\32xl\:justify-between{
    justify-content: space-between;
  }
  .\32xl\:pb-0{
    padding-bottom: 0px;
  }
}
