@font-face {
  font-family: JostMedium;
  src: url("../fonts/Jost/static/jost-medium.ttf") format("truetype");
}
@font-face {
  font-family: JostLight;
  src: url("../fonts/Jost/static/jost-light.ttf") format("truetype");
}
@font-face {
  font-family: JostRegular;
  src: url("../fonts/Jost/static/jost-regular.ttf") format("truetype");
}
@font-face {
  font-family: JostBold;
  src: url("../fonts/Jost/static/jost-bold.ttf") format("truetype");
}
@font-face {
  font-family: JostItalic;
  src: url("../fonts/Jost/static/jost-italic.ttf") format("truetype");
}
@font-face {
  font-family: JostSemiBold;
  src: url("../fonts/Jost/static/jost-semibold.ttf") format("truetype");
}
@font-face {
  font-family: SofiaPro;
  src: url("../fonts/sofiapro/Fonts/sofiapro-light.otf") format("opentype");
}
@font-face {
  font-family: InstrumentSans;
  src: url("../fonts/instrument-sans/InstrumentSans.ttf") format("truetype");
}
@font-face {
  font-family: MontserratSemiBold;
  src: url("../fonts/montserrat/MontserratSemiBold.otf") format("opentype");
}
@font-face {
  font-family: LatoRegular;
  src: url("../fonts/lato/LatoRegular.otf") format("opentype");
}
#CookiebotWidget:not(.CookiebotWidget-open) .Cookiebotwidget-logo {
  outline: none !important;
}

button, a, .custom-next, .custom-prev, .custom-button-next .custom-button-next {
  transition: 120ms ease-out;
  cursor: pointer;
}

.custom-next:hover, .custom-prev:hover {
  opacity: 0.6;
}

button:hover {
  opacity: 0.6;
}

.form-open {
  cursor: pointer;
}

#borough option {
  color: black !important;
}

:root {
  --blue-dark: #0B0F19;
  --red-basic: #DA3B34;
  --lightblue-text: #B4BCD5;
  --blue-text: #578BF5;
  --greytext: #6B6B6B;
  --liftblue: #0081FE;
  --whiteish: #FFF4E9;
}

* {
  margin: 0;
  padding: 0;
  user-select: auto;
  font-family: "JostMedium";
  color: white;
}

html {
  background-color: var(--blue-dark);
  scroll-behavior: smooth;
}

.hide-on-desktop {
  display: flex !important;
}

.hide-on-mobile {
  display: none !important;
}

img, a, button {
  user-select: none;
}

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

.digit {
  transition: transform 0.3s ease;
}

.digit.flip {
  animation: flip 0.3s ease;
}

@keyframes flip {
  0% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
#cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  width: calc(100% - 30px);
  background: #DA3B34;
  padding: 15px;
  text-align: center;
  z-index: 100;
  flex-direction: column;
  gap: 15px;
}
#cookie-banner p {
  font-size: 12px;
}
#cookie-banner .buttons {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
#cookie-banner .buttons button {
  background-color: white;
  color: var(--blue-dark);
  padding: 10px 20px;
  appearance: none;
  border: none;
}

.form-popup {
  position: fixed;
  width: 100dvw;
  height: 100dvh;
  z-index: -10;
  top: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
  background: linear-gradient(to bottom, #1A2844, #0C0F19);
}
.form-popup .form {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.form-popup .form .header {
  display: flex;
  padding: 0px 20px;
  height: 80px;
  align-items: center;
  justify-content: space-between;
}
.form-popup .form .header img {
  width: 110px;
}
.form-popup .form .header button {
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
}
.form-popup .form .header button img {
  width: 28px;
  height: 28px;
}
.form-popup .form .prestep {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 150ms ease-out;
  flex-direction: column;
  margin-top: -80px;
}
.form-popup .form .prestep .close {
  position: absolute;
  right: 20px;
  height: 28px;
  width: 28px;
  top: 26px;
  border: none;
  background-color: transparent;
}
.form-popup .form .prestep .oz, .form-popup .form .prestep .strana {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.form-popup .form .prestep .oz h4, .form-popup .form .prestep .strana h4 {
  font-family: JostSemiBold;
  font-size: 26px;
  max-width: 320px;
  text-align: center;
}
.form-popup .form .prestep .oz p, .form-popup .form .prestep .strana p {
  font-family: JostMedium;
  font-size: 14px;
  max-width: 320px;
  text-align: center;
}
.form-popup .form .prestep .oz {
  background-color: white;
}
.form-popup .form .prestep .oz h4, .form-popup .form .prestep .oz p {
  color: #384C60;
}
.form-popup .form .prestep .oz button {
  padding: 12px 18px;
  background-color: var(--red-basic);
  font-size: 13px;
  border: none;
}
.form-popup .form .prestep .strana {
  background-color: var(--red-basic);
}
.form-popup .form .prestep .strana h4, .form-popup .form .prestep .strana p {
  color: white;
}
.form-popup .form .prestep .strana a {
  padding: 12px 18px;
  background-color: #191919;
  font-size: 13px;
  border: none;
  text-decoration: none;
}
.form-popup .form .prestep .strana p {
  min-height: 102.5px;
}
.form-popup .form .step {
  position: absolute;
  width: 320px;
  height: fit-content;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 100px;
  display: none;
  flex-direction: column;
  gap: 40px;
  opacity: 0;
  pointer-events: none;
  transition: 150ms ease-out;
}
.form-popup .form .step .form-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.form-popup .form .step .form-heading p {
  font-size: 13px;
  line-height: 18px;
  color: var(--red-basic);
}
.form-popup .form .step .form-heading h3 {
  font-family: JostLight;
  font-size: 36px;
  line-height: 36px;
}
.form-popup .form .step .multiline {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.form-popup .form .step .multiline .input-line {
  position: relative;
}
.form-popup .form .step .multiline .checkbox-line {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: nowrap;
  align-items: center;
}
.form-popup .form .step .multiline .checkbox-line label {
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  width: calc(100% - 27px);
}
.form-popup .form .step .multiline .checkbox-line input[type=checkbox] {
  outline: none;
  box-shadow: none;
  border-style: solid;
  border-color: white;
  border-width: 1px;
  appearance: none;
  cursor: pointer;
  position: relative;
  width: 24px !important;
  height: 24px !important;
  aspect-ratio: 1/1 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background: url("../img/check.svg");
  background-size: 0% !important;
  transition: background-size 0.15s, background-color 0.15s, border-color 0.15s;
}
.form-popup .form .step .multiline .checkbox-line input[type=checkbox]:checked {
  background-color: var(--red-basic);
  background-size: 65% !important;
  transition: background-size 0.15s, background-color 0.15s, border-color 0.15s;
  border-color: var(--red-basic);
}
.form-popup .form .step .multiline .error {
  bottom: -24px;
}
.form-popup .form .step .input-wrapper {
  position: relative;
}
.form-popup .form .step .input-wrapper input, .form-popup .form .step .input-wrapper select {
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid white;
  transition: 120ms ease-out;
  text-align: left;
  color: white;
  font-size: 16px;
  font-family: JostLight;
  width: 100%;
  padding: 5px 0px;
}
.form-popup .form .step .input-wrapper input:focus {
  border: none;
  outline: none;
  border-bottom: 2px solid white;
  margin-bottom: -1px;
}
.form-popup .form .step .input-wrapper .error {
  position: absolute;
  bottom: -28px;
  color: var(--red-basic);
  font-size: 14px;
  text-align: center;
  width: 100%;
  display: none;
}
.form-popup .form .step .form-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-popup .form .step .form-buttons .next, .form-popup .form .step .form-buttons .prev, .form-popup .form .step .form-buttons .submit {
  width: 100%;
  font-family: JostSemiBold;
  height: 55px;
  font-size: 14px;
  line-height: 14px;
  color: white;
  background-color: var(--red-basic);
  border: none;
  outline: none;
}
.form-popup .form .step .form-buttons .prev {
  background-color: white;
  color: var(--blue-dark);
}
.form-popup .form .step.active, .form-popup .form .prestep.active {
  pointer-events: all;
  opacity: 1;
  display: flex;
}
.form-popup .form .success {
  pointer-events: none;
  opacity: 0;
  transform: 150ms ease-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  position: absolute;
  width: 320px;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}
.form-popup .form .success img {
  width: 140px;
  aspect-ratio: 1/1;
}
.form-popup .form .success .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.form-popup .form .success .text p {
  font-size: 13px;
  line-height: 13px;
  color: var(--red-basic);
}
.form-popup .form .success .text h3 {
  font-family: JostLight;
  font-size: 36px;
  line-height: 125%;
}
.form-popup .form .success button {
  appearance: none;
  outline: none;
  border: 1px solid white;
  background: transparent;
  color: white;
  width: 100%;
  font-family: JostSemiBold;
  height: 55px;
  font-size: 14px;
  line-height: 14px;
}
.form-popup .form .success.active {
  pointer-events: all;
  opacity: 1;
}
.form-popup .form #step-2 {
  gap: 60px;
}
.form-popup .form #step-2 .input-wrapper .error {
  bottom: -50px;
}
.form-popup .form .step-checkbox .input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.form-popup .form .step-checkbox .input-wrapper .checkbox-line {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: nowrap;
  align-items: center;
}
.form-popup .form .step-checkbox .input-wrapper .checkbox-line label {
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  width: calc(100% - 27px);
}
.form-popup .form .step-checkbox .input-wrapper .checkbox-line input[type=checkbox] {
  outline: none;
  box-shadow: none;
  border-style: solid;
  border-color: white;
  border-width: 1px;
  appearance: none;
  cursor: pointer;
  position: relative;
  width: 24px !important;
  height: 24px !important;
  aspect-ratio: 1/1 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background: url("../img/check.svg");
  background-size: 0% !important;
  transition: background-size 0.15s, background-color 0.15s, border-color 0.15s;
}
.form-popup .form .step-checkbox .input-wrapper .checkbox-line input[type=checkbox]:checked {
  background-color: var(--red-basic);
  background-size: 65% !important;
  transition: background-size 0.15s, background-color 0.15s, border-color 0.15s;
  border-color: var(--red-basic);
}
.form-popup .form #step-8 .input-wrapper .checkbox-line {
  align-items: flex-start;
}
.form-popup .form #step-8 .input-wrapper .checkbox-line input[type=checkbox] {
  margin-top: 3px;
}

.form-popup.id {
  opacity: 100;
  pointer-events: auto;
}

.form-popup.active {
  pointer-events: all;
  opacity: 1;
  z-index: 10;
}

header {
  height: 115px;
  display: flex;
  align-items: center;
  position: sticky;
  flex-wrap: wrap;
  width: 100%;
  top: 0px;
  z-index: 5;
}
header #mobile-header {
  width: 100%;
  padding: 0px 20px;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  height: 80px;
  position: relative;
}
header #mobile-header button {
  background-color: transparent;
  border: none;
}
header #mobile-header a {
  width: fit-content;
}
header #mobile-header a img {
  width: 110px;
}
header #mobile-header #mobile-menu {
  position: absolute;
  width: calc(100% - 100px);
  left: 50%;
  transform: translateX(-50%);
  padding: 30px;
  top: 80px;
  opacity: 0;
  pointer-events: none;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 32px;
  transition: 120ms ease-out;
}
header #mobile-header #mobile-menu .links {
  display: flex;
  flex-direction: column;
}
header #mobile-header #mobile-menu .links .nav-group {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header #mobile-header #mobile-menu .links .nav-group:last-child {
  border-bottom: none;
}
header #mobile-header #mobile-menu .links .nav-group .nav-group-label {
  width: 100%;
  height: auto;
  padding: 16px 0px;
  background: none;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
header #mobile-header #mobile-menu .links .nav-group .nav-group-label span {
  width: auto;
  height: auto;
  border: none;
  background: none;
  font-size: 14px;
  font-family: JostMedium;
  color: var(--blue-dark);
}
header #mobile-header #mobile-menu .links .nav-group .nav-group-label svg {
  width: 14px;
  height: 9px;
  background: none;
  transition: transform 150ms ease-out;
}
header #mobile-header #mobile-menu .links .nav-group .nav-group-items {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height 220ms ease-out;
}
header #mobile-header #mobile-menu .links .nav-group .nav-group-items a,
header #mobile-header #mobile-menu .links .nav-group .nav-group-items .nav-sublink {
  font-size: 13px;
  font-family: JostMedium;
  color: var(--blue-dark);
  padding: 12px 0px 12px 16px;
  width: 100%;
  text-decoration: none;
}
header #mobile-header #mobile-menu .links .nav-group .nav-group-items .nav-sublink.soon {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #9AA3B5;
}
header #mobile-header #mobile-menu .links .nav-group .nav-group-items .nav-sublink.soon em {
  font-style: normal;
  font-size: 10px;
  line-height: 1;
  padding: 3px 6px;
  border-radius: 4px;
  background-color: #EEF1F6;
  color: #8A93A6;
}
header #mobile-header #mobile-menu .links .nav-group.open .nav-group-label svg {
  transform: rotate(180deg);
}
header #mobile-header #mobile-menu .links .nav-group.open .nav-group-items {
  max-height: 520px;
  padding-bottom: 8px;
}
header #mobile-header #mobile-menu button {
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  border: none;
}
header #mobile-header #mobile-menu button div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--blue-dark);
}
header #mobile-header #mobile-menu button :first-child {
  width: calc(100% - 66px);
  border: 1px solid var(--blue-dark);
  background-color: white;
  height: 38px;
  border-right: none;
  font-size: 14px;
}
header #mobile-header #mobile-menu button :last-child {
  width: 66px;
  border: none;
  background-color: var(--red-basic);
  display: flex;
  align-items: center;
  justify-content: center;
}
header #mobile-header #mobile-menu button :last-child svg {
  height: 14px;
  width: 34px;
}
header #mobile-header #mobile-menu .socials {
  display: flex;
  justify-content: space-between;
}
header #mobile-header #mobile-menu .socials a img {
  width: 36px;
  aspect-ratio: 1/1;
}
header #mobile-header #mobile-menu.active {
  opacity: 1;
  pointer-events: all;
  z-index: 5;
}
header #general-success {
  display: none;
  top: 0px;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: var(--blue-dark);
}
header #general-success .success-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: auto;
  max-width: 340px;
}
header #general-success .success-inner img {
  width: 140px;
  aspect-ratio: 1/1;
}
header #general-success .success-inner .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
header #general-success .success-inner .text p {
  font-size: 13px;
  line-height: 13px;
  color: var(--red-basic);
}
header #general-success .success-inner .text h3 {
  font-family: JostLight;
  font-size: 36px;
  line-height: 125%;
}
header #general-success .success-inner button {
  justify-content: center;
  align-items: center;
  appearance: none;
  outline: none;
  border: 1px solid white;
  background: transparent;
  color: white;
  width: 100%;
  font-family: JostSemiBold;
  height: 55px;
  font-size: 14px;
  line-height: 14px;
}
header .active {
  pointer-events: all !important;
  display: flex !important;
}

.join-bar {
  width: 100%;
  height: 35px;
  background-color: var(--red-basic);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 21px;
  appearance: none;
  border: none;
  outline: none;
}
.join-bar p {
  color: white;
}

/**
#hero{
    background-image: url('../img/bg_3.jpg');
    background-color: var(--blue-dark);
	background-position: top;
    background-size: 280%;
    background-repeat: no-repeat;
	padding-bottom: 200px;
	transition: all 0.5s ease;
	.container{
		div{
			display: flex;
			flex-direction: column;
			gap: 18px;
			justify-content: center;
			align-items: center;
			h1{
				margin-top: 280px;
			}
			.button-box{
				margin-top: 34px;
			}
		}
	}
}
	*/
#hero {
  margin-top: -100px;
  height: 100vh;
  background-color: #384d60;
}
#hero .container {
  max-width: 100%;
  padding: 0px;
  height: 100%;
}
#hero .container .swiper-4 {
  height: 100%;
  position: relative;
}
#hero .container .swiper-4 #hero-slide-1 {
  background-image: url(../img/bg_point.jpg);
  background-position: center 40px;
}
#hero .container .swiper-4 #hero-slide-2 {
  background-image: url(../img/bg_meetings.png);
}
#hero .container .swiper-4 #hero-slide-3 {
  background-image: url(../img/bg_community.jpeg);
}
#hero .container .swiper-4 #hero-slide-4 {
  background-image: url(../img/bg_support.jpg);
}
#hero .container .swiper-4 #hero-slide-5 {
  background-image: url(../img/bg_signatures.jpg);
  background-position: 40%;
}
#hero .container .swiper-4 #hero-slide-6 {
  background-image: url(../img/bg_pasky_mobile.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#hero .container .swiper-4 #hero-slide-6 .button-box {
  margin-bottom: 80px;
}
#hero .container .swiper-4 .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
#hero .container .swiper-4 .swiper-slide .swiper-gradient {
  z-index: 1;
  position: absolute;
  background: linear-gradient(to bottom, transparent, rgba(11, 15, 25, 0.835) 80%, var(--blue-dark) 100%);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
#hero .container .swiper-4 .swiper-slide .swiper-gradient-main {
  z-index: 1;
  position: absolute;
  background: linear-gradient(to bottom, transparent 70%, var(--blue-dark) 100%);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
#hero .container .swiper-4 .swiper-slide .swiper-content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 46px;
}
#hero .container .swiper-4 .swiper-slide .swiper-content h2 {
  font-family: JostLight;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  padding: 0px 20px;
}
#hero .container .swiper-4 .swiper-slide .swiper-content h1 {
  font-family: JostBold;
  text-align: center;
  color: white;
  font-size: 24px;
}
#hero .container .swiper-4 .swiper-slide .swiper-content .button-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
#hero .container .swiper-4 .swiper-pagination1 {
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 2;
  padding-bottom: 20px;
}
#hero .container .swiper-4 .swiper-pagination1 .swiper-pagination-bullet-active {
  background: white;
}

#debt {
  padding: 80px 0px;
}
#debt .container .section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
#debt .container .section-wrapper .text-content {
  color: white;
}
#debt .container .section-wrapper .number-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
#debt .container .section-wrapper .number-wrapper .number {
  width: 20px;
  height: 27px;
  background-color: white;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#debt .container .section-wrapper .number-wrapper .number p {
  color: black;
}
#debt .container .section-wrapper .number-wrapper .number-devider {
  margin-left: 12px;
}

.section-title {
  color: var(--red-basic);
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 1px;
  font-family: JostMedium;
}

h2 {
  font-family: JostLight;
  font-size: 46px;
  font-weight: normal;
  line-height: 52px;
}

hr {
  background-color: #DA3B34;
  height: 2px;
  border: none;
}

.text-content {
  font-family: "JostLight";
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: var(--lightblue-text);
}
.text-content span {
  color: white;
  font-weight: normal;
  text-decoration: none;
  font-family: "JostLight";
}

.button-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.button-general {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 55px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  text-decoration: none;
  transition: 120ms ease-out;
}

.button-general:hover {
  opacity: 0.6;
}

.button-red {
  background-color: var(--red-basic);
  color: white;
}

.button-white {
  position: relative;
  background-color: white;
  color: var(--blue-dark);
}

.button-white svg {
  position: absolute;
  right: 20px;
}

.text-small {
  font-size: 18px;
  line-height: 32px;
  font-family: "JostRegular";
}

.position {
  font-family: InstrumentSans;
  color: var(--blue-text);
}

.nav-wrapper {
  position: absolute;
  width: 160px;
  height: 39px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-next {
  width: 85px;
  height: 39px;
  margin-left: -1px;
  border: 1px white solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-prev {
  width: 85px;
  height: 39px;
  border: 1px white solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  border: none;
}

.title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: absolute;
  height: fit-content;
  width: 84%;
  bottom: 30px;
  left: 30px;
}
.title-wrapper .title {
  font-family: JostLight;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}
.title-wrapper .date {
  color: var(--blue-text);
  font-size: 13px;
  line-height: 15px;
}

.load-button {
  background-color: var(--blue-dark);
  border: 1px white solid;
  position: relative;
  font-family: JostSemiBold;
  font-size: 14px;
  letter-spacing: 3px;
}
.load-button svg {
  position: absolute;
  left: 22px;
}

.heading-wrapper {
  display: flex;
  flex-direction: column;
}

.video-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}

#profile {
  padding: 210px 0px;
}
#profile .container > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#profile .container > div .text {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
#profile .container > div .img {
  width: 100%;
}
#profile .container > div .img img {
  width: 100%;
}

#information {
  padding: 80px 0px;
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
#information video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  user-select: none;
}
#information .gradient {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to bottom, var(--blue-dark) 0%, rgba(11, 15, 25, 0.8352941176) 50%, var(--blue-dark) 100%);
}
#information .container {
  z-index: 3;
}
#information .container div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
#information .container div .text-content {
  font-size: 24px;
}

#team .container div div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
#team .container div div .profile-col {
  align-items: flex-start;
}
#team .container div div .text-content {
  padding-bottom: 100px;
  color: white;
  font-size: 39px;
}
#team .container div div h1 {
  padding-top: 236px;
}
#team .container div div h3 {
  font-size: 46px;
  font-family: JostLight;
  font-weight: normal;
  line-height: 46px;
  text-align: left;
}
#team .container div div .text-small {
  padding: 18px 0px;
}
#team .container div div img {
  margin-top: 18px;
  width: 100%;
}
#team .container div div .position {
  text-align: left;
  font-family: JostMedium;
  font-size: 13px;
}

#members {
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 240px;
  position: relative;
}
#members .container {
  overflow: visible;
}
#members .container .section-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
#members .container .section-wrapper .line-wrapper {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
#members .container .section-wrapper .line-wrapper p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: JostRegular;
}
#members .container .section-wrapper .line-wrapper .swiper {
  height: fit-content;
  width: 186px;
  overflow: visible;
  margin-left: 0;
}
#members .container .section-wrapper .line-wrapper .swiper .swiper-wrapper .swiper-slide {
  width: fit-content !important;
  position: relative;
}
#members .container .section-wrapper .line-wrapper .swiper .swiper-wrapper .swiper-slide .team-gradient {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to top, #1d1d1b, transparent 40%);
}
#members .container .section-wrapper .line-wrapper .swiper .swiper-wrapper .swiper-slide .description {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 4px;
  bottom: 30px;
  left: 10%;
  width: 80%;
}
#members .container .section-wrapper .line-wrapper .swiper .swiper-wrapper .swiper-slide .description .name {
  font-size: 20px;
  font-family: JostLight;
  line-height: 24px;
}
#members .container .section-wrapper .line-wrapper .swiper .swiper-wrapper .swiper-slide .description .position {
  font-family: InstrumentSans;
  font-size: 13px;
}
#members .container .section-wrapper .line-wrapper .swiper .swiper-wrapper .swiper-slide .description .position-description {
  font-family: JostLight;
  font-size: 9px;
  line-height: 10px;
  display: none;
}
#members .container .section-wrapper .line-wrapper .swiper .swiper-wrapper .swiper-slide img {
  width: 186px;
}

#team-new {
  background-color: white;
  padding: 80px 0px;
  overflow: hidden;
}
#team-new .container .section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
#team-new .container .section-wrapper .intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#team-new .container .section-wrapper .intro .intro-content {
  color: black;
  font-family: JostRegular;
  text-align: center;
}
#team-new .container .section-wrapper .intro .intro-content span {
  font-family: JostSemiBold;
  color: black;
}
#team-new .container .section-wrapper .members {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#team-new .container .section-wrapper .members .section-title {
  font-size: 16px;
  line-height: 20px;
}
#team-new .container .section-wrapper .members .swiper {
  height: fit-content;
  width: calc(100% - 48px);
  overflow: visible;
  margin-left: 0;
}
#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide {
  aspect-ratio: 6/10;
  background-position: center;
  background-size: cover;
}
#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide p {
  text-align: center;
}
#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding: 32px 24px;
  padding-top: 0px;
  gap: 8px;
  width: calc(100% - 48px);
  height: calc(100% - 32px);
}
#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .member-socials {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  left: auto !important;
  bottom: auto !important;
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 5;
  width: auto;
  height: auto;
  padding: 0;
}
#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .member-socials a {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}
#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .member-socials a:hover {
  opacity: 1;
}
#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .member-socials a img {
  width: 100%;
  height: 100%;
  display: block;
}
#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .swiper-gradient {
  z-index: 0;
  position: absolute;
  background: linear-gradient(to bottom, transparent, rgba(11, 15, 25, 0.835) 80%, var(--blue-dark) 100%);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  padding: 0px;
}
#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .member-name {
  font-size: 24px;
  line-height: 30px;
  font-family: JostBold;
  z-index: 1;
}
#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .member-position {
  font-size: 12px;
  font-family: JostItalic;
  color: #999999;
  z-index: 1;
}
#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .member-desc {
  font-family: JostRegular;
  font-size: 16px;
  z-index: 1;
}
#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide:nth-child(1) {
  background-image: url(../img/odbornici/zk.jpg);
}
#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide:nth-child(2) {
  background-image: url(../img/odbornici/mh.jpg);
}
#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide:nth-child(3) {
  background-image: url(../img/odbornici/zuzk.jpg);
}
#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide:nth-child(4) {
  background-image: url(../img/odbornici/mg.jpg);
}
#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide:nth-child(5) {
  background-image: url(../img/odbornici/ap.png);
}
#team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide:nth-child(6) {
  background-image: url(../img/odbornici/po.jpg);
}

#plans {
  background-color: white;
  padding: 80px 0px;
  overflow: hidden;
}
#plans .container .section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#plans .container .section-wrapper .intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#plans .container .section-wrapper .intro .intro-content {
  color: black;
  font-family: JostRegular;
  text-align: center;
}
#plans .container .section-wrapper .intro .intro-content span {
  font-family: JostSemiBold;
  color: black;
}
#plans .container .section-wrapper .members {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#plans .container .section-wrapper .members h1 {
  font-size: 16px;
  line-height: 20px;
}
#plans .container .section-wrapper .members .swiper {
  height: fit-content;
  width: 100%;
  overflow: visible;
  margin-left: 0;
}
#plans .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide {
  background-color: #384C60;
  aspect-ratio: 8.5/10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
#plans .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide .slide-number {
  height: 64px;
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--red-basic);
  border-radius: 32px;
}
#plans .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide .slide-heading-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#plans .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide .slide-heading-wrapper .slide-heading {
  font-family: JostBold;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
#plans .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide .slide-heading-wrapper .slide-text {
  font-family: JostRegular;
  font-size: 16px;
  padding: 0px 24px;
  text-align: center;
}
#plans .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide .slide-heading-wrapper p {
  color: white;
}
#plans .container .section-wrapper .members .member-card-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
#plans .container .section-wrapper .members .member-card-wrapper .member-card {
  background-image: url(../img/zoro-card-new.png);
  aspect-ratio: 7/10;
  display: flex;
  flex-direction: column;
  width: calc(100% - 48px);
  background-position: center;
  background-size: contain;
  justify-content: flex-end;
  padding: 32px 24px;
  padding-top: 0px;
  gap: 8px;
}
#plans .container .section-wrapper .members .member-card-wrapper .member-card p {
  text-align: center;
}
#plans .container .section-wrapper .members .member-card-wrapper .member-card .member-name {
  font-size: 20px;
  line-height: 24px;
  font-family: JostBold;
}
#plans .container .section-wrapper .members .member-card-wrapper .member-card .member-position {
  font-size: 13px;
  font-family: JostItalic;
  color: #999999;
}
#plans .container .section-wrapper .members .member-card-wrapper .member-card .member-desc {
  font-family: JostRegular;
  font-size: 13px;
}

.join {
  height: 340px;
  background-image: url("../img/join-bg.png");
  background-position: center;
  background-size: cover;
}
.join .container {
  height: 100%;
}
.join .container div {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.join .container div .join-heading {
  font-family: JostMedium;
  font-size: 16px;
  line-height: 16px;
}
.join .container div .button-join {
  background-color: black;
  color: white;
  border: none;
}
.join .container div p {
  font-family: JostLight;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
.join .container div p span {
  font-family: JostBold;
}
.join .container div h4 {
  font-family: JostMedium;
  line-height: 10px;
  color: var(--red-basic);
  font-size: 13px;
}

#successes {
  padding: 80px 0px;
  background-color: var(--blue-dark);
}
#successes .container .section-wrapper {
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
#successes .container .section-wrapper h2 {
  color: white;
  font-family: JostMedium;
  font-size: 20px;
  line-height: 20px;
}
#successes .container .section-wrapper .heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#successes .container .section-wrapper .heading p {
  text-align: center;
}
#successes .container .section-wrapper .swiper-desc {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  max-width: 90%;
  color: white;
}
#successes .container .section-wrapper .swiper-part {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#successes .container .section-wrapper .swiper-part .swiper {
  width: 100%;
  position: relative;
}
#successes .container .section-wrapper .swiper-part .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  height: fit-content;
  flex-direction: column;
  gap: 40px;
}
#successes .container .section-wrapper .swiper-part .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  margin-bottom: 40px;
}
#successes .container .section-wrapper .swiper-part .swiper .swiper-wrapper .swiper-slide .swiper-heading-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#successes .container .section-wrapper .swiper-part .swiper .swiper-wrapper .swiper-slide .swiper-heading-wrapper .swiper-heading {
  font-family: JostBold;
  font-size: 24px;
  color: white;
  text-align: center;
}
#successes .container .section-wrapper .swiper-part .swiper .swiper-wrapper .swiper-slide .swiper-heading-wrapper .swiper-date {
  font-family: JostItalic;
  font-size: 12px;
  color: #8894A0;
  text-align: center;
}
#successes .container .section-wrapper .swiper-part .custom-pagination-successes {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  align-items: center;
  padding-top: 24px;
}
#successes .container .section-wrapper .swiper-part .custom-pagination-successes .swiper-pagination-bullet {
  background-color: #687786;
  border-radius: 10px;
  padding: 6px 0px;
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  font-size: 13px;
}
#successes .container .section-wrapper .swiper-part .custom-pagination-successes .swiper-pagination-bullet-active {
  background-color: white;
  opacity: 1;
  color: black;
}
#successes .container .section-wrapper .swiper-part .custom-button-next, #successes .container .section-wrapper .swiper-part .custom-button-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 20px;
  top: 425px;
  z-index: 3;
}
#successes .container .section-wrapper .swiper-part .custom-button-next {
  right: 24px;
}
#successes .container .section-wrapper .swiper-part .custom-button-prev {
  left: 24px;
}

#changes {
  padding-top: 240px;
  padding-bottom: 20px;
  background-color: var(--blue-dark);
  position: relative;
}
#changes #grad-box {
  position: absolute;
  height: 702px;
  width: 100%;
  bottom: 0px;
  z-index: 0;
  background: linear-gradient(0deg, rgba(47, 73, 126, 0.5) 0%, rgba(11, 15, 25, 0.5) 100%);
}
#changes .container {
  position: relative;
  z-index: 1;
}
#changes .container .changes-section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#changes .container .changes-section-wrapper .changes-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 74px;
}
#changes .container .changes-section-wrapper .changes-content-wrapper .changes-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
#changes .container .changes-section-wrapper .changes-content-wrapper .changebox-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#changes .container .changes-section-wrapper .changes-content-wrapper .changebox-wrapper .changebox {
  height: 160px;
  display: flex;
  flex-direction: row;
}
#changes .container .changes-section-wrapper .changes-content-wrapper .changebox-wrapper .changebox .changebox-border {
  height: 100%;
  width: 15px;
  background-color: var(--blue-text);
}
#changes .container .changes-section-wrapper .changes-content-wrapper .changebox-wrapper .changebox .change-wrapper {
  background-color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 28px 16px 28px 16px;
}
#changes .container .changes-section-wrapper .changes-content-wrapper .changebox-wrapper .changebox .change-wrapper .change-name {
  font-family: "SofiaPro";
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  color: var(--blue-dark);
}
#changes .container .changes-section-wrapper .changes-content-wrapper .changebox-wrapper .changebox .change-wrapper .change-description {
  font-family: "InstrumentSans";
  font-size: 13px;
  line-height: 18px;
  color: var(--blue-dark);
}
#changes .container .changes-section-wrapper .iframe-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}

#sign {
  padding-top: 160px;
  padding-bottom: 20px;
  background-color: var(--blue-dark);
  position: relative;
}
#sign .container {
  position: relative;
  z-index: 1;
}
#sign .container .changes-section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#sign .container .changes-section-wrapper .changes-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 74px;
}
#sign .container .changes-section-wrapper .changes-content-wrapper .changes-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
#sign .container .changes-section-wrapper .changes-content-wrapper .directions-box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#sign .container .changes-section-wrapper .changes-content-wrapper .directions-box-wrapper .directions-box {
  background-color: white;
  width: calc(100% - 40px);
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#sign .container .changes-section-wrapper .changes-content-wrapper .directions-box-wrapper .directions-box p {
  color: var(--blue-dark);
}
#sign .container .changes-section-wrapper .changes-content-wrapper .directions-box-wrapper .directions-box p span {
  color: var(--blue-dark);
}
#sign .container .changes-section-wrapper .changes-content-wrapper .directions-box-wrapper .directions-box .directions-title {
  margin-bottom: 20px;
}
#sign .container .changes-section-wrapper .changes-content-wrapper .directions-box-wrapper .directions-box .instructions-box p {
  font-size: 13px;
  font-family: JostLight;
}
#sign .container .changes-section-wrapper .changes-content-wrapper .directions-box-wrapper .directions-box .instructions-box .instruction-line {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
#sign .container .changes-section-wrapper .changes-content-wrapper .directions-box-wrapper .directions-box .instructions-box .instruction-points {
  padding-left: 23px;
  display: flex;
  flex-direction: column;
}

#text-us {
  padding: 80px 0px;
  background-color: var(--blue-dark);
  position: relative;
}
#text-us .container {
  position: relative;
  z-index: 1;
}
#text-us .container .changes-section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#text-us .container .changes-section-wrapper .changes-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
#text-us .container .changes-section-wrapper .changes-info-wrapper .heading-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#text-us .container .changes-section-wrapper .changes-info-wrapper .heading-wrapper .subheading {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}
#text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .file-input {
  border-bottom: 1px solid white;
  padding-bottom: 24px;
}
#text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line {
  display: flex;
  flex-direction: column;
  position: relative;
}
#text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line label {
  font-size: 13px;
}
#text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line .error {
  position: absolute;
  bottom: -28px;
  left: 0px;
  color: var(--red-basic);
  font-size: 14px;
  text-align: center;
  width: fit-content;
  display: none;
}
#text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line input {
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid white;
  transition: 120ms ease-out;
  text-align: left;
  color: white;
  font-size: 16px;
  font-family: JostLight;
  width: 100%;
  padding: 5px 0px;
}
#text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line ul {
  margin-top: 12px;
  margin-left: 17px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
#text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line ul li button {
  padding: 3px 12px;
  border: none;
  background-color: #384C60;
  margin-left: 12px;
}
#text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .checkbox-line {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
#text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .checkbox-line .error {
  position: absolute;
  bottom: -28px;
  left: 0px;
  color: var(--red-basic);
  font-size: 14px;
  text-align: center;
  width: fit-content;
  display: none;
}
#text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .checkbox-line label {
  cursor: pointer;
  font-size: 13px;
  line-height: 20px;
  width: calc(100% - 27px);
}
#text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .checkbox-line label br {
  display: none !important;
}
#text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .checkbox-line input[type=checkbox] {
  outline: none;
  box-shadow: none;
  border-style: solid;
  border-color: white;
  border-width: 1px;
  appearance: none;
  cursor: pointer;
  position: relative;
  width: 24px !important;
  height: 24px !important;
  aspect-ratio: 1/1 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background: url("../img/check.svg");
  background-size: 0% !important;
  transition: background-size 0.15s, background-color 0.15s, border-color 0.15s;
}
#text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .checkbox-line input[type=checkbox]:checked {
  background-color: var(--red-basic);
  background-size: 65% !important;
  transition: background-size 0.15s, background-color 0.15s, border-color 0.15s;
  border-color: var(--red-basic);
}
#text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-contact-part {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#get-book {
  padding: 80px 0px;
  background-color: var(--blue-dark);
  position: relative;
}
#get-book .container {
  position: relative;
  z-index: 1;
}
#get-book .container .changes-section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#get-book .container .changes-section-wrapper .changes-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
#get-book .container .changes-section-wrapper .changes-info-wrapper .heading-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#get-book .container .changes-section-wrapper .changes-info-wrapper .heading-wrapper .subheading {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  line-height: 32px;
}
#get-book .container .changes-section-wrapper .changes-info-wrapper .input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#get-book .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .file-input {
  border-bottom: 1px solid white;
  padding-bottom: 24px;
}
#get-book .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line {
  display: flex;
  flex-direction: column;
  position: relative;
}
#get-book .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line label {
  font-size: 13px;
}
#get-book .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line .error {
  position: absolute;
  bottom: -28px;
  left: 0px;
  color: var(--red-basic);
  font-size: 14px;
  text-align: center;
  width: fit-content;
  display: none;
}
#get-book .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line input {
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid white;
  transition: 120ms ease-out;
  text-align: left;
  color: white;
  font-size: 16px;
  font-family: JostLight;
  width: 100%;
  padding: 5px 0px;
}
#get-book .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line input[type=number]::-webkit-inner-spin-button,
#get-book .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#get-book .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line ul {
  margin-top: 12px;
  margin-left: 17px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#get-book .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
#get-book .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line ul li button {
  padding: 3px 12px;
  border: none;
  background-color: #384C60;
  margin-left: 12px;
}
#get-book .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .checkbox-line {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: nowrap;
  align-items: center;
}
#get-book .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .checkbox-line label {
  cursor: pointer;
  font-size: 13px;
  line-height: 20px;
  width: calc(100% - 27px);
}
#get-book .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-contact-part {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#join-newsletter {
  position: relative;
}
#join-newsletter .container {
  position: relative;
  z-index: 1;
}
#join-newsletter .container .changes-section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#join-newsletter .container .changes-section-wrapper .changes-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
#join-newsletter .container .changes-section-wrapper .changes-info-wrapper .heading-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#join-newsletter .container .changes-section-wrapper .changes-info-wrapper .heading-wrapper .subheading {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  line-height: 32px;
}
#join-newsletter .container .changes-section-wrapper .changes-info-wrapper .input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#join-newsletter .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .file-input {
  border-bottom: 1px solid white;
  padding-bottom: 24px;
}
#join-newsletter .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line {
  display: flex;
  flex-direction: column;
  position: relative;
}
#join-newsletter .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line select {
  background-color: transparent;
}
#join-newsletter .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line label {
  font-size: 13px;
}
#join-newsletter .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line .error {
  position: absolute;
  bottom: -28px;
  left: 0px;
  color: var(--red-basic);
  font-size: 14px;
  text-align: center;
  width: fit-content;
  display: none;
}
#join-newsletter .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line input {
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid white;
  transition: 120ms ease-out;
  text-align: left;
  color: white;
  font-size: 16px;
  font-family: JostLight;
  width: 100%;
  padding: 5px 0px;
}
#join-newsletter .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line input[type=number]::-webkit-inner-spin-button,
#join-newsletter .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#join-newsletter .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line ul {
  margin-top: 12px;
  margin-left: 17px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#join-newsletter .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
#join-newsletter .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line ul li button {
  padding: 3px 12px;
  border: none;
  background-color: #384C60;
  margin-left: 12px;
}
#join-newsletter .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .checkbox-line {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: nowrap;
  align-items: center;
}
#join-newsletter .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .checkbox-line label {
  cursor: pointer;
  font-size: 13px;
  line-height: 20px;
  width: calc(100% - 27px);
}
#join-newsletter .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-contact-part {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#numbers-grid {
  padding-top: 220px;
  padding-bottom: 230px;
}
#numbers-grid .container div div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
#numbers-grid .container div div .text-content {
  font-size: 39px;
  line-height: 48px;
  color: white;
}
#numbers-grid .container div .grid-box-wrapper .grid-box {
  display: grid;
  grid-template-columns: 130px 130px;
  grid-template-rows: 115px 115px;
  align-items: center;
  justify-content: center;
  column-gap: 36px;
  row-gap: 40px;
  margin-top: 60px;
}
#numbers-grid .container div .grid-box-wrapper .grid-box .grid-window {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#numbers-grid .container div .grid-box-wrapper .grid-box .grid-window .percentage {
  font-family: JostLight;
  font-size: 60px;
  line-height: 55px;
  text-align: center;
}
#numbers-grid .container div .grid-box-wrapper .grid-box .grid-window .percentage-topic {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  font-family: InstrumentSans;
  color: #6B6B6B;
}

#black-book {
  padding: 120px 0px 120px 0px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: var(--blue-dark);
}
#black-book .absolute-dummy {
  width: 1px;
  height: 1px;
  position: relative;
}
#black-book .absolute-dummy .nav-wrapper-3 {
  top: 82px;
  left: -165px;
  width: 330px;
}
#black-book .absolute-dummy .nav-wrapper-3 .custom-next {
  border: 1px white solid;
  width: 165px;
}
#black-book .absolute-dummy .nav-wrapper-3 .custom-prev {
  border: 1px white solid;
  width: 165px;
}
#black-book .absolute-dummy .nav-wrapper-3 .swiper-button-disabled {
  border: 1px white solid;
}
#black-book .container .black-book-wrapper {
  display: flex;
  flex-direction: column;
  gap: 104px;
}
#black-book .container .black-book-wrapper .heading-wrapper {
  gap: 6px;
}
#black-book .container .black-book-wrapper .heading-wrapper .text-content {
  color: white;
}
#black-book .container .black-book-wrapper .swiper {
  width: 100%;
  height: fit-content;
  overflow: visible;
  margin-left: 0;
}
#black-book .container .black-book-wrapper .swiper .swiper-wrapper {
  width: 100%;
}
#black-book .container .black-book-wrapper .swiper .swiper-wrapper .swiper-slide {
  width: fit-content;
  position: relative;
}
#black-book .container .black-book-wrapper .swiper .swiper-wrapper .swiper-slide .swiper-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: fit-content;
}
#black-book .container .black-book-wrapper .swiper .swiper-wrapper .swiper-slide .swiper-content-wrapper .swiper-content {
  height: 100%;
  width: 100%;
  position: relative;
}
#black-book .container .black-book-wrapper .swiper .swiper-wrapper .swiper-slide .swiper-content-wrapper .swiper-content img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
#black-book .container .black-book-wrapper .swiper .swiper-wrapper .swiper-slide .swiper-content-wrapper .swiper-content .gradient {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to top, #1d1d1b, transparent 40%);
}

#archive {
  padding: 80px 0px;
}
#archive .container .archive-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
#archive .container .archive-wrapper .heading-wrapper h2 {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "JostMedium";
  line-height: 16px;
}
#archive .container .archive-wrapper .archive-text {
  font-family: JostRegular;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}
#archive .container .archive-wrapper #hidden-videos {
  display: none;
}
#archive .container .archive-wrapper .video-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
#archive .container .archive-wrapper .video-wrapper .video {
  width: 100%;
  height: auto;
}

#roadmap {
  padding-top: 220px;
}
#roadmap .container .desktop-line-1 {
  display: none;
}
#roadmap .container .roadmap-section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 114px;
}
#roadmap .container .roadmap-section-wrapper .heading-wrapper {
  gap: 12px;
}
#roadmap .container .roadmap-section-wrapper .heading-wrapper .text-content {
  color: white;
}
#roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper {
  display: flex;
  flex-direction: row;
  gap: 14px;
}
#roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper .mobile {
  display: block;
}
#roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper .tablet {
  display: none;
}
#roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper svg {
  width: 24px;
}
#roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper .roadmap-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  width: calc(100% - 38px);
  padding-top: 82px;
}
#roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper .roadmap-wrapper .roadmap {
  background-color: white;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  margin-left: 14px;
  width: calc(100% - 54px);
  height: 204px;
}
#roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper .roadmap-wrapper .roadmap .bubble {
  width: 0;
  height: 0;
  border-top: 14px solid white;
  border-left: 14px solid transparent;
  border-right: 0;
  border-bottom: 0;
  position: absolute;
  top: 0px;
  left: -13px;
}
#roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper .roadmap-wrapper .roadmap .number {
  display: flex;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  border: 1px solid var(--blue-dark);
  justify-content: center;
  align-items: center;
  position: relative;
}
#roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper .roadmap-wrapper .roadmap .number p {
  font-family: InstrumentSans;
  font-size: 24px;
  color: var(--blue-dark);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper .roadmap-wrapper .roadmap .goal {
  font-family: SofiaPro;
  font-size: 23px;
  color: var(--blue-dark);
  line-height: 26px;
}
#roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper .roadmap-wrapper .roadmap .explanation {
  font-family: InstrumentSans;
  font-size: 13px;
  color: var(--greytext);
  line-height: 19px;
}
#roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper .roadmap-wrapper .roadmap .deadline {
  font-size: 14px;
  font-family: InstrumentSans;
  color: var(--red-basic);
  line-height: 17px;
}

footer {
  padding-top: 40px;
  background: linear-gradient(to top, #1A2844, #0C0F19);
}
footer .container .location-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 78px;
}
footer .container .location-wrapper .location {
  display: flex;
  flex-direction: column;
  gap: 42px;
  text-align: center;
}
footer .container .location-wrapper .location .country {
  font-family: MontserratSemiBold;
  font-size: 24px;
}
footer .container .location-wrapper .location .adress {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .container .location-wrapper .location .adress p {
  font-family: LatoRegular;
  font-size: 15px;
  line-height: 15px;
}
footer .container .location-wrapper .location .phone-number-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
footer .container .location-wrapper .location .phone-number-wrapper .phone-number-line {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
footer .container .location-wrapper .location .phone-number-wrapper .phone-number-line .phone-number {
  font-family: LatoRegular;
  font-size: 15px;
  text-decoration: none;
}
footer .container .newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 92px;
  position: relative;
}
footer .container .newsletter p {
  font-family: MontserratSemiBold;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 24px;
}
footer .container .newsletter div {
  width: 100%;
  display: flex;
  flex-direction: column;
}
footer .container .newsletter div input {
  border: none;
  height: 50px;
  padding: 25px 20px;
  font-family: LatoRegular;
}
footer .container .newsletter div button {
  border: none;
  height: 35px;
  background-color: var(--liftblue);
  font-family: LatoRegular;
}
footer .container .footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 165px;
}
footer .container .footer-wrapper .footer-info {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  font-family: LatoRegular;
  font-size: 14px;
}
footer .container .footer-wrapper .socials {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
footer .container .footer-wrapper .socials img {
  width: 36px;
  aspect-ratio: 1/1;
}

.popup-notification {
  position: sticky;
  width: calc(100% - 40px);
  margin: auto;
  top: 130px;
  height: fit-content;
  background-color: white;
  z-index: 4;
  background-color: var(--whiteish);
  transition: all 0.5s ease;
}
.popup-notification button {
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  right: 5px;
  border: none;
  background-color: transparent;
}
.popup-notification button img {
  width: 100%;
  height: 100%;
}
.popup-notification div {
  position: relative;
  padding: 16px 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 32px);
}
.popup-notification div p, .popup-notification div a {
  font-size: 15px;
  color: black;
  line-height: 16px;
  font-family: InstrumentSans;
  text-align: center;
}
.popup-notification div p .red, .popup-notification div a .red {
  color: var(--red-basic);
  font-family: InstrumentSans;
  font-weight: bold;
}
.popup-notification div p .bold, .popup-notification div a .bold {
  color: black;
  font-weight: bold;
}

#news {
  padding-top: 120px;
  padding-bottom: 120px;
}
#news .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#news .container h1 {
  text-align: left;
  font-size: 28px;
  line-height: 32px;
  color: white;
}
#news .container h2 {
  text-align: left;
  font-size: 20px;
  font-family: "JostMedium";
  line-height: 24px;
}
#news .container p {
  font-size: 16px;
  font-family: "JostLight";
}
#news .container .date {
  font-size: 14px;
  text-align: left;
  color: white;
  font-weight: bold;
  margin-top: -16px;
}
#news .container img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 16px 0px;
}
#news .container h2, #news .container h3 {
  color: white;
  margin-top: 12px;
}
#news .container ul, #news .container ol {
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#news .container ul li, #news .container ol li {
  font-size: 16px;
  font-family: "JostLight";
}
#news .container a {
  color: var(--red-basic);
  text-decoration: underline;
}
#news .container blockquote {
  margin: 16px 0px;
  padding: 8px 0px 8px 18px;
  border-left: 3px solid var(--red-basic);
  font-style: italic;
  color: #cfd6e4;
}
#news .container .news-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#news .container .news-info-wrapper p {
  font-family: "JostMedium";
  color: var(--red-basic);
}
#news .container .photo-desc {
  font-size: 14px;
  font-family: "JostMedium";
}

.blog-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: fit-content;
  padding-top: 50px;
  padding-bottom: 100px;
}
.blog-wrapper .blog-content {
  height: 100%;
  width: 100%;
  position: relative;
}
.blog-wrapper .blog-content .img-wrapper {
  width: 100%;
  aspect-ratio: 1/1;
}
.blog-wrapper .blog-content .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-wrapper .blog-content .img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

#ts {
  padding: 80px 0px;
  background-color: white;
}
#ts .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
#ts .container h2 {
  font-size: 16px;
  line-height: 24px;
  font-family: "JostMedium";
  color: var(--red-basic);
  text-align: center;
  text-transform: uppercase;
}
#ts .container .ts-wrapper {
  display: flex;
  gap: 4px;
  align-items: center;
}
#ts .container .ts-wrapper .ts {
  background-color: #384C60;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-decoration: none;
  width: 100%;
}
#ts .container .ts-wrapper .ts .date {
  font-size: 12px;
  color: white;
  opacity: 0.4;
  text-align: center;
  font-family: "JostRegular";
}
#ts .container .ts-wrapper .ts .name {
  font-size: 16px;
  color: white;
  text-align: center;
  padding-bottom: 20px;
  font-family: "JostRegular";
  letter-spacing: 4%;
}
#ts .container .ts-wrapper .ts .cta {
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  text-align: center;
  text-transform: uppercase;
}
#ts .container > a {
  width: calc(100% - 32px);
  padding: 16px;
  background-color: var(--red-basic);
  font-size: 13px;
  text-transform: uppercase;
  transition: 120ms ease-out;
  text-align: center;
  text-decoration: none;
}
#ts .container > a:hover {
  opacity: 0.6;
}

#book-form {
  height: 100vh;
}

#member {
  padding: 60px 0px;
}
#member .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
#member .container .member-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
#member .container .member-cta h1 {
  text-align: center;
  font-family: JostBold;
}
#member .container .member-cta p {
  text-align: center;
  font-family: JostLight;
}
#member .container .member-cta a {
  text-align: center;
  padding: 12px 18px;
  font-size: 13px;
  background-color: var(--red-basic);
  text-decoration: none;
}
#member .container .map-part {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 100%;
}
#member .container .map-part .map-part-heading {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#member .container .map-part .map-part-heading h2 {
  font-family: JostBold;
  text-align: center;
  font-size: 32px;
}
#member .container .map-part .map-part-heading p {
  text-align: center;
  font-family: JostLight;
}
#member .container .map-part .explanation-text {
  font-family: JostLight;
  text-align: center;
}
#member .container .map-part .map {
  display: flex;
  justify-content: center;
}
#member .container .map-part .map svg {
  width: 100%;
  height: auto;
}
#member .container .map-part .map .map-borough:hover {
  fill: var(--red-basic);
  cursor: pointer;
}
#member .container .map-part .infobox {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  gap: 16px;
  overflow: scroll;
  padding: 16px;
}
#member .container .map-part .infobox #district-name {
  font-family: JostBold;
  color: #384C60;
  font-size: 24px;
}
#member .container .map-part .infobox .district-leader-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#member .container .map-part .infobox .district-leader-info #district-leader {
  font-family: JostMedium;
  font-size: 20px;
  color: var(--red-basic);
}
#member .container .map-part .infobox .district-leader-info #district-position {
  font-family: JostMedium;
  font-size: 16px;
  color: #384C60;
}
#member .container .map-part .infobox .district-leader-info #district-email {
  font-family: JostLight;
  font-size: 16px;
  color: #384C60;
}
#member .container .map-part .infobox .district-leader-info #district-phone {
  font-family: JostLight;
  font-size: 16px;
  color: #384C60;
}
#member .container .map-part .infobox .infobox-col-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 48px;
}
#member .container .map-part .infobox .infobox-col-wrapper .contact-col {
  padding-right: 16px;
}
#member .container .map-part .infobox .infobox-col-wrapper div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#member .container .map-part .infobox .infobox-col-wrapper div p, #member .container .map-part .infobox .infobox-col-wrapper div a {
  color: #384C60;
  white-space: nowrap;
  font-family: JostLight;
}
#member .container .map-part .infobox .infobox-col-wrapper div a {
  color: var(--red-basic);
}
#member .container .map-part .infobox .infobox-col-wrapper div .row-heading {
  font-family: JostMedium;
}
#member .container .map-part .infobox #infobox-fallback-note {
  color: black;
  font-size: 13px;
}
#member .container .map-part .infobox #infobox-fallback-note a {
  color: black;
  text-decoration: none;
}

#newsletter-section .container {
  background-color: rgba(255, 255, 255, 0.1);
  padding-top: 32px;
  padding-bottom: 32px;
}
#newsletter-section .container .section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#newsletter-section .container .section-wrapper p {
  color: white;
  text-align: center;
  font-size: 20px;
}

#list-full-section {
  width: 100%;
  height: 100%;
}
#list-full-section .list-full {
  display: flex;
  top: 0px;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: var(--blue-dark);
}
#list-full-section .list-full .success-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: auto;
  max-width: 340px;
}
#list-full-section .list-full .success-inner img {
  width: 140px;
  aspect-ratio: 1/1;
}
#list-full-section .list-full .success-inner .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
#list-full-section .list-full .success-inner .text p {
  font-size: 13px;
  line-height: 13px;
  color: var(--red-basic);
}
#list-full-section .list-full .success-inner .text h3 {
  font-family: JostLight;
  font-size: 30px;
  line-height: 125%;
}
#list-full-section .list-full .success-inner button {
  justify-content: center;
  align-items: center;
  appearance: none;
  outline: none;
  border: 1px solid white;
  background: transparent;
  color: white;
  width: 100%;
  font-family: JostSemiBold;
  height: 55px;
  font-size: 14px;
  line-height: 14px;
}

#kontakt {
  padding: 80px 0px;
}
#kontakt .container {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
#kontakt .kontakt-head h2 {
  font-family: "JostBold";
  color: white;
  font-size: 28px;
  position: relative;
  padding-bottom: 14px;
}
#kontakt .kontakt-head h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: var(--red-basic);
}
#kontakt .kontakt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 22px;
}
#kontakt .kontakt-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
}
#kontakt .kontakt-card .kontakt-photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 8px;
}
#kontakt .kontakt-card .kontakt-role {
  font-size: 13px;
  font-family: "JostMedium";
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--red-basic);
}
#kontakt .kontakt-card .kontakt-name {
  font-size: 18px;
  font-family: "JostMedium";
  color: white;
}
#kontakt .kontakt-card .kontakt-line {
  font-size: 15px;
  color: #AEB6C7;
  text-decoration: none;
}
#kontakt .kontakt-card .kontakt-line:hover {
  color: var(--red-basic);
}
