/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/button/button.scss ***!
  \******************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font: 600 16px/1.3 "Manrope", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
}
.btn__content {
  background: #E12A2A;
  border-radius: 100px;
  padding: 14px;
  transition: background-color 300ms ease-in-out;
}
.btn__icon {
  background: #E12A2A;
  border-radius: 50%;
  padding: 15px;
  overflow: hidden;
  transition: background-color 300ms ease-in-out;
}
.btn__icon svg {
  display: block;
  width: 16px;
  height: 16px;
  transition: transform 300ms ease-in-out;
}
.btn:hover .btn__content {
  background: #CD0A0A;
}
.btn:hover .btn__icon {
  background: #CD0A0A;
}
.btn:hover .btn__icon svg {
  transform: rotate(45deg);
}

@media (min-width: 1280px) {
  .btn__content {
    padding: 20px 56px;
  }
  .btn__icon {
    padding: 20px;
  }
  .btn__icon svg {
    width: 20px;
    height: 20px;
  }
}
/*!*************************************************************************************************************************************************************!*\
  !*** 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-blogs.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: "Manrope";
  src: url(../fonts/Manrope-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.container {
  width: 100%;
  max-width: 1856px;
  margin: 0 auto;
  padding: 0 20px;
}
.container--small {
  max-width: 1450px;
}

.header {
  padding: 16px 0;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  position: relative;
  z-index: 999;
}
.header__logo-img {
  width: 100px;
}
.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #1E352D;
  padding: 80px 20px 40px;
  transform: translateY(-100%);
  transition: transform 300ms ease-in-out;
  z-index: 998;
}
.header__cta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__cta-label {
  font: 400 20px/1.3 "Manrope", sans-serif;
  color: #FFFFFF;
}
.header .menu {
  display: grid;
  gap: 16px;
  list-style: none;
  padding: 0;
}
.header .menu-item a {
  font: 400 20px/1.2 "Manrope", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 300ms ease-in-out;
}
.header .menu-item a:hover {
  color: #E12A2A;
}
.header__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.header__controls .header__cta {
  display: none;
}
.header__langs {
  position: relative;
}
.header__langs-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
.header__langs-arrow {
  display: block;
  width: 20px;
  height: auto;
}
.header__langs-content {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  transform: translateY(100%);
}
.header__langs.active .header__langs-arrow {
  transform: rotate(180deg);
}
.header__langs.active .header__langs-content {
  display: block;
}
.header__lang {
  display: flex;
  align-items: center;
  gap: 4px;
  font: 400 15px/1.3 "Manrope", sans-serif;
  color: #1E352D;
  white-space: nowrap;
  text-decoration: none;
  padding: 4px 0;
}
.header__lang img {
  display: block;
  width: 20px;
  height: auto;
}
.header__hamburger {
  position: relative;
  background: #E9E7E0;
  padding: 5px 8px;
  border-radius: 5px;
  z-index: 999;
}
.header__hamburger-line {
  display: block;
  width: 18px;
  height: 2px;
  background: #000000;
  margin: 4px 0;
  border-radius: 10px;
}
.header.active .header__menu {
  transform: translateY(0);
}

@media (min-width: 1280px) {
  .header__container {
    background: #E9E7E0;
    padding: 20px 32px;
    border-radius: 30px;
  }
  .header__logo-img {
    width: 150px;
  }
  .header__menu {
    background: transparent;
    padding: 0;
    position: initial;
    transform: none;
    width: initial;
  }
  .header__menu .header__cta {
    display: none;
  }
  .header .menu {
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
  }
  .header .menu-item a {
    color: #1E352D;
    padding: 8px 16px;
  }
  .header__controls {
    width: 150px;
  }
  .header__controls .header__cta {
    display: flex;
  }
  .header__controls .header__cta-label {
    font-size: 14px;
    color: #1E352D;
  }
  .header__controls .header__cta .btn {
    font-size: 14px;
    white-space: nowrap;
  }
  .header__controls .header__cta .btn__content {
    padding: 10px 20px;
  }
  .header__hamburger {
    display: none;
  }
}
.footer {
  position: relative;
  margin-top: 50px;
}
.footer__top {
  background: #E12A2A;
}
.footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.footer__content {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.footer__logo {
  position: relative;
  pointer-events: none;
}
.footer__logo-lottie {
  width: 100%;
  height: auto;
  aspect-ratio: 3/1;
  margin-top: -10%;
  mix-blend-mode: luminosity;
}
.footer__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #FFFFFF;
}
.footer__copyright, .footer__location {
  font: 400 16px/1.15 "Manrope", sans-serif;
  color: #FFFFFF;
}
.footer__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 0;
}
.footer__socials {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 16px;
}
.footer__social-icon {
  display: block;
  width: 32px;
  height: auto;
}
.footer .menu {
  display: grid;
  gap: 24px;
  list-style: none;
  padding: 0;
  text-align: right;
}
.footer .menu-item a {
  font: 400 16px/1.15 "Manrope", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}
.footer__details {
  font: 400 16px/1.15 "Manrope", sans-serif;
  color: #FFFFFF;
  text-align: right;
  padding: 16px 0;
}
.footer__details a {
  color: inherit;
}
.footer__bottom {
  padding: 24px 0;
}
.footer__sponsors {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.footer__sponsor {
  height: 30px;
  width: auto;
}

@media (min-width: 1280px) {
  .footer {
    margin-top: 200px;
  }
  .footer__copyright, .footer__location {
    font-size: 24px;
  }
  .footer__info {
    padding: 32px 0;
  }
  .footer__content {
    padding: 32px 0 50px;
  }
  .footer__details {
    padding: 32px 0 100px;
  }
  .footer .menu {
    display: flex;
    align-items: center;
  }
  .footer .menu-item a {
    font-size: 20px;
  }
  .footer__sponsors {
    gap: 48px;
  }
  .footer__sponsor {
    height: 50px;
  }
}
html {
  background: #F5F4F0;
  font-family: "Manrope", sans-serif, sans-serif;
}

.page-content {
  padding-top: 130px;
  margin-bottom: 64px;
}
.page-content__holder {
  max-width: 630px;
  text-align: center;
  margin: 0 auto 64px;
}
.page-content__holder h1 {
  font: 500 32px/1 "Manrope", sans-serif;
  color: #1E352D;
  margin-bottom: 16px;
}
.page-content__holder p {
  font: 300 16px/1.5 "Manrope", sans-serif;
  color: #1E352D;
}
.page-content .pagination-buttons {
  margin-top: 80px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 80px;
}
.page-content .pagination .page-link {
  font: 500 24px/1.2 "Manrope", sans-serif;
  color: #1E352D;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.page-content .pagination .page-link.active {
  color: #E12A2A;
  text-decoration: underline;
}
.page-content .pagination .page-next,
.page-content .pagination .page-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #E9E7E0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border: 0;
  color: #E12A2A;
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  .page-content .pagination-buttons {
    gap: 24px;
  }
}
@media only screen and (min-width: 1199px) {
  .page-content {
    margin-bottom: 96px;
  }
  .page-content__holder h1 {
    font-size: 64px;
    margin-bottom: 24px;
  }
  .page-content__holder p {
    font-size: 20px;
  }
}
.blog-filters {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 24px;
}
.blog-filters .category-filter {
  font: 400 16/1.5 "Manrope", sans-serif;
  color: #1E352D;
  border: 1px solid #1E352D;
  padding: 12px 20px;
  border-radius: 48px;
  cursor: pointer;
}
.blog-filters .category-filter.active {
  color: #FFFFFF;
  background-color: #1E352D;
}

#blog-posts-container {
  display: flex;
  flex-flow: column;
  gap: 24px;
}

.blog-post {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  background-color: #FFFFFF;
  text-decoration: none;
}
.blog-post .post-image {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 24px;
}
.blog-post .post-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-post .post-content {
  display: flex;
  flex-flow: column;
  gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 16px 24px;
}
.blog-post .post-content__top svg {
  display: none;
}
.blog-post .post-content__holder .post-category {
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
  font: 400 14px/1.2 "Manrope", sans-serif;
  color: #817C67;
}
.blog-post .post-content__holder .post-title {
  font: 500 24px/1 "Manrope", sans-serif;
  color: #1E352D;
  text-decoration: none;
  margin-bottom: 16px;
  width: 100%;
}
.blog-post .post-content__holder .post-meta {
  display: flex;
  flex-flow: row;
  gap: 24px;
}
.blog-post .post-content__holder .post-meta .post-date {
  font: 400 14px/1.2 "Manrope", sans-serif;
  color: rgba(38, 50, 40, 0.5);
}
.blog-post .post-content__holder .post-meta .post-author {
  font: 400 14px/1.2 "Manrope", sans-serif;
  color: #1E352D;
}
.blog-post .post-content__holder .post-meta .post-author strong {
  font-weight: 700;
}
.blog-post .post-content .read-more {
  font: 400 16px/1.3 "Manrope", sans-serif;
  color: #E12A2A;
  text-decoration: underline;
}

@media only screen and (min-width: 1199px) {
  .blog-filters {
    margin-bottom: 40px;
  }
  .blog-filters .category-filter {
    font-size: 24px;
    padding: 16px 24px;
  }
  .blog-post {
    display: flex;
    flex-flow: row;
    align-items: stretch;
    justify-content: flex-start;
    border-radius: 15px;
    transition: all 500ms ease;
  }
  .blog-post:hover {
    background-color: #E9E7E0;
  }
  .blog-post:hover .post-content__top svg {
    fill: #E12A2A;
  }
  .blog-post .post-image {
    max-width: 574px;
    height: 430px;
    border-radius: 15px 0 0 15px;
    margin-bottom: 0;
  }
  .blog-post .post-image img {
    aspect-ratio: unset;
  }
  .blog-post .post-content {
    padding: 32px 16px 32px 40px;
    width: 100%;
    transition: all 500ms ease;
  }
  .blog-post .post-content__top {
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    transition: all 500ms ease;
  }
  .blog-post .post-content__top svg {
    display: inline-block;
    transition: all 500ms ease;
  }
  .blog-post .post-content__holder {
    flex: 1;
  }
  .blog-post .post-content__holder .post-category {
    font-size: 24px;
  }
  .blog-post .post-content__holder .post-title {
    margin-bottom: 24px;
  }
  .blog-post .post-content__holder .post-title a {
    font-size: 40px;
  }
  .blog-post .post-content__holder .post-meta .post-date,
  .blog-post .post-content__holder .post-meta .post-author {
    font-size: 24px;
  }
  .blog-post .post-content .read-more {
    font-size: 24px;
  }
}
