.cookie-adjust {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(200, 200, 210, 0.9));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .cookie-adjust {
    font-size: 0.7rem;
  }
}
.cookie-adjust h1,
.cookie-adjust h2,
.cookie-adjust h3,
.cookie-adjust h4,
.cookie-adjust h5 {
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.2rem;
}
.cookie-adjust__body {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border-bottom: 5px solid #0b5ed7;
  padding: 3rem 2rem;
  background: #fff;
  margin: 0 10%;
}
@media (max-width: 1200px) {
  .cookie-adjust__body {
    margin: 0 1rem;
  }
}
@media (max-width: 768px) {
  .cookie-adjust__body {
    padding: 1rem 1rem;
    margin: 0 0.3rem;
  }
}
.cookie-adjust__buttons {
  margin-top: 2rem;
}
.cookie-adjust__panel-header {
  font-size: 1.8em;
  font-weight: 600;
  padding-bottom: 0.5rem;
  text-align: center;
}
.cookie-adjust .form-switch {
  margin-bottom: 0.5rem;
}
.cookie-adjust__panel-body {
  display: flex;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-body {
    display: block;
  }
}
.cookie-adjust__panel-navigation {
  flex: 1;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation {
    margin-bottom: 2rem;
  }
}
.cookie-adjust__panel-navigation ul {
  list-style-type: none;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cookie-adjust__panel-navigation ul li {
  background: #eee;
  display: block;
  margin: 0;
  padding: 1rem;
  cursor: pointer;
  border-bottom: 1px solid #aaa;
}
.cookie-adjust__panel-navigation ul li.active {
  background: #0b5ed7;
  color: #fff;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation ul li {
    padding: 1rem 0.5rem;
    text-align: center;
    line-height: 1em;
  }
}
.cookie-adjust__panel-options {
  flex: 2;
}
.cookie-adjust__panel-options .--panel {
  display: none;
}
.cookie-adjust__panel-options .--active {
  display: block;
}
.cookie-adjust__panel-analytics {
  display: none;
}
.cookie-adjust__panel-marketing {
  display: none;
}
.cookie-adjust #cookie-adjust__panel-adjust {
  display: none;
}
.facebookWidget .spinner,
.instagramWidget .spinner {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
}
.facebookWidget .spinner img,
.instagramWidget .spinner img {
  display: block;
  margin: 0 auto;
}
.facebookWidget__header,
.instagramWidget__header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 2rem;
  background: var(--white);
  margin-bottom: 1.25rem;
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  gap: 1rem;
}
.facebookWidget__icon,
.instagramWidget__icon {
  height: 1.5rem;
}
.facebookWidget__title,
.instagramWidget__title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--black);
}
.facebookWidget__error,
.instagramWidget__error {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
  display: block;
  text-align: center;
  color: var(--red);
  font-weight: 600;
  letter-spacing: 1px;
}
.facebookWidget__items,
.instagramWidget__items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.instagramPost,
.facebookPost {
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
}
.instagramPost__imageWrap,
.facebookPost__imageWrap {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}
.instagramPost__image,
.facebookPost__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagramPost__body,
.facebookPost__body {
  padding: 1rem;
  background: var(--white);
}
.instagramPost__description,
.facebookPost__description {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  text-decoration: none;
  color: var(--black);
  margin-bottom: 0.75rem;
}
.instagramPost__date,
.facebookPost__date {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  color: var(--grey);
  margin-bottom: 0.75rem;
}
.instagramPost__info,
.facebookPost__info {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.instagramPost__avatar,
.facebookPost__avatar {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 2px 0px rgba(66, 68, 90, 0.2);
}
.instagramPost__avatar img,
.facebookPost__avatar img {
  width: 1.5rem;
}
.instagramPost__hr,
.facebookPost__hr {
  border-color: var(--grey);
  margin: 1rem 0;
}
.instagramPost__profile,
.facebookPost__profile {
  color: var(--black);
  text-decoration: none;
  flex: 1;
}
.instagramPost__displayName,
.facebookPost__displayName {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.instagramPost__username,
.facebookPost__username {
  color: var(--grey);
  font-size: 0.75rem;
}
.instagramPost__share img,
.facebookPost__share img {
  width: 1.5rem;
}
:root {
  --main700: #644E00;
  --main600: #967500;
  --main500: #FAC300;
  --main400: #FBCF33;
  --main300: #FCDB66;
  --main200: #FDE799;
  --main100: #FEEDB3;
  --main50: #FEF3CC;
  --grey700: #1D1D1D;
  --grey600: #4A4A4A;
  --grey500: #777;
  --grey400: #A5A5A5;
  --grey300: #BBB;
  --grey200: #D2D2D2;
  --grey100: #E8E8E8;
  --grey50: #FBFBFB;
  --blueDark: #274A5D;
  --black: #000;
  --white: #fff;
  --inter: 'Inter', sans-serif;
  --aktivGrotesk: "aktiv-grotesk", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  background: var(--gray);
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  background: var(--white);
  color: var(--grey700);
  margin: 0 auto;
  max-width: 1920px;
  font-family: var(--inter);
}
a {
  color: inherit;
  text-decoration: inherit;
}
.btn {
  border-radius: 2rem;
  padding: 10px 30px;
}
.btn i.fa {
  margin-right: 0.5rem;
}
.btn-primary {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
  font-weight: 600;
}
.btn-primary:hover {
  background: var(--redH);
  border-color: var(--redH);
  color: #fff;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 80, 80, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: var(--redH);
  border-color: var(--redH);
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--redH);
  border-color: rgba(242, 80, 80, 0.2);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 80, 80, 0.2);
}
.container {
  max-width: 1114px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1400px) {
  .container {
    max-width: 882px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 650px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 540px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 480px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 1rem;
  }
}
.container.-big {
  max-width: 1344px;
}
@media (max-width: 1400px) {
  .container.-big {
    max-width: 1114px;
  }
}
@media (max-width: 1200px) {
  .container.-big {
    max-width: 882px;
  }
}
@media (max-width: 992px) {
  .container.-big {
    max-width: 720px;
  }
}
@media (max-width: 768px) {
  .container.-big {
    max-width: 520px;
  }
}
@media (max-width: 576px) {
  .container.-big {
    max-width: 100%;
    padding: 0 2rem;
  }
}
@media (max-width: 576px) {
  .container.-big.-noPaddingMobile {
    max-width: 100%;
    padding: 0;
  }
}
.container.-small {
  max-width: 882px;
}
@media (max-width: 1400px) {
  .container.-small {
    max-width: 650px;
  }
}
@media (max-width: 1200px) {
  .container.-small {
    max-width: 540px;
  }
}
@media (max-width: 992px) {
  .container.-small {
    max-width: 480px;
  }
}
@media (max-width: 768px) {
  .container.-small {
    max-width: 480px;
  }
}
@media (max-width: 576px) {
  .container.-small {
    max-width: 100%;
    padding: 0 1rem;
  }
}
.mainPage {
  min-height: 400vh;
}
.mainPage .scrollAnimationBox {
  position: sticky;
  top: 0;
  height: 100vh;
}
@media (max-width: 992px) {
  .mainPage .scrollAnimationBox {
    position: static;
    height: auto;
  }
}
.mainPage section {
  position: absolute;
  inset: 0;
  z-index: 10;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .mainPage section {
    position: relative;
  }
}
@media (min-width: 992px) {
  .mainPage.-step2 .aboutMe,
  .mainPage.-step3 .aboutMe,
  .mainPage.-step4 .aboutMe,
  .mainPage.-step5 .aboutMe,
  .mainPage.-step6 .aboutMe {
    transform: translateY(0);
  }
  .mainPage.-step2 .aboutMe .h2Large,
  .mainPage.-step3 .aboutMe .h2Large,
  .mainPage.-step4 .aboutMe .h2Large,
  .mainPage.-step5 .aboutMe .h2Large,
  .mainPage.-step6 .aboutMe .h2Large {
    transform: translateY(0);
  }
  .mainPage.-step2 .aboutMe .aboutMe__columnLeft .body,
  .mainPage.-step3 .aboutMe .aboutMe__columnLeft .body,
  .mainPage.-step4 .aboutMe .aboutMe__columnLeft .body,
  .mainPage.-step5 .aboutMe .aboutMe__columnLeft .body,
  .mainPage.-step6 .aboutMe .aboutMe__columnLeft .body,
  .mainPage.-step2 .aboutMe .aboutMe__columnRight .body,
  .mainPage.-step3 .aboutMe .aboutMe__columnRight .body,
  .mainPage.-step4 .aboutMe .aboutMe__columnRight .body,
  .mainPage.-step5 .aboutMe .aboutMe__columnRight .body,
  .mainPage.-step6 .aboutMe .aboutMe__columnRight .body {
    transform: translateY(0);
  }
  .mainPage.-step2 .aboutMe .aboutMe__image,
  .mainPage.-step3 .aboutMe .aboutMe__image,
  .mainPage.-step4 .aboutMe .aboutMe__image,
  .mainPage.-step5 .aboutMe .aboutMe__image,
  .mainPage.-step6 .aboutMe .aboutMe__image {
    transform: translate(-50%, -50%);
  }
  .mainPage.-step3 .myCity,
  .mainPage.-step4 .myCity,
  .mainPage.-step5 .myCity,
  .mainPage.-step6 .myCity {
    transform: translateY(0);
  }
  .mainPage.-step3 .myCity video,
  .mainPage.-step4 .myCity video,
  .mainPage.-step5 .myCity video,
  .mainPage.-step6 .myCity video {
    transform: translateY(0) scale(1);
  }
  .mainPage.-step3 .myCity .myCity__text .h5Medium,
  .mainPage.-step4 .myCity .myCity__text .h5Medium,
  .mainPage.-step5 .myCity .myCity__text .h5Medium,
  .mainPage.-step6 .myCity .myCity__text .h5Medium {
    transform: translateY(0);
    opacity: 1;
  }
  .mainPage.-step4 .politics2,
  .mainPage.-step5 .politics2,
  .mainPage.-step6 .politics2 {
    transform: translateY(0);
  }
  .mainPage.-step5 .articlesHome,
  .mainPage.-step6 .articlesHome {
    transform: translateY(0);
  }
  .mainPage.-step5 .articlesHome .articlesHome__items,
  .mainPage.-step6 .articlesHome .articlesHome__items {
    transform: translateX(0);
    opacity: 1;
  }
  .mainPage.-step5 .articlesHome .articlesHome__body .h3Large,
  .mainPage.-step6 .articlesHome .articlesHome__body .h3Large {
    transform: translateY(0);
    opacity: 1;
  }
  .mainPage.-step6 .contactHome {
    transform: translateY(0);
  }
  .mainPage.-step6 .contactHome .contactHome__body .h3Large {
    transform: translateY(0);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mainPage.-step2 .aboutMe .aboutMe__image,
  .mainPage.-step3 .aboutMe .aboutMe__image,
  .mainPage.-step4 .aboutMe .aboutMe__image,
  .mainPage.-step5 .aboutMe .aboutMe__image,
  .mainPage.-step6 .aboutMe .aboutMe__image {
    transform: translate(50%, -50%);
  }
}
.h1Large {
  font-size: 12.45rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -6px;
  font-family: var(--aktivGrotesk);
}
@media (max-width: 1400px) {
  .h1Large {
    font-size: 10rem;
  }
}
@media (max-width: 1200px) {
  .h1Large {
    font-size: 8rem;
    letter-spacing: -4px;
  }
}
@media (max-width: 992px) {
  .h1Large {
    font-size: 6.85rem;
  }
}
@media (max-width: 768px) {
  .h1Large {
    font-size: 5.85rem;
  }
}
@media (max-width: 576px) {
  .h1Large {
    font-size: 5rem;
  }
}
.textarea h1,
.h1 {
  font-size: 5.75rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -9px;
  font-family: var(--aktivGrotesk);
}
@media (max-width: 1200px) {
  .textarea h1,
  .h1 {
    font-size: 4.75rem;
    letter-spacing: -5px;
  }
}
@media (max-width: 992px) {
  .textarea h1,
  .h1 {
    font-size: 3.75rem;
    letter-spacing: -3px;
  }
}
@media (max-width: 768px) {
  .textarea h1,
  .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .textarea h1,
  .h1 {
    font-size: 2.75rem;
  }
}
.h2Large {
  font-size: 8rem;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -5.2px;
  font-family: var(--aktivGrotesk);
  display: block;
}
@media (max-width: 1400px) {
  .h2Large {
    font-size: 6.5rem;
  }
}
@media (max-width: 1200px) {
  .h2Large {
    font-size: 4.75rem;
    letter-spacing: -3px;
  }
}
@media (max-width: 992px) {
  .h2Large {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .h2Large {
    font-size: 3.5rem;
  }
}
@media (max-width: 576px) {
  .h2Large {
    font-size: 3.25rem;
  }
}
.textarea h2,
.h2 {
  font-size: 4.75rem;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -4.4px;
  font-family: var(--aktivGrotesk);
}
@media (max-width: 1200px) {
  .textarea h2,
  .h2 {
    font-size: 3.5rem;
    letter-spacing: -2px;
  }
}
@media (max-width: 992px) {
  .textarea h2,
  .h2 {
    font-size: 3rem;
    letter-spacing: -1px;
  }
}
@media (max-width: 768px) {
  .textarea h2,
  .h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .textarea h2,
  .h2 {
    font-size: 2.25rem;
  }
}
.h3Large {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.4px;
  font-family: var(--aktivGrotesk);
}
@media (max-width: 1400px) {
  .h3Large {
    font-size: 3.1rem;
  }
}
@media (max-width: 1200px) {
  .h3Large {
    font-size: 3rem;
  }
}
@media (max-width: 992px) {
  .h3Large {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .h3Large {
    font-size: 2rem;
  }
}
.textarea h3,
.h3 {
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
  font-family: var(--aktivGrotesk);
}
@media (max-width: 1400px) {
  .textarea h3,
  .h3 {
    font-size: 2.75rem;
  }
}
@media (max-width: 768px) {
  .textarea h3,
  .h3 {
    font-size: 2.25rem;
  }
}
@media (max-width: 576px) {
  .textarea h3,
  .h3 {
    font-size: 2rem;
  }
}
.h4Large {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1.35px;
  font-family: var(--aktivGrotesk);
}
.textarea h4,
.h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.2px;
  font-family: var(--aktivGrotesk);
}
@media (max-width: 1200px) {
  .textarea h4,
  .h4 {
    font-size: 2rem;
  }
}
@media (max-width: 992px) {
  .textarea h4,
  .h4 {
    font-size: 1.8rem;
  }
}
.h5Large {
  font-size: 2.15rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  font-family: var(--aktivGrotesk);
}
.textarea h5,
.h5Medium,
.h5Medium p {
  font-size: 1.81rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.9px;
  font-family: var(--aktivGrotesk);
}
@media (max-width: 1400px) {
  .textarea h5,
  .h5Medium,
  .h5Medium p {
    font-size: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .textarea h5,
  .h5Medium,
  .h5Medium p {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .textarea h5,
  .h5Medium,
  .h5Medium p {
    font-size: 1.3rem;
  }
}
.h5Small {
  font-size: 1.56rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.5px;
  font-family: var(--aktivGrotesk);
}
@media (max-width: 1400px) {
  .h5Small {
    font-size: 1.4rem;
  }
}
@media (max-width: 1200px) {
  .h5Small {
    font-size: 1.3rem;
  }
}
@media (max-width: 992px) {
  .h5Small {
    font-size: 1.25rem;
  }
}
.bodyLarge,
.bodyLarge p {
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
@media (max-width: 1200px) {
  .bodyLarge,
  .bodyLarge p {
    font-size: 1rem;
  }
}
.body,
.body p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 1200px) {
  .body,
  .body p {
    font-size: 0.9rem;
  }
}
.textarea h1,
.textarea h2,
.textarea h3,
.textarea h4,
.textarea h5,
.textarea h6,
.textarea p {
  margin-bottom: 1rem;
}
.textarea h6 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.9px;
  font-family: var(--aktivGrotesk);
}
@media (max-width: 1400px) {
  .textarea h6 {
    font-size: 1.3rem;
  }
}
@media (max-width: 1200px) {
  .textarea h6 {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .textarea h6 {
    font-size: 1.1rem;
  }
}
.textarea p {
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .textarea p {
    font-size: 0.9rem;
    text-align: justify;
  }
}
.textarea ul,
.textarea ol {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}
.textarea ul li,
.textarea ol li {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.15rem 0;
}
@media (max-width: 576px) {
  .textarea ul li,
  .textarea ol li {
    font-size: 0.9rem;
    text-align: justify;
  }
}
.caption,
.caption p {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
}
.introSectionElections {
  background-image: url("../image/bg_intro_elections.jpg");
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 992px) {
  .introSectionElections {
    background-position: 60% top;
  }
}
.introSectionElections__logo {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
  opacity: 1;
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
}
.introSectionElections__logo img {
  width: 20rem;
}
@media (max-width: 992px) {
  .introSectionElections__logo img {
    width: 15rem;
  }
}
.introSectionElections__body {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 3rem 0;
}
@media (max-width: 1400px) {
  .introSectionElections__body {
    padding: 3rem 0 15vh;
  }
}
@media (max-width: 992px) {
  .introSectionElections__body {
    align-items: flex-end;
    padding: 5rem 0;
  }
}
.introSectionElections__image {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
  display: flex;
  align-items: flex-end;
  left: 20px;
}
@media (max-width: 1400px) {
  .introSectionElections__image {
    left: -150px;
    bottom: 130px;
  }
}
@media (max-width: 992px) {
  .introSectionElections__image {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
  }
}
.introSectionElections__image img {
  width: 100%;
  max-width: 1000px;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 1400px) {
  .introSectionElections__image img {
    max-width: 1000px;
  }
}
@media (max-width: 1200px) {
  .introSectionElections__image img {
    max-width: 1000px;
  }
}
@media (max-width: 992px) {
  .introSectionElections__image img {
    max-width: 700px;
    max-height: 70vh;
    width: auto;
  }
}
@media (max-width: 768px) {
  .introSectionElections__image img {
    display: block;
    margin: 0 auto;
    max-width: 650px;
    max-height: 40vh;
  }
}
@media (max-width: 576px) {
  .introSectionElections__image img {
    max-width: 100vw;
  }
}
.introSectionElections__left {
  max-width: 320px;
  position: relative;
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
}
@media (max-width: 1400px) {
  .introSectionElections__left {
    background: var(--main500);
    position: absolute;
    padding: 1.5rem 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    max-width: 100%;
    gap: 5rem;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .introSectionElections__left {
    bottom: 48px;
    gap: 2rem;
    padding: 0;
  }
}
.introSectionElections__left:before,
.introSectionElections__left:after {
  display: none;
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 50vw;
  background: var(--main500);
}
@media (max-width: 1400px) {
  .introSectionElections__left:before,
  .introSectionElections__left:after {
    display: block;
  }
}
.introSectionElections__left:before {
  right: 100%;
}
.introSectionElections__left:after {
  left: 100%;
}
.introSectionElections__left h3 {
  font-size: 2.75rem;
  color: var(--blueDark);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1.75px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .introSectionElections__left h3:first-child {
    font-size: 1.75rem;
  }
}
@media (max-width: 576px) {
  .introSectionElections__left h3:first-child {
    font-size: 1.5rem;
  }
}
@media (max-width: 1400px) {
  .introSectionElections__left h3:first-child br {
    display: none;
  }
}
.introSectionElections__left h3:last-child {
  font-size: 1.75rem;
}
@media (max-width: 992px) {
  .introSectionElections__left h3:last-child {
    font-size: 1.35rem;
  }
}
@media (max-width: 576px) {
  .introSectionElections__left h3:last-child {
    font-size: 1.25rem;
  }
}
@media (max-width: 1400px) {
}
.introSectionElections__left hr {
  margin: 1.5rem 0;
  border-color: var(--main500);
  border-top: 4px solid var(--main500);
}
@media (max-width: 1400px) {
  .introSectionElections__left hr {
    border-top: none;
    border-left: 4px solid var(--blueDark);
    height: 3rem;
  }
}
.introSectionElections__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
}
.introSectionElections__list {
  max-width: 440px;
  margin-bottom: 1rem;
}
@media (max-width: 1400px) {
  .introSectionElections__list {
    max-width: 440px;
  }
}
@media (max-width: 1200px) {
  .introSectionElections__list {
    max-width: 360px;
  }
}
@media (max-width: 992px) {
  .introSectionElections__list {
    position: absolute;
    top: 15vh;
    right: -90px;
  }
}
@media (max-width: 768px) {
  .introSectionElections__list {
    right: 0;
  }
}
@media (max-width: 576px) {
  .introSectionElections__list {
    max-width: 330px;
  }
}
.introSectionElections__list img {
  width: 100%;
  max-height: 60vh;
}
.introSectionElections__footer {
  font-size: 0.75rem;
  max-width: 300px;
  color: var(--grey700);
  font-weight: 500;
  text-align: right;
}
@media (max-width: 992px) {
  .introSectionElections__footer {
    position: absolute;
    bottom: 0;
    background: var(--main500);
    z-index: 11;
    max-width: 100%;
    padding: 0.5rem 0;
    border-top: 2px solid var(--blueDark);
    text-align: center;
  }
}
.introSectionElections__footer:before,
.introSectionElections__footer:after {
  display: none;
  position: absolute;
  content: '';
  top: -2px;
  bottom: 0;
  width: 50vw;
  background: var(--main500);
  border-top: 2px solid var(--blueDark);
}
@media (max-width: 992px) {
  .introSectionElections__footer:before,
  .introSectionElections__footer:after {
    display: block;
  }
}
.introSectionElections__footer:before {
  right: 100%;
}
.introSectionElections__footer:after {
  left: 100%;
}
.introSection {
  background-image: url("../image/bg_intro.jpg");
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  overflow: hidden;
}
.introSection:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50vh;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  display: none;
}
@media (max-width: 992px) {
  .introSection:before {
    display: block;
  }
}
.introSection.-isLoad .introSection__image,
.introSection.-isLoad .h1Large,
.introSection.-isLoad .h2Large,
.introSection.-isLoad .h5Medium {
  margin-left: 0;
  opacity: 1;
}
.introSection.-isLoad .introSection__image {
  right: -200px;
}
@media (max-width: 1200px) {
  .introSection.-isLoad .introSection__image {
    right: -250px;
  }
}
@media (max-width: 992px) {
  .introSection.-isLoad .introSection__image {
    right: auto;
  }
}
.introSection.-isLoad .introSection__social li {
  transform: translate(0);
  opacity: 1;
}
.introSection.-isLoad .introSection__logo {
  opacity: 1;
  scale: 1;
}
.introSection__body {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 3rem 0;
}
@media (max-width: 992px) {
  .introSection__body {
    align-items: flex-end;
    padding: 5rem 0;
  }
}
.introSection__text .h1Large,
.introSection__text .h2Large,
.introSection__text .h5Medium {
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
  margin-left: -10rem;
  opacity: 0;
}
.introSection__text .h1Large,
.introSection__text .h2Large {
  color: var(--white);
  position: relative;
  z-index: 0;
}
@media (max-width: 992px) {
  .introSection__text .h1Large,
  .introSection__text .h2Large {
    z-index: 5;
  }
}
.introSection__text .h2Large {
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 992px) {
  .introSection__text .h2Large {
    margin-bottom: 2rem;
  }
}
.introSection__text .h5Medium {
  color: var(--grey50);
  max-width: 570px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1400px) {
  .introSection__text .h5Medium {
    max-width: 475px;
  }
}
@media (max-width: 992px) {
  .introSection__text .h5Medium {
    max-width: 100%;
  }
}
.introSection__image {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
  margin-left: 10rem;
  display: flex;
  align-items: flex-end;
  right: -300px;
}
@media (max-width: 1200px) {
  .introSection__image {
    right: -350px;
  }
}
@media (max-width: 992px) {
  .introSection__image {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.introSection__image img {
  width: 100%;
  max-width: 1114px;
  max-height: 100%;
}
@media (max-width: 1400px) {
  .introSection__image img {
    max-width: 992px;
  }
}
@media (max-width: 1200px) {
  .introSection__image img {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .introSection__image img {
    max-width: 100vh;
    max-height: 100vh;
    width: 100vh;
  }
}
.introSection__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
  scale: 1.15;
}
.introSection__logo img {
  width: 7.6rem;
}
@media (max-width: 992px) {
  .introSection__logo img {
    width: 5rem;
  }
}
.introSection__social {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 992px) {
  .introSection__social {
    left: 1rem;
    right: auto;
  }
}
@media (max-width: 768px) {
  .introSection__social {
    display: none;
  }
}
.introSection__social li {
  transform: translateX(3rem);
  opacity: 0;
  display: flex;
  justify-content: flex-end;
}
.introSection__social li:nth-child(1) {
  transition: 1s 0.4s cubic-bezier(0.78, 0, 0.13, 1);
}
.introSection__social li:nth-child(2) {
  transition: 1s 0.3s cubic-bezier(0.78, 0, 0.13, 1);
}
.introSection__social li:nth-child(3) {
  transition: 1s 0.2s cubic-bezier(0.78, 0, 0.13, 1);
}
.introSection__social li:nth-child(4) {
  transition: 1s 0.1s cubic-bezier(0.78, 0, 0.13, 1);
}
.introSection__social li:nth-child(5) {
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
}
.introSection__social li a {
  cursor: pointer;
  padding: 0.25rem;
  display: block;
  transition: 0.3s ease-in-out;
}
.introSection__social li a:hover {
  padding: 0.25rem 1rem 0.25rem 0.25rem;
}
.introSection__social li a img {
  width: 2.5rem;
}
@media (max-width: 992px) {
  .introSection__social li a img {
    width: 2.25rem;
  }
}
.aboutMe {
  transform: translateY(100%);
  background: linear-gradient(0deg, #FAC300 0%, #FAC300 100%), #F3F2F0;
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
  overflow: hidden;
}
@media (max-width: 992px) {
  .aboutMe {
    min-height: auto !important;
    transform: translateY(0);
  }
}
.aboutMe__body {
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  min-height: 100vh;
}
@media (max-width: 1200px) {
  .aboutMe__body {
    position: relative;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .aboutMe__body {
    min-height: auto;
    padding: 5rem 0;
  }
}
.aboutMe__body .h2Large {
  margin-bottom: 4.8rem;
  transform: translateY(-30vh);
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
}
@media (max-width: 1400px) {
  .aboutMe__body .h2Large {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1200px) {
  .aboutMe__body .h2Large {
    margin-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .aboutMe__body .h2Large {
    transform: translateY(0);
    margin-bottom: 2rem;
  }
}
.aboutMe__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 15.75rem;
  flex: 1;
}
@media (max-width: 1400px) {
  .aboutMe__columns {
    gap: 12rem;
  }
}
@media (max-width: 1200px) {
  .aboutMe__columns {
    gap: 1rem;
    grid-template-columns: 1fr;
    padding-right: 5rem;
    align-items: center;
    flex: unset;
  }
}
@media (max-width: 992px) {
  .aboutMe__columns {
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  .aboutMe__columns {
    padding-right: 0;
  }
}
.aboutMe__columnLeft .h5Small {
  margin-bottom: 2.6rem;
}
@media (max-width: 1200px) {
  .aboutMe__columnLeft .h5Small {
    margin-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .aboutMe__columnLeft .h5Small {
    margin-bottom: 2rem;
  }
}
.aboutMe__columnLeft .body {
  transform: translateY(50vh);
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
}
@media (max-width: 992px) {
  .aboutMe__columnLeft .body {
    transform: translateY(0);
  }
}
.aboutMe__columnRight {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .aboutMe__columnRight {
    align-items: center;
  }
}
.aboutMe__columnRight .body {
  transform: translateY(50vh);
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
  margin-bottom: 4rem;
}
@media (max-width: 1400px) {
  .aboutMe__columnRight .body {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .aboutMe__columnRight .body {
    transform: translateY(0);
  }
}
.aboutMe__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  max-width: 15.75rem;
  max-height: 90vh;
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
}
@media (max-width: 1400px) {
  .aboutMe__image {
    max-width: 12rem;
  }
}
@media (max-width: 1200px) {
  .aboutMe__image {
    max-width: 10rem;
    left: auto;
    right: 0;
    transform: translate(50%, 50%);
  }
}
@media (max-width: 992px) {
  .aboutMe__image {
    transform: translate(50%, -50%);
  }
}
@media (max-width: 576px) {
  .aboutMe__image {
    display: none;
  }
}
.myCity {
  transform: translateY(100%);
  background: linear-gradient(0deg, #FAC300 0%, #FAC300 100%), #F3F2F0;
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
}
@media (max-width: 992px) {
  .myCity {
    padding: 5rem 0;
    min-height: auto !important;
    transform: translateY(0);
  }
}
.myCity__videoBackground {
  position: absolute;
  inset: 0;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .myCity__videoBackground {
    min-height: auto;
  }
}
.myCity__videoBackground video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
  transform: translateY(-50%) scale(0.3);
}
@media (max-width: 992px) {
  .myCity__videoBackground video {
    transform: translateY(0) scale(1);
  }
}
.myCity__text {
  position: relative;
  z-index: 10;
}
.myCity__text .h3,
.myCity__text .h5Medium {
  text-align: center;
  color: var(--white);
}
.myCity__text .h3 {
  margin-bottom: 2rem;
}
.myCity__text .h5Medium {
  opacity: 0;
  transform: translateY(100%);
  transition: 1s 0.25s cubic-bezier(0.78, 0, 0.13, 1);
}
@media (max-width: 992px) {
  .myCity__text .h5Medium {
    transform: translateY(0);
    opacity: 1;
  }
}
.politykaHome {
  transform: translateY(100%);
  background: var(--white) url("../image/logo_sygnet.svg") no-repeat bottom left;
  background-size: 240px auto;
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .politykaHome {
    min-height: auto !important;
    background-size: 160px auto;
    transform: translateY(0);
  }
}
.politykaHome__body {
  padding: 3rem 0;
}
@media (max-width: 992px) {
  .politykaHome__body {
    padding: 5rem 0;
  }
}
.politykaHome__body .h3Large {
  margin-bottom: 3.09rem;
  transform: translateY(-30vh);
  opacity: 0;
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
}
@media (max-width: 992px) {
  .politykaHome__body .h3Large {
    transform: translateY(0);
    opacity: 1;
  }
}
.articlesHome {
  transform: translateY(100%);
  background: var(--white) url("../image/logo_sygnet.svg") no-repeat bottom left;
  background-size: 240px auto;
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .articlesHome {
    min-height: auto !important;
    background-size: 160px auto;
    transform: translateY(0);
  }
}
.articlesHome__body {
  padding: 3rem 0;
}
@media (max-width: 992px) {
  .articlesHome__body {
    padding: 5rem 0;
  }
}
.articlesHome__body .h3Large {
  margin-bottom: 3rem;
  transform: translateY(-30vh);
  opacity: 0;
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
}
@media (max-width: 1400px) {
  .articlesHome__body .h3Large {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .articlesHome__body .h3Large {
    transform: translateY(0);
    opacity: 1;
  }
}
.articlesHome__items {
  display: grid;
  grid-template-columns: 5fr 4fr 4fr;
  gap: 2rem;
  transform: translateX(50%);
  opacity: 0;
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
}
@media (max-width: 992px) {
  .articlesHome__items {
    transform: translateX(0);
    opacity: 1;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .articlesHome__buttonWrap {
    margin-top: 2rem;
  }
}
.articlesHome__buttonWrap .arrowButton {
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .articlesHome__buttonWrap .arrowButton {
    margin: 0 auto;
  }
}
.articleItem:hover img {
  scale: 1.1;
}
.articleItem__image {
  display: block;
  overflow: hidden;
  margin-bottom: 1rem;
}
.articleItem__image img {
  width: 100%;
  display: block;
  transition: 0.25s ease-in-out;
}
.arrowButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 1.5rem;
  padding: 2rem 2.5rem;
  transition: 0.3s ease-in-out;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 992px) {
  .arrowButton {
    padding: 1.5rem 2.1rem;
    gap: 0.75rem;
  }
}
.arrowButton.-prev .arrowButton__arrow {
  transform: rotate(180deg);
}
.arrowButton:hover {
  gap: 2.5rem;
}
@media (max-width: 992px) {
  .arrowButton:hover {
    gap: 1.5rem;
  }
}
.arrowButton__label {
  font-size: 1.1875rem;
  font-weight: 500;
  font-family: var(--aktivGrotesk);
  line-height: 1;
  letter-spacing: -0.2px;
  color: var(--grey700);
}
@media (max-width: 992px) {
  .arrowButton__label {
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .arrowButton__arrow {
    width: 3rem;
  }
}
.contactHome {
  transform: translateY(100%);
  background: linear-gradient(0deg, #FAC300 0%, #FAC300 100%), #F3F2F0;
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.contactHome.-noAnimation {
  transform: translateY(0);
  min-height: auto !important;
}
.contactHome.-noAnimation .contactHome__body .h3Large {
  transform: translateY(0);
}
@media (max-width: 992px) {
  .contactHome {
    transform: translateY(0);
    min-height: auto !important;
  }
}
.contactHome__body {
  padding: 3rem 0;
}
@media (max-width: 992px) {
  .contactHome__body {
    padding: 5rem 0;
  }
}
.contactHome__body .h3Large {
  text-align: center;
  margin-bottom: 4rem;
  transform: translateY(-50vh);
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
}
@media (max-width: 1400px) {
  .contactHome__body .h3Large {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .contactHome__body .h3Large {
    transform: translateY(0);
  }
}
.formContact .form-error-label {
  color: #ff0029;
  font-weight: 600;
  padding-top: 0.2rem;
  font-size: 0.65rem;
}
.formContact .form .arrowButton {
  margin: 0 0 0 auto;
  background: var(--main300);
}
@media (max-width: 992px) {
  .formContact .form .arrowButton {
    margin: 0 auto;
  }
}
.formContact .form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .formContact .form__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.formContact .form .form-group {
  margin-bottom: 1rem;
}
.formContact .form .form-group .form-label {
  display: none;
}
.formContact .form .form-group .input-group {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .formContact .form .form-group .input-group {
    justify-content: center;
  }
}
.formContact .form .form-group .input-group input[type=text],
.formContact .form .form-group .input-group textarea {
  width: 100%;
  padding: 1rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border: none;
  margin: 0;
  font-family: var(--inter);
}
@media (max-width: 992px) {
  .formContact .form .form-group .input-group input[type=text],
  .formContact .form .form-group .input-group textarea {
    font-size: 0.9rem;
    padding: 0.75rem 1rem;
  }
}
.formContact .form .form-group .input-group input[type=text]::placeholder,
.formContact .form .form-group .input-group textarea::placeholder {
  color: var(--grey500);
}
.formContact .form .form-group .input-group input[type=text]:focus,
.formContact .form .form-group .input-group textarea:focus {
  outline: none;
}
.formContact .form .form-group .form-check-label {
  font-size: 0.7rem;
  line-height: 1.5;
  color: var(--grey700);
}
.footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .footer {
    grid-template-columns: 1fr;
  }
}
.footer__body {
  padding: 5.7rem 3rem;
}
@media (max-width: 1200px) {
  .footer__body {
    padding: 4rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .footer__body {
    order: 1;
    text-align: center;
  }
}
.footer__subTitle {
  font-family: var(--aktivGrotesk);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  color: var(--grey700);
}
@media (max-width: 992px) {
  .footer__subTitle {
    font-size: 1.75rem;
  }
}
@media (max-width: 576px) {
  .footer__subTitle {
    font-size: 1.5rem;
  }
}
.footer__title {
  font-family: var(--aktivGrotesk);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1.3px;
  color: var(--grey700);
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .footer__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 576px) {
  .footer__title {
    font-size: 1.75rem;
  }
}
.footer__content {
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .footer__content {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .footer__content {
    order: 1;
  }
}
.footer__social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 992px) {
  .footer__social {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .footer__social li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer__social li a {
  display: flex;
  align-items: center;
  transition: 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .footer__social li a {
    width: fit-content;
  }
}
.footer__social li a:hover {
  background: var(--main400);
}
.footer__socialIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: var(--main500);
}
.footer__socialLabel {
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
}
.footer__image {
  background-image: url("../image/footer_stanko.png");
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .footer__image {
    aspect-ratio: 1;
  }
}
.sessionAlert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem 2rem;
  background: var(--main400);
  box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 0.5);
  display: flex;
  align-items: center;
  gap: 2rem;
  z-index: 20;
}
.sessionAlert button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
.sessionAlert button img {
  width: 1.5rem;
}
.sessionAlert p {
  flex: 1;
  font-family: var(--aktivGrotesk);
  letter-spacing: 1px;
  color: var(--grey700);
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 576px) {
  .sessionAlert p {
    font-size: 0.9rem;
    letter-spacing: 0;
  }
}
.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 101;
  inset: 0;
  background: var(--white) url("../image/logo_sygnet.svg") no-repeat bottom left;
  background-size: 180px;
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
}
.loader.-out {
  transform: translateY(-100%);
  opacity: 0;
}
.loader .lds-ring {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
}
.loader .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  margin: 8px;
  border: 9px solid var(--main500);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--main500) transparent transparent transparent;
}
.loader .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.loader .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.loader .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 1rem 1rem;
}
.header .video-link {
  width: 55px;
  height: 50px;
  position: absolute;
  right: 15px;
  top: 80px;
  border-radius: 25px;
  background-image: url(../image/icons/play_video.svg);
  background-position: center center;
  background-size: 70% auto;
  background-color: #000;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .header .video-link {
    top: 70px;
    width: 50px;
  }
}
.header__body {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: var(--grey700);
  width: fit-content;
  margin: 0 0 0 auto;
  padding: 0.5rem 0.9rem;
  border-radius: 10rem;
}
@media (max-width: 576px) {
  .header__body {
    padding: 0.5rem 0.7rem;
  }
}
.hamburger {
  --hamburgerScale: 0.4;
  width: calc(var(--hamburgerScale) * 60px);
  height: calc(var(--hamburgerScale) * 45px);
  position: relative;
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border: none;
  background: transparent;
}
.hamburger span {
  display: block;
  position: absolute;
  height: calc(var(--hamburgerScale) * 5px);
  width: 100%;
  background: var(--white);
  border-radius: calc(var(--hamburgerScale) * 4px);
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
.hamburger span:nth-child(2) {
  top: calc(var(--hamburgerScale) * 18px);
  transform-origin: left center;
}
.hamburger span:nth-child(3) {
  top: calc(var(--hamburgerScale) * 36px);
  transform-origin: left center;
}
.hamburger.-active span:nth-child(1) {
  transform: rotate(45deg);
  top: calc(var(--hamburgerScale) * -3px);
  left: calc(var(--hamburgerScale) * 8px);
}
.hamburger.-active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.hamburger.-active span:nth-child(3) {
  transform: rotate(-45deg);
  top: calc(var(--hamburgerScale) * 39px);
  left: calc(var(--hamburgerScale) * 8px);
}
.nav.-active ul {
  max-width: 100vh;
}
.nav.-active ul li a {
  opacity: 1;
  padding: 0.5rem 1.5rem;
}
@media (max-width: 768px) {
  .nav.-active ul li a {
    padding: 0.5rem 0.75rem;
  }
}
@media (max-width: 576px) {
  .nav.-active ul li a {
    padding: 0.5rem;
  }
}
.nav ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  max-width: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.nav ul li:last-child {
  padding-right: 1rem;
}
.nav ul li a {
  display: block;
  font-family: var(--aktivGrotesk);
  padding: 0.5rem 0;
  color: var(--white);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.5px;
  cursor: pointer;
  white-space: nowrap;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
@media (max-width: 576px) {
  .nav ul li a {
    font-size: 0.7rem;
  }
}
.articlesIndex {
  padding: 7.5rem 0 10rem;
  background: var(--white) url("../image/logo_sygnet.svg") no-repeat bottom left;
  background-size: 140px auto;
  position: relative;
}
@media (max-width: 992px) {
  .articlesIndex {
    padding: 6rem 0;
  }
}
.articlesIndex__body .h3Large {
  text-align: center;
  margin-bottom: 1.5rem;
}
.articlesIndex__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.5rem;
  row-gap: 3rem;
}
@media (max-width: 992px) {
  .articlesIndex__items {
    grid-template-columns: 1fr;
  }
}
.articlesIndex__pagination {
  margin-top: 3rem;
}
.articlesIndex__pagination nav .pagination {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.articlesIndex__pagination nav .pagination .page-item.disabled .page-link {
  background: var(--grey300);
}
.articlesIndex__pagination nav .pagination .page-item.active .page-link {
  background: var(--main600);
}
.articlesIndex__pagination nav .pagination .page-item:not(.disabled):not(.active) .page-link:hover {
  background: var(--main400);
}
.articlesIndex__pagination nav .pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 2rem;
  width: 2rem;
  border-radius: 4px;
  background: var(--main500);
  font-weight: 500;
  color: var(--white);
  transition: 0.15s ease-in-out;
}
.logoLink {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
}
.logoLink img {
  width: 7.6rem;
}
@media (max-width: 992px) {
  .logoLink img {
    width: 5rem;
  }
}
.article {
  padding: 7.5rem 0 6rem;
}
@media (max-width: 992px) {
  .article {
    padding: 6rem 0 4rem;
  }
}
.article__body .h4 {
  display: block;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.article__lead {
  margin-bottom: 1.5rem;
}
@media (max-width: 576px) {
  .article__lead {
    text-align: justify;
  }
}
.article__cover img {
  display: block;
  width: 100%;
}
.article__details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 4rem;
  margin-top: 1rem;
}
.article__info {
  line-height: 1;
  white-space: nowrap;
}
.article__info .label,
.article__info .value {
  font-size: 0.75rem;
}
.article__info .label {
  color: var(--grey400);
}
.article__info .value {
  font-weight: 500;
  color: var(--grey700);
}
.breadcrumb {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 0 1.25rem 0;
  padding: 0;
  gap: 1rem;
  width: 100%;
}
.breadcrumb li:last-child {
  flex: 1;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}
.breadcrumb li a,
.breadcrumb li span {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
.breadcrumb li a {
  color: var(--grey400);
  transition: 0.1s ease-in-out;
  position: relative;
}
.breadcrumb li a:before {
  content: '/';
  position: absolute;
  width: 1rem;
  display: block;
  left: 100%;
  top: 0;
  bottom: 0;
  text-align: center;
  color: var(--grey400);
}
.breadcrumb li a:hover {
  color: var(--grey500);
}
.breadcrumb li a:hover:before {
  color: var(--grey400);
}
.breadcrumb li span {
  color: var(--grey700);
}
.politics2 {
  transform: translateY(100%);
  background: #FFF;
  transition: 1s cubic-bezier(0.78, 0, 0.13, 1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
  background-image: url(../image/k_stanko_polityka.png);
  background-repeat: no-repeat;
  background-size: auto 70vh;
  background-position: bottom right -10vh;
}
@media (max-width: 992px) {
  .politics2 {
    padding: 5rem 0;
    min-height: auto !important;
    transform: translateY(0);
  }
}
@media (max-width: 1400px) {
  .politics2 {
    background-position: bottom right -15vh;
  }
}
@media (max-width: 992px) {
  .politics2 {
    background-position: bottom center;
    background-size: auto 48vh;
    padding-bottom: 45vh;
    border-bottom: 1px solid #ddd;
  }
}
.politics2__title {
  font-size: 3em;
  text-align: center;
  margin: 0 0 0rem 0;
  font-weight: 800;
  text-transform: uppercase;
}
.politics2__title2 {
  font-size: 1.2em;
  text-align: center;
  margin: 0 0 2rem 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding-left: 3px;
}
.politics2__items {
  color: #000;
  position: relative;
}
.politics2__item {
  text-align: justify;
  font-size: 1em;
  padding-right: 5%;
}
@media (max-width: 992px) {
  .politics2__item {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (max-width: 1200px) {
  .politics2__item {
    font-size: 1em;
  }
}
.politics2__item p {
  margin: 0 0 0.5em 0;
  line-height: 1.8em;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 3px #fff, 0px 0px 2px #fff, 0px 0px 3px #fff, 0px 0px 2px #fff;
}
@media (max-width: 1400px) {
  .politics2__item p {
    line-height: 1.6em;
  }
}
@media (max-width: 1200px) {
  .politics2__item p {
    line-height: 1.8em;
  }
}
@media (max-width: 992px) {
  .politics2__item {
    font-size: 1em;
  }
}
@media (max-width: 576px) {
  .politics2__item {
    font-size: 0.9em;
  }
}
.politics2__head {
  text-align: left;
  padding: 0;
  margin: 0 0 0.5em 0;
  font-size: 1.4em;
}
.politics2__body {
  background: rgba(0, 0, 0, 0.6);
  padding: 2rem;
}
.politics2 .slider-nav {
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 2rem;
  border: 1px solid var(--main500);
}
@media (max-width: 576px) {
  .politics2 .slider-nav {
    font-size: 0.9em;
  }
}
.politics2 .slider-nav .slick-track {
  transform: translate3d(0, 0, 0) !important;
}
.politics2 .slider-nav .slick-list {
  overflow: unset;
}
.politics2 .slider-nav .slick-slide {
  padding: 1em;
  border: 1px solid var(--main500);
  cursor: pointer;
  margin-left: -1px;
}
.politics2 .slider-nav .slick-current {
  background: var(--main500);
  color: #000;
  font-weight: 600;
  position: relative;
}
.politics2 .slider-nav .slick-current:after {
  content: "";
  position: absolute;
  bottom: -10px;
  margin-left: -10px;
  left: 50%;
  background: var(--main500);
  width: 20px;
  height: 20px;
  transform: rotateZ(45deg);
}
/*# sourceMappingURL=style.css.map */