/*
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)
*/

*:where(.tw,.tw *),
::before:where(.tw,.tw *),
::after:where(.tw,.tw *) {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before:where(.tw,.tw *),
::after:where(.tw,.tw *) {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

.tw {
  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: "Source Sans 3", sans-sans; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

.tw {
  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:where(.tw,.tw *) {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]):where(.tw,.tw *) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1:where(.tw,.tw *),
h2:where(.tw,.tw *),
h3:where(.tw,.tw *),
h4:where(.tw,.tw *),
h5:where(.tw,.tw *),
h6:where(.tw,.tw *) {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a:where(.tw,.tw *) {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b:where(.tw,.tw *),
strong:where(.tw,.tw *) {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code:where(.tw,.tw *),
kbd:where(.tw,.tw *),
samp:where(.tw,.tw *),
pre:where(.tw,.tw *) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small:where(.tw,.tw *) {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub:where(.tw,.tw *),
sup:where(.tw,.tw *) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub:where(.tw,.tw *) {
  bottom: -0.25em;
}

sup:where(.tw,.tw *) {
  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:where(.tw,.tw *) {
  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:where(.tw,.tw *),
input:where(.tw,.tw *),
optgroup:where(.tw,.tw *),
select:where(.tw,.tw *),
textarea:where(.tw,.tw *) {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button:where(.tw,.tw *),
select:where(.tw,.tw *) {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button:where(.tw,.tw *),
[type='button']:where(.tw,.tw *),
[type='reset']:where(.tw,.tw *),
[type='submit']:where(.tw,.tw *) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring:where(.tw,.tw *) {
  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:where(.tw,.tw *) {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress:where(.tw,.tw *) {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button:where(.tw,.tw *),
::-webkit-outer-spin-button:where(.tw,.tw *) {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search']:where(.tw,.tw *) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration:where(.tw,.tw *) {
  -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:where(.tw,.tw *) {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary:where(.tw,.tw *) {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote:where(.tw,.tw *),
dl:where(.tw,.tw *),
dd:where(.tw,.tw *),
h1:where(.tw,.tw *),
h2:where(.tw,.tw *),
h3:where(.tw,.tw *),
h4:where(.tw,.tw *),
h5:where(.tw,.tw *),
h6:where(.tw,.tw *),
hr:where(.tw,.tw *),
figure:where(.tw,.tw *),
p:where(.tw,.tw *),
pre:where(.tw,.tw *) {
  margin: 0;
}

fieldset:where(.tw,.tw *) {
  margin: 0;
  padding: 0;
}

legend:where(.tw,.tw *) {
  padding: 0;
}

ol:where(.tw,.tw *),
ul:where(.tw,.tw *),
menu:where(.tw,.tw *) {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog:where(.tw,.tw *) {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea:where(.tw,.tw *) {
  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:where(.tw,.tw *), textarea::-moz-placeholder:where(.tw,.tw *) {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder:where(.tw,.tw *),
textarea::placeholder:where(.tw,.tw *) {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button:where(.tw,.tw *),
[role="button"]:where(.tw,.tw *) {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled:where(.tw,.tw *) {
  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:where(.tw,.tw *),
svg:where(.tw,.tw *),
video:where(.tw,.tw *),
canvas:where(.tw,.tw *),
audio:where(.tw,.tw *),
iframe:where(.tw,.tw *),
embed:where(.tw,.tw *),
object:where(.tw,.tw *) {
  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:where(.tw,.tw *),
video:where(.tw,.tw *) {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(.tw,.tw *) {
  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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-20 {
  bottom: 20px;
}
.left-0 {
  left: 0;
}
.left-20 {
  left: 20px;
}
.right-0 {
  right: 0;
}
.top-\[calc\(100\%_\+_1px\)\] {
  top: calc(100% + 1px);
}
.z-10 {
  z-index: 10;
}
.-mx-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-8 {
  margin-bottom: 8px;
}
.ml-10 {
  margin-left: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-19 {
  margin-top: 19px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-6 {
  margin-top: 6px;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[21\/9\] {
  aspect-ratio: 21/9;
}
.h-13 {
  height: 13px;
}
.h-24 {
  height: 24px;
}
.h-25 {
  height: 25px;
}
.h-26 {
  height: 26px;
}
.h-38 {
  height: 38px;
}
.h-40 {
  height: 40px;
}
.h-\[90px\] {
  height: 90px;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.min-h-\[0\] {
  min-height: 0;
}
.min-h-\[169px\] {
  min-height: 169px;
}
.min-h-\[21px\] {
  min-height: 21px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[460px\] {
  min-height: 460px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.w-16 {
  width: 16px;
}
.w-24 {
  width: 24px;
}
.w-25 {
  width: 25px;
}
.w-26 {
  width: 26px;
}
.w-38 {
  width: 38px;
}
.w-\[335px\] {
  width: 335px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[calc\(100\%_\+_40px\)\] {
  width: calc(100% + 40px);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.max-w-\[688px\] {
  max-width: 688px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.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));
}
.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;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.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-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.gap-1 {
  gap: 1px;
}
.gap-10 {
  gap: 10px;
}
.gap-13 {
  gap: 13px;
}
.gap-14 {
  gap: 14px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-28 {
  gap: 28px;
}
.gap-4 {
  gap: 4px;
}
.gap-40 {
  gap: 40px;
}
.gap-5 {
  gap: 5px;
}
.gap-6 {
  gap: 6px;
}
.gap-8 {
  gap: 8px;
}
.gap-y-20 {
  row-gap: 20px;
}
.gap-y-40 {
  row-gap: 40px;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 2px;
}
.rounded-4 {
  border-radius: 4px;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.\!border-mg-dark {
  border-color: var(--mg-dark) !important;
}
.border-grey-600 {
  border-color: var(--grey-600);
}
.border-grey-700 {
  border-color: var(--grey-700);
}
.border-b-grey-700 {
  border-bottom-color: var(--grey-700);
}
.bg-grey {
  background-color: var(--grey-DEFAULT);
}
.bg-grey-900 {
  background-color: var(--grey-900);
}
.bg-mg-dark {
  background-color: var(--mg-dark);
}
.bg-white {
  background-color: var(--white);
}
.fill-current {
  fill: currentColor;
}
.fill-mg-dark {
  fill: var(--mg-dark);
}
.fill-none {
  fill: none;
}
.stroke-black {
  stroke: var(--black);
}
.stroke-current {
  stroke: currentColor;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-20 {
  padding: 20px;
}
.p-8 {
  padding: 8px;
}
.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}
.px-18 {
  padding-left: 18px;
  padding-right: 18px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-6 {
  padding-left: 6px;
  padding-right: 6px;
}
.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-9 {
  padding-top: 9px;
  padding-bottom: 9px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pl-26 {
  padding-left: 26px;
}
.pr-6 {
  padding-right: 6px;
}
.pt-30 {
  padding-top: 30px;
}
.text-center {
  text-align: center;
}
.font-sans {
  font-family: "Source Sans 3", sans-sans;
}
.font-serif {
  font-family: "Source Serif 4", ui-serif;
}
.text-13 {
  font-size: 13px;
  line-height: 14px;
}
.text-14 {
  font-size: 14px;
  line-height: 20px;
}
.text-15 {
  font-size: 15px;
}
.text-17 {
  font-size: 17px;
  line-height: 22px;
}
.text-18 {
  font-size: 18px;
  line-height: 25px;
}
.text-20 {
  font-size: 20px;
  line-height: 25px;
}
.text-22 {
  font-size: 22px;
  line-height: 32px;
}
.text-23 {
  font-size: 23px;
  line-height: 32px;
}
.text-24 {
  font-size: 24px;
}
.text-38 {
  font-size: 38px;
}
.text-\[20px\] {
  font-size: 20px;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-15 {
  line-height: 15px;
}
.leading-20 {
  line-height: 20px;
}
.leading-26 {
  line-height: 26px;
}
.leading-38 {
  line-height: 38px;
}
.leading-none {
  line-height: 0;
}
.text-darkblue {
  color: var(--darkblue);
}
.text-grey-300 {
  color: var(--grey-300);
}
.text-grey-400 {
  color: var(--grey-400);
}
.text-mg-dark {
  color: var(--mg-dark);
}
.text-white {
  color: var(--white);
}
.shadow-light {
  --tw-shadow: 0px 14px 44px 0px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0px 14px 44px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
input::-moz-placeholder {
        color: #9ca3af;
    }
input::placeholder {
        color: #9ca3af;
    }
a:not([href~=adclick]):not(.nohover):hover,
    a:not([href~=adclick]):not(.nohover):focus {
        opacity: .5;
    }
.contentblock ul {
        list-style: disc;
        list-style-position: inside;
    }
.contentblock a {
        text-decoration: underline;
    }
.add_mobile {
        display: block;
        @media (min-width: 1280px) {
            display: none;
        }
    }
.add_desktop {
        display: none;
        @media (min-width: 1280px) {
            display: block;
        }

    }

.tw {
    margin-top: -40px !important;
}


:root {
    --darkblue: #110a35;
    --mg-dark: #212529;
    --white: #fff;
    --black: #212529;
    --grey-DEFAULT: #e8edee;
    --grey-200: #555555;
    --grey-300: #717171;
    --grey-400: #8e8e8e;
    --gray-500: #aaaaaa;
    --grey-600: #c6c6c6;
    --grey-700: #e3e3e3;
    --grey-900: #f7f7f7;
    --topic-100: #e7f3ee;
    --topic-200: #fbf2e9;
    --topic-300: #ebebe5;
    --stoerer: #967d28;
}


.placeholder\:text-14::-moz-placeholder {
  font-size: 14px;
  line-height: 20px;
}


.placeholder\:text-14::placeholder {
  font-size: 14px;
  line-height: 20px;
}


.placeholder\:text-black::-moz-placeholder {
  color: var(--black);
}


.placeholder\:text-black::placeholder {
  color: var(--black);
}


.hover\:opacity-50:hover {
  opacity: 0.5;
}


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


.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}


@media (min-width: 768px) {

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

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

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

  .md\:mt-0 {
    margin-top: 0;
  }

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

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

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

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

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

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

  .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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .md\:gap-28 {
    gap: 28px;
  }

  .md\:p-40 {
    padding: 40px;
  }

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

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

  .md\:text-17 {
    font-size: 17px;
    line-height: 22px;
  }

  .md\:text-23 {
    font-size: 23px;
    line-height: 32px;
  }

  .md\:text-32 {
    font-size: 32px;
    line-height: 38px;
  }

  .md\:text-38 {
    font-size: 38px;
  }

  .md\:text-46 {
    font-size: 46px;
    line-height: 46px;
  }

  .md\:leading-46 {
    line-height: 46px;
  }
}


@media (min-width: 1000px) {

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

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


@media (prefers-color-scheme: dark) {

  .dark\:border-b-\[\#555555\] {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(85 85 85 / var(--tw-border-opacity));
  }

  .dark\:bg-\[\#000000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

  .dark\:bg-\[\#000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

  .dark\:bg-\[\#393939\] {
    --tw-bg-opacity: 1;
    background-color: rgb(57 57 57 / var(--tw-bg-opacity));
  }

  .dark\:bg-mg-dark {
    background-color: var(--mg-dark);
  }

  .dark\:fill-white {
    fill: var(--white);
  }

  .dark\:stroke-white {
    stroke: var(--white);
  }

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

  .dark\:text-white {
    color: var(--white);
  }

  .dark\:placeholder\:text-white::-moz-placeholder {
    color: var(--white);
  }

  .dark\:placeholder\:text-white::placeholder {
    color: var(--white);
  }
}
