/*
! 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;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 782px) {

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

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

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

  .container {
    max-width: 1440px;
  }
}
* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
html,
    body {
  margin: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 159 / var(--tw-bg-opacity));
  padding: 0px;
  font-family: Montserrat;
}
.responsivePanel {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 60;
  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: 960px) {

  .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);
  }
}
header.active {
  height: 54px !important;
}
`
    body {
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 159 / var(--tw-bg-opacity));
}
h3 {
  font-family: Montserrat;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 77 73 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {

  h3 {
    font-size: 24px;
    line-height: 1.2;
  }
}
h3 span.cursos {

        }
h3 span {
  display: block;
  font-size: 25px;
  line-height: 1;
}
@media (min-width: 1280px) {

  h3 span {
    font-size: 30px;
    line-height: 1;
  }
}
p.bigFeatured {
  font-family: Montserrat;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 782px) {

  p.bigFeatured {
    font-size: 23px;
    line-height: 1.2;
  }
}
/* h2 {

    } */
header nav ul li {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1280px) {

  header nav ul li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
header nav ul li:last-of-type {
  margin-left: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 159 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1280px) {

  header nav ul li:last-of-type {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
header nav ul li:last-of-type a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(14 33 42 / var(--tw-text-opacity)) !important;
}
header nav ul li a {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  --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;
}
header nav ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 168 159 / var(--tw-text-opacity));
}
header .navbar-burger {
  position: relative;
  z-index: 20;
  display: flex;
  height: 2.5rem;
  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: 960px) {

  header .navbar-burger {
    display: none;
  }
}
header .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(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
/* absolute */
header .navbar-burger span:nth-child(2) {
                    top: calc(50% - 8px);
                }
header .navbar-burger span:nth-child(3) {
                    top: calc(50% + 8px);
                }
header .navbar-burger.is-active span:nth-child(1) {
  --tw-translate-y: 0px;
  --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));
}
header .navbar-burger.is-active span:nth-child(2) {
                    opacity: 0;
                }
header .navbar-burger.is-active span:nth-child(3) {
  --tw-translate-y: -7px;
  --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));
}
@media (min-width: 782px) {

  header .navbar-burger.is-active span:nth-child(3) {
    --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));
  }
}
.secondary nav ul li {
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
@media (min-width: 782px) {

  .secondary nav ul li {
    margin-bottom: 1rem;
  }
}
.secondary nav ul li::after {
  position: relative;
  margin-top: 0.75rem;
  display: block;
  height: 2px;
  width: 116px;
  background-color: rgb(0 168 159 / .3);
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 782px) {

  .secondary nav ul li::after {
    margin-top: 1rem;
  }
}
.secondary nav ul li a {
  position: relative;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  --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;
}
.secondary nav ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 168 159 / var(--tw-text-opacity));
}
@media (min-width: 782px) {

  .secondary nav ul li a {
    font-size: 30px;
    line-height: 1;
  }
}
.secondary nav ul li:last-of-type {
  margin-bottom: 0px;
}
.secondary nav ul li:last-of-type::after {
  display: none;
}
.secondary nav ul li:last-of-type a {
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 159 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(14 33 42 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.secondary nav ul li:nth-last-of-type(2) {
  margin-bottom: 1.5rem;
}
.secondary nav ul li:nth-last-of-type(2)::after {
  display: none;
}
.secondary.is-active {
  left: 0px !important;
}
.home {
  background-image: url(../images/bg_home-1_5.webp?d83210fa97733a48cdf5b8412fe66d9d);
  background-size: auto 1806px;
  background-position: top;
  background-repeat: no-repeat;
}
.saibaMais {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 77 73 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.saibaMais:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.saibaMais span {
  position: relative;
  display: block;
  height: 5px;
  width: 38px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.gridComite {
  margin-top: 2.5rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 2.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (min-width: 600px) {

  .gridComite {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 3rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 782px) {

  .gridComite {
    margin-top: 0px;
    width: 75%;
    padding-top: 6rem;
  }
}
@media (min-width: 960px) {

  .gridComite {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {

  .gridComite {
    gap: 4rem;
  }
}
@media (min-width: 1440px) {

  .gridComite {
    gap: 5rem;
  }
}
.gridComite .imgWrapperComite {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.gridComite .imgWrapperComite::before {
  position: absolute;
  top: -0.25rem;
  left: 0.5rem;
  z-index: 10;
  display: block;
  height: 0.5rem;
  width: 88px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 77 73 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 782px) {

  .gridComite .imgWrapperComite::before {
    left: 0.75rem;
  }
}
.gridComite .imgWrapperComite img {
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gridComite .infosWrapperComite {
  padding-left: 0.25rem;
  padding-top: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 77 73 / var(--tw-text-opacity));
}
@media (min-width: 600px) {

  .gridComite .infosWrapperComite {
    padding-left: 0.75rem;
    padding-top: 0.75rem;
  }
}
.gridComite .infosWrapperComite span {
  display: block;
  font-size: 13px;
  line-height: 1.2;
}
@media (min-width: 600px) {

  .gridComite .infosWrapperComite span {
    font-size: 14px;
    line-height: 1;
  }
}
.gridComite .infosWrapperComite div {
  margin-top: 1px;
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 600px) {

  .gridComite .infosWrapperComite div {
    margin-top: 0.25rem;
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (min-width: 1280px) {

  .gridComite .infosWrapperComite div {
    margin-top: 0px;
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (min-width: 1440px) {

  .gridComite .infosWrapperComite div {
    font-size: 24px;
    line-height: 1.2;
  }
}
.infoComite .bar {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block;
  height: 5px;
  width: 44px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 137 129 / var(--tw-bg-opacity));
}
.infoComite p {
  width: 90%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 782px) {

  .infoComite p {
    width: 200px;
  }
}
@media (min-width: 1280px) {

  .infoComite p {
    font-size: 18px;
    line-height: 1.5;
  }
}
.gridIntersectionCountdownUpPart{
        grid-template-columns: repeat(9, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
.gridIntersectionCountdownUpPart div {
  height: calc( 100vw / 9 );
}
.gridIntersectionCountdownUpPart .div1 { grid-area: 1 / 3 / 2 / 4; }
.gridIntersectionCountdownUpPart .div2 { grid-area: 2 / 2 / 3 / 3; }
.gridIntersectionCountdownUpPart .div3 { grid-area: 2 / 5 / 3 / 6; }
.gridIntersectionCountdownUpPart .div4 { grid-area: 2 / 8 / 3 / 9; }
.gridIntersectionCountdownDownPart{
        grid-template-columns: repeat(9, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
.gridIntersectionCountdownDownPart div {
  height: calc( 100vw / 9 );
}
.gridIntersectionCountdownDownPart .div1 { grid-area: 1 / 1 / 2 / 2; }
.gridIntersectionCountdownDownPart .div2 { grid-area: 1 / 4 / 2 / 5; }
.gridIntersectionCountdownDownPart .div3 { grid-area: 1 / 5 / 2 / 6; }
.gridIntersectionCountdownDownPart .div4 { grid-area: 1 / 6 / 2 / 7; }
.gridIntersectionCountdownDownPart .div5 { grid-area: 1 / 9 / 2 / 10; }
.gridIntersectionCountdownDownPart .div6 { grid-area: 2 / 3 / 3 / 4; }
.gridIntersectionCountdownDownPart .div7 { grid-area: 2 / 8 / 3 / 9; }
.itemCountdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.itemCountdown:first-of-type .numberCountdown {
  font-size: 82px !important;
  line-height: 1 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 168 159 / var(--tw-text-opacity)) !important;
}
@media (min-width: 600px) {

  .itemCountdown:first-of-type .numberCountdown {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
}
@media (min-width: 960px) {

  .itemCountdown:first-of-type .numberCountdown {
    font-size: 96px !important;
    line-height: 1 !important;
  }
}
.numberCountdown {
  text-align: center;
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 782px) {

  .numberCountdown {
    font-size: 82px;
    line-height: 1;
  }
}
@media (min-width: 960px) {

  .numberCountdown {
    font-size: 96px;
    line-height: 1;
  }
}
.captionCountdown {
  text-align: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 200;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 782px) {

  .captionCountdown {
    font-size: 26px;
    line-height: 1;
  }
}
@media (min-width: 960px) {

  .captionCountdown {
    font-size: 30px;
    line-height: 1;
  }
}
.sepCountdown {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  --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));
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 600px) {

  .sepCountdown {
    --tw-translate-y: 2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 782px) {

  .sepCountdown {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
footer nav ul li {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1280px) {

  footer nav ul li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
footer nav ul li:last-of-type {
  margin-left: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 159 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1280px) {

  footer nav ul li:last-of-type {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
footer nav ul li:last-of-type a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(14 33 42 / var(--tw-text-opacity)) !important;
}
footer nav ul li a {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(14 33 42 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
footer nav ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 168 159 / var(--tw-text-opacity));
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-\[6px\] {
  bottom: -6px;
}
.-left-full {
  left: -100%;
}
.-top-1 {
  top: -0.25rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[60\] {
  z-index: 60;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.m-0 {
  margin: 0px;
}
.m-8 {
  margin: 2rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.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-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-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[214px\] {
  margin-top: 214px;
}
.mt-px {
  margin-top: 1px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[68px\] {
  height: 68px;
}
.h-full {
  height: 100%;
}
.h-14 {
  height: 3.5rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-16 {
  width: 4rem;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[116px\] {
  width: 116px;
}
.w-\[130vw\] {
  width: 130vw;
}
.w-\[166px\] {
  width: 166px;
}
.w-\[167px\] {
  width: 167px;
}
.w-\[176px\] {
  width: 176px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[415px\] {
  width: 415px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[65vw\] {
  width: 65vw;
}
.w-\[66px\] {
  width: 66px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[80vw\] {
  width: 80vw;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.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-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-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-\[150px\] {
  --tw-translate-y: -150px;
  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-\[6px\] {
  --tw-translate-y: -6px;
  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-\[7px\] {
  --tw-translate-y: -7px;
  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-\[0px\] {
  --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));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.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;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  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-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t-\[6px\] {
  border-top-width: 6px;
}
.border-\[\#004D49\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 77 73 / var(--tw-border-opacity));
}
.border-blue_dark {
  --tw-border-opacity: 1;
  border-color: rgb(14 33 42 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.bg-\[\#008981\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 137 129 / var(--tw-bg-opacity));
}
.bg-\[\#00A49B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 164 155 / var(--tw-bg-opacity));
}
.bg-\[\#0E212A\]\/\[0\.4\] {
  background-color: rgb(14 33 42 / 0.4);
}
.bg-\[\#0E212A\]\/\[0\.6\] {
  background-color: rgb(14 33 42 / 0.6);
}
.bg-\[\#1E7576\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 117 118 / var(--tw-bg-opacity));
}
.bg-\[\#205057\]\/\[0\.9\] {
  background-color: rgb(32 80 87 / 0.9);
}
.bg-\[\#268989\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 137 137 / var(--tw-bg-opacity));
}
.bg-\[\#268989\]\/\[0\.2\] {
  background-color: rgb(38 137 137 / 0.2);
}
.bg-\[\#268989\]\/\[0\.5\] {
  background-color: rgb(38 137 137 / 0.5);
}
.bg-\[\#268989\]\/\[0\.65\] {
  background-color: rgb(38 137 137 / 0.65);
}
.bg-blue_dark {
  --tw-bg-opacity: 1;
  background-color: rgb(14 33 42 / 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-green_dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 77 73 / var(--tw-bg-opacity));
}
.bg-green_light {
  --tw-bg-opacity: 1;
  background-color: rgb(40 243 232 / var(--tw-bg-opacity));
}
.bg-green_primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 159 / var(--tw-bg-opacity));
}
.bg-green_primary\/\[\.3\] {
  background-color: rgb(0 168 159 / .3);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-countdown {
  background-image: url(../images/bg-countdown.webp?e89589b9ff4bef30af469c85a9dd6e92);
}
.bg-footer {
  background-image: url(../images/bg-footer.webp?fbc7943ac483f2876ce842a1cabb9307);
}
.bg-home {
  background-image: url(../images/bg_home-1_5.webp?d83210fa97733a48cdf5b8412fe66d9d);
}
.bg-secondary {
  background-image: url(../images/bg-secondary-1_5.webp?e769d600d1f355b4c9e7d5504d69a9cc);
}
.bg-\[length\:10px_1px\] {
  background-size: 10px 1px;
}
.bg-\[length\:auto_1806px\] {
  background-size: auto 1806px;
}
.bg-cover {
  background-size: cover;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-right {
  background-position: right;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.p-0 {
  padding: 0px;
}
.p-10 {
  padding: 2.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[240px\] {
  padding-bottom: 240px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-menu {
  padding-top: 100px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-montserrat {
  font-family: Montserrat;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[13px\]\/\[1\.2\] {
  font-size: 13px;
  line-height: 1.2;
}
.text-\[14px\]\/\[1\] {
  font-size: 14px;
  line-height: 1;
}
.text-\[15px\]\/\[1\] {
  font-size: 15px;
  line-height: 1;
}
.text-\[16px\]\/\[1\.1\] {
  font-size: 16px;
  line-height: 1.1;
}
.text-\[16px\]\/\[1\.2\] {
  font-size: 16px;
  line-height: 1.2;
}
.text-\[16px\]\/\[1\.5\] {
  font-size: 16px;
  line-height: 1.5;
}
.text-\[18px\]\/\[1\] {
  font-size: 18px;
  line-height: 1;
}
.text-\[20px\]\/\[1\.2\] {
  font-size: 20px;
  line-height: 1.2;
}
.text-\[20px\]\/\[1\] {
  font-size: 20px;
  line-height: 1;
}
.text-\[22px\]\/\[1\.2\] {
  font-size: 22px;
  line-height: 1.2;
}
.text-\[22px\]\/\[1\.3\] {
  font-size: 22px;
  line-height: 1.3;
}
.text-\[25px\]\/\[1\] {
  font-size: 25px;
  line-height: 1;
}
.text-\[26px\]\/\[1\] {
  font-size: 26px;
  line-height: 1;
}
.text-\[30px\]\/\[1\] {
  font-size: 30px;
  line-height: 1;
}
.text-\[32px\]\/\[1\] {
  font-size: 32px;
  line-height: 1;
}
.text-\[48px\]\/\[1\] {
  font-size: 48px;
  line-height: 1;
}
.text-\[82px\]\/\[1\] {
  font-size: 82px;
  line-height: 1;
}
.text-lg\/\[1\] {
  font-size: 1.125rem;
  line-height: 1;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-\[18px\]\/\[1\.3\] {
  font-size: 18px;
  line-height: 1.3;
}
.text-\[20px\]\/\[1\.3\] {
  font-size: 20px;
  line-height: 1.3;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-tight {
  line-height: 1.25;
}
.text-\[\#004D49\] {
  --tw-text-opacity: 1;
  color: rgb(0 77 73 / var(--tw-text-opacity));
}
.text-\[\#00A89F\] {
  --tw-text-opacity: 1;
  color: rgb(0 168 159 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blue_dark {
  --tw-text-opacity: 1;
  color: rgb(14 33 42 / 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-green_dark {
  --tw-text-opacity: 1;
  color: rgb(0 77 73 / var(--tw-text-opacity));
}
.text-green_primary {
  --tw-text-opacity: 1;
  color: rgb(0 168 159 / 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;
}
.opacity-25 {
  opacity: 0.25;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}
.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;
}
.before\:content-\[\'xs\'\]::before {
  --tw-content: 'xs';
  content: var(--tw-content);
}
.hover\:bg-\[\#004D49\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 77 73 / var(--tw-bg-opacity));
}
.hover\:text-blue_dark:hover {
  --tw-text-opacity: 1;
  color: rgb(14 33 42 / var(--tw-text-opacity));
}
.hover\:text-green_primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 168 159 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:w-40 {
  width: 10rem;
}
.group:hover .group-hover\:w-\[48px\] {
  width: 48px;
}
@media (min-width: 600px) {

  .sm\:-right-5 {
    right: -1.25rem;
  }

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

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

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

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

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

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

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

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

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

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

  .sm\:translate-x-0 {
    --tw-translate-x: 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));
  }

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

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

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

  .sm\:items-end {
    align-items: flex-end;
  }

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

  .sm\:gap-y-12 {
    row-gap: 3rem;
  }

  .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\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

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

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

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

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

  .sm\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

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

  .md\:absolute {
    position: absolute;
  }

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

  .md\:left-3 {
    left: 0.75rem;
  }

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

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

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

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

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

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:flex {
    display: flex;
  }

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

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

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

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

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

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

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

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

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

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

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

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

  .md\:items-end {
    align-items: flex-end;
  }

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

  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:bg-green_primary {
    --tw-bg-opacity: 1;
    background-color: rgb(0 168 159 / var(--tw-bg-opacity));
  }

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

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

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

  .md\:pt-\[450px\] {
    padding-top: 450px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

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

  .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-blue_dark {
    --tw-bg-opacity: 1;
    background-color: rgb(14 33 42 / var(--tw-bg-opacity));
  }

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

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

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:pb-\[320px\] {
    padding-bottom: 320px;
  }

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

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-\[300px\] {
    padding-top: 300px;
  }

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

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

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

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

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

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

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

  .xl\:mt-4 {
    margin-top: 1rem;
  }

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

  .xl\:gap-16 {
    gap: 4rem;
  }

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

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

  .xl\:pt-\[100px\] {
    padding-top: 100px;
  }

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

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

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

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

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

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

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

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

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

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

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

