html, body{overflow-x:auto;}/* Start custom CSS */.elementor-10076 .elementor-element.elementor-element-21d621c1 > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0 !important;
}

.HITEC-light-orange {
    color: var( --e-global-color-7af1f5c );
}

.HITEC-orange {
    color: var( --e-global-color-d9cab59 );
}

.registerbutton {
    border: 2px solid black;
    padding: 0px 15px;
    margin: 5px 5px 0 0;
    display: inline-block;
    border-radius: 5px;
    background: transparent;
    background: #20202744;
    font-size: 18px !important;
}

.registerbutton:hover {
    transform: scale(.95);
    background: #202027;
}

.icon {
    stroke: #fff;
}

.icon div div div, .white-icon div div div {
    box-shadow: 3px 3px 0px #944a26;
}

/*--Form--*/

.hs-button.primary.large {
    background: #2caae2;
    border: 1px solid #2caae2;
    color: #fff;
    margin-top: 15px;
    padding: 5px 15px;
    border-radius: 50px;
    transition: .2s ease-in-out;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border-radius: 50px;
}

.hs-button.primary.large:hover {
    color: #2caae2;
    background: transparent;
}


ul li label {
    font-size: 15px;
}

ul li label span {
    margin-left: 5px;
}

.hs-fieldtype-text, .hs-location {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0;
}

.hs-form-required {
    color: red;
    font-size: .6em;
    vertical-align: super;
}

#hsForm_8b5cbb5a-1c2c-439b-be1d-9ca2b390236f fieldset {
    max-width: unset !important;
}

#hsForm_8b5cbb5a-1c2c-439b-be1d-9ca2b390236f fieldset.form-columns-1 .hs-input  {
    width: 100%;
} 

#hsForm_8b5cbb5a-1c2c-439b-be1d-9ca2b390236f ul {
    margin-left: 0;
    padding: 0;
    list-style: none;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    background: #e0e0e0;
    border: 1px solid transparent;
}/* End custom CSS */