.AerotechActivation {
    text-align: center;
    max-width: 250px;
    padding: 10px;

}

@media (min-width: 480px) {
    .AerotechActivation {
        max-width: 480px;
    }
}

.AerotechActivation h2, .AerotechActivation .h2 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    margin: 10px 0;
}

.AerotechActivation h1, .AerotechActivation .h1 {
    font-size: 40px;
    line-height: 1.2;
    margin: 25px 0;
}

.AerotechActivation p {
    font-size: 16px;
    color: #404040;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    margin: 10px 0;
}

@media (min-width: 720px) {
    .AerotechActivation p {
        font-size: 18px;
        line-height: 30px;
    }
}

.AerotechActivation-type_selector {
    display: none;
}

.AerotechActivation-form_field {
    margin: 15px 0;
}

.AerotechActivation-form_field input[type] {
    background: white;
    box-shadow: inset 0 0 2px 0 rgba(0,0,0,0.05);
    opacity: 1;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    border-radius: 0;
    max-width: 100%;
    min-width: 230px;
}

@media (min-width: 320px) {
    .AerotechActivation-form_field input[type] {
        min-width: 230px;
    }
}

.AerotechActivation-form_field input[type]::placeholder {
    color: #222222;
    opacity: 0.4;
}

.AerotechActivation-form_field input[type='file'] {
    margin: 0 auto;
}

.AerotechActivation-form_field input[type='file']::webkit-file-upload-button {
    position: relative;
    cursor: pointer;
    font-family: "D-Din", "D-Din", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;

    opacity: 1;
    background-color: transparent;
    color: #0082CA;
    border-width: 0;
    text-transform: uppercase;
}

.AerotechActivation-form_field input[type='file']::file-selector-button {
    position: relative;
    cursor: pointer;
    font-family: "D-Din", "D-Din", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;

    opacity: 1;
    background-color: transparent;
    color: #0082CA;
    border-width: 0;
    text-transform: uppercase;
}

.AerotechActivation-form_field input[type='file']::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    right: 0;
    background-color: #0082ca;
    visibility: visible;
    transform: scaleX(1);
    transform-origin: left center;
}

.AerotechActivation-form_field select {
    background: #EEF1F5;
    box-shadow: inset 0 0 2px 0 rgba(0,0,0,0.05);
    opacity: 0.4;
    font-weight: bold;
    font-size: 16px;
    color: #000000;

    border-radius: 0;
    width: 100%;
    border-width: 0;
    padding: 6px 9px;
}

.AerotechActivation-form_actions button {
    background: #0082CA;
    border: 2px solid #0082CA;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: center;
    line-height: 19px;

    width: 100%;
    border-radius: 0;

    text-transform: uppercase;
    font-weight: bold;

    margin-top: 15px;
}

.AerotechActivation-form_field + .AerotechActivation-form_actions button {
    margin-top: 0;
}

.AerotechActivation-form_actions button:hover,
.AerotechActivation-form_actions button:focus {
    border: 2px solid #0090e0;
}

.AerotechActivation-form_actions button[disabled] {
    background-color: #cccccc;
    border-color: #cccccc;
}

@keyframes AerotechActivation-load {
    from {
        opacity: 0.25;
    }

    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes AerotechActivation-load {
    from {
        opacity: 0.25;
    }

    to {
        opacity: 1.0;
    }
}

.is-AerotechActivation-form_button--submitting {
    -webkit-animation: 0.75s linear 0s infinite alternate AerotechActivation-load;
    animation: 0.75s linear 0s infinite alternate AerotechActivation-load;
}

.AerotechActivation-form_action_load_text {
    display: none;
}

.is-AerotechActivation-form_button--submitting .AerotechActivation-form_action_submit_text {
    display: none;
}

.is-AerotechActivation-form_button--submitting .AerotechActivation-form_action_load_text {
    display: inline;
}

.AerotechActivation-type_switch {
    position: relative;
    margin: 15px 0 0;
    cursor: pointer;
    color: #0082CA;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: nowrap;
}

.AerotechActivation-type_switch:hover, .AerotechActivation-type_switch:focus {
    color: #0090e0;
}

.AerotechActivation-type_switch span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    right: 0;
    background-color: #0082ca;
    visibility: visible;
    transform: scaleX(1);
    transform-origin: left center;
}

.AerotechActivation-type_switch span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #0082ca;
    transform: scaleX(0);
    transform-origin: right center;
}

.AerotechActivation-type_switch:hover span:before {
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .6s .0s cubic-bezier(.77,0,.175,1);
}

.AerotechActivation-type_switch:hover span:after {
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform .6s .1s cubic-bezier(.77,0,.175,1);
}

.AerotechActivation + .mfp-close,
.fl-button-lightbox-content .AerotechActivation + .mfp-close,
.fl-button-lightbox-content .AerotechActivation + .mfp-close:hover,
.fl-button-lightbox-content .AerotechActivation + .mfp-close:focus,
.fl-button-lightbox-content .AerotechActivation + .mfp-close:active {
    top: 5px !important;
    right: 5px;
}

.mfp-content .fl-button-lightbox-content {
    min-width: 100px !important;
}