.form-control-root .umbraco-forms-form input.text{
	width: 100%;
	max-width:100%!important;
    border: none;
    outline: none;
    border-radius: var(--border-radius-6);
    background: var(--color-white);
    padding: 12px 6px;
    max-height: 40px;
    box-shadow: none;
    color: var(--color-primary-text);
    font-weight: 400;
    font-size: 16px;
    border: 1px solid var(--color-border-light);
}

@media (min-width: 768px) {
    .form-control-root .umbraco-forms-form input.text {
        height: clamp(1.25rem, -.269rem + 3.1646vw, 2.5rem);
    }
}


.form-control-root label.umbraco-forms-label{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 4px;
}
.form-control-root .recaptcha-info{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.form-control-root .recaptcha-info a{
    color: #fff;
}
.form-section input[type="checkbox"]{
    margin-bottom: 0px!important;
    accent-color: var(--color-primary);
}
.form-control-root .umbraco-forms-field div label{
    color: #fff;
}
.form-section input[type="submit"], .mldNewsletter input[type="submit"]{
    background-color:rgb(0, 235, 179);
    font-weight:600;
    float: right;
}
.form-section input[type="submit"]:hover, .mldNewsletter input[type="submit"]:hover{
    background-color:var(--color-secondary-dark);
    color:#000;
}
.umbraco-forms-form fieldset{
    padding:0!important;
}
.form-control-root .umbraco-forms-form span.contourError, .form-control-root .umbraco-forms-form span.field-validation-error {
    color: #fe0000!important;
}

.form-control-root .validation-summary-errors{
    color:rgb(0, 235, 179);;
}
.form-control-root .umbraco-forms-submitmessage, .form-control-root .umbraco-forms-submitmessage-html, .form-control-root .umbraco-forms-submitmessage-html p{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
#SCENARIOS,
#FEATURES,
#SECURITY,
#CONTACT,
#FAQ {
    scroll-margin-top: 80px;
}

.mldNewsletter .dataconsent label, #ContactForm .dataconsent label{
    font-size: 14px;
    color: #787878!important;
    font-weight: 400;
    line-height: 18px;
   /* padding-left: 10px;*/
}
.mldNewsletter .dataconsent .umbraco-forms-field-wrapper, #ContactForm .dataconsent .umbraco-forms-field-wrapper{
    display: flex;
    align-items: start;
}
.mldNewsletter .umbraco-forms-page{
    display: flex;
    align-items: start;
}
.mldNewsletter.umbraco-forms-form{
  /*  padding-top:0px!important; */
}
.mldNewsletter.umbraco-forms-form input.text{
    padding: 6px 6px!important;
    margin-top: 0px!important;
}
.mldNewsletter.umbraco-forms-form fieldset{
    margin:0px!important;
}
.mldNewsletter .umbraco-forms-navigation {
    padding-top:25px!important;
    padding-left: 0.5rem!important;
}

#newsletter .umbraco-forms-submitmessage-html p{
    font-weight:400;
}
#newsletter .recaptcha-info, #ContactForm .recaptcha-info{
    font-size: 12px;
    color: #787878!important;
}

/* Zapewnia, Å¼e etykieta nie zajmuje 100% szerokoÅ›ci */
.umbraco-forms-field-wrapper label {
    width: auto;
    flex: 1; /* Opcjonalnie: pozwoli etykiecie zajÄ…Ä‡ resztÄ™ miejsca obok checkboxa */
    display: inline-block;
}

/* To juÅ¼ masz, ale upewnij siÄ™, Å¼e zostaje */
.umbraco-forms-field-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center; /* WyÅ›rodkuje checkbox w pionie wzglÄ™dem tekstu */
}

.field-validation-error {
    flex-basis: 100%;
    width: 100%;
}
 

.umbraco-forms-field-wrapper {
    display: flex;
    align-items: flex-start; /* WyrÃ³wnanie do gÃ³ry */
    column-gap: 10px;               /* OdstÄ™p miÄ™dzy checkboxem a tekstem */
}

/* Opcjonalna korekta pozycji checkboxa, aby idealnie pasowaÅ‚ do linii tekstu */
.umbraco-forms-field-wrapper input[type="checkbox"] {
    margin-top: 5px;
}
 
#contactFormButton{
    margin-top:38px;
}
#contactFormP{
 /*   margin-bottom:2px; */
}
 #ContactForm{
     display:none;
     max-width:500px;
 }
 #ContactForm input, #ContactForm textarea{
     margin-top:0px;
 } 
#ContactForm input[type="email"]{
    padding: 6px 6px !important;
    margin-top: 0px !important;
}
 
 #ContactForm input[type="submit"]{
    background-color:rgb(0, 235, 179);
    font-weight:600;
    min-width:107px;
}
#ContactForm input[type="submit"]:hover{
    background-color:var(--color-secondary-dark);
    color:#000;
}
#ContactForm .umbraco-forms-navigation{
    padding: 0;
}
#ContactForm .umbraco-forms-form textarea{
	width: 100%;
	max-width:100%!important;
    border: none;
    outline: none;
    border-radius: var(--border-radius-6);
    background: var(--color-white);
    padding: 12px 6px;
    box-shadow: none;
    color: var(--color-primary-text);
    font-weight: 400;
    font-size: 16px;
    border: 1px solid var(--color-border-light);
    height: auto;
}
#ContactForm .umbraco-forms-submitmessage-html{
    margin-top:38px;
}
#ContactForm .recaptcha-info{
    margin-top:10px;
}
footer p {
    margin-bottom:20px;
}

/* Book a live presentation / request for price */
.mld-request-section .mld-request-form-box {
    padding: 68px 72px 42px;
    border-radius: 36px;
    background: #4058fa;
}

.mld-request-form-section,
.mld-request-form,
.mld-request-form .umbraco-forms-form,
.mld-request-form .mld-request-page {
    width: 100%;
}

.mld-request-form .umbraco-forms-field,
.mld-request-form .umbraco-forms-field-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

.mld-request-form .umbraco-forms-field-wrapper {
    display: block;
    column-gap: 0;
}

.mld-request-form .mld-request-recaptcha {
    display: none;
}

.mld-request-form .umbraco-forms-form .mld-request-navigation {
    padding: 0;
}

.mld-request-form .field-validation-valid,
.mld-request-form .validation-summary-valid {
    display: none;
}

.mld-request-form .mld-request-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.82fr) minmax(440px, 1.18fr);
    column-gap: clamp(48px, 7vw, 120px);
    row-gap: 46px;
}

.mld-request-form .mld-request-intro,
.mld-request-form .mld-request-fields {
    min-width: 0;
}

.mld-request-form .mld-request-intro h2 {
    max-width: 440px;
    margin: 0 0 54px;
    color: #fff;
    font-size: clamp(42px, 4vw, 58px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.mld-request-form .mld-request-intro > p {
    max-width: 500px;
    margin: 0 0 28px;
    color: #fff;
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.35;
}

.mld-request-form fieldset,
.mld-request-form .umbraco-forms-fieldset,
.mld-request-form .umbraco-forms-navigation {
    margin: 0;
    padding: 0;
    border: 0;
}

.mld-request-form .mld-request-choice-field .umbraco-forms-legend {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.mld-request-form .umbraco-forms-field-wrapper .mld-request-choices {
    display: grid;
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 18px;
    float: none;
}

.mld-request-form .mld-request-choice {
    position: relative;
}

.mld-request-form .mld-request-choice input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.mld-request-form .mld-request-choice label {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 24px;
    gap: 18px;
    align-items: center;
    min-height: 114px;
    margin: 0;
    padding: 16px 22px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.mld-request-form .mld-request-choice input:checked + label {
    border-color: #00ebb3;
    background: rgba(0, 30, 160, 0.18);
    box-shadow: inset 0 0 0 1px #00ebb3;
}

.mld-request-form .mld-request-choice input:focus-visible + label {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.mld-request-form .mld-choice-icon img {
    display: block;
    width: 40px;
    height: 40px;
}

.mld-request-form .mld-choice-copy {
    display: grid;
    gap: 6px;
}

.mld-request-form .mld-choice-copy strong {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}

.mld-request-form .mld-choice-copy span {
    color: #fff;
    font-size: 16px;
    line-height: 1.45;
}

.mld-request-form .mld-choice-radio {
    position: relative;
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.mld-request-form .mld-request-choice input:checked + label .mld-choice-radio {
    border: 6px solid #00ebb3;
    background: #fff;
}

.mld-request-form .mld-request-fields {
    display: grid;
    align-content: start;
    gap: 22px;
}

.mld-request-form .mld-request-name-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.mld-request-form label.umbraco-forms-label {
    display: block;
    margin: 0 0 7px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.mld-request-form .umbraco-forms-field-wrapper input.text,
.mld-request-form .umbraco-forms-field-wrapper input[type="email"],
.mld-request-form .umbraco-forms-field-wrapper textarea {
    display: block;
    width: 100%;
    max-width: none !important;
    min-height: 48px;
    margin: 0;
    padding: 11px 14px;
    border: 1px solid #d8dce8;
    border-radius: 9px;
    background: #fff;
    color: #101427;
    font-size: 16px;
    line-height: 1.4;
    box-shadow: none;
}

.mld-request-form .umbraco-forms-field-wrapper textarea {
    min-height: 100px;
    height: 100px !important;
    resize: vertical;
}

.mld-request-form .umbraco-forms-field-wrapper input.text:focus,
.mld-request-form .umbraco-forms-field-wrapper input[type="email"]:focus,
.mld-request-form .umbraco-forms-field-wrapper textarea:focus {
    border-color: #00ebb3;
    outline: 3px solid rgba(0, 235, 179, 0.28);
}

.mld-request-form .validation-summary-errors {
    display: none !important;
}

.mld-request-form .umbraco-forms-field-wrapper span.field-validation-error {
    display: flex !important;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    margin-top: 7px;
    padding: 7px 9px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 7px;
    background-color: #263ab8 !important;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    box-sizing: border-box;
}

.mld-request-form .umbraco-forms-field-wrapper span.field-validation-error::before {
    display: inline-flex;
    flex: 0 0 18px;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    color: #263ab8;
    content: "!";
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}
.mld-request-form .umbraco-forms-field-wrapper span.field-validation-error {
    font-weight: 400;
}

.mld-request-form .dataconsent {
    margin-top: 4px;
}

.mld-request-form .dataconsent .umbraco-forms-label {
    display: none;
}

.mld-request-form .dataconsent .umbraco-forms-field-wrapper > div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.mld-request-form .dataconsent input[type="checkbox"] {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin: 1px 0 0 !important;
    accent-color: #00ebb3;
}

.mld-request-form .dataconsent label {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

.mld-request-form .mld-request-navigation {
    display: flex;
    justify-content: flex-end;
    margin-top: 4px;
}

.mld-request-form .mld-request-navigation input[type="submit"] {
    min-width: 174px;
    min-height: 48px;
    margin: 0;
    padding: 12px 24px;
    border: 0;
    border-radius: 9px;
    background: #00ebb3;
    color: #071e25;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    float: none;
}

.mld-request-form .mld-request-navigation input[type="submit"]:hover,
.mld-request-form .mld-request-navigation input[type="submit"]:focus-visible {
    background: #fff;
    color: #071e25;
}

.mld-request-form .mld-request-trust {
    grid-column: 1 / -1;
    display: grid;
    justify-items: center;
    gap: 12px;
    color: #fff;
    text-align: center;
}

.mld-request-form .mld-request-safety {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.mld-request-form .mld-request-safety img {
    flex: 0 0 auto;
    margin-top: 1px;
}

.mld-request-form .mld-request-safety p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

.mld-request-form .mld-request-recaptcha-info,
.mld-request-form .mld-request-recaptcha-info .recaptcha-info,
.mld-request-form .mld-request-recaptcha-info p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
}

.mld-request-form .mld-request-recaptcha-info a {
    color: #fff;
    text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .mld-request-section .container {
        max-width: none;
        padding-right: 28px;
        padding-left: 28px;
    }

    .mld-request-section .mld-request-form-box {
        padding: clamp(52px, 6vw, 68px) clamp(40px, 6.5vw, 70px) 34px;
        border-radius: 31px;
    }

    .mld-request-form .mld-request-layout {
        grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
        column-gap: clamp(64px, 10vw, 110px);
        row-gap: 36px;
    }

    .mld-request-form .mld-request-intro h2 {
        max-width: 300px;
        margin-bottom: 40px;
        font-size: 40px;
        line-height: 1.08;
    }

    .mld-request-form .mld-request-intro > p {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 1.35;
    }

    .mld-request-form .mld-request-choice-field .umbraco-forms-field-wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .mld-request-form .umbraco-forms-field-wrapper .mld-request-choices {
        gap: 20px;
    }

    .mld-request-form .mld-request-choice label {
        grid-template-columns: 40px minmax(0, 1fr) 18px;
        gap: 12px;
        min-height: 84px;
        padding: 10px 14px;
    }

    .mld-request-form .mld-choice-icon img {
        width: 30px;
        height: 30px;
    }

    .mld-request-form .mld-choice-copy {
        gap: 3px;
    }

    .mld-request-form .mld-choice-copy strong {
        font-size: 15px;
    }

    .mld-request-form .mld-choice-copy span {
        font-size: 12px;
        line-height: 1.45;
    }

    .mld-request-form .mld-choice-radio {
        width: 18px;
        height: 18px;
    }

    .mld-request-form .mld-request-fields {
        gap: 17px;
    }

    .mld-request-form .shortanswer {
        display: grid;
        align-content: start;
        gap: 3px;
    }

    .mld-request-form .shortanswer > label.umbraco-forms-label {
        margin: 0;
    }

    .mld-request-form .mld-request-name-grid {
        gap: 30px;
    }

    .mld-request-form label.umbraco-forms-label {
        margin-bottom: 3px;
        font-size: 12px;
    }

    .mld-request-form .umbraco-forms-field-wrapper input.text,
    .mld-request-form .umbraco-forms-field-wrapper input[type="email"],
    .mld-request-form .umbraco-forms-field-wrapper textarea {
        min-height: 34px;
        padding: 6px 10px;
        border-radius: 7px;
        font-size: 13px;
        line-height: 1.25;
    }

    .mld-request-form .umbraco-forms-field-wrapper textarea {
        min-height: 64px;
        height: 64px !important;
    }

    .mld-request-form .dataconsent {
        margin-top: 0;
    }

    .mld-request-form .dataconsent input[type="checkbox"] {
        width: 15px;
        height: 15px;
    }

    .mld-request-form .dataconsent label {
        font-size: 11px;
        line-height: 1.5;
    }

    .mld-request-form .mld-request-navigation {
        margin-top: 0;
    }

    .mld-request-form .mld-request-navigation input[type="submit"] {
        min-width: 126px;
        min-height: 34px;
        padding: 8px 18px;
        border-radius: 7px;
        font-size: 12px;
    }

    .mld-request-form .mld-request-trust {
        gap: 6px;
    }

    .mld-request-form .mld-request-safety {
        gap: 6px;
    }

    .mld-request-form .mld-request-safety img {
        width: 14px;
        height: 14px;
    }

    .mld-request-form .mld-request-safety p {
        font-size: 11px;
    }

    .mld-request-form .mld-request-recaptcha-info,
    .mld-request-form .mld-request-recaptcha-info .recaptcha-info,
    .mld-request-form .mld-request-recaptcha-info p {
        font-size: 10px;
    }
}

@media (max-width: 767.98px) {
    .mld-request-section .container {
        padding-right: 14px;
        padding-left: 14px;
    }

    .mld-request-section .mld-request-form-box {
        padding: 36px 16px 28px;
        border-radius: 18px;
    }

    .mld-request-form .mld-request-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
    }

    .mld-request-form .mld-request-intro h2 {
        max-width: 280px;
        margin-bottom: 22px;
        font-size: 32px;
        line-height: 1.15;
    }

    .mld-request-form .mld-request-intro > p {
        margin-bottom: 22px;
        font-size: 16px;
        line-height: 1.5;
    }

    .mld-request-form .mld-request-choice label {
        grid-template-columns: 40px minmax(0, 1fr) 20px;
        gap: 12px;
        min-height: 100px;
        padding: 14px 13px;
        border-radius: 7px;
    }

    .mld-request-form .mld-choice-icon img {
        width: 34px;
        height: 34px;
    }

    .mld-request-form .mld-choice-copy strong {
        font-size: 15px;
    }

    .mld-request-form .mld-choice-copy span {
        font-size: 12px;
        line-height: 1.45;
    }

    .mld-request-form .mld-choice-radio {
        width: 18px;
        height: 18px;
    }

    .mld-request-form .mld-request-fields {
        gap: 17px;
    }

    .mld-request-form .mld-request-name-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 17px;
    }

    .mld-request-form label.umbraco-forms-label {
        font-size: 12px;
    }

    .mld-request-form .umbraco-forms-field-wrapper input.text,
    .mld-request-form .umbraco-forms-field-wrapper input[type="email"],
    .mld-request-form .umbraco-forms-field-wrapper textarea {
        min-height: 44px;
        padding: 9px 11px;
        border-radius: 7px;
        font-size: 14px;
    }

    .mld-request-form .umbraco-forms-field-wrapper textarea {
        min-height: 102px;
        height: 102px !important;
    }

    .mld-request-form .dataconsent label {
        font-size: 11px;
        line-height: 1.5;
    }

    .mld-request-form .dataconsent input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }

    .mld-request-form .mld-request-navigation input[type="submit"] {
        width: 100%;
        min-height: 44px;
        font-size: 13px;
    }

    .mld-request-form .mld-request-trust {
        grid-column: auto;
        justify-items: start;
        gap: 16px;
        text-align: left;
    }

    .mld-request-form .mld-request-safety {
        justify-content: flex-start;
    }

    .mld-request-form .mld-request-safety p,
    .mld-request-form .mld-request-recaptcha-info,
    .mld-request-form .mld-request-recaptcha-info .recaptcha-info,
    .mld-request-form .mld-request-recaptcha-info p {
        font-size: 10px;
    }

    .mld-request-form .umbraco-forms-field-wrapper span.field-validation-error {
        gap: 6px;
        margin-top: 6px;
        padding: 6px 8px;
        border-radius: 6px;
        font-size: 10px;
    }

    .mld-request-form .umbraco-forms-field-wrapper span.field-validation-error::before {
        flex-basis: 16px;
        width: 16px;
        height: 16px;
        font-size: 10px;
    }
}

.mld-request-form.form-control-root .umbraco-forms-submitmessage-html p{
    font-weight: 500;
}

.mld-request-form .dataconsent input[type="checkbox"] {
    margin-right: 6px !important;
    transform: translateY(2px);
}
.xxl-banner.desktop .main-sub-text p {
    font-size: clamp(.8125rem,.2809rem + 1.1076vw,1.75rem);
}
.subpage{
    background-color: #fafafa;
}
.subPageContent{
    background-color:#ffffff;
    padding:80px;
}
.subpage li{
    font-size: 20px;
}
.subpage ul{
    margin-bottom:16px;
}