
        span.error.no-label {
            color: #C4213D;
            margin-top: -10px;
            display: block;
        }
        a {
            text-decoration: none;
            color: #454545;
        }
        
        a:hover {
            text-decoration: underline;
            color: #454545;
        }
        
        span.description {
            color: #000000;
            display: block;
            font-size: 16px;
        }
        
         ::-webkit-input-placeholder {
            font-size: 16px;
            color: #747474;
        }
        
         :-moz-placeholder {
            font-size: 16px;
        }
        
         ::-moz-placeholder {
            font-size: 16px;
        }
        
         :-ms-input-placeholder {
            font-size: 16px;
            color: #747474;
        }
        
        #le-form-wrapper {
            max-inline-size: 80ch;
            text-wrap: balance;
            margin: 0 auto;
            background-color: transparent;
        }

        form.form {
            width: 100%;
            font: 16px;
            background-color: transparent;
            border: none;
            color: #454545;
            max-width: 100%;
            margin: 0 inherit;
            padding: 0;
        }
        
        form.form h2 {
            font-size: 21px;
            line-height: 30px;
            color: #454545;
            font-weight: normal;
            margin-bottom: 20px;
            letter-spacing: 0.28px;
        }
        
        .red-background,
        form.form p.errors {
            background-color: transparent;
            color: #C4213D;
            font-weight: bold;
            padding-left: 0;
            margin-bottom: 0;
            margin-top: 10px;
        }
        
         :focus {
            outline: none;
        }
        
        textarea:focus,
        input:focus,
        input[type]:focus {
            border-color: #66afe9;
            outline: 0;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        }
        
        form.form p.required label,
        form.form span.required label {
            background: none;
        }
        
        form.form p.required label.field-label:after {
            content: " *";
            font-weight: normal;
            color: #C4213D;
        }
        
        form.form p {
            position: relative;
            padding-bottom: 10px;
            clear: both;
            margin: 0;
        }
        
        form.form p.form-field.pd-hidden {
            padding: 0;
        }

        p.hidden {
            position: absolute;
            left: -999999px;
            padding: 0;
            margin: 0;
        }
        
        form.form label.field-label {
            display: block;
        }
        
        input[type=checkbox],
        input[type=radio] {
            margin: 0 3px 0 0;
            line-height: normal;
        }
        
        form.form p.form-field.error input,
        form.form p.form-field.error select,
        form.form p.form-field.error textarea.standard {
            border-color: #C4213D;
        }
        
        form.form select {
            width: 100%;
            color: #454545;
            /* background-color: #FDFBF9; */
            -webkit-appearance: none;
            -moz-appearance: none;
            border: 1px solid #bbbbbb;
            margin: 0 0 15px;
            font-size: 16px;
            border-radius: 8px;
            padding: 11px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            box-sizing: border-box;
            height: 42px;
            /* background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' fill-rule='evenodd' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M6 4L10 8.103 6 12' transform='rotate(90 8 8)'/%3e%3c/svg%3e") no-repeat right 20px center/16px 16px; */
            background-color: #ffffff;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' fill-rule='evenodd' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M6 4L10 8.103 6 12' transform='rotate(90 8 8)'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: calc(100% - 11px) 50%;
            background-size: 22px 19px;
        }

        form.form select:required:invalid,
        select:required:invalid,
        select:invalid {
            color: #747474 !important;
        }

        .g-recaptcha {
            /* margin-left: auto;
            margin-right: auto;
            padding-left:15px;
            padding-right: 15px; */
            display: flex;
            justify-content: center;
        }
        
        form.form p.pd-select:focus-within::after {
            -moz-transform: scale(-1, -1);
            -o-transform: scale(-1, -1);
            -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
        }
        
        form.form input.text,
        form.form textarea.standard,
        form.form input.date {
            box-sizing: border-box;
            /* background: #FDFBF9; */
            border: 1px solid #bbbbbb;
            margin: 0 0 11px;
            font-size: 16px;
            text-overflow: ellipsis !important;
            height: 42px;
            color: #454545;
            border-radius: 8px;
            padding: 11px;
            line-height: normal;
        }
        
        form.form textarea.standard,
        form.form input.text {
            width: 100%;
        }
        
        form.form textarea.standard {
            height: 150px;
        }
        
        form.form p label {
            text-align: left;
            font-size: 16px;
            color: #000000 !important;
            font-weight: normal;
            float: none;
            margin-bottom: 0px;
            padding: 6px 0;
        }

        form.form input::placeholder {
            color: #747474;
        }
        
        form.form p.submit {
            text-align: center;
        }
        
        form.form p.submit input {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 110%; /* 17.6px */
            letter-spacing: 1.28px;
            text-transform: uppercase;
            color: #FDFBF9;
            background: #454545;
            margin-top: 10px;
            margin-bottom: 8px;
            padding: 11px 15px;
            border: transparent;
            border-radius: 8px;
            /* opacity: 1; */
            transition: .2s ease all !important;
            min-height: 48px;
            max-width: 304px;
            width: 100%;
        }
        
        form.form p.submit input:focus,
        form.form p.submit input:hover {
            cursor: pointer;
            background-color: #222222;
            border-color: #222222;
            outline-color: #222222;
        }
        
        span.value {
            margin-left: 0;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
        }
        
        span.value {
            display: flex !important;
            justify-content: flex-start;
            width: 50%;
            margin-bottom: 5px;
            flex-wrap: nowrap;
            position: relative;
        }
        
        span.value>span>label {
            margin-left: 10px;
            padding: 0;
            width: 90%;
            color: #FDFBF9;
            text-transform: unset;
        }
        
        span.value>span>input {
            height: 20px;
            margin: 0.25rem 0 0;
            padding: 0;
            width: 20px;
        }
        
        form.form p label.inline {
            font-weight: normal;
            padding-top: 4px;
            margin-bottom: 0px;
        }
        
    
        .pd-checkbox input,
        .pd-checkbox label {
            cursor: pointer;
        }
       
        .pd-radio input,
        .pd-radio label {
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
        }
        
     