/*
! tailwindcss v3.4.0 | 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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

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

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

  .container {
    max-width: 480px;
  }
}
@media (min-width: 600px) {

  .container {
    max-width: 600px;
  }
}
@media (min-width: 782px) {

  .container {
    max-width: 782px;
  }
}
@media (min-width: 1024px) {

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

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

  .container {
    max-width: 1440px;
  }
}
* {
  margin: 0px;
  box-sizing: border-box;
  padding: 0px;
}
.responsivePanel {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  height: 1.5rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.responsivePanel::before {
  --tw-content: 'xs';
  content: var(--tw-content);
}
@media (min-width: 600px) {

  .responsivePanel {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  }

  .responsivePanel::before {
    --tw-content: 'sm';
    content: var(--tw-content);
  }
}
@media (min-width: 782px) {

  .responsivePanel {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  }

  .responsivePanel::before {
    --tw-content: 'md';
    content: var(--tw-content);
  }
}
@media (min-width: 1024px) {

  .responsivePanel {
    --tw-bg-opacity: 1;
    background-color: rgb(8 145 178 / var(--tw-bg-opacity));
  }

  .responsivePanel::before {
    --tw-content: 'lg';
    content: var(--tw-content);
  }
}
@media (min-width: 1280px) {

  .responsivePanel {
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128 / var(--tw-bg-opacity));
  }

  .responsivePanel::before {
    --tw-content: 'xl';
    content: var(--tw-content);
  }
}
@media (min-width: 1440px) {

  .responsivePanel {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .responsivePanel::before {
    --tw-content: '2xl';
    content: var(--tw-content);
  }
}
.h-20 { height: 5rem !important; }
.h-10 { height: 2.5rem !important; }
html,body {
  margin: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
}
p {
  font-family: Host Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
p span.date {
  font-family: Sora, sans-serif;
}
p b {
  font-weight: 700;
}
h2 {
  display: inline-block;
  width: auto;
  font-family: Sora, sans-serif;
  font-size: 18px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
@media (min-width: 782px) {

  h2 {
    font-size: 22px;
  }
}
h2 span {
  font-weight: 700;
}
.contentText {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 782px) {

  .contentText {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .contentText {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.contentText p {
  margin-bottom: 1.5rem;
}
.contentText p:last-of-type {
  margin-bottom: 0px;
}
.contentText p b, .contentText p strong {
  font-weight: 700;
}
.mainMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mainMenu li {
  margin-right: 1rem;
}
.mainMenu li:last-of-type {
  margin-right: 0px;
}
@media (min-width: 1280px) {

  .mainMenu li {
    margin-right: 2rem;
  }
}
.mainMenu li a {
  font-family: Host Grotesk, sans-serif;
  font-size: 13.5px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mainMenu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(126 217 76 / var(--tw-text-opacity));
}
.mainMenu li a.active {
  --tw-text-opacity: 1 !important;
  color: rgb(126 217 76 / var(--tw-text-opacity)) !important;
}
.page-template-sobre-template .navSobre ,
	.page-template-produtos-template .navProdutos,
	.page-template-agenda-template .navAgenda,
	.page-template-mentoria-template .navMentoria,
	.page-template-parceiros-template .navParceiros,
	.page-template-contato-template .navContato {
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(126 217 76 / var(--tw-text-opacity)) !important;
}
.paddingHeaderAndFooter {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 600px) {

  .paddingHeaderAndFooter {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .paddingHeaderAndFooter {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {

  .paddingHeaderAndFooter {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.roundedCornerBoxHero {
  border-top-left-radius: 3px;
}
@media (min-width: 782px) {

  .roundedCornerBoxHero {
    border-top-left-radius: 0.375rem;
  }
}
.btnOutlineWhite {
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Host Grotesk, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btnOutlineWhite:hover {
  --tw-border-opacity: 1;
  border-color: rgb(126 217 76 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(126 217 76 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {

  .btnOutlineWhite {
    font-size: 14px;
    line-height: 1;
  }
}
.btnLogin {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-family: Host Grotesk, sans-serif;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btnLogin:hover {
  --tw-border-opacity: 1;
  border-color: rgb(126 217 76 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(126 217 76 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {

  .btnLogin {
    font-size: 14px;
    line-height: 1;
  }
}
.btnLogin img {
  margin-left: 0.5rem;
  height: 20px;
}
.btnBigPill {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(88 89 91 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-family: Host Grotesk, sans-serif;
  font-size: 18px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 782px) {

  .btnBigPill {
    font-size: 24px;
    line-height: 1;
  }
}
.btnBigPill span {
  --tw-text-opacity: 1;
  color: rgb(126 217 76 / var(--tw-text-opacity));
}
.navbar-burger {
  position: relative;
  z-index: 30;
  display: flex;
  height: 20px;
  width: 28px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 1024px) {

  .navbar-burger {
    display: none;
  }
}
.navbar-burger span {
  position: absolute;
  top: 50%;
  display: block;
  height: 2px;
  width: 100%;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(126 217 76 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
/* absolute */
.navbar-burger span:nth-child(2) {
  top: calc(50% - 8px);
}
@media (min-width: 1024px) {

  .navbar-burger span:nth-child(2) {
    top: calc(50% - 10px);
  }
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 8px);
}
@media (min-width: 1024px) {

  .navbar-burger span:nth-child(3) {
    top: calc(50% + 10px);
  }
}
.navbar-burger.is-active span:nth-child(1) {
  --tw-translate-y: -2px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.navbar-burger.is-active span:nth-child(2) {
				opacity: 0;
			}
.navbar-burger.is-active span:nth-child(3) {
  --tw-translate-y: -10px;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.secondary {
  top: -100vh;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.secondary ul a {
  font-family: Host Grotesk, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.secondary ul a:hover {
  --tw-text-opacity: 1;
  color: rgb(126 217 76 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {

  .secondary ul a {
    font-size: 17px;
    line-height: 1;
  }
}
.secondary.active {
  top: 0px;
}
.logosVertLine {
  position: absolute;
  top: 22%;
  left: 50%;
  z-index: 10;
  display: block;
  height: 90px;
  width: 2px;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(182 185 189 / var(--tw-bg-opacity));
}
@media (min-width: 782px) {

  .logosVertLine {
    display: none;
  }
}
.logosHorizLine {
  position: absolute;
  left: 50%;
  top: 44%;
  display: flex;
  height: 0.5rem;
  width: 80%;
  min-width: 290px;
  --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));
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 782px) {

  .logosHorizLine {
    display: none;
  }
}
.logosHorizLine div {
  display: block;
  height: 2px;
  width: 32vw;
  min-width: 120px;
  --tw-bg-opacity: 1;
  background-color: rgb(182 185 189 / var(--tw-bg-opacity));
}
.contentTextDetails h2 {
  font-family: Host Grotesk, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
@media (min-width: 782px) {

  .contentTextDetails h2 {
    font-size: 20px;
    line-height: 1.3;
  }
}
.contentTextDetails p {
  font-family: Host Grotesk, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
.contentTextDetails p:last-of-type {
  margin-bottom: 0px;
}
.contentTextDetails p b, .contentTextDetails p strong {
  font-family: Host Grotesk, sans-serif;
  font-weight: 700;
}
.contentTextDetails ul {
  list-style-position: inside;
  list-style-type: disc;
}
.contentTextDetails ul li {
  margin-bottom: 0.25rem;
  font-family: Host Grotesk, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
.rowDetails {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 782px) {

  .rowDetails {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {

  .rowDetails {
    flex-direction: row;
  }
}
.rowDetails .leftCol {
  margin-bottom: 1.25rem;
  width: 318px;
}
@media (min-width: 782px) {

  .rowDetails .leftCol {
    margin-bottom: 0px;
  }
}
.rowDetails .rightCol {
  margin-bottom: 3.5rem;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 782px) {

  .rowDetails .rightCol {
    margin-bottom: 5rem;
  }
}
.h2RoundAbsolute {
  position: absolute;
  top: -33px;
  left: 0px;
  width: 100%;
}
.h2RoundTitle {
  position: relative;
  margin-bottom: 1.5rem;
}
.h2RoundTitle .roundTitle {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 22px;
  border-bottom-right-radius: 22px;
  border-bottom-width: 2px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(126 217 76 / var(--tw-border-opacity));
}
.h2RoundTitleOverBG {
  position: relative;
  z-index: 10;
  --tw-translate-y: 22px;
  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));
}
.h2RoundTitleOverBG .roundTitle {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 22px;
  border-bottom-right-radius: 22px;
  border-bottom-width: 2px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(126 217 76 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.h2RoundTitleOverBG .roundTitleShort {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 22px;
  border-bottom-right-radius: 22px;
  border-bottom-width: 2px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(126 217 76 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.h2RoundTitleOverBG .roundTitleExtense {
  position: absolute;
  bottom: -4px;
  left: 0px;
  height: 40px;
  border-bottom-right-radius: 22px;
  border-bottom-width: 2px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(126 217 76 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 782px) {

  .h2RoundTitleOverBG .roundTitleExtense {
    bottom: 0px;
    height: 22px;
  }
}
.h2wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 480px) {

  .h2wrapper {
    max-width: 480px;
  }
}
@media (min-width: 600px) {

  .h2wrapper {
    max-width: 600px;
  }
}
@media (min-width: 782px) {

  .h2wrapper {
    max-width: 782px;
  }
}
@media (min-width: 1024px) {

  .h2wrapper {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .h2wrapper {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {

  .h2wrapper {
    max-width: 1440px;
  }
}
.h2wrapper {
  position: relative;
  z-index: 10;
  padding-bottom: 0.5rem;
}
.h2wrapper h2 {
  display: inline-flex;
}
.h2wrapper h2 span {
  margin-left: 0.25rem;
  display: inline-block;
}
.eventCardMobileAR {
  position: relative;
  height: auto;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(88 89 91 / var(--tw-bg-opacity));
  padding-top: calc(calc(212 / 280) * 100%);
}
.eventCardMobileAR .inner {
  position: absolute;
  inset: 0px;
  z-index: 2;
}
.eventCardMobileAR .inner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.h-20 { height: 5rem !important; }
.h-10 { height: 2.5rem !important; }
.gradientLight {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #e3e3e3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 227 227 / 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);
}
.frentesBoxWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.frentesBoxWrapper a {
  display: flex;
  height: 28px;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(126 217 76 / var(--tw-bg-opacity));
  font-size: 16px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
.frentesBox {
  position: relative;
  width: 100%;
  flex: 1 1 0%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(88 89 91 / var(--tw-bg-opacity));
  padding: 1.5rem;
  padding-bottom: 2.5rem;
}
.frentesBox .frentesBoxTitle {
  margin-bottom: 0.25rem;
  font-family: Host Grotesk, sans-serif;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(126 217 76 / var(--tw-text-opacity));
}
.frentesBox .frentesBoxSubtitle {
  margin-bottom: 1.5rem;
  font-family: Host Grotesk, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.frentesBox p {
  color: rgb(227 227 227 / 0.8);
}
.eventRow {
  position: relative;
  margin-bottom: 10rem;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 0.5rem;
}
.eventRow:last-of-type {
  margin-bottom: 0px;
}
@media (min-width: 1280px) {

  .eventRow {
    width: 95%;
    padding-right: 1.5rem;
  }
}
.eventRow .eventRowWrapperLeft {
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
  width: 320px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 1.5rem;
}
@media (min-width: 1024px) {

  .eventRow .eventRowWrapperLeft {
    width: 436px;
    padding-left: 2.25rem;
  }
}
.eventRow .eventRowWrapperLeft .wrapperImage {
  position: relative;
  z-index: 10;
  height: 184px;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
@media (min-width: 1024px) {

  .eventRow .eventRowWrapperLeft .wrapperImage {
    height: 246px;
  }
}
.eventRow .eventRowWrapperLeft .wrapperImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.eventRow .eventRowWrapperLeft .grayShape {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 124px;
  width: 100%;
  --tw-translate-y: 3rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(88 89 91 / var(--tw-bg-opacity));
}
.eventRow .eventRowWrapperRight {
  position: relative;
  z-index: 1;
  margin-top: 54px;
  display: flex;
  height: 184px;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {

  .eventRow .eventRowWrapperRight {
    height: 246px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.eventRow .eventRowWrapperRight p {
  font-size: 16px;
  line-height: 1.6;
}
.eventRow .gradientBase {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #e3e3e3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 227 227 / 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);
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: block;
  width: 70%;
}
@media (min-width: 1440px) {

  .eventRow .gradientBase {
    width: 1110px;
  }
}
.eventRow .gradientBase {
			/* 3xl:w-[1560px] */
		}
.eventRow .btnSidePlus {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(126 217 76 / var(--tw-bg-opacity));
  font-size: 16px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
.productsBox {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(88 89 91 / var(--tw-bg-opacity));
  padding: 2.25rem;
}
.productsBox p {
  font-family: Host Grotesk, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.productsBox p span {
  --tw-text-opacity: 1;
  color: rgb(126 217 76 / var(--tw-text-opacity));
}
.formContactWrapper form {
  width: 100%;
}
.formContactWrapper form .formRow {
  margin-bottom: 1rem;
  display: grid;
}
.formContactWrapper form input[type="text"], .formContactWrapper form input[type="email"] {
  width: 100%;
  border-radius: 9999px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(213 214 217 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  outline-width: 0px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.formContactWrapper form input[type="text"]::-moz-placeholder, .formContactWrapper form input[type="email"]::-moz-placeholder {
  font-family: Host Grotesk, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
.formContactWrapper form input[type="text"]::placeholder, .formContactWrapper form input[type="email"]::placeholder {
  font-family: Host Grotesk, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
.formContactWrapper form input[type="text"]:focus, .formContactWrapper form input[type="email"]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(126 217 76 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(0px + 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);
}
.formContactWrapper form textarea {
  width: 100%;
  border-radius: 14px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(213 214 217 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  outline-width: 0px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.formContactWrapper form textarea::-moz-placeholder {
  font-family: Host Grotesk, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
.formContactWrapper form textarea::placeholder {
  font-family: Host Grotesk, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
.formContactWrapper form textarea:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(126 217 76 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(0px + 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);
}
.bntBallPlus {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  font-family: Host Grotesk, sans-serif;
  font-size: 13px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(187 188 190 / var(--tw-text-opacity));
}
.bntBallPlus img {
  width: 1.25rem;
}
.btnGreenPill {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(126 217 76 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Host Grotesk, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
@media (min-width: 782px) {

  .btnGreenPill {
    font-weight: 300;
  }
}
.btnDisabledPill {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(187 188 190 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Host Grotesk, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
@media (min-width: 782px) {

  .btnDisabledPill {
    font-weight: 300;
  }
}
.wrapperAcc {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 480px) {

  .wrapperAcc {
    max-width: 480px;
  }
}
@media (min-width: 600px) {

  .wrapperAcc {
    max-width: 600px;
  }
}
@media (min-width: 782px) {

  .wrapperAcc {
    max-width: 782px;
  }
}
@media (min-width: 1024px) {

  .wrapperAcc {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .wrapperAcc {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {

  .wrapperAcc {
    max-width: 1440px;
  }
}
.wrapperAcc {
  position: relative;
  margin-bottom: 3.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px) {

  .wrapperAcc {
    margin-bottom: 6rem;
  }
}
.set-acc {
  margin-bottom: 1.75rem;
}
.set-acc:last-of-type {
  margin-bottom: 0px;
}
.set-acc .title-acc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(88 89 91 / var(--tw-border-opacity));
  padding-bottom: 10px;
  line-height: 1;
}
.set-acc .title-acc span {
  font-family: Sora, sans-serif;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
.set-acc .title-acc .arrowSelect {
  width: 1.75rem;
}
@media (min-width: 1024px) {

  .set-acc .title-acc .arrowSelect {
    width: 1.25rem;
  }
}
.set-acc .arrowSelect {
  --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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.set-acc .arrowSelect.active {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.set-acc .acc-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.set-acc .acc-content p {
  margin-bottom: 1rem;
}
.set-acc .acc-content p:last-of-type {
  margin-bottom: 0px;
}
.set-acc .acc-content p:has(+ ul) {
  margin-bottom: 0.25rem !important;
}
.set-acc .acc-content ul {
  margin-bottom: 1rem;
  list-style-position: inside;
  list-style-type: disc;
  font-family: Host Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
.set-acc .acc-content ul li {
  font-family: Host Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
.set-acc-mentores {
  width: 100%;
  list-style-type: none;
}
.boxMentores {
  display: flex;
  height: 102px;
  width: 100%;
  align-items: stretch;
  justify-content: flex-start;
}
@media (min-width: 782px) {

  .boxMentores {
    width: 204px;
  }
}
.boxMentores .photoWrapper {
  aspect-ratio: 1 / 1;
  height: 102px;
  width: 102px;
  overflow: hidden;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.boxMentores .photoWrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.boxMentores .infosWrapper {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
  padding: 0.75rem;
}
.boxMentores .name {
  font-family: Host Grotesk, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
.boxMentores .separador {
  display: block;
  height: 2px;
  width: 5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(187 188 190 / var(--tw-bg-opacity));
}
.boxMentores .linksWrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.descMentor {
  position: relative;
  width: 100%;
  padding-top: 2rem;
}
.descMentor p {
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
.descMentor p:last-of-type {
  margin-bottom: 0px;
}
.descMentorDesktop {
  position: relative;
  width: 100%;
  padding: 1.5rem;
  padding-top: 2.5rem;
}
.descMentorDesktop p {
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
.descMentorDesktop p:last-of-type {
  margin-bottom: 0px;
}
.descMentorDesktop .closeBio img {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 18px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
footer {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #e3e3e3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 227 227 / 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);
  position: relative;
  width: 100%;
  padding-top: 2rem;
}
@media (min-width: 782px) {

  footer {
    padding-top: 4rem;
  }
}
footer .titFooter {
  font-family: Sora, sans-serif;
  font-size: 22px;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
@media (min-width: 782px) {

  footer .titFooter {
    font-size: 30px;
  }
}
footer p {
  font-size: 14px;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
footer .footerMenu {
  display: flex;
  width: 10rem;
  flex-direction: column;
}
footer .footerMenu li {
  margin-bottom: 0.5rem;
}
footer .footerMenu li a {
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
footer .footerMenu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(126 217 76 / var(--tw-text-opacity));
}
footer .posFooter li, footer .posFooter a {
  font-size: 13px;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
footer .posFooter a {
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
footer .posFooter a:hover {
  --tw-text-opacity: 1;
  color: rgb(126 217 76 / var(--tw-text-opacity));
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-top-\[100vh\] {
  top: -100vh;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-\[-20px\] {
  bottom: -20px;
}
.bottom-\[-4px\] {
  bottom: -4px;
}
.bottom-\[50px\] {
  bottom: 50px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-6 {
  left: 1.5rem;
}
.right-0 {
  right: 0px;
}
.right-1\/2 {
  right: 50%;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.right-\[-4px\] {
  right: -4px;
}
.right-\[30px\] {
  right: 30px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[-33px\] {
  top: -33px;
}
.top-\[12px\] {
  top: 12px;
}
.top-\[22\%\] {
  top: 22%;
}
.top-\[30px\] {
  top: 30px;
}
.top-\[44\%\] {
  top: 44%;
}
.top-nb_child2_xs {
  top: calc(50% - 8px);
}
.top-nb_child3_xs {
  top: calc(50% + 8px);
}
.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-\[2\] {
  z-index: 2;
}
.m-0 {
  margin: 0px;
}
.m-8 {
  margin: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.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-20 {
  margin-bottom: 5rem;
}
.mb-28 {
  margin-bottom: 7rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[54px\] {
  margin-top: 54px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[1\.5px\] {
  height: 1.5px;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[102px\] {
  height: 102px;
}
.h-\[122px\] {
  height: 122px;
}
.h-\[124px\] {
  height: 124px;
}
.h-\[138px\] {
  height: 138px;
}
.h-\[144px\] {
  height: 144px;
}
.h-\[184px\] {
  height: 184px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[215px\] {
  height: 215px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[314px\] {
  height: 314px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[432px\] {
  height: 432px;
}
.h-\[472px\] {
  height: 472px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[90px\] {
  height: 90px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-\[102px\] {
  width: 102px;
}
.w-\[105vw\] {
  width: 105vw;
}
.w-\[188px\] {
  width: 188px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[204px\] {
  width: 204px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[290px\] {
  width: 290px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[318px\] {
  width: 318px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[32vw\] {
  width: 32vw;
}
.w-\[33vw\] {
  width: 33vw;
}
.w-\[588px\] {
  width: 588px;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80vw\] {
  width: 80vw;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[290px\] {
  min-width: 290px;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-grow {
  flex-grow: 1;
}
.basis-full {
  flex-basis: 100%;
}
.-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-x-2 {
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[60\%\] {
  --tw-translate-x: -60%;
  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-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-3 {
  --tw-translate-y: -0.75rem;
  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-\[10px\] {
  --tw-translate-y: -10px;
  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-\[32px\] {
  --tw-translate-y: -32px;
  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-12 {
  --tw-translate-y: 3rem;
  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-6 {
  --tw-translate-y: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-2px\] {
  --tw-translate-y: -2px;
  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-\[22px\] {
  --tw-translate-y: 22px;
  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-\[25px\] {
  --tw-translate-y: 25px;
  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-\[27px\] {
  --tw-translate-y: 27px;
  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-\[56px\] {
  --tw-translate-y: 56px;
  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));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-14 {
  row-gap: 3.5rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-\[5px\] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}
.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}
.rounded-br-\[22px\] {
  border-bottom-right-radius: 22px;
}
.rounded-tl-\[3px\] {
  border-top-left-radius: 3px;
}
.rounded-tr-\[30px\] {
  border-top-right-radius: 30px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-r-\[2px\] {
  border-right-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.border-\[\#b0fa6f\] {
  --tw-border-opacity: 1;
  border-color: rgb(176 250 111 / var(--tw-border-opacity));
}
.border-gray_default {
  --tw-border-opacity: 1;
  border-color: rgb(88 89 91 / var(--tw-border-opacity));
}
.border-green_default {
  --tw-border-opacity: 1;
  border-color: rgb(126 217 76 / 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));
}
.bg-\[\#b6b9bd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(182 185 189 / var(--tw-bg-opacity));
}
.bg-\[\#bbbcbe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(187 188 190 / var(--tw-bg-opacity));
}
.bg-\[\#d5d6d9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(213 214 217 / var(--tw-bg-opacity));
}
.bg-\[\#e3e3e3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.bg-\[\#e8e8e8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-gray_default {
  --tw-bg-opacity: 1;
  background-color: rgb(88 89 91 / var(--tw-bg-opacity));
}
.bg-green_default {
  --tw-bg-opacity: 1;
  background-color: rgb(126 217 76 / 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-addclick {
  background-image: url(../images/hero-addclick.webp?ca779fc96092b7b6cb9ad4872f877580);
}
.bg-addnext {
  background-image: url(../images/hero-addnext.webp?62987d2df37f458e5f29ce05981c1860);
}
.bg-addone {
  background-image: url(../images/hero-detalhe.webp?6baf63d583f59d74df9844dfde1cae8e);
}
.bg-addtalks2 {
  background-image: url(../images/hero-addtalks.webp?387c18c3a8115372fa6d15ed43bb24f6);
}
.bg-agenda {
  background-image: url(../images/hero-agenda.webp?28b740b18622d89cce1d333c66482b80);
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-parceiros {
  background-image: url(../images/hero-parceiros.webp?cdccf31405e1a5065313e81ed13dfdcc);
}
.bg-produtos {
  background-image: url(../images/hero-produtos.webp?89aa71ea363d3a46288a52a31587eba4);
}
.bg-sobre {
  background-image: url(../images/hero-sobre.webp?d7b98846c07008eb0c2d35394ccfef43);
}
.from-\[\#e3e3e3\] {
  --tw-gradient-from: #e3e3e3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 227 227 / 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-\[length\:10px_1px\] {
  background-size: 10px 1px;
}
.bg-cover {
  background-size: cover;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-6 {
  padding: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.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-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-\[54px\] {
  padding-left: 54px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.pt-\[90px\] {
  padding-top: 90px;
}
.pt-eventcard_mobile {
  padding-top: calc(calc(212 / 280) * 100%);
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-hostgrotesk {
  font-family: Host Grotesk, sans-serif;
}
.font-sora {
  font-family: Sora, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[13\.5px\]\/\[1\] {
  font-size: 13.5px;
  line-height: 1;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[13px\]\/\[1\.4\] {
  font-size: 13px;
  line-height: 1.4;
}
.text-\[13px\]\/\[1\] {
  font-size: 13px;
  line-height: 1;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[14px\]\/\[1\.4\] {
  font-size: 14px;
  line-height: 1.4;
}
.text-\[14px\]\/\[1\.6\] {
  font-size: 14px;
  line-height: 1.6;
}
.text-\[14px\]\/\[1\] {
  font-size: 14px;
  line-height: 1;
}
.text-\[15px\]\/\[1\] {
  font-size: 15px;
  line-height: 1;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[16px\]\/\[1\.2\] {
  font-size: 16px;
  line-height: 1.2;
}
.text-\[16px\]\/\[1\.6\] {
  font-size: 16px;
  line-height: 1.6;
}
.text-\[16px\]\/\[1\] {
  font-size: 16px;
  line-height: 1;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\]\/\[1\.2\] {
  font-size: 18px;
  line-height: 1.2;
}
.text-\[18px\]\/\[1\] {
  font-size: 18px;
  line-height: 1;
}
.text-\[20px\]\/\[1\.2\] {
  font-size: 20px;
  line-height: 1.2;
}
.text-\[20px\]\/\[1\.3\] {
  font-size: 20px;
  line-height: 1.3;
}
.text-\[21px\]\/\[1\.2\] {
  font-size: 21px;
  line-height: 1.2;
}
.text-\[22px\]\/\[1\.2\] {
  font-size: 22px;
  line-height: 1.2;
}
.text-\[22px\]\/\[1\.3\] {
  font-size: 22px;
  line-height: 1.3;
}
.text-\[28px\]\/\[1\.2\] {
  font-size: 28px;
  line-height: 1.2;
}
.text-\[8vw\]\/\[1\.1\] {
  font-size: 8vw;
  line-height: 1.1;
}
.text-lg\/\[1\] {
  font-size: 1.125rem;
  line-height: 1;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[\#bbbcbe\] {
  --tw-text-opacity: 1;
  color: rgb(187 188 190 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 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-gray_default {
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
.text-green_default {
  --tw-text-opacity: 1;
  color: rgb(126 217 76 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline-0 {
  outline-width: 0px;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  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);
}
.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}
.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 600px) {

  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption {
  display: inline-block;
}
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}
/* @import "fonts.css"; */
@media (min-width: 782px) {
    .md\:h-10 { height: 2.5rem !important; }
}
@media (min-width: 1024px) {

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

  @media (min-width: 480px) {

    .lg\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 600px) {

    .lg\:container {
      max-width: 600px;
    }
  }

  @media (min-width: 782px) {

    .lg\:container {
      max-width: 782px;
    }
  }

  @media (min-width: 1024px) {

    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px) {

    .lg\:container {
      max-width: 1440px;
    }
  }
}
.placeholder\:font-hostgrotesk::-moz-placeholder {
  font-family: Host Grotesk, sans-serif;
}
.placeholder\:font-hostgrotesk::placeholder {
  font-family: Host Grotesk, sans-serif;
}
.placeholder\:font-light::-moz-placeholder {
  font-weight: 300;
}
.placeholder\:font-light::placeholder {
  font-weight: 300;
}
.placeholder\:text-gray_default::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
.placeholder\:text-gray_default::placeholder {
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
.before\:content-\[\'xs\'\]::before {
  --tw-content: 'xs';
  content: var(--tw-content);
}
.hover\:border-gray_default:hover {
  --tw-border-opacity: 1;
  border-color: rgb(88 89 91 / var(--tw-border-opacity));
}
.hover\:border-green_default:hover {
  --tw-border-opacity: 1;
  border-color: rgb(126 217 76 / var(--tw-border-opacity));
}
.hover\:bg-gray_default:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(88 89 91 / var(--tw-bg-opacity));
}
.hover\:bg-green_default:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 217 76 / var(--tw-bg-opacity));
}
.hover\:text-gray_default:hover {
  --tw-text-opacity: 1;
  color: rgb(88 89 91 / var(--tw-text-opacity));
}
.hover\:text-green_default:hover {
  --tw-text-opacity: 1;
  color: rgb(126 217 76 / 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-green_default:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(126 217 76 / var(--tw-bg-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + 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);
}
@media (min-width: 600px) {

  .sm\:bottom-0 {
    bottom: 0px;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:left-0 {
    left: 0px;
  }

  .sm\:left-6 {
    left: 1.5rem;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:top-\[40\%\] {
    top: 40%;
  }

  .sm\:h-\[130px\] {
    height: 130px;
  }

  .sm\:h-\[44px\] {
    height: 44px;
  }

  .sm\:h-\[460px\] {
    height: 460px;
  }

  .sm\:h-\[67px\] {
    height: 67px;
  }

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

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

  .sm\:basis-\[48\%\] {
    flex-basis: 48%;
  }

  .sm\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:text-\[40px\]\/\[1\.2\] {
    font-size: 40px;
    line-height: 1.2;
  }

  .sm\:text-xs\/\[1\] {
    font-size: 0.75rem;
    line-height: 1;
  }

  .sm\:before\:content-\[\'sm\'\]::before {
    --tw-content: 'sm';
    content: var(--tw-content);
  }
}
@media (min-width: 782px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:bottom-6 {
    bottom: 1.5rem;
  }

  .md\:left-1\/2 {
    left: 50%;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:right-6 {
    right: 1.5rem;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:top-\[50\%\] {
    top: 50%;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

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

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

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

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

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

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

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

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

  .md\:w-\[150px\] {
    width: 150px;
  }

  .md\:w-\[204px\] {
    width: 204px;
  }

  .md\:w-\[30\%\] {
    width: 30%;
  }

  .md\:w-\[45\%\] {
    width: 45%;
  }

  .md\:w-\[52\%\] {
    width: 52%;
  }

  .md\:w-\[520px\] {
    width: 520px;
  }

  .md\:w-\[70\%\] {
    width: 70%;
  }

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

  .md\:basis-4\/12 {
    flex-basis: 33.333333%;
  }

  .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\:translate-y-\[42px\] {
    --tw-translate-y: 42px;
    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-\[44px\] {
    --tw-translate-y: 44px;
    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-nowrap {
    flex-wrap: nowrap;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .md\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  }

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

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

  .md\:text-\[20px\]\/\[1\.3\] {
    font-size: 20px;
    line-height: 1.3;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:text-\[24px\]\/\[1\.2\] {
    font-size: 24px;
    line-height: 1.2;
  }

  .md\:text-\[24px\]\/\[1\] {
    font-size: 24px;
    line-height: 1;
  }

  .md\:text-\[30px\] {
    font-size: 30px;
  }

  .md\:text-\[32px\]\/\[1\.2\] {
    font-size: 32px;
    line-height: 1.2;
  }

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

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

  .md\:before\:content-\[\'md\'\]::before {
    --tw-content: 'md';
    content: var(--tw-content);
  }
}
@media (min-width: 1024px) {

  .lg\:relative {
    position: relative;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:top-auto {
    top: auto;
  }

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

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

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

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

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

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

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

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

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

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

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

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

  .lg\:w-\[40\%\] {
    width: 40%;
  }

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

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

  .lg\:w-\[45\%\] {
    width: 45%;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[96\%\] {
    width: 96%;
  }

  .lg\:basis-3\/12 {
    flex-basis: 25%;
  }

  .lg\:basis-4\/12 {
    flex-basis: 33.333333%;
  }

  .lg\:basis-\[10\%\] {
    flex-basis: 10%;
  }

  .lg\:basis-\[12\%\] {
    flex-basis: 12%;
  }

  .lg\:basis-\[20\%\] {
    flex-basis: 20%;
  }

  .lg\:basis-\[25\%\] {
    flex-basis: 25%;
  }

  .lg\:basis-\[38\%\] {
    flex-basis: 38%;
  }

  .lg\:basis-\[40\%\] {
    flex-basis: 40%;
  }

  .lg\:-translate-y-\[50px\] {
    --tw-translate-y: -50px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-\[140px\] {
    --tw-translate-y: 140px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(8 145 178 / var(--tw-bg-opacity));
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:pl-9 {
    padding-left: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

  .lg\:text-\[30px\]\/\[1\.2\] {
    font-size: 30px;
    line-height: 1.2;
  }

  .lg\:text-\[40px\]\/\[1\.2\] {
    font-size: 40px;
    line-height: 1.2;
  }

  .lg\:before\:content-\[\'lg\'\]::before {
    --tw-content: 'lg';
    content: var(--tw-content);
  }
}
@media (min-width: 1280px) {

  .xl\:bottom-\[-6px\] {
    bottom: -6px;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:h-\[250px\] {
    height: 250px;
  }

  .xl\:h-\[472px\] {
    height: 472px;
  }

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

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

  .xl\:w-\[95\%\] {
    width: 95%;
  }

  .xl\:-translate-x-\[200px\] {
    --tw-translate-x: -200px;
    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\:-translate-y-\[60px\] {
    --tw-translate-y: -60px;
    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\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128 / var(--tw-bg-opacity));
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

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

  .xl\:text-\[14px\]\/\[1\] {
    font-size: 14px;
    line-height: 1;
  }

  .xl\:text-\[17px\]\/\[1\] {
    font-size: 17px;
    line-height: 1;
  }

  .xl\:text-\[36px\]\/\[1\.2\] {
    font-size: 36px;
    line-height: 1.2;
  }

  .xl\:text-\[52px\]\/\[1\.2\] {
    font-size: 52px;
    line-height: 1.2;
  }

  .xl\:before\:content-\[\'xl\'\]::before {
    --tw-content: 'xl';
    content: var(--tw-content);
  }
}
@media (min-width: 1440px) {

  .\32xl\:bottom-0 {
    bottom: 0px;
  }

  .\32xl\:w-\[1110px\] {
    width: 1110px;
  }

  .\32xl\:-translate-x-\[300px\] {
    --tw-translate-x: -300px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\32xl\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .\32xl\:before\:content-\[\'2xl\'\]::before {
    --tw-content: '2xl';
    content: var(--tw-content);
  }
}
