@charset "UTF-8";
/*
! tailwindcss v3.3.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.
*/
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 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
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;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[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:  ;
}
.header-wrapper{
  display: flex;
  width: 100%;
  max-width: 1533px;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 1420px){
  .header-wrapper{
    height: 3rem;
  }
}
@media (min-width: 1421px){
  .header-wrapper{
    height: 4rem;
  }
}
@media screen and (max-width: 1420px) {
    .header-wrapper {
      background-color: #000;
    }
  }
.toolbar{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
@media (max-width: 1420px){
  .toolbar{
    margin-left: 0px;
  }
}
@media (min-width: 1421px){
  .toolbar{
    margin-left: 4rem;
  }
}
.menu-wrapper{
  display: flex;
  width: 100%;
  max-width: 1533px;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1420px){
  .menu-wrapper{
    display: none;
  }
}
@media (min-width: 1421px){
  .menu-wrapper{
    display: block;
  }
}
.menu-input-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
.footer-wrapper{
  display: flex;
}
@media (min-width: 0px){
  .footer-wrapper{
    flex-direction: column-reverse;
    gap: 1rem;
  }
  .footer-wrapper > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
}
@media (min-width: 1080px){
  .footer-wrapper{
    flex-direction: row;
    gap: 1.5rem;
  }
  .footer-wrapper > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.relative{
  position: relative;
}
.z-50{
  z-index: 50;
}
.m-auto{
  margin: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-16{
  margin-left: 4rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-auto{
  height: auto;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.max-w-\[1080px\]{
  max-width: 1080px;
}
.max-w-\[635px\]{
  max-width: 635px;
}
.max-w-\[755px\]{
  max-width: 755px;
}
.flex-1{
  flex: 1 1 0%;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-7{
  gap: 1.75rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.text-left{
  text-align: left;
}
.text-sm{
  font-size: .875rem;
}
.text-xs{
  font-size: .75rem;
}
.font-light{
  font-weight: 300;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-opacity-60{
  --tw-text-opacity: 0.6;
}
.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);
}
.material-symbols--menu {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3 18v-2h18v2zm0-5v-2h18v2zm0-5V6h18v2z'/%3E%3C/svg%3E");
}

.material-symbols--search {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='m19.6 21l-6.3-6.3q-.75.6-1.725.95T9.5 16q-2.725 0-4.612-1.888T3 9.5t1.888-4.612T9.5 3t4.613 1.888T16 9.5q0 1.1-.35 2.075T14.7 13.3l6.3 6.3zM9.5 14q1.875 0 3.188-1.312T14 9.5t-1.312-3.187T9.5 5T6.313 6.313T5 9.5t1.313 3.188T9.5 14'/%3E%3C/svg%3E");
}

.material-symbols--search-rounded {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9.5 16q-2.725 0-4.612-1.888T3 9.5t1.888-4.612T9.5 3t4.613 1.888T16 9.5q0 1.1-.35 2.075T14.7 13.3l5.6 5.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-5.6-5.6q-.75.6-1.725.95T9.5 16m0-2q1.875 0 3.188-1.312T14 9.5t-1.312-3.187T9.5 5T6.313 6.313T5 9.5t1.313 3.188T9.5 14'/%3E%3C/svg%3E");
}

.si--expand-more-duotone {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23b0b9c1' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8 10l4 4l4-4'/%3E%3C/svg%3E");
}

.mi--notification {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M10.146 3.248a2 2 0 0 1 3.708 0A7 7 0 0 1 19 10v4.697l1.832 2.748A1 1 0 0 1 20 19h-4.535a3.501 3.501 0 0 1-6.93 0H4a1 1 0 0 1-.832-1.555L5 14.697V10c0-3.224 2.18-5.94 5.146-6.752M10.586 19a1.5 1.5 0 0 0 2.829 0zM12 5a5 5 0 0 0-5 5v5a1 1 0 0 1-.168.555L5.869 17H18.13l-.963-1.445A1 1 0 0 1 17 15v-5a5 5 0 0 0-5-5'/%3E%3C/svg%3E");
}

.material-symbols--mail {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%239fd7ff' d='M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zm8-7l8-5V6l-8 5l-8-5v2z'/%3E%3C/svg%3E");
}

.ion--share-outline {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M336 192h40a40 40 0 0 1 40 40v192a40 40 0 0 1-40 40H136a40 40 0 0 1-40-40V232a40 40 0 0 1 40-40h40m160-64l-80-80l-80 80m80 193V48'/%3E%3C/svg%3E");
}

.material-symbols-light--comment-outline {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M6.5 13.5h11v-1h-11zm0-3h11v-1h-11zm0-3h11v-1h-11zM21 20.077L17.923 17H4.616q-.691 0-1.154-.462T3 15.385V4.615q0-.69.463-1.153T4.615 3h14.77q.69 0 1.152.462T21 4.615zM4.616 16H18.35L20 17.644V4.616q0-.231-.192-.424T19.385 4H4.615q-.23 0-.423.192T4 4.615v10.77q0 .23.192.423t.423.192M4 16V4z'/%3E%3C/svg%3E");
}

.pajamas--twitter {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M9.294 6.928L14.357 1h-1.2L8.762 6.147L5.25 1H1.2l5.31 7.784L1.2 15h1.2l4.642-5.436L10.751 15h4.05zM7.651 8.852l-.538-.775L2.832 1.91h1.843l3.454 4.977l.538.775l4.491 6.47h-1.843z'/%3E%3C/svg%3E");
}

.iconoir--facebook {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M17 2h-3a5 5 0 0 0-5 5v3H6v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z'/%3E%3C/svg%3E");
}

.basil--linkedin-outline {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M5 1.25a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5M3.75 4a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0m-1.5 4A.75.75 0 0 1 3 7.25h4a.75.75 0 0 1 .75.75v13a.75.75 0 0 1-.75.75H3a.75.75 0 0 1-.75-.75zm1.5.75v11.5h2.5V8.75zM9.25 8a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 .75.75v.434l.435-.187a7.8 7.8 0 0 1 2.358-.595C20.318 7.4 22.75 9.58 22.75 12.38V21a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1-.75-.75v-7a1.25 1.25 0 0 0-2.5 0v7a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1-.75-.75zm1.5.75v11.5h2.5V14a2.75 2.75 0 1 1 5.5 0v6.25h2.5v-7.87c0-1.904-1.661-3.408-3.57-3.234a6.3 6.3 0 0 0-1.904.48l-1.48.635a.75.75 0 0 1-1.046-.69V8.75z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.active-btn {
  color: #00aa76 !important;
}

html, body {
  height: 100%;
}

body {
  background-color: #14181c;
  color: #fff;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}

header, footer {
  display: block;
}

.main {
  flex: 1 1 auto;
}

.header {
  background-color: #14181c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  left: 0;
}
.header .search-bar {
  flex: 1;
  display: flex;
  width: 100%;
  max-width: 740px;
  position: relative;
}
@media screen and (max-width: 1420px) {
  .header .search-bar {
    display: none;
  }
}
.header .search-bar input {
  background-color: #232a31;
  border: 1px solid #232a31;
  border-radius: 20px;
  padding: 0 145px 0 24px;
  height: 40px;
  max-width: unset;
  min-width: 193px;
  width: 550px;
}
.header .search-bar-icon {
  background-color: #00aa76;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
}
.header .nav-links ul {
  gap: 3rem;
  display: flex;
}
.header .nav-links ul li:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .nav-links ul li a {
  color: #b0b9c1;
  font-size: 14px;
  font-weight: 500;
}
.header .menu {
  background-color: #000;
  border-bottom: 3px solid #00aa76;
  height: 52px;
  margin: 0 !important;
}
@media screen and (max-width: 1420px) {
  .header .menu {
    padding: 0 16px;
  }
}
.header .menu ul > li > a {
  border: 1px solid #000;
  color: #f0f3f5;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
  height: 30px;
  align-items: center;
  display: flex;
}
.header .menu ul > li > a:hover {
  border: 1px solid #00aa76;
}
.header .menu-input {
  background-color: #232a31;
  border: 1px solid #232a31;
  border-radius: 20px;
  padding-left: 1.25rem;
  position: relative;
  height: 32px;
  width: 100%;
}

.main {
  display: block;
}
.main article {
  display: block;
  padding-top: 24px;
}
.main article img, .main article video {
  border-radius: 10px !important;
}
.main article .title-logo > img {
  height: 24px;
  width: auto;
}
.main article h1 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
}
@media screen and (max-width: 1440px) {
  .main article h1 {
    font-size: 1.5rem;
  }
}
.main article .author {
  border-top: 1px solid #363f44;
  border-bottom: 1px solid #363f44;
  padding: 16px 0;
  margin-bottom: 16px;
}
.main article .author .time {
  font-size: 13px;
  font-weight: 200;
}
.main article .author .time-read::before {
  content: "•";
  display: inline-block;
  margin-right: 4px;
}
.main article .author-date .name > span {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.main article .author-date .name > span:hover {
  color: #9fd7ff;
}
.main article .author-icons > ul > li {
  background-color: #20272e;
  border: 1px solid #363f44;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.359rem;
  padding-bottom: 0.422rem;
}
.main article .author-icons > ul > li:first-child {
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.main article .author-icons > ul > li:last-child {
  border-radius: 20px;
  gap: 4px;
  height: 30px;
  width: auto;
  padding: 0.391rem 0.875rem;
  margin-left: 12px;
}
@media screen and (max-width: 1080px) {
  .main article .author-icons > ul > li:last-child {
    border-radius: 50%;
    gap: 0;
    padding: 0;
    margin-left: 6px;
    width: 30px;
  }
}
.main article .content {
  position: relative;
}
.main article .content h1, .main article .content h2, .main article .content p, .main article .content b, .main article .content a, .main article .content blockquote, .main article .content video, .main article .content img, .main article .content .article-main-button {
  color: #f0f3f5;
  margin-top: 32px;
  letter-spacing: 0.5px;
}
.main article .content h1:first-child, .main article .content h2:first-child, .main article .content p:first-child, .main article .content b:first-child, .main article .content a:first-child, .main article .content blockquote:first-child, .main article .content video:first-child, .main article .content img:first-child, .main article .content .article-main-button:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1080px) {
  .main article .content h1, .main article .content h2, .main article .content p, .main article .content b, .main article .content a, .main article .content blockquote, .main article .content video, .main article .content img, .main article .content .article-main-button {
    margin-top: 24px;
  }
}
.main article .content h2 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 640px) {
  .main article .content h2 {
    font-size: 1.25rem;
  }
}
.main article .content b {
  font-weight: 600;
}
.main article .content p {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  .main article .content p {
    font-size: 1.125rem;
  }
}
.main article .content p a {
  color: #9fd7ff;
  line-height: 1.5;
}
.main article .content .article-main-button {
  align-items: center;
  display: flex;
  text-align: center;
}
.main article .content .article-main-button a {
  background-color: #20272e;
  border: 1px solid #f0f3f5;
  border-radius: 25px;
  color: #f0f3f5;
  padding: 15px 40px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  width: 100%;
}
.main article .content .article-main-button a:hover {
  border: 1px solid #9fd7ff;
  color: #9fd7ff;
}
.main article .content .article-img {
  margin-top: 1.5rem;
  text-align: center;
}
.main article .content .article-img > img {
  border-radius: 10px;
  max-width: 100%;
  margin-bottom: 1rem;
  max-height: 405px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1059px) {
  .main article .content .article-img > img {
    height: auto !important;
  }
}
.main article .content .article-img > p {
  font-size: 0.85em;
  font-weight: 100;
  text-align: left;
  margin-top: -7px;
}
.main article .content img {
  border-radius: 10px;
  max-width: 100%;
  max-height: 405px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1059px) {
  .main article .content img {
    height: auto !important;
  }
}
.main article .content blockquote {
  border-left: 5px solid #00aa76;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 15px;
}
@media screen and (max-width: 1080px) {
  .main article .content blockquote {
    font-size: 1.125rem;
  }
}
.main article .content blockquote p {
  font-weight: 600;
}
.main article .content blockquote a {
  font-weight: 600;
}
.main article .content video {
  border-radius: 10px;
  height: auto;
  max-width: 100%;
}
.main article .article-quiz {
  border-top: 1px solid silver;
}
.main article .article-quiz-title {
  text-align: center;
  margin-bottom: 15px;
  padding-top: 15px;
}
.main article .article-quiz-title p {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
}
.main article .article-quiz-title img {
  height: 30px;
  width: 100%;
}
.main article .article-quiz-content {
  text-align: center;
  position: relative;
}
.main article .article-quiz-content .quiz-number {
  font-size: 1.15em;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.main article .article-quiz-content .quiz-question {
  font-size: 1.15em;
  font-weight: 400;
  line-height: 1.5;
}
.main article .article-quiz-content .quiz-buttons {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
.main article .article-quiz-content .quiz-buttons button {
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.1em;
  text-transform: uppercase;
  padding: 15px 50px;
  width: 100%;
}
@media (max-width: 991px) {
  .main article .article-quiz-content .quiz-buttons button {
    padding: 10px 35px;
  }
}
.main article .article-quiz-content .quiz-buttons button:last-child {
  background: rgba(173, 186, 205, 0.9098039216);
}
.main article .article-quiz-content .quiz-buttons button:last-child:hover {
  background: rgba(143, 164, 195, 0.9098039216);
}
.main article .article-quiz-content .quiz-result {
  margin-top: 20px;
}
.main article .article-quiz-content .quiz-result_link {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  display: block;
  font-size: 1.1em;
  text-transform: uppercase;
  padding: 10px 15px;
}
.main article .article-quiz-content .quiz-result_link:hover {
  background: #000;
  color: #fff;
}
.main article .article-quiz-content .loader-wrapper {
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
  display: none;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: 100%;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main .comments {
  display: block;
}
.main .comments .title-wrapper-comments {
  display: flex;
  margin-bottom: -1px;
}
.main .comments .title-comments {
  border-bottom: 1px solid #d8d8d8;
  display: flex;
}
.main .comments .title-comments span {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-bottom: 1px solid #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 10px;
  outline: none;
}
.main .comments .all-comments li {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.main .comments .all-comments .comment {
  border-bottom: 1px solid silver;
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  width: 100%;
}
.main .comments .all-comments .comment-author {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1299px) {
  .main .comments .all-comments .comment-author {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.main .comments .all-comments .comment-author span {
  font-size: 1rem;
  font-weight: 500;
}
.main .comments .all-comments .comment-author .time {
  font-size: 0.75rem;
  font-weight: 300;
}
.main .comments .all-comments .comment-text {
  font-size: 0.9rem;
  margin-top: 5px;
  min-height: 38px;
  line-height: 1.35;
}
@media (max-width: 1299px) {
  .main .comments .all-comments .comment-text {
    font-size: 0.9rem;
  }
}
.main .comments .all-comments .comment .reply {
  align-items: center;
  color: #c0c0c0;
  display: flex;
  font-size: 0.75rem;
  text-transform: capitalize;
  letter-spacing: 0.75px;
  margin-top: 10px;
}

.footer {
  background-color: #000;
}
.footer-social {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  gap: 15px;
}
.footer-social > .social {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 35px;
  width: 35px;
}
.footer .w-270 {
  width: 270px;
}
@media screen and (max-width: 1079px) {
  .footer .w-270 {
    width: 100%;
  }
}
.footer .w-180 {
  width: 180px;
}
.footer-logo > img {
  height: auto;
  width: 190px;
}
.footer .categories span {
  font-size: 14px;
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (max-width: 1420px){
  .max-\[1420px\]\:block{
    display: block;
  }
  .max-\[1420px\]\:flex{
    display: flex;
  }
  .max-\[1420px\]\:hidden{
    display: none;
  }
}
@media (min-width: 0px){
  .xs\:\!ml-0{
    margin-left: 0px !important;
  }
  .xs\:hidden{
    display: none;
  }
  .xs\:flex-col{
    flex-direction: column;
  }
  .xs\:rounded-none{
    border-radius: 0px;
  }
  .xs\:pb-6{
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px){
  .md\:w-full{
    width: 100%;
  }
}
@media (min-width: 1080px){
  .lg\:block{
    display: block;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:pb-12{
    padding-bottom: 3rem;
  }
}
@media (min-width: 1421px){
  .min-\[1421px\]\:hidden{
    display: none;
  }
}