* {
    font-size: 16px;
    font-family: 'Poppins', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: 1.5;
}

html, body {
    overflow-x: hidden;
}

.dark-gold {
    color: rgba(186, 169, 113, 1);
}

.light-gold {
    color: rgba(186, 169, 113, 1);
    /* color: rgba(0, 137, 88, 1); */
}

.inline {
    display: inline-block;
}

.navbar-margin {
    height: 100px;
}

h1, h2, h3, .stronger {
    font-weight: 700;
    /* margin-bottom: 1rem; */
}

h2.thin {
    font-weight: 400;
}

h2.cancelthin {
    display: inline;
    font-weight: 700 !important;
}

h1 {
    font-size: 3rem;
}
h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.thx h1 {
    font-size: 2rem;
    text-wrap: balance;
}

.thx h2 {
    margin-top: 5rem;
}

h3 {
    font-size: 1.2rem;
    text-wrap: balance;
}

.steps a.simple-url {
    font-weight: 700;
    text-decoration: none;
    color: rgba(186, 169, 113, 1);
}

.steps a:hover,
.steps a:visited,
.steps a:active,
.steps a:focus {
    color: rgba(186, 169, 113, 1);
}

.sect .buttons {
    display: flex;
    width: 90%;
    max-width: 1000px;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.main-btn {
    border-radius: .5rem;
    color: #ffffff;
    background-color: rgba(186, 169, 113, 1);
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    margin: 1rem;
    text-decoration: none;
    height: 50px;
    /* padding: 5px; */
    text-align: center;
    padding: 0rem .5rem;
    border:  2px solid rgba(186, 169, 113, 1);
}

#closeDialogBtn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.main-btn:hover {
    background-color: rgb(172, 155, 101);
}

.main-btn .btn-text {
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    width: 85%;
}

.main-btn .btn-icon {
    font-size: 1rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    border: 2px solid #ffffff;
    padding: .6rem;
    margin: .3rem;
    max-height: 2rem;
    max-width: 2rem;
}

.secondary-btn {
    border-radius: .5rem;
    color: #1d1d1c;
    background-color: #ffffff;
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    margin: 1rem;
    text-decoration: none;
    padding: 0rem .5rem;
    text-align: center;
    border:  3px solid rgba(186, 169, 113, 1);
}

.secondary-btn:hover {
    background-color: #f3f3f3;
}

.secondary-btn .btn-text {
    font-size: 1rem;
    line-height: 1;
    width: 85%;
    /* padding: .3rem .5rem; */
    /* padding-left: %; */
}

.navbar .secondary-btn .btn-text {
    width: 100%;
}

.secondary-btn .btn-icon {
    font-size: 1rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    border: 2px solid #1d1d1c;
    padding: .3rem;
    margin: .3rem;
}

.sect {
    /* width: 90vw; */
    max-width: 1440px;
    margin: 0px auto;
}

.navbar {
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    padding: .5rem;
    padding-top: 1rem;
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: #ffffff;
}

.navbar .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
}

.navbar .buttons {
    display: none;
}

section {
    padding: 2rem 1rem;
    /* border-top: 2px solid rgba(147, 121, 66, 1); */
} 

section.bottomline {
    padding-bottom: 4rem;
    padding-top: 4rem;
    border-bottom: 2px solid rgba(186, 169, 113, 1);
}

section.thx-sect {
    border-bottom: none;
}

#riskgraph {
    margin-top: .8rem;
    max-width: 100%;
}

.gateway_wrapper {
    display: block;
    z-index: 5000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .80);
    overflow: hidden;
}

.gateway_wrapper .gateway {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1200px;
    min-height: 300px;
    max-height: 80vh;
    border-radius: 1rem;
    background-color: #fff;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.gateway_wrapper .gateway .content {
    height: 90%;
    width: 100%;
    max-height: 700px;
    overflow-y: scroll;
}

.gateway_wrapper .gateway .content .text {
    display: block;
    padding: 0 1rem;
    text-align: justify;
}

.gateway_wrapper .gateway .content .text .text-block {
    display: block;
    font-size: .8rem;
    margin: 1rem 0;
    width: 100%;
}

.gateway_wrapper .gateway .content .text .text-block ul {
    padding-left: 2rem;
}

.gateway_wrapper .gateway .content .text .text-block li,
.gateway_wrapper .gateway .content .text .text-block b,
.gateway_wrapper .gateway .content .text .text-block a,
.gateway-wrapper .gateway .content .text .text-block strong {
    font-size: .8rem;
}

.gateway_wrapper .gateway .content .text .text-block a,
.gateway_wrapper .gateway .content .text .text-block a:visited,
.gateway_wrapper .gateway .content .text .text-block a:hover,
.gateway_wrapper .gateway .content .text .text-block a:active {
    text-decoration: none;
    color: #957446;
}

.gateway_wrapper .gateway .button {
    margin: 0px auto;
    margin-top: 2rem;
    text-align: center;
    justify-content: center;
    width: 140px;
    max-width: 140px;
    cursor: pointer;
}

.padded {
    padding: 2rem 1rem;
}

.logo-ns {
    max-width: 190px;
    min-width: 180px;
}

.logo-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    /* margin-left: -12px; */
    flex-wrap: wrap;
}

.logo-wrapper span {
    margin-left: 1rem;
}

.logo-wrapper span,
.logo-wrapper span strong {
    font-size: 1.6rem;
}

.logo-emitenta {
    max-width: 270px;
}

@media screen and (min-width: 692px) {
    .navbar {
        min-height: 90px;
    }
    .logo-ns {
        max-width: 200px;
    }
}

.hero-image {
    position: relative;
    border-radius: 1rem;
    background-image: url(../images/LP_header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* min-height: 600px; */
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.21);
-moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.21);
box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.21);
}

.hero-image .hero-content {
    position: relative;
    border-radius: 1rem;
    width: 100%;
    max-width: 640px;
    height: 100%;
    color: #1d1d1c;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    padding: 3rem 2rem;
    flex-direction: row;
    z-index: 6;
}

.hero-image .headline {
    max-width: 100%;
    text-align: left;
}

.hero-more .stronger {
    margin-bottom: 1rem;
}

.hero-more {
    margin-top: 3rem;
    margin-bottom: .5rem;
}

.hero-content .salestime {
    display: block;
    margin-top: 2rem;
}

.hero-more span,
.hero-more b {
    /* display: block; */
    margin-bottom: .5rem;
    font-size: 1.2rem;
    line-height: 1.2;
}

.apla {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    z-index: 5;
    top: 0;
    left: 0;
    border-radius: 0rem;
}

.onlyns {
    display: block;
    margin-top: 2rem;
    font-size: 1.2rem;
}
.onlyns b {
    font-size: 1.2rem;
}

.golden-bar {
    position: relative;
    display: block;
    padding: .5rem;
    /* max-height: 2.25rem; */
    padding-left: 5rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
    border-radius: 3rem;
    background-color: rgba(186, 169, 113, 1);
    left: -5rem;
    max-width: 470px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
}

.more-info-sub-header-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.more-info-sub-header-container .buttons {
    width: 100%;
    justify-content: center;
}

@media screen and (min-width: 662px) {
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 1.6rem;
    }
    h3 {
        font-size: 1.3rem;
    }
    .hero-more span,
    .hero-more b {
        margin-top: 0rem;
        font-size: 1.6rem;
    }

    .thx h1 {
        font-size: 2rem;
    }
    
    .thx h2 {
        margin-top: 3rem;
    }

}

@media screen and (min-width: 792px) {
    .apla {
        display: block;
        position: absolute;
        width: 1800px;
        height: 1400px;
        background-color: rgba(255, 255, 255, 1);
        z-index: 100;
        top: -420px;
        left: -1200px;
        border-radius: 100rem;
        z-index: 5;
    }

    .hero-image .hero-content {
        min-height: 550px;
    }

    .more-info-sub-header-container .buttons {
        /* width: 100%; */
        margin-top: 2rem;
        justify-content: flex-start;
    }

    .more-info-sub-header-container .buttons .main-btn,
    .more-info-sub-header-container .buttons .secondary-btn {
        margin-left: 0;
    }
}

@media screen and (min-width: 992px) {
    section {
        padding: 4rem 0;
    } 
    .padded {
        padding: 4rem 0;
    }
    h1 {
        font-size: 4rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.6rem;
    }
    .hero-image .hero-content {
        padding: 2rem 3rem;
        background-color: inherit;
    }
    .hero-image .headline {
        max-width: 100%;
    }
    .hero-more span,
    .hero-more b {
        margin-top: 0rem;
        font-size: 2rem;
    }
}

.circle-emitent {
    aspect-ratio: 1/1;
    width: 100%;
    max-width: 300px;
    border-radius: 500px;
    /* background-color: rgba(0, 137, 88, 1); */
    background-color: rgba(186, 169, 113, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.circle-center {
    max-width: 75%;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    color: #ffffff;
    text-align: center;
}

.circle-center .percentage {
    font-size: 2.8rem;
    font-weight: 700;
}

.section-headline {
    text-align: center;
    margin-bottom: 2rem;
}

.left-side {
    text-align: center;
    /* padding: 0 1rem; */
}

.form-wrapper .section-headline {
    margin-bottom: 0;
}

.headline {
    width: 100%;
    text-align: center;
    text-wrap: balance;
    font-size: 1.5rem;
}

.list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.list-container .list-wrapper,
.beforesign .list-wrapper {
    padding-left: 0vw;
    padding-right: 0vw;
    width: 100%;
    max-width: 350px;
}

.list-container .list-image {
    max-width: 350px;
    width: 90%;
    padding-left: 1rem;
    margin-bottom: 2rem;
}

.list-container .list-image img {
    width: 90%;
}

.list-container .list-row,
.beforesign .list-row,
.left-side .list-row {
    display: flex;
    margin: 1rem auto;
}

.list-container .list-row .bullet,
.beforesign .list-row .bullet,
.left-side .list-row .bullet {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 1rem;
    margin-right: 1rem;
    color: rgba(186, 169, 113, 1);
}

.bullet.lighter {
    color: #d3ae77 !important;
}

.beforesign .list-row a,
.beforesign .list-row a:active,
.beforesign .list-row a:hover,
.beforesign .list-row a:visited {
    color: rgba(186, 169, 113, 1);
    text-decoration: none;
    font-weight: 300;
}

.beforesign .list-wrapper {
    margin-bottom: 4rem;
}

.beforesign .morequestions {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    padding-bottom: 0;
    text-align: center;
}

.beforesign .morequestions a {
    text-decoration: underline;
    font-size: 1rem;
    text-align: center;
    color: #1d1d1c;
}
.list-container .list-row .content,
.left-side .list-row .content {
    font-size: 1rem;
    color: #1d1d1c;
    text-align: left;
    font-weight: 400;
}

.left-side .list-row .content,
.left-side .list-row b,
.left-side .list-row .bullet {
    /* font-size: 1.6rem; */
}

.image-list {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.image-list .element {
    list-style: none;
    width: 80%;
    max-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.image-list .element .image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    aspect-ratio: 1/1;
    border-radius: 50px;
    background-color: rgba(245, 246, 246, 1);
    margin-bottom: 1rem;
}

.image-list .element .image img {
    /* height: 55%; */
    width: 55%;
}

.fdk img {
    margin-right: 0rem;
    margin-bottom: 1rem;
    max-width: 120px;
}

@media screen and (min-width: 720px ) {
    .image-list .element {
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
    
    .image-list .element .image,
    .fdk img {
        margin-bottom: 0rem;
        margin-right: 2rem;
    }
}

@media screen and (min-width: 992px) {
    .headline {
        font-size: 1.5rem;
    }
    .list-container {
        flex-direction: row;
        margin-bottom: 2rem;
    }
    .list-container .list-wrapper {
        padding-left: 0vw;
        padding-right: 2vw;
        width: 100%;
    }
    .list-container .list-image {
        max-width: 350px;
        width: 35%;
        margin: 2rem;
    }
    .list-container .list-row .content {
        font-size: 1rem;
    }
    .section-headline {
        margin-bottom: 4rem;
    }
    
    .form-wrapper .section-headline {
        margin-bottom: 2rem;
    }
}

.yt-container {
    border-top: 1px solid rgba(186, 169, 113, 1);
    border-bottom: 1px solid rgba(186, 169, 113, 1);
    margin-bottom: 0;
}

.yt-container .yt-box {
    border-radius: 1rem;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1064px;
    aspect-ratio: 16/9;    
    background-color: #F5F6F6;
}

.yt-container .yt-box .play {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background-color: rgba(186, 169, 113, 1);
    color: #ffffff;
    font-size: 4rem;
    line-height: 1;
}

.yt-container .yt-box .play .playico{
    border-top: 15px solid transparent;
    border-left: 30px solid #fff;
    border-bottom: 15px solid transparent;
    margin-left: 10px;
}

.opaque {
    background: rgba(250, 248, 246, 1);
    margin-top: 0;
    padding-top: 4rem;
}

.sect .section-content {
    margin-bottom: 3rem;
    text-align: justify;
}

.sect .section-content span {
    display: block;
    margin-bottom: 1rem;
    font-size: .9rem;
}
.sect .section-content b {
    font-size: .9rem;
}
.sect .section-content b.content-title {
    display: block;
    margin-bottom: .5rem;
    margin-top: 1rem;
}
.sect .section-content li {
    margin-left: 2rem;
}
.sect .image-list .text .headline {
    font-weight: 700;
    color: rgba(186, 169, 113, 1);
    text-align: left;
}

.image-list .element .text .headline {
    text-align: center;
}

.sect .image-list .text .more {
    font-weight: 400;
    color: #1d1d1c;
    text-align: center;
    font-size: 1rem;
}

@media screen and (min-width: 720px) {
    .image-list .element .text .headline {
        text-align: left;
    }
    
    .sect .image-list .text .more {
        text-align: left;
    }
}

.sect .btn-gotoother {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
}

.sect .btn-gotoother a,
.sect .btn-gotoother a:active,
.sect .btn-gotoother a:visited {
    text-wrap: balance;
    display: block;
    padding: 1rem;
    background-color: #ffffff;
    border: 3px solid rgba(186, 169, 113, 1);
    text-align: center;
    text-decoration: none;
    color: rgba(186, 169, 113, 1);
    font-weight: 600;
    border-radius: 3rem;
    transition: all .15s ease-in;
}

.sect .btn-gotoother a:hover {
    display: block;
    padding: 1rem;
    background-color: #f1f1f1;
    border: 3px solid rgba(186, 169, 113, 1);
    text-align: center;
    text-decoration: none;
    color: rgba(186, 169, 113, 1);
    font-weight: 600;
    border-radius: 3rem;
}

.disclaimer {
    margin-bottom: 0;
    text-align: justify;
    color: #1d1d1c;
    background-color: rgba(245, 246, 246, 1);
}

.disclaimer span {
    font-size: .8rem;
    display: block;
    margin-bottom: 1rem;
    font-weight: 500;
}

.disclaimer span strong {
    font-size: .8rem;
}

.disclaimer .sect span:first-of-type {
    display: block;
    margin-bottom: 1.5rem;
}

.sect .deadlines {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.sect .deadlines #calendar {
    display: none;
}

.sect .deadlines img {
    display: block;
    height: 200px;
    width: 250px;
    margin: 2rem; 
    margin-right: 4rem;
}

.sect .deadlines .deadlines-table table,
.sect .info-table table {
    border: 1px solid rgba(186, 169, 113, 1);
    border-radius: .5rem;
}

.sect .deadlines .deadlines-table table td,
.sect .info-table table td,
.sect .info-table table td b,
.sect .info-table table td li {
    font-size: .8rem;
}

.sect .info-table {
    margin-bottom: 2rem;
}

.sect .info-table table td {
    text-align: left;
    padding: .7rem;
    border-bottom: 1px solid rgba(186, 169, 113, 1);
    border-right: 1px solid rgba(186, 169, 113, 1);
}

.sect .info-table table td.thick {
    font-weight: 700;
    background-color: rgba(227, 221, 198, 1);
    width: 35%;
    color: #1d1d1c;
}

.sect .info-table table .thin {
    font-weight: 300;
}

.sect .deadlines .deadlines-table table td:last-of-type, 
.sect .info-table table td:last-of-type {
    border-right: 0px;
}

.sect .deadlines .deadlines-table table tr:first-of-type td {
    background-color: rgba(186, 169, 113, 1);
}

.sect .deadlines .deadlines-table table tr:last-of-type td, 
.sect .info-table table tr:last-of-type td {
    border-bottom: none;
}

.sect  .more {
    text-align: justify;
    margin-bottom: 3rem;
}

.sect .more:last-of-type {
    margin-bottom: 0;
}

.sect .more a,
.sect .more a:hover,
.sect .more a:active,
.sect .more a:visited {
    text-decoration: none;
    color: rgba(186, 169, 113, 1);
    word-break: break-all;
}

.sect .info-table {
    margin-top: 3rem;
}

@media screen and (min-width: 992px) {
    .sect .deadlines #calendar {
        display: block;
    }
    
    .sect .deadlines {
        flex-wrap: nowrap;
    }
    
    .sect .deadlines .deadlines-table table td,
    .sect .info-table table td {
        font-size: 1rem;
    }
}

section.QA .question {
    /* border: 1px solid #957446; */
    background-color: #f3f3f3;
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: .5rem;
    cursor: pointer;
    margin-bottom: 1rem;
}

.sect .question .question-bar {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.sect .question .question-bar .question-text {
    font-size: 1rem;
    font-weight: 600;
    color: #1d1d1c;
    max-width: 85%;
}

.sect .question .question-bar .reveal-icon  {
    display: block;
    width: 1rem;
    height: 1rem;
    transform: rotate(45deg) translate(-50%, 0%);
    border-bottom: 3px solid #957446;
    border-right: 3px solid #957446;
}

.sect .question .question-bar .reveal-icon.rotated  {
    transform: rotate(-135deg) translate(0%, -50%);
}

.sect .question .answer {
    margin-top: 1rem;
    display: none;
    width: 95%;
}

.sect .question .answer.rolldown {
    display: block;
}

.sect .question .answer li {
    margin-left: 2rem;
    font-size: .9rem;
}

.sect .question .answer ol {
    margin-bottom: .5rem;
}

.sect .question .answer p,
.sect .question .answer b {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: .9rem;
}

.sect .question .answer b {
    margin-bottom: 0;
    display: inline;
}

section.howto-wrapper {
    border-bottom:  none !important;
}

.sect .howto {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.sect .howto .howto-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 2rem;
    width: 250px;
}

.sect .howto .howto-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    border-radius: 90px;
    /* background-color: #ffffff; */
    margin-bottom: 2rem;
}

.sect .howto .dark-gold,
.sect .howto .dark-gold a,
.sect .howto .dark-gold:active,
.sect .howto .dark-gold:visited,
.sect .howto .dark-gold:hover {
    color: rgba(186, 169, 113, 1);
    font-weight: 700;
    text-decoration: none;
}

.sect .howto-more {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    font-size: 1.2rem;
    font-weight: 600;
}
/* formularz */

.form-section {
    background-color: #F6F0E9;
    text-align: left;
    padding: 1rem;
}

.fields {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.fields .field {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
}

.first_disclaimer {
    margin-bottom: 2rem;
    text-align: justify;
    /* padding: 10px; */
}

.fields.description {
    padding: 0;
}

@media screen and (min-width: 892px) {
    .fields .field {
        width: 49%;
    }

    .fields .field.pok {
        width: 100%;
    }

    .left-side .list-row .content,
.left-side .list-row b,
.left-side .list-row .bullet,
.left-side .list-row ul li,
.left-side .list-row .content strong {
    font-size: 1.3rem;
}
}

.form-container{
    padding: 0rem;
}
.form-container a{
    font-size:1rem;
    color:#1d1d1c;
    font-weight: 400;
    text-decoration: underline;
}
.form-container h4{
    font-weight: 700;
    font-size:1.5rem;
    margin-bottom:0rem;
    margin-top:0rem;
    text-align: center;
}
.form-container p{
    text-align: justify;
    padding:1rem;
    font-size:1rem;
    margin-bottom:0;
}
.form-container p:last-child{
    padding:0rem;
}

#Form #meeting-selection {
    display: none;
}

#Form a:hover {
    color: #957446;
}

#Form a:active,
#Form a:visited {
    color: rgba(186, 169, 113, 1);
}

#Form select#Lp_szkolenie {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 1px !important;
}

.description{
    text-align: justify;
    padding-top:1rem;
    font-size:1rem;
    font-weight: 400;
}

.description p {
    padding: 0;
    padding-bottom: 1rem;
}

.szkolenie #Lp_szkolenie{
    padding:1rem
}
.agr_rm3_h,
.agr_rm3_more,
.agr_rm2_more,
.agr_rm2_h{
    color:rgba(186, 169, 113, 1);
    font-weight: 500;
    font-size:1rem;
    cursor:pointer
}

.agr_rm3_h:hover,
.agr_rm3_more:hover,
.agr_rm2_more:hover,
.agr_rm2_h:hover{
    color:#a9804b;
}

.agr_rm3_h:active,
.agr_rm3_more:active,
.agr_rm2_more:active,
.agr_rm2_h:active{
    color:#a9804b;
}

.agr_rm3_h:visited,
.agr_rm3_more:visited,
.agr_rm2_more:visited,
.agr_rm2_h:visited{
    color:#a9804b;
}


.agr_rm3,
.agr_rm2{
    font-size:1rem;
    font-weight: 400; 
}
.item .form{
    /* padding: 1rem; */
}
.szkolenie{
    padding:1rem;
}
.form .button{
    border-radius: .5rem;
    color: #ffffff;
    background-color: rgba(186, 169, 113, 1);
    width: 170px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin: 0px auto;
    margin-top: 3rem;
    text-decoration: none;
    padding: 0 .5rem;
    /* border:  3px solid rgba(186, 169, 113, 1); */
    border: none;
    cursor: pointer;
}

.form .button .btn-text {
    font-size: 1rem;
    line-height: 1;
    padding: 0.3rem;
    padding-left: 8%;
    margin-left: 1rem;
    margin-right: 1rem;
    font-weight: 700;
}

.form .button .circle {
    font-size: 1rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    border: 2px solid #ffffff;
    padding: 0.3rem;
    margin: 0.3rem;
}

.form .button:hover {
    background-color: rgb(172, 155, 101);
}

.szkolenie,
#lpForm .first_name,
#lpForm .last_name,
#lpForm .phone,
#lpForm .e_mail,
#lpForm .pok,
#lpForm .szkolenie,
.check-all-text,
.short.agree_1,
.short.agree{
    text-align: justify;
    font-size:1rem;
    font-weight: 400;
    margin-top: -0.3rem;
}
.szkolenie input,
#lpForm .first_name input,
#lpForm .last_name input,
#lpForm .phone input,
#lpForm .e_mail input,
#lpForm .pok input,
#lpForm .szkolenie input,
.check-all-text input,
.short.agree_1 input,
.short.agree input,
#Lp_pok,
#Lp_szkolenie,
#Lp_szkolenie > option{
    font-size:1rem;
    /* font-weight: 600; */
    margin: top 0rem;
    padding:0.5rem;
    outline: 1px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #CFD0D2;
}
#Lp_pok > option{
    font-size:1rem;
    font-weight: 600;
    padding:0.5rem;
}
#Lp_pok > option:active{
    background-color:rgba(186, 169, 113, 1);
}

#lpForm .agree {
    line-height: 1.5;
}

#lpForm .agree label {
    display: none;
}

#lpForm label {
    color: rgba(186, 169, 113, 1);
}

.errorMessage{
    color:#DF212C;
    font-size:1rem;
    font-weight: 700;
    font-style:italic;
    
}
.agree > .errorMessage{
    margin-bottom:1rem;
    margin-top:-1rem;
    margin-left:1.5rem;
}

.row {
    --bs-gutter-x: 0 !important;
}

.row>[type="checkbox"]{
    width:1rem;
}
.short,
.check-all-text {
    position:relative;
    margin-left:1.5rem;
    bottom:1.1rem;
}
/* #Lp_pok{ 
     margin-bottom:2rem; 
}  */
.desclimer p{
    text-align: justify;
    font-size: 1rem;
    padding:2rem 0;
    font-weight:  300;
}
.desclimer p a{
    font-size: 1rem;
    color:rgba(186, 169, 113, 1);
    font-weight: 300;
}
.desclimer-fluid {
    background:#f3f3f3
}

.header-text-up,
.header-text-up strong {
    color: #1d1d1c;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.header-text-up .light-gold {
    color: rgba(0, 137, 88, 1);
}

.logo-emitenta {
    max-width: 200px;
}

.logo-wrapper span,
.logo-wrapper span strong {
    font-size: .9rem;
}

.header-text-up strong {
    font-weight: 700;
}

.header-text-sub {
    color: #1d1d1c;
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 2.5rem;
}

.h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2rem;
}

.h4 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
}

.black-gb-h3 {
    color: #fff;
    background-color: #000;
    border-radius: 7px;
    padding: 3px;
}

/* .circle-emitent {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 375px;
    height: 375px;
    border-radius: 500px;
    background-color: rgba(0, 137, 88, 1);
    margin-bottom: 2rem;
    padding: .5rem;
    float: right;
} */

/* .circle-center {
    color: #fff;
    text-align: center;
} */

.left-side {
    width: 100%;
}

.right-side {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 2rem; */
}

.large-screen {
    display: none;
}

.small-screen {
    display: none;
}

@media screen and (min-width: 700px) {
    .large-screen {
        display: flex;
    }

    .small-screen {
        display: none;
    }
}


@media screen and (min-width: 1200px) {
    .more-info-sub-header-container {
        flex-direction: row-reverse;
    }

    .left-side {
        width: 70%;
    }
    
    .right-side {
        width: 30%;
    }
}



@media screen and (min-width: 572px) {
    .golden-bar {
        font-size: 1.7rem;
    }
    .header-text-up, .header-text-up strong {
        font-size: 1.7rem;
    }
    .logo-emitenta {
        max-width: 280px;
    }
    .logo-wrapper span, .logo-wrapper span strong {
        font-size: 1.3rem;
      }
}

@media screen and (min-width: 768px) {
    .header-text-up, .header-text-up strong {
        font-size: 2rem;
    }
    .logo-emitenta {
        max-width: 350px;
    }
    .logo-wrapper span, .logo-wrapper span strong {
        font-size: 1.6rem;
      }
      .more-info-sub-header-container {
        flex-direction: row-reverse;
      }
      .right-side {
        width: 35%;
        justify-content: flex-end;
        margin-right: 3rem;
      }
      .left-side {
        text-align: left;
        width: 65%;
        margin-right: 1rem;
        justify-content: flex-start;
        margin-left: 3rem;
      }

.left-side .list-row {
    justify-content: flex-start;
}

.list-container .list-wrapper,
.beforesign .list-wrapper {
    max-width: none;
}

      h2 {
        font-size: 1.5rem;
      }
      .sect .deadlines .deadlines-table table td, .sect .info-table table td, .sect .info-table table td b, .sect .info-table table td li {
        font-size: 1rem;
      }
      .sect .info-table table td ul b {
        font-size: 1rem;
        font-weight: 600;
      }
      .disclaimer span {
        font-size: 1rem;
        font-weight: 300;
      }
      .disclaimer span strong {
        font-size: 1rem;
        font-weight: 700;
      }

              .more-info-sub-header-container {
    flex-direction: row-reverse;
}

.more-info-sub-header-container .buttons {
    justify-content: flex-start;
}



}

@media screen and (min-width: 892px) {
    section {
        padding: 2rem
    }
    .padded {
        padding: 4rem;
    }
    .navbar {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 1.5rem;
        padding-top: .5rem;
    }

    .navbar .logo-ns {
        padding-top: .5rem;
    }

    .navbar .buttons {
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
        right: 0;
    }

    .navbar .buttons .main-btn,
    .navbar .buttons .secondary-btn {
        margin: 0.5rem;
    }
}

@media screen and (min-width: 1300px) {
    .circle-emitent {
        max-width: 385px;
    }
    .circle-emitent p {
        font-size: 1.3rem;
    }
    .circle-emitent .percentage {
        font-size: 4rem;
    }
}