/*
! tailwindcss v3.2.4 | 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: #858085; /* 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.
*/

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: expressway, 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 */
}

/*
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: #5c585c; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #5c585c; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {

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

  .container {
    max-width: 1364px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.right-6 {
  right: 1.5rem;
}
.left-\[-5px\] {
  left: -5px;
}
.right-\[-5px\] {
  right: -5px;
}
.top-\[-200px\] {
  top: -200px;
}
.bottom-\[-64px\] {
  bottom: -64px;
}
.bottom-\[-38px\] {
  bottom: -38px;
}
.left-1\/2 {
  left: 50%;
}
.right-1\/2 {
  right: 50%;
}
.top-full {
  top: 100%;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.bottom-\[-10px\] {
  bottom: -10px;
}
.top-\[-10px\] {
  top: -10px;
}
.top-0 {
  top: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.right-\[-40vw\] {
  right: -40vw;
}
.left-\[-40vw\] {
  left: -40vw;
}
.top-4 {
  top: 1rem;
}
.-left-4 {
  left: -1rem;
}
.-right-4 {
  right: -1rem;
}
.bottom-8 {
  bottom: 2rem;
}
.top-12 {
  top: 3rem;
}
.right-\[2px\] {
  right: 2px;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-full {
  bottom: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-40 {
  z-index: 40;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[60\] {
  z-index: 60;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-0 {
  margin: 0px;
}
.m-4 {
  margin: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-my-\[2px\] {
  margin-top: -2px;
  margin-bottom: -2px;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-6 {
  margin-top: 1.5rem;
}
.-ml-10 {
  margin-left: -2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-4 {
  margin-top: 1rem;
}
.-mt-\[1px\] {
  margin-top: -1px;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.ml-12 {
  margin-left: 3rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-auto {
  margin-top: auto;
}
.ml-4 {
  margin-left: 1rem;
}
.box-content {
  box-sizing: content-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[320\/100\] {
  aspect-ratio: 320/100;
}
.h-full {
  height: 100%;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[133px\] {
  height: 133px;
}
.h-auto {
  height: auto;
}
.h-0 {
  height: 0px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[calc\(100\%-7\.5rem\)\] {
  height: calc(100% - 7.5rem);
}
.h-\[1\.25em\] {
  height: 1.25em;
}
.h-\[250px\] {
  height: 250px;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-12 {
  height: 3rem;
}
.h-10 {
  height: 2.5rem;
}
.h-1 {
  height: 0.25rem;
}
.h-4 {
  height: 1rem;
}
.h-\[630px\] {
  height: 630px;
}
.h-\[560px\] {
  height: 560px;
}
.h-\[620px\] {
  height: 620px;
}
.h-8 {
  height: 2rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[40vh\] {
  height: 40vh;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-72 {
  min-height: 18rem;
}
.w-full {
  width: 100%;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-0 {
  width: 0px;
}
.w-screen {
  width: 100vw;
}
.w-1\/5 {
  width: 20%;
}
.w-14 {
  width: 3.5rem;
}
.w-4\/5 {
  width: 80%;
}
.w-\[250px\] {
  width: 250px;
}
.w-1\/2 {
  width: 50%;
}
.w-3\/4 {
  width: 75%;
}
.w-8 {
  width: 2rem;
}
.w-3 {
  width: 0.75rem;
}
.w-auto {
  width: auto;
}
.w-\[320px\] {
  width: 320px;
}
.w-12 {
  width: 3rem;
}
.w-10 {
  width: 2.5rem;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[149px\] {
  width: 149px;
}
.w-20 {
  width: 5rem;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-\[33px\] {
  min-width: 33px;
}
.min-w-\[22px\] {
  min-width: 22px;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-\[20px\] {
  min-width: 20px;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-screen-xl {
  max-width: 1200px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[33px\] {
  max-width: 33px;
}
.max-w-\[22px\] {
  max-width: 22px;
}
.max-w-\[40px\] {
  max-width: 40px;
}
.max-w-\[20px\] {
  max-width: 20px;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-96 {
  max-width: 24rem;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-y-12 {
  --tw-translate-y: -3rem;
  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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}
.scale-y-0 {
  --tw-scale-y: 0;
  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));
}
.cursor-pointer {
  cursor: pointer;
}
.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-r-\[20px\] {
  border-right-width: 20px;
}
.border-b-\[20px\] {
  border-bottom-width: 20px;
}
.border-l-\[20px\] {
  border-left-width: 20px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(112 108 112 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(163 159 163 / var(--tw-border-opacity));
}
.border-gray-150 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(153 149 153 / var(--tw-border-opacity));
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-r-transparent {
  border-right-color: transparent;
}
.border-b-gray-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(50 48 50 / var(--tw-border-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 68 71 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(7 106 189 / var(--tw-bg-opacity));
}
.bg-gray-175 {
  --tw-bg-opacity: 1;
  background-color: rgb(78 78 78 / var(--tw-bg-opacity));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(50 48 50 / var(--tw-bg-opacity));
}
.bg-\[\#4E4E4E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(78 78 78 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-\[\#f4f4f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 159 163 / var(--tw-bg-opacity));
}
.bg-gray-default {
  --tw-bg-opacity: 1;
  background-color: rgb(50 48 50 / var(--tw-bg-opacity));
}
.bg-gray-150 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.fill-gray-300 {
  fill: #706c70;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pr-0 {
  padding-right: 0px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pl-\[20vw\] {
  padding-left: 20vw;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pr-28 {
  padding-right: 7rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-sans {
  font-family: expressway, 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";
}
.text-2xs {
  font-size: .85rem;
}
.text-xl {
  font-size: 1.625rem;
}
.text-sm {
  font-size: 1.125rem;
}
.text-xs {
  font-size: 1rem;
}
.text-2xl {
  font-size: 1.875rem;
}
.text-lg {
  font-size: 1.5rem;
}
.text-base {
  font-size: 1.25rem;
}
.text-\[1px\] {
  font-size: 1px;
}
.text-4xl {
  font-size: 2.4rem;
}
.text-7xl {
  font-size: 5rem;
}
.text-3xl {
  font-size: 2.1875rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-thin {
  font-weight: 100;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.tracking-normal {
  letter-spacing: 0em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-default {
  --tw-text-opacity: 1;
  color: rgb(50 48 50 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-red-default {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(7 106 189 / var(--tw-text-opacity));
}
.text-gray-250 {
  --tw-text-opacity: 1;
  color: rgb(190 190 190 / var(--tw-text-opacity));
}
.text-gray-175 {
  --tw-text-opacity: 1;
  color: rgb(78 78 78 / var(--tw-text-opacity));
}
.text-opacity-0 {
  --tw-text-opacity: 0;
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.decoration-gray-default {
  text-decoration-color: #323032;
}
.decoration-red-500 {
  text-decoration-color: #ff0000;
}
.decoration-2 {
  text-decoration-thickness: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[background\] {
  transition-property: background;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[padding\] {
  transition-property: padding;
  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;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn {
  display: inline-block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-red {
  margin-left: -2.5rem;
  cursor: pointer;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 68 71 / var(--tw-bg-opacity));
}
.btn-red {

    transition: background 200ms ease-in-out;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    transform: scaleZ(1);
  }
.btn-blue {
  margin-left: -2.5rem;
  cursor: pointer;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(7 106 189 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 68 71 / var(--tw-bg-opacity));
}
.btn-blue {

    transition: background 200ms ease-in-out;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    transform: scaleZ(1);
  }
.text-ellipses--3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.tech-mask {
    -webkit-mask: url("../images/tech-mask.svg") no-repeat 100% 100%;
            mask: url("../images/tech-mask.svg") no-repeat 100% 100%;
  }
.vehicles-mask {
    -webkit-mask: url("../images/vehicles-mask.svg") no-repeat 100% 100%;
            mask: url("../images/vehicles-mask.svg") no-repeat 100% 100%;
  }
.parts-mask {
    -webkit-mask: url("../images/parts-mask.svg") no-repeat 100% 100%;
            mask: url("../images/parts-mask.svg") no-repeat 100% 100%;
  }
.engine-guides-mask {
    -webkit-mask: url("../images/engine-guides-mask.svg") no-repeat 100% 100%;
            mask: url("../images/engine-guides-mask.svg") no-repeat 100% 100%;
  }
.culture-mask {
    -webkit-mask: url("../images/culture-mask.svg") no-repeat 100% 100%;
            mask: url("../images/culture-mask.svg") no-repeat 100% 100%;
  }
.bg-asphalt {
    background-image: url("/wp-content/themes/onallcylinders/public/images/asphalt-texture.png");
    background-color: #000;
  }
h1 {
  font-size: 4rem;
}
h2 {
  font-size: 2.1875rem;
}
h3 {
  font-size: 1.875rem;
}
h4 {
  font-size: 1.625rem;
}
h5 {
  font-size: 1.5rem;
}
h6 {
  font-size: 1.25rem;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
@media (prefers-reduced-motion) {
*,
*::before,
*::after {
    transition: dissolve !important
}
  }
html.mobile-nav-open,
  html.modal-open,
  body.mobile-nav-open,
  body.modal-open {
    overflow: hidden;
  }
body {
  overflow-x: hidden;
  font-family: expressway, 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";
  font-size: 1.25rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: expressway, 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";
}
p {
  margin-bottom: 1rem;
}
.container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.site-main {
  padding-top: 80px;
}
@media screen and (min-width: 880px) {
.site-main {
    padding-top: calc(84px - 37px)
}
  }
@media screen and (min-width: 1024px) {
.site-main {
    padding-top: calc(132px - 37px)
}
  }
.tread-marks {
  height: 50px;
  background-color: white;
  background-image: url("/wp-content/themes/onallcylinders/public/images/tread-marks.svg");
}
.full-width-inner-container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
table.tablepress {
  display: block;
  overflow: scroll;
}
.hidden {
  visibility: visible !important;
}
/* Universal Nav menu */
#universal-nav {
  border-bottom: solid 1px #333;
  background: url(http://www.onallcylinders.com/wp-content/themes/master/library/images/bkg-universal-nav.jpg)
    repeat-x left top;
  height: 37px;
}
.u-nav-wrapper {
  margin: 0 auto;
  width: 1024px;
  font: normal normal 11px Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  line-height: normal;
}
.u-nav-wrapper li {
  background: url(http://www.onallcylinders.com/wp-content/themes/master/library/images/bkg-u-button.jpg)
    repeat-x left top;
  height: 35px;
  margin: 1px 0 0 2px;
  float: left;
  border-radius: 0.3em;
  box-shadow: 0 0 1px #000;
}
.u-nav-wrapper li a {
  background: url(https://www.onallcylinders.com/wp-content/uploads/2022/10/10/sprite-u-nav.png)
    no-repeat left 5px;
  height: 24px;
  display: block;
  padding: 5px 10px 6px 65px;
  color: #999;
  text-decoration: none;
  margin-left: 5px;
}
.u-nav-wrapper li.current {
  background: url(http://www.onallcylinders.com/wp-content/themes/master/library/images/)
    repeat-x left top;
}
.u-nav-wrapper li a:hover,
.u-nav-wrapper li.current a {
  background-position: left -31px;
  color: #fff;
}
.u-nav-wrapper li.ghh-u a {
  background-position: left -70px;
}
.u-nav-wrapper li.ghh-u a:hover,
.u-nav-wrapper li.ghh-u.current a {
  background-position: left -108px;
}
.u-nav-wrapper li.ghh-u.current {
  background-position: left -43px;
}
.u-nav-wrapper li.sps-u a {
  background-position: left -145px;
  padding-left: 95px;
}
.u-nav-wrapper li.sps-u a:hover,
.u-nav-wrapper li.sps-u.current a {
  background-position: left -180px;
}
.u-nav-wrapper li.sps-u.current {
  background-position: left -86px;
}
.u-nav-wrapper li.oac-u a {
  background-position: left -217px;
  padding-left: 80px;
}
.u-nav-wrapper li.oac-u a:hover,
.u-nav-wrapper li.oac-u.current a {
  background-position: left -259px;
}
.u-nav-wrapper li.oac-u.current {
  background-position: left -129px;
}
.u-nav-wrapper li.message-u a {
  background-image: none;
  padding: 0px 0px 0px 8px;
  margin: 0px;
}
.u-nav-wrapper li.message-u {
  border-radius: 0.3em;
  box-shadow: 0 0 0 #000;
  background-image: none;
  border-radius: 0;
}
/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: var(--white);
  border: 10px solid var(--offwhite);
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 1.10px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  clip: rect(0.10px, 0.10px, 0.10px, 0.10px);
  height: 10px;
  margin: -10px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 10px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: var(--white);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: var(--text-color);
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.site-header,
.site .logo-nav-wrapper * {
  transition: all 750ms cubic-bezier(0.34, 1.56, 0.65, 0.92);
}
nav#main-nav-wrapper .menu-main-nav-container {
  display: flex;
}
nav#main-nav-wrapper .menu-main-nav-container {
  align-items: center;
}
nav#main-nav-wrapper ul#main-nav {
  display: flex;
}
nav#main-nav-wrapper ul#main-nav > li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 1024px) {

  nav#main-nav-wrapper ul#main-nav > li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
nav#main-nav-wrapper ul#main-nav > li:hover > .sub-menu {
  display: flex;
}
nav#main-nav-wrapper ul#main-nav > li a {
  position: relative;
}
nav#main-nav-wrapper ul#main-nav > li a {
  z-index: 10;
}
nav#main-nav-wrapper ul#main-nav > li a {
  display: flex;
}
nav#main-nav-wrapper ul#main-nav > li a {
  align-items: center;
}
nav#main-nav-wrapper ul#main-nav > li a {
  justify-content: center;
}
nav#main-nav-wrapper ul#main-nav > li a {
  padding-top: 0px;
  padding-bottom: 0px;
}
nav#main-nav-wrapper ul#main-nav > li a {
  font-size: 1rem;
}
nav#main-nav-wrapper ul#main-nav > li a {
  font-weight: 700;
}
@media screen and (min-width: 940px) {
nav#main-nav-wrapper ul#main-nav > li a {
          font-size: 1.125rem
      }
        }
@media screen and (min-width: 1024px) {
nav#main-nav-wrapper ul#main-nav > li a {
          font-size: 1.25rem
      }
        }
nav#main-nav-wrapper ul#main-nav > li > a {
  position: relative;
}
nav#main-nav-wrapper ul#main-nav > li > a {
  z-index: 10;
}
nav#main-nav-wrapper ul#main-nav > li > a {
  border-bottom-width: 3px;
}
nav#main-nav-wrapper ul#main-nav > li > a {
  border-color: transparent;
}
nav#main-nav-wrapper ul#main-nav > li > a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
nav#main-nav-wrapper ul#main-nav > li > a {
  font-size: 1.25rem;
}
nav#main-nav-wrapper ul#main-nav > li > a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
}
@media screen and (min-width: 1060px) {
nav#main-nav-wrapper ul#main-nav > li > a {
          font-size: 1.3rem
      }
        }
/* @media screen and (min-width: 1170px) {
          font-size: 1.625rem;
        } */
nav#main-nav-wrapper ul#main-nav > li > a:hover::before {
          content: "";
        }
nav#main-nav-wrapper ul#main-nav > li > a:hover::before {
  position: absolute;
}
nav#main-nav-wrapper ul#main-nav > li > a:hover::before {
  left: -5px;
}
nav#main-nav-wrapper ul#main-nav > li > a:hover::before {
  right: -5px;
}
nav#main-nav-wrapper ul#main-nav > li > a:hover::before {
  top: -200px;
}
nav#main-nav-wrapper ul#main-nav > li > a:hover::before {
  bottom: -64px;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > a:hover::after {
  position: absolute;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > a:hover::after {
  bottom: -38px;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > a:hover::after {
  height: 0px;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > a:hover::after {
  width: 0px;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > a:hover::after {
  border-right-width: 20px;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > a:hover::after {
  border-bottom-width: 20px;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > a:hover::after {
  border-left-width: 20px;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > a:hover::after {
  border-left-color: transparent;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > a:hover::after {
  border-right-color: transparent;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > a:hover::after {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(50 48 50 / var(--tw-border-opacity));
}
@media (min-width: 1024px) {

  nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > a:hover::after {
    bottom: -63px;
  }
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > a:hover::after {
      content: "";
    }
/* sub-category sub-menu */
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
  margin-bottom: 0.5rem;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
  height: auto;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
        visibility: visible;
        transition: none;
      }
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu {
  visibility: hidden;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu {
  position: absolute;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu {
  left: 50%;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu {
  right: 50%;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu {
  top: 100%;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu {
  display: grid;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu {
  height: 0px;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu {
  width: 100vw;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu {
  row-gap: 1rem;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(78 78 78 / var(--tw-bg-opacity));
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu {
  opacity: 0;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu {
      box-shadow: 0px 10px 15px #00000080;
      margin-left: -50vw;
      margin-right: -50vw;
      margin-top: -0.1rem;
      grid-auto-flow: column;
      grid-template-columns: repeat(5, 1fr);
      padding-left: 1rem;
      padding-right: 1rem;
      transition: none;
    }
@media (min-width: 1200px) {
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu {
        padding-left: calc((100vw - 1168px) / 2);
        padding-right: calc((100vw - 1168px) / 2)
    }
      }
@media (min-width: 1364px) {
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu {
        padding-left: calc((100vw - 1332px) / 2);
        padding-right: calc((100vw - 1332px) / 2)
    }
      }
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu > li {
  position: relative;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu > li::before {
  position: absolute;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu > li::before {
  left: 0px;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu > li::before {
  background-size: cover;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu > li::before {
  background-position: center;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu > li::before {
  background-repeat: no-repeat;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu > li::before {
          content: "";
          background-image: url("/wp-content/themes/onallcylinders/public/images/Icon-Subcategory-arrow.svg");
          height: 9px;
          width: 7px;
          top: 3px;
        }
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu > li a {
  display: block;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu > li a {
  padding-left: 1rem;
  padding-right: 1rem;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu > li a {
  text-align: left;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu > li a {
  font-size: 1rem;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu > li a {
  font-weight: 100;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu > li a {
  line-height: 1;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.menu-item-has-children
      > .sub-menu > li a:hover {
  text-decoration-line: underline;
}
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > .sub-menu > li.vehicles > .sub-menu > li:first-child {
        grid-area: 1 / 2 / 2 / 3;
      }
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > .sub-menu > li.vehicles > .sub-menu > li:nth-child(2) {
        grid-area: 2 / 2 / 3 / 3;
      }
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > .sub-menu > li.vehicles > .sub-menu > li:nth-child(3) {
        grid-area: 3 / 2 / 4 / 3;
      }
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > .sub-menu > li.vehicles > .sub-menu > li:nth-child(4) {
        grid-area: 4 / 2 / 5 / 3;
      }
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > .sub-menu > li.vehicles > .sub-menu > li:nth-child(5) {
        grid-area: 5 / 2 / 6 / 3;
      }
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > .sub-menu > li.parts > .sub-menu > li:first-child {
        grid-area: 1 / 3 / 2 / 4;
      }
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > .sub-menu > li.parts > .sub-menu > li:nth-child(2) {
        grid-area: 2 / 3 / 3 / 4;
      }
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > .sub-menu > li.parts > .sub-menu > li:nth-child(3) {
        grid-area: 3 / 3 / 4 / 4;
      }
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > .sub-menu > li.parts > .sub-menu > li:nth-child(4) {
        grid-area: 4 / 3 / 5 / 4;
      }
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > .sub-menu > li.parts > .sub-menu > li:nth-child(5) {
        grid-area: 5 / 3 / 6 / 4;
      }
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.engine-guides
      > .sub-menu
      > li:first-child {
        grid-area: 1 / 4 / 2 / 5;
      }
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.engine-guides
      > .sub-menu
      > li:nth-child(2) {
        grid-area: 2 / 4 / 3 / 5;
      }
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.engine-guides
      > .sub-menu
      > li:nth-child(3) {
        grid-area: 3 / 4 / 4 / 5;
      }
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.engine-guides
      > .sub-menu
      > li:nth-child(4) {
        grid-area: 4 / 4 / 5 / 5;
      }
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children
      > .sub-menu
      > li.engine-guides
      > .sub-menu
      > li:nth-child(5) {
        grid-area: 5 / 4 / 6 / 5;
      }
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > .sub-menu > li.culture > .sub-menu > li:first-child {
        grid-area: 1 / 5 / 2 / 6;
      }
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > .sub-menu > li.culture > .sub-menu > li:nth-child(2) {
        grid-area: 2 / 5 / 3 / 6;
      }
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > .sub-menu > li.culture > .sub-menu > li:nth-child(3) {
        grid-area: 3 / 5 / 4 / 6;
      }
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > .sub-menu > li.culture > .sub-menu > li:nth-child(4) {
        grid-area: 4 / 5 / 5 / 6;
      }
nav#main-nav-wrapper ul#main-nav > li.menu-item-has-children > .sub-menu > li.culture > .sub-menu > li:nth-child(5) {
        grid-area: 5 / 5 / 6 / 6;
      }
/* end of sub-category sub-menu */
nav#main-nav-wrapper ul#main-nav > li > .sub-menu {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {

  nav#main-nav-wrapper ul#main-nav > li > .sub-menu {
    max-width: 1200px;
  }
}
@media (min-width: 1364px) {

  nav#main-nav-wrapper ul#main-nav > li > .sub-menu {
    max-width: 1364px;
  }
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu {
  position: absolute;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu {
  left: 0px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu {
  right: 0px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu {
  z-index: 20;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu {
  display: none;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu {
  justify-content: space-between;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu {
  padding-top: 1rem;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu {
  padding-left: 1rem;
  padding-right: 1rem;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu {
  visibility: visible;
}
 > li > .sub-menu {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1023px) {
   .main-content> li > .sub-menu,
   #comment-section> li > .sub-menu,
   .comment-outer> li > .sub-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
   .main-content> li > .sub-menu,
   #comment-section> li > .sub-menu,
   .comment-outer> li > .sub-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
   .main-content> li > .sub-menu,
   #comment-section> li > .sub-menu,
   .comment-outer> li > .sub-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 764px) {
  }
 > li > .sub-menu {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1023px) {
   .main-content> li > .sub-menu,
   #comment-section> li > .sub-menu,
   .comment-outer> li > .sub-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
   .main-content> li > .sub-menu,
   #comment-section> li > .sub-menu,
   .comment-outer> li > .sub-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
   .main-content> li > .sub-menu,
   #comment-section> li > .sub-menu,
   .comment-outer> li > .sub-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
 {

  /* Podcast summary  */

  /* Podcasts */
}
@media (min-width: 1200px) {

   .site > main > .wp-page article> li > .sub-menu {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {

   .site > main > .wp-page article> li > .sub-menu {
    width: 1125px !important;
  }
}
@media (min-width: 1200px) {

   .site > main > .wp-page article> li > .sub-menu {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
 .site > main > .wp-page article> li > .sub-menu .article__header {
  display: none;
}
 .site > main > .wp-page article> li > .sub-menu .article__header {
  visibility: visible;
}
 {

  /* Podcast summary  */

  /* Podcasts */
}
@media (min-width: 1200px) {

   .site > main > .wp-page article> li > .sub-menu {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {

   .site > main > .wp-page article> li > .sub-menu {
    width: 1125px !important;
  }
}
@media (min-width: 1200px) {

   .site > main > .wp-page article> li > .sub-menu {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
 .site > main > .wp-page article> li > .sub-menu .article__header {
  display: none;
}
 .site > main > .wp-page article> li > .sub-menu .article__header {
  visibility: visible;
}
@media (min-width: 1200px) {

   .site > main > .wp-page article> li > .sub-menu {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {

   .site > main > .wp-page article> li > .sub-menu {
    width: 1125px !important;
  }
}
@media (min-width: 1200px) {

   .site > main > .wp-page article> li > .sub-menu {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
 .site > main > .wp-page article> li > .sub-menu .article__header {
  display: none;
}
 .site > main > .wp-page article> li > .sub-menu .article__header {
  visibility: visible;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu {
      top: calc(100% + 4px);
    }
@media screen and (min-width: 1024px) {
nav#main-nav-wrapper ul#main-nav > li > .sub-menu {
        top: calc(100% + 4px)
    }
      }
nav#main-nav-wrapper ul#main-nav > li > .sub-menu::before {
        content: "";
      }
nav#main-nav-wrapper ul#main-nav > li > .sub-menu::before {
  position: absolute;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu::before {
  left: 0px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu::before {
  right: 0px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu::before {
  bottom: -10px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu::before {
  top: -10px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu::after {
        content: "";
      }
nav#main-nav-wrapper ul#main-nav > li > .sub-menu::after {
  position: absolute;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu::after {
  top: 0px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu::after {
  bottom: 0px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu::after {
  right: -40vw;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu::after {
  left: -40vw;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu::after {
  --tw-bg-opacity: 1;
  background-color: rgb(50 48 50 / var(--tw-bg-opacity));
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li {
  z-index: 10;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li {
  width: 20%;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li {
  padding-bottom: 1rem;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li {
  text-align: center;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.menu-item-128753 > a {
  border-left-width: 2px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li > a::before {
        content: "";
        -webkit-mask-size: cover;
                mask-size: cover;
        display: inline-block
      }
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li > a::before {
  margin-right: 1rem;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li > a::before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
@media screen and (max-width: 880px) {
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li > a::before {
          display: none
      }
        }
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.tech > a::before {
  height: 20px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.tech > a::before {
  min-width: 80px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.tech > a::before {
  max-width: 80px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.tech > a::before {
    -webkit-mask: url("../images/tech-mask.svg") no-repeat 100% 100%;
            mask: url("../images/tech-mask.svg") no-repeat 100% 100%;
  }
@media (min-width: 1024px) {

  nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.tech > a::before {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    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));
  }
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.vehicles > a::before {
  height: 20px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.vehicles > a::before {
  min-width: 33px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.vehicles > a::before {
  max-width: 33px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.vehicles > a::before {
    -webkit-mask: url("../images/vehicles-mask.svg") no-repeat 100% 100%;
            mask: url("../images/vehicles-mask.svg") no-repeat 100% 100%;
  }
@media (min-width: 1024px) {

  nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.vehicles > a::before {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    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));
  }
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.parts > a::before {
  height: 20px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.parts > a::before {
  min-width: 22px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.parts > a::before {
  max-width: 22px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.parts > a::before {
    -webkit-mask: url("../images/parts-mask.svg") no-repeat 100% 100%;
            mask: url("../images/parts-mask.svg") no-repeat 100% 100%;
  }
@media (min-width: 1024px) {

  nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.parts > a::before {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    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));
  }
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.engine-guides > a::before {
  height: 25px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.engine-guides > a::before {
  min-width: 40px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.engine-guides > a::before {
  max-width: 40px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.engine-guides > a::before {
    -webkit-mask: url("../images/engine-guides-mask.svg") no-repeat 100% 100%;
            mask: url("../images/engine-guides-mask.svg") no-repeat 100% 100%;
  }
@media (min-width: 1024px) {

  nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.engine-guides > a::before {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    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));
  }
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.culture > a::before {
  height: 20px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.culture > a::before {
  min-width: 20px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.culture > a::before {
  max-width: 20px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.culture > a::before {
    -webkit-mask: url("../images/culture-mask.svg") no-repeat 100% 100%;
            mask: url("../images/culture-mask.svg") no-repeat 100% 100%;
  }
@media (min-width: 1024px) {

  nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li.culture > a::before {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    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));
  }
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li > a {
  border-right-width: 2px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li > a {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li > a {
  text-decoration-color: #ff0000;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li > a {
  text-decoration-thickness: 2px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li > a {
  text-underline-offset: 4px;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li > a:hover {
  text-decoration-line: underline;
}
nav#main-nav-wrapper ul#main-nav > li > .sub-menu > li > a:hover::before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
/* search form */
#search-form-wrapper.active {
  z-index: 50;
}
#search-form-wrapper.active::before {
    content: "";
  }
#search-form-wrapper.active::before {
  position: fixed;
}
#search-form-wrapper.active::before {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
#search-form-wrapper.active::before {
  background-color: transparent;
}
#search-form-wrapper.active::before {
    transition: background 250ms ease-out;
  }
#search-form-wrapper.fadein::before {
  background-color: rgb(0 0 0 / 90%);
}
body.search-form-open #closeSearch {
  display: flex;
  justify-content: flex-end;
}
body.search-form-open .search-suggestions {
  display: block;
  --tw-translate-y: -3rem;
  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));
  opacity: 0;
  transition: opacity 250ms ease-out, transform 250ms ease-out;
}
body.search-form-open .search-suggestions.fadein {
  display: block;
  --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));
  opacity: 1;
}
@media (min-width: 1024px) {
    .menu-item-has-children:hover:after {
    display: block;
  }
    .menu-item-has-children:hover:after {
      position: fixed;
      left: 0;
      right: 0;
      content: "";
      width: 120vh;
      height: 60px;
      opacity: 0;
    }
}
.ep-autosuggest-container {
  position: relative;
  z-index: 50;
  display: flex;
  width: 100%;
  align-items: center;
}
@media (min-width: 880px) {

  .ep-autosuggest-container {
    height: 3rem;
    width: 20rem;
  }
}
@media (min-width: 1200px) {

  .ep-autosuggest-container {
    width: 24rem !important;
  }
}
@media (min-width: 1024px) {
  .ep-autosuggest-container {
    position: relative;
    z-index: 50;
    display: flex;
    width: 100%;
    align-items: center;
  }
  @media (min-width: 880px) {

    .ep-autosuggest-container {
      height: 3rem;
      width: 20rem;
    }
  }
  @media (min-width: 1200px) {

    .ep-autosuggest-container {
      width: 24rem !important;
    }
  }
  .ep-autosuggest-container .ep-autosuggest {
    top: 48px;
    position: absolute !important;
    z-index: 40 !important;
    width: 100% !important;
    border-width: 1px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(163 159 163 / var(--tw-border-opacity)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(50 48 50 / var(--tw-bg-opacity)) !important;
    padding: 1.5rem !important;
  }
body.search-form-open .ep-autosuggest-container .ep-autosuggest {
    display: block;
    --tw-translate-y: -3rem;
    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));
    opacity: 0;
  transition: opacity 250ms ease-out, transform 250ms ease-out !important;
  }
body.search-form-open .ep-autosuggest-container .ep-autosuggest.fadein {
    display: block;
    --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));
    opacity: 1;
  }
  .autosuggest-list {
    margin-bottom: 2rem !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
  .autosuggest-item {
    border-bottom-width: 1px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(163 159 163 / var(--tw-border-opacity)) !important;
  }
    .autosuggest-item:last-child {
    border-bottom-width: 0px !important;
  }
    .autosuggest-item a {
    display: block !important;
  }
    .autosuggest-item a {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
    .autosuggest-item a {
    font-size: 1.125rem !important;
  }
    .autosuggest-item a {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
    .autosuggest-item a {
    text-decoration-color: #ff0000 !important;
  }
    .autosuggest-item a {
    text-decoration-thickness: 2px !important;
  }
    .autosuggest-item a {
    text-underline-offset: 4px !important;
  }
    .autosuggest-item a:hover {
    text-decoration-line: underline !important;
  }
    @media (min-width: 1024px) {

    .autosuggest-item a {
      font-size: 1.25rem !important;
    }
  }
      .autosuggest-item a:hover {
        background-color: transparent !important;
      }
}
@media (max-width: 1023px) {
  .ep-autosuggest {
    display: none !important;
  visibility: visible !important;
  }
}
#share-button-wrapper {
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {

  #share-button-wrapper {
    justify-content: flex-end;
    padding-left: 0px;
    padding-right: 0px;
  }
}
#share-button-wrapper {
  min-height: 4em;
}
.resp-sharing-button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
  padding: 0px;
  transition-property: padding;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {

  .resp-sharing-button {
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 3rem;
    width: 3rem;
    padding: 0.5rem;
  }
}
.resp-sharing-button {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
.resp-sharing-button:hover {
  padding: 0px;
}
.resp-sharing-button > .resp-sharing-button__icon:hover::after {
  display: flex;
  justify-content: center;
  overflow: visible;
  white-space: nowrap;
  padding-top: 0.25rem;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: .5em;
}
.resp-sharing-button--rss > .resp-sharing-button__icon:hover::after {
  content: "Share RSS";
}
.resp-sharing-button--facebook > .resp-sharing-button__icon:hover:after {
  content: "Share on Facebook";
}
.resp-sharing-button--messenger > .resp-sharing-button__icon:hover:after {
  content: "Share on Messenger";
}
.resp-sharing-button--twitter > .resp-sharing-button__icon:hover:after {
  content: "Share on Twitter";
}
.resp-sharing-button--link > .resp-sharing-button__icon:hover:after {
  content: "Share Link";
}
.resp-sharing-button--bookmark > .resp-sharing-button__icon:hover:after {
  content: "Bookmark";
}
.resp-sharing-button--favorite > .resp-sharing-button__icon:hover:after {
  content: "Favorite";
}
#mobile-nav {
  display: none;
}
#mobile-nav::before {
    content: "";
  }
#mobile-nav::before {
  position: fixed;
}
#mobile-nav::before {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
#mobile-nav::before {
  background-color: transparent;
}
#mobile-nav::before {
    transition: background 250ms ease-out;
  }
#mobile-nav.active {
    display: block;
  }
#mobile-nav.fadein::before {
  background-color: rgb(0 0 0 / 90%);
}
#mobile-nav #mobile-nav-wrapper {
  position: relative;
}
#mobile-nav #mobile-nav-wrapper {
  z-index: 10;
}
#mobile-nav #mobile-nav-wrapper {
    transform: translateX(150vw);
    transition: transform 250ms ease-in;
  }
#mobile-nav #mobile-nav-wrapper.visible {
      transform: translateX(0);
    }
#mobile-nav .menu-main-nav-container {
  height: calc(100% - 7.5rem);
}
#mobile-nav .menu-main-nav-container {
  width: 100%;
}
#mobile-nav .menu-main-nav-container {
  overflow-y: auto;
}
#mobile-nav #main-nav > li {
  border-bottom-width: 1px;
}
#mobile-nav #main-nav > li {
  --tw-border-opacity: 1;
  border-color: rgb(153 149 153 / var(--tw-border-opacity));
}
#mobile-nav #main-nav > li > a {
  display: block;
}
#mobile-nav #main-nav > li > a {
  padding-left: 1rem;
  padding-right: 1rem;
}
#mobile-nav #main-nav > li > a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#mobile-nav #main-nav > li > a:first-child {
      margin-bottom: 0.25rem;
      padding-bottom: 0.25rem;
    }
#mobile-nav #main-nav > li ul {
  list-style-type: none;
}
#mobile-nav #main-nav > li > .sub-menu {
  margin-bottom: 0.5rem;
}
#mobile-nav #main-nav > li > .sub-menu li a {
  display: block;
}
#mobile-nav #main-nav > li > .sub-menu li a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#mobile-nav #main-nav > li > .sub-menu li a {
  padding-left: 3rem;
}
#mobile-nav #main-nav > li > .sub-menu li a {
  padding-right: 1rem;
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children {
  position: relative;
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children:after {
  position: absolute;
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children:after {
  right: 0px;
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children:after {
  top: 0px;
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children:after {
  display: flex;
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children:after {
  height: 100%;
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children:after {
  width: 3.5rem;
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children:after {
  cursor: pointer;
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children:after {
  justify-content: center;
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children:after {
  padding-top: 0.75rem;
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children:after {
  font-weight: 700;
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children:after {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

  #mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children:after {
    width: 5rem;
  }
}
@media (min-width: 640px) {

  #mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children:after {
    padding-right: 2rem;
  }
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children:after {
      content: "\002B";
    }
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children.active:after {
      content: "\2013";
    }
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children > a {
  margin-right: 5rem;
}
@media (min-width: 640px) {

  #mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children > a {
    margin-right: 7rem;
  }
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children > .sub-menu {
  visibility: hidden;
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children > .sub-menu {
  height: 0px;
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children > .sub-menu {
  opacity: 0;
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children > .sub-menu {
      transition: height 1s cubic-bezier(0.32, 0, 0.67, 0),
        opacity 0.4s cubic-bezier(0.32, 0, 0.67, 0), visibility 0s linear;
    }
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children > .sub-menu > li a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children > .sub-menu > li a {
  padding-left: 4rem;
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children > .sub-menu > li a {
  font-size: 1.125rem;
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children > .sub-menu.active {
  margin-bottom: 0.5rem;
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children > .sub-menu.active {
  height: auto;
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children > .sub-menu.active {
  opacity: 1;
}
#mobile-nav #main-nav > li > .sub-menu > li.menu-item-has-children > .sub-menu.active {
      visibility: visible;
    }
#mobile-nav a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.em-burger {
  transition: all 250ms;
  border: none;
}
.em-burger > span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.em-burger > span {
    height: 0.3rem;
    width: 2.2rem;
    margin: 0.2rem 0.4rem;
    border-radius: 10rem;
    transition: all 0.55s;
  }
.em-burger .cheese {
    transition: all 0.55s;
  }
.em-burger .patty {
    transition: all 0.55s;
  }
.em-x {
  transform: translateY(2px);
}
.em-x > span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.em-x > span {
    height: 0.3rem;
    width: 2.2rem;
    margin: 0.2rem 0.4rem;
    border-radius: 10rem;
    transition: all 0.55s;
  }
.em-x .left {
    margin-bottom: -0.5rem;
    transform: rotate(45deg);
    width: 2.2rem;
  }
.em-x .right {
    margin-top: 0.1rem;
    transform: rotate(-45deg);
    width: 2.2rem;
  }
.other-category {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
  min-height: 3rem;
  width: 100%;
  max-width: 90%;
  --tw-bg-opacity: 1;
  background-color: rgb(78 78 78 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.other-category:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {

  .other-category {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    max-width: 100%;
  }
}
.other-category {
  transition: background 200ms ease-in-out;
  grid-template-columns: 45% 55%;
  -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  transform:scaleZ(1);
}
.other-category .cat-icon-container {
  text-align: right;
}
.other-category .cat-text-container {
  text-align: left;
}
.other-category .cat-icon {
  margin-right: 1rem;
  display: block;
  height: 1.25em;
  min-width: 80px;
  max-width: 80px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  content: '';
  -webkit-mask-size: cover;
          mask-size: cover;
  display: inline-block;
}
.other-category.diy-garage .cat-icon {
    -webkit-mask: url("../images/tech-mask.svg") no-repeat 100% 100%;
            mask: url("../images/tech-mask.svg") no-repeat 100% 100%;
  }
.other-category.parts-counter .cat-icon {
    -webkit-mask: url("../images/parts-mask.svg") no-repeat 100% 100%;
            mask: url("../images/parts-mask.svg") no-repeat 100% 100%;
  }
.other-category.the-buzz .cat-icon {
    -webkit-mask: url("../images/culture-mask.svg") no-repeat 100% 100%;
            mask: url("../images/culture-mask.svg") no-repeat 100% 100%;
  }
.other-category.rods-rides-rigs .cat-icon {
    -webkit-mask: url("../images/vehicles-mask.svg") no-repeat 100% 100%;
            mask: url("../images/vehicles-mask.svg") no-repeat 100% 100%;
  }
.other-category.engine-guides .cat-icon {
    -webkit-mask: url("../images/engine-guides-mask.svg") no-repeat 100% 100%;
            mask: url("../images/engine-guides-mask.svg") no-repeat 100% 100%;
  }
.thumbnail-container img {
  width: 100%;
}
.post-header {
  height: 252px;
}
@media (min-width: 1024px) {
  .post-header {
    height: 600px;
  }
  #post-title-block {
    top: -3rem !important;
    margin-top: -6rem;
    box-shadow: 0px 20px 20px #00000080;
  }
}
@media (max-width: 1023px) {
  .main-content.px-0,
  #comment-section.px-0,
  .comment-outer.px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
.article__content h1,
  .article__content h2,
  .article__content h3,
  .article__content h4,
  .article__content h5,
  .article__content h6 {
  margin-bottom: 1.5rem;
}
.article__content h1,
  .article__content h2,
  .article__content h3,
  .article__content h4,
  .article__content h5,
  .article__content h6 {
  font-weight: 700;
}
.article__content h1,
  .article__content h2,
  .article__content h3,
  .article__content h4,
  .article__content h5,
  .article__content h6 {
  line-height: 1.25;
}
.article__content h1 {
  font-size: 1.875rem;
}
.article__content h1 {
  line-height: 1.25;
}
@media (min-width: 1024px) {

  .article__content h1 {
    font-size: 1.625rem;
  }
}
.article__content h2 {
  padding-top: 1rem;
}
.article__content h2 {
  font-size: 1.625rem;
}
.article__content h3 {
  font-size: 1.5rem;
}
.article__content h3 {
  text-transform: uppercase;
}
.article__content img,
  .article__content p,
  .article__content ul,
  .article__content iframe,
  .article__content div,
  .article__content hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.article__content img,
  .article__content p,
  .article__content ul,
  .article__content iframe,
  .article__content div,
  .article__content hr {
  font-size: 1.125rem;
}
@media (min-width: 768px) {

  .article__content img,
  .article__content p,
  .article__content ul,
  .article__content iframe,
  .article__content div,
  .article__content hr {
    font-size: 1.25rem;
  }
}
.article__content div > div {
  margin-top: 0px;
  margin-bottom: 0px;
}
.article__content figure img {
  margin-bottom: 0px;
}
.article__content div:empty,
  .article__content p:empty {
    display: none;
  }
.article__content ol {
    list-style-type: list-decimal;
  }
.article__content ol li {
  margin-bottom: 0.5rem;
}
.article__content ol li {
  margin-left: 2.25rem;
}
.article__content ul {
    list-style: disc;
  }
.article__content ul li {
  margin-bottom: 0.5rem;
}
.article__content ul li {
  margin-left: 1.5rem;
}
.article__content a {
  font-weight: 400;
}
.article__content a {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.article__content a:hover {
  text-decoration-line: underline;
}
.article__content hr {
    height: 1px;
  }
.article__content hr {
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
}
.article__content img {
  display: inline-block;
}
.article__content figure {
  text-align: center;
}
.article__content iframe {
  margin-left: auto;
  margin-right: auto;
}
.article__content iframe {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.article__content figcaption {
  font-size: 1.125rem;
}
.article__content figcaption {
  font-style: italic;
}
.article__content blockquote,
  .article__content blockquote p,
  .article__content blockquote a {
  font-size: 1.125rem;
}
.article__content blockquote a,
  .article__content blockquote a strong {
  font-weight: 400;
}
.article__content blockquote a,
  .article__content blockquote a strong {
  font-style: italic;
}
.article__content blockquote {
  border-left-width: 2px;
}
.article__content blockquote {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}
.article__content blockquote {
  padding-left: 1.5rem;
}
.article__content blockquote {
  line-height: 1.625;
}
@media (min-width: 1024px) {

  .article__content blockquote {
    padding-left: 3rem;
  }
}
.article__content .tablepress-table-name {
  text-align: center;
}
.article__content .tablepress-table-name {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.article__content table thead {
      background-color: #ff0000;
    }
.article__content table thead th {
  white-space: nowrap;
}
.article__content table thead th {
  border-top-width: 0px;
}
.article__content table thead th {
  border-bottom-width: 2px;
}
.article__content table thead th {
  border-left-width: 0px;
}
.article__content table thead th {
  border-right-width: 1px;
}
.article__content table thead th {
  border-style: solid;
}
.article__content table thead th {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}
.article__content table thead th {
  padding-left: 1.5rem;
}
.article__content table thead th {
  padding-right: 3rem;
}
.article__content table thead th {
  font-family: expressway, 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";
}
.article__content table thead th {
  font-size: 1rem;
}
.article__content table thead th {
        background-color: #ff0000;
      }
.article__content table thead th:last-child {
  border-right-width: 0px;
}
.article__content table td {
  white-space: nowrap;
}
.article__content table td {
  border-top-width: 2px;
}
.article__content table td {
  border-left-width: 0px;
}
.article__content table td {
  border-right-width: 1px;
}
.article__content table td {
  border-style: solid;
}
.article__content table td {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.article__content table td {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.article__content table td {
  padding-left: 1.5rem;
}
.article__content table td {
  padding-right: 3rem;
}
.article__content table td {
  font-family: expressway, 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";
}
.article__content table td {
  font-size: 1rem;
}
.article__content table td {
      background-color: #f4f4f4 !important;
    }
.article__content table td:first-child {
        background-color: #323032 !important;
        color: #fff;
      }
#share-author #share-button-wrapper {
    justify-content: flex-start;
    padding-left: 0;
  }
#share-author #share-button-wrapper .resp-sharing-button__link:first-child .resp-sharing-button {
        margin-left: 0;
        padding-left: 0;
      }
#share-author #share-button-wrapper .resp-sharing-button__link .resp-sharing-button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media (min-width: 1024px) {

  #share-author #share-button-wrapper .resp-sharing-button__link .resp-sharing-button {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#similar-posts .container {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1023px) {
  #similar-posts .main-content.container,
  #similar-posts #comment-section.container,
  #similar-posts .comment-outer.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  #similar-posts .main-content.container,
  #similar-posts #comment-section.container,
  #similar-posts .comment-outer.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  #similar-posts .main-content.container,
  #similar-posts #comment-section.container,
  #similar-posts .comment-outer.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 764px) {
    #similar-posts .similar-story {
      width: 32%;
    }
  }
.post-image-link:after {
    position: absolute;
  }
.post-image-link:after {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.post-image-link:after {
    content: "";
    display: block;
    transition: all 0.2s linear;
  }
.post-image-link:hover:after {
    background-color: rgba(255, 255, 255, 0.2);
  }
.similar-story h3 {
  transition: all 0.2s linear;
}
.similar-story:hover h3 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
body.single-post .site-main {
    background-image: url("/wp-content/themes/onallcylinders/public/images/asphalt-texture.png?1741603130");
  }
#similar-posts {
  background-color: #ffffff;
}
#comment-section a {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
#comment-section a {
  text-decoration-line: underline;
}
#comment-section .must-log-in,
  #comment-section .akismet_comment_form_privacy_notice,
  #comment-section p {
  font-size: 1rem;
}
#comment-section input[type="submit"] {
  display: block;
}
#comment-section input[type="submit"] {
  display: inline-block;
}
#comment-section input[type="submit"] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#comment-section input[type="submit"] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#comment-section input[type="submit"] {
  font-weight: 700;
}
#comment-section input[type="submit"] {
  text-transform: uppercase;
}
#comment-section input[type="submit"] {
  margin-left: -2.5rem;
}
#comment-section input[type="submit"] {
  cursor: pointer;
}
#comment-section input[type="submit"] {
  border-width: 2px;
}
#comment-section input[type="submit"] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
#comment-section input[type="submit"] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
#comment-section input[type="submit"] {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
#comment-section input[type="submit"] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#comment-section input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 68 71 / var(--tw-bg-opacity));
}
#comment-section input[type="submit"] {

    transition: background 200ms ease-in-out;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    transform: scaleZ(1);
  }
 {
  display: block;
}
 input[type="submit"] {
    display: flex;
    align-items: center;
    margin-left: 0;
    text-transform: none;
    padding-top: 0;
    padding-bottom: 0;
  }
 input[type="submit"] {
    display: flex;
    align-items: center;
    margin-left: 0;
    text-transform: none;
    padding-top: 0;
    padding-bottom: 0;
  }
#comment-section input[type="submit"] {
    margin-left: auto !important;
  }
#comment-section .required-field-message {
  display: block;
}
#comment-section .required-field-message {
  padding-top: 1.25rem;
}
#comment-section label {
  margin-bottom: 0.25rem;
}
#comment-section label {
  display: block;
}
#comment-section textarea {
  width: 100%;
}
#comment-section textarea {
  max-width: 100%;
}
#comment-section textarea {
  border-radius: 0.125rem;
}
#comment-section textarea {
  border-width: 1px;
}
#comment-section textarea {
  --tw-border-opacity: 1;
  border-color: rgb(112 108 112 / var(--tw-border-opacity));
}
#comment-section textarea {
  padding: 0.5rem;
}
#comment-section input[type="text"] {
  width: 100%;
}
#comment-section input[type="text"] {
  max-width: 100%;
}
#comment-section input[type="text"] {
  border-radius: 0.125rem;
}
#comment-section input[type="text"] {
  border-width: 1px;
}
#comment-section input[type="text"] {
  --tw-border-opacity: 1;
  border-color: rgb(112 108 112 / var(--tw-border-opacity));
}
#comment-section input[type="text"] {
  padding: 0.5rem;
}
#comment-section .navigation {
    display: none;
  }
#comment-section .comment-meta {
  margin-bottom: 0.75rem;
}
#comment-section .comment-meta {
  font-size: 1rem;
}
#comment-section .comment-body {
  margin-bottom: 1.5rem;
}
#comment-section .comment-body {
  border-bottom-width: 2px;
}
#comment-section .comment-body {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}
#comment-section .comment-body {
  padding-bottom: 0.75rem;
}
#comment-section .reply {
  margin-left: auto;
}
#comment-section .reply {
  text-align: right;
}
#comment-section .reply {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#comment-section .reply a {
  font-size: 1rem;
}
#comment-section .reply a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#comment-section .reply a {
  text-decoration-line: none;
}
#comment-section .reply a {
  display: inline-block;
}
#comment-section .reply a {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#comment-section .reply a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#comment-section .reply a {
  font-weight: 700;
}
#comment-section .reply a {
  text-transform: uppercase;
}
#comment-section .reply a {
  margin-left: -2.5rem;
}
#comment-section .reply a {
  cursor: pointer;
}
#comment-section .reply a {
  border-width: 2px;
}
#comment-section .reply a {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
#comment-section .reply a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
#comment-section .reply a {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
#comment-section .reply a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#comment-section .reply a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 68 71 / var(--tw-bg-opacity));
}
#comment-section .reply a {

    transition: background 200ms ease-in-out;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    transform: scaleZ(1);
  }
 {
  display: block;
}
 .reply a {
    display: flex;
    align-items: center;
    margin-left: 0;
    text-transform: none;
    padding-top: 0;
    padding-bottom: 0;
  }
 .reply a {
    display: flex;
    align-items: center;
    margin-left: 0;
    text-transform: none;
    padding-top: 0;
    padding-bottom: 0;
  }
#comment-section .akismet_comment_form_privacy_notice {
  display: none;
}
#comment-section .akismet_comment_form_privacy_notice {
  visibility: visible;
}
#comment-section .children {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
#comment-section .depth-2 {
    margin-left: 20%;
  }
#comment-section .depth-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#comment-section .depth-2 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#comments {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  #comments {
    font-size: 1.625rem;
  }
}
#reply-title {
  margin-bottom: 0.75rem;
}
#commentform {
  padding-bottom: 0.75rem;
}
.category-highlights {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 768px) {
.category-highlights {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
  }
.category-highlights .highlight > div {
  height: 100%;
}
.category-highlights .highlight > div:before {
  position: absolute;
}
.category-highlights .highlight > div:before {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.category-highlights .highlight > div:before {
  height: 100%;
}
.category-highlights .highlight > div:before {
  width: 100%;
}
.category-highlights .highlight > div:before {
  opacity: 0.9;
}
.category-highlights .highlight > div:before {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.category-highlights .highlight > div:before {
    content: "";
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  }
.category-highlights .highlight > div:hover:before {
  opacity: 1;
}
.category-highlights .highlight > div:hover:before {
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 1) 25%,
      rgba(255, 255, 255, 0) 100%
    );
  }
.category-highlights .highlight {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  min-height: 300px;
}
@media (min-width: 768px) {
.category-highlights .featured.highlight {
    grid-area: 1 / 1 / 3 / 2
}
  }
@media (min-width: 768px) {
.category-highlights .trending.highlight {
    grid-area: 1 / 2 / 2 / 3
}
  }
@media (min-width: 768px) {
.category-highlights .editors-pick.highlight {
    grid-area: 2 / 2 / 3 / 3
}
  }
.category-highlights .highlight .highlight-content {
  position: absolute;
  bottom: 0px;
}
.highlight-tag {
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 1rem;
  font-size: .85rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .highlight-tag {
    font-size: 1.625rem;
  }
}
.category-title-mobile {
  margin-right: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(71 68 71 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: background;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);

          clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  transform: scaleZ(1);
}
.category-title-mobile > h1::before {
  margin-right: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  content: "";
  -webkit-mask-size: cover;
          mask-size: cover;
  display: inline-block;
}
.category-title-mobile > h1.diy-garage::before {
  height: 20px;
  min-width: 80px;
  max-width: 80px;
    -webkit-mask: url("../images/tech-mask.svg") no-repeat 100% 100%;
            mask: url("../images/tech-mask.svg") no-repeat 100% 100%;
}
.category-title-mobile > h1.parts-counter::before {
  height: 20px;
  min-width: 80px;
  max-width: 80px;
    -webkit-mask: url("../images/parts-mask.svg") no-repeat 100% 100%;
            mask: url("../images/parts-mask.svg") no-repeat 100% 100%;
}
.category-title-mobile > h1.the-buzz::before {
  height: 20px;
  min-width: 80px;
  max-width: 80px;
    -webkit-mask: url("../images/culture-mask.svg") no-repeat 100% 100%;
            mask: url("../images/culture-mask.svg") no-repeat 100% 100%;
}
.category-title-mobile > h1.rods-rides-rigs::before {
  height: 20px;
  min-width: 80px;
  max-width: 80px;
    -webkit-mask: url("../images/vehicles-mask.svg") no-repeat 100% 100%;
            mask: url("../images/vehicles-mask.svg") no-repeat 100% 100%;
}
.category-title-mobile > h1.engine-guides::before {
  height: 20px;
  min-width: 80px;
  max-width: 80px;
    -webkit-mask: url("../images/engine-guides-mask.svg") no-repeat 100% 100%;
            mask: url("../images/engine-guides-mask.svg") no-repeat 100% 100%;
}
.thumbnail-container img {
  height: 133px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {

  .thumbnail-container img {
    height: 300px;
  }
}
.pagination,
.pagination__page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
@media (min-width: 768px) {

  .pagination,
.pagination__page-links {
    flex-wrap: nowrap;
  }
}
.pagination .pagination__prev-button,
.pagination .pagination__next-button {
  display: none;
  visibility: visible;
}
@media (min-width: 768px) {

  .pagination .pagination__prev-button,
.pagination .pagination__next-button {
    display: block;
  }
}
.pagination .pagination__prev-button.disabled,
.pagination .pagination__next-button.disabled {
  display: none;
  visibility: visible;
}
.pagination .pagination__prev-button a,
.pagination .pagination__page-links li a,
.pagination .pagination__page-links li span,
.pagination .pagination__next-button a {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.pagination .pagination__page-links li.active {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.pagination .pagination__prev-button a:hover,
.pagination .pagination__next-button a:hover,
.pagination .pagination__page-links a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.searchandfilter label {
  width: 100%;
}
.searchandfilter input,
.searchandfilter select {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding: 0.5rem;
}
@media (min-width: 768px) {

  .searchandfilter .sf-field-post_date .sf_date_field {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .search-filter-results article a.btn-read-more {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration-line: none;
  }
}
.chosen-container.chosen-container-multi ul.chosen-choices {
  padding: 5px;
}
#searchandfilter-toggle span.arrow {
  font-family: monospace;
}
.search-filter-results article .post-categories:before {
  content: "Categories: "
}
.search-filter-results article .post-categories {
  list-style-type: none;
}
.search-filter-results article .post-categories li {
  margin-bottom: 0px;
  margin-left: 0px;
  display: inline-block;
  overflow-wrap: break-word;
}
.search-filter-results article .post-categories li:after {
  content: " "
}
.search-filter-results article.post p.the-date {
  margin-bottom: 0px;
}
.search-filter-results article.post div.the-excerpt {
  margin-top: 0px;
  margin-bottom: 0px;
}
.wp-page article form.searchandfilter ul {
  padding-left: 0px;
}
div.chosen-container.chosen-container-multi ul.chosen-choices,
div.chosen-container-active.chosen-with-drop .chosen-single,
div.chosen-container.chosen-container-single .chosen-single {
  border-radius: 0px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-image: none;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
div.chosen-container.chosen-container-multi ul.chosen-choices li.search-choice,
div.chosen-container.chosen-container-single .chosen-single {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-image: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
div.ep-autosuggest-container {
  margin: 0px;
}
div.chosen-container .chosen-drop {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
div.chosen-container-single .chosen-single div {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
div.chosen-container-single .chosen-single div b {
  background-image: none;
}
footer.site-footer .tread-marks {
    height: 50px;
    background-color: white;
    background-image: url('/wp-content/themes/onallcylinders/public/images/tread-marks.svg');
  }
/**
 * Default Table Block
 */
.wp-block-table {
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  width: 100%;
  max-width: 1200px;
  justify-content: flex-start;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.wp-block-table table {
  margin-bottom: 1rem;
  width: 100%;
  border-collapse: collapse;
  border-width: 1px;
  border-top-width: 1px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(112 108 112 / var(--tw-border-opacity));
  border-spacing: 0;
}
.wp-block-table table td,
.wp-block-table table th {
  border-bottom-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(112 108 112 / var(--tw-border-opacity));
  padding: 1rem;
}
.wp-block-table table thead th {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.625rem;
  line-height: 1.5rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 41 41 / var(--tw-text-opacity));
}
.wp-block-table table thead {
  border-bottom-width: 0px;
}
.wp-block-table table tfoot th,
.wp-block-table table thead th {
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 122 / var(--tw-bg-opacity));
  vertical-align: middle;
  font-weight: 700;
}
.wp-block-table table tbody tr:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 122 / var(--tw-bg-opacity));
}
.wp-block-table table tbody td {
  font-size: 1.625rem;
  line-height: 1.5rem;
  letter-spacing: 0em;
}
.category-tag {
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.home-categories .other-category {
  margin-left: auto;
  margin-right: auto;
}
.home-categories .other-category {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.home-categories .other-category {
  display: flex;
}
.home-categories .other-category {
  min-height: 3rem;
}
.home-categories .other-category {
  align-items: center;
}
.home-categories .other-category {
  justify-content: flex-end;
}
.home-categories .other-category {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.home-categories .other-category {
  --tw-bg-opacity: 1;
  background-color: rgb(78 78 78 / var(--tw-bg-opacity));
}
.home-categories .other-category {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.home-categories .other-category {
  padding-left: 1rem;
  padding-right: 1rem;
}
.home-categories .other-category {
  font-size: 1.5rem;
}
.home-categories .other-category {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.home-categories .other-category:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {

  .home-categories .other-category {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 768px) {

  .home-categories .other-category {
    justify-content: center;
  }
}
.home-categories .other-category {
    transition: background 200ms ease-in-out;
    -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    transform: scaleZ(1);
  }
.trending-story .thumbnail-container img {
    visibility: hidden;
  }
.trending-story:hover .mask-cover {
  --tw-bg-opacity: 0.2;
}
.home-highlights:hover .featured-highlight {
  --tw-bg-opacity: 0.2;
}
@media (min-width: 1024px) {
  .home-highlights p {
    max-width: 55%;
  }
}
.latest-stories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.latest-stories .grid-item-1 {
    grid-area: 1 / 1 / 2 / 2;
  }
.latest-stories .grid-item-2 {
    grid-area: 1 / 2 / 2 / 3;
  }
.latest-stories .grid-item-3 {
    grid-area: 2 / 1 / 3 / 3;
  }
.latest-stories .grid-item-4 {
    grid-area: 3 / 1 / 4 / 2;
  }
.latest-stories .grid-item-5 {
    grid-area: 3 / 2 / 4 / 3;
  }
.latest-stories .grid-item-6 {
    grid-area: 4 / 1 / 5 / 3;
  }
@media screen and (min-width: 768px) {
.latest-stories {
    grid-template-columns: repeat(2, 1fr)
}

    .latest-stories .grid-item-1 {
      grid-area: 1 / 1 / 3 / 2;
    }
    .latest-stories .grid-item-2 {
      grid-area: 1 / 2 / 3 / 3;
    }
    .latest-stories .grid-item-3 {
      grid-area: 3 / 1 / 4 / 3;
    }
    .latest-stories .grid-item-4 {
      grid-area: 4 / 1 / 6 / 2;
    }
    .latest-stories .grid-item-5 {
      grid-area: 4 / 2 / 6 / 3;
    }
    .latest-stories .grid-item-6 {
      grid-area: 6 / 1 / 7 / 3;
    }
  }
.thumbnail-container--stories img {
    width: 100%;
  }
.home-slider {
  display: none !important;
}
.home-slider .desktop-hero {
    height: 600px !important;
  }
@media screen and (min-width: 768px) {
  .home-slider {
    display: block !important;
  }
}
.home-slider__mobile {
  display: block !important;
}
.home-slider__mobile .btn-red {
    display: flex;
    align-items: center;
    margin-left: 0;
    text-transform: none;
    padding-top: 0;
    padding-bottom: 0;
  }
.home-slider__mobile .hero-wrapper {
    height: 252px;
  }
.home-slider__mobile .slick-list,
  .home-slider__mobile .slick-track {
  height: 100%;
}
.home-slider__mobile .slick-arrow {
  width: -moz-fit-content;
  width: fit-content;
}
.home-slider__mobile .slick-arrow {
    max-width: 44px;
  }
.home-slider__mobile .slick-arrow img {
      max-width: 44px;
    }
@media screen and (min-width: 768px) {
  .home-slider__mobile {
    display: none !important;
  }
}
.home-slider > .desktop-hero:not(:first-child),
.home-slider > .mobile-hero:not(:first-child) {
  display: none;
}
.wp-page {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
    background-image: url("/wp-content/themes/onallcylinders/public/images/asphalt-texture.png");
    background-color: #000;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.wp-page article {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
@media (min-width: 768px) {

  .wp-page article {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.wp-page article h2 {
  margin-bottom: 2rem;
}
.wp-page article h2 {
  font-size: 1.125rem;
}
.wp-page article h2 {
  font-weight: 800;
}
.wp-page article h2 {
  font-style: italic;
}
@media (min-width: 768px) {

  .wp-page article h2 {
    font-size: 1.625rem;
  }
}
.wp-page article h3 {
  margin-bottom: 2rem;
}
.wp-page article h3 {
  font-size: 1.625rem;
}
.wp-page article h3 {
  font-weight: 800;
}
@media (min-width: 768px) {

  .wp-page article h3 {
    font-size: 1.875rem;
  }
}
.wp-page article p {
  margin-bottom: 1rem;
}
.wp-page article p {
  font-size: 1.125rem;
}
@media (min-width: 768px) {

  .wp-page article p {
    font-size: 1.25rem;
  }
}
.wp-page article ul {
  list-style-type: none;
}
.wp-page article ul {
    padding-left: 1rem;
  }
.wp-page article ul li::before {
      display: inline-block;
      height: 100%;
      position: absolute;
      left: -0.875rem;
    }
.wp-page article li {
  margin-bottom: 0.5rem;
}
.wp-page article li {
		position: relative;
	}
.wp-page article .wp-block-button {
  margin-left: auto;
  margin-right: auto;
}
.wp-page article .wp-block-button > a {
  border-radius: 0px;
}
.wp-page article .wp-block-button > a {
  text-decoration-line: none;
}
.wp-page article .wp-block-button > a {
  display: inline-block;
}
.wp-page article .wp-block-button > a {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.wp-page article .wp-block-button > a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.wp-page article .wp-block-button > a {
  font-weight: 700;
}
.wp-page article .wp-block-button > a {
  text-transform: uppercase;
}
.wp-page article .wp-block-button > a {
  margin-left: -2.5rem;
}
.wp-page article .wp-block-button > a {
  cursor: pointer;
}
.wp-page article .wp-block-button > a {
  border-width: 2px;
}
.wp-page article .wp-block-button > a {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.wp-page article .wp-block-button > a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.wp-page article .wp-block-button > a {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.wp-page article .wp-block-button > a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wp-page article .wp-block-button > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 68 71 / var(--tw-bg-opacity));
}
.wp-page article .wp-block-button > a {

    transition: background 200ms ease-in-out;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    transform: scaleZ(1);
  }
 {
  display: block;
}
 > a {
    display: flex;
    align-items: center;
    margin-left: 0;
    text-transform: none;
    padding-top: 0;
    padding-bottom: 0;
  }
 > a {
    display: flex;
    align-items: center;
    margin-left: 0;
    text-transform: none;
    padding-top: 0;
    padding-bottom: 0;
  }
.wp-page article blockquote {
  margin-bottom: 2rem;
}
.wp-page article blockquote {
  border-left-width: 2px;
}
.wp-page article blockquote {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}
.wp-page article blockquote {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {

  .wp-page article blockquote {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.wp-page article blockquote p {
  margin-bottom: 1rem;
}
.wp-page article blockquote p {
  font-size: 1.125rem;
}
.wp-page article blockquote cite {
  font-size: 1rem;
}
.wp-page article blockquote cite {
  font-style: italic;
}
.wp-page article blockquote cite {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.wp-page article table {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.wp-page article table {
    /* tr {
      @apply flex flex-col w-full md:block;
    } */
  }
.wp-page article table td {
  border-width: 2px;
}
.wp-page article table td {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.wp-page article table td {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.wp-page article table td {
  font-size: 1rem;
}
.wp-page article table th {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.wp-page article table th {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.wp-page article table th {
  font-size: 1.125rem;
}
.wp-page article table th {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .wp-page article table th {
    font-size: 1rem;
  }
}
.wp-page article .wp-block-separator {
  height: 50px;
  background-color: white;
  background-image: url("/wp-content/themes/onallcylinders/public/images/tread-marks.svg");
}
.wp-page article .wp-block-separator {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
 .wp-block-separator {
    height: 50px;
    background-color: white;
    background-image: url('/wp-content/themes/onallcylinders/public/images/tread-marks.svg');
  }
 .wp-block-separator {
    height: 50px;
    background-color: white;
    background-image: url('/wp-content/themes/onallcylinders/public/images/tread-marks.svg');
  }
.wp-page article .wp-block-group {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.wp-page article .wp-block-group {
    background-image: url("/wp-content/themes/onallcylinders/public/images/asphalt-texture.png");
    background-color: #000;
  }
.wp-page article .wp-block-group {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.wp-page article .gform_wrapper {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {

  .wp-page article .gform_wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {

  .wp-page article .gform_wrapper {
    --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);
  }
}
.wp-page article .gform_wrapper .gfield {
      height: -moz-fit-content;
      height: fit-content;
      margin: 0 0 1rem 0;
    }
.wp-page article .gform_wrapper .gfield input,
      .wp-page article .gform_wrapper .gfield select,
      .wp-page article .gform_wrapper .gfield textarea {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}
.wp-page article .gform_wrapper .gfield input,
      .wp-page article .gform_wrapper .gfield select,
      .wp-page article .gform_wrapper .gfield textarea {
        border-width: 1px;
      }
.wp-page article .gform_wrapper .gfield .ginput_container {
        margin: 0;
      }
.wp-page article .gform_wrapper .gfield .gfield_label,
      .wp-page article .gform_wrapper .gfield label {
  --tw-text-opacity: 1;
  color: rgb(78 78 78 / var(--tw-text-opacity));
}
.wp-page article .gform_wrapper .gform_heading,
    .wp-page article .gform_wrapper form {
  margin-left: auto;
  margin-right: auto;
}
.wp-page article .gform_wrapper .gform_heading,
    .wp-page article .gform_wrapper form {
  max-width: 56rem;
}
.wp-page article .gform_wrapper .gform_footer input[type="submit"] {
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-page article .gform_wrapper .gform_footer input[type="submit"] {
  display: inline-block;
}
.wp-page article .gform_wrapper .gform_footer input[type="submit"] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.wp-page article .gform_wrapper .gform_footer input[type="submit"] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.wp-page article .gform_wrapper .gform_footer input[type="submit"] {
  font-weight: 700;
}
.wp-page article .gform_wrapper .gform_footer input[type="submit"] {
  text-transform: uppercase;
}
.wp-page article .gform_wrapper .gform_footer input[type="submit"] {
  margin-left: -2.5rem;
}
.wp-page article .gform_wrapper .gform_footer input[type="submit"] {
  cursor: pointer;
}
.wp-page article .gform_wrapper .gform_footer input[type="submit"] {
  border-width: 2px;
}
.wp-page article .gform_wrapper .gform_footer input[type="submit"] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.wp-page article .gform_wrapper .gform_footer input[type="submit"] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.wp-page article .gform_wrapper .gform_footer input[type="submit"] {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.wp-page article .gform_wrapper .gform_footer input[type="submit"] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wp-page article .gform_wrapper .gform_footer input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 68 71 / var(--tw-bg-opacity));
}
.wp-page article .gform_wrapper .gform_footer input[type="submit"] {

    transition: background 200ms ease-in-out !important;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%) !important;
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%) !important;
    transform: scaleZ(1) !important;
  }
 {
  display: block !important;
}
 .gform_footer input[type="submit"] {
    display: flex !important;
    align-items: center !important;
    margin-left: 0 !important;
    text-transform: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
 .gform_footer input[type="submit"] {
    display: flex !important;
    align-items: center !important;
    margin-left: 0 !important;
    text-transform: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
.wp-page article .wp-block-column ul {
  display: flex;
}
.wp-page article .wp-block-column ul {
  flex-direction: column;
}
.wp-page article .wp-block-column ul li > ul {
        padding-bottom: 0;
      }
.wp-page article .wp-block-column ul li > ul li:last-child {
  margin-bottom: 0px;
}
.wp-page article .wp-block-column ul li > ul li:last-child {
  padding-bottom: 0px;
}
.wp-page article .dark-background-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.wp-page article .dark-background-section h2 {
  font-size: 1.875rem;
}
@media (min-width: 768px) {

  .wp-page article .dark-background-section h2 {
    font-size: 3.125rem;
  }
}
.wp-page article .red-quote-block p {
  font-size: 1.5rem;
}
@media (min-width: 768px) {

  .wp-page article .red-quote-block p {
    font-size: 2.4rem;
  }
}
.wp-page article .red-quote-block hr {
      color: #ff8888;
      width: 50%;
      height: 1px;
      background-color: #ff8888;
    }
.wp-page article .accordion-content {
  overflow: hidden;
}
.wp-page article .accordion-content {
    height: 0;
    transition: height 200ms ease-in-out;
    margin: 0 0 1rem 0;
  }
.wp-page article .accordion-content .ellipsis {
      display: none;
    }
.wp-page article .accordion-section {
  margin: 0px;
}
.wp-page article .accordion-section {
  border-bottom-width: 2px;
}
.wp-page article .accordion-section {
  border-left-width: 2px;
}
.wp-page article .accordion-section {
  border-right-width: 2px;
}
.wp-page article .accordion-section {
  border-style: solid;
}
.wp-page article .accordion-section {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}
.wp-page article .accordion-section {
  padding-top: 1rem;
}
.wp-page article .accordion-section:not(.active) {
  cursor: pointer;
}
.wp-page article .accordion-section:not(.active):hover {
  opacity: 0.5;
}
.wp-page article .accordion-section .svg-wrapper {
  position: absolute;
}
.wp-page article .accordion-section .svg-wrapper {
  right: 1.5rem;
}
@media (min-width: 768px) {

  .wp-page article .accordion-section .svg-wrapper {
    right: 3rem;
  }
}
.wp-page article .accordion-section .svg-wrapper img {
        transition: transform 200ms ease-in-out;
      }
.wp-page article .accordion-section .svg-wrapper.active img {
        transform: rotate(180deg);
      }
.wp-page article .accordion-section.active .accordion-content {
      height: 100%;
    }
.wp-page article .accordion-section h4 {
      margin-bottom:0;
    }
.wp-page article .accordion-content-finish {
  display: inline;
}
.wp-page article .accordion-content-finish {
  height: auto;
}
.wp-page article .accordion-content-finish {
  overflow: hidden;
}
.wp-page article .accordion-section:not(.active) .ellipsis {
      display: inline;
    }
.wp-page article .accordion-section:not(.active) hr {
      margin-top: 0;
    }
.wp-page article .featured-articles-cms-wrapper .read-more {
  text-decoration-line: none;
}
@media (min-width: 768px) {

  .wp-page article .featured-articles-cms-wrapper .read-more {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.wp-page article .wp-page__content-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {

  .wp-page article .wp-page__content-wrapper {
    max-width: 1200px;
  }
}
@media (min-width: 1364px) {

  .wp-page article .wp-page__content-wrapper {
    max-width: 1364px;
  }
}
.wp-page article .wp-page__content-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}
 .wp-page__content-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1023px) {
   .main-content.wp-page__content-wrapper,
   #comment-section.wp-page__content-wrapper,
   .comment-outer.wp-page__content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
   .main-content.wp-page__content-wrapper,
   #comment-section.wp-page__content-wrapper,
   .comment-outer.wp-page__content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
   .main-content.wp-page__content-wrapper,
   #comment-section.wp-page__content-wrapper,
   .comment-outer.wp-page__content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
 .wp-page__content-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1023px) {
   .main-content.wp-page__content-wrapper,
   #comment-section.wp-page__content-wrapper,
   .comment-outer.wp-page__content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
   .main-content.wp-page__content-wrapper,
   #comment-section.wp-page__content-wrapper,
   .comment-outer.wp-page__content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
   .main-content.wp-page__content-wrapper,
   #comment-section.wp-page__content-wrapper,
   .comment-outer.wp-page__content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 764px) {
  }
 .wp-page__content-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1023px) {
   .main-content.wp-page__content-wrapper,
   #comment-section.wp-page__content-wrapper,
   .comment-outer.wp-page__content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
   .main-content.wp-page__content-wrapper,
   #comment-section.wp-page__content-wrapper,
   .comment-outer.wp-page__content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
   .main-content.wp-page__content-wrapper,
   #comment-section.wp-page__content-wrapper,
   .comment-outer.wp-page__content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
 {

  /* Podcast summary  */

  /* Podcasts */
}
@media (min-width: 1200px) {

   .site > main > .wp-page article.wp-page__content-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {

   .site > main > .wp-page article.wp-page__content-wrapper {
    width: 1125px !important;
  }
}
@media (min-width: 1200px) {

   .site > main > .wp-page article.wp-page__content-wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
 .site > main > .wp-page article.wp-page__content-wrapper .article__header {
  display: none;
}
 .site > main > .wp-page article.wp-page__content-wrapper .article__header {
  visibility: visible;
}
 {

  /* Podcast summary  */

  /* Podcasts */
}
@media (min-width: 1200px) {

   .site > main > .wp-page article.wp-page__content-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {

   .site > main > .wp-page article.wp-page__content-wrapper {
    width: 1125px !important;
  }
}
@media (min-width: 1200px) {

   .site > main > .wp-page article.wp-page__content-wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
 .site > main > .wp-page article.wp-page__content-wrapper .article__header {
  display: none;
}
 .site > main > .wp-page article.wp-page__content-wrapper .article__header {
  visibility: visible;
}
@media (min-width: 1200px) {

   .site > main > .wp-page article.wp-page__content-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {

   .site > main > .wp-page article.wp-page__content-wrapper {
    width: 1125px !important;
  }
}
@media (min-width: 1200px) {

   .site > main > .wp-page article.wp-page__content-wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
 .site > main > .wp-page article.wp-page__content-wrapper .article__header {
  display: none;
}
 .site > main > .wp-page article.wp-page__content-wrapper .article__header {
  visibility: visible;
}
.wp-page article .wp-page__content-wrapper .alignleft {
      margin-right: auto;
    }
.wp-page article .wp-page__content-wrapper .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-page article .wp-page__content-wrapper .alignright {
      margin-left: auto;
      margin-right: 0;
    }
.see-also-block div {
  margin: 0px;
}
.see-also-block h2 {
  margin-bottom: 1.5rem;
}
.see-also-block h2 {
  padding: 0px;
}
.see-also-block h2,
  .see-also-block h3 {
  font-size: 1rem;
}
.see-also-block h2,
  .see-also-block h3 {
  font-weight: 700;
}
.see-also-block h2,
  .see-also-block h3 {
  line-height: 1.25rem;
}
.see-also-block h2,
  .see-also-block h3 {
  --tw-text-opacity: 1;
  color: rgb(50 48 50 / var(--tw-text-opacity));
}
.see-also-block a.see-also-slide {
  display: flex !important;
}
.see-also-block a.see-also-slide h3 {
  margin-bottom: 1rem;
}
.see-also-block a.see-also-slide h3 {
  --tw-text-opacity: 1;
  color: rgb(50 48 50 / var(--tw-text-opacity));
}
.see-also-block a.see-also-slide img {
  visibility: hidden;
}
.see-also-block a.see-also-slide img {
  margin: 0px;
}
.see-also-block a.see-also-slide img {
  height: auto;
}
.see-also-block a.see-also-slide img {
  width: 100%;
}
.see-also-block a.see-also-slide p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.see-also-block a.see-also-slide p {
  font-size: .85rem;
}
.see-also-block a.see-also-slide p {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.see-also-block a.see-also-slide:hover {
  text-decoration-line: none;
}
.see-also-block a.see-also-slide:hover h3 {
  --tw-text-opacity: 1 !important;
  color: rgb(50 48 50 / var(--tw-text-opacity)) !important;
}
.see-also-block a.see-also-slide:hover h3 {
  text-decoration-line: underline !important;
}
.see-also-block a.see-also-slide:hover h3 {
  text-decoration-color: #323032 !important;
}
.see-also-block a.see-also-slide:hover p {
  font-weight: 700 !important;
}
.see-also-block a.see-also-slide:hover p {
  text-decoration-line: none !important;
}
.see-also-block .slick-list {
    box-shadow: 0px 0px 6px #00000026;
  }
.see-also-block .slick-slider {
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
.page-id-103492 .site > main > .wp-page {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {

  .page-id-103492 .site > main > .wp-page {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1200px) {

  .page-id-103492 .site > main > .wp-page article.container {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {

  .page-id-103492 .site > main > .wp-page article.container {
    width: 1125px !important;
  }
}
@media (min-width: 1200px) {

  .page-id-103492 .site > main > .wp-page article.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.page-id-103492 .site > main > .wp-page article.container .article__header {
  display: none;
}
.page-id-103492 .site > main > .wp-page article.container .article__header {
  visibility: visible;
}
/* Podcast summary  */
.page-id-103492 .article blockquote.wp-block-quote {
  margin-left: auto;
  margin-right: auto;
}
.page-id-103492 .article blockquote.wp-block-quote {
  width: 80%;
}
.page-id-103492 .article blockquote.wp-block-quote {
  border-left-width: 0px;
}
.page-id-103492 .article blockquote.wp-block-quote {
  padding-left: 0px;
  padding-right: 0px;
}
.page-id-103492 .article blockquote.wp-block-quote {
  text-align: center;
}
.page-id-103492 .article blockquote.wp-block-quote {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (max-width: 1023px) {
  .page-id-103492 .main-content.article blockquote.wp-block-quote,
  .page-id-103492 #comment-section.article blockquote.wp-block-quote,
  .page-id-103492 .comment-outer.article blockquote.wp-block-quote {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .page-id-103492 .main-content.article blockquote.wp-block-quote,
  .page-id-103492 #comment-section.article blockquote.wp-block-quote,
  .page-id-103492 .comment-outer.article blockquote.wp-block-quote {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .page-id-103492 .main-content.article blockquote.wp-block-quote,
  .page-id-103492 #comment-section.article blockquote.wp-block-quote,
  .page-id-103492 .comment-outer.article blockquote.wp-block-quote {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {

  .page-id-103492 .article blockquote.wp-block-quote {
    position: absolute;
  }
}
@media (min-width: 1200px) {

  .page-id-103492 .article blockquote.wp-block-quote {
    margin-left: 0px;
  }
}
@media (min-width: 1200px) {

  .page-id-103492 .article blockquote.wp-block-quote {
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {

  .page-id-103492 .article blockquote.wp-block-quote {
    display: block;
  }
}
@media (min-width: 1200px) {

  .page-id-103492 .article blockquote.wp-block-quote {
    width: 430px;
  }
}
.page-id-103492 .article blockquote.wp-block-quote {
    pointer-events: none;
  }
/* Podcast image */
.page-id-103492 .article blockquote.wp-block-quote::before {
  margin-left: auto;
  margin-right: auto;
}
.page-id-103492 .article blockquote.wp-block-quote::before {
  display: block;
}
.page-id-103492 .article blockquote.wp-block-quote::before {
  height: 250px;
}
.page-id-103492 .article blockquote.wp-block-quote::before {
  width: 250px;
}
.page-id-103492 .article blockquote.wp-block-quote::before {
  max-width: 100%;
}
.page-id-103492 .article blockquote.wp-block-quote::before {
  background-size: contain;
}
.page-id-103492 .article blockquote.wp-block-quote::before {
  background-repeat: no-repeat;
}
.page-id-103492 .article blockquote.wp-block-quote::before {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1023px) {
  .main-content.page-id-103492 .article blockquote.wp-block-quote::before,
  #comment-section.page-id-103492 .article blockquote.wp-block-quote::before,
  .comment-outer.page-id-103492 .article blockquote.wp-block-quote::before {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .main-content.page-id-103492 .article blockquote.wp-block-quote::before,
  #comment-section.page-id-103492 .article blockquote.wp-block-quote::before,
  .comment-outer.page-id-103492 .article blockquote.wp-block-quote::before {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .main-content.page-id-103492 .article blockquote.wp-block-quote::before,
  #comment-section.page-id-103492 .article blockquote.wp-block-quote::before,
  .comment-outer.page-id-103492 .article blockquote.wp-block-quote::before {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 640px) {

  .page-id-103492 .article blockquote.wp-block-quote::before {
    height: 400px;
  }
}
@media (min-width: 640px) {

  .page-id-103492 .article blockquote.wp-block-quote::before {
    width: 400px;
  }
}
@media (min-width: 1200px) {

  .page-id-103492 .article blockquote.wp-block-quote::before {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {

  .page-id-103492 .article blockquote.wp-block-quote::before {
    padding-top: 0px;
  }
}
.page-id-103492 .article blockquote.wp-block-quote::before {
      background-image: url("/wp-content/uploads/2021/05/30/OACpodcast_icon-3000x3000_r1-scaled.jpg");
      content: "";
    }
/* Podcast text */
.page-id-103492 .article blockquote.wp-block-quote p {
  margin-left: auto;
  margin-right: auto;
}
.page-id-103492 .article blockquote.wp-block-quote p {
  margin-top: 2.25rem;
}
.page-id-103492 .article blockquote.wp-block-quote p {
  width: 250px;
}
.page-id-103492 .article blockquote.wp-block-quote p {
  max-width: 100%;
}
.page-id-103492 .article blockquote.wp-block-quote p {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.page-id-103492 .article blockquote.wp-block-quote p {
  background-color: transparent;
}
.page-id-103492 .article blockquote.wp-block-quote p {
  font-size: 1.125rem;
}
.page-id-103492 .article blockquote.wp-block-quote p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.page-id-103492 .article blockquote.wp-block-quote p {
  overflow: hidden;
}
.page-id-103492 .article blockquote.wp-block-quote p {
  text-overflow: ellipsis;
}
.page-id-103492 .article blockquote.wp-block-quote p {
  white-space: normal;
}
.page-id-103492 .article blockquote.wp-block-quote p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
@media (min-width: 640px) {

  .page-id-103492 .article blockquote.wp-block-quote p {
    width: 400px;
  }
}
@media (min-width: 1200px) {

  .page-id-103492 .article blockquote.wp-block-quote p {
    margin-top: 1rem;
  }
}
@media (min-width: 1200px) {

  .page-id-103492 .article blockquote.wp-block-quote p {
    display: block;
  }
}
@media (min-width: 1200px) {

  .page-id-103492 .article blockquote.wp-block-quote p {
    text-align: left;
  }
}
.page-id-103492 .article blockquote.wp-block-quote::after {
  position: relative;
}
.page-id-103492 .article blockquote.wp-block-quote::after {
  top: 1rem;
}
.page-id-103492 .article blockquote.wp-block-quote::after {
  margin-top: 1rem;
}
.page-id-103492 .article blockquote.wp-block-quote::after {
  display: block;
}
.page-id-103492 .article blockquote.wp-block-quote::after {
  text-align: center;
}
.page-id-103492 .article blockquote.wp-block-quote::after {
  font-size: 1.25rem;
}
.page-id-103492 .article blockquote.wp-block-quote::after {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1200px) {

  .page-id-103492 .article blockquote.wp-block-quote::after {
    display: none;
  }
}
.page-id-103492 .article blockquote.wp-block-quote::after {
      content: "Show More";
      pointer-events: all;
    }
.page-id-103492 .article blockquote.wp-block-quote.active p {
  display: block;
}
.page-id-103492 .article blockquote.wp-block-quote.active::after {
      content: "Show Less";
    }
/* Podcasts */
.page-id-103492 .wp-page .article {
  background-color: transparent !important;
}
.page-id-103492 .wp-page .article {
  padding: 0px !important;
}
@media (min-width: 1200px) {

  .page-id-103492 .wp-page .article {
    height: 45rem !important;
  }
}
@media (min-width: 1200px) {

  .page-id-103492 .wp-page .article {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {

  .page-id-103492 .wp-page .article {
    overflow-x: clip !important;
  }
}
@media (min-width: 1200px) {

  .page-id-103492 .wp-page .article {
    overflow-y: scroll !important;
  }
}
.page-id-103492 .wp-page .article > div.article__content > p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-id-103492 .wp-page .article > div.article__content > p {
  margin-top: -1px;
}
.page-id-103492 .wp-page .article > div.article__content > p {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.page-id-103492 .wp-page .article > div.article__content > p {
  font-size: 1px;
}
.page-id-103492 .wp-page .article > div.article__content > p {
  color: transparent;
}
@media (min-width: 1200px) {

  .page-id-103492 .wp-page .article > div.article__content > p {
    position: relative;
  }
}
@media (min-width: 1200px) {

  .page-id-103492 .wp-page .article > div.article__content > p {
    left: 450px;
  }
}
@media (min-width: 1200px) {

  .page-id-103492 .wp-page .article > div.article__content > p {
    width: 650px;
  }
}
@media (min-width: 1200px) {

  .page-id-103492 .wp-page .article > div.article__content > p {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page-id-103492 .wp-page .article > div.article__content > p {
      box-shadow: -15px 0 #f4f4f4, 15px 0 #f4f4f4;
    }
/* Padding to fix gap between bg and scrollbar */
.page-id-103492 .wp-page .article > div.article__content > p:nth-child(3)::before {
  display: block;
}
.page-id-103492 .wp-page .article > div.article__content > p:nth-child(3)::before {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.page-id-103492 .wp-page .article > div.article__content > p:nth-child(3)::before {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.page-id-103492 .wp-page .article > div.article__content > p:nth-child(3)::before {
  text-align: center;
}
.page-id-103492 .wp-page .article > div.article__content > p:nth-child(3)::before {
  font-size: 2.4rem;
}
.page-id-103492 .wp-page .article > div.article__content > p:nth-child(3)::before {
  font-weight: 700;
}
.page-id-103492 .wp-page .article > div.article__content > p:nth-child(3)::before {
  font-style: italic;
}
.page-id-103492 .wp-page .article > div.article__content > p:nth-child(3)::before {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1200px) {

  .page-id-103492 .wp-page .article > div.article__content > p:nth-child(3)::before {
    background-color: transparent;
  }
}
@media (min-width: 1200px) {

  .page-id-103492 .wp-page .article > div.article__content > p:nth-child(3)::before {
    text-align: left;
  }
}
.page-id-103492 .wp-page .article > div.article__content > p:nth-child(3)::before {
        content: "Episodes";
      }
.page-id-103492 .wp-page .article > div.article__content > p a {
  color: transparent;
}
.page-id-103492 .wp-page .article > div.article__content > p a {
  --tw-text-opacity: 0;
}
.page-id-103492 .wp-page .article > div.article__content > p a {
  text-decoration-line: none;
}
.page-id-103492 .wp-page .article > div.article__content > p iframe {
  margin-top: -2px;
  margin-bottom: -2px;
}
.page-id-103492 .wp-page .article > div.article__content > p iframe {
  box-sizing: content-box;
}
.page-id-103492 .wp-page .article > div.article__content > p iframe {
  max-width: 100%;
}
.page-id-103492 .wp-page .article > div.article__content > p iframe {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.page-id-103492 .wp-page .article > div.article__content > p iframe {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 1200px) {

  .page-id-103492 .wp-page .article > div.article__content > p iframe {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {

  .page-id-103492 .wp-page .article > div.article__content > p iframe {
    background-color: transparent;
  }
}
.hover\:border-red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-60:hover {
  opacity: 0.6;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 375px) {

  .mobile\:block {
    display: block;
  }

  .mobile\:hidden {
    display: none;
  }
}
@media (min-width: 640px) {

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

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-\[400px\] {
    width: 400px;
  }
}
@media (min-width: 768px) {

  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 1200px) {

    .md\:container {
      max-width: 1200px;
    }
  }

  @media (min-width: 1364px) {

    .md\:container {
      max-width: 1364px;
    }
  }

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[300\/250\] {
    aspect-ratio: 300/250;
  }

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

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

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

  .md\:min-h-96 {
    min-height: 24rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

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

  .md\:w-1\/5 {
    width: 20%;
  }

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

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

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

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

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .md\:w-3\/5 {
    width: 60%;
  }

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

  .md\:max-w-\[90\%\] {
    max-width: 90%;
  }

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

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

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

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

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

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-t-\[\#F4F4F4\] {
    --tw-border-opacity: 1;
    border-top-color: rgb(244 244 244 / var(--tw-border-opacity));
  }

  .md\:p-12 {
    padding: 3rem;
  }

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

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

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

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

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

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

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

  .md\:text-5xl {
    font-size: 3.125rem;
  }

  .md\:text-2xl {
    font-size: 1.875rem;
  }

  .md\:text-xl {
    font-size: 1.625rem;
  }

  .md\:text-4xl {
    font-size: 2.4rem;
  }

  .md\:text-lg {
    font-size: 1.5rem;
  }

  .md\:text-base {
    font-size: 1.25rem;
  }

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

  .md\:leading-9 {
    line-height: 2.25rem;
  }

  .md\:leading-snug {
    line-height: 1.375;
  }

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

  .md\: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);
  }
  .md\:btn {
    display: inline-block;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
  }

  .md\:btn-red {
    margin-left: -2.5rem;
    cursor: pointer;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 0 / var(--tw-bg-opacity));
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .md\:btn-red:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(71 68 71 / var(--tw-bg-opacity));
  }

  .md\:btn-red {

    transition: background 200ms ease-in-out;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    transform: scaleZ(1);
  }

  .md\:btn-blue {
    margin-left: -2.5rem;
    cursor: pointer;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(7 106 189 / var(--tw-bg-opacity));
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .md\:btn-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(71 68 71 / var(--tw-bg-opacity));
  }

  .md\:btn-blue {

    transition: background 200ms ease-in-out;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    transform: scaleZ(1);
  }

  .md\:text-ellipses--3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 880px) {

  .mlg\:static {
    position: static;
  }

  .mlg\:block {
    display: block;
  }

  .mlg\:flex {
    display: flex;
  }

  .mlg\:hidden {
    display: none;
  }

  .mlg\:h-12 {
    height: 3rem;
  }

  .mlg\:w-80 {
    width: 20rem;
  }

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

  .mlg\:w-44 {
    width: 11rem;
  }

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

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

  .mlg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .mlg\:border-x {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .mlg\:border-b-4 {
    border-bottom-width: 4px;
  }

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

  .mlg\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgb(255 0 0 / var(--tw-border-opacity));
  }

  .mlg\:fill-red-500 {
    fill: #ff0000;
  }

  .mlg\:p-8 {
    padding: 2rem;
  }

  .mlg\:p-4 {
    padding: 1rem;
  }

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

  .mlg\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

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

  .mlg\:pb-16 {
    padding-bottom: 4rem;
  }

  .mlg\:text-sm {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {

  .lg\:bottom-\[-63px\] {
    bottom: -63px;
  }

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

  .lg\:right-8 {
    right: 2rem;
  }

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

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

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

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

  .lg\:mr-16 {
    margin-right: 4rem;
  }

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

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-20 {
    height: 5rem;
  }

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

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

  .lg\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    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));
  }

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

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

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

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

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

  .lg\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-gray-150 {
    --tw-border-opacity: 1;
    border-color: rgb(244 244 244 / var(--tw-border-opacity));
  }

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

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

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

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

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:text-base {
    font-size: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.625rem;
  }

  .lg\:text-3xl {
    font-size: 2.1875rem;
  }

  .lg\:text-4xl {
    font-size: 2.4rem;
  }

  .lg\:text-lg {
    font-size: 1.5rem;
  }

  .lg\:text-2xl {
    font-size: 1.875rem;
  }

  .lg\:leading-snug {
    line-height: 1.375;
  }
}
@media (min-width: 1200px) {

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:left-\[450px\] {
    left: 450px;
  }

  .xl\:left-20 {
    left: 5rem;
  }

  .xl\:right-20 {
    right: 5rem;
  }

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

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

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[45rem\] {
    height: 45rem;
  }

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

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

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

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

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:overflow-x-clip {
    overflow-x: clip;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

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

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

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