@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);
/*
! 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%;
  padding-right: 1rem;
  padding-left: 1rem;
}@media (min-width: 480px){.container{
    max-width: 480px;
  }
}@media (min-width: 600px){.container{
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}@media (min-width: 782px){.container{
    max-width: 782px;
  }
}@media (min-width: 960px){.container{
    max-width: 960px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}@media (min-width: 1280px){.container{
    max-width: 1280px;
  }
}@media (min-width: 1440px){.container{
    max-width: 1440px;
  }
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.inset-x-0{
  left: 0px;
  right: 0px;
}.bottom-\[-3rem\]{
  bottom: -3rem;
}.left-0{
  left: 0px;
}.top-0{
  top: 0px;
}.bottom-\[-20rem\]{
  bottom: -20rem;
}.right-0{
  right: 0px;
}.top-\[-20rem\]{
  top: -20rem;
}.bottom-\[20rem\]{
  bottom: 20rem;
}.bottom-\[-30rem\]{
  bottom: -30rem;
}.top-\[-40rem\]{
  top: -40rem;
}.top-\[-10rem\]{
  top: -10rem;
}.z-10{
  z-index: 10;
}.z-50{
  z-index: 50;
}.z-\[50\]{
  z-index: 50;
}.z-20{
  z-index: 20;
}.-z-10{
  z-index: -10;
}.-z-20{
  z-index: -20;
}.col-span-1{
  grid-column: span 1 / span 1;
}.col-span-10{
  grid-column: span 10 / span 10;
}.col-span-11{
  grid-column: span 11 / span 11;
}.col-span-12{
  grid-column: span 12 / span 12;
}.col-span-2{
  grid-column: span 2 / span 2;
}.col-span-3{
  grid-column: span 3 / span 3;
}.col-span-4{
  grid-column: span 4 / span 4;
}.col-span-5{
  grid-column: span 5 / span 5;
}.col-span-6{
  grid-column: span 6 / span 6;
}.col-span-7{
  grid-column: span 7 / span 7;
}.col-span-8{
  grid-column: span 8 / span 8;
}.col-span-9{
  grid-column: span 9 / span 9;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}.-mt-40{
  margin-top: -10rem;
}.mb-0{
  margin-bottom: 0px;
}.mb-10{
  margin-bottom: 2.5rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-6{
  margin-bottom: 1.5rem;
}.mb-\[40px\]{
  margin-bottom: 40px;
}.mb-\[42px\]{
  margin-bottom: 42px;
}.mb-\[64px\]{
  margin-bottom: 64px;
}.mt-12{
  margin-top: 3rem;
}.mt-8{
  margin-top: 2rem;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.flex{
  display: flex;
}.inline-flex{
  display: inline-flex;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}.h-16{
  height: 4rem;
}.h-24{
  height: 6rem;
}.h-6{
  height: 1.5rem;
}.h-\[50px\]{
  height: 50px;
}.h-full{
  height: 100%;
}.h-10{
  height: 2.5rem;
}.h-40{
  height: 10rem;
}.h-0{
  height: 0px;
}.h-\[calc\(100vh_-_235px\)\]{
  height: calc(100vh - 235px);
}.max-h-0{
  max-height: 0px;
}.min-h-screen{
  min-height: 100vh;
}.\!w-auto{
  width: auto !important;
}.w-6{
  width: 1.5rem;
}.w-\[40rem\]{
  width: 40rem;
}.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}.w-full{
  width: 100%;
}.w-\[10rem\]{
  width: 10rem;
}.w-1\/3{
  width: 33.333333%;
}.flex-grow{
  flex-grow: 1;
}.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.cursor-pointer{
  cursor: pointer;
}.list-decimal{
  list-style-type: decimal;
}.list-disc{
  list-style-type: disc;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.flex-col{
  flex-direction: column;
}.flex-col-reverse{
  flex-direction: column-reverse;
}.content-start{
  align-content: flex-start;
}.items-start{
  align-items: flex-start;
}.items-end{
  align-items: flex-end;
}.items-center{
  align-items: center;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.justify-around{
  justify-content: space-around;
}.justify-items-center{
  justify-items: center;
}.gap-10{
  gap: 2.5rem;
}.gap-14{
  gap: 3.5rem;
}.gap-20{
  gap: 5rem;
}.gap-4{
  gap: 1rem;
}.gap-5{
  gap: 1.25rem;
}.gap-6{
  gap: 1.5rem;
}.gap-8{
  gap: 2rem;
}.gap-\[16px\]{
  gap: 16px;
}.gap-\[48px\]{
  gap: 48px;
}.gap-\[7\.5rem\]{
  gap: 7.5rem;
}.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.overflow-hidden{
  overflow: hidden;
}.rounded{
  border-radius: 0.25rem;
}.rounded-2xl{
  border-radius: 1rem;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-md{
  border-radius: 0.375rem;
}.rounded-xl{
  border-radius: 0.75rem;
}.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}.border{
  border-width: 1px;
}.border-t{
  border-top-width: 1px;
}.border-\[\#E2E2E2\]{
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
}.border-\[--c_F1F3F7\]{
  border-color: var(--c_F1F3F7);
}.bg-\[\#fff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-\[--c_071218\]{
  background-color: var(--c_071218);
}.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}.bg-\[\#071218\]{
  --tw-bg-opacity: 1;
  background-color: rgb(7 18 24 / var(--tw-bg-opacity));
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.p-4{
  padding: 1rem;
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-\[7\.5rem\]{
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}.pb-16{
  padding-bottom: 4rem;
}.pb-20{
  padding-bottom: 5rem;
}.pb-4{
  padding-bottom: 1rem;
}.pb-40{
  padding-bottom: 10rem;
}.pb-6{
  padding-bottom: 1.5rem;
}.pb-8{
  padding-bottom: 2rem;
}.pb-96{
  padding-bottom: 24rem;
}.pt-10{
  padding-top: 2.5rem;
}.pt-12{
  padding-top: 3rem;
}.pt-16{
  padding-top: 4rem;
}.pt-20{
  padding-top: 5rem;
}.pt-24{
  padding-top: 6rem;
}.pt-4{
  padding-top: 1rem;
}.pt-44{
  padding-top: 11rem;
}.pt-6{
  padding-top: 1.5rem;
}.pt-8{
  padding-top: 2rem;
}.pb-44{
  padding-bottom: 11rem;
}.text-center{
  text-align: center;
}.text-\[2\.25rem\]\/\[2\.75rem\]{
  font-size: 2.25rem;
  line-height: 2.75rem;
}.text-\[2\.5rem\]\/\[3rem\]{
  font-size: 2.5rem;
  line-height: 3rem;
}.text-\[2rem\]\/\[2\.5rem\]{
  font-size: 2rem;
  line-height: 2.5rem;
}.text-lg\/5{
  font-size: 1.125rem;
  line-height: 1.25rem;
}.text-lg\/6{
  font-size: 1.125rem;
  line-height: 1.5rem;
}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl\/7{
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-2xl\/8{
  font-size: 1.5rem;
  line-height: 2rem;
}.font-bold{
  font-weight: 700;
}.font-semibold{
  font-weight: 600;
}.text-\[\#656a71\]{
  --tw-text-opacity: 1;
  color: rgb(101 106 113 / var(--tw-text-opacity));
}.text-\[\#737373\]{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}.text-\[--c_007270\]{
  color: var(--c_007270);
}.text-\[--c_071218\]{
  color: var(--c_071218);
}.text-\[--c_233983\]{
  color: var(--c_233983);
}.text-\[--c_2ECECC\]{
  color: var(--c_2ECECC);
}.text-\[--c_FCFCFC\]{
  color: var(--c_FCFCFC);
}.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-\[\#2ECECC\]{
  --tw-text-opacity: 1;
  color: rgb(46 206 204 / var(--tw-text-opacity));
}.underline{
  text-decoration-line: underline;
}.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.opacity-0{
  opacity: 0;
}.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);
}.drop-shadow-\[0_0_30px_rgba\(0\2c 0\2c 0\2c 0\.9\)\]{
  --tw-drop-shadow: drop-shadow(0 0 30px rgba(0,0,0,0.9));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.drop-shadow-\[0_0_50px_rgba\(0\2c 0\2c 0\2c 1\)\]{
  --tw-drop-shadow: drop-shadow(0 0 50px rgba(0,0,0,1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.drop-shadow-\[0_0_30px_rgba\(0\2c 0\2c 0\2c 1\)\]{
  --tw-drop-shadow: drop-shadow(0 0 30px rgba(0,0,0,1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-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;
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}.alignwide{
  margin: 2rem 0;
  max-width: 1280px !important;
}.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}.aligncenter{
  margin: 0.5rem auto;
  display: block;
}@media (min-width: 600px){.alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;
  }.alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;
  }.wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;
  }.wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;
  }
}.wp-caption{
  display: inline-block;
}.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}.wp-caption-text{
  font-size: 0.875rem;
  color: #4b5563;
}/* common css *//* init font and color vars */:root {
    --font: "Raleway", sans-serif;
    --c_071218: #071218;
    --c_2ECECC: #2ECECC;
    --c_FCFCFC: #FCFCFC;
    --c_007270: #007270;
    --c_B8EEEE: #B8EEEE;
    --c_F1F3F7: #F1F3F7;

    --c_FAFAFA: #FAFAFA;
    --c_233983: #233983;
}body, html {
    font-size: 1rem;
    color: var(--c_071218);
    font-family: var(--font);
    scroll-behavior: smooth;
    background-color: var(--c_FAFAFA);
    line-height: 1.5rem;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    image-rendering: -webkit-optimize-contrast;
}.grecaptcha-badge{
    display: none;
}.btn,  form.wpcf7-form input.wpcf7-form-control.wpcf7-submit{
    display: flex;
    padding: 0.875rem 1.125rem;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    border-radius: 1.5625rem;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
    transition: all .5s ease-out;
    box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.08);
    border-bottom: none;
    width: auto;
}.btn:hover,form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover{
        transition: all .5s ease-out;
    }.btn-primary, form.wpcf7-form input.wpcf7-form-control.wpcf7-submit{
    background: linear-gradient(83deg, #2ECECC 1.36%, #2ECECC 84.06%);
    color: var(--c_071218);
}.btn-primary:hover,form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover{
        background: linear-gradient(83deg, #FFF 1.36%, #2ECECC 84.06%);
        color: var(--c_071218);
    }.btn-secondary{
    background: var(--c_B8EEEE);
    color: var(--c_007270);
}.btn-secondary:hover{
        background: var(--c_FCFCFC);
    }a:hover{
    color: var(--c_007270);
}.box-map{
    box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.08);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    padding: 2rem;
    background: #fff;
}.imagem-e-texto ol, .imagem-e-texto ul, .imagem-e-texto menu, .text-with-items ol, .text-with-items ul, .text-with-items menu, .text ol, .text ul, .text menu {
        list-style: disc;
        margin: 1rem;
        padding: 0 1rem;
    }.service-box{
    transition: all .5s ease-out;
}.service-box .service-text{
    transition: all .5s ease-out;
        opacity: 0;
    }.service-box:hover{
    transition: all .5s ease-out;
        filter: none;
        
    }.service-box:hover .service-text{
    transition: all .5s ease-out;
            opacity: 1;
        }.svg-line{
    border-right: 4px solid var(--c_2ECECC);
}.svg-line:last-child{
    display: none;
}.box-information{
    background: var(--c_FCFCFC);
    box-shadow: 0 0 25px 0 rgba(7, 18, 24, 0.10);
    align-items: center;
    align-self: stretch;
    display: flex;
    padding: 2.5rem 4rem;
}.icon-filter{
    width: 3.75rem;
    height: 3.75rem;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.10));
    background: white;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -1.81rem;
}.bg-transp{
    background: rgba(255, 255, 255, 0.10);
    -webkit-backdrop-filter: blur(7.5px);
            backdrop-filter: blur(7.5px);
}.prevBtn, .nextBtn{ 
        transition: all .5s ease-out;
}.prevBtn:hover,.nextBtn:hover{
        transition: all .5s ease-out;
        background: var(--c_233983); 
    }.prevBtn:hover svg,.nextBtn:hover svg{
        transition: all .5s ease-out;
        color: white;
       }.prevBtn svg,.nextBtn svg{
        transition: all .5s ease-out;
        color: var(--c_233983);
    }footer{
    background-color: var(--c_FAFAFA);
    z-index: 99;
}footer .footer-address{
        color: #737373;
        font-size: 0.875rem;
    }input, textarea{
    width: 100%;
    color: var(--c_007270);
    border-bottom: 2px solid var(--c_2ECECC);
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: 1.25rem;
}input:focus-visible,textarea:focus-visible{
        outline: none;
        border-bottom: 2px solid var(--c_007270);
        color: var(--c_007270);
    }input::-moz-placeholder, textarea::-moz-placeholder {
        color: rgba(0, 114, 112, 0.40);
    }input::placeholder, textarea::placeholder {
        color: rgba(0, 114, 112, 0.40);
    }.home .nav .logo-color{
        display: none;
    }.home .nav .logo-white{
        display: block;
    }.home .nav .menu-item a{
        color: white;
    }.home .nav #primary-menu-toggle{
            color: white;
        }#contact-menu .menu-item a{
        border-radius: 1.5625rem;
        background: linear-gradient(83deg, #2ECECC 1.36%, #2ECECC 84.06%);
        box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.08);
        padding: 0.875rem 1.125rem;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
            color: var(--c_071218);
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.25rem;
        transition: all 0.4s ease-in-out;
    }#contact-menu .menu-item a:hover{
            background: linear-gradient(83deg, #FFF 1.36%, #2ECECC 84.06%);
            transition: all 0.4s ease-in-out;
        }#contact-menu .menu-item.current-menu-item a{
        background: var(--c_007270);
        color: var(--c_B8EEEE);
        transition: all 0.4s ease-in-out;
    }#primary-menu .menu-item{
            position: relative;
        
    }#primary-menu .menu-item.current-menu-item a{
            color: var(--c_2ECECC);
        }#primary-menu .menu-item.current-menu-item a:hover:before{
                background: linear-gradient(to right,#FCFCFC, #2ECECC);
            }#primary-menu .menu-item.current-menu-item a:before {
                background: linear-gradient(to right,#FCFCFC, #2ECECC);
                visibility: visible;
                transform: scaleX(1);
            }#primary-menu .menu-item a {
            padding: 0.875rem 1.125rem;
            color: var(--c_FCFCFC);
            font-size: 1.125rem;
            font-style: normal;
            font-weight: 600;
            line-height: 1.25rem;
            transition: all 0.4s ease-in-out; 
        }#primary-menu .menu-item a:before {
                content: "";
                position: absolute;
                width: 100%;
                height: 2px;
                bottom: 0;
                margin: -0.875rem -1.125rem;
                visibility: hidden;
                transform: scaleX(0);
                transition: all 0.4s ease-in-out;
                z-index: 1;
            }#primary-menu .menu-item a:hover{
                transition: all 0.4s ease-in-out;
            }#primary-menu .menu-item a:hover:before {
                    background: var(--c_FCFCFC);
                    visibility: visible;
                    transform: scaleX(1);
                }.nav{
    background: var(--c_071218);
    display: block; 
    
}.nav #primary-menu-toggle{
            color: white;
        }.nav.filter .logo-color{
            display: block;
        }.nav.filter .logo-white{
            display: none;
        }.nav.filter .menu-item a {
                color: var(--c_233983);
            }.nav.color .logo-color{
            display: block;
        }.nav.color .logo-white{
            display: none;
        }.nav.color .menu-item a {
                color: var(--c_233983);
            }.nav.color .menu{
            background-color: var(--c_071218);
        }.nav.color .menu .menu-item {
                margin: 1.25rem;
            }.nav.color .menu .menu-item a{
                    display: inline-flex;
                    align-items: center;
                    gap: 0.625rem;
                    font-size: 2.5rem;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                }iframe{
    border-radius: 0.5rem;
}/* .img-partners{
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
border-radius: 100%;
z-index: 9999;
} *//* .swiper-container-partners {
    overflow: visible;
    padding: 30px 0;
}

.swiper-slide {
    height: auto;
    display: flex;
}

.partner-item {
    margin: -20px 0;
    padding: 20px 0;
}

.img-partners {
    width: 100%;
    height: 100%;
    object-fit: contain;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1);
} */.img-partners:hover {
    transform: scale(0.8);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.swiper-container {
    overflow: visible !important;
    padding: 40px 0;
}.swiper-slide {
    margin: 25px 0;
}.img-partners {
    width: 100%;
    height: auto;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: -15px 0; /* Compensa a margem do slide */
    transform: scale(0.9);
}@media (max-width: 782px) {

    .text{
        font-size: 1rem;
    }

    .box-services{
        aspect-ratio: 0.58 / 1;
    }

    .svg-line{
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 4px solid var(--c_2ECECC);
        width: 100%;
    }

    .service-box{
            filter: none;
            
        
    }
            .service-box .service-text{
                opacity: 1;
            }


}.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}.hover\:text-\[\#EF1E26\]:hover{
  --tw-text-opacity: 1;
  color: rgb(239 30 38 / var(--tw-text-opacity));
}.focus\:max-h-60:focus{
  max-height: 15rem;
}.focus\:p-4:focus{
  padding: 1rem;
}.focus\:opacity-100:focus{
  opacity: 1;
}@media (min-width: 782px){.md\:relative{
    position: relative;
  }.md\:bottom-\[-30rem\]{
    bottom: -30rem;
  }.md\:-mt-80{
    margin-top: -20rem;
  }.md\:mb-10{
    margin-bottom: 2.5rem;
  }.md\:mb-\[120px\]{
    margin-bottom: 120px;
  }.md\:mt-0{
    margin-top: 0px;
  }.md\:block{
    display: block;
  }.md\:flex{
    display: flex;
  }.md\:hidden{
    display: none;
  }.md\:h-20{
    height: 5rem;
  }.md\:h-full{
    height: 100%;
  }.md\:h-40{
    height: 10rem;
  }.md\:w-1\/2{
    width: 50%;
  }.md\:w-1\/4{
    width: 25%;
  }.md\:w-3\/4{
    width: 75%;
  }.md\:w-auto{
    width: auto;
  }.md\:w-1\/3{
    width: 33.333333%;
  }.md\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }.md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.md\:flex-row{
    flex-direction: row;
  }.md\:flex-row-reverse{
    flex-direction: row-reverse;
  }.md\:items-center{
    align-items: center;
  }.md\:justify-end{
    justify-content: flex-end;
  }.md\:justify-between{
    justify-content: space-between;
  }.md\:gap-20{
    gap: 5rem;
  }.md\:gap-5{
    gap: 1.25rem;
  }.md\:gap-6{
    gap: 1.5rem;
  }.md\:gap-8{
    gap: 2rem;
  }.md\:gap-\[7\.5rem\]{
    gap: 7.5rem;
  }.md\:p-0{
    padding: 0px;
  }.md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.md\:py-\[7\.5rem\]{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }.md\:pb-0{
    padding-bottom: 0px;
  }.md\:pb-80{
    padding-bottom: 20rem;
  }.md\:pr-8{
    padding-right: 2rem;
  }.md\:pt-\[112px\]{
    padding-top: 112px;
  }.md\:text-right{
    text-align: right;
  }.md\:text-\[2\.5rem\]\/\[3rem\]{
    font-size: 2.5rem;
    line-height: 3rem;
  }.md\:text-xxl\/8{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}@media (min-width: 960px){.lg\:block{
    display: block;
  }.lg\:hidden{
    display: none;
  }.lg\:w-1\/2{
    width: 50%;
  }.lg\:w-5\/12{
    width: 41.666667%;
  }.lg\:w-5\/6{
    width: 83.333333%;
  }.lg\:flex-row{
    flex-direction: row;
  }
}
