/*
Theme Name: CRT Forward
Author: Hyperobjekt / Corey Tegeler
Author URI: https:hyperobjekt.com
Description: WordPress theme for the CRT Forward
Version: 1.0.0
Text Domain: forward
*/
/*
! tailwindcss v3.0.23 | 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: #EAEAEA; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: trade-gothic-next, sans-serif; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  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 */
  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::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
*, ::before, ::after {
  --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:  ;
}
.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;
}
.fixed {
  position: fixed;
}
.left-0 {
  left: 0px;
}
.top-0 {
  top: 0px;
}
.right-0 {
  right: 0px;
}
.top-16 {
  top: 4rem;
}
.z-50 {
  z-index: 50;
}
.z-40 {
  z-index: 40;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-auto {
  margin-top: auto;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.ml-auto {
  margin-left: auto;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-0 {
  height: 0px;
}
.h-16 {
  height: 4rem;
}
.h-5 {
  height: 1.25rem;
}
.h-100 {
  height: 25rem;
}
.h-1 {
  height: 0.25rem;
}
.h-full {
  height: 100%;
}
.w-full {
  width: 100%;
}
.w-16 {
  width: 4rem;
}
.w-4 {
  width: 1rem;
}
.w-32 {
  width: 8rem;
}
.w-48 {
  width: 12rem;
}
.w-auto {
  width: auto;
}
.max-w-screen-lg {
  max-width: 1180px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[10rem\] {
  max-width: 10rem;
}
.max-w-prose {
  max-width: 65ch;
}
.flex-1 {
  flex: 1 1 0%;
}
.translate-x-full {
  --tw-translate-x: 100%;
  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));
}
.list-none {
  list-style-type: none;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-6 {
  column-gap: 1.5rem;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(26 33 42 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-accent-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(91 93 132 / var(--tw-bg-opacity));
}
.bg-accent-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(198 110 59 / var(--tw-bg-opacity));
}
.bg-gray-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 240 243 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.text-center {
  text-align: center;
}
.font-serif {
  font-family: p22-mackinac-pro, serif;
}
.font-sans {
  font-family: trade-gothic-next, sans-serif;
}
.text-heading-sm {
  font-size: 30px;
  line-height: 39px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-small {
  font-size: 10px;
  line-height: 24px;
}
.text-heading-md {
  font-size: 40px;
  line-height: 52px;
}
.text-body {
  font-size: 16px;
  line-height: 24px;
}
.font-bold {
  font-weight: 700;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-accent-orange {
  --tw-text-opacity: 1;
  color: rgb(198 110 59 / var(--tw-text-opacity));
}
.no-underline {
  text-decoration-line: none;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow {
  --tw-shadow: 0 0 10px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 0 10px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/*****************************
************GLOBAL************
*****************************/
html, body {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(54 58 62 / var(--tw-text-opacity));
  text-rendering: optimizeLegibility;
}
html {
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 251 / var(--tw-bg-opacity));
  font-family: trade-gothic-next, sans-serif;
  font-weight: 300;
}
body {
  margin: 0;
}
main a, main a:visited {
  --tw-text-opacity: 1;
  color: rgb(54 58 62 / var(--tw-text-opacity));
  text-decoration: underline;
}
main p, main ul, main ol {
  max-width: 65ch;
  margin-bottom: 1em;
  margin-bottom: 1rem;
}
main p:last-child, main ul:last-child, main ol:last-child {
  margin-bottom: 0;
}
main ul, main ol {
  padding-left: 1rem;
}
main ul {
  list-style: disc;
}
main ol {
  list-style: decimal;
}
main li {
  margin-bottom: 0.25rem;
}
main figure {
  margin: 0;
}
main address {
  margin: 0;
}
main h1, main h2, main h3, main h4, main h5, main h6 {
  font-family: p22-mackinac-pro, serif;
}
.text-white p a, p .text-white a {
  --tw-text-opacity: 1;
  color: rgb(212 223 227 / var(--tw-text-opacity));
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1 {
  font-size: 60px;
  line-height: 78px;
  font-family: p22-mackinac-pro, serif;
}
h2 {
  font-size: 40px;
  line-height: 52px;
  font-family: p22-mackinac-pro, serif;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h3 {
  font-size: 30px;
  line-height: 39px;
  font-family: p22-mackinac-pro, serif;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
h4 {
  font-size: 30px;
  line-height: 39px;
  font-family: p22-mackinac-pro, serif;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
h5 {
  font-size: 16px;
  line-height: 24px;
  font-family: p22-mackinac-pro, serif;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.type-heading-1 {
  font-size: 17px;
  line-height: 23px;
  font-weight: 700;
  color: #363A3E;
}
.type-heading-2 {
  /*@apply text-md;*/
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #47494A;
}
.type-heading-3 {
  /*@apply text-sm;*/
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #47494A;
}
.type-body {
  font-size: 12px;
  line-height: 18px;
  color: #393B3D;
}
.type-label {
  font-size: 12px;
  line-height: 16px;
  color: #72746D;
}
.type-sm-label {
  font-size: 10px;
  line-height: 12px;
  color: #72746D;
}
.type-button-label {
  font-size: 12px;
  line-height: 16px;
  color: #444743;
}
.button, .button-parent a {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-width: 1px;
  border-radius: 0.25rem;
  font-size: 12px;
  line-height: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 240 243 / var(--tw-bg-opacity));
  color: #444743;
  line-height: 1em;
  text-decoration: none;
}
/*SINGLE*/
#single-content {
  margin-bottom: 6rem;
}
#single-content > h1, #single-content > h2, #single-content > h3, #single-content > h4, #single-content > h5, #single-content > p {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}
#single-content > h1, #single-content > h2, #single-content > h3, #single-content > h4, #single-content > h5 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
#single-content > h1:first-child, #single-content > h2:first-child, #single-content > h3:first-child, #single-content > h4:first-child, #single-content > h5:first-child {
  margin-top: 6rem;
}
#main-menu-flyout {
  height: calc(100% - 4rem);
}
body.admin-bar #page > header {
  margin-top: 32px;
}
body.main-menu #main-menu-flyout {
  transform: none;
}
body.admin-bar #main-menu-flyout {
  padding-top: 32px;
}
/*BLOCK OVERRIDES*/
.wp-block-columns {
  flex-wrap: wrap;
  /*&:not(.is-not-stacked-on-mobile) {
    gap: 4rem !important;
  }*/
}
.wp-block-column {
  /*> * {
    margin-top: 0;
  }*/
}
.wp-block-embed iframe {
  width: 100%;
}
figure.wp-block-image figcaption {
  text-align: left;
}
.wp-block-columns:last-child {
  margin-bottom: 0;
}
.wp-block-columns:not(.is-not-stacked-on-mobile) {
  gap: 1.5rem;
}
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wp-block-pullquote,
.wp-block-pullquote:not(.is-style-solid-color) {
  width: 100vw;
  text-align: left;
  border: none;
  padding: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(212 223 227 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
.full-bleed {
  width: 100vw;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 768px) {
  .full-bleed {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (min-width: 1180px) {
  .full-bleed {
    margin-left: calc((100vw - 1180px + 6rem) / 2 * -1);
    margin-right: calc((100vw - 1180px + 6rem) / 2 * -1);
  }
}
/*HOMEPAGE*/
body.home {
  overflow: hidden;
}
body.home header {
  box-shadow: none !important;
}
body.home #page {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
body.home main {
  flex: 1;
}
body.home footer {
  margin-top: 0 !important;
}
body.home.admin-bar #page {
  height: calc(100vh - 32px);
}
#explorer {
  /*width: 100%;*/
  height: calc(100vh - 4rem);
  /*position: fixed;*/
  /*left: 0;*/
  /*top: 4rem;*/
}
.admin-bar #explorer {
  height: calc(100vh - 4rem - 32px);
  top: calc(32px + 4rem);
}
@media (min-width: 640px) {
  .sm\:w-80 {
    width: 20rem;
  }
  .sm\:translate-x-100 {
    --tw-translate-x: 25rem;
    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));
  }
  .sm\:shadow {
    --tw-shadow: 0 0 10px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 0 10px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 768px) {
  .md\:h-\[34px\] {
    height: 34px;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:text-\[18px\] {
    font-size: 18px;
  }
}
@media (min-width: 1180px) {
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:w-8\/12 {
    width: 66.666667%;
  }
  .lg\:w-3\/12 {
    width: 25%;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-5\/12 {
    width: 41.666667%;
  }
  .lg\:w-6\/12 {
    width: 50%;
  }
  .lg\:w-9\/12 {
    width: 75%;
  }
  .lg\:max-w-screen-lg {
    max-width: 1180px;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-heading-lg {
    font-size: 60px;
    line-height: 78px;
  }
}

/*# sourceMappingURL=style.css.map*/