/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/page.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;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -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: "Merriweather";
  src: url(../fonts/Merriweather-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NunitoSans";
  src: url(../fonts/NunitoSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: inline-block;
}
.btn--solid {
  font: 700 14px/1.3 "Merriweather", serif;
  text-decoration: none;
  padding: 6px 10px;
}
.btn--white {
  background: #FFFFFF;
  color: #951B5E;
}
.btn--color {
  background: linear-gradient(90deg, #E6230F 0%, #911B62 100%);
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .btn--solid {
    font-size: 16px;
    padding: 10px;
  }
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000000;
  z-index: 998;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.header__menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 998;
  background: #000000;
  transform: translateY(-100%);
  transition: transform 300ms ease-in-out;
}
.header__menu-container {
  display: grid;
  grid-template-columns: auto auto;
  padding: 100px 0 20px;
}
.header__menu .menu {
  padding: 0;
  list-style: none;
}
.header__menu .menu-item {
  margin-bottom: 10px;
}
.header__menu .menu-item a {
  height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 700 16px/1.3 "Merriweather", serif;
  text-decoration: none;
}
.header__menu .menu-item a img {
  width: 20px;
  height: auto;
}
.header__categories .menu-item a {
  color: #F5473B;
}
.header__links {
  text-align: right;
}
.header__links .menu-item a {
  justify-content: flex-end;
  color: #951B5E;
}
.header__hamburger, .header__logo, .header__lang {
  position: relative;
  z-index: 999;
}
.header__hamburger {
  position: relative;
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.header__hamburger-line {
  display: block;
  width: 25px;
  height: 2px;
  background: #F5473B;
  margin: 6px 0;
  border-radius: 10px;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}
.header__logo-img {
  width: 120px;
}
.header__langs {
  width: 34px;
  height: auto;
}
.header__lang {
  font: 700 20px/1 "Merriweather", serif;
  color: #951B5E;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 0;
  border-bottom: 2px solid #951B5E;
  cursor: pointer;
}
.header__lang--current {
  display: none;
}
.header.active .header__menu {
  transform: translateY(0);
}
.header.active .header__hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header.active .header__hamburger-line:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%);
}
.header.active .header__hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

@media only screen and (min-width: 768px) {
  .header__logo-img {
    width: 150px;
  }
}
@media only screen and (min-width: 1280px) {
  .header .menu-item {
    margin-bottom: 40px;
  }
  .header .menu-item a {
    font-size: 20px;
    gap: 24px;
  }
  .header .menu-item a img {
    width: 28px;
  }
}
.footer {
  color: #FFFFFF;
  margin-top: 50px;
}
.footer__top {
  background: #951B5E;
  text-align: center;
  padding: 20px 0;
}
.footer__top-container {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 20px;
}
.footer__logo {
  width: 120px;
  margin: 0 auto;
}
.footer__quote {
  font: 700 14px/1.3 "Merriweather", serif;
}
.footer .btn {
  margin: 0 auto;
}
.footer__bottom {
  background: #2F000F;
  padding: 20px 0;
}
.footer__bottom-container {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer__socials {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer__socials-label {
  font: 700 12px/1.3 "Merriweather", serif;
}
.footer__socials-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer__socials-item img {
  width: 20px;
  height: auto;
}
.footer .menu {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
}
.footer .menu a {
  font: 700 12px/1.3 "Merriweather", serif;
  color: #FFFFFF;
}

@media only screen and (min-width: 1280px) {
  .footer__top-container, .footer__bottom-container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 34px;
  }
  .footer__top {
    padding: 80px 0;
  }
  .footer__logo {
    width: 150px;
  }
  .footer__quote {
    font-size: 16px;
  }
  .footer .btn {
    margin: 0;
  }
  .footer__socials {
    order: 2;
  }
  .footer .menu {
    order: 1;
    gap: 34px;
  }
}
html {
  background: #000000;
  color: #FFFFFF;
}

.wp-blocks > *:first-child {
  margin-top: 0;
}
.wp-blocks > *:last-child {
  margin-bottom: 0;
}
.wp-blocks h1 {
  font: 700 34px/1.3 "Merriweather", serif;
}
.wp-blocks h2 {
  font: 700 20px/1.3 "Merriweather", serif;
}
.wp-blocks h1,
.wp-blocks h2 {
  margin: 40px 0 20px;
}
.wp-blocks p,
.wp-blocks li {
  font: 400 14px/1.2 "NunitoSans", sans-serif;
}
.wp-blocks p a,
.wp-blocks li a {
  color: inherit;
}
.wp-blocks ul {
  padding-left: 15px;
}
.wp-blocks p,
.wp-blocks ul {
  margin-bottom: 20px;
}
.wp-blocks li {
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .wp-blocks h1,
  .wp-blocks h2 {
    margin: 60px 0 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .wp-blocks p {
    font-size: 16px;
  }
}
.site {
  display: flex;
  flex-flow: column nowrap;
  min-height: 100vh;
}

.default {
  flex: 1;
  margin: 140px 0 60px;
}
.default__container {
  max-width: 840px;
  margin: 0 auto;
}
.default__title {
  font: 700 34px/1.3 "Merriweather", serif;
  background: -webkit-linear-gradient(left, #F5473B, #951B5E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.default__content {
  background: linear-gradient(180deg, #911B62 0%, rgba(230, 35, 15, 0) 100%);
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .default__content {
    padding: 60px 80px;
  }
}
