/* @import url('assets/line-awesome/1.3.0/css/line-awesome.css'); */

/*! tailwindcss/base*/

*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | 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 */
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  /* 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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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::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]:where(:not([hidden="until-found"])) {
  display: none;
}

/*! tailwindcss/components*/

.container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 1140px !important;
  }
}

/*! tailwindcss/utilities*/

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-20px {
  bottom: 20px;
}

.bottom-\[18px\] {
  bottom: 18px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-10px {
  right: 10px;
}

.right-\[10px\] {
  right: 10px;
}

.right-\[20px\] {
  right: 20px;
}

.top-0 {
  top: 0px;
}

.top-\[20px\] {
  top: 20px;
}

.top-\[5px\] {
  top: 5px;
}

.isolate {
  isolation: isolate;
}

.z-1000 {
  z-index: 1000;
}

.z-20 {
  z-index: 20;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[9998\] {
  z-index: 9998;
}

.z-\[9999\] {
  z-index: 9999;
}

.order-2 {
  order: 2;
}

.\!m-0 {
  margin: 0px !important;
}

.m-0 {
  margin: 0px;
}

.m-\[6\.25\%\] {
  margin: 6.25%;
}

.-mx-15px {
  margin-left: -15px;
  margin-right: -15px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5px {
  margin-left: 5px;
  margin-right: 5px;
}

.mx-\[-15px\] {
  margin-left: -15px;
  margin-right: -15px;
}

.mx-\[5px\] {
  margin-left: 5px;
  margin-right: 5px;
}

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

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

.my-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-15px {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

.my-\[6\.25\%\] {
  margin-top: 6.25%;
  margin-bottom: 6.25%;
}

.\!ml-auto {
  margin-left: auto !important;
}

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

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

.mb-10px {
  margin-bottom: 10px;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-30px {
  margin-bottom: 30px;
}

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

.mb-40px {
  margin-bottom: 40px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mb-5px {
  margin-bottom: 5px;
}

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

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

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

.mb-\[1rem\] {
  margin-bottom: 1rem;
}

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

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

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

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

.mb-\[6\.25\%\] {
  margin-bottom: 6.25%;
}

.me-3 {
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-\[3px\] {
  margin-left: 3px;
}

.ml-\[4\.5\%\] {
  margin-left: 4.5%;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-10px {
  margin-right: 10px;
}

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

.mr-20px {
  margin-right: 20px;
}

.mr-2px {
  margin-right: 2px;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-5px {
  margin-right: 5px;
}

.mr-6px {
  margin-right: 6px;
}

.mr-\[0px\] {
  margin-right: 0px;
}

.mr-\[17px\] {
  margin-right: 17px;
}

.mr-\[20px\] {
  margin-right: 20px;
}

.mr-\[3px\] {
  margin-right: 3px;
}

.mr-\[4\.9px\] {
  margin-right: 4.9px;
}

.mr-\[4px\] {
  margin-right: 4px;
}

.mr-\[5\.71px\] {
  margin-right: 5.71px;
}

.mr-\[5px\] {
  margin-right: 5px;
}

.mr-\[7px\] {
  margin-right: 7px;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

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

.mt-15px {
  margin-top: 15px;
}

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

.mt-30px {
  margin-top: 30px;
}

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

.mt-50px {
  margin-top: 50px;
}

.mt-5px {
  margin-top: 5px;
}

.mt-\[11px\] {
  margin-top: 11px;
}

.mt-\[2px\] {
  margin-top: 2px;
}

.mt-\[35px\] {
  margin-top: 35px;
}

.mt-\[5px\] {
  margin-top: 5px;
}

.mt-\[80px\] {
  margin-top: 80px;
}

.box-content {
  box-sizing: content-box;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-0 {
  height: 0px;
}

.h-240px {
  height: 240px;
}

.h-4 {
  height: 1rem;
}

.h-40px {
  height: 40px;
}

.h-60px {
  height: 60px;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[230px\] {
  max-height: 230px;
}

.max-h-\[510px\] {
  max-height: 510px;
}

.min-h-1px {
  min-height: 1px;
}

.min-h-\[1px\] {
  min-height: 1px;
}

.w-15px {
  width: 15px;
}

.w-4 {
  width: 1rem;
}

.w-40px {
  width: 40px;
}

.w-60px {
  width: 60px;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

.w-\[56\.5\%\] {
  width: 56.5%;
}

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

.w-\[87\.5\%\] {
  width: 87.5%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-40px {
  min-width: 40px;
}

.max-w-40px {
  max-width: 40px;
}

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

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

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

.flex-\[0_0_65\%\] {
  flex: 0 0 65%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.basis-\[13\.75\%\] {
  flex-basis: 13.75%;
}

.basis-\[19\.25\%\] {
  flex-basis: 19.25%;
}

.basis-\[25\.14\%\] {
  flex-basis: 25.14%;
}

.basis-\[27\.3199\%\] {
  flex-basis: 27.3199%;
}

.basis-\[32\.1\%\] {
  flex-basis: 32.1%;
}

.basis-\[33\.51\%\] {
  flex-basis: 33.51%;
}

.basis-\[41\.9\%\] {
  flex-basis: 41.9%;
}

.basis-auto {
  flex-basis: auto;
}

.translate-x-\[2px\] {
  --tw-translate-x: 2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-100px\] {
  --tw-translate-y: -100px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-6px\] {
  --tw-translate-y: -6px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[3px\] {
  --tw-translate-y: 3px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[6px\] {
  --tw-translate-y: 6px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
          appearance: none;
}

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

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

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.items-start {
  align-items: flex-start;
}

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

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-end {
  justify-content: flex-end;
}

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

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

.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;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.\!border-b {
  border-bottom-width: 1px !important;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#28a745\] {
  --tw-border-opacity: 1;
  border-color: rgb(40 167 69 / var(--tw-border-opacity, 1));
}

.border-\[\#424245\] {
  --tw-border-opacity: 1;
  border-color: rgb(66 66 69 / var(--tw-border-opacity, 1));
}

.border-\[\#ccd0d2\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 208 210 / var(--tw-border-opacity, 1));
}

.border-\[\#ddd\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}

.border-\[\#e1e1e1\] {
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity, 1));
}

.border-\[\#e3e3e3\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity, 1));
}

.border-\[\#eee\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-link {
  --tw-border-opacity: 1;
  border-color: rgb(43 144 217 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.border-b-\[\#e1e1e1\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 225 225 / var(--tw-border-opacity, 1));
}

.bg-\[\#161617\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 23 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1d1d1f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 31 / var(--tw-bg-opacity, 1));
}

.bg-\[\#222\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}

.bg-\[\#28a745\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 167 69 / var(--tw-bg-opacity, 1));
}

.bg-\[\#eee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f2f2f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fafafa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.bg-link {
  --tw-bg-opacity: 1;
  background-color: rgb(43 144 217 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/\[\.99\] {
  background-color: rgb(255 255 255 / .99);
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-\[url\(\'\/storage\/posts\/July2023\/yubo-s-voice-messages-feature-enhances-user-functionality-front\.png\'\)\] {
  background-image: url('/storage/posts/July2023/yubo-s-voice-messages-feature-enhances-user-functionality-front.png');
}

.bg-\[url\(\'\/storage\/posts\/June2023\/mackeeper-review-front\.png\'\)\] {
  background-image: url('/storage/posts/June2023/mackeeper-review-front.png');
}

.bg-\[url\(\'\/storage\/posts\/October2023\/updating-to-macos-14-sonoma-front\.png\'\)\] {
  background-image: url('/storage/posts/October2023/updating-to-macos-14-sonoma-front.png');
}

.bg-\[url\(\'\/storage\/posts\/September2023\/remove-critical-virus-alert-mac-pop-up-front\.png\'\)\] {
  background-image: url('/storage/posts/September2023/remove-critical-virus-alert-mac-pop-up-front.png');
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.fill-current {
  fill: currentColor;
}

.\!p-0 {
  padding: 0px !important;
}

.p-0 {
  padding: 0px;
}

.p-10px {
  padding: 10px;
}

.p-2 {
  padding: 0.5rem;
}

.p-20px {
  padding: 20px;
}

.p-3 {
  padding: 0.75rem;
}

.p-30px {
  padding: 30px;
}

.p-4 {
  padding: 1rem;
}

.p-\[20px\] {
  padding: 20px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-15px {
  padding-left: 15px;
  padding-right: 15px;
}

.px-20px {
  padding-left: 20px;
  padding-right: 20px;
}

.px-2px {
  padding-left: 2px;
  padding-right: 2px;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[0\.75rem\] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

.px-\[1rem\] {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-1px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.py-50px {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[0\.25rem\] {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-\[0\.5rem\] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pb-20px {
  padding-bottom: 20px;
}

.pb-30px {
  padding-bottom: 30px;
}

.pb-50px {
  padding-bottom: 50px;
}

.pb-\[0\.5rem\] {
  padding-bottom: 0.5rem;
}

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

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

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

.pb-\[56\.25\%\] {
  padding-bottom: 56.25%;
}

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

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-\[20px\] {
  padding-left: 20px;
}

.pl-\[24px\] {
  padding-left: 24px;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-\[0px\] {
  padding-right: 0px;
}

.pr-\[10px\] {
  padding-right: 10px;
}

.pr-\[20px\] {
  padding-right: 20px;
}

.pr-\[24px\] {
  padding-right: 24px;
}

.pt-100px {
  padding-top: 100px;
}

.pt-50px {
  padding-top: 50px;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[0\.5rem\] {
  padding-top: 0.5rem;
}

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

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

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

.pt-\[56\.25\%\] {
  padding-top: 56.25%;
}

.pt-\[56\.30\%\] {
  padding-top: 56.30%;
}

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

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

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

.pt-\[80\%\] {
  padding-top: 80%;
}

.text-left {
  text-align: left;
}

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

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

.text-start {
  text-align: start;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.text-11px {
  font-size: 11px;
}

.text-13px {
  font-size: 13px;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[\.95em\] {
  font-size: .95em;
}

.text-\[0\.85rem\] {
  font-size: 0.85rem;
}

.text-\[0\.8em\] {
  font-size: 0.8em;
}

.text-\[0\.95em\] {
  font-size: 0.95em;
}

.text-\[0\.9em\] {
  font-size: 0.9em;
}

.text-\[1\.1em\] {
  font-size: 1.1em;
}

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[1\.2em\] {
  font-size: 1.2em;
}

.text-\[1\.2rem\] {
  font-size: 1.2rem;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.text-\[106\.25\%\] {
  font-size: 106.25%;
}

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

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

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

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

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

.text-\[1em\] {
  font-size: 1em;
}

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

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

.text-\[2rem\] {
  font-size: 2rem;
}

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.\!leading-\[40px\] {
  line-height: 40px !important;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.33337\] {
  line-height: 1.33337;
}

.leading-\[1\.33341\] {
  line-height: 1.33341;
}

.leading-\[1\.36364\] {
  line-height: 1.36364;
}

.leading-\[1\.47059\] {
  line-height: 1.47059;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[inherit\] {
  line-height: inherit;
}

.leading-extra-tight {
  line-height: 1.1;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[-\.008em\] {
  letter-spacing: -.008em;
}

.tracking-\[-\.01em\] {
  letter-spacing: -.01em;
}

.tracking-\[-\.022em\] {
  letter-spacing: -.022em;
}

.tracking-\[\.00833em\] {
  letter-spacing: .00833em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

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

.text-\[\#10C1E1\] {
  --tw-text-opacity: 1;
  color: rgb(16 193 225 / var(--tw-text-opacity, 1));
}

.text-\[\#111\] {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.text-\[\#212529\] {
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
}

.text-\[\#222\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.text-\[\#282828\] {
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-\[\#495057\] {
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity, 1));
}

.text-\[\#555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}

.text-\[\#609BFE\] {
  --tw-text-opacity: 1;
  color: rgb(96 155 254 / var(--tw-text-opacity, 1));
}

.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.text-\[\#6c757d\] {
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1));
}

.text-\[\#6e6e73\] {
  --tw-text-opacity: 1;
  color: rgb(110 110 115 / var(--tw-text-opacity, 1));
}

.text-\[\#777\] {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}

.text-\[\#999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.text-\[\#FF2D55\] {
  --tw-text-opacity: 1;
  color: rgb(255 45 85 / var(--tw-text-opacity, 1));
}

.text-\[\#a1a1a6\] {
  --tw-text-opacity: 1;
  color: rgb(161 161 166 / var(--tw-text-opacity, 1));
}

.text-\[\#aaa\] {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}

.text-\[\#f5f5f7\] {
  --tw-text-opacity: 1;
  color: rgb(245 245 247 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-inherit {
  color: inherit;
}

.text-link {
  --tw-text-opacity: 1;
  color: rgb(43 144 217 / var(--tw-text-opacity, 1));
}

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

.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-80 {
  opacity: 0.8;
}

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

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

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.-outline-offset-\[2px\] {
  outline-offset: -2px;
}

.outline-offset-0 {
  outline-offset: 0px;
}

.outline-offset-\[-2px\] {
  outline-offset: -2px;
}

.ring {
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.blur {
  --tw-blur: blur(8px);
  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 {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-bg-color {
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-250 {
  transition-duration: 250ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-default {
  transition-timing-function: ease;
}

html {
  line-height: 1.15;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #212529;
  background-color: #fff;
}

*,
	::after,
	::before {
  box-sizing: border-box;
}

svg {
  display: inline-block;
  vertical-align: unset;
}

svg:not(:root) {
  overflow: hidden;
}

h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h1 {
  margin-bottom: 3rem;
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

b, strong {
  /* font-weight: bolder; */
  font-weight: 700;
}

/* h1, h2, h3, h4, h5, h6, b, strong {
		word-break: break-word;
	} */

/* main a {
        @apply inline-block text-link no-underline hover:text-link-hover hover:underline;
    }
    
    main a:hover {
        @apply text-link-hover;
    } */

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #6c757d;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.breadcrumb-item.\!active {
  color: #6c757d !important;
}

.page-item.disabled .page-link {
  pointer-events: none;
  cursor: auto;
  color: #868e96;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-color: #ddd;
}

.pagination-template a.page-link.active {
  background-color: #eee;
}

.pagination-template a.page-link.\!active {
  background-color: #eee !important;
}

.navbar .navbar-nav a.nav-link.active {
  --tw-text-opacity: 1;
  color: rgb(43 144 217 / var(--tw-text-opacity, 1));
}

.navbar .navbar-nav a.nav-link.\!active {
  --tw-text-opacity: 1;
  color: rgb(43 144 217 / var(--tw-text-opacity, 1));
}

.navbar .navbar-nav a.nav-link.active {
  font-weight: 700;
}

.navbar .navbar-nav a.nav-link.\!active {
  font-weight: 700;
}

[lang="ar"] .tile-content-headline,
	[lang="ar"] .tile-content-description,
	[lang="ar"] .tile-subhead {
  direction: rtl;
  text-align: initial !important;
}

.language-selector {
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
  list-style-type: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 10px;
}

.language-selector button {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: 0.255em;
  font-size: 0.95em;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.language-selector button::after {
  margin-left: 0.255em;
  display: inline-block;
  height: 0px;
  width: 0px;
  border-width: 0.3em;
  border-bottom-width: 0px;
  border-style: solid;
  border-color: transparent;
  --tw-border-opacity: 1;
  border-top-color: rgb(51 51 51 / var(--tw-border-opacity, 1));
  font-size: 0.95em;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.language-selector .dropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1000;
  float: left;
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  display: none;
  min-width: 4rem;
  list-style-type: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.15;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-clip: padding-box;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
}

.language-selector .\!dropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1000;
  float: left;
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  display: none;
  min-width: 4rem;
  list-style-type: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.15;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-clip: padding-box;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
}

.language-selector .dropdown a {
  clear: both;
  display: flex;
  width: 100%;
  min-width: -webkit-max-content;
  min-width: max-content;
  align-items: center;
  white-space: nowrap;
  border-width: 0px;
  background-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.95em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.language-selector .dropdown a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1));
}

.language-selector .dropdown a:active {
  --tw-bg-opacity: 1;
  background-color: rgb(48 151 209 / var(--tw-bg-opacity, 1));
}

.language-selector .\!dropdown a {
  clear: both;
  display: flex;
  width: 100%;
  min-width: -webkit-max-content;
  min-width: max-content;
  align-items: center;
  white-space: nowrap;
  border-width: 0px;
  background-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.95em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.language-selector .\!dropdown a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1));
}

.language-selector .\!dropdown a:active {
  --tw-bg-opacity: 1;
  background-color: rgb(48 151 209 / var(--tw-bg-opacity, 1));
}

.post h1 {
  color: #444;
}

.post .post-body img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-body {
  color: #555;
  line-height: 1.7em;
}

.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6 {
  color: #333;
  margin-top: 40px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.post-body ul {
  margin-bottom: 1rem;
  list-style-type: disc;
  padding-left: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
}

.post-body ol {
  margin-bottom: 1rem;
  list-style-type: decimal;
  padding-left: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
}

.post-body a {
  --tw-text-opacity: 1;
  color: rgb(43 144 217 / var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.post-body a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  --tw-text-opacity: 1;
  color: rgb(28 102 156 / var(--tw-text-opacity, 1));
}

.updated_at {
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 221 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 102 0 / var(--tw-text-opacity, 1));
}

/* .limiter {
		@apply w-full mx-auto;
	} */

/* .threat_profile table thead th {
		text-align: center;
	} */

/* table.threat_profile { */

table, table.threat_profile {
  width: calc(100% - 60px) !important;
  margin: 50px 30px !important;
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-shadow: 5px 5px 15px rgba(0,0,0,.3);
  margin-bottom: 16px;
}

table * {
  position: relative;
}

table td,
	table th {
  padding-left: 8px;
  text-align: left;
  padding: .75rem 1.05rem;
  vertical-align: baseline;
}

table.threat_profile td,
	table.threat_profile th {
  padding-left: 8px;
  text-align: left;
  padding: .75rem 1.05rem;
  vertical-align: middle;
}

/* .threat_profile table td,
	.threat_profile table th {
		padding-left: 8px;
		text-align: left;
		padding: .75rem 1.05rem;
		vertical-align: unset;
	} */

table thead th, table.threat_profile thead th {
  color: #fff;
  background: #161617;
  padding: 1.05rem;
  text-align: center;
}

table thead tr {
  background: #36304a;
}

tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

tbody tr {
  font-size: 15px;
  color: gray;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:hover {
  color: #555;
  background-color: #f5f5f5;
  /* cursor: pointer; */
}

@media screen and (max-width: 992px) {
  table {
    display: block;
  }

  table > *,
		table tr,
		table td,
		table th {
    display: block;
  }

  /* table thead {
			display: none;
		} */

  table tbody tr {
    height: auto;
    padding: 37px 0;
  }

  table tbody tr td:before {
    font-size: 14px;
    color: #999;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    width: 40%;
    left: 30px;
    top: 0;
  }

  tbody tr {
    font-size: 14px;
  }

  table tbody tr td:nth-child(2):before {
    content: unset;
  }

  table tbody tr td {
    padding-left: 1.05rem;
  }

  table td, table th {
    padding: .375rem 1.05rem;
  }

  table td:first-child, table th:first-child {
    padding-top: .75rem;
  }

  table td:last-child, table th:last-child {
    padding-bottom: .75rem;
  }

  table thead th {
    padding: 1.05rem;
  }

  table tbody tr {
    padding: .5em 0;
  }
}

@media (max-width: 576px) {
  /* table.threat_profile { */

  table, table.threat_profile {
    width: calc(100% - 10px)!important;
    margin: 30px 5px!important;
  }

  .post .container {
    overflow-wrap: break-word;
    word-break: break-word;
    /* max-width: calc(100vw - 30px); */
  }

  .post .container .post-body {
    -webkit-hyphens: auto;
            hyphens: auto;
  }

  a[rel="prev"], a[rel="next"], aside a {
    overflow-wrap: break-word;
    word-break: break-word;
  }

  /* h1, h2, h3, h4, h5, h6, b, strong {
			word-break: break-all;
		}

		a[rel="prev"], a[rel="next"], aside a {
			word-break: break-word;
		} */
}

.special_offer {
  border: 1px solid #ccc;
  background: #e9eef2;
  font-size: 0.8rem;
  padding: 1rem;
  margin: 1rem 0;
}

/* <h2 id="special-offer" class="!m-0 text-[0.8rem] !text-[#555]">{{ 'Special Offer' | i18n }}</h2> */

p.note {
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.btn-download {
  width: -webkit-max-content;
  width: max-content;
  color: #fff !important;
  background-color: #007bff;
  border-color: #007bff;
  order: 1px solid transparent;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1.1875rem 3rem;
  margin: 2rem auto;
  text-align: center;
  text-decoration: none!important;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  box-shadow: 5px 5px 15px rgba(0,0,0,.5);
}

.btn-download:hover {
  color: #fff!important;
  background-color: #0069d9;
  border-color: #0062cc;
  text-decoration: none!important;
}

.btn-download:active {
  transform: translateY(2px);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.btn-download-table {
  width: -webkit-max-content;
  width: max-content;
  background: linear-gradient(#007bff, #0069d9);
  border-color: #007bff;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9375em;
  line-height: 1.66667;
  font-weight: 700;
  text-align: center;
  text-decoration: none!important;
  vertical-align: middle;
  padding: 0.3em 1.5em 0.31em;
  margin: 0;
  box-shadow: none;
  border: 1px solid transparent;
}

.btn-download-table:hover {
  background: linear-gradient(#1988ff, #1978dc);
  border-color: #0062cc;
  text-decoration: none!important;
  color: white!important;
}

.btn-download-table:active {
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 992px) {
  .btn-download-table {
    padding: 0em .6em;
  }

  .btn-download {
    width: -webkit-fit-content;
    width: fit-content;
    padding: 1rem 2rem;
    font-size: 1rem;
  }

  .btn-download svg {
    width: 17px;
    height: 17px;
  }
}

[aria-current] {
  background-color: #eee;
}

.about-us .post-body h4 {
  margin-top: 0;
}

.about-us .post-body {
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
}

.bgimg {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

img.bg-cover {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.posts-nav a {
  width: calc(50% - 10px);
}

/* 2b90d9 1c669c text-link hover:text-link-hover */

.posts-nav a:hover .icon {
  background: #3b82f6;
  color: #fff;
  border-color: transparent;
}

@media screen and (max-width: 767px) {
  .posts-nav a {
    width: 100%;
  }
}

/* faqblock */

[role="tab"] .arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  background-image: url('data:image/svg+xml,%3Csvg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"%3E%3C/path%3E%3C/svg%3E');
  display: inline-block;
  height: 24px;
  width: 24px;
  transform: translateY(-50%);
}

[role="tab"][aria-expanded="true"] .arrow {
  transform: translateY(-50%) scale3d(1, -1, 1);
}

.placeholder\:font-sans::placeholder {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.placeholder\:text-\[1\.1em\]::placeholder {
  font-size: 1.1em;
}

.placeholder\:font-light::placeholder {
  font-weight: 300;
}

.placeholder\:text-\[\#9ca3af\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#aaa\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#b1b7ba\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(177 183 186 / var(--tw-text-opacity, 1));
}

.placeholder\:opacity-100::placeholder {
  opacity: 1;
}

.placeholder\:opacity-60::placeholder {
  opacity: 0.6;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:right-\[8px\]::after {
  content: var(--tw-content);
  right: 8px;
}

.after\:top-\[6px\]::after {
  content: var(--tw-content);
  top: 6px;
}

.after\:float-right::after {
  content: var(--tw-content);
  float: right;
}

.after\:mx-7px::after {
  content: var(--tw-content);
  margin-left: 7px;
  margin-right: 7px;
}

.after\:mx-\[7px\]::after {
  content: var(--tw-content);
  margin-left: 7px;
  margin-right: 7px;
}

.after\:mt-2px::after {
  content: var(--tw-content);
  margin-top: 2px;
}

.after\:inline-block::after {
  content: var(--tw-content);
  display: inline-block;
}

.after\:rotate-180::after {
  content: var(--tw-content);
  --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));
}

.after\:scale-\[60\%\]::after {
  content: var(--tw-content);
  --tw-scale-x: 60%;
  --tw-scale-y: 60%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:text-\[0\.9em\]::after {
  content: var(--tw-content);
  font-size: 0.9em;
}

.after\:text-\[9px\]::after {
  content: var(--tw-content);
  font-size: 9px;
}

.after\:text-\[\#ccc\]::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}

.after\:content-\[\'\|\'\]::after {
  --tw-content: '|';
  content: var(--tw-content);
}

.after\:content-\[url\(data\:image\/png\;base64\2c iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8\/9hAAAACXBIWXMAAADFAAAAxQEdzbqoAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm\+48GgAAAHlJREFUeNrdjMENgCAMRTnAKMzkGTZxHwTdh1msEL9JYyiBo\/7kJ7T0PaW\+HyKypWupnmA0GFuHTHfCiARwAJPrwpWeWGylpgMb3BAY93x4JoktCeDIYP8\+4JLEJYCTCAuSHaDBuw8LkgMdgwXJHNyQzMNMstSqf\+cCT70Kej5br6gAAAAASUVORK5CYII\=\)\]::after {
  --tw-content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAADFAAAAxQEdzbqoAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAHlJREFUeNrdjMENgCAMRTnAKMzkGTZxHwTdh1msEL9JYyiBo/7kJ7T0PaW+HyKypWupnmA0GFuHTHfCiARwAJPrwpWeWGylpgMb3BAY93x4JoktCeDIYP8+4JLEJYCTCAuSHaDBuw8LkgMdgwXJHNyQzMNMstSqf+cCT70Kej5br6gAAAAASUVORK5CYII=);
  content: var(--tw-content);
}

.hover\:border-\[\#2074b1\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(32 116 177 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#227bbc\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 123 188 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#eee\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-\[\#000\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#222\]:hover {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#2b90d9\]:hover {
  --tw-text-opacity: 1;
  color: rgb(43 144 217 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#555\]:hover {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#c1c1c6\]:hover {
  --tw-text-opacity: 1;
  color: rgb(193 193 198 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#f5f5f7\]:hover {
  --tw-text-opacity: 1;
  color: rgb(245 245 247 / var(--tw-text-opacity, 1));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-link-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(28 102 156 / var(--tw-text-opacity, 1));
}

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

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:\!no-underline:hover {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:border-\[\#98cbe8\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(152 203 232 / var(--tw-border-opacity, 1));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:text-\[\#495057\]:focus {
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity, 1));
}

.focus\:shadow-form-control:focus {
  --tw-shadow: 0 0 0 .2rem #3097d140;
  --tw-shadow-colored: 0 0 0 .2rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --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, 0 0 #0000);
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:bg-\[\#1a1a1b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 27 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:fill-\[\#f5f5f7\] {
  fill: #f5f5f7;
}

.group:hover .group-hover\:text-\[\#555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#f5f5f5\] {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.group:hover .group-hover\:after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.group:hover .group-hover\:after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.group:hover .group-hover\:after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.group:hover .group-hover\:after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.group:hover .group-hover\:after\:bg-\[\#000000\]\/\[\.15\]::after {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / .15);
}

.group:hover .group-hover\:after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 576px) {
  .sm\:max-w-\[540px\] {
    max-width: 540px;
  }
}

@media (min-width: 736px) {
  .smd\:absolute {
    position: absolute;
  }

  .smd\:bottom-0 {
    bottom: 0px;
  }

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

  .smd\:m-0 {
    margin: 0px;
  }

  .smd\:m-\[18px\] {
    margin: 18px;
  }

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

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

  .smd\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .smd\:mb-15px {
    margin-bottom: 15px;
  }

  .smd\:mb-\[29px\] {
    margin-bottom: 29px;
  }

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

  .smd\:mr-15px {
    margin-right: 15px;
  }

  .smd\:mt-\[24px\] {
    margin-top: 24px;
  }

  .smd\:flex {
    display: flex;
  }

  .smd\:h-\[170px\] {
    height: 170px;
  }

  .smd\:w-\[735px\] {
    width: 735px;
  }

  .smd\:w-full {
    width: 100%;
  }

  .smd\:max-w-none {
    max-width: none;
  }

  .smd\:shrink-0 {
    flex-shrink: 0;
  }

  .smd\:grow-\[1\.4224\] {
    flex-grow: 1.4224;
  }

  .smd\:basis-\[38\.8574\%\] {
    flex-basis: 38.8574%;
  }

  .smd\:translate-y-\[-46px\] {
    --tw-translate-y: -46px;
    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));
  }

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

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

  .smd\:flex-wrap {
    flex-wrap: wrap;
  }

  .smd\:items-stretch {
    align-items: stretch;
  }

  .smd\:p-\[18px\] {
    padding: 18px;
  }

  .smd\:py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .smd\:pb-20px {
    padding-bottom: 20px;
  }

  .smd\:pl-20px {
    padding-left: 20px;
  }

  .smd\:pr-\[19px\] {
    padding-right: 19px;
  }

  .smd\:pt-\[75\%\] {
    padding-top: 75%;
  }

  .smd\:text-\[12px\] {
    font-size: 12px;
  }

  .smd\:leading-\[1\.21053\] {
    line-height: 1.21053;
  }

  .smd\:tracking-\[\.012em\] {
    letter-spacing: .012em;
  }

  .smd\:last\:mr-0:last-child {
    margin-right: 0px;
  }

  .smd\:even\:mr-0:nth-child(even) {
    margin-right: 0px;
  }

  .group:hover .smd\:group-hover\:after\:bg-\[\#000000\]\/\[\.15\]::after {
    content: var(--tw-content);
    background-color: rgb(0 0 0 / .15);
  }
}

@media (min-width: 768px) {
  .md\:visible {
    visibility: visible;
  }

  .md\:static {
    position: static;
  }

  .md\:mx-\[30px\] {
    margin-left: 30px;
    margin-right: 30px;
  }

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

  .md\:mb-\[0\.8em\] {
    margin-bottom: 0.8em;
  }

  .md\:ml-\[12px\] {
    margin-left: 12px;
  }

  .md\:mr-\[13px\] {
    margin-right: 13px;
  }

  .md\:mr-\[20px\] {
    margin-right: 20px;
  }

  .md\:mr-\[30px\] {
    margin-right: 30px;
  }

  .md\:mr-\[5px\] {
    margin-right: 5px;
  }

  .md\:mr-\[7px\] {
    margin-right: 7px;
  }

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

  .md\:inline {
    display: inline;
  }

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

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

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

  .md\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

  .md\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:cursor-auto {
    cursor: auto;
  }

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

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-\[\#ddd\] {
    --tw-border-opacity: 1;
    border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
  }

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

  .md\:px-\[22px\] {
    padding-left: 22px;
    padding-right: 22px;
  }

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

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

  .md\:pb-\[25px\] {
    padding-bottom: 25px;
  }

  .md\:pb-\[29px\] {
    padding-bottom: 29px;
  }

  .md\:pr-\[10px\] {
    padding-right: 10px;
  }

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

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

  .md\:pt-\[35\.5px\] {
    padding-top: 35.5px;
  }

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

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

  .after\:md\:content-none::after {
    --tw-content: none;
    content: var(--tw-content);
  }
}

@media (min-width: 992px) {
  .lg\:my-\[25\.5px\] {
    margin-top: 25.5px;
    margin-bottom: 25.5px;
  }

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

  .lg\:ml-\[20px\] {
    margin-left: 20px;
  }

  .lg\:mr-\[5px\] {
    margin-right: 5px;
  }

  .lg\:\!flex {
    display: flex !important;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[20px\] {
    height: 20px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

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

  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .lg\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

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

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:px-\[0\.5rem\] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .lg\:pt-50px {
    padding-top: 50px;
  }

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

  .lg\:text-\[1\.6em\] {
    font-size: 1.6em;
  }
}

@media (min-width: 1069px) {
  .xlg\:m-\[24px\] {
    margin: 24px;
  }

  .xlg\:mb-\[21px\] {
    margin-bottom: 21px;
  }

  .xlg\:mb-\[32px\] {
    margin-bottom: 32px;
  }

  .xlg\:mr-\[21px\] {
    margin-right: 21px;
  }

  .xlg\:h-\[240px\] {
    height: 240px;
  }

  .xlg\:h-\[258px\] {
    height: 258px;
  }

  .xlg\:h-\[30px\] {
    height: 30px;
  }

  .xlg\:h-\[40px\] {
    height: 40px;
  }

  .xlg\:w-\[30px\] {
    width: 30px;
  }

  .xlg\:w-\[40px\] {
    width: 40px;
  }

  .xlg\:w-\[980px\] {
    width: 980px;
  }

  .xlg\:p-\[24px\] {
    padding: 24px;
  }

  .xlg\:py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xlg\:pl-\[42px\] {
    padding-left: 42px;
  }

  .xlg\:pr-\[40px\] {
    padding-right: 40px;
  }

  .xlg\:pt-\[41px\] {
    padding-top: 41px;
  }

  .xlg\:pt-\[56\.30\%\] {
    padding-top: 56.30%;
  }

  .xlg\:leading-\[1\.16667\] {
    line-height: 1.16667;
  }

  .xlg\:leading-\[1\.19048\] {
    line-height: 1.19048;
  }

  .xlg\:leading-\[1\.47059\] {
    line-height: 1.47059;
  }

  .xlg\:tracking-\[-\.022em\] {
    letter-spacing: -.022em;
  }

  .xlg\:tracking-\[\.009em\] {
    letter-spacing: .009em;
  }

  .xlg\:tracking-\[\.011em\] {
    letter-spacing: .011em;
  }
}

@media (min-width: 1140px) {
  .s_1140px\:h-\[280px\] {
    height: 280px;
  }

  .s_1140px\:h-\[303px\] {
    height: 303px;
  }

  .s_1140px\:w-\[1140px\] {
    width: 1140px;
  }
}

@media (min-width: 1200px) {
  .xl\:w-1\/2 {
    width: 50%;
  }
}
