/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/sass/main.scss ***!
  \****************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap);
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/sass/main.scss (1) ***!
  \********************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Kode+Mono:wght@400..700&display=swap);
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/sass/main.scss (2) ***!
  \********************************************************************************************************************/
/*
    Mixins
-------------------------------------
*/
/*
    Variables
-------------------------------------
*/
/*
    Root
-------------------------------------
*/
:root {
  --navigation__width: 100%;
  --navigation__height: 100px;
  --navigation-container__width: 25%;
  --navigation-container__height: 100vh;
  --navigation__fs: 1rem;
  --menu-item__space-s: 0.5rem;
  --menu-item__space-m: 1rem;
  --menu-toggle__width: 2.5rem;
  --menu-toggle__height: 2rem;
  --menu-toggle-line__height: 4px;
  --menu-toggle-line__top: 0.75rem;
  --navigation__height--scrolled: 75px;
  --navigation__fs--scrolled: 0.875rem;
  --arrow__bottom: -7%;
  --arrow__width: 144px;
  --arrow__height: 122px;
  --title__space: 3rem;
  --section__space: 6rem;
  --section-space__value: -2rem;
  --content__spacing: 0 2rem;
  --content__space--mobile: 2rem;
  --content__space-xs: 0.5rem;
  --content__space-s: 1rem;
  --content__space-m: 2rem;
  --content__space-l: 3rem;
  --content__space-m--mobile: 2rem;
  --fs__text-xs: 1rem;
  --fs__text-s: 1.125rem;
  --fs__header-s: 1.75rem;
  --fs__header-m: 2.5rem;
  --fs__header-l: 3.75rem;
  --fs__header-xl: 6.25rem;
  --button__fs: 1rem;
  --button__width: 225px;
  --button__height: 65px;
  --to-top__width: 70px;
  --to-top__height: 50px;
  --to-top__bottom-position: 2rem;
  --to-top__right-position: 2rem;
  --intro-inner__space: 0 5% 0 15%;
  --program-item__space: 4rem;
  --thumbnail__division: 30%;
  --content__division: 55%;
  --box-program__division: 45%;
  --box-program-item__space: 3rem;
  --counter__top: -15%;
  --counter__left: -15%;
  --counter__opacity: 0.5;
  --list__space: 0;
  --image-outer__top: -2.25rem;
  --btn-outer__top: 0;
  --account-value__width: 583px;
  --account-value__height: 65px;
  --socials-outer__width: 533px;
  --socials-outer__height: 95px;
}

/*
    Media queries
-------------------------------------
*/
@media screen and (max-width: 1750px) {
  :root {
    --image-outer__top: 1.5rem;
  }
}
@media screen and (max-width: 1550px) {
  :root {
    --navigation__height: 85px;
    --navigation__height--scrolled: 65px;
    --arrow__bottom: -6%;
    --arrow__width: 120px;
    --arrow__height: 102px;
    --title__space: 2.5rem;
    --section__space: 5rem;
    --content__space-xs: 0.25rem;
    --content__space-s: 0.5rem;
    --content__space-m: 1.5rem;
    --content__space-l: 2rem;
    --fs__text-xs: 0.875rem;
    --fs__text-s: 1rem;
    --fs__header-s: 1.5rem;
    --fs__header-m: 2.25rem;
    --fs__header-l: 3.5rem;
    --fs__header-xl: 5.75rem;
    --intro-inner__space: 0 10%;
    --counter__top: -20%;
    --list__space: 2rem;
  }
}
@media screen and (max-width: 1350px) {
  :root {
    --fs__header-s: 1.275rem;
    --fs__header-m: 2rem;
    --fs__header-l: 3.275rem;
    --fs__header-xl: 5rem;
    --button__width: 200px;
    --button__height: 50px;
    --btn-outer__top: 2px;
    --account-value__width: 400px;
    --account-value__height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --navigation-container__width: 50%;
    --arrow__bottom: -3.3%;
    --arrow__width: 100px;
    --arrow__height: 82px;
    --title__space: 2rem;
    --section__space: 4rem;
    --section-space__value: 2rem;
    --content__space-m: 1rem;
    --content__space-l: 1.5rem;
    --fs__header-s: 1.175rem;
    --fs__header-m: 1.75rem;
    --fs__header-l: 2.75rem;
    --fs__header-xl: 4.5rem;
    --thumbnail__division: 20%;
    --content__division: 70%;
    --counter__left: -10%;
    --counter__opacity: 0.2;
    --socials-outer__width: 350px;
    --socials-outer__height: 80px;
    --to-top__width: 60px;
    --to-top__height: 40px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --navigation-container__width: 100%;
    --menu-toggle__width: 2.25rem;
    --menu-toggle__height: 1.575rem;
    --menu-toggle-line__height: 3px;
    --arrow__bottom: -3.1%;
    --arrow__width: 80px;
    --arrow__height: 62px;
    --section__space: 3rem;
    --section-space__value: 1rem;
    --fs__header-m: 1.5rem;
    --fs__header-l: 2.25rem;
    --fs__header-xl: 3rem;
    --program-item__space: 3rem;
    --thumbnail__division: 25%;
    --content__division: 65%;
    --box-program__division: 100%;
    --box-program-item__space: 1.5rem;
    --counter__top: -10%;
    --to-top__bottom-position: 1rem;
    --to-top__right-position: 1rem;
  }
}
@media screen and (max-width: 550px) {
  :root {
    --arrow__bottom: -3.6%;
    --counter__top: -20%;
    --counter__left: 0;
  }
}
@media screen and (max-width: 500px) {
  :root {
    --account-value__width: 100%;
    --socials-outer__width: 300px;
  }
}
/*
    Normalize
-------------------------------------
*/
body {
  background-color: #FFFFFF;
  font-family: "Chakra Petch", serif;
}

p, pre {
  color: #FFFFFF;
}

ul {
  color: #000000;
}

h2 {
  font-weight: 300;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*
    Buttons
-------------------------------------
*/
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--button__fs);
  color: #FFFFFF;
  width: var(--button__width);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  color: #950BDF;
}
.btn:hover .btn-arrow path {
  stroke: #950BDF;
}
.btn .btn-arrow {
  margin-right: 1rem;
}
.btn .btn-arrow path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn .outer-border {
  width: var(--button__width);
  height: var(--button__height);
}

/*
    Helpers
-------------------------------------
*/
.title {
  margin-bottom: var(--title__space);
}

.subtitle {
  text-align: center;
  margin: var(--section__space) 0;
}
.subtitle__header {
  font-weight: 300;
  color: #D50820;
  margin-bottom: calc(var(--section__space) / 2);
}
.subtitle__subheader {
  color: #50016E;
}

.arrow {
  position: absolute;
  left: 50%;
  bottom: var(--arrow__bottom);
  transform: translateX(-50%);
}
.arrow img {
  width: var(--arrow__width);
  height: var(--arrow__height);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.arrow img:hover {
  transform: scale(0.95);
  -o-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
}

/*
    Scrolled
-------------------------------------
*/
.site-header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-header.scrolled {
  background-color: #000000;
  height: var(--navigation__height--scrolled);
  box-shadow: 0 0 5px 0 rgb(0, 0, 0);
}

.menu-item a.scrolled {
  font-size: var(--navigation__fs--scrolled);
}

/*
    To-top
-------------------------------------
*/
.to-top {
  display: none;
  position: fixed;
  bottom: var(--to-top__bottom-position);
  right: var(--to-top__right-position);
  cursor: pointer;
  z-index: 9999;
}
.to-top:hover {
  transform: scale(0.9);
  -o-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.to-top svg {
  width: var(--to-top__width);
  height: var(--to-top__height);
}

/*
    Navigation
-------------------------------------
*/
.site-header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: var(--navigation__width);
  height: var(--navigation__height);
  z-index: 99;
}
.site-header .navigation-control .menu {
  display: flex;
}

.container-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-item {
  margin: 0 var(--menu-item__space-m);
  list-style-type: none;
}
.menu-item a {
  font-size: var(--navigation__fs);
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
}
.menu-item a:hover {
  color: #D50820;
}
.menu-item a:hover:after {
  width: 35%;
}
.menu-item a:after {
  background: #D50820;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 2px;
  margin-bottom: -0.275rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-item a.active {
  color: #D50820;
}

.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #ABB2B2;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}

.menu-toggle {
  display: none;
}

/*
    Media queries
-------------------------------------
*/
@media screen and (max-width: 1200px) {
  .site-header {
    opacity: 0.95;
  }
  .site-header .navigation-control .menu-primary-container {
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: calc(-100% - 5px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--navigation-container__width);
    height: var(--navigation-container__height);
    box-shadow: 0 0 5px 0 rgb(255, 255, 255);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 98;
  }
  .site-header .navigation-control .menu-primary-container .menu {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .site-header .navigation-control.toggled .menu-primary-container {
    left: 0;
  }
  .site-header .navigation-control.toggled .menu-toggle__line {
    background-color: #000000;
  }
  .site-header .navigation-control.toggled .menu-toggle__line:nth-of-type(1) {
    top: var(--menu-toggle-line__top);
    transform: rotate(135deg);
  }
  .site-header .navigation-control.toggled .menu-toggle__line:nth-of-type(2) {
    opacity: 0;
  }
  .site-header .navigation-control.toggled .menu-toggle__line:nth-of-type(3) {
    top: var(--menu-toggle-line__top);
    transform: rotate(-135deg);
  }
  .menu-item {
    margin: var(--menu-item__space-s);
  }
  .menu-item a {
    color: #000000;
  }
  .menu-toggle {
    background-color: transparent;
    display: block;
    width: var(--menu-toggle__width);
    height: var(--menu-toggle__height);
    border: 0;
    position: relative;
    outline: 0;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu-toggle__line {
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: var(--menu-toggle-line__height);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu-toggle__line:nth-of-type(1) {
    top: 0;
  }
  .menu-toggle__line:nth-of-type(2) {
    top: 45%;
  }
  .menu-toggle__line:nth-of-type(3) {
    bottom: 0;
  }
}
/*
    Sections
-------------------------------------
*/
.section.program {
  padding: calc(var(--section__space) / 2) 0 var(--section__space) 0;
}
.section.program .program__items {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.section.program .program__items .program__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: var(--program-item__space);
}
.section.program .program__items .program__item:last-of-type {
  margin-bottom: 0;
}
.section.program .program__items .program__item .program__thumbnail {
  display: flex;
  flex-basis: var(--thumbnail__division);
}
.section.program .program__items .program__item .program__content {
  flex-basis: var(--content__division);
  position: relative;
}
.section.program .program__items .program__item .program__content .program__header {
  font-weight: 700;
  color: #430166;
  margin-bottom: var(--content__space-m);
}
.section.program .program__items .program__item .program__content .program__counter {
  position: absolute;
  top: var(--counter__top);
  left: var(--counter__left);
  font-family: "Kode Mono", serif;
  font-weight: bold;
  -webkit-text-stroke: 1px #50016E;
  color: transparent;
  opacity: var(--counter__opacity);
}
.section.program .program__items .program__item p, .section.program .program__items .program__item pre {
  color: #000000;
}
.section.program .box-program__items {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.section.program .box-program__items .box-program__item {
  flex-basis: var(--box-program__division);
  margin-bottom: var(--box-program-item__space);
}
.section.program .box-program__items .box-program__item .box-program__header {
  color: #50016E;
  margin-bottom: 1rem;
}
.section.program .box-program__items .box-program__item ul {
  padding-left: 2rem;
}
.section.program .box-program__items .box-program__item:last-of-type {
  margin-bottom: 0;
}
.section.list {
  background-color: #000000;
}
.section.list .section__content .section__inner .section__download .section__link {
  position: relative;
}
.section.list .section__content .section__inner .section__download .section__link .outer-border {
  position: absolute;
  top: var(--btn-outer__top);
  left: 0;
  transform: translateY(-35%);
}
.section.support {
  background-image: url("https://greg.milleniumhost.pl/wp-content/uploads/2025/01/support_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.section.support .section__content .section__inner .section__account {
  position: relative;
  margin-top: calc(var(--content__space-l) * 2);
}
.section.support .section__content .section__inner .section__account-value {
  text-align: center;
  position: relative;
  width: var(--account-value__width);
  font-weight: 300;
  color: #FFFFFF;
  z-index: 1;
}
.section.support .section__content .section__inner .section__account svg {
  position: absolute;
  top: -1px;
  width: var(--account-value__width);
  height: var(--account-value__height);
  transform: translateY(-30%);
}
.section.list, .section.support {
  padding: var(--section__space) 0;
}
.section.list .section__content, .section.support .section__content {
  display: flex;
  align-items: center;
}
.section.list .section__content .section__inner, .section.support .section__content .section__inner {
  display: flex;
}
.section.list .section__content .section__inner .section__header,
.section.list .section__content .section__inner .section__subheader,
.section.list .section__content .section__inner .section__description, .section.support .section__content .section__inner .section__header,
.section.support .section__content .section__inner .section__subheader,
.section.support .section__content .section__inner .section__description {
  font-weight: 300;
}
.section.list .section__content .section__inner .section__header,
.section.list .section__content .section__inner .section__subheader, .section.support .section__content .section__inner .section__header,
.section.support .section__content .section__inner .section__subheader {
  color: #FFFFFF;
  margin-bottom: var(--content__space-l);
}
.section.list .section__content .section__inner .section__subheader:last-of-type, .section.support .section__content .section__inner .section__subheader:last-of-type {
  margin: var(--content__space-l) 0 calc(var(--content__space-l) * 2) 0;
}
.section.list .section__content .section__inner .section__description, .section.support .section__content .section__inner .section__description {
  margin-bottom: var(--content__space-s);
}
.section.list .section__content .section__inner .section__description:last-of-type, .section.support .section__content .section__inner .section__description:last-of-type {
  margin-bottom: var(--content__space-l);
}
.section.list .section__content .section__inner:nth-of-type(1), .section.support .section__content .section__inner:nth-of-type(1) {
  flex-basis: 44%;
  margin-right: 10%;
  position: relative;
}
.section.list .section__content .section__inner:nth-of-type(1) video, .section.support .section__content .section__inner:nth-of-type(1) video {
  width: 105%;
  height: 100%;
  -webkit-mask-position: top right;
  mask-position: top right;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("https://greg.milleniumhost.pl/wp-content/uploads/2025/01/mask1.webp");
  mask-image: url("https://greg.milleniumhost.pl/wp-content/uploads/2025/01/mask1.webp");
}
.section.list .section__content .section__inner:nth-of-type(1) svg, .section.support .section__content .section__inner:nth-of-type(1) svg {
  position: absolute;
  top: var(--image-outer__top);
  left: 0;
  width: 108%;
  height: 100%;
}
.section.list .section__content .section__inner:nth-of-type(2), .section.support .section__content .section__inner:nth-of-type(2) {
  flex-basis: 52%;
  flex-direction: column;
  max-width: 586px;
  padding-right: var(--list__space);
}

/*
    Media queries
-------------------------------------
*/
@media screen and (max-width: 1200px) {
  .section.program {
    padding: var(--section__space) 0 var(--section__space) 0;
  }
  .section.list .section__content .section__inner:nth-of-type(1), .section.support .section__content .section__inner:nth-of-type(1) {
    margin-right: 6%;
  }
  .section.list .section__content .section__inner:nth-of-type(2), .section.support .section__content .section__inner:nth-of-type(2) {
    max-width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .section.list .section__content, .section.support .section__content {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .section.list .section__content .section__inner:nth-of-type(1), .section.support .section__content .section__inner:nth-of-type(1) {
    margin-right: 20%;
  }
  .section.list .section__content .section__inner:nth-of-type(2), .section.support .section__content .section__inner:nth-of-type(2) {
    padding: 0 2rem;
    margin-bottom: calc(var(--content__space-m--mobile) * 2);
  }
}
@media screen and (max-width: 550px) {
  .section.program .program__items .program__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .section.program .program__items .program__item .program__thumbnail {
    margin-bottom: calc(var(--content__space-m--mobile) + 2.5rem);
  }
  .section.program .program__items .program__item .program__thumbnail img {
    max-width: 70%;
  }
  .section.support .section__account-value {
    font-size: 1rem;
  }
}
/*
    Footer
-------------------------------------
*/
.footer {
  background-image: url("https://greg.milleniumhost.pl/wp-content/uploads/2025/01/footer_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 466px;
  position: relative;
}
.footer .footer__content {
  display: flex;
  align-items: center;
  height: 100%;
}
.footer .footer__content .footer__inner {
  flex-basis: 50%;
}
.footer .footer__content .footer__inner .footer__header,
.footer .footer__content .footer__inner .footer__text {
  color: #FFFFFF;
}
.footer .footer__content .footer__inner .footer__header {
  margin-bottom: var(--content__space-m);
}
.footer .footer__content .footer__inner .socials {
  display: flex;
  justify-content: center;
  position: relative;
}
.footer .footer__content .footer__inner .socials:has(.socials__icon:hover) > .socials__item .socials__icon:hover {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.footer .footer__content .footer__inner .socials:has(.socials__icon:hover) > .socials__item .socials__icon:not(:hover) {
  opacity: 0.3;
  transform: scale(0.95);
  -o-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
}
.footer .footer__content .footer__inner .socials__item {
  position: relative;
  z-index: 1;
  margin: 0 var(--content__space-s);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .footer__content .footer__inner .socials svg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .footer__content .footer__inner .socials .outer-border {
  position: absolute;
  top: 0;
  width: var(--socials-outer__width);
  height: var(--socials-outer__height);
  transform: translateY(-30%);
}
.footer .footer__content .footer__inner:nth-of-type(2) {
  max-width: 586px;
}
.footer .company-info {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.footer .company-info__link {
  display: flex;
  font-size: 0.75rem;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.3;
}

/*
    Media queries
-------------------------------------
*/
@media screen and (max-width: 1200px) {
  .footer {
    height: auto;
    padding: calc(var(--content__space-m--mobile) + 2rem) var(--content__space-m--mobile) calc(var(--content__space-m--mobile) + 3rem) var(--content__space-m--mobile);
  }
  .footer .footer__content {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .footer .footer__content .footer__inner {
    flex-basis: auto;
  }
  .footer .footer__content .footer__inner .socials__item svg {
    width: 30px;
    height: 32px;
  }
  .footer .footer__content .footer__inner .socials__item svg:last-of-type {
    width: 36px;
  }
  .footer .footer__content .footer__inner:nth-of-type(2) {
    margin-bottom: calc(var(--content__space-m--mobile) * 2);
  }
}
@media screen and (max-width: 500px) {
  .footer .footer__content .footer__inner .socials__item svg {
    width: 25px;
    height: 28px;
  }
  .footer .footer__content .footer__inner .socials__item svg:last-of-type {
    width: 33px;
  }
  .footer .footer__content .footer__inner .socials .outer-border {
    top: -2px;
  }
}
/*
    Intro
-------------------------------------
*/
.section.intro {
  background-image: url("https://greg.milleniumhost.pl/wp-content/uploads/2025/01/intro_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
  padding: calc(var(--navigation__height) + 1.25rem) 0 calc(var(--section__space) + var(--section-space__value)) 0;
  position: relative;
}
.section.intro .section__content {
  display: flex;
  justify-content: stretch;
}
.section.intro .section__content .section__inner {
  flex-basis: 49%;
}
.section.intro .section__content .section__inner .section__info {
  margin-top: var(--content__space-l);
  padding: var(--intro-inner__space);
}
.section.intro .section__content .section__inner .section__info .section__header {
  color: #B45CBE;
}
.section.intro .section__content .section__inner .section__info .section__subheader {
  font-weight: 700;
  letter-spacing: 0.5rem;
  margin-bottom: 2rem;
}
.section.intro .section__content .section__inner .section__info .section__subheader,
.section.intro .section__content .section__inner .section__info .section__description {
  color: #FFFFFF;
}
.section.intro .section__content .section__inner .section__info .section__subheader ul,
.section.intro .section__content .section__inner .section__info .section__description ul {
  color: #FFFFFF;
}
.section.intro .section__content .section__inner .section__info .section__subheader ul li,
.section.intro .section__content .section__inner .section__info .section__description ul li {
  margin: 0.25rem 0;
}
.section.intro .section__content .section__inner .section__image {
  margin-top: -11%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section.intro .section__content .section__inner .section__image:hover {
  transform: scale(1.01);
  -o-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
}
.section.intro .section__content .section__inner .section-main__image {
  max-width: 90%;
  padding: 1.25rem;
  object-fit: contain;
}
.section.intro .section__content .section__inner:nth-of-type(2) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.section.intro .section__content .section__inner:nth-of-type(2) .section__slogan {
  height: fit-content;
  text-align: center;
  margin-top: 2rem;
  padding: var(--content__spacing);
}
.section.intro .section__content .section__inner:nth-of-type(2) .section__slogan .section__header {
  font-size: calc(var(--fs__header-l) - 6px);
}

/*
    Media queries
-------------------------------------
*/
@media screen and (max-width: 1200px) {
  .section.intro {
    height: auto;
  }
  .section.intro .section__content {
    flex-direction: column;
    overflow: hidden;
  }
  .section.intro .section__content .section__inner .section__image {
    padding-right: var(--content__space--mobile);
    margin-top: -6%;
  }
  .section.intro .section__content .section__inner .section-main__image {
    padding: 0;
  }
  .section.intro .section__content .section__inner .section__info {
    padding: 0 8%;
    margin-bottom: var(--content__space-m--mobile);
  }
}
/*
    Post
-------------------------------------
*/
.single .post,
.single .archive,
.blog .post,
.blog .archive {
  margin-top: var(--navigation__height);
}
.single .post .archive__item,
.single .archive .archive__item,
.blog .post .archive__item,
.blog .archive .archive__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single .post .archive__item .archive__inner:nth-of-type(1),
.single .archive .archive__item .archive__inner:nth-of-type(1),
.blog .post .archive__item .archive__inner:nth-of-type(1),
.blog .archive .archive__item .archive__inner:nth-of-type(1) {
  flex-basis: 20%;
}
.single .post .archive__item .archive__inner:nth-of-type(2),
.single .archive .archive__item .archive__inner:nth-of-type(2),
.blog .post .archive__item .archive__inner:nth-of-type(2),
.blog .archive .archive__item .archive__inner:nth-of-type(2) {
  flex-basis: 75%;
}

/*
    Media queries
-------------------------------------
*/
/*
    Containers
-------------------------------------
*/
.container-xs {
  margin: 0 auto;
  height: 100%;
  max-width: 1100px;
}

.container-s,
.container-nav {
  margin: 0 auto;
  height: 100%;
  max-width: 1450px;
}

.container-m {
  margin: 0 auto;
  height: 100%;
  max-width: 1600px;
}

.container-l {
  margin: 0 auto;
  height: 100%;
  max-width: 1920px;
}

.container-xl {
  margin: 0 auto;
  height: 100%;
  max-width: 100%;
}

/*
    Media queries
-------------------------------------
*/
@media screen and (max-width: 1675px) {
  .p-2 {
    padding: var(--content__spacing);
  }
}
/*
    Typography
-------------------------------------
*/
.text-xs {
  font-size: var(--fs__text-xs);
  line-height: calc(var(--fs__text-xs) * 1.2);
}

.text-s {
  font-size: var(--fs__text-s);
  line-height: calc(var(--fs__text-s) * 1.2);
}

.header-s {
  font-size: var(--fs__header-s);
  line-height: calc(var(--fs__header-s) * 1);
}

.header-m {
  font-size: var(--fs__header-m);
  line-height: calc(var(--fs__header-m) * 1);
}

.header-l {
  font-size: var(--fs__header-l);
  line-height: calc(var(--fs__header-l) * 1);
}

.header-xl {
  font-size: var(--fs__header-xl);
  line-height: calc(var(--fs__header-xl) * 1);
}

@media screen and (max-width: 1200px) {
  .text-xs {
    font-size: var(--fs__text-xs);
    line-height: calc(var(--fs__text-xs) * 1.1);
  }
  .text-s {
    font-size: var(--fs__text-s);
    line-height: calc(var(--fs__text-s) * 1.1);
  }
  .header-s {
    font-size: var(--fs__header-s);
    line-height: calc(var(--fs__header-s) * 1);
  }
  .header-m {
    font-size: var(--fs__header-m);
    line-height: calc(var(--fs__header-m) * 1);
  }
  .header-l {
    font-size: var(--fs__header-l);
    line-height: calc(var(--fs__header-l) * 1);
  }
  .header-xl {
    font-size: var(--fs__header-xl);
    line-height: calc(var(--fs__header-xl) * 1);
  }
}
