<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.umbraco-forms-hidden{display:none;}
    .landing-page .join-form .checkbox-wrap input {
            top: 2px!important;
        }
        
       .umbraco-forms-field span.field-validation-error span {
            text-align: left!important;
            float: left;
            color: yellow;
            position: relative;
            top: -10px;
       }
        .contourField &gt; div &gt; input[type="text"] {
        height: 30px;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 12px;
        margin-top: 5px;
        width:100%;
        color: #000;
        }
        .captcha,.emailaddress{text-align:left;}
        .emailaddress  span.field-validation-error {
                color: yellow;
            }
        .captcha span.field-validation-error {
                position: relative;
                top: 20px;
                color: yellow;
            }
        .firstname, .lastname, .phonenumber , .emailaddress, .zipcode {
            width: 48%;
            display: inline-block;
            float: left;
            clear: none!important;
            min-height: 110px;
        }
       .lastname,.zipcode {
            margin-left: 30px;
        }
        .recaptcha2 {
            margin-bottom: 50px;
        }
        .join-form .btn {
            margin: 0 auto;
            width: 200px;
            background-color:#07aabd;
        }
        .umbraco-forms-navigation{margin-bottom:40px}
        .premium-table__wrap table {
            margin: 0 auto;
            background: #61838b;
            color: white;
            font-size: 1.25em;
        }
        
        .premium-table__wrap table tr th:first-of-type {
            font-weight: 700;
        }
        
        .premium-table__wrap td, .premium-table__wrap th {
            padding: 1em;
            border-collapse: separate;
            border: 1px solid black;
            text-align: center;
        }
        
        @media(max-width: 992px) {
            .lastname,.zipcode {
                margin-left: 30px!important;
            }
            .firstname, .lastname, .phonenumber , .emailaddress, .zipcode {
            width: fit-content!important;}
            .premium-table__wrap table {
                font-size: 1em;
            }
            
            .premium-table__wrap td, .premium-table__wrap th {
                padding: .5em;
            }
        }
        @media(max-width: 700px) {
            .lastname, .zipcode {
                margin-left: 0!important;
            }
            .firstname, .lastname, .phonenumber, .emailaddress, .zipcode {
                width: 100%!important;
                clear: both!important;
            }
            .contourField &gt; div &gt; input[type="text"]{width:100%!important;}
        }
        
        body {
            font-size: 16px !important;
            line-height: 1.66 !important;
            font-family: 'Montserrat-Regular',sans-serif!important
        }
        p.join-form-heading{font-size: 30px;}
        .join-form,.join-form-wrap { font-size: inherit!important;}
        .premium-table__wrap table {background: #15748c;}
    
        </pre></body></html>