/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/template-quiz.scss ***!
  \****************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Consolas";
  src: url(../fonts/consolas.woff2) format("woff2"), url(../fonts/consolas.woff) format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pixelify Sans";
  src: url(../fonts/PixelifySans-Medium.woff2) format("woff2"), url(../fonts/PixelifySans-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pixelify Sans";
  src: url(../fonts/PixelifySans-Bold.woff2) format("woff2"), url(../fonts/PixelifySans-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pixelify Sans";
  src: url(../fonts/PixelifySans-Regular.woff2) format("woff2"), url(../fonts/PixelifySans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pixelify Sans";
  src: url(../fonts/PixelifySans-SemiBold.woff2) format("woff2"), url(../fonts/PixelifySans-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Minecraft";
  src: url(../fonts/Minecraft.woff2) format("woff2"), url(../fonts/Minecraft.woff) format("woff");
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.container {
  max-width: 1333px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-small {
  max-width: 744px;
  margin: 0 auto;
  padding: 0 20px;
}

.pixel-corners,
.pixel-corners--wrapper {
  clip-path: polygon(0px calc(100% - 24px), 6px calc(100% - 24px), 6px calc(100% - 12px), 12px calc(100% - 12px), 12px calc(100% - 6px), 24px calc(100% - 6px), 24px 100%, calc(100% - 24px) 100%, calc(100% - 24px) calc(100% - 6px), calc(100% - 12px) calc(100% - 6px), calc(100% - 12px) calc(100% - 12px), calc(100% - 6px) calc(100% - 12px), calc(100% - 6px) calc(100% - 24px), 100% calc(100% - 24px), 100% 24px, calc(100% - 6px) 24px, calc(100% - 6px) 12px, calc(100% - 12px) 12px, calc(100% - 12px) 6px, calc(100% - 24px) 6px, calc(100% - 24px) 0px, 24px 0px, 24px 6px, 12px 6px, 12px 12px, 6px 12px, 6px 24px, 0px 24px);
  position: relative;
}

.pixel-corners {
  border: 6px solid transparent;
}

.pixel-corners--wrapper {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.pixel-corners--wrapper .pixel-corners {
  display: block;
  clip-path: polygon(6px 24px, 12px 24px, 12px 12px, 24px 12px, 24px 6px, calc(100% - 24px) 6px, calc(100% - 24px) 12px, calc(100% - 12px) 12px, calc(100% - 12px) 24px, calc(100% - 6px) 24px, calc(100% - 6px) calc(100% - 24px), calc(100% - 12px) calc(100% - 24px), calc(100% - 12px) calc(100% - 12px), calc(100% - 24px) calc(100% - 12px), calc(100% - 24px) calc(100% - 6px), 24px calc(100% - 6px), 24px calc(100% - 12px), 12px calc(100% - 12px), 12px calc(100% - 24px), 6px calc(100% - 24px));
}

.pixel-corners::after,
.pixel-corners--wrapper::after {
  content: "";
  position: absolute;
  clip-path: polygon(0px calc(100% - 24px), 6px calc(100% - 24px), 6px calc(100% - 12px), 12px calc(100% - 12px), 12px calc(100% - 6px), 24px calc(100% - 6px), 24px 100%, calc(100% - 24px) 100%, calc(100% - 24px) calc(100% - 6px), calc(100% - 12px) calc(100% - 6px), calc(100% - 12px) calc(100% - 12px), calc(100% - 6px) calc(100% - 12px), calc(100% - 6px) calc(100% - 24px), 100% calc(100% - 24px), 100% 24px, calc(100% - 6px) 24px, calc(100% - 6px) 12px, calc(100% - 12px) 12px, calc(100% - 12px) 6px, calc(100% - 24px) 6px, calc(100% - 24px) 0px, 24px 0px, 24px 6px, 12px 6px, 12px 12px, 6px 12px, 6px 24px, 0px 24px, 0px 50%, 6px 50%, 6px 24px, 12px 24px, 12px 12px, 24px 12px, 24px 6px, calc(100% - 24px) 6px, calc(100% - 24px) 12px, calc(100% - 12px) 12px, calc(100% - 12px) 24px, calc(100% - 6px) 24px, calc(100% - 6px) calc(100% - 24px), calc(100% - 12px) calc(100% - 24px), calc(100% - 12px) calc(100% - 12px), calc(100% - 24px) calc(100% - 12px), calc(100% - 24px) calc(100% - 6px), 24px calc(100% - 6px), 24px calc(100% - 12px), 12px calc(100% - 12px), 12px calc(100% - 24px), 6px calc(100% - 24px), 6px 50%, 0px 50%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  display: block;
  pointer-events: none;
}

.pixel-corners::after {
  margin: -6px;
}

.header {
  margin-bottom: 35px;
}
.header .container {
  position: relative;
}
.header__holder {
  min-height: 60px;
  background: #000;
  border-radius: 25px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 30px;
  position: relative;
  clip-path: polygon(0px calc(100% - 24px), 6px calc(100% - 24px), 6px calc(100% - 12px), 12px calc(100% - 12px), 12px calc(100% - 6px), 24px calc(100% - 6px), 24px 100%, calc(100% - 24px) 100%, calc(100% - 24px) calc(100% - 6px), calc(100% - 12px) calc(100% - 6px), calc(100% - 12px) calc(100% - 12px), calc(100% - 6px) calc(100% - 12px), calc(100% - 6px) calc(100% - 24px), 100% calc(100% - 24px), 100% 24px, calc(100% - 6px) 24px, calc(100% - 6px) 12px, calc(100% - 12px) 12px, calc(100% - 12px) 6px, calc(100% - 24px) 6px, calc(100% - 24px) 0px, 24px 0px, 24px 6px, 12px 6px, 12px 12px, 6px 12px, 6px 24px, 0px 24px);
}
.header__site-logo {
  position: absolute;
  left: 55px;
  bottom: 4px;
  z-index: 9;
  cursor: pointer;
}
.header__categories {
  display: none;
}
.header__single-category {
  color: #4FD6E0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  cursor: pointer;
  font-family: "Consolas", sans-serif;
  letter-spacing: 3px;
}

@media only screen and (min-width: 768px) {
  .header__categories {
    display: flex;
    flex-flow: row;
    gap: 10px;
  }
}
@media only screen and (min-width: 1333px) {
  .header__categories {
    gap: 70px;
  }
}
.quiz {
  min-height: 100vh;
  padding-top: 35px;
  padding-bottom: 40px;
}
.quiz .main-screen {
  position: relative;
}
.quiz .animate-icon {
  animation: shortMoveUpDown 2s ease-in-out infinite;
}
@keyframes shortMoveUpDown {
  0%, 100% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: -25px;
  }
}
.quiz .hidden {
  visibility: hidden;
}
.quiz .pill_femicid,
.quiz .pill_estrada,
.quiz .pill {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.quiz .pill_estrada.visible,
.quiz .pill_femicid.visible,
.quiz .pill.visible {
  opacity: 1;
  transform: translateY(0);
}
.quiz .start-quiz {
  cursor: pointer;
}
.quiz .new-icon {
  width: 50px;
  z-index: 999;
}
.quiz .packman {
  transform: translate(-50%, -50%);
}
.quiz .packman,
.quiz .packman-icon {
  z-index: 999;
  transition: all 0.5s ease-in-out;
  width: 50px;
}
.quiz .packman svg,
.quiz .packman-icon svg {
  max-width: 50px;
}
.quiz .animation-svg,
.quiz .packman {
  display: none;
}
.quiz.finalno {
  background: #fff !important;
}
.quiz.politika {
  background-color: #FF8F8F !important;
}
.quiz.femicid {
  background-color: #C0BFFF !important;
}
.quiz__welcome-title {
  font-family: "Pixelify Sans", sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: #1C1C1C;
  margin-bottom: 35px;
}
.quiz__welcome-title strong {
  color: #D62A2A;
}
.quiz__medium-text {
  font-family: "Consolas", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28.1px;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
}
.quiz__small-text {
  font-family: "Consolas", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.1px;
  text-align: left;
  color: #000000;
  margin-bottom: 15px;
}
.quiz__small-text strong {
  font-weight: 700;
}
.quiz__transparent-banner {
  padding: 15px 25px;
}
.quiz__transparent-banner .quiz__welcome-banner-text {
  background-color: #39E6F3;
}
.quiz__transparent-banner .quiz__welcome-banner-text p {
  margin-bottom: 0;
}
.quiz__transparent-banner .quiz__welcome-banner-text p strong {
  color: #000000;
}
.quiz__transparent-banner .quiz__welcome-banner-text p.red {
  padding-top: 5px;
  font-size: 18px;
}
.quiz__transparent-banner .quiz__welcome-banner-text p.red strong {
  color: #D62A2A;
}
.quiz__welcome-banner {
  background: #E9FF39;
  padding: 15px 25px;
  margin-bottom: 40px;
}
.quiz__welcome-banner-text .quiz__medium-text {
  margin-bottom: 0;
}
.quiz__welcome-banner-text strong {
  color: #D62A2A;
}
.quiz__yellow-banner {
  position: relative;
}
.quiz__welcome-banner-arrow, .quiz__banner-arrow {
  position: absolute;
  width: 70px;
  height: 50px;
  z-index: 9;
  right: 30px;
  bottom: -17px;
}
.quiz__categories-title {
  text-align: center;
  margin-bottom: 40px;
}
.quiz__categories-title h2 {
  font-family: "Consolas", sans-serif;
  color: #000000;
  font-size: 34px;
  line-height: 1;
}
.quiz__category-screen {
  display: none;
}
.quiz__category-name {
  font-family: "Consolas", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  display: inline-block;
  margin-bottom: 9px;
  cursor: pointer;
}
.quiz__category-description {
  font-family: "Consolas", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}
.quiz__single-category {
  margin-bottom: 40px;
  padding: 15px 25px;
  cursor: pointer;
  transition: all 500ms ease;
}
.quiz__single-category:hover, .quiz__single-category.selected-category {
  background: #fff !important;
}
.quiz__single-category:hover .quiz__category-name, .quiz__single-category.selected-category .quiz__category-name {
  color: #000;
}
.quiz__single-category:hover .quiz__category-description, .quiz__single-category.selected-category .quiz__category-description {
  color: #000;
}
.quiz__single-category.green-box {
  background: #77FD77;
}
.quiz__single-category.purple-box {
  background: #A865FF;
  color: #fff;
}
.quiz__single-category.red-box {
  background: #FE5858;
}
.quiz__start-quiz {
  font-family: "Pixelify Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  max-width: 405px;
  width: 100%;
  display: flex;
  text-align: center;
  height: 48px;
  justify-content: center;
  align-items: center;
  margin: auto;
  cursor: pointer;
}
.quiz__start-quiz.ready-to-start {
  background: #fff;
}
.quiz__femicid-title-holder, .quiz__estrada-title-holder, .quiz__politika-title-holder {
  position: relative;
}
.quiz__pitanja-title {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.quiz__femicid-pitanje {
  padding: 15px 25px;
  background-color: #A865FF;
}
.quiz__femicid-pitanje span {
  font-family: "Consolas", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}
.quiz__estrada-pitanje {
  padding: 15px 25px;
  background-color: #FE5858;
}
.quiz__estrada-pitanje span {
  font-family: "Consolas", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}
.quiz__politika-pitanje {
  padding: 15px 25px;
  background-color: #77FD77;
}
.quiz__politika-pitanje span {
  font-family: "Consolas", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}
.quiz__pitanje-broj {
  width: 85px;
  height: 85px;
  text-align: center;
  background: #000;
}
.quiz__pitanje-broj.politika {
  color: #77FD77;
}
.quiz__pitanje-broj.estrada {
  color: #FE5858;
}
.quiz__pitanje-broj.femicid {
  color: #A865FF;
}
.quiz__pitanje-broj span {
  font-family: "Minecraft", sans-serif;
  font-size: 57px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
}
.quiz__politika-title {
  background-color: #77FD77;
  padding: 15px 25px 35px;
  text-align: center;
}
.quiz__politika-title h2 {
  font-family: "Pixelify Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}
.quiz__femicid-title {
  background-color: #A865FF;
  padding: 15px 25px 35px;
  text-align: center;
}
.quiz__femicid-title h2 {
  font-family: "Pixelify Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}
.quiz__estrada-title {
  background-color: #FE5858;
  padding: 15px 25px 35px;
  text-align: center;
}
.quiz__estrada-title h2 {
  font-family: "Pixelify Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}
.quiz__femicid-description {
  margin-top: 40px;
}
.quiz__femicid-description p {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Consolas", sans-serif;
}
.quiz__femicid-description .femicid-sos,
.quiz__femicid-description .femicid-warning {
  width: 210px;
  height: 52px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  background: #A865FF;
  margin-bottom: 20px;
}
.quiz__femicid-description .femicid-sos p,
.quiz__femicid-description .femicid-warning p {
  font-family: "Consolas", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23.42px;
  color: #000;
  margin-bottom: 0;
}
.quiz__femicid-description .femicid-police {
  width: 110%;
  height: auto;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  background: #A865FF;
  margin-bottom: 20px;
  padding: 10px 25px;
  margin-left: -5%;
}
.quiz__femicid-description .femicid-police p {
  font-family: "Consolas", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}
.quiz__femicid-description .femicid-police ul {
  padding-left: 20px;
}
.quiz__femicid-description .femicid-police ul li {
  font-family: "Consolas", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: #000;
}
.quiz__femicid-description ul {
  padding-left: 20px;
}
.quiz__femicid-description ul li {
  font-family: "Consolas", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: #000;
}
.quiz__estrada-description, .quiz__politika-description {
  margin-top: 40px;
}
.quiz__estrada-description p, .quiz__politika-description p {
  font-family: "Consolas", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
  color: #000000;
  margin-bottom: 30px;
}
.quiz__estrada-description p:last-child, .quiz__politika-description p:last-child {
  margin-bottom: 0;
}
.quiz__femicid, .quiz__politika, .quiz__estrada, .quiz__rezultat, .quiz__politika-prvo-pitanje, .quiz__politika-drugo-pitanje, .quiz__politika-trece-pitanje, .quiz__politika-cetvrto-pitanje, .quiz__politika-peto-pitanje, .quiz__femicid-prvo-pitanje, .quiz__femicid-drugo-pitanje, .quiz__femicid-trece-pitanje, .quiz__femicid-cetvrto-pitanje, .quiz__femicid-peto-pitanje, .quiz__estrada-prvo-pitanje, .quiz__estrada-drugo-pitanje, .quiz__estrada-trece-pitanje, .quiz__estrada-cetvrto-pitanje, .quiz__estrada-peto-pitanje, .quiz__finalni-rezultat {
  display: none;
}
.quiz__finalni-rezultat {
  position: relative;
}
.quiz .start-quiz-again {
  position: absolute;
  top: 0;
  right: 40px;
  cursor: pointer;
  z-index: 1020;
}
.quiz__odgovori-stil {
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin-top: 40px;
}
.quiz__odgovori-stil label {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 20px;
  position: relative;
  cursor: pointer;
}
.quiz__odgovori-stil label::before {
  content: "";
  border: 1px solid #000;
  border-radius: 50%;
  background: transparent;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.quiz__odgovori-stil label::after {
  content: "";
  border-radius: 50%;
  background: #000;
  width: 16px;
  height: 16px;
  display: none;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}
.quiz__odgovori-stil label:has(input[type=radio]:checked)::after {
  display: inline-block;
}
.quiz__odgovori-stil input {
  opacity: 0;
  width: 24px;
  height: 24px;
}
.quiz__odgovori-stil span {
  font-family: "Consolas", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
}
.quiz__rezultat {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  width: 100%;
  overflow: auto;
  z-index: 999999;
}
.quiz__rezultat .lvl1,
.quiz__rezultat .lvl2,
.quiz__rezultat .lvl3,
.quiz__rezultat .lvl4 {
  display: none;
}
.quiz__rezultat.lvl1-active .lvl1 {
  display: inline-block;
}
.quiz__rezultat.lvl2-active .lvl2 {
  display: inline-block;
}
.quiz__rezultat.lvl3-active .lvl3 {
  display: inline-block;
}
.quiz__rezultat.lvl4-active .lvl4 {
  display: inline-block;
}
.quiz__rezultat-holder {
  background-color: #fff;
}
.quiz__rezultat-rezultat {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
}
.quiz__rezultat-poeni {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  width: 100%;
  margin-bottom: 15px;
}
.quiz__rezultat-hearth {
  z-index: 2;
}
.quiz__rezultat-left {
  padding: 10px;
}
.quiz__rezultat-titula {
  width: 100%;
  margin-bottom: 10px;
  background: #77FD77;
  border-radius: 27px;
  padding: 15px;
}
.quiz__rezultat-titula span {
  font-family: "Pixelify Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
  color: #1c1c1c;
}
.quiz__rezultat-pilula {
  width: 100%;
  z-index: 1;
  margin-left: -72px;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  position: relative;
  background-color: #000;
  height: 72px;
}
.quiz__rezultat-pilula #sum-result {
  font-family: "Consolas", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #d62a2a;
  z-index: 9;
}
.quiz__rezultat-pilula .success-bar {
  width: auto;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.quiz__vidi-finalnu {
  margin-bottom: 20px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #39E6F2;
  border-radius: 20px;
  padding: 10px;
  cursor: pointer;
}
.quiz__vidi-finalnu span {
  font-family: "Pixelify Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  text-transform: uppercase;
}
.quiz__vidi-finalnu svg {
  cursor: pointer;
}
.quiz__arrows-holder {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.quiz__next-button, .quiz__back-button {
  display: flex;
  flex-flow: row;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.quiz__next-button span, .quiz__back-button span {
  font-family: "Consolas", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  cursor: pointer;
}
.quiz__next-button {
  justify-content: flex-end;
  text-align: right;
}
.quiz__back-button {
  justify-content: flex-start;
}
.quiz__rezultat-opis {
  padding: 0 10px;
}
.quiz__estrada-opis, .quiz__rezultat-opis {
  margin-bottom: 15px;
}
.quiz__estrada-opis span, .quiz__rezultat-opis span {
  font-family: "Consolas", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
.quiz__zatvori-rezultat {
  text-align: right;
  cursor: pointer;
  padding: 30px 30px 0 0;
}
.quiz__finalni-rezultat-zaglavlje {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.quiz__finalni-rezultat-zaglavlje h1 {
  font-family: "Consolas", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.17;
}
.quiz__finalni-rezultat-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
  text-align: center;
}
.quiz__finalni-rezultat-grad {
  display: inline-block;
  margin-bottom: 12px;
}
.quiz__finalni-rezultat-grad, .quiz__finalni-rezultat-broj {
  font-family: "Consolas", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
}
.quiz__finalni-rezultat-naslov {
  font-family: "Consolas", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 12px;
}
.quiz__finalni-rezultat-donji-text-holder {
  margin-bottom: 20px;
}
.quiz__finalni-rezultat-donji-text-potpis span,
.quiz__finalni-rezultat-donji-text-potpis p, .quiz__finalni-rezultat-donji-text span,
.quiz__finalni-rezultat-donji-text p, .quiz__finalni-rezultat-glavni-text span,
.quiz__finalni-rezultat-glavni-text p {
  font-family: "Consolas", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}
.quiz .kodeks-dugme {
  font-family: "Consolas", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.75px;
  color: #fff;
  width: 122px;
  height: 48px;
  background: #D62A2A;
  display: none;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.quiz .kodeks-dugme.active {
  display: flex !important;
}
.quiz__finalni-rezultat-glavni-text-slika {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.quiz__finalni-rezultat-glavni-text-slika img {
  max-width: 100%;
  margin-bottom: 10px;
}
.quiz__finalni-rezultat-glavni-text-slika-opis {
  margin-bottom: 20px;
}
.quiz__finalni-rezultat-glavni-text-slika-opis p {
  font-family: "Arial", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
  color: #000;
}
.quiz__finalni-rezultat-glavni-text-slika-opis p strong {
  font-weight: 700;
}
.quiz__download-result {
  text-align: center;
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: center;
}
.quiz__download-result .download-pdf-page {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  gap: 25px;
}
.quiz__download-result .download-pdf-page span {
  font-family: "Consolas", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
}
.quiz div:has(.final-modal) {
  position: relative;
}
.quiz .final-modal {
  position: absolute;
  display: none;
  width: 423px;
  max-width: 80%;
  min-height: 321px;
  background: #D62A2A;
  border-radius: 20px;
  padding: 20px;
  z-index: 9;
  bottom: -30px;
}
.quiz .final-modal h4 {
  width: 50%;
  font-family: "Consolas", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  margin-bottom: 7px;
}
.quiz .final-modal a {
  text-decoration: underline;
}
.quiz .final-modal p,
.quiz .final-modal a {
  font-family: "Consolas", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}
.quiz .close-modal {
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 9px;
}
.quiz__finalni-rezultat-modal-naslov-holder {
  display: none;
}
.quiz__start-button-holder {
  display: none;
}
.quiz__rezultat-icon {
  max-height: 100px;
}
.quiz__rezultat-icon img {
  height: 100px;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .quiz__rezultat-holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    padding: 30px;
    gap: 30px;
  }
  .quiz__zatvori-rezultat {
    position: absolute;
    top: 0;
    right: 0;
  }
  .quiz__rezultat-titula span {
    font-size: 60px;
  }
  .quiz__rezultat-opis {
    margin-top: 120px;
  }
  .quiz .final-modal {
    min-width: 423px;
  }
}
@media only screen and (min-width: 992px) {
  .quiz .packman {
    display: inline-block;
    position: absolute;
    left: 5%;
    top: 50%;
  }
  .quiz .animation-svg {
    display: inline-block;
    position: absolute;
    right: 5%;
    top: 50%;
    animation: moveUpDown 4s ease-in-out infinite;
  }
  @keyframes moveUpDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-300px);
    }
  }
  .quiz__welcome-screen .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .quiz__categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .quiz__start-button-holder {
    margin-top: 70px;
  }
  .quiz__start-quiz {
    font-size: 85px;
    height: auto;
  }
  .quiz__finalni-rezultat-naslov {
    max-width: 70%;
  }
  .quiz__finalni-rezultat-glavni-sadrzaj {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
  }
  .quiz__finalni-rezultat-glavni-sadrzaj, .quiz__finalni-rezultat-header {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }
  .quiz__finalni-rezultat-glavni-text-holder {
    flex: 0 0 55%;
  }
  .quiz__finalni-rezultat-glavni-text-slika {
    flex: 1;
    border: 0;
    margin-bottom: 0;
  }
  .quiz__finalni-rezultat-donji-text-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .quiz__finalni-rezultat-donji-text {
    flex: 0 0 100%;
  }
  .quiz__download-result {
    justify-content: flex-end;
  }
  .quiz__start-button-holder {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .quiz__rezultat-icon {
    max-height: unset;
  }
  .quiz__rezultat-icon img {
    height: auto;
    width: auto;
  }
  .quiz__rezultat-rezultat {
    flex-flow: row;
  }
  .quiz__rezultat-icon img {
    max-width: 100px;
  }
  .quiz__femicid-description {
    -moz-columns: 2;
         columns: 2;
    gap: 40px;
  }
}
@media only screen and (max-height: 800px) {
  .quiz {
    height: auto !important;
    overflow: auto !important;
  }
}
@media only screen and (min-width: 1130px) {
  .quiz {
    height: 100vh;
    overflow: hidden;
  }
  .quiz .packman {
    left: 10%;
  }
  .quiz .animation-svg {
    right: 10%;
  }
  .quiz__finalni-rezultat .container {
    max-width: 1130px;
  }
  .quiz__finalni-rezultat-donji-text {
    margin-bottom: 20px;
  }
  .quiz__finalni-rezultat-donji-text p {
    margin-bottom: 0;
  }
  .quiz__finalni-rezultat-glavni-text {
    margin-bottom: 20px;
  }
  .quiz__finalni-rezultat-donji-text, .quiz__finalni-rezultat-glavni-text {
    -moz-column-count: 2;
         column-count: 2;
  }
  .quiz__finalni-rezultat-glavni-text-slika-opis-holder {
    display: flex;
    flex-flow: row;
    align-items: flex-end;
    gap: 5px;
  }
  .quiz_finalni-rezultat-glavni-text-slika-opis {
    flex: 1;
  }
}
@media only screen and (min-width: 1333px) {
  .quiz .packman {
    left: 15%;
  }
  .quiz .animation-svg {
    right: 15%;
  }
  .quiz__welcome-title {
    font-size: 160px;
  }
  .quiz__medium-text {
    font-size: 24px;
  }
  .quiz__small-text {
    font-size: 16px;
  }
  .quiz__welcome-banner {
    margin-bottom: 64px;
    max-width: 512px;
  }
  .quiz__welcome-screen .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
  }
  .quiz__welcome-banner-arrow {
    right: 130px;
  }
  .quiz__transparent-banner {
    max-width: 491px;
  }
  .quiz__categories-title {
    margin-bottom: 70px;
  }
  .quiz__categories-title h2 {
    font-size: 50px;
  }
  .quiz__categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .quiz__single-category {
    padding: 50px 40px;
  }
  .quiz__femicid-title h2, .quiz__estrada-title h2, .quiz__politika-title h2 {
    font-size: 100px;
  }
  .quiz__femicid-description {
    margin-top: 110px;
  }
  .quiz__femicid-description p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .quiz__femicid-description .femicid-sos,
  .quiz__femicid-description .femicid-warning {
    width: 210px;
    height: 52px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    background: #A865FF;
    margin-bottom: 20px;
  }
  .quiz__femicid-description .femicid-sos p,
  .quiz__femicid-description .femicid-warning p {
    font-family: "Consolas", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.42px;
    color: #000;
    margin-bottom: 0;
  }
  .quiz__femicid-description .femicid-police {
    width: 110%;
    height: auto;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    background: #A865FF;
    margin-bottom: 20px;
    padding: 10px 25px;
    margin-left: -5%;
  }
  .quiz__femicid-description .femicid-police p {
    font-family: "Consolas", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: #000;
    margin-bottom: 0;
  }
  .quiz__femicid-description .femicid-police ul {
    padding-left: 20px;
  }
  .quiz__femicid-description .femicid-police ul li {
    font-family: "Consolas", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #000;
  }
  .quiz__femicid-description h3 {
    font-family: "Consolas", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: #000;
  }
  .quiz__femicid-description ul {
    padding-left: 20px;
  }
  .quiz__femicid-description ul li {
    font-family: "Consolas", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #000;
  }
  .quiz__estrada-description, .quiz__politika-description {
    margin-top: 110px;
  }
  .quiz__estrada-description p, .quiz__politika-description p {
    font-size: 18px;
    margin-bottom: 65px;
  }
  .quiz__femicid-pitanje, .quiz__estrada-pitanje, .quiz__politika-pitanje {
    max-width: 625px;
    width: 100%;
    text-align: center;
    padding: 40px 58px 32px 72px;
  }
  .quiz__femicid-pitanje span, .quiz__estrada-pitanje span, .quiz__politika-pitanje span {
    font-size: 35px;
  }
  .quiz__rezultat-poeni {
    max-width: 336px;
  }
  .quiz__rezultat-titula {
    margin-bottom: 16px;
  }
  .quiz__rezultat-titula span {
    font-size: 80px;
  }
  .quiz__vidi-finalnu {
    text-align: left;
  }
  .quiz__vidi-finalnu span {
    font-size: 60px;
  }
  .quiz__rezultat-opis span {
    font-size: 21px;
  }
  .quiz__rezultat-pilula {
    padding-right: 25px;
  }
  .quiz__rezultat-pilula #sum-result {
    font-size: 18px;
  }
  .quiz__finalni-rezultat-zaglavlje h1 {
    font-size: 100px;
  }
  .quiz__finalni-rezultat-naslov {
    max-width: 60%;
  }
}
/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Consolas";
  src: url(../fonts/consolas.woff2) format("woff2"), url(../fonts/consolas.woff) format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pixelify Sans";
  src: url(../fonts/PixelifySans-Medium.woff2) format("woff2"), url(../fonts/PixelifySans-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pixelify Sans";
  src: url(../fonts/PixelifySans-Bold.woff2) format("woff2"), url(../fonts/PixelifySans-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pixelify Sans";
  src: url(../fonts/PixelifySans-Regular.woff2) format("woff2"), url(../fonts/PixelifySans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pixelify Sans";
  src: url(../fonts/PixelifySans-SemiBold.woff2) format("woff2"), url(../fonts/PixelifySans-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Minecraft";
  src: url(../fonts/Minecraft.woff2) format("woff2"), url(../fonts/Minecraft.woff) format("woff");
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.container {
  max-width: 1333px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-small {
  max-width: 744px;
  margin: 0 auto;
  padding: 0 20px;
}

.pixel-corners,
.pixel-corners--wrapper {
  clip-path: polygon(0px calc(100% - 24px), 6px calc(100% - 24px), 6px calc(100% - 12px), 12px calc(100% - 12px), 12px calc(100% - 6px), 24px calc(100% - 6px), 24px 100%, calc(100% - 24px) 100%, calc(100% - 24px) calc(100% - 6px), calc(100% - 12px) calc(100% - 6px), calc(100% - 12px) calc(100% - 12px), calc(100% - 6px) calc(100% - 12px), calc(100% - 6px) calc(100% - 24px), 100% calc(100% - 24px), 100% 24px, calc(100% - 6px) 24px, calc(100% - 6px) 12px, calc(100% - 12px) 12px, calc(100% - 12px) 6px, calc(100% - 24px) 6px, calc(100% - 24px) 0px, 24px 0px, 24px 6px, 12px 6px, 12px 12px, 6px 12px, 6px 24px, 0px 24px);
  position: relative;
}

.pixel-corners {
  border: 6px solid transparent;
}

.pixel-corners--wrapper {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.pixel-corners--wrapper .pixel-corners {
  display: block;
  clip-path: polygon(6px 24px, 12px 24px, 12px 12px, 24px 12px, 24px 6px, calc(100% - 24px) 6px, calc(100% - 24px) 12px, calc(100% - 12px) 12px, calc(100% - 12px) 24px, calc(100% - 6px) 24px, calc(100% - 6px) calc(100% - 24px), calc(100% - 12px) calc(100% - 24px), calc(100% - 12px) calc(100% - 12px), calc(100% - 24px) calc(100% - 12px), calc(100% - 24px) calc(100% - 6px), 24px calc(100% - 6px), 24px calc(100% - 12px), 12px calc(100% - 12px), 12px calc(100% - 24px), 6px calc(100% - 24px));
}

.pixel-corners::after,
.pixel-corners--wrapper::after {
  content: "";
  position: absolute;
  clip-path: polygon(0px calc(100% - 24px), 6px calc(100% - 24px), 6px calc(100% - 12px), 12px calc(100% - 12px), 12px calc(100% - 6px), 24px calc(100% - 6px), 24px 100%, calc(100% - 24px) 100%, calc(100% - 24px) calc(100% - 6px), calc(100% - 12px) calc(100% - 6px), calc(100% - 12px) calc(100% - 12px), calc(100% - 6px) calc(100% - 12px), calc(100% - 6px) calc(100% - 24px), 100% calc(100% - 24px), 100% 24px, calc(100% - 6px) 24px, calc(100% - 6px) 12px, calc(100% - 12px) 12px, calc(100% - 12px) 6px, calc(100% - 24px) 6px, calc(100% - 24px) 0px, 24px 0px, 24px 6px, 12px 6px, 12px 12px, 6px 12px, 6px 24px, 0px 24px, 0px 50%, 6px 50%, 6px 24px, 12px 24px, 12px 12px, 24px 12px, 24px 6px, calc(100% - 24px) 6px, calc(100% - 24px) 12px, calc(100% - 12px) 12px, calc(100% - 12px) 24px, calc(100% - 6px) 24px, calc(100% - 6px) calc(100% - 24px), calc(100% - 12px) calc(100% - 24px), calc(100% - 12px) calc(100% - 12px), calc(100% - 24px) calc(100% - 12px), calc(100% - 24px) calc(100% - 6px), 24px calc(100% - 6px), 24px calc(100% - 12px), 12px calc(100% - 12px), 12px calc(100% - 24px), 6px calc(100% - 24px), 6px 50%, 0px 50%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  display: block;
  pointer-events: none;
}

.pixel-corners::after {
  margin: -6px;
}

.header {
  margin-bottom: 35px;
}
.header .container {
  position: relative;
}
.header__holder {
  min-height: 60px;
  background: #000;
  border-radius: 25px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 30px;
  position: relative;
  clip-path: polygon(0px calc(100% - 24px), 6px calc(100% - 24px), 6px calc(100% - 12px), 12px calc(100% - 12px), 12px calc(100% - 6px), 24px calc(100% - 6px), 24px 100%, calc(100% - 24px) 100%, calc(100% - 24px) calc(100% - 6px), calc(100% - 12px) calc(100% - 6px), calc(100% - 12px) calc(100% - 12px), calc(100% - 6px) calc(100% - 12px), calc(100% - 6px) calc(100% - 24px), 100% calc(100% - 24px), 100% 24px, calc(100% - 6px) 24px, calc(100% - 6px) 12px, calc(100% - 12px) 12px, calc(100% - 12px) 6px, calc(100% - 24px) 6px, calc(100% - 24px) 0px, 24px 0px, 24px 6px, 12px 6px, 12px 12px, 6px 12px, 6px 24px, 0px 24px);
}
.header__site-logo {
  position: absolute;
  left: 55px;
  bottom: 4px;
  z-index: 9;
  cursor: pointer;
}
.header__categories {
  display: none;
}
.header__single-category {
  color: #4FD6E0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  cursor: pointer;
  font-family: "Consolas", sans-serif;
  letter-spacing: 3px;
}

@media only screen and (min-width: 768px) {
  .header__categories {
    display: flex;
    flex-flow: row;
    gap: 10px;
  }
}
@media only screen and (min-width: 1333px) {
  .header__categories {
    gap: 70px;
  }
}
