*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary {
  display: list-item;
}

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

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
    @font-face {
        font-family: 'Wayland';
        font-style: normal;
        font-weight: normal;
        font-display: swap;
        src: url(font/wayland.otf) format('opentype');
    }

    @font-face {
        font-family: 'Durusans';
        font-style: normal;
        font-weight: normal;
        font-display: swap;
        src: url(font/durusans.ttf) format('truetype');
    }
    @font-face {
        font-family: 'icon';
        src: url(font/icon.eot);
        src: url(font/icon.eot#iefix) format('embedded-opentype'),
            url(font/icon.woff2) format('woff2'),
            url(font/icon.woff) format('woff'),
            url(font/icon.ttf) format('truetype'),
            url(image/icon.svg#icon) format('svg');
        font-weight: normal;
        font-style: normal;
    }

    .icon:before,
    .icon:before {
        font-family: "icon";
        font-style: normal;
        font-weight: normal;
        speak: never;

        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        /* opacity: .8; */

        /* For safety - reset parent styles, that can break glyph codes*/
        font-variant: normal;
        text-transform: none;

        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;

        /* Animation center compensation - margins should be symmetric */
        /* remove if not needed */
        margin-left: .2em;

        /* you can be more comfortable with increased icons size */
        /* font-size: 120%; */

        /* Font smoothing. That was taken from TWBS */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;

        /* Uncomment for 3D effect */
        /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
* {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
html {
  margin: 0px;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  border-width: 0px;
  padding: 0px;
}
body {
  margin: 0px;
  width: 100%;
  height: 100%;
  border-width: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
    background-image: var(--background-url);
}
header {
  flex-shrink: 1;
  background-color: var(--background-color);
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-color: var(--primary-color);
  border-bottom-color: var(--secondary-color);
}
main {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
@media (min-width: 768px) {

  main {
    flex-direction: row;
  }
}
main {
  background-color: var(--background-color);
  padding: 0.75rem;
}
.content {
  order: -9999;
  width: 100%;
  overflow-x: auto;
  padding: 0.75rem;
}
@media (min-width: 768px) {

  .content {
    order: 9999;
  }
}
.container {
  height: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 1024px) {

  .container {
    max-width: 56rem !important;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 72rem !important;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 80rem !important;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 1024px) {

  .container {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.container {
  display: flex;
  flex-direction: column;
}
.error-document {
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--primary-color);
}
aside {
  order: 9999;
  min-width: 16rem;
  padding: 0.75rem;
}
@media (min-width: 768px) {

  aside {
    order: -9999;
    max-width: 24rem;
  }
}
.aside-section {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.aside-section:first-child {
  padding-top: 0px;
}
.aside-section:last-child {
  padding-bottom: 0px;
}
.aside-feed .feed-picture {
  width: 6rem;
}
.section {
  display: flex;
  flex-direction: column;
}
.section-title {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1rem;
  margin-bottom: 0.625rem;
  border-bottom-width: 2px;
  border-bottom-color: var(--primary-color);
  padding-bottom: 0.25rem;
}
.section-offers .section-content {
  display: flex;
  flex-direction: column;
}
.section-offers .section-link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: flex;
}
.section-offers .section-link:first-child {
  margin-top: 0px;
}
.section-list .section-item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  border-bottom-width: 1px;
  border-style: dotted;
  border-bottom-color: var(--border-color);
  padding: 0.25rem;
}
.section-list .section-item:first-child {
  padding-top: 0px;
}
.section-list .section-link:hover {
  color: var(--primary-color);
}
.section-tags .section-link {
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
  display: inline-block;
  min-width: 2rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1rem;
  background-color: var(--secondary-color);
  color: var(--background-color);
}
.section-tags .section-link:hover {
  background-color: var(--primary-color);
}
footer {
  flex-shrink: 1;
  background-color: var(--secondary-color);
  color: var(--background-color);
}
.footer-columns {
  -moz-columns: 1;
       columns: 1;
}
@media (min-width: 768px) {

  .footer-columns {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (min-width: 1024px) {

  .footer-columns {
    -moz-columns: 4;
         columns: 4;
  }
}
.footer-columns {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.footer-section {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.navbar-link {
  min-height: 2.5rem;
  min-width: 2.5rem;
  color: var(--background-color);
}
.navbar-icon {
  --tw-content: none;
  content: var(--tw-content);
}
.navbar-icon::before {
  content: var(--tw-content);
  min-width: 2.25rem;
}
.navbar-group {
  display: flex;
  justify-content: space-between;
}
.navbar-group-link {
  display: inline-block;
}
.navbar-list {
  display: none;
}
@media (min-width: 768px) {

  .navbar-list {
    display: flex;
    flex-direction: row;
  }
}
.navbar-list.toggled {
  display: block;
}
.navbar-item {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.625rem;
  padding-left: 0.875rem;
}
@media (min-width: 768px) {

  .navbar-item {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.navbar-item-link {
  display: block;
  text-transform: capitalize;
}
.navbar-home {
  order: -9999;
  flex-shrink: 1;
}
@media (min-width: 768px) {

  .navbar-home {
    display: none;
  }
}
.navbar-menu {
  order: 9999;
  flex-shrink: 1;
}
@media (min-width: 768px) {

  .navbar-menu {
    display: none;
  }
}
.navbar-top {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {

  .navbar-top {
    flex-direction: row;
    justify-content: space-between;
  }
}
.navbar-top {
  background-color: var(--primary-color);
  order: -9999;
}
.navbar-top .navbar-group {
  order: -9999;
}
@media (min-width: 768px) {

  .navbar-top .navbar-group {
    order: 9999;
  }
}
.navbar-top .navbar-group {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.navbar-top .navbar-list {
  order: 9999;
}
@media (min-width: 768px) {

  .navbar-top .navbar-list {
    order: -9999;
  }
}
.navbar-top .navbar-list {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.5rem;
}
@media (min-width: 768px) {

  .navbar-top .navbar-list {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 2.25rem;
  }
}
.navbar-top .navbar-list.toggled {
  border-top-width: 1px;
  border-top-color: var(--secondary-color);
}
@media (min-width: 768px) {

  .navbar-top .navbar-item-link {
    padding-top: 0.125rem;
    text-align: center;
  }
}
.navbar-top .navbar-group-link:hover,
  .navbar-top .navbar-item:hover {
  background-color: var(--secondary-color);
}
.navbar-middle {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.5rem;
  background-color: var(--secondary-color);
  order: 9999;
}
.navbar-middle .navbar-group {
  order: -9999;
}
@media (min-width: 768px) {

  .navbar-middle .navbar-group {
    display: none;
  }
}
.navbar-middle .navbar-list {
  order: 9999;
}
.navbar-middle .navbar-list.toggled {
  border-top-width: 1px;
  border-top-color: var(--primary-color);
}
@media (min-width: 768px) {

  .navbar-middle .navbar-item-link {
    text-align: center;
    text-transform: uppercase;
  }
}
.navbar-middle .navbar-group-link:hover,
  .navbar-middle .navbar-item:hover {
  background-color: var(--primary-color);
}
.navbar-bottom {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {

  .navbar-bottom {
    flex-direction: row;
    justify-content: center;
  }
}
.navbar-bottom {
  background-color: var(--primary-color);
}
.navbar-bottom .navbar-group {
  order: 9999;
}
@media (min-width: 768px) {

  .navbar-bottom .navbar-group {
    display: none;
  }
}
.navbar-bottom .navbar-group {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.navbar-bottom .navbar-list {
  order: -9999;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.5rem;
}
@media (min-width: 768px) {

  .navbar-bottom .navbar-list {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 2.25rem;
  }
}
.navbar-bottom .navbar-list.toggled {
  border-bottom-width: 1px;
  border-bottom-color: var(--secondary-color);
}
@media (min-width: 768px) {

  .navbar-bottom .navbar-item-link {
    padding-top: 0.125rem;
    text-align: center;
  }
}
.navbar-bottom .navbar-group-link:hover,
  .navbar-bottom .navbar-item:hover {
  background-color: var(--secondary-color);
}
.brand {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {

  .brand {
    flex-direction: row;
  }
}
.brand-title {
  font-family: Wayland, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  color: var(--primary-color);
}
@media (min-width: 1024px) {

  .brand-title {
    font-size: 3.75rem;
    line-height: 1;
  }
}
.brand-tagline {
  font-family: Durusans, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  color: var(--secondary-color);
}
@media (min-width: 1024px) {

  .brand-tagline {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.searchbox {
  background-color: var(--searchbox-background-color);
  padding: 1.25rem;
}
.search-group {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
}
.search-group > *:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.search-group > *:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.search-input {
  height: 2.5rem;
  flex-grow: 1;
  border-width: 2px;
  border-color: var(--secondary-color);
  padding: 0.25rem;
  outline-width: 0px;
}
.search-input::-moz-placeholder {
  text-transform: capitalize;
}
.search-input::placeholder {
  text-transform: capitalize;
}
.search-input:focus {
  border-color: var(--primary-color);
}
.search-button {
  min-width: 2.25rem;
  background-color: var(--secondary-color);
  color: var(--background-color);
}
.search-button:hover {
  background-color: var(--primary-color);
}
.legality {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: var(--footer-text-color);
  margin: 0px;
  border-top-width: 2px;
  border-top-color: var(--footer-border-color);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.legality-link {
  color: var(--primary-color);
}
.feed {
  display: flex;
  flex-direction: row;
}
.feed-thumbnail {
  order: -9999;
  margin-right: 0.75rem;
}
.feed-picture {
  display: block;
  overflow: hidden;
  border-radius: 0.25rem;
  aspect-ratio: 1 / 1;
}
.feed-picture>.feed-image {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feed-content {
  order: 9999;
  display: flex;
  flex-direction: column;
}
.feed-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1rem;
}
.feed-information {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: var(--footer-text-color);
}
.feed-description {
  margin-top: 0.5rem;
}
.pagenation {
  margin-top: 0.75rem;
  display: flex;
  justify-content: space-between;
}
.pagenation-button {
  display: inline-block;
  min-width: 2rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  background-color: var(--secondary-color);
  color: var(--background-color);
}
.pagenation-button:hover {
  background-color: var(--primary-color);
}
.pagenation-previous {
  padding-left: 0.25rem;
  padding-right: 0.5rem;
}
.pagenation-next {
  padding-left: 0.5rem;
  padding-right: 0.25rem;
}
.postlist-section .section-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
  color: var(--primary-color);
}
.postlist-section .section-description {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.postlist-section .section-title,
  .postlist-section .section-description {
  margin-bottom: 0.625rem;
  border-bottom-width: 1px;
  border-bottom-color: var(--border-color);
  padding-bottom: 0.125rem;
}
.postlist-feed .feed-picture {
  width: 9rem;
}
.post {
  display: flex;
  flex-direction: column;
}
.post > * {
  margin-top: 0.5rem;
}
.post > *:first-child {
  margin-top: 0px;
}
.post>.post-picture {
  width: 100%;
}
.post-title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.5rem;
  border-bottom-width: 2px;
  border-bottom-color: var(--post-border-color);
  padding-bottom: 0.5rem;
}
.post-subtitle {
  margin-top: 0px;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: var(--primary-color);
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  color: var(--background-color);
}
.post-information {
  display: block;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: var(--border-color);
  border-bottom-color: var(--border-color);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: var(--footer-text-color);
}
.post-thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 0.25rem;
  aspect-ratio: 40/21;
}
.post-thumbnail>.post-image {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.post-tags .section-icon {
  margin-top: 1px;
  display: inline-block;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 1px;
  background-color: var(--primary-color);
  color: var(--background-color);
}
.post-content {
  margin-top: 1rem;
}
.post-content > * {
  margin-top: 0.5rem;
}
.post-content > *:first-child {
  margin-top: 0px;
}
.post-content p code {
  border-radius: 0.25rem;
  padding: 0.25rem;
  background-color: var(--primary-color);
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  color: var(--background-color);
}
.post-content > table {
  width: 100%;
  border-collapse: collapse;
}
.post-content > table thead+tbody {
  border-top-width: 2px;
  border-top-color: var(--secondary-color);
}
.post-content > table tbody>tr:nth-child(odd) {
  background-color: var(--post-table-odd-color);
}
.post-content > table tbody>tr:hover {
  background-color: var(--post-table-hover-color);
}
.post-content > table th {
  border-width: 1px;
  border-color: var(--border-color);
  padding: 0.25rem;
  vertical-align: top;
}
.post-content > table td {
  border-width: 1px;
  border-color: var(--border-color);
  padding: 0.25rem;
  vertical-align: top;
}
.post-content blockquote {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border-left-width: 4px;
  border-left-color: var(--primary-color);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: var(--post-blockquote-background-color);
  line-height: 1.625;
}
.post-content ol,
  .post-content ul,
  .post-content dl,
  .post-content dd {
  margin: revert;
  list-style-type: revert;
  padding: revert;
}
.post-content dt {
  font-weight: 700;
}
.post-content dd+dt {
  margin-top: 1rem;
}
.post-content .highlight {
  overflow-x: auto;
}
.heading-2 {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
}
.heading-3 {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.heading-4 {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.heading-5 {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
}
.heading-6 {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.post-content a {
  color: var(--primary-color);
}
.link:hover {
  text-decoration-line: underline;
}
.footnote-ref::before {
  --tw-content: '[';
  content: var(--tw-content);
}
.footnote-ref::after {
  --tw-content: ']';
  content: var(--tw-content);
}
.footnote-backref {
  color: transparent !important;
}
.footnote-backref::before {
  vertical-align: top;
  font-size: 0.75rem;
  line-height: 1rem;
  content: var(--tw-content);
  color: var(--primary-color);
}
.footnote-backref:before,.footnote-backref:before {
        /* opacity: .8; */

        /* For safety - reset parent styles, that can break glyph codes*/

        /* fix buttons height, for twitter bootstrap */

        /* Animation center compensation - margins should be symmetric */
        /* remove if not needed */

        /* you can be more comfortable with increased icons size */
        /* font-size: 120%; */

        /* Font smoothing. That was taken from TWBS */

        /* Uncomment for 3D effect */
        /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
        font-family: "icon";
        font-style: normal;
        font-weight: normal;
        speak: never;

        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        /* opacity: .8; */

        /* For safety - reset parent styles, that can break glyph codes*/
        font-variant: normal;
        text-transform: none;

        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;

        /* Animation center compensation - margins should be symmetric */
        /* remove if not needed */
        margin-left: .2em;

        /* you can be more comfortable with increased icons size */
        /* font-size: 120%; */

        /* Font smoothing. That was taken from TWBS */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;

        /* Uncomment for 3D effect */
        /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }
.footnote-backref::before {
  --tw-content: '\e808';
  content: var(--tw-content);
}
.image {
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.25rem;
}
.picture>.picture-image {
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.25rem;
}
.figure>.figure-image {
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.25rem;
}
.figure>.figure-caption {
  text-align: center;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}
@media (min-width: 1024px) {

  .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
}
@media (min-width: 1280px) {

  .gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}
.gallery>.gallery-picture {
  display: block;
  overflow: hidden;
  border-radius: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 9rem;
}
@media (min-width: 640px) {

  .gallery>.gallery-picture {
    width: 16rem;
  }
}
@media (min-width: 768px) {

  .gallery>.gallery-picture {
    width: 10rem;
  }
}
@media (min-width: 1024px) {

  .gallery>.gallery-picture {
    width: 9rem;
  }
}
@media (min-width: 1280px) {

  .gallery>.gallery-picture {
    width: 10rem;
  }
}
@media (min-width: 1536px) {

  .gallery>.gallery-picture {
    width: 12rem;
  }
}
.gallery>.gallery-picture>.gallery-image {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mobile-only {
  display: block;
}
@media (min-width: 768px) {

  .mobile-only {
    display: none;
  }
}
.desktop-only {
  display: none;
}
@media (min-width: 768px) {

  .desktop-only {
    display: block;
  }
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.block {
  display: block;
}
.table {
  display: table;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
:root {
  --background-url: url(image/background.webp);
  --background-color: #fff;

  --primary-color: #e64946;
  --secondary-color: #2a2a2a;
  --border-color: #ebebeb;

  --searchbox-background-color: #f5f5f5;

  --footer-text-color: #999999;
  --footer-border-color: rgba(255, 255, 255, 0.3);

  --post-border-color: #000;
  --post-table-hover-color: rgba(0, 0, 0, 0.1);
  --post-table-odd-color: rgba(0, 0, 0, 0.05);
  --post-blockquote-background-color: rgba(0, 0, 0, 0.1);
}
@font-face {
  font-family: 'icon';
  src: url(font/icon.eot);
  src: url(font/icon.eot#iefix) format('embedded-opentype'),
       url(font/icon.woff2) format('woff2'),
       url(font/icon.woff) format('woff'),
       url(font/icon.ttf) format('truetype'),
       url(image/icon.svg#icon) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icon';
    src: url('../font/icon.svg?89729366#icon') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-home:before { content: '\e800'; }
/* '' */
.icon-search:before { content: '\e801'; }
/* '' */
.icon-folder:before { content: '\e802'; }
/* '' */
.icon-tag:before { content: '\e803'; }
/* '' */
.icon-left:before { content: '\e804'; }
/* '' */
.icon-right:before { content: '\e805'; }
/* '' */
.icon-link:before { content: '\e806'; }
/* '' */
.icon-time:before { content: '\e807'; }
/* '' */
.icon-up:before { content: '\e808'; }
/* '' */
.icon-down:before { content: '\e809'; }
/* '' */
.icon-phone:before { content: '\e80a'; }
/* '' */
.icon-twitter:before { content: '\f099'; }
/* '' */
.icon-facebook:before { content: '\f09a'; }
/* '' */
.icon-menu:before { content: '\f0c9'; }
/* '' */
.icon-email:before { content: '\f0e0'; }
/* '' */
.icon-linkedin:before { content: '\f0e1'; }
/* '' */
.icon-spinner:before { content: '\f110'; }
/* '' */
.icon-github:before { content: '\f113'; }
/* '' */
.icon-youtube:before { content: '\f167'; }
/* '' */
.icon-instagram:before { content: '\f16d'; }
/* '' */
.icon-bitbucket:before { content: '\f171'; }
/* '' */
.icon-tumblr:before { content: '\f173'; }
/* '' */
.icon-apple:before { content: '\f179'; }
/* '' */
.icon-android:before { content: '\f17b'; }
/* '' */
.icon-pinterest:before { content: '\f231'; }
/* '' */
.icon-gitlab:before { content: '\f296'; }
/* '' */
.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}
.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
