sup {
    top: 0;
    font-size: 100%;
}

.text-left {
    text-align: right;
}

.text-giant {
    font-size: 40px;
    line-height: 80px;
    font-family: inherit;
    font-weight: bold;
}

.signup-container form select {
    padding-bottom: 0;
    padding-top: 2px;
}

.build-card img {
    float: left;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);    
}

@media (max-width: 768px) {

.text-right {
    text-align: right;
}


.text-giant {
    font-size: 30px;
    line-height: 50px;
    text-align: center;
}

.build-card img {
    margin-right: 0;
    margin-left: -15px;
}

.gdpr {
    text-align: right;
}
.signup-container span {
    text-align: right;
}

.signup-container h3 {
    font-size: 27px;
}

.video-section h3 {
    font-size: 45px;
    margin: 40px 0;
}

.text-giant {
    font-size: 26px;
    line-height: 43px;
    text-align: center;
}

}

.menu-title {
    float: right;
    width: 80px;
    text-align: left;
    font-weight: bold;
    color: #a7a7a7;
    margin-top: -5px;
    line-height: 24px;
    margin-bottom: -5px;
}

.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: right!important;
}

.smart-steps .wizard > .steps a:before {
    left: -16px!important;
    right: inherit!important;
}

.smart-steps .wizard > .steps a:after {
    border-right: 28px solid #fff!important;
    border-left: 0!important;
    right: 0!important;
    left: inherit!important;
}

.smart-steps .wizard > .steps a, .smart-steps .wizard > .steps a:hover, .smart-steps .wizard > .steps a:active {
    padding-left: 0!important;
    padding-right: 2em!important;
}

.smart-forms .prepend-icon > input, .smart-forms .prepend-icon > textarea, .smart-forms .prepend-icon > select {
    padding-right: 36px!important;
    padding-left: 0!important;
}

.smart-forms .prepend-icon .field-icon {
    right: 0;
    left: inherit;
}

.smart-steps .wizard > .steps a {
    font-family: inherit!important;
    font-size: 14px!important;
}

.smart-forms .file .button {
    left: 4px!important;
    right: inherit!important;
}

.dz-hidden-input {
    left: inherit!important;
    right: 0!important;
}