*, :after, :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:root {
    --font-default: "Roboto", sans-serif;
    --clr-text-100: #fff;
    --clr-text-100-50: #ffffff50;
    --clr-text-400: #434343;
    --clr-light-100: #fff;
    --clr-light-400: #f5f5f5;
    --clr-light-700: #e4e4e4;
    --clr-primary-400: #8cc78d;
    --clr-primary-400-rgb: 241 88 45;
    --clr-primary-700: #07826d;
    --clr-secondary-400: #277799;
    --clr-secondary-700: #21729a;
    --clr-accent-400: #000979;
    --fs-300: clamp(0.8rem, 0.06vw + 0.82rem, 1rem);
    --fs-400: clamp(1rem, 0.19vw + 0.95rem, 1.25rem);
    --fs-500: clamp(1.25rem, 0.69vw + 1.08rem, 2.19rem);
    --fs-600: clamp(1.4rem, 1.25vw + 1.08rem, 3rem);
    --fs-700: clamp(1.56rem, 1.68vw + 1.14rem, 3.83rem);
    --fs-800: clamp(1.75rem, 2.25vw + 1.14rem, 4.5rem);
    --fs-900: clamp(1.95rem, 3.52vw + 1.07rem, 6.7rem);
    --shadow: 0 0 64px rgba(0, 0, 0, .1);
    --filter-primary-400: invert(70%) sepia(26%) saturate(458%) hue-rotate(72deg) brightness(99%) contrast(91%);
    --filter-secondary-400: invert(39%) sepia(26%) saturate(1137%) hue-rotate(153deg) brightness(98%) contrast(91%);
    --bs-border-radius-sm: 6px;
    --bs-border-radius-lg: 26px;
    --bs-border-radius-xl: 52px;
    --bs-nav-link-font-size: var(--fs-400);
    --bs-pagination-active-bg: var(--clr-primary-700);
    --swiper-pagination-color: var(--clr-light-100);
    --swiper-pagination-bullet-inactive-color: var(--clr-light-100);
    --nav-height: clamp(64px, 10vh, 128px);
    --line-width: 1px;
}
body {
    background-color: var(--clr-light-200);
    color: var(--clr-text-400);
    font-family: var(--font-default);
    font-size: var(--fs-400);
    font-weight: 400;
    line-height: 1.5;
    min-height: 100vh;
    min-height: 100svh;
}
body a {
    text-decoration: none;
}
iframe, img, svg, video {
    display: block;
    max-width: 100%}
p:last-child {
    margin-bottom: 0;
}
h1:has(mark), h2:has(mark), h3:has(mark), h4:has(mark) {
    padding-bottom: .35rem;
}
h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}
mark {
    background-color: unset;
    color: var(--clr-primary-400);
    display: inline-block;
    padding: 0;
}
.form-label, .list-style-1 li, .text, .text-300, .text-300-child>*, .text-400, .text-450, .text-500, .text-600, .text-700, .text-800, .text-900, .text-accent, .text-theme, .text-theme-alt, .text-white, .text-white-50, footer .footer-nav .navbar-nav .nav-item .nav-link, li, nav .pagination .page-item .page-link, p {
    --_fs: var(--fs-400);
    --_clr: var(--clr-text-400);
    --_lh: 1.5;
    --_ls: 0.4px;
    color: var(--_clr);
    font-size: var(--_fs);
    letter-spacing: var(--_ls);
    line-height: var(--_lh);
}
.tnp-subscription input[type=text], .tnp-subscription input[type=email], .tnp-subscription input[type=submit], .tnp-subscription select, .tnp-subscription textarea, .tnp-profile input[type=text], .tnp-profile input[type=email], .tnp-profile input[type=submit], .tnp-profile select, .tnp-profile textarea {
    border: 1px solid !important;
}
@media only screen and (min-width:2560px) {
    .form-label, .list-style-1 li, .text, .text-300, .text-300-child>*, .text-400, .text-450, .text-500, .text-600, .text-700, .text-800, .text-900, .text-accent, .text-theme, .text-theme-alt, .text-white, .text-white-50, footer .footer-nav .navbar-nav .nav-item .nav-link, li, nav .pagination .page-item .page-link, p {
    --_ls: 1px;
}
}.text-theme {
    --_clr: var(--clr-primary-400);
}
.text-theme-alt {
    --_clr: var(--clr-secondary-400);
}
.text-accent {
    --_clr: var(--clr-accent-400);
}
.text-white, footer .footer-nav .navbar-nav .nav-item .nav-link {
    --_clr: var(--clr-text-100);
}
.text-white-50 {
    --_clr: var(--clr-text-100-50);
}
@media only screen and (max-width:991px) {
    .text-white-mobile {
    --_fs: var(--fs-400);
    --_clr: var(--clr-text-100);
    --_lh: 1.5;
    --_ls: 0.4px;
    color: var(--_clr);
    font-size: var(--_fs);
    letter-spacing: var(--_ls);
    line-height: var(--_lh);
}
}.text-underline {
    text-decoration: underline;
}
.text-gradient-1 {
    background-color: #277799;
    background-image: linear-gradient(-85deg, rgba(0, 126, 108, 0.33) 0%, rgba(140, 199, 141, 0.33) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (min-width:992px) {
		.text-gradient-1-lg {
		-webkit-text-fill-color: transparent;
		background: -webkit-linear-gradient(-45deg, var(--clr-primary-400) 0, var(--clr-secondary-400) 30%);
		-webkit-background-clip: text;
		}
}
.text-gradient-2 {
    background-color: #434343;
    background-image: linear-gradient(90deg, #8cc78d 65%, #02b59b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (min-width:992px) {
    .text-gradient-2-lg {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(-45deg, var(--clr-primary-400) 0, var(--clr-secondary-400) 100%);
    -webkit-background-clip: text;
}
}.text-300, .text-300-child>* {
    --_fs: var(--fs-300);
}
.text-300-child>:hover {
    font-size: var(--fs-300);
}
.text-400 {
    --_fs: var(--fs-400);
}
@media only screen and (max-width:991px) {
    .text-400-mobile-fix {
    font-size: 20px;
}
}.text-450 {
    --_fs: var(--fs-450);
}
.text-500 {
    --_fs: var(--fs-500);
}
@media only screen and (max-width:991px) {
    .text-500-mobile-fix {
    font-size: 32px;
}
}.text-600 {
    --_lh: 1.2;
    --_fs: var(--fs-600);
}
@media only screen and (max-width:991px) {
    .text-600-mobile-fix {
    font-size: 32px;
}
}.text-700 {
    --_fs: var(--fs-700);
    --_lh: 1.2;
}
@media only screen and (min-width:2560px) {
    .text-700 {
    --_ls: 1.82px;
}
}@media only screen and (max-width:991px) {
    .text-700-mobile-fix {
    font-size: 32px;
}
}.text-800 {
    --_fs: var(--fs-800);
    --_lh: 1.2;
}
@media only screen and (min-width:2560px) {
    .text-800 {
    --_ls: 1.82px;
}
}@media only screen and (max-width:991px) {
    .text-800-mobile-fix {
    font-size: 72px;
}
}.text-900 {
    --_fs: var(--fs-900);
    --_lh: 1.2;
}
@media only screen and (min-width:2560px) {
    .text-900 {
    --_ls: 1.82px;
}
}@media only screen and (max-width:991px) {
    .text-900-mobile-fix {
    font-size: 48px;
}
}@media(min-width:992px)and (max-width:1600px) {
    li, p {
    --fs-400: 0.85rem;
}
}.button {
    --_pad-y: clamp(0.75rem, 0.66vw, 1.5rem);
    --_pad-x: clamp(1.5rem, 2vw, 4rem);
    --_clr-button: var(--clr-text-400);
    --_bg-button: transparent;
    background: var(--_bg-button);
    color: var(--_clr-button);
    display: inline-block;
    font-size: var(--fs-400);
    font-weight: 400;
    isolation: isolate;
    line-height: 1.5;
    padding: var(--_pad-y) var(--_pad-x);
    position: relative;
    text-align: center;
    transition: .3s ease-in-out;
    z-index: 5;
}
.button--main {
    --_clr-button: var(--clr-text-100);
    --_bg-button: var(--clr-primary-400);
    --_shadow: rgba(241, 88, 45, .39);
    border-radius: var(--bs-border-radius-sm);
    box-shadow: 0 6px 13px var(--_shadow);
}
.button--main:hover {
    --_bg-button: var(--clr-accent-400);
    --_shadow: #00097939;
}
.button--secondary {
    --_clr-button: var(--clr-text-100);
    --_bg-button: var(--clr-text-400);
    --_shadow: rgba(88, 88, 90, .39);
    border-radius: var(--bs-border-radius-sm);
    box-shadow: 0 6px 13px var(--_shadow);
}
.button--secondary:hover {
    --_bg-button: var(--clr-primary-400);
    --_shadow: #f1582d39;
}
.button--lg {
    --_pad-x: clamp(2.5rem, 4vw, 6rem);
}
.button--link {
    --_pad-y: 0;
    --_pad-x: 0;
    padding-right: 1.5rem;
}
.button--link.text-gradient-1, .button--link.text-gradient-2 {
    --_bg-button: unset;
	font-weight: 600;
}
.button--link:after {
    aspect-ratio: 1/1;
    background: url(../js/594e13695680eaa02159.svg) no-repeat 50%;
    background-size: contain;
    height: auto;
    right: .25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
}
.button--link:after, .button--link:before {
    content: "";
    position: absolute;
    transition: .2s ease-in-out;
}
.button--link:before {
    background: -webkit-linear-gradient(-45deg, var(--clr-primary-400) 0, var(--clr-secondary-400) 30%);
    bottom: 0;
    height: 2px;
    left: 0;
    width: 0;
}
.button--link--back {
    --_pad-y: 0;
    --_pad-x: 0;
    margin-left: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.button--link--back:after {
    aspect-ratio: 1/1;
    background: url(../js/594e13695680eaa02159.svg) no-repeat 50%;
    background-size: contain;
    height: auto;
    right: .25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
}
.button--link--back:after, .button--link--back:before {
    content: "";
    position: absolute;
    transition: .2s ease-in-out;
}
.button--link--back:before {
    background: -webkit-linear-gradient(-45deg, var(--clr-primary-400) 0, var(--clr-secondary-400) 30%);
    bottom: 0;
    height: 2px;
    left: 0;
    width: 0;
}
.button--link--back:after {
    right: 100%}
.button--link--back:after, .button--link--back:hover:after {
    transform: rotate(180deg) translateY(50%);
}
.button--link:hover:after {
    transform: translate(4px, -50%);
}
.button--link:hover:before {
    width: 20%}
.card, .card>a, .card>div {
    background-color: unset;
    border: none;
}
.card>a, .card>div {
    background: unset;
}
.text-center ul li, .text-center>h1, .text-center>h2, .text-center>h3, .text-center>h4, .text-center>h5, .text-center>h6, .text-center>p {
    text-align: center;
}
.text-end ul li, .text-end>h1, .text-end>h2, .text-end>h3, .text-end>h4, .text-end>h5, .text-end>h6, .text-end>p {
    text-align: end;
}
.aspect-3by2 {
    aspect-ratio: 3/2;
}
.aspect-16by9 {
    aspect-ratio: 16/9;
}
.aspect-1by1 {
    aspect-ratio: 1/1;
}
@media only screen and (max-width:991px) {
    .aspect-1by1-mobile {
    aspect-ratio: 1/1!important;
}
}.aspect-2by3 {
    aspect-ratio: 2/3;
}
.aspect-21by9 {
    aspect-ratio: 21/9;
}
.aspect-4by5 {
    aspect-ratio: 4/5;
}
@media only screen and (min-width:992px) {
    .aspect-4by5-fhd {
    aspect-ratio: 3/2;
}
}@media only screen and (min-width:1440px) {
    .aspect-4by5-fhd {
    aspect-ratio: 4/5;
}
}@media only screen and (min-width:1920px) {
    .aspect-4by5-fhd {
    aspect-ratio: 6/5;
}
}@media only screen and (min-width:2560px) {
    .aspect-4by5-fhd {
    aspect-ratio: 3/2;
}
}.icon-white, .icon-white--hover:hover, .img-link-left:after, .img-link-right:after, .img-link:after, .link-white:after, footer .footer-nav .navbar-nav .nav-item .nav-link img {
    filter: brightness(0) invert(1);
}
@media only screen and (max-width:991px) {
    .icon-white--mobile {
    filter: brightness(0) invert(1)!important;
}
}.icon-black, .icon-black--hover:hover {
    filter: brightness(100%) invert(1);
}
.icon-gray, .icon-gray--hover:hover {
    filter: invert(34%) sepia(5%) saturate(147%) hue-rotate(202deg) brightness(94%) contrast(88%);
}
.icon-primary, .icon-primary--hover:hover {
    
}
.icon-secondary, .icon-secondary--hover {
    
}
.icon-accent, .icon-accent--hover:hover {
    filter: var(--filter-accent-600);
}
.icon-logo {
    max-height: 48px;
}
.bg, .bg-theme-dark, .bg-theme-primary, .bg-theme-secondary {
    min-height: 1rem;
}
.bg-theme-primary {
    background: var(--theme-primary);
}
.bg-theme-secondary {
    background: var(--theme-secondary);
}
.bg-theme-dark {
    background: var(--dark-theme);
}
.list-style-none {
    list-style: none;
}
.c-shadow, header.fixed-top.active, header.sticky-top.active {
    box-shadow: var(--shadow);
}
@media only screen and (max-width:991px) {
    .c-shadow-mobile {
    box-shadow: var(--shadow);
}
}@media only screen and (min-width:992px) {
    .c-shadow-desktop {
    box-shadow: var(--shadow);
}
}.c-shadow-inset {
    box-shadow: inset 0 64px 32px -16px rgba(0, 0, 0, .25);
}
@media only screen and (min-width:992px) {
    .c-shadow-inset {
    box-shadow: inset 0 0 32px -16px rgba(0, 0, 0, .15);
}
}.child-mb-0>* {
    margin-bottom: 0;
}
.fw-black {
    font-weight: 900;
}
.navbar-brand {
    position: relative;
}
@media only screen and (min-width:992px) {
    .navbar-brand: before {
    background: var(--clr-light-100);
    box-shadow: var(--shadow);
    content: "";
    inset: -.5rem -1rem -.5rem -100vw;
    opacity: 1;
    position: absolute;
    transition: .3s ease-in-out;
    z-index: -1;
}
}.navbar-brand img {
    max-height: 72px;
    -o-object-fit: contain;
    object-fit: contain;
    width: clamp(92px, 32px + 7.5vw, 256px);
}
@media only screen and (max-width:991px) {
    .navbar-brand img {
    filter: brightness(0) invert(1);
}
}@media only screen and (min-width:992px) {
    .subpage .right-side-menu, .subpagespacer-top .right-side-menu {
    position: relative;
}
.subpage .right-side-menu:after {
    background: var(--clr-primary-700);
    content: "";
    inset: -2rem -100vw -2rem -2rem;
    opacity: 1;
    position: absolute;
    transition: .3s ease-in-out;
    z-index: -1;
}
}header .navbar {
    --bs-navbar-toggler-icon-bg: url(../js/1672e99d49450a5ea4d7.webp);
}
header .navbar li.lang-item {
    color: #ffffff;
    list-style: none;
    padding-right: 1rem;
}
header .navbar li.lang-item a {
	color: #ffffff;
}
header.sticky-top.active .navbar li.lang-item a {
	color: var(--clr-text-400);
}
header .navbar .navbar-toggler {
    color: var(--clr-light-100);
}
@media only screen and (min-width:992px) {
    header .navbar .navbar-toggler .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}
}header .navbar .modal-open {
    filter: brightness(0) invert(1);
}
@media only screen and (min-width:992px) {
    header.active .navbar-toggler {
    color: var(--clr-text-400);
}
header.active .navbar-toggler .navbar-toggler-icon {
    filter: brightness(1) invert(1);
}
}header.active .modal-open {
    filter: none;
}
header.active .right-side-menu:after {
    background: var(--clr-light-100);
}
header.fixed-top, header.sticky-top {
    background-color: transparent;
    transition: .3s ease-in-out;
}
header.fixed-top.active, header.sticky-top.active {
    background-color: var(--clr-light-100);
}
@media only screen and (max-width:991px) {
    header.fixed-top, header.fixed-top.active, header.sticky-top, header.sticky-top.active {
    background-color: var(--clr-primary-700);
}
}header.active .navbar-brand:before {
    opacity: 0;
}
header .navbar-nav {
    gap: 0 1.5rem;
}
header .navbar-nav .nav-item {
    position: relative;
}
@media only screen and (max-width:991px) {
    header .navbar-nav .nav-item {
    text-align: center;
}
}header .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .5px;
}
header .navbar-nav .nav-item img {
    -o-object-fit: contain;
    object-fit: contain;
}
header .navbar-nav .nav-item:before {
    background-color: var(--clr-primary-400);
    border-radius: 50%;
    content: "";
    height: 0;
    left: 120%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .15s ease-in-out;
    width: 0;
}
@media only screen and (max-width:991px) {
    header .navbar-nav .nav-item: before {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}
}@media only screen and (min-width:992px) {
    header .navbar-nav .nav-item.active: before, header .navbar-nav .nav-item:hover:before {
    height: 8px;
    width: 8px;
}
header .container-fluid {
    padding-inline: calc(6.33% + 1rem);
}
}@media only screen and (min-width:2560px) {
    header .container-fluid {
    margin-inline: auto;
    max-width: 1920px;
    padding-inline: 1rem;
}
}.lang-item a {
    color: var(--clr-text-400);
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .5px;
}
footer nav .navbar-nav {
    align-items: top;
    flex-direction: row;
    margin-bottom: 0;
}
footer .footer-nav {
    background-color: var(--clr-primary-700);
    border-radius: 30px 30px 0 0;
    bottom: 0;
    padding: .25rem .5rem;
    position: fixed;
    width: 100%;
    z-index: 999;
}
@media only screen and (min-width:992px) {
    footer .footer-nav {
    display: none;
}
}footer .footer-nav .navbar-nav .nav-item {
    flex: 1 1 20%}
footer .footer-nav .navbar-nav .nav-item .nav-link {
    font-size: 11px;
    text-align: center;
}
footer .footer-nav .navbar-nav .nav-item .nav-link img {
    display: block;
    height: clamp(16px, 2vw + 3vh, 32px);
    margin-inline: auto;
    width: clamp(16px, 2vw + 3vh, 32px);
}
footer .footer-nav .navbar-nav .nav-item:last-child .nav-link img {
    filter: unset;
}
footer .footer-nav .navbar-nav .nav-item.current-menu-item {
    position: relative;
}
footer .footer-nav .navbar-nav .nav-item.current-menu-item:before {
    background: var(--clr-primary-400);
    border-radius: 50% 50% 0 0;
    content: "";
    inset: -1rem 0 -1rem 0;
    position: absolute;
    z-index: -1;
}
#sectionDown {
    scroll-padding-top: var(--nav-height);
	position: relative;
	z-index: 4;
}
@media only screen and (min-width:992px) {
    #sectionDown {
    margin-top: calc((var(--fs-700) + 1rem)*1.2*-1);
}
.subpage .section-down-hr {
    margin-top: calc((var(--fs-700) + 1rem)*1.2*-1) !important;
}
}.subpage {
    background: var(--clr-light-400);
}
.subpage #sectionDown {
    scroll-padding-top: var(--nav-height);
}
@media only screen and (min-width:992px) {
.subpage #sectionDown {
    margin-top: 0;
}
}.subpage main section {
    background: var(--clr-light-100);
}
.subpage main section:first-child {
    background: var(--clr-light-400);
}
@media only screen and (min-width:992px) {
    .spacer-top main {
    margin-top: calc(var(--nav-height)*-1);
}
}@media only screen and (max-width:991px) {
    body {
    margin-bottom: 3rem;
}
}.container-fluid.left {
    --_pad: 6.33%}
@media only screen and (min-width:992px) {
    .container-fluid.left {
    -webkit-padding-start: var(--_pad);
    padding-inline-start: var(--_pad);
}
}@media only screen and (min-width:2560px) {
    .container-fluid.left {
    -webkit-padding-start: calc(var(--_pad)*2);
    padding-inline-start: calc(var(--_pad)*2);
}
}@media only screen and (min-width:3840px) {
    .container-fluid.left {
    margin-inline: auto;
    max-width: 1920px;
    padding-inline: 1rem;
}
}.container-fluid .left {
    --_pad: 14%}
@media only screen and (min-width:992px) {
    .container-fluid .left {
    -webkit-padding-start: var(--_pad);
    padding-inline-start: var(--_pad);
}
}@media only screen and (min-width:2560px) {
    .container-fluid .left {
    -webkit-padding-start: calc(var(--_pad)*2);
    padding-inline-start: calc(var(--_pad)*2);
}
}@media only screen and (min-width:3840px) {
    .container-fluid .left {
    margin-inline: auto;
    max-width: 1920px;
    padding-inline: 1rem;
}
}.container-fluid .right {
    --_pad: 14%}
@media only screen and (min-width:992px) {
    .container-fluid .right {
    -webkit-padding-end: var(--_pad);
    padding-inline-end: var(--_pad);
}
}@media only screen and (min-width:2560px) {
    .container-fluid .right {
    -webkit-padding-end: calc(var(--_pad)*2);
    padding-inline-end: calc(var(--_pad)*2);
}
}@media only screen and (min-width:3840px) {
    .container-fluid .right {
    margin-inline: auto;
    max-width: 1920px;
    padding-inline: 1rem;
}
}.container-fluid.right {
    --_pad: 6.33%}
@media only screen and (min-width:992px) {
    .container-fluid.right {
    -webkit-padding-end: var(--_pad);
    padding-inline-end: var(--_pad);
}
}@media only screen and (min-width:2560px) {
    .container-fluid.right {
    -webkit-padding-end: calc(var(--_pad)*2);
    padding-inline-end: calc(var(--_pad)*2);
}
}@media only screen and (min-width:3840px) {
    .container-fluid.right {
    margin-inline: auto;
    max-width: 1920px;
    padding-inline: 1rem;
}
}.img-link, .img-link-left, .img-link-right {
    position: relative;
}
.img-link-left:after, .img-link-right:after, .img-link:after {
	opacity: 0;
    background: url(../js/456244bc9e1fa32b190b.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    height: 32px;
    position: absolute;
    width: 32px;
}
.img-link-left:after {
    bottom: 1rem;
    left: 1rem;
}
.img-link-right:after {
    bottom: 1rem;
    right: 1rem;
}
.bg-white {
    background: var(--clr-light-100)!important;
}
@media only screen and (min-width:992px) {
    .bg-white-desktop {
    background-color: var(--clr-light-100);
}
}@media only screen and (max-width:991px) {
    .bg-white-mobile {
    background: var(--clr-light-100);
}
}.bg-white-bleed, .bg-white-bleed-left {
    position: relative;
    z-index: 1;
}
.bg-white-bleed-left:before, .bg-white-bleed:before {
    background: #f5f5f5;
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1;
}
@media only screen and (max-width:991px) {
    .bg-white-bleed-left: before, .bg-white-bleed:before {
    background: var(--clr-light-400);
}
}.bg-white-bleed-left:before {
    inset: 0 0 0 -100vw;
}
.bg-white-bleed-left-2:before {
    inset: 0 -1rem 75% -1rem;
}
@media only screen and (min-width:992px) {
    .bg-white-bleed-left-2: before {
    inset: 0 75% 1rem -100vw;
}
}.bg-gray {
    background-color: var(--clr-light-400)!important;
}
@media only screen and (min-width:992px) {
    .bg-gray-desktop {
    background-color: var(--clr-light-400);
}
}@media only screen and (max-width:991px) {
    .bg-gray-mobile {
    background: var(--clr-light-400)!important;
}
}.bg-gray--25-bot {
    background-color: unset;
    position: relative;
    z-index: 2;
}
.bg-gray--25-bot:before {
    background-color: var(--clr-light-400);
    content: "";
    inset: 75% 0 0 0;
    position: absolute;
    z-index: -1;
}
.bg-grad, .bg-grad-1 {
	background-color: #148878;
    background-image: linear-gradient(-13deg, rgba(131, 194, 132, 0.48) 0%, rgba(0, 126, 108, 0.48) 100%);
}
.bg-grad-2, .frame-card__header {
    background: #027f6d;
    background: linear-gradient(135deg, #027f6d, #369a76);
}
@media only screen and (max-width:991px) {
    .bg-grad-2-mobile {
    background: #027f6d;
    background: linear-gradient(135deg, #027f6d, #369a76);
}
}.bg-grad-3 {
    background: #096496;
    background: linear-gradient(20deg, #096496, #397f96);
}
.bg-grad-4 {
    background: #096496;
    background: linear-gradient(356deg, #096496, #397f96);
}
.bg-grad-4-force {
    background-color: #148878 !important;
    background-image: linear-gradient(-13deg, rgba(131, 194, 132, 0.48) 0%, rgba(0, 126, 108, 0.48) 100%) !important;
}
.bg-grad-5 {
    background: #027f6d;
    background: linear-gradient(356deg, #027f6d, #369a76);
}
.bg-glass {
    background: #3e85a5;
}
.bg-banner {
    background: unset!important;
    position: relative;
}
.bg-banner:before {
	background-color: #094c96;
	background-image: linear-gradient(-13deg, rgb(131 194 132 / 35%) 0%, rgb(0 126 108 / 18%) 100%);
    content: "";
    inset: 0 50% 0 0;
    position: absolute;
    z-index: -1;
}
@media only screen and (min-width:992px) {
    .bg-banner: before {
    background: #096496;
    background: linear-gradient(225deg, #096496, #397f96);
    inset: 0 50% 0 0;
}
}.bg-banner:after {
    background-color: #007e6c;
	background-image: linear-gradient(-13deg, rgba(131, 194, 132, 0.48) 0%, rgba(0, 126, 108, 0.48) 100%);
    content: "";
    inset: 0 0 0 50%;
    position: absolute;
    z-index: -1;
}
@media only screen and (min-width:992px) {
    .bg-banner: after {
    background: #027f6d;
    background: linear-gradient(135deg, #027f6d, #369a76);
    inset: 0 0 0 50%}
.bg-banner .triangles:before {
    left: 0;
}
.bg-banner .triangles:after, .bg-banner .triangles:before {
    background: #027f6d;
    background: linear-gradient(135deg, #027f6d, #369a76);
    bottom: calc(100% - 1px);
    -webkit-clip-path: polygon(50% 65%, 0 100%, 100% 100%);
    clip-path: polygon(50% 65%, 0 100%, 100% 100%);
    content: "";
    height: 3vw;
    position: absolute;
    width: 3vw;
}
.bg-banner .triangles:before {
    background: #0e5a8f;
    background: linear-gradient(135deg, #0b588f, #0b588f);
}
.bg-banner .triangles:after {
    background: #0c856e;
    background: linear-gradient(135deg, #0c856e, #0c856e);
}
.bg-banner .triangles:after {
    right: 0;
}
}.bg-banner-2 {
    background: url(../js/78866133825699781e9b.svg) no-repeat top!important;
    background-size: cover;
}
@media only screen and (min-width:992px) {
    .bg-banner-3 {
    background: unset!important;
    position: relative;
}
.bg-banner-3:before {
    background: var(--clr-secondary-400);
    content: "";
    position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
    z-index: -1;
}
}@media only screen and (min-width:992px)and (min-width:992px) {
    .bg-banner-3: before {
    background: #096496;
    background: linear-gradient(225deg, #096496, #397f96);
    inset: 0 50% 0 0;
}
}@media only screen and (min-width:992px) {
    .bg-banner-3: after {
    background: var(--clr-primary-700);
    content: "";
    inset: 50% 0 0 0;
    position: absolute;
    z-index: -1;
}
}@media only screen and (min-width:992px)and (min-width:992px) {
    .bg-banner-3: after {
    background: #027f6d;
    background: linear-gradient(135deg, #027f6d, #369a76);
    inset: 0 0 0 50%}
.bg-banner-3 .triangles:before {
    left: 0;
}
.bg-banner-3 .triangles:after, .bg-banner-3 .triangles:before {
    background: #027f6d;
    background: linear-gradient(135deg, #027f6d, #369a76);
    bottom: calc(100% - 1px);
    -webkit-clip-path: polygon(50% 65%, 0 100%, 100% 100%);
    clip-path: polygon(50% 65%, 0 100%, 100% 100%);
    content: "";
    height: 3vw;
    position: absolute;
    width: 3vw;
}
.bg-banner-3 .triangles:after {
    right: 0;
}
}@media only screen and (min-width:992px) {
    .bg-banner-4 {
    position: relative;
    z-index: -1;
}
.bg-banner-4:before {
    background: var(--clr-secondary-400);
    content: "";
    inset: 0 0 50% 0;
    position: absolute;
    z-index: -1;
}
}@media only screen and (min-width:992px)and (min-width:992px) {
    .bg-banner-4: before {
    background: #096496;
    background: linear-gradient(225deg, #096496, #397f96);
    inset: 0 50% 0 0;
}
}@media only screen and (min-width:992px) {
    .bg-banner-4: after {
    background: var(--clr-primary-700);
    content: "";
    inset: 50% 0 0 0;
    position: absolute;
    z-index: -1;
}
}@media only screen and (min-width:992px)and (min-width:992px) {
    .bg-banner-4: after {
    background: #027f6d;
    background: linear-gradient(135deg, #027f6d, #369a76);
    inset: 0 0 0 50%}
.bg-banner-4 .triangles:before {
    left: 0;
}
.bg-banner-4 .triangles:after, .bg-banner-4 .triangles:before {
    background: #027f6d;
    background: linear-gradient(135deg, #027f6d, #369a76);
    bottom: calc(100% - 1px);
    -webkit-clip-path: polygon(50% 65%, 0 100%, 100% 100%);
    clip-path: polygon(50% 65%, 0 100%, 100% 100%);
    content: "";
    height: 3vw;
    position: absolute;
    width: 3vw;
}
.bg-banner-4 .triangles:after {
    right: 0;
}
}.bg-banner-left-alt:after, .bg-banner-left:after {
    content: none;
}
.bg-banner-left-alt:before {
    background: #027f6d;
    background: linear-gradient(135deg, #027f6d, #369a76);
    inset: 0 63% 0 0}
.bg-banner-right:before {
    background: #027f6d;
    background: linear-gradient(135deg, #027f6d, #369a76);
    inset: 0 0 0 50%}
}
.bg-banner-40:before {
    inset: 0 0 25% 0;
}
section#akcjonariusze::after {
	display: none;
}
@media only screen and (min-width:992px) {
    .bg-banner-40: before {
    inset: 0 62.5% 0 0;
}
}@media(min-width:2800px) {
    .bg-banner-40: before {
    inset: 0 55% 0 0;
}
}.bg-banner-40:after {
    background: var(--clr-light-100);
    content: "";
    inset: 25% 0 0 0;
}
@media only screen and (min-width:992px) {
    .bg-banner-40: after {
    inset: 0 0 0 37.5%}
}@media(min-width:2800px) {
    .bg-banner-40: after {
    inset: 0 0 0 45%}
}.bg-footer {
    position: relative;
}
.bg-footer {
    background-color: #094c96;
    background-image: linear-gradient(-49deg, #007e6c 0%, #096496 100%), linear-gradient(-30deg, rgba(131, 194, 132, 0.48) 0%, rgba(0, 126, 108, 0.48) 100%);
}
.bg-footer:before {
    content: "";
    position: absolute;
    top: 0;
    width: 35%;
    height: 75%;
    background-color: #ffffff;
    z-index: 2;
}
.bg-cyan {
    background: #4190a8;
}
@media only screen and (max-width:991px) {
    .bg-cyan-mobile {
    background: #4190a8;
}
.bg-footer:before {
    width: 100%;
    height: 140px;
}
}.form-control, .form-select {
    background-color: var(--clr-light-400);
    border: none;
    border-radius: 0;
    color: var(--clr-text-400);
}
.form-control:focus, .form-select:focus {
    background-color: var(--bs-body-bg);
    border-color: var(--clr-primary-400);
    box-shadow: 0 0 0 .25rem rgba(7, 130, 109, .145);
    color: var(--bs-body-color);
    outline: 0;
}
.form-label {
    font-weight: 700;
}
.form-check-input:focus {
    border-color: var(--clr-primary-400);
    box-shadow: 0 0 0 .25rem rgba(7, 130, 109, .145);
    outline: 0;
}
.form-check-input:checked {
    background-color: var(--clr-primary-400);
    border-color: var(--clr-primary-400);
}
.v-line-before {
    padding-left: 1rem;
    position: relative;
}
.v-line-before:before {
    background-color: var(--clr-secondary-400);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}
.v-line-before--right {
    padding-left: 0;
    padding-right: 1rem;
}
.v-line-before--right:before {
    bottom: 50%;
    left: unset;
    right: 0;
    top: 20%}
.v-line-before--up:before {
    bottom: unset;
    height: 2px;
    left: 0;
    right: 0;
    top: 0;
    width: unset;
}
.v-line-before--50.v-line-before--up:before {
    left: 50%}
.v-line-before--50.v-line-before--up:after {
    background-color: #212529;
    bottom: unset;
    content: "";
    height: 1px;
    left: 12px;
    opacity: .25;
    position: absolute;
    right: 50%;
    top: 0;
}
.v-line-before--thin.v-line-before--up:before {
    height: 1px;
}
.v-line-before--thin:not(.v-line-before--up):before {
    width: 1px;
}
.v-line-before--thick.v-line-before--up:before {
    height: 4px;
}
.v-line-before--thick:not(.v-line-before--up):before {
    width: 4px;
}
.v-line-before.thicker:before {
    background: #005650;
    background: linear-gradient(180deg, #005650, #76c48b);
    width: 6px;
}
.v-line-before--primary:before {
    background-color: var(--clr-primary-400);
}
.v-line-before--white:before {
    background-color: var(--clr-light-100);
}
.v-line-before--gray:before {
    background-color: var(--clr-light-700);
    opacity: .5;
}
.v-line-before--list img {
    margin-right: 1rem;
}
.v-line-before--list:before {
    left: 3rem;
}
@media only screen and (max-width:991px) {
    .v-line-before--between {
    padding-left: 0;
}
}.v-line-before--between:before {
    background-color: var(--clr-text-400);
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (max-width:991px) {
    .v-line-before--between: before {
    content: none;
}
}.v-line-before--alt:before {
    z-index: 2;
}
@media only screen and (max-width:991px) {
    .v-line-before--alt: before {
    content: unset;
}
}.v-line-before--alt:after {
    background-color: var(--clr-light-700);
    bottom: -20%;
    right: 0;
    top: -20%;
    width: var(--line-width);
    z-index: 1;
}
@media only screen and (min-width:992px) {
    .v-line-before--alt: after {
    content: "";
    position: absolute;
}
}.v-line-before--alt:not(.v-line-before--right):before {
    background-color: var(--clr-primary-400);
    bottom: 25%;
    top: 25%;
    z-index: 2;
}
.v-line-before--alt:not(.v-line-before--right):after {
    background-color: var(--clr-light-700);
    bottom: -20%;
    content: "";
    left: 0;
    position: absolute;
    right: unset;
    top: -20%;
    width: var(--line-width);
    z-index: 1;
}
@media only screen and (min-width:2560px) {
    .v-line-before--alt.add-spacing {
    padding-left: 6rem;
}
.v-line-before--alt.add-spacing:after, .v-line-before--alt.add-spacing:before {
    left: 2rem;
}
}.v-line-before--alt.add-spacing:after {
    bottom: -5vw;
    top: -5vw;
}
.v-line-col, .v-line-col-1, .v-line-col-10, .v-line-col-11, .v-line-col-12, .v-line-col-2, .v-line-col-3, .v-line-col-4, .v-line-col-5, .v-line-col-6, .v-line-col-7, .v-line-col-8, .v-line-col-9, .v-line-col-center {
    --_pad: 8.33%;
    --_multiplier: 8.33%;
    --_opacity: 1;
    margin: 0;
}
@media only screen and (max-width:991px) {
    .v-line-col, .v-line-col-1, .v-line-col-10, .v-line-col-11, .v-line-col-12, .v-line-col-2, .v-line-col-3, .v-line-col-4, .v-line-col-5, .v-line-col-6, .v-line-col-7, .v-line-col-8, .v-line-col-9, .v-line-col-center {
    display: none;
}
}.v-line-col-10:before, .v-line-col-11:before, .v-line-col-12:before, .v-line-col-1:before, .v-line-col-2:before, .v-line-col-3:before, .v-line-col-4:before, .v-line-col-5:before, .v-line-col-6:before, .v-line-col-7:before, .v-line-col-8:before, .v-line-col-9:before, .v-line-col-center:before, .v-line-col:before {
    background: var(--clr-light-700);
    bottom: 0;
    content: "";
    left: var(--_pad);
    opacity: var(--_opacity);
    position: absolute;
    top: 0;
    width: var(--line-width);
    z-index: -1;
}
.v-line-col-1 {
    --_pad: 6.33%}
.v-line-col-2 {
    --_pad: calc(var(--_multiplier)*2);
}
.v-line-col-3 {
    --_pad: calc(var(--_multiplier)*3);
}
.v-line-col-4 {
    --_pad: calc(var(--_multiplier)*4);
}
.v-line-col-5 {
    --_pad: calc(var(--_multiplier)*5);
}
.v-line-col-6 {
    --_pad: calc(var(--_multiplier)*6);
}
.v-line-col-7 {
    --_pad: calc(var(--_multiplier)*7);
}
.v-line-col-8 {
    --_pad: calc(var(--_multiplier)*8);
}
.v-line-col-9 {
    --_pad: calc(var(--_multiplier)*9);
}
.v-line-col-10 {
    --_pad: calc(var(--_multiplier)*10);
}
.v-line-col-11 {
    --_pad: calc(var(--_multiplier)*11);
}
.v-line-col-12 {
    --_pad: calc(var(--_multiplier)*12);
}
.v-line-col-center {
    --_pad: 50%}
.v-line-col-center:before {
    transform: translateX(-50%);
}
.v-line-alt:before {
    background: var(--clr-light-700);
    z-index: 1;
}
.v-line-row {
    --_multiplier: 8.33%;
    --_opacity: 1;
    --_top: 50%;
    margin: 0;
}
.v-line-row:after {
    background: var(--clr-light-400);
    content: "";
    height: var(--line-width);
    left: 0;
    opacity: var(--_opacity);
    position: absolute;
    right: 0;
    top: var(--_top);
    transform: translateY(-50%);
    z-index: 6;
}
.v-line-muted {
    --_opacity: 0.3;
}
.v-line-ontop:before {
    z-index: 6;
}
@media only screen and (min-width:992px) {
    .swiper-button-prev {
    left: 27%;
    transform: translateX(-50%);
}
}.swiper-button-prev:after {
    color: var(--clr-light-100);
    font-size: var(--fs-500);
}
@media only screen and (min-width:992px) {
    .swiper-button-next {
    right: 27%;
    transform: translateX(50%);
}
}.swiper-button-next:after {
    color: var(--clr-light-100);
    font-size: var(--fs-500);
}
.swiper-pagination {
    text-align: start;
}
.swiper-pagination-bullet {
    height: 12px;
    width: 12px;
}
#newsSwiper .swiper-slide {
    transition: .3s ease-out;
}
#newsSwiper .slide-wrap {
    -webkit-padding-after: 3rem;
    padding-block: 1rem;
    padding-block-end: 3rem;
}
#newsSwiper .swiper-slide-next, #newsSwiper .swiper-slide-prev {
    scale: .8;
}
@media only screen and (min-width:992px) {
    #newsSwiper .swiper-slide-next, #newsSwiper .swiper-slide-prev {
    opacity: .5;
    scale: .6;
}
}#logaSwiper .swiper-button-next, #logaSwiper .swiper-button-prev, #ogloszeniaSwiper .swiper-button-next, #ogloszeniaSwiper .swiper-button-prev {
    bottom: 0;
    top: unset;
}
#logaSwiper .swiper-button-next:after, #logaSwiper .swiper-button-prev:after, #ogloszeniaSwiper .swiper-button-next:after, #ogloszeniaSwiper .swiper-button-prev:after {
    color: var(--clr-primary-400);
}
#logaSwiper .swiper-button-next, #ogloszeniaSwiper .swiper-button-next {
    width: clamp(32px, 2.5vw, 64px);
}
#logaSwiper .swiper-button-next:after, #ogloszeniaSwiper .swiper-button-next:after {
    background: url(../js/bdbc4959d5220bbe0531.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    height: 100%;
    width: 100%}
#logaSwiper .swiper-button-prev, #ogloszeniaSwiper .swiper-button-prev {
    width: clamp(32px, 2.5vw, 64px);
}
#logaSwiper .swiper-button-prev:after, #ogloszeniaSwiper .swiper-button-prev:after {
    background: url(../js/64ea0c2f620998cd7897.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    height: 100%;
    width: 100%}
@media only screen and (min-width:992px) {
    #logaSwiper .swiper-button-prev, #ogloszeniaSwiper .swiper-button-prev {
    left: 7.5%}
#logaSwiper .swiper-button-next, #ogloszeniaSwiper .swiper-button-next {
    right: 7.5%}
}@media only screen and (min-width:2560px) {
    #logaSwiper .swiper-button-prev, #ogloszeniaSwiper .swiper-button-prev {
    left: 12.33%}
#logaSwiper .swiper-button-next, #ogloszeniaSwiper .swiper-button-next {
    right: 12.33%}
}@media only screen and (min-width:3840px) {
    #logaSwiper .swiper-button-prev, #ogloszeniaSwiper .swiper-button-prev {
    left: 25%}
#logaSwiper .swiper-button-next, #ogloszeniaSwiper .swiper-button-next {
    right: 25%}
}#logaSwiper .swiper-button-next, #logaSwiper .swiper-button-prev {
    bottom: unset;
    top: 1rem;
}
#logaSwiper .swiper-button-next:after {
    background: url(../js/8d6cc87c720fd3f9a089.svg) no-repeat 50%;
    background-size: contain;
}
#logaSwiper .swiper-button-prev:after {
    background: url(../js/f4a3a64a514ac859a986.svg) no-repeat 50%;
    background-size: contain;
}
#ogloszeniaSwiper .swiper-button-next, #ogloszeniaSwiper .swiper-button-prev {
    bottom: 0;
    top: unset;
}
.date-box {
    align-items: center;
    display: flex;
    gap: 0 .5rem;
    justify-content: flex-end;
}
#pKontakt {
    scroll-margin-top: 10vh;
}
nav .pagination {
    justify-content: center;
    padding-block: 1rem;
}
nav .pagination .page-item {
    border-radius: var(--bs-border-radius);
    margin-inline: .25rem;
}
nav .pagination .page-item .page-link:focus {
    aspect-ratio: 1/1;
    background-color: inherit;
    border-color: rgba(7, 130, 109, .145);
    box-shadow: 0 0 0 .25rem rgba(7, 130, 109, .145);
    outline: 0;
}
nav .pagination .page-item .next, nav .pagination .page-item .prev {
    background-color: transparent;
    border-color: transparent;
}
nav .pagination .active span {
    --_clr: var(--clr-light-100)!important;
    background-color: var(--clr-primary-700);
    border-color: var(--clr-primary-400);
}
.hero-section {
    position: relative;
    background-color: #f5f5f5;
}
.hero-section .hero-img {
    position: relative;
    z-index: 5;
}
@media only screen and (min-width:992px) {
    .hero-section .hero-img {
    aspect-ratio: 1440/1336;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%}
}.hero-section .hero-img.abs {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%}
.hero-section .abs-button {
    bottom: 10%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.hero-section .sublogo {
    aspect-ratio: 16/9;
    max-height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    width: clamp(128px, 32px + 7.5vw, 256px);
}
@media only screen and (min-width:992px) {
    .hero-section .sublogo {
    left: calc((100vw - 1190px) / 2);
    position: absolute;
    top: calc(var(--nav-height) + 15px);
    width: calc(clamp(128px, 32px + 7.5vw, 256px)*.5);
}
}@media only screen and (min-width:1920px) {
    .hero-section .sublogo {
    left: 7.5%}
}@media only screen and (min-width:2560px) {
    .hero-section .sublogo {
    left: calc((100vw - 1850px) / 2)}
}@media only screen and (min-width:992px) {
    .hero-section .sub-hr {
    transform: translateX(calc(100% + 1rem));
}
}.hero-section .desktop-hidden {
    position: absolute;
    top: calc(100% - 4rem);
    z-index: 6;
}
footer {
    --_logo-w: clamp(126px, 10vw, 256px);
}
footer .logo {
    width: var(--_logo-w);
}
footer .logo, footer .sublogo {
    -o-object-fit: contain;
    object-fit: contain;
}
footer .sublogo {
    width: calc(var(--_logo-w)*.5);
}
footer .navbar-brand:before {
    inset: -10vw -100% -1rem -100vw;
}
@media only screen and (min-width:1920px) {
    footer .navbar-brand: before {
    inset: -10vw 0 -1rem -100vw;
}
}.darken {
    position: relative;
}
.darken:after {
    content: "";
    position: absolute;
}
@media only screen and (min-width:992px) {
    .thumb-absolute {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%}
}@media only screen and (max-width:991px) {
    .thumb-absolute {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 25% 50%;
    object-position: 25% 50%}
}.thumb-absolute-alt-mobile {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%}
@media only screen and (max-width:991px) {
    .thumb-absolute-alt-mobile {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 60% 50%;
    object-position: 60% 50%}
}.list-style-1 {
    list-style: url(../js/b951516cfc97d0b9d916.svg);
}
.list-style-1 li {
    margin-bottom: clamp(.5rem, 1vh, 1.5rem);
}
.list-style-1 li::marker {
    height: 1em;
}
#akcjonariusze .img-wrap {
    background: var(--clr-light-100);
    border-radius: 50%}
#akcjonariusze .img-wrap img {
    outline: 2px solid var(--clr-secondary-400);
    outline-offset: 16px;
}
#aktualnosci .aktu-row {
    --_base: 1rem;
    padding-bottom: 2rem;
    position: relative;
	margin-bottom: 2.5rem;
}
@media only screen and (min-width:992px) {
    #aktualnosci .aktu-row {
    --_base: 26.65%}
}@media only screen and (min-width:1920px) {
    #aktualnosci .aktu-row {
    --_base: 27.25%}
}@media only screen and (min-width:2560px)and (min-width:992px) {
    #aktualnosci .aktu-row {
    --_base: 27.5%}
}#aktualnosci .aktu-row:before {
    background-color: var(--clr-primary-700);
    border-radius: 50%;
    content: "";
    height: 32px;
    left: calc(var(--_base) + 1.5rem);
    position: absolute;
    top: 50%;
    margin-top: -16px;
    transform: translate(-50%);
    width: 32px;
    z-index: 3;
}
@media only screen and (min-width:992px) {
    #aktualnosci .aktu-row: before {
    left: calc(var(--_base) + 2rem);
    top: 50%;
    transform: translate(-50%, -50%);
}
#aktualnosci .aktu-row:after {
    background-color: var(--clr-light-700);
    border-radius: 50%;
    top: 2rem;
    bottom: 2rem;
    content: "";
    height: auto;
    left: calc(var(--_base) + 1.5rem);
    position: absolute;
    transform: translateX(-50%);
    width: 4px;
    z-index: 2;
}
@media only screen and (min-width:992px) {
    #aktualnosci .aktu-row: after {
    left: calc(var(--_base) + 2rem);
}
}@media only screen and (max-width:991px) {
    #aktualnosci .aktu-row: last-child:after {
    bottom: 100%}
}#aktualnosci .aktu-row .aktu-row-text {
    padding-left: 2rem;
    padding-block: clamp(2rem, 5vh, 4rem);
    position: relative;
    z-index: 2;
}
@media only screen and (min-width:992px) {
    #aktualnosci .aktu-row .aktu-row-text {
    padding-left: 5rem;
}
}#aktualnosci .aktu-row .aktu-row-text:after {
    background: #027f6d;
    background: linear-gradient(135deg, #027f6d, #369a76);
    content: "";
    inset: -1rem calc(var(--bs-gutter-x)*.5);
    position: absolute;
    z-index: -1;
}
@media only screen and (min-width:992px) {
    #aktualnosci .aktu-row .aktu-row-text: after {
    inset: 0 -100vw 0 0;
}
}.triangle-right:after {
    -webkit-clip-path: polygon(35% 50%, 0 0, 0 100%);
    clip-path: polygon(35% 50%, 0 0, 0 100%);
    height: 3vw;
    left: calc(100% - 1px);
    top: 50%;
    transform: translateY(-50%);
    width: 3vw;
}
.triangle-down--big:after, .triangle-down:after, .triangle-right:after {
    background: #027f6d;
    background: linear-gradient(135deg, #027f6d, #369a76);
    content: "";
    position: absolute;
}
.triangle-down--big:after, .triangle-down:after {
    -webkit-clip-path: polygon(50% 35%, 0 0, 100% 0);
    clip-path: polygon(50% 35%, 0 0, 100% 0);
    height: clamp(32px, 16px + 3vw, 64px);
    left: 50%;
    top: calc(100% - 1px);
    transform: translateX(-50%);
    width: clamp(32px, 16px + 3vw, 64px);
}
.triangle-down--big:after {
    height: 64px;
    width: 64px;
}
.triangle-top:after {
    background: #096496;
    background: linear-gradient(356deg, #397f96, #096496);
    bottom: calc(100% - 1px);
    -webkit-clip-path: polygon(50% 65%, 0 100%, 100% 100%);
    clip-path: polygon(50% 65%, 0 100%, 100% 100%);
    content: "";
    height: clamp(3rem, 3vw, 6rem);
    left: 3rem;
    position: absolute;
    transform: translateX(-50%);
    width: clamp(3rem, 3vw, 6rem);
}
.triangle-top--alt:after {
    background: #027f6d;
    background: linear-gradient(356deg, #027f6d, #369a76);
}
.frame-card__header {
    position: relative;
    width: 100%}
@media only screen and (min-width:992px) {
    .frame-card__header {
    width: 75%}
	.section-front-page-banner .text-400.text-white.text-start {
		padding-left: 21%;
	}
}@media only screen and (max-width:991px) {
    .ps-mobile-0 {
    padding-left: 0;
}
.pe-mobile-0 {
    padding-right: 0;
}
}.child-center nav .pagination {
    justify-content: center;
}
.search-control {
    background-color: #fff;
    border-bottom: 1px solid #000;
}
.search-submit {
    background-color: var(--clr-light-400);
}
.img-wrapper-darken {
    isolation: isolate;
    position: relative;
	z-index: 5;
}
.img-wrapper-darken:after {
    background: #005650;
    background: linear-gradient(180deg, rgba(0, 86, 80, 0), rgba(0, 0, 0, .5));
    content: "";
    inset: 0;
    position: absolute;
    z-index: 10;
}
.purge-after:after, .purge-before:before {
    content: none;
}
@media only screen and (max-width:991px) {
    .mobile-purge: after, .mobile-purge:before {
    content: none;
}
header.sticky-top.active .navbar li.lang-item a {
    color: #ffffff;
}
.akcjo-row {
    position: relative;
}
.akcjo-row:before {
    background-color: var(--clr-light-400);
    inset: 0 0 82% 0;
}
.akcjo-row:after, .akcjo-row:before {
    content: "";
    position: absolute;
    z-index: -1;
}
.akcjo-row:after {
    background-color: var(--clr-primary-700);
    inset: 18% 0 0 0;
}
}.w-50-mobile {
    width: 75%}
}
@media only screen and (max-width:991px) {
    .w-50-mobile {
		width: 66%
	}
		.bg-banner-left-alt:before {
		inset: 0 0 0 0;
	}
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  width: 100%;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal__container textarea#cText {
    height: 80px !important;
    min-height: 80px !important;
}