/*
! 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: currentColor; /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
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;
}h1 {
  font-size: 58px;
  line-height: 110%;
}@media (max-width: 600px) {

  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 110%;
  }
}h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
}h2 {
  font-size: 48px;
  line-height: 120%;
}@media (max-width: 600px) {

  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 120%;
  }
}h3 {
  font-size: 38px;
  line-height: 120%;
}@media (max-width: 600px) {

  h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 120%;
  }
}h4 {
  font-size: 32px;
  line-height: 120%;
}@media (max-width: 600px) {

  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 120%;
  }
}h5 {
  font-size: 28px;
  line-height: 130%;
}@media (max-width: 600px) {

  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 130%;
  }
}h6 {
  font-size: 24px;
  line-height: 130%;
}@media (max-width: 600px) {

  h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 130%;
  }
}.btn {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.75rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: linear;
}.btn.hero {
  --tw-bg-opacity: 1;
  background-color: rgb(228 86 45 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}.btn.hero:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 161 167 / var(--tw-bg-opacity));
}.btn.primary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.btn.primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.btn.primary.done {
  margin-left: auto;
  margin-right: auto;
  display: none;
  text-align: center;
}.btn.secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}.btn.secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}header.smaller .container .hamburger {
  position: relative;
  z-index: 50;
  display: none;
  width: 100%;
}@media (max-width: 991px) {

  header.smaller .container .hamburger {
    display: block;
  }
}header.smaller .container .hamburger .hamburger-box {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}header.smaller .container .hamburger .hamburger-box .hamburger-inner,header.smaller .container .hamburger .hamburger-box .hamburger-inner::before,header.smaller .container .hamburger .hamburger-box .hamburger-inner::after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
}header.smaller .top {
  --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);
}header .top {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: linear;
}header .container .menu {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}@media (max-width: 991px) {

  header .container .menu {
    display: none;
  }
}header .container .menu li:not(:last-child) {
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(228 86 45 / var(--tw-border-opacity));
  padding-right: 2.5rem;
}@media (max-width: 991px) {

  header .container .menu li:not(:last-child) {
    border-style: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}header .container .menu li a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(58 58 69 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}header .container .menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(29 161 167 / var(--tw-text-opacity));
}header .container .logo-menu-wrapper a img.logo-white {
  display: none;
}header .container .hamburger {
  position: relative;
  z-index: 50;
  display: none;
  width: 100%;
}@media (max-width: 991px) {

  header .container .hamburger {
    display: block;
  }
}header .container .hamburger .hamburger-box {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}header .container .hamburger .hamburger-box .hamburger-inner,header .container .hamburger .hamburger-box .hamburger-inner::before,header .container .hamburger .hamburger-box .hamburger-inner::after {
  --tw-bg-opacity: 1;
  background-color: rgb(29 161 167 / var(--tw-bg-opacity));
  opacity: 1;
}header .container .menu-mobile nav {
  display: flex;
  justify-content: center;
}header .container .menu-mobile nav ul {
  display: flex;
  width: 100%;
  max-width: 32rem;
  list-style-type: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}header .container .menu-mobile nav ul li {
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}header .container .menu-mobile nav ul li a {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --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);
}

*, ::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: 15px;
  padding-left: 15px;
}@media (min-width: 1276px) {

  .container {
    max-width: 1276px;
  }
}.pointer-events-none {
  pointer-events: none;
}.static {
  position: static;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.bottom-16 {
  bottom: 4rem;
}.bottom-8 {
  bottom: 2rem;
}.left-0 {
  left: 0px;
}.right-0 {
  right: 0px;
}.right-8 {
  right: 2rem;
}.top-0 {
  top: 0px;
}.top-16 {
  top: 4rem;
}.top-52 {
  top: 13rem;
}.top-\[301px\] {
  top: 301px;
}.top-\[80px\] {
  top: 80px;
}.z-10 {
  z-index: 10;
}.z-30 {
  z-index: 30;
}.z-50 {
  z-index: 50;
}.float-left {
  float: left;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.mb-1 {
  margin-bottom: 0.25rem;
}.mb-10 {
  margin-bottom: 2.5rem;
}.mb-11 {
  margin-bottom: 2.75rem;
}.mb-12 {
  margin-bottom: 3rem;
}.mb-14 {
  margin-bottom: 3.5rem;
}.mb-16 {
  margin-bottom: 4rem;
}.mb-20 {
  margin-bottom: 5rem;
}.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-9 {
  margin-bottom: 2.25rem;
}.mb-\[40px\] {
  margin-bottom: 40px;
}.mb-\[46px\] {
  margin-bottom: 46px;
}.mb-\[47px\] {
  margin-bottom: 47px;
}.mb-\[52px\] {
  margin-bottom: 52px;
}.mb-\[54px\] {
  margin-bottom: 54px;
}.mb-\[59px\] {
  margin-bottom: 59px;
}.mb-\[69px\] {
  margin-bottom: 69px;
}.ml-\[36px\] {
  margin-left: 36px;
}.mr-10 {
  margin-right: 2.5rem;
}.mt-10 {
  margin-top: 2.5rem;
}.mt-20 {
  margin-top: 5rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-\[38px\] {
  margin-top: 38px;
}.flex {
  display: flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.h-4 {
  height: 1rem;
}.h-\[11px\] {
  height: 11px;
}.h-\[1px\] {
  height: 1px;
}.h-\[28px\] {
  height: 28px;
}.h-\[387px\] {
  height: 387px;
}.h-\[464px\] {
  height: 464px;
}.h-\[76px\] {
  height: 76px;
}.h-auto {
  height: auto;
}.h-full {
  height: 100%;
}.h-screen {
  height: 100vh;
}.max-h-\[300px\] {
  max-height: 300px;
}.w-\[11px\] {
  width: 11px;
}.w-\[28px\] {
  width: 28px;
}.w-\[2px\] {
  width: 2px;
}.w-\[76px\] {
  width: 76px;
}.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}.w-full {
  width: 100%;
}.max-w-\[1024px\] {
  max-width: 1024px;
}.max-w-\[110px\] {
  max-width: 110px;
}.max-w-\[114px\] {
  max-width: 114px;
}.max-w-\[1216px\] {
  max-width: 1216px;
}.max-w-\[1260px\] {
  max-width: 1260px;
}.max-w-\[180px\] {
  max-width: 180px;
}.max-w-\[206px\] {
  max-width: 206px;
}.max-w-\[292px\] {
  max-width: 292px;
}.max-w-\[320px\] {
  max-width: 320px;
}.max-w-\[325px\] {
  max-width: 325px;
}.max-w-\[348px\] {
  max-width: 348px;
}.max-w-\[373px\] {
  max-width: 373px;
}.max-w-\[381px\] {
  max-width: 381px;
}.max-w-\[467px\] {
  max-width: 467px;
}.max-w-\[490px\] {
  max-width: 490px;
}.max-w-\[520px\] {
  max-width: 520px;
}.max-w-\[540px\] {
  max-width: 540px;
}.max-w-\[552px\] {
  max-width: 552px;
}.max-w-\[566px\] {
  max-width: 566px;
}.max-w-\[600px\] {
  max-width: 600px;
}.max-w-\[698px\] {
  max-width: 698px;
}.max-w-\[806px\] {
  max-width: 806px;
}.max-w-\[817px\] {
  max-width: 817px;
}.max-w-\[872px\] {
  max-width: 872px;
}.max-w-\[9\.5rem\] {
  max-width: 9.5rem;
}.max-w-full {
  max-width: 100%;
}.max-w-\[410px\] {
  max-width: 410px;
}.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.flex-col {
  flex-direction: column;
}.items-start {
  align-items: flex-start;
}.items-end {
  align-items: flex-end;
}.items-center {
  align-items: center;
}.items-stretch {
  align-items: stretch;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.gap-10 {
  gap: 2.5rem;
}.gap-14 {
  gap: 3.5rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-4 {
  gap: 1rem;
}.gap-6 {
  gap: 1.5rem;
}.gap-8 {
  gap: 2rem;
}.gap-\[5px\] {
  gap: 5px;
}.overflow-auto {
  overflow: auto;
}.overflow-hidden {
  overflow: hidden;
}.overflow-scroll {
  overflow: scroll;
}.rounded-\[12px\] {
  border-radius: 12px;
}.rounded-full {
  border-radius: 9999px;
}.rounded-xl {
  border-radius: 0.75rem;
}.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}.border {
  border-width: 1px;
}.border-\[1px\] {
  border-width: 1px;
}.border-t {
  border-top-width: 1px;
}.border-darkBlue {
  --tw-border-opacity: 1;
  border-color: rgb(0 88 92 / var(--tw-border-opacity));
}.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(58 58 69 / var(--tw-border-opacity));
}.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(228 86 45 / var(--tw-border-opacity));
}.bg-\[\#EDF8F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 248 249 / var(--tw-bg-opacity));
}.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(29 161 167 / var(--tw-bg-opacity));
}.bg-darkBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 88 92 / var(--tw-bg-opacity));
}.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(228 86 45 / var(--tw-bg-opacity));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(246 182 30 / var(--tw-bg-opacity));
}.bg-\[url\(\'\.\.\/assets\/img\/bg-hero\.webp\'\)\] {
  background-image: url('../assets/img/bg-hero.webp');
}.bg-cover {
  background-size: cover;
}.bg-left {
  background-position: left;
}.bg-center {
  background-position: center;
}.bg-no-repeat {
  background-repeat: no-repeat;
}.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.p-5 {
  padding: 1.25rem;
}.p-6 {
  padding: 1.5rem;
}.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}.px-\[27px\] {
  padding-left: 27px;
  padding-right: 27px;
}.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-\[29px\] {
  padding-top: 29px;
  padding-bottom: 29px;
}.py-\[70px\] {
  padding-top: 70px;
  padding-bottom: 70px;
}.py-\[72px\] {
  padding-top: 72px;
  padding-bottom: 72px;
}.py-\[74px\] {
  padding-top: 74px;
  padding-bottom: 74px;
}.pb-10 {
  padding-bottom: 2.5rem;
}.pb-\[27px\] {
  padding-bottom: 27px;
}.pt-3 {
  padding-top: 0.75rem;
}.pt-6 {
  padding-top: 1.5rem;
}.pt-\[69px\] {
  padding-top: 69px;
}.pt-\[70px\] {
  padding-top: 70px;
}.text-center {
  text-align: center;
}.text-justify {
  text-align: justify;
}.text-\[18px\] {
  font-size: 18px;
}.text-\[20px\] {
  font-size: 20px;
}.text-\[28px\] {
  font-size: 28px;
}.text-\[32px\] {
  font-size: 32px;
}.text-\[38px\] {
  font-size: 38px;
}.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.font-bold {
  font-weight: 700;
}.font-light {
  font-weight: 300;
}.font-normal {
  font-weight: 400;
}.italic {
  font-style: italic;
}.text-darkBlue {
  --tw-text-opacity: 1;
  color: rgb(0 88 92 / var(--tw-text-opacity));
}.text-gray {
  --tw-text-opacity: 1;
  color: rgb(58 58 69 / var(--tw-text-opacity));
}.text-orange {
  --tw-text-opacity: 1;
  color: rgb(228 86 45 / var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(246 182 30 / var(--tw-text-opacity));
}.opacity-0 {
  opacity: 0;
}.shadow-\[0px_4px_25px_0px_rgba\(0\2c _153\2c _166\2c _0\.15\)\] {
  --tw-shadow: 0px 4px 25px 0px rgba(0, 153, 166, 0.15);
  --tw-shadow-colored: 0px 4px 25px 0px 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-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);
}.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-\[300ms\] {
  transition-duration: 300ms;
}.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-linear {
  transition-timing-function: linear;
}html {
  scroll-padding-top: 10rem;
  scroll-behavior: smooth;
}html,body {
  overflow-x: hidden;
}img {
  display: block;
  max-width: 100%;
}* {
  font-family: Gustan, sans-serif;
}.container{position:relative;z-index:2}@font-face{font-family:"Gustan";src:url("../fonts/Gustan-BlackItalic.woff2") format("woff2"),url("../fonts/Gustan-BlackItalic.woff") format("woff");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:"Gustan";src:url("../fonts/Gustan-Bold.woff2") format("woff2"),url("../fonts/Gustan-Bold.woff") format("woff");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"Gustan";src:url("../fonts/Gustan-Black.woff2") format("woff2"),url("../fonts/Gustan-Black.woff") format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Gustan";src:url("../fonts/Gustan-ExtraboldItalic.woff2") format("woff2"),url("../fonts/Gustan-ExtraboldItalic.woff") format("woff");font-weight:bold;font-style:italic;font-display:swap}@font-face{font-family:"Gustan Extrablack";src:url("../fonts/Gustan-ExtrablackItalic.woff2") format("woff2"),url("../fonts/Gustan-ExtrablackItalic.woff") format("woff");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:"Gustan Extrablack";src:url("../fonts/Gustan-Extrablack.woff2") format("woff2"),url("../fonts/Gustan-Extrablack.woff") format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Gustan Book";src:url("../fonts/Gustan-Book.woff2") format("woff2"),url("../fonts/Gustan-Book.woff") format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Gustan";src:url("../fonts/Gustan-Light.woff2") format("woff2"),url("../fonts/Gustan-Light.woff") format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Gustan";src:url("../fonts/Gustan-Extrabold.woff2") format("woff2"),url("../fonts/Gustan-Extrabold.woff") format("woff");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"Gustan Book";src:url("../fonts/Gustan-BookItalic.woff2") format("woff2"),url("../fonts/Gustan-BookItalic.woff") format("woff");font-weight:normal;font-style:italic;font-display:swap}@font-face{font-family:"Gustan";src:url("../fonts/Gustan-BoldItalic.woff2") format("woff2"),url("../fonts/Gustan-BoldItalic.woff") format("woff");font-weight:bold;font-style:italic;font-display:swap}@font-face{font-family:"Gustan";src:url("../fonts/Gustan-LightItalic.woff2") format("woff2"),url("../fonts/Gustan-LightItalic.woff") format("woff");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:"Gustan";src:url("../fonts/Gustan-Medium.woff2") format("woff2"),url("../fonts/Gustan-Medium.woff") format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Gustan";src:url("../fonts/Gustan-ThinItalic.woff2") format("woff2"),url("../fonts/Gustan-ThinItalic.woff") format("woff");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:"Gustan";src:url("../fonts/Gustan-Thin.woff2") format("woff2"),url("../fonts/Gustan-Thin.woff") format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:"Gustan";src:url("../fonts/Gustan-MediumItalic.woff2") format("woff2"),url("../fonts/Gustan-MediumItalic.woff") format("woff");font-weight:500;font-style:italic;font-display:swap}.s-comportamentos .swiper-slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 12px;height:auto !important;
}.s-comportamentos .swiper-slide .card {
  width: 100%;
  max-width: 400px;
  border-radius: 0.75rem;
  padding: 28px;background:rgba(255,255,255,.7);box-shadow:4px 4px 32px 0px rgba(0,0,0,.05);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);
}.s-comportamentos .swiper-slide .card img {
  margin-bottom: 1.75rem;
}.s-comportamentos .swiper-slide .card h5 {
  --tw-text-opacity: 1;
  color: rgb(58 58 69 / var(--tw-text-opacity));
}.s-regioes{background:rgba(0,153,166,.07)}@media (max-width: 767px) {

  .s-regioes {
    border-radius: 1.5rem;
  }
}.s-regioes .map-wrapper{position:relative;display:inline-block;width:100%}.s-regioes .map-wrapper .map-brasil{display:block;width:100%}.s-regioes .map-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.s-regioes .state-path{fill:rgba(0,0,0,0);stroke:rgba(0,0,0,0);cursor:pointer;pointer-events:auto;transition:fill .2s ease}.s-regioes .state-path:hover{fill:rgba(29,161,167,.25);stroke:rgba(29,161,167,.6);stroke-width:1.5}.s-regioes .state-path.is-selected{fill:rgba(0,88,92,.45);stroke:#00585c;stroke-width:2}.s-regioes .regioes-card{background:#fff;border-radius:12px;box-shadow:0 4px 25px 0 rgba(0,153,166,.15);padding:29px 27px;min-height:160px;display:flex;flex-direction:column;justify-content:center;margin-bottom:50px}.s-regioes .regioes-card__prompt{font-size:1.125rem;line-height:1.75rem;color:#3a3a45;opacity:.55;text-align:center;margin:0}.s-regioes .regioes-card__content{display:flex;flex-direction:column}.s-regioes .regioes-card__state{font-size:1.5rem;font-weight:700;color:#00585c;line-height:1.3;margin:24px 0 16px 0}.s-regioes .regioes-card__cities{font-size:1.125rem;line-height:1.75rem;color:#3a3a45;margin:0}@media(max-width: 767px){.s-regioes .regioes-card{min-height:unset !important}.s-regioes .regioes-card__state{font-size:18px}.s-regioes .regioes-card__cities{font-size:16px}}#regioes-popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}#regioes-popup-overlay.is-open{opacity:1;visibility:visible}.regioes-popup{background:#fff;border-radius:12px;padding:48px 20px 20px;width:100%;max-width:360px;position:relative;box-shadow:0 8px 40px rgba(0,0,0,.2);transform:scale(0.93);transition:transform .25s ease}#regioes-popup-overlay.is-open .regioes-popup{transform:scale(1)}.regioes-popup__close{position:absolute;top:10px;right:14px;font-size:26px;line-height:1;background:none;border:none;cursor:pointer;color:#3a3a45;padding:0}#regioes-popup-content img{width:100%;border-radius:8px;display:block}#regioes-popup-content .regioes-card__state{font-size:18px;font-weight:700;color:#00585c;margin:16px 0 10px}#regioes-popup-content .regioes-card__cities{font-size:15px;line-height:1.6;color:#3a3a45;margin:0}.s-pre-requisitos .accordion .accordion-item {
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 161 167 / var(--tw-border-opacity));
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 27px;
  padding-right: 27px;
}.s-pre-requisitos .accordion .accordion-item:nth-child(2) {
  --tw-border-opacity: 1;
  border-color: rgb(246 182 30 / var(--tw-border-opacity));
}.s-pre-requisitos .accordion .accordion-item:nth-child(3) {
  --tw-border-opacity: 1;
  border-color: rgb(228 86 45 / var(--tw-border-opacity));
}.s-pre-requisitos .accordion .accordion-item .accordion-header {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}.s-pre-requisitos .accordion .accordion-item .accordion-header p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(228 86 45 / var(--tw-text-opacity));
}.s-pre-requisitos .accordion .accordion-item .accordion-header img {
  --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));
}.s-pre-requisitos .accordion .accordion-item .accordion-content {
  pointer-events: none;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: linear;
}.s-pre-requisitos .accordion .accordion-item.active .accordion-header {
  margin-bottom: 1rem;
}.s-pre-requisitos .accordion .accordion-item.active .accordion-header img {
  --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));
}.s-pre-requisitos .accordion .accordion-item.active .accordion-content {
  pointer-events: auto;
  visibility: visible;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
}.s-trainee .swiper-button-next,.s-trainee .swiper-button-prev {
  height: 51px;
  width: 51px;
  transition-duration: 300ms;
  transition-timing-function: linear;
}.s-trainee .swiper-slide iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.s-galeria .galeria .swiper-wrapper{transition-timing-function:linear !important;transition-duration:400000 !important}.s-hero .container .left-container{z-index:2;position:relative}@media(max-width: 767px){.s-hero{background-image:none}.s-hero>img{display:block}}.s-faq .accordion > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}.s-faq .accordion .accordion-item {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}.s-faq .accordion .accordion-item.active .accordion-header {
  margin-bottom: 1rem;
}.s-faq .accordion .accordion-item.active .accordion-header img {
  --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));
}.s-faq .accordion .accordion-item.active .accordion-content {
  pointer-events: auto;
  visibility: visible;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
}.s-faq .accordion .accordion-item .accordion-header {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}.s-faq .accordion .accordion-item .accordion-header p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(228 86 45 / var(--tw-text-opacity));
}.s-faq .accordion .accordion-item .accordion-header img {
  --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));
  transition-duration: 300ms;
  transition-timing-function: linear;
}.s-faq .accordion .accordion-item .accordion-content {
  pointer-events: none;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: linear;
}.s-faq .accordion .accordion-item .accordion-content span {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(58 58 69 / var(--tw-text-opacity));
}.swiper-pagination .swiper-pagination-bullet {
  height: 0.75rem;
  width: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(228 86 45 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  transition-timing-function: linear;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:manipulation;
}.menu-opened {
  overflow: hidden;
}.menu-opened header .menu-mobile {
  pointer-events: auto;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}.menu-item-has-children .sub-menu {
  display: none;
}@keyframes submenu{0%{transform:translateY(20px)}100%{transform:translateY(0)}}.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.hover\:scale-105:hover {
  --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));
}.hover\:\!bg-lightBlue:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(108 189 196 / var(--tw-bg-opacity)) !important;
}.hover\:underline:hover {
  text-decoration-line: underline;
}.group:hover .group-hover\:bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(246 182 30 / var(--tw-bg-opacity));
}@media (max-width: 991px) {

  .lg\:top-\[277px\] {
    top: 277px;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-\[24px\] {
    margin-top: 24px;
    margin-bottom: 24px;
  }

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

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

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

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

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

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

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

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

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

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

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}@media (max-width: 767px) {

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:table {
    display: table;
  }

  .md\:hidden {
    display: none;
  }

  .md\:max-w-36 {
    max-width: 9rem;
  }

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

  .md\:flex-col {
    flex-direction: column;
  }

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

  .md\:bg-none {
    background-image: none;
  }

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

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

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

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

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

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

  .md\:text-\[32px\] {
    font-size: 32px;
  }
}@media (max-width: 600px) {

  .sm\:top-\[186px\] {
    top: 186px;
  }

  .sm\:top-\[242px\] {
    top: 242px;
  }

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

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

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

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

  .sm\:hidden {
    display: none;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-60 {
    height: 15rem;
  }

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

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:max-w-80 {
    max-width: 20rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

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