@import url(https://fonts.googleapis.com/css2?family=Space+Mono:wght@700&display=swap);
/*
! tailwindcss v3.1.8 | 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.
*/
html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
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. 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-size: 1em; /* 2 */
}
/*
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-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;
}
/*
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;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::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-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-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:  ;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.top-0{
  top: 0px;
}
.left-full{
  left: 100%;
}
.top-1{
  top: 0.25rem;
}
.right-1{
  right: 0.25rem;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[1\]{
  z-index: 1;
}
.z-10{
  z-index: 10;
}
.z-0{
  z-index: 0;
}
.order-\[-1\]{
  order: -1;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mr-auto{
  margin-right: auto;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.\!ml-6{
  margin-left: 1.5rem !important;
}
.mt-4{
  margin-top: 1rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.-ml-1{
  margin-left: -0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.h-\[45px\]{
  height: 45px;
}
.h-5{
  height: 1.25rem;
}
.max-h-\[220px\]{
  max-height: 220px;
}
.w-full{
  width: 100%;
}
.w-9{
  width: 2.25rem;
}
.w-2{
  width: 0.5rem;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-5{
  width: 1.25rem;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-\[290px\]{
  max-width: 290px;
}
.max-w-\[80\%\]{
  max-width: 80%;
}
.basis-full{
  flex-basis: 100%;
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-9{
  gap: 2.25rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-16{
  row-gap: 4rem;
}
.gap-x-14{
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.space-y-5 > :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));
}
.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));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.place-self-center{
  place-self: center;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-solid{
  border-style: solid;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-blue-042{
  --tw-bg-opacity: 1;
  background-color: rgb(8 32 66 / var(--tw-bg-opacity));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-yellow-30e{
  --tw-bg-opacity: 1;
  background-color: rgb(248 227 14 / var(--tw-bg-opacity));
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4{
  padding: 1rem;
}
.p-2{
  padding: 0.5rem;
}
.p-1{
  padding: 0.25rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-museoSans{
  font-family: Museo Sans;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-extrabold{
  font-weight: 800;
}
.font-bold{
  font-weight: 700;
}
.font-thin{
  font-weight: 100;
}
.uppercase{
  text-transform: uppercase;
}
.normal-case{
  text-transform: none;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-normal{
  letter-spacing: 0em;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-blue-042{
  --tw-text-opacity: 1;
  color: rgb(8 32 66 / var(--tw-text-opacity));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-gray-9b9{
  --tw-text-opacity: 1;
  color: rgb(185 185 185 / var(--tw-text-opacity));
}
.text-brown-d5d{
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity));
}
.opacity-25{
  opacity: 0.25;
}
.opacity-75{
  opacity: 0.75;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form-toast,
.form-toast-error {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 100;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.form-toast.fade-hidden, 
.form-toast-error.fade-hidden{
  opacity: 0;
}
@font-face {
  font-family: "Devant Horgen";
  src: url("/fonts/Devant-Horgen.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Museo Sans";
  src: url("/fonts/MuseoSans-100.otf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Museo Sans";
  src: url("/fonts/MuseoSans-300.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Museo Sans";
  src: url("/fonts/MuseoSans_500.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Museo Sans";
  src: url("/fonts/MuseoSans_700.otf") format("opentype");
  font-weight: 700;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media (max-width: 1550px) {
  html {
    font-size: 14px;
  }
}
.main-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 1640px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.medium-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 1228px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.small-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding-left: 1rem;
  padding-right: 1rem;
}
header{
  position: relative;
  overflow-x: clip;
}
@media (min-width: 1024px) {
  header::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    height: 150px;
    width: 40%;
    --tw-bg-opacity: 1;
    background-color: rgb(8 32 66 / var(--tw-bg-opacity));
  }
  header {
    background: transparent linear-gradient(270deg, #082042 50%, transparent 50%) 0% 0% no-repeat padding-box;
  }
}
header .links{
  font-family: Space Mono, monospace;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  letter-spacing: 0.228125rem;
}
@media (max-width: 1650px) {
  header .links > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
  header .links{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 1400px) {
  header .links > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
  header .links{
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.1rem;
  }
}
header .links:last-child{
  margin-right: 1rem;
}
header .links .current{
  position: relative;
}
header .links .current::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -10px;
  height: 0.375rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(248 227 14 / var(--tw-bg-opacity));
}
header .links a:hover{
  --tw-text-opacity: 1;
  color: rgb(248 227 14 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
header .links .search{
  position: relative;
  z-index: 1;
  display: flex;
  width: 10rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 1150px) {
  header .links .search{
    display: none;
  }
}
header .links .search input,  header .links .search input:focus{
  width: 100%;
  border-style: none;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-shadow: none;
}
header .links .search img{
  margin-right: 0.75rem;
  height: 1.5rem;
  width: 1.5rem;
}
header .links .products a:hover{
  --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: 150ms;
}
header .layers{
  position: absolute;
  top: 0px;
  left: 15%;
  z-index: 1;
  height: 150px;
  width: 100%;
}
@media (max-width: 1550px) {
  header .layers{
    left: 17%;
  }
}
header .layers .layer{
  position: relative;
  height: 148px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(248 227 14 / var(--tw-bg-opacity));
  border-bottom-left-radius: 9.6875rem;
}
header .layers .layer .layer-2{
  position: absolute;
  left: 15px;
  height: 150px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(8 32 66 / var(--tw-bg-opacity));
  border-bottom-left-radius: 9.6875rem;
}
@media (min-width: 1400px) {
  header .brand img{
    max-width: 220px;
  }
}
@media (max-width: 1400px) {
  header .brand img{
    max-width: 220px;
  }
}
@media (max-width: 1300px) {
  header .brand img{
    max-width: 180px;
  }
}
@media (max-width: 1024px) {
  header .brand img{
    max-width: 150px;
  }
}
header .mobile-button img{
  max-height: 30px;
}
header .mobile-links{
  font-family: Space Mono, monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  letter-spacing: 0.1rem;
}
header .button-produtos{
  display: inline-flex;
  align-items: center;
}
header .button-produtos img{
  margin-left: 0.5rem;
  width: 0.5rem;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
footer{
  --tw-bg-opacity: 1;
  background-color: rgb(8 32 66 / var(--tw-bg-opacity));
}
footer .content .title{
  margin-bottom: 1.25rem;
  font-family: Space Mono, monospace;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  letter-spacing: 0.228125rem;
}
footer .content ul > :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));
}
footer .content ul li{
  font-family: Museo Sans;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(185 185 185 / var(--tw-text-opacity));
}
footer .content .socials a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Museo Sans;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(185 185 185 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  footer .content .socials a{
    justify-content: flex-start;
  }
}
footer .content .socials .phone{
  display: flex;
  align-items: center;
}
footer .content .socials .phone::before {
  content: url("/img/Icon_awesome_phone_alt.svg");
  margin-right: 0.75rem;
}
footer .content .socials .email{
  display: flex;
  align-items: center;
}
footer .content .socials .email::before {
  content: url("/img/Icon_material_email.svg");
  margin-right: 0.75rem;
}
footer .content .socials .address{
  display: flex;
  align-items: center;
}
footer .content .socials .address::before {
  content: url("/img/Icon_material_location_on.svg");
  margin-right: 0.75rem;
}
footer .content .socials .button{
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  justify-content: center;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 227 14 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-family: Museo Sans;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(8 32 66 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  footer .content .socials .button{
    margin-left: 0px;
    margin-right: 0px;
  }
}
footer .content .socials .button {
  letter-spacing: 0.151875rem;
}
@media (max-width: 1300px) {
  footer .content .socials .button{
    padding: 1rem;
    letter-spacing: unset;
  }
}
footer .content .socials .button:hover{
  --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: 150ms;
}
.banner .swiper-slide {
  height: calc(100vh - 130px);
  background-size: cover;
}
.banner .swiper-pagination{
  display: none;
}
.clientes-exigentes{
  position: relative;
}
.clientes-exigentes .element{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  align-items: center;
}
.clientes-exigentes .element div{
  height: 14.6875rem;
  width: 18.4375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 227 14 / var(--tw-bg-opacity));
  border-top-left-radius: 7.375rem;
  border-bottom-left-radius: 7.375rem;
}
@media (max-width: 1500px) {
  .clientes-exigentes .element div{
    height: 12rem;
    width: 16rem;
  }
}
@media (max-width: 1260px) {
  .clientes-exigentes .element div{
    height: 10rem;
    width: 9rem;
  }
}
.clientes-exigentes .left-side{
  left: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  align-items: center;
}
@media (min-width: 1024px){
  .clientes-exigentes .left-side{
    position: absolute;
  }
}
.clientes-exigentes .left-side img{
  max-width: 930px;
}
@media (max-width: 1870px) {
  .clientes-exigentes .left-side img{
    width: 80%;
  }
}
@media (max-width: 1500px) {
  .clientes-exigentes .left-side img{
    width: 70%;
  }
}
@media (max-width: 1300px) {
  .clientes-exigentes .left-side img{
    width: 55%;
  }
}
@media (max-width: 1024px) {
  .clientes-exigentes .left-side img{
    width: 100%;
  }
}
@media (min-width: 1024px){
  .clientes-exigentes .right-side .content{
    padding-left: 52%;
  }
}
.clientes-exigentes .right-side .subtitle,  .clientes-exigentes .right-side .produtos .product-text .content .product-title,  .produtos .product-text .content .clientes-exigentes .right-side .product-title{
  max-width: 31.25rem;
  font-family: Museo Sans;
  font-size: 3rem;
  line-height: 1;
  font-weight: 100;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity));
  letter-spacing: 0.685rem;
}
@media (max-width: 1400px) {
  .clientes-exigentes .right-side .subtitle,  .clientes-exigentes .right-side .produtos .product-text .content .product-title,  .produtos .product-text .content .clientes-exigentes .right-side .product-title{
    max-width: 330px;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 576px) {
  .clientes-exigentes .right-side .subtitle,  .clientes-exigentes .right-side .produtos .product-text .content .product-title,  .produtos .product-text .content .clientes-exigentes .right-side .product-title{
    max-width: 270px;
    font-size: 2.25rem;
    line-height: 2.5rem;
    letter-spacing: normal;
  }
}
.clientes-exigentes .right-side h1{
  margin-top: -2.625rem;
  margin-bottom: 4rem;
  max-width: 515px;
  font-family: Devant Horgen;
  font-size: 13.125rem;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(8 32 66 / var(--tw-text-opacity));
}
@media (max-width: 1870px) {
  .clientes-exigentes .right-side h1{
    margin-top: -1.625rem;
    font-size: 11.125rem;
  }
}
@media (max-width: 1400px) {
  .clientes-exigentes .right-side h1{
    font-size: 9.125rem;
  }
}
@media (max-width: 576px) {
  .clientes-exigentes .right-side h1{
    font-size: 7.125rem;
  }
}
.clientes-exigentes .right-side .button{
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  justify-content: center;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 227 14 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-family: Museo Sans;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(8 32 66 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .clientes-exigentes .right-side .button{
    margin-left: 0px;
    margin-right: 0px;
  }
}
.clientes-exigentes .right-side .button {
  letter-spacing: 0.151875rem;
}
.clientes-exigentes .right-side .button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(8 32 66 / var(--tw-bg-opacity));
  --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: 150ms;
}
@media (max-width: 1300px) {
  .clientes-exigentes .right-side .button{
    padding: 1rem;
    letter-spacing: unset;
  }
}
.breadcrumb{
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
}
.breadcrumb span{
  font-family: Museo Sans;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 100;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity));
}
.opcao-certa{
  position: relative;
}
@media (max-width: 1538px) {
  @media (min-width: 1024px){
    .opcao-certa .left-side .content .text{
      width: 44%;
    }
  }
}
.opcao-certa .left-side .content .text h1{
  margin-bottom: 2rem;
  max-width: 700px;
  font-family: Museo Sans;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(8 32 66 / var(--tw-text-opacity));
}
@media (max-width: 1470px) {
  .opcao-certa .left-side .content .text h1{
    font-size: 3rem;
    line-height: 1;
  }
}
@media (max-width: 576px) {
  .opcao-certa .left-side .content .text h1{
    font-size: 2rem;
  }
}
.opcao-certa .left-side .content .text p{
  font-family: Museo Sans;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 100;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity));
}
@media (max-width: 576px) {
  .opcao-certa .left-side .content .text p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.opcao-certa .left-side .content .text p span{
  font-weight: 700;
}
.opcao-certa .right-side{
  right: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  align-items: center;
}
@media (min-width: 1024px){
  .opcao-certa .right-side{
    position: absolute;
  }
}
.opcao-certa .right-side img{
  max-width: 100%;
}
@media (min-width: 1024px){
  .opcao-certa .right-side img{
    max-width: 1000px;
  }
}
@media (max-width: 1650px) {
  @media (min-width: 1024px){
    .opcao-certa .right-side img{
      max-width: 56vw;
    }
  }
}
.movida-pelo-proposito {
  background-image: url("/img/Grupo_90.png");
  background-size: cover;
  background-position: center;
}
.movida-pelo-proposito .content p{
  font-family: Museo Sans;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 100;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (max-width: 576px) {
  .movida-pelo-proposito .content p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.movida-pelo-proposito .content p span{
  font-weight: 700;
}
.segmentos .content .description-section{
  margin-bottom: 4rem;
  text-align: center;
  font-family: Museo Sans;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity));
}
@media (max-width: 576px) {
  .segmentos .content .description-section{
    margin-bottom: 2.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.segmentos .content .items .item .box{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1.75rem;
  padding-bottom: 2rem;
  text-align: center;
}
@media (min-width: 640px){
  .segmentos .content .items .item .box{
    min-height: 444px;
  }
}
@media (min-width: 1280px){
  .segmentos .content .items .item .box{
    margin-left: auto;
    margin-right: auto;
    max-width: 339px;
  }
}
.segmentos .content .items .item .box {
  border-radius: 3.4375rem;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.0784313725);
}
@media (max-width: 1457px) {
  .segmentos .content .items .item .box{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 400px) {
  .segmentos .content .items .item .box{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.segmentos .content .items .item .box img{
  margin-bottom: 0.5rem;
}
.segmentos .content .items .item .box .title{
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Museo Sans;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(8 32 66 / var(--tw-text-opacity));
  border-bottom: 2px solid #F8E30E;
}
@media (max-width: 576px) {
  .segmentos .content .items .item .box .title{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.segmentos .content .items .item .box .description{
  font-family: Museo Sans;
  font-size: 1.25rem;
  font-weight: 100;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity));
}
@media (max-width: 576px) {
  .segmentos .content .items .item .box .description{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .produtos{
    min-height: 100vh;
  }
}
.produtos .left-side{
  width: 100%;
}
@media (min-width: 1024px){
  .produtos .left-side{
    width: 57%;
  }
}
.produtos .left-side .image-container{
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(8 32 66 / var(--tw-bg-opacity));
  padding: 3rem;
}
@media (min-width: 1024px){
  .produtos .left-side .image-container{
    margin-bottom: 0px;
    height: 36.8125rem;
    border-top-right-radius: 25rem;
    border-bottom-right-radius: 25rem;
  }
}
.produtos .left-side .image-container img{
  width: 100%;
  max-width: 1100px;
}
@media (min-width: 1024px){
  .produtos .left-side .image-container img{
    width: 40vw;
  }
}
.produtos .right-side{
  display: flex;
  align-items: center;
}
@media (min-width: 1024px){
  .produtos .right-side{
    width: 43%;
  }
}
.produtos .right-side .content{
  width: 100%;
}
.produtos .right-side .imagem-container{
  margin-bottom: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 227 14 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
@media (min-width: 1024px){
  .produtos .right-side .imagem-container{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
.produtos .right-side .imagem-container {
  border-top-left-radius: 25rem;
  border-bottom-left-radius: 25rem;
}
.produtos .right-side .imagem-container img{
  width: 100%;
  max-width: 150px;
}
@media (min-width: 1024px){
  .produtos .right-side .imagem-container img{
    max-width: 500px;
  }
}
.produtos .right-side .button{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(248 227 14 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  text-align: center;
  font-family: Museo Sans;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(8 32 66 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .produtos .right-side .button{
    margin-left: 0px;
    margin-right: 0px;
  }
}
.produtos .right-side .button {
  letter-spacing: 0.151875rem;
  border-radius: 2.25rem;
}
.produtos .right-side .button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(8 32 66 / var(--tw-bg-opacity));
  --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: 150ms;
}
.produtos .right-side .button svg:hover{
  fill: #FFFFFF;
}
.produtos .right-side .button span{
  margin-right: 0.25rem;
  max-width: 115px;
}
.produtos .right-side .button img{
  height: 1.5rem;
  width: 1.5rem;
}
@media (max-width: 1300px) {
  .produtos .right-side .button{
    padding: 1rem;
    letter-spacing: unset;
  }
}
.produtos .product-text .content .subtitle,  .produtos .product-text .content .product-title{
  font-family: Museo Sans;
  font-size: 2rem;
  font-weight: 100;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity));
  letter-spacing: 0.685rem;
}
@media (max-width: 1400px) {
  .produtos .product-text .content .subtitle,  .produtos .product-text .content .product-title{
    max-width: 330px;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 576px) {
  .produtos .product-text .content .subtitle,  .produtos .product-text .content .product-title{
    font-size: 2rem;
    letter-spacing: normal;
  }
}
.produtos .product-text .content .title{
  font-family: Devant Horgen;
  font-size: 8.75rem;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(8 32 66 / var(--tw-text-opacity));
}
@media (max-width: 1870px) {
  .produtos .product-text .content .title{
    font-size: 11.125rem;
  }
}
@media (max-width: 1400px) {
  .produtos .product-text .content .title{
    font-size: 9.125rem;
  }
}
@media (max-width: 576px) {
  .produtos .product-text .content .title{
    font-size: 5.125rem;
  }
}
.produtos .product-text .content .product-title{
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .produtos .saiba-mais-produto .grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.produtos .saiba-mais-produto .content .title{
  margin-bottom: 3.5rem;
  text-align: center;
  font-family: Museo Sans;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(8 32 66 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .produtos .saiba-mais-produto .content .title{
    margin-bottom: 6rem;
  }
}
@media (max-width: 576px) {
  .produtos .saiba-mais-produto .content .title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.produtos .saiba-mais-produto .content .list .list-title{
  font-family: Museo Sans;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(8 32 66 / var(--tw-text-opacity));
}
@media (max-width: 576px) {
  .produtos .saiba-mais-produto .content .list .list-title{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.produtos .saiba-mais-produto .content .list ul li{
  display: flex;
  align-items: center;
  font-family: Museo Sans;
  font-weight: 100;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity));
}
.produtos .saiba-mais-produto .content .list ul li::before {
  content: "";
  margin-right: 0.5rem;
  display: inline-flex;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 227 14 / var(--tw-bg-opacity));
}
.modal {
  position: fixed; /* Stay in place */
  z-index: 50; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  cursor: pointer;
}
.modal .content-modal {
  background-color: #fefefe;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 1.5625rem;
  border: 1px solid #888;
  width: 25rem; /* Could be more or less, depending on screen size */
  border-radius: 1.5rem;
}
@media (max-width: 450px) {
  .modal .content-modal{
    margin-left: 2rem;
    margin-right: 2rem;
    width: auto;
  }
}
.contato {
  width: 100vw;
  overflow: hidden;
  font-family: "Museo Sans";
}
.contato form {
  width: 100%;
  border-radius: 0.875rem;
  border: 1px solid #B9B9B9;
  justify-content: center;
  padding: 1.875rem 0.9375rem;
}
@media (min-width: 1024px) {
  .contato form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1.875rem 1.875rem;
  }
}
.contato form input,
.contato form textarea {
  border-color: #B9B9B9 !important;
  outline: none !important;
  box-shadow: none !important;
}
.contato form input::-moz-placeholder, .contato form textarea::-moz-placeholder {
  color: #B9B9B9;
  font-weight: 100;
}
.contato form input::placeholder,
.contato form textarea::placeholder {
  color: #B9B9B9;
  font-weight: 100;
}
.contato form button {
  letter-spacing: 0.228125rem;
}
.contato form button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(8 32 66 / var(--tw-bg-opacity));
  --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: 150ms;
}
.contato .infos-side h3 {
  font-family: "Space Mono";
  letter-spacing: 0.228125rem;
}
.contato .infos-side .list .item:nth-child(1) {
  border-bottom: 1px solid #707070;
}
.contato .infos-side .list .item:nth-child(1)::before {
  content: url("/img/Icon_awesome_phone_alt.png");
  margin-right: 0.625rem;
}
.contato .infos-side .list .item:nth-child(2) {
  border-bottom: 1px solid #707070;
}
.contato .infos-side .list .item:nth-child(2)::before {
  content: url("/img/Icon_ionic_ios_mail.png");
  margin-right: 0.625rem;
}
.contato .infos-side .list .item:nth-child(3)::before {
  content: url("/img/Icon_material_location_on.png");
  margin-right: 0.625rem;
}
.contato .infos-side .float-element::after {
  content: url("/img/circles.svg");
  position: absolute;
  right: -100px;
  top: 50px;
}
.parceiros {
  font-family: "Museo Sans";
}
.hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px){
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .md\:w-\[80\%\]{
    width: 80%;
  }
  .md\:basis-1\/2{
    flex-basis: 50%;
  }
  .md\:gap-14{
    gap: 3.5rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px){
  .lg\:-order-none{
    order: 0;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:mt-24{
    margin-top: 6rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:w-\[60\%\]{
    width: 60%;
  }
  .lg\:w-\[36\%\]{
    width: 36%;
  }
  .lg\:w-\[85\%\]{
    width: 85%;
  }
  .lg\:w-\[42\%\]{
    width: 42%;
  }
  .lg\:max-w-\[400px\]{
    max-width: 400px;
  }
  .lg\:basis-auto{
    flex-basis: auto;
  }
  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-y-0{
    row-gap: 0px;
  }
  .lg\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:pt-28{
    padding-top: 7rem;
  }
  .lg\:pt-32{
    padding-top: 8rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pb-7{
    padding-bottom: 1.75rem;
  }
  .lg\:pt-36{
    padding-top: 9rem;
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pb-28{
    padding-bottom: 7rem;
  }
  .lg\:pb-80{
    padding-bottom: 20rem;
  }
  .lg\:pt-24{
    padding-top: 6rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:text-left{
    text-align: left;
  }
}
@media (min-width: 1280px){
  .xl\:w-auto{
    width: auto;
  }
  .xl\:w-\[300px\]{
    width: 300px;
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:gap-0{
    gap: 0px;
  }
  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}
