.padded-text {
    max-width: 1400px;
    text-align: center;
    margin: 0 auto;
    padding-left: 98px;
    padding-right: 98px;
    padding-bottom: 50px;
}
.padded-text p {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    font-family: CircularStd;
    font-size: 9px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: 0.08px;
    color: #656565;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
/* header, */
hgroup,
main,
menu,
/* nav, */
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline:0html {
        font-family: sans-serif;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%
    }

    body {
        margin: 0
    }

    :focus {
        outline: 0
    }

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    /* header, */
    hgroup,
    main,
    menu,
    /* nav, */
    section,
    summary {
        display: block
    }

    audio,
    canvas,
    progress,
    video {
        display: inline-block;
        vertical-align: baseline
    }

    audio:not([controls]) {
        display: none;
        height: 0
    }

    [hidden],
    template {
        display: none
    }

    a {
        background-color: transparent
    }

    a:active,
    a:hover {
        outline: 0
    }

    abbr[title] {
        border-bottom: 0;
        text-decoration: underline;
        text-decoration: underline dotted
    }

    b,
    strong {
        font-weight: 700
    }

    dfn {
        font-style: italic
    }

    h1 {
        font-size: 2em;
        margin: .67em 0
    }

    mark {
        background: #ff0;
        color: #000
    }

    small {
        font-size: 80%
    }

    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline
    }

    sup {
        top: -.5em
    }

    sub {
        bottom: -.25em
    }

    img {
        border: 0
    }

    svg:not(:root) {
        overflow: hidden
    }

    figure {
        margin: 1em 40px
    }

    hr {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        height: 0
    }

    pre {
        overflow: auto
    }

    code,
    kbd,
    pre,
    samp {
        font-family: monospace, monospace;
        font-size: 1em
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        color: inherit;
        font: inherit;
        margin: 0
    }

    button {
        overflow: visible
    }

    button,
    select {
        text-transform: none
    }

    button,
    html input[type=button],
    input[type=reset],
    input[type=submit] {
        -webkit-appearance: button;
        cursor: pointer
    }

    button[disabled],
    html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

    input {
        line-height: normal
    }

    input[type=checkbox],
    input[type=radio] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

    input[type=search]::-webkit-search-cancel-button,
    input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

    fieldset {
        border: 1px solid silver;
        margin: 0 2px;
        padding: .35em .625em .75em
    }

    legend {
        border: 0;
        padding: 0
    }

    textarea {
        overflow: auto
    }

    optgroup {
        font-weight: 700
    }

    table {
        border-collapse: collapse;
        border-spacing: 0
    }

    td,
    th {
        padding: 0
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    :after,
    :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    html {
        font-size: 10px;
        -webkit-tap-highlight-color: transparent
    }

    body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 1.42857143;
        color: #333;
        background-color: #fff
    }

    button,
    input,
    select,
    textarea {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit
    }

    a {
        color: #337ab7;
        text-decoration: none
    }

    a:focus,
    a:hover {
        color: #23527c;
        text-decoration: underline
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    figure {
        margin: 0
    }

    img {
        vertical-align: middle
    }

    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img,
    .img-responsive {
        display: inline;
        max-width: 100%;
        height: auto
    }

    .img-rounded {
        border-radius: 6px
    }

    .img-thumbnail {
        padding: 4px;
        line-height: 1.42857143;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        display: inline-block;
        max-width: 100%;
        height: auto
    }

    .img-circle {
        border-radius: 50%
    }

    hr {
        margin-top: 32px;
        margin-bottom: 30px;
        border: 0;
        border-top: 1px solid #eee
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0
    }

    .sr-only-focusable:active,
    .sr-only-focusable:focus {
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        clip: auto
    }

    [role=button] {
        cursor: pointer
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
    }

    @media(min-width:768px) {
        .container {
            width: 750px
        }
    }

    @media(min-width:992px) {
        .container {
            width: 970px
        }
    }

    @media(min-width:1200px) {
        .container {
            width: 1170px
        }
    }

    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
    }

    .row {
        margin-right: -15px;
        margin-left: -15px
    }

    .row-no-gutters {
        margin-right: 0;
        margin-left: 0
    }

    .row-no-gutters [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    /* .col-xs-2, */
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    /* .col-xs-2, */
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        float: left
    }

    .col-xs-12 {
        width: 100%
    }

    .col-xs-11 {
        width: 91.66666667%
    }

    .col-xs-10 {
        width: 83.33333333%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-8 {
        width: 66.66666667%
    }

    .col-xs-7 {
        width: 58.33333333%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-5 {
        width: 41.66666667%
    }

    .col-xs-4 {
        width: 33.33333333%
    }

    .col-xs-3 {
        width: 25%
    }

    /* .col-xs-2 {
        width: 16.66666667%
    } */

    .col-xs-1 {
        width: 8.33333333%
    }

    .col-xs-pull-12 {
        right: 100%
    }

    .col-xs-pull-11 {
        right: 91.66666667%
    }

    .col-xs-pull-10 {
        right: 83.33333333%
    }

    .col-xs-pull-9 {
        right: 75%
    }

    .col-xs-pull-8 {
        right: 66.66666667%
    }

    .col-xs-pull-7 {
        right: 58.33333333%
    }

    .col-xs-pull-6 {
        right: 50%
    }

    .col-xs-pull-5 {
        right: 41.66666667%
    }

    .col-xs-pull-4 {
        right: 33.33333333%
    }

    .col-xs-pull-3 {
        right: 25%
    }

    .col-xs-pull-2 {
        right: 16.66666667%
    }

    .col-xs-pull-1 {
        right: 8.33333333%
    }

    .col-xs-pull-0 {
        right: auto
    }

    .col-xs-push-12 {
        left: 100%
    }

    .col-xs-push-11 {
        left: 91.66666667%
    }

    .col-xs-push-10 {
        left: 83.33333333%
    }

    .col-xs-push-9 {
        left: 75%
    }

    .col-xs-push-8 {
        left: 66.66666667%
    }

    .col-xs-push-7 {
        left: 58.33333333%
    }

    .col-xs-push-6 {
        left: 50%
    }

    .col-xs-push-5 {
        left: 41.66666667%
    }

    .col-xs-push-4 {
        left: 33.33333333%
    }

    .col-xs-push-3 {
        left: 25%
    }

    .col-xs-push-2 {
        left: 16.66666667%
    }

    .col-xs-push-1 {
        left: 8.33333333%
    }

    .col-xs-push-0 {
        left: auto
    }

    .col-xs-offset-12 {
        margin-left: 100%
    }

    .col-xs-offset-11 {
        margin-left: 91.66666667%
    }

    .col-xs-offset-10 {
        margin-left: 83.33333333%
    }

    .col-xs-offset-9 {
        margin-left: 75%
    }

    .col-xs-offset-8 {
        margin-left: 66.66666667%
    }

    .col-xs-offset-7 {
        margin-left: 58.33333333%
    }

    .col-xs-offset-6 {
        margin-left: 50%
    }

    .col-xs-offset-5 {
        margin-left: 41.66666667%
    }

    .col-xs-offset-4 {
        margin-left: 33.33333333%
    }

    .col-xs-offset-3 {
        margin-left: 25%
    }

    .col-xs-offset-2 {
        margin-left: 16.66666667%
    }

    .col-xs-offset-1 {
        margin-left: 8.33333333%
    }

    .col-xs-offset-0 {
        margin-left: 0
    }

    @media(min-width:768px) {

        .col-sm-1,
        .col-sm-10,
        .col-sm-11,
        .col-sm-12,
        .col-sm-2,
        .col-sm-3,
        .col-sm-4,
        .col-sm-5,
        .col-sm-6,
        .col-sm-7,
        .col-sm-8,
        .col-sm-9 {
            float: left
        }

        .col-sm-12 {
            width: 100%
        }

        .col-sm-11 {
            width: 91.66666667%
        }

        .col-sm-10 {
            width: 83.33333333%
        }

        .col-sm-9 {
            width: 75%
        }

        .col-sm-8 {
            width: 66.66666667%
        }

        .col-sm-7 {
            width: 58.33333333%
        }

        .col-sm-6 {
            width: 50%
        }

        .col-sm-5 {
            width: 41.66666667%
        }

        .col-sm-4 {
            width: 33.33333333%
        }

        .col-sm-3 {
            width: 25%
        }

        .col-sm-2 {
            width: 16.66666667%
        }

        .col-sm-1 {
            width: 8.33333333%
        }

        .col-sm-pull-12 {
            right: 100%
        }

        .col-sm-pull-11 {
            right: 91.66666667%
        }

        .col-sm-pull-10 {
            right: 83.33333333%
        }

        .col-sm-pull-9 {
            right: 75%
        }

        .col-sm-pull-8 {
            right: 66.66666667%
        }

        .col-sm-pull-7 {
            right: 58.33333333%
        }

        .col-sm-pull-6 {
            right: 50%
        }

        .col-sm-pull-5 {
            right: 41.66666667%
        }

        .col-sm-pull-4 {
            right: 33.33333333%
        }

        .col-sm-pull-3 {
            right: 25%
        }

        .col-sm-pull-2 {
            right: 16.66666667%
        }

        .col-sm-pull-1 {
            right: 8.33333333%
        }

        .col-sm-pull-0 {
            right: auto
        }

        .col-sm-push-12 {
            left: 100%
        }

        .col-sm-push-11 {
            left: 91.66666667%
        }

        .col-sm-push-10 {
            left: 83.33333333%
        }

        .col-sm-push-9 {
            left: 75%
        }

        .col-sm-push-8 {
            left: 66.66666667%
        }

        .col-sm-push-7 {
            left: 58.33333333%
        }

        .col-sm-push-6 {
            left: 50%
        }

        .col-sm-push-5 {
            left: 41.66666667%
        }

        .col-sm-push-4 {
            left: 33.33333333%
        }

        .col-sm-push-3 {
            left: 25%
        }

        .col-sm-push-2 {
            left: 16.66666667%
        }

        .col-sm-push-1 {
            left: 8.33333333%
        }

        .col-sm-push-0 {
            left: auto
        }

        .col-sm-offset-12 {
            margin-left: 100%
        }

        .col-sm-offset-11 {
            margin-left: 91.66666667%
        }

        .col-sm-offset-10 {
            margin-left: 83.33333333%
        }

        .col-sm-offset-9 {
            margin-left: 75%
        }

        .col-sm-offset-8 {
            margin-left: 66.66666667%
        }

        .col-sm-offset-7 {
            margin-left: 58.33333333%
        }

        .col-sm-offset-6 {
            margin-left: 50%
        }

        .col-sm-offset-5 {
            margin-left: 41.66666667%
        }

        .col-sm-offset-4 {
            margin-left: 33.33333333%
        }

        .col-sm-offset-3 {
            margin-left: 25%
        }

        .col-sm-offset-2 {
            margin-left: 16.66666667%
        }

        .col-sm-offset-1 {
            margin-left: 8.33333333%
        }

        .col-sm-offset-0 {
            margin-left: 0
        }
    }

    @media(min-width:992px) {

        .col-md-1,
        .col-md-10,
        .col-md-11,
        .col-md-12,
        .col-md-2,
        .col-md-3,
        .col-md-4,
        .col-md-5,
        .col-md-6,
        .col-md-7,
        .col-md-8,
        .col-md-9 {
            float: left
        }

        .col-md-12 {
            width: 100%
        }

        .col-md-11 {
            width: 91.66666667%
        }

        .col-md-10 {
            width: 83.33333333%
        }

        .col-md-9 {
            width: 75%
        }

        .col-md-8 {
            width: 66.66666667%
        }

        .col-md-7 {
            width: 58.33333333%
        }

        .col-md-6 {
            width: 50%
        }

        .col-md-5 {
            width: 41.66666667%
        }

        .col-md-4 {
            width: 33.33333333%
        }

        .col-md-3 {
            width: 25%
        }

        .col-md-2 {
            width: 16.66666667%
        }

        .col-md-1 {
            width: 8.33333333%
        }

        .col-md-pull-12 {
            right: 100%
        }

        .col-md-pull-11 {
            right: 91.66666667%
        }

        .col-md-pull-10 {
            right: 83.33333333%
        }

        .col-md-pull-9 {
            right: 75%
        }

        .col-md-pull-8 {
            right: 66.66666667%
        }

        .col-md-pull-7 {
            right: 58.33333333%
        }

        .col-md-pull-6 {
            right: 50%
        }

        .col-md-pull-5 {
            right: 41.66666667%
        }

        .col-md-pull-4 {
            right: 33.33333333%
        }

        .col-md-pull-3 {
            right: 25%
        }

        .col-md-pull-2 {
            right: 16.66666667%
        }

        .col-md-pull-1 {
            right: 8.33333333%
        }

        .col-md-pull-0 {
            right: auto
        }

        .col-md-push-12 {
            left: 100%
        }

        .col-md-push-11 {
            left: 91.66666667%
        }

        .col-md-push-10 {
            left: 83.33333333%
        }

        .col-md-push-9 {
            left: 75%
        }

        .col-md-push-8 {
            left: 66.66666667%
        }

        .col-md-push-7 {
            left: 58.33333333%
        }

        .col-md-push-6 {
            left: 50%
        }

        .col-md-push-5 {
            left: 41.66666667%
        }

        .col-md-push-4 {
            left: 33.33333333%
        }

        .col-md-push-3 {
            left: 25%
        }

        .col-md-push-2 {
            left: 16.66666667%
        }

        .col-md-push-1 {
            left: 8.33333333%
        }

        .col-md-push-0 {
            left: auto
        }

        .col-md-offset-12 {
            margin-left: 100%
        }

        .col-md-offset-11 {
            margin-left: 91.66666667%
        }

        .col-md-offset-10 {
            margin-left: 83.33333333%
        }

        .col-md-offset-9 {
            margin-left: 75%
        }

        .col-md-offset-8 {
            margin-left: 66.66666667%
        }

        .col-md-offset-7 {
            margin-left: 58.33333333%
        }

        .col-md-offset-6 {
            margin-left: 50%
        }

        .col-md-offset-5 {
            margin-left: 41.66666667%
        }

        .col-md-offset-4 {
            margin-left: 33.33333333%
        }

        .col-md-offset-3 {
            margin-left: 25%
        }

        .col-md-offset-2 {
            margin-left: 16.66666667%
        }

        .col-md-offset-1 {
            margin-left: 8.33333333%
        }

        .col-md-offset-0 {
            margin-left: 0
        }
    }

    @media(min-width:1200px) {

        .col-lg-1,
        .col-lg-10,
        .col-lg-11,
        .col-lg-12,
        .col-lg-2,
        .col-lg-3,
        .col-lg-4,
        .col-lg-5,
        .col-lg-6,
        .col-lg-7,
        .col-lg-8,
        .col-lg-9 {
            float: left
        }

        .col-lg-12 {
            width: 100%
        }

        .col-lg-11 {
            width: 91.66666667%
        }

        .col-lg-10 {
            width: 83.33333333%
        }

        .col-lg-9 {
            width: 75%
        }

        .col-lg-8 {
            width: 66.66666667%
        }

        .col-lg-7 {
            width: 58.33333333%
        }

        .col-lg-6 {
            width: 50%
        }

        .col-lg-5 {
            width: 41.66666667%
        }

        .col-lg-4 {
            width: 33.33333333%
        }

        .col-lg-3 {
            width: 25%
        }

        .col-lg-2 {
            width: 16.66666667%
        }

        .col-lg-1 {
            width: 8.33333333%
        }

        .col-lg-pull-12 {
            right: 100%
        }

        .col-lg-pull-11 {
            right: 91.66666667%
        }

        .col-lg-pull-10 {
            right: 83.33333333%
        }

        .col-lg-pull-9 {
            right: 75%
        }

        .col-lg-pull-8 {
            right: 66.66666667%
        }

        .col-lg-pull-7 {
            right: 58.33333333%
        }

        .col-lg-pull-6 {
            right: 50%
        }

        .col-lg-pull-5 {
            right: 41.66666667%
        }

        .col-lg-pull-4 {
            right: 33.33333333%
        }

        .col-lg-pull-3 {
            right: 25%
        }

        .col-lg-pull-2 {
            right: 16.66666667%
        }

        .col-lg-pull-1 {
            right: 8.33333333%
        }

        .col-lg-pull-0 {
            right: auto
        }

        .col-lg-push-12 {
            left: 100%
        }

        .col-lg-push-11 {
            left: 91.66666667%
        }

        .col-lg-push-10 {
            left: 83.33333333%
        }

        .col-lg-push-9 {
            left: 75%
        }

        .col-lg-push-8 {
            left: 66.66666667%
        }

        .col-lg-push-7 {
            left: 58.33333333%
        }

        .col-lg-push-6 {
            left: 50%
        }

        .col-lg-push-5 {
            left: 41.66666667%
        }

        .col-lg-push-4 {
            left: 33.33333333%
        }

        .col-lg-push-3 {
            left: 25%
        }

        .col-lg-push-2 {
            left: 16.66666667%
        }

        .col-lg-push-1 {
            left: 8.33333333%
        }

        .col-lg-push-0 {
            left: auto
        }

        .col-lg-offset-12 {
            margin-left: 100%
        }

        .col-lg-offset-11 {
            margin-left: 91.66666667%
        }

        .col-lg-offset-10 {
            margin-left: 83.33333333%
        }

        .col-lg-offset-9 {
            margin-left: 75%
        }

        .col-lg-offset-8 {
            margin-left: 66.66666667%
        }

        .col-lg-offset-7 {
            margin-left: 58.33333333%
        }

        .col-lg-offset-6 {
            margin-left: 50%
        }

        .col-lg-offset-5 {
            margin-left: 41.66666667%
        }

        .col-lg-offset-4 {
            margin-left: 33.33333333%
        }

        .col-lg-offset-3 {
            margin-left: 25%
        }

        .col-lg-offset-2 {
            margin-left: 16.66666667%
        }

        .col-lg-offset-1 {
            margin-left: 8.33333333%
        }

        .col-lg-offset-0 {
            margin-left: 0
        }
    }

    fieldset {
        min-width: 0;
        padding: 0;
        margin: 0;
        border: 0
    }

    legend {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        font-size: 21px;
        line-height: inherit;
        color: #333;
        border: 0;
        border-bottom: 1px solid #e5e5e5
    }

    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700
    }

    input[type=search] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        appearance: none
    }

    input[type=checkbox],
    input[type=radio] {
        margin: 4px 0 0;
        line-height: normal
    }

    fieldset[disabled] input[type=checkbox],
    fieldset[disabled] input[type=radio],
    input[type=checkbox].disabled,
    input[type=checkbox][disabled],
    input[type=radio].disabled,
    input[type=radio][disabled] {
        cursor: not-allowed
    }

    input[type=file] {
        display: block
    }

    input[type=range] {
        display: block;
        width: 100%
    }

    select[multiple],
    select[size] {
        height: auto
    }

    input[type=checkbox]:focus,
    input[type=file]:focus,
    input[type=radio]:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    output {
        display: block;
        padding-top: 7px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555
    }

    .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
    }

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed
    }

    textarea.form-control {
        height: auto
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {

        input[type=date].form-control,
        input[type=datetime-local].form-control,
        input[type=month].form-control,
        input[type=time].form-control {
            line-height: 34px
        }

        .input-group-sm input[type=date],
        .input-group-sm input[type=datetime-local],
        .input-group-sm input[type=month],
        .input-group-sm input[type=time],
        input[type=date].input-sm,
        input[type=datetime-local].input-sm,
        input[type=month].input-sm,
        input[type=time].input-sm {
            line-height: 30px
        }

        .input-group-lg input[type=date],
        .input-group-lg input[type=datetime-local],
        .input-group-lg input[type=month],
        .input-group-lg input[type=time],
        input[type=date].input-lg,
        input[type=datetime-local].input-lg,
        input[type=month].input-lg,
        input[type=time].input-lg {
            line-height: 46px
        }
    }

    .form-group {
        margin-bottom: 15px
    }

    .checkbox,
    .radio {
        position: relative;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .checkbox.disabled label,
    .radio.disabled label,
    fieldset[disabled] .checkbox label,
    fieldset[disabled] .radio label {
        cursor: not-allowed
    }

    .checkbox label,
    .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox input[type=checkbox],
    .checkbox-inline input[type=checkbox],
    .radio input[type=radio],
    .radio-inline input[type=radio] {
        position: absolute;
        margin-left: -20px
    }

    .checkbox+.checkbox,
    .radio+.radio {
        margin-top: -5px
    }

    .checkbox-inline,
    .radio-inline {
        position: relative;
        display: inline-block;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        vertical-align: middle;
        cursor: pointer
    }

    .checkbox-inline.disabled,
    .radio-inline.disabled,
    fieldset[disabled] .checkbox-inline,
    fieldset[disabled] .radio-inline {
        cursor: not-allowed
    }

    .checkbox-inline+.checkbox-inline,
    .radio-inline+.radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

    .form-control-static {
        min-height: 34px;
        padding-top: 7px;
        padding-bottom: 7px;
        margin-bottom: 0
    }

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0
    }

    .input-sm {
        height: 30px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px
    }

    select.input-sm {
        height: 30px;
        line-height: 30px
    }

    select[multiple].input-sm,
    textarea.input-sm {
        height: auto
    }

    .form-group-sm .form-control {
        height: 30px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px
    }

    .form-group-sm select.form-control {
        height: 30px;
        line-height: 30px
    }

    .form-group-sm select[multiple].form-control,
    .form-group-sm textarea.form-control {
        height: auto
    }

    .form-group-sm .form-control-static {
        height: 30px;
        min-height: 32px;
        padding: 6px 10px;
        font-size: 12px;
        line-height: 1.5
    }

    .input-lg {
        height: 46px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 6px
    }

    select.input-lg {
        height: 46px;
        line-height: 46px
    }

    select[multiple].input-lg,
    textarea.input-lg {
        height: auto
    }

    .form-group-lg .form-control {
        height: 46px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 6px
    }

    .form-group-lg select.form-control {
        height: 46px;
        line-height: 46px
    }

    .form-group-lg select[multiple].form-control,
    .form-group-lg textarea.form-control {
        height: auto
    }

    .form-group-lg .form-control-static {
        height: 46px;
        min-height: 38px;
        padding: 11px 16px;
        font-size: 18px;
        line-height: 1.3333333
    }

    .has-feedback {
        position: relative
    }

    .has-feedback .form-control {
        padding-right: 42.5px
    }

    .form-control-feedback {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        pointer-events: none
    }

    .form-group-lg .form-control+.form-control-feedback,
    .input-group-lg+.form-control-feedback,
    .input-lg+.form-control-feedback {
        width: 46px;
        height: 46px;
        line-height: 46px
    }

    .form-group-sm .form-control+.form-control-feedback,
    .input-group-sm+.form-control-feedback,
    .input-sm+.form-control-feedback {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .has-success .checkbox,
    .has-success .checkbox-inline,
    .has-success .control-label,
    .has-success .help-block,
    .has-success .radio,
    .has-success .radio-inline,
    .has-success.checkbox label,
    .has-success.checkbox-inline label,
    .has-success.radio label,
    .has-success.radio-inline label {
        color: #3c763d
    }

    .has-success .form-control {
        border-color: #3c763d;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
    }

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
    }

    .has-success .input-group-addon {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #3c763d
    }

    .has-success .form-control-feedback {
        color: #3c763d
    }

    .has-warning .checkbox,
    .has-warning .checkbox-inline,
    .has-warning .control-label,
    .has-warning .help-block,
    .has-warning .radio,
    .has-warning .radio-inline,
    .has-warning.checkbox label,
    .has-warning.checkbox-inline label,
    .has-warning.radio label,
    .has-warning.radio-inline label {
        color: #8a6d3b
    }

    .has-warning .form-control {
        border-color: #8a6d3b;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
    }

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
    }

    .has-warning .input-group-addon {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #8a6d3b
    }

    .has-warning .form-control-feedback {
        color: #8a6d3b
    }

    .has-error .checkbox,
    .has-error .checkbox-inline,
    .has-error .control-label,
    .has-error .help-block,
    .has-error .radio,
    .has-error .radio-inline,
    .has-error.checkbox label,
    .has-error.checkbox-inline label,
    .has-error.radio label,
    .has-error.radio-inline label {
        color: #a94442
    }

    .has-error .form-control {
        border-color: #a94442;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
    }

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
    }

    .has-error .input-group-addon {
        color: #a94442;
        background-color: #f2dede;
        border-color: #a94442
    }

    .has-error .form-control-feedback {
        color: #a94442
    }

    .has-feedback label~.form-control-feedback {
        top: 25px
    }

    .has-feedback label.sr-only~.form-control-feedback {
        top: 0
    }

    .help-block {
        display: block;
        margin-top: 5px;
        margin-bottom: 10px;
        color: #737373
    }

    @media(min-width:768px) {
        .form-inline .form-group {
            display: inline-block;
            margin-bottom: 0;
            vertical-align: middle
        }

        .form-inline .form-control {
            display: inline-block;
            width: auto;
            vertical-align: middle
        }

        .form-inline .form-control-static {
            display: inline-block
        }

        .form-inline .input-group {
            display: inline-table;
            vertical-align: middle
        }

        .form-inline .input-group .form-control,
        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group>.form-control {
            width: 100%
        }

        .form-inline .control-label {
            margin-bottom: 0;
            vertical-align: middle
        }

        .form-inline .checkbox,
        .form-inline .radio {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 0;
            vertical-align: middle
        }

        .form-inline .checkbox label,
        .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox],
        .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

        .form-inline .has-feedback .form-control-feedback {
            top: 0
        }
    }

    .form-horizontal .checkbox,
    .form-horizontal .checkbox-inline,
    .form-horizontal .radio,
    .form-horizontal .radio-inline {
        padding-top: 7px;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-horizontal .checkbox,
    .form-horizontal .radio {
        min-height: 27px
    }

    .form-horizontal .form-group {
        margin-right: -15px;
        margin-left: -15px
    }

    @media(min-width:768px) {
        .form-horizontal .control-label {
            padding-top: 7px;
            margin-bottom: 0;
            text-align: right
        }
    }

    .form-horizontal .has-feedback .form-control-feedback {
        right: 15px
    }

    @media(min-width:768px) {
        .form-horizontal .form-group-lg .control-label {
            padding-top: 11px;
            font-size: 18px
        }
    }

    @media(min-width:768px) {
        .form-horizontal .form-group-sm .control-label {
            padding-top: 6px;
            font-size: 12px
        }
    }

    .btn {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .btn.active.focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn:active:focus,
    .btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn.focus,
    .btn:focus,
    .btn:hover {
        color: #333;
        text-decoration: none
    }

    .btn.active,
    .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    a.btn.disabled,
    fieldset[disabled] a.btn {
        pointer-events: none
    }

    .btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default.focus,
    .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default.active,
    .btn-default:active,
    .open>.dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        background-image: none;
        border-color: #adadad
    }

    .btn-default.active.focus,
    .btn-default.active:focus,
    .btn-default.active:hover,
    .btn-default:active.focus,
    .btn-default:active:focus,
    .btn-default:active:hover,
    .open>.dropdown-toggle.btn-default.focus,
    .open>.dropdown-toggle.btn-default:focus,
    .open>.dropdown-toggle.btn-default:hover {
        color: #333;
        background-color: #d4d4d4;
        border-color: #8c8c8c
    }

    .btn-default.disabled.focus,
    .btn-default.disabled:focus,
    .btn-default.disabled:hover,
    .btn-default[disabled].focus,
    .btn-default[disabled]:focus,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default.focus,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

    .btn-primary {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4
    }

    .btn-primary.focus,
    .btn-primary:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

    .btn-primary.active,
    .btn-primary:active,
    .open>.dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        background-image: none;
        border-color: #204d74
    }

    .btn-primary.active.focus,
    .btn-primary.active:focus,
    .btn-primary.active:hover,
    .btn-primary:active.focus,
    .btn-primary:active:focus,
    .btn-primary:active:hover,
    .open>.dropdown-toggle.btn-primary.focus,
    .open>.dropdown-toggle.btn-primary:focus,
    .open>.dropdown-toggle.btn-primary:hover {
        color: #fff;
        background-color: #204d74;
        border-color: #122b40
    }

    .btn-primary.disabled.focus,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:hover,
    .btn-primary[disabled].focus,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary.focus,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff
    }

    .btn-success {
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success.focus,
    .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success.active,
    .btn-success:active,
    .open>.dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        background-image: none;
        border-color: #398439
    }

    .btn-success.active.focus,
    .btn-success.active:focus,
    .btn-success.active:hover,
    .btn-success:active.focus,
    .btn-success:active:focus,
    .btn-success:active:hover,
    .open>.dropdown-toggle.btn-success.focus,
    .open>.dropdown-toggle.btn-success:focus,
    .open>.dropdown-toggle.btn-success:hover {
        color: #fff;
        background-color: #398439;
        border-color: #255625
    }

    .btn-success.disabled.focus,
    .btn-success.disabled:focus,
    .btn-success.disabled:hover,
    .btn-success[disabled].focus,
    .btn-success[disabled]:focus,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success.focus,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

    .btn-info {
        color: #fff;
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info.focus,
    .btn-info:focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info.active,
    .btn-info:active,
    .open>.dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        background-image: none;
        border-color: #269abc
    }

    .btn-info.active.focus,
    .btn-info.active:focus,
    .btn-info.active:hover,
    .btn-info:active.focus,
    .btn-info:active:focus,
    .btn-info:active:hover,
    .open>.dropdown-toggle.btn-info.focus,
    .open>.dropdown-toggle.btn-info:focus,
    .open>.dropdown-toggle.btn-info:hover {
        color: #fff;
        background-color: #269abc;
        border-color: #1b6d85
    }

    .btn-info.disabled.focus,
    .btn-info.disabled:focus,
    .btn-info.disabled:hover,
    .btn-info[disabled].focus,
    .btn-info[disabled]:focus,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info.focus,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

    .btn-warning {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning.focus,
    .btn-warning:focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning.active,
    .btn-warning:active,
    .open>.dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        background-image: none;
        border-color: #d58512
    }

    .btn-warning.active.focus,
    .btn-warning.active:focus,
    .btn-warning.active:hover,
    .btn-warning:active.focus,
    .btn-warning:active:focus,
    .btn-warning:active:hover,
    .open>.dropdown-toggle.btn-warning.focus,
    .open>.dropdown-toggle.btn-warning:focus,
    .open>.dropdown-toggle.btn-warning:hover {
        color: #fff;
        background-color: #d58512;
        border-color: #985f0d
    }

    .btn-warning.disabled.focus,
    .btn-warning.disabled:focus,
    .btn-warning.disabled:hover,
    .btn-warning[disabled].focus,
    .btn-warning[disabled]:focus,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning.focus,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

    .btn-danger {
        color: #fff;
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger.focus,
    .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger.active,
    .btn-danger:active,
    .open>.dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        background-image: none;
        border-color: #ac2925
    }

    .btn-danger.active.focus,
    .btn-danger.active:focus,
    .btn-danger.active:hover,
    .btn-danger:active.focus,
    .btn-danger:active:focus,
    .btn-danger:active:hover,
    .open>.dropdown-toggle.btn-danger.focus,
    .open>.dropdown-toggle.btn-danger:focus,
    .open>.dropdown-toggle.btn-danger:hover {
        color: #fff;
        background-color: #ac2925;
        border-color: #761c19
    }

    .btn-danger.disabled.focus,
    .btn-danger.disabled:focus,
    .btn-danger.disabled:hover,
    .btn-danger[disabled].focus,
    .btn-danger[disabled]:focus,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger.focus,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

    .btn-link {
        font-weight: 400;
        color: #337ab7;
        border-radius: 0
    }

    .btn-link,
    .btn-link.active,
    .btn-link:active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn-link,
    .btn-link:active,
    .btn-link:focus,
    .btn-link:hover {
        border-color: transparent
    }

    .btn-link:focus,
    .btn-link:hover {
        color: #23527c;
        text-decoration: underline;
        background-color: transparent
    }

    .btn-link[disabled]:focus,
    .btn-link[disabled]:hover,
    fieldset[disabled] .btn-link:focus,
    fieldset[disabled] .btn-link:hover {
        color: #777;
        text-decoration: none
    }

    .btn-lg {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 6px
    }

    .btn-sm {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px
    }

    .btn-xs {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px
    }

    .btn-block {
        display: block;
        width: 100%
    }

    .btn-block+.btn-block {
        margin-top: 5px
    }

    input[type=button].btn-block,
    input[type=reset].btn-block,
    input[type=submit].btn-block {
        width: 100%
    }

    .fade {
        opacity: 0;
        -webkit-transition: opacity .15s linear;
        -o-transition: opacity .15s linear;
        transition: opacity .15s linear
    }

    .fade.in {
        opacity: 1
    }

    .collapse {
        display: none
    }

    .collapse.in {
        display: block
    }

    tr.collapse.in {
        display: table-row
    }

    tbody.collapse.in {
        display: table-row-group
    }

    .collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition-property: height, visibility;
        -o-transition-property: height, visibility;
        transition-property: height, visibility;
        -webkit-transition-duration: .35s;
        -o-transition-duration: .35s;
        transition-duration: .35s;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease
    }

    .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent
    }

    .dropdown,
    .dropup {
        position: relative
    }

    .dropdown-toggle:focus {
        outline: 0
    }

    /* .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
    }

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu>li>a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5
    }

    .dropdown-menu>.active>a,
    .dropdown-menu>.active>a:focus,
    .dropdown-menu>.active>a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0
    }

    .dropdown-menu>.disabled>a,
    .dropdown-menu>.disabled>a:focus,
    .dropdown-menu>.disabled>a:hover {
        color: #777
    }

    .dropdown-menu>.disabled>a:focus,
    .dropdown-menu>.disabled>a:hover {
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
        background-image: none
    } */

    .open>.dropdown-menu {
        display: block
    }

    .open>a {
        outline: 0
    }
/* 
    .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .dropdown-menu-left {
        right: auto;
        left: 0
    } */

    /* .dropdown-header {
        display: block;
        padding: 3px 20px;
        font-size: 12px;
        line-height: 1.42857143;
        color: #777;
        white-space: nowrap
    } */

    .dropdown-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 990
    }

    .pull-right>.dropdown-menu {
        right: 0;
        left: auto
    }

    .dropup .caret,
    .navbar-fixed-bottom .dropdown .caret {
        content: "";
        border-top: 0;
        border-bottom: 4px dashed
    }

    .dropup .dropdown-menu,
    .navbar-fixed-bottom .dropdown .dropdown-menu {
        top: auto;
        bottom: 100%;
        margin-bottom: 2px
    }

    /* @media(min-width:768px) {
        .navbar-right .dropdown-menu {
            right: -25px;
            left: auto
        }

        .navbar-right .dropdown-menu-left {
            right: auto;
            left: 0
        }
    } */

    /* .nav {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none
    }

    .nav>li {
        position: relative;
        display: block
    } */
/* 
    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 15px
    }

    .nav>li>a:focus,
    .nav>li>a:hover {
        text-decoration: none;
        background-color: #eee
    }

    .nav>li.disabled>a {
        color: #777
    } */

    /* .nav>li.disabled>a:focus,
    .nav>li.disabled>a:hover {
        color: #777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    } */

    /* .nav>li>a>img {
        max-width: none
    }

    .nav-tabs {
        border-bottom: 1px solid #ddd
    }

    .nav-tabs>li {
        float: left;
        margin-bottom: -1px
    } */

    /* .nav-tabs>li>a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs>li>a:hover {
        border-color: #eee #eee #ddd
    } */

    /* .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent
    } */
/* 
    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

    .nav-tabs.nav-justified>li {
        float: none
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 5px;
        text-align: center
    } */

    /* .nav-tabs.nav-justified>.dropdown .dropdown-menu {
        top: auto;
        left: auto
    } */

    /* @media(min-width:768px) {
        .nav-tabs.nav-justified>li {
            display: table-cell;
            width: 1%
        }

        .nav-tabs.nav-justified>li>a {
            margin-bottom: 0
        }
    } */

    /* .nav-tabs.nav-justified>li>a {
        margin-right: 0;
        border-radius: 4px
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border: 1px solid #ddd
    } */

    /* @media(min-width:768px) {
        .nav-tabs.nav-justified>li>a {
            border-bottom: 1px solid #ddd;
            border-radius: 4px 4px 0 0
        }

        .nav-tabs.nav-justified>.active>a,
        .nav-tabs.nav-justified>.active>a:focus,
        .nav-tabs.nav-justified>.active>a:hover {
            border-bottom-color: #fff
        }
    } */

    /* .nav-pills>li {
        float: left
    }

    .nav-pills>li>a {
        border-radius: 4px
    }

    .nav-pills>li+li {
        margin-left: 2px
    } */

    /* .nav-pills>li.active>a,
    .nav-pills>li.active>a:focus,
    .nav-pills>li.active>a:hover {
        color: #fff;
        background-color: #337ab7
    }

    .nav-stacked>li {
        float: none
    }

    .nav-stacked>li+li {
        margin-top: 2px;
        margin-left: 0
    } */

    /* .nav-justified {
        width: 100%
    }

    .nav-justified>li {
        float: none
    }

    .nav-justified>li>a {
        margin-bottom: 5px;
        text-align: center
    } */
/* 
    .nav-justified>.dropdown .dropdown-menu {
        top: auto;
        left: auto
    } */

    /* @media(min-width:768px) {
        .nav-justified>li {
            display: table-cell;
            width: 1%
        }

        .nav-justified>li>a {
            margin-bottom: 0
        }
    } */

    /* .nav-tabs-justified {
        border-bottom: 0
    }

    .nav-tabs-justified>li>a {
        margin-right: 0;
        border-radius: 4px
    } */
/* 
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border: 1px solid #ddd
    } */

    /* @media(min-width:768px) {
        .nav-tabs-justified>li>a {
            border-bottom: 1px solid #ddd;
            border-radius: 4px 4px 0 0
        }

        .nav-tabs-justified>.active>a,
        .nav-tabs-justified>.active>a:focus,
        .nav-tabs-justified>.active>a:hover {
            border-bottom-color: #fff
        }
    } */

    .tab-content>.tab-pane {
        display: none
    }

    .tab-content>.active {
        display: block
    }
/* 
    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    } */

    /* .navbar {
        position: relative;
        min-height: 50px;
        margin-bottom: 20px;
        border: 1px solid transparent
    } */

    /* @media(min-width:768px) {
        .navbar {
            border-radius: 4px
        }
    } */
/* 
    @media(min-width:768px) {
        .navbar-header {
            float: left
        }
    } */

    /* .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        -webkit-overflow-scrolling: touch
    } */

    /* .navbar-collapse.in {
        overflow-y: auto
    } */

    /* @media(min-width:768px) {
        .navbar-collapse {
            width: auto;
            border-top: 0;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

        .navbar-fixed-bottom .navbar-collapse,
        .navbar-fixed-top .navbar-collapse,
        .navbar-static-top .navbar-collapse {
            padding-right: 0;
            padding-left: 0
        }
    } */

    /* .navbar-fixed-bottom,
    .navbar-fixed-top {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030
    } */
/* 
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 340px
    } */

    /* @media(max-device-width:480px) and (orientation:landscape) {

        .navbar-fixed-bottom .navbar-collapse,
        .navbar-fixed-top .navbar-collapse {
            max-height: 200px
        }
    } */

    /* @media(min-width:768px) {

        .navbar-fixed-bottom,
        .navbar-fixed-top {
            border-radius: 0
        }
    } */

    /* .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }

    .navbar-fixed-bottom {
        bottom: 0;
        margin-bottom: 0;
        border-width: 1px 0 0
    } */

    /* .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: -15px;
        margin-left: -15px
    } */

    /* @media(min-width:768px) {

        .container-fluid>.navbar-collapse,
        .container-fluid>.navbar-header,
        .container>.navbar-collapse,
        .container>.navbar-header {
            margin-right: 0;
            margin-left: 0
        }
    } */

    /* .navbar-static-top {
        z-index: 1000;
        border-width: 0 0 1px
    }

    @media(min-width:768px) {
        .navbar-static-top {
            border-radius: 0
        }
    } */

    /* .navbar-brand {
        float: left;
        height: 50px;
        padding: 15px 15px;
        font-size: 18px;
        line-height: 20px
    }

    .navbar-brand:focus,
    .navbar-brand:hover {
        text-decoration: none
    } */

    /* .navbar-brand>img {
        display: block
    } */

    /* @media(min-width:768px) {

        .navbar>.container .navbar-brand,
        .navbar>.container-fluid .navbar-brand {
            margin-left: -15px
        }
    } */

    /* .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-right: 15px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px
    }

    .navbar-toggle:focus {
        outline: 0
    } */
/* 
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 4px
    } */

    /* @media(min-width:768px) {
        .navbar-toggle {
            display: none
        }
    } */
/* 
    .navbar-nav {
        margin: 7.5px -15px
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    } */

    /* @media(max-width:767px) {
        .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .navbar-nav .open .dropdown-menu .dropdown-header,
        .navbar-nav .open .dropdown-menu>li>a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu>li>a {
            line-height: 20px
        }

        .navbar-nav .open .dropdown-menu>li>a:focus,
        .navbar-nav .open .dropdown-menu>li>a:hover {
            background-image: none
        }
    } */

    /* @media(min-width:768px) {
        .navbar-nav {
            float: left;
            margin: 0
        }

        .navbar-nav>li {
            float: left
        }

        .navbar-nav>li>a {
            padding-top: 15px;
            padding-bottom: 15px
        }
    } */

    /* .navbar-form {
        padding: 10px 15px;
        margin-right: -15px;
        margin-left: -15px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        margin-top: 8px;
        margin-bottom: 8px
    } */

    /* @media(min-width:768px) {
        .navbar-form .form-group {
            display: inline-block;
            margin-bottom: 0;
            vertical-align: middle
        }

        .navbar-form .form-control {
            display: inline-block;
            width: auto;
            vertical-align: middle
        }

        .navbar-form .form-control-static {
            display: inline-block
        }

        .navbar-form .input-group {
            display: inline-table;
            vertical-align: middle
        }

        .navbar-form .input-group .form-control,
        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn {
            width: auto
        }

        .navbar-form .input-group>.form-control {
            width: 100%
        }

        .navbar-form .control-label {
            margin-bottom: 0;
            vertical-align: middle
        }

        .navbar-form .checkbox,
        .navbar-form .radio {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 0;
            vertical-align: middle
        }

        .navbar-form .checkbox label,
        .navbar-form .radio label {
            padding-left: 0
        }

        .navbar-form .checkbox input[type=checkbox],
        .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

        .navbar-form .has-feedback .form-control-feedback {
            top: 0
        }
    } */

    /* @media(max-width:767px) {
        .navbar-form .form-group {
            margin-bottom: 5px
        }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
    } */

    /* @media(min-width:768px) {
        .navbar-form {
            width: auto;
            padding-top: 0;
            padding-bottom: 0;
            margin-right: 0;
            margin-left: 0;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none
        }
    } */

    /* .navbar-nav>li>.dropdown-menu {
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
        margin-bottom: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .navbar-btn {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

    .navbar-text {
        margin-top: 15px;
        margin-bottom: 15px
    } */

    /* @media(min-width:768px) {
        .navbar-text {
            float: left;
            margin-right: 15px;
            margin-left: 15px
        }
    } */

    /* @media(min-width:768px) {
        .navbar-left {
            float: left !important
        }

        .navbar-right {
            float: right !important;
            margin-right: -15px
        }

        .navbar-right~.navbar-right {
            margin-right: 0
        }
    } */

    /* .navbar-default {
        background-color: #f8f8f8;
        border-color: #e7e7e7
    }

    .navbar-default .navbar-brand {
        color: #777
    }

    .navbar-default .navbar-brand:focus,
    .navbar-default .navbar-brand:hover {
        color: #5e5e5e;
        background-color: transparent
    }

    .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav>li>a {
        color: #777
    }

    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav>.disabled>a,
    .navbar-default .navbar-nav>.disabled>a:focus,
    .navbar-default .navbar-nav>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
        color: #555;
        background-color: #e7e7e7
    } */

    /* @media(max-width:767px) {
        .navbar-default .navbar-nav .open .dropdown-menu>li>a {
            color: #777
        }

        .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
        .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
            color: #333;
            background-color: transparent
        }

        .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
        .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
        .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
            color: #555;
            background-color: #e7e7e7
        }

        .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
        .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
        .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
            color: #ccc;
            background-color: transparent
        }
    } */

    /* .navbar-default .navbar-toggle {
        border-color: #ddd
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #ddd
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #888
    } */

    /* .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7
    }

    .navbar-default .navbar-link {
        color: #777
    }

    .navbar-default .navbar-link:hover {
        color: #333
    }

    .navbar-default .btn-link {
        color: #777
    } */

    /* .navbar-default .btn-link:focus,
    .navbar-default .btn-link:hover {
        color: #333
    }

    .navbar-default .btn-link[disabled]:focus,
    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:focus,
    fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc
    } */

    /* .navbar-inverse {
        background-color: #222;
        border-color: #080808
    }

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-brand:focus,
    .navbar-inverse .navbar-brand:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav>.active>a,
    .navbar-inverse .navbar-nav>.active>a:focus,
    .navbar-inverse .navbar-nav>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav>.disabled>a,
    .navbar-inverse .navbar-nav>.disabled>a:focus,
    .navbar-inverse .navbar-nav>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover {
        color: #fff;
        background-color: #080808
    } */

    /* @media(max-width:767px) {
        .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
            border-color: #080808
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
            background-color: #080808
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
            color: #9d9d9d
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
        .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
            color: #fff;
            background-color: transparent
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
        .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
        .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
            color: #fff;
            background-color: #080808
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
        .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
        .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
            color: #444;
            background-color: transparent
        }
    } */

    /* .navbar-inverse .navbar-toggle {
        border-color: #333
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #333
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-link {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

    .navbar-inverse .btn-link {
        color: #9d9d9d
    }

    .navbar-inverse .btn-link:focus,
    .navbar-inverse .btn-link:hover {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:focus,
    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444
    } */

    .embed-responsive {
        position: relative;
        display: block;
        height: 0;
        padding: 0;
        overflow: hidden
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

    .embed-responsive-16by9 {
        padding-bottom: 56.25%
    }

    .embed-responsive-4by3 {
        padding-bottom: 75%
    }

    .close {
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .2
    }

    .close:focus,
    .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5
    }

    button.close {
        padding: 0;
        cursor: pointer;
        background: 0;
        border: 0;
        -webkit-appearance: none;
        appearance: none
    }

    .modal-open {
        overflow: hidden
    }

    .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        display: none;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        outline: 0
    }

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

    .modal-dialog {
        position: relative;
        width: auto;
        margin: 10px
    }
   

    .modal-content {
        position: relative;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #999;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 6px;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        outline: 0
    }

    .modal-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        background-color: #000
    }

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.in {
        opacity: .5
    }

    /* .modal-header {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5
    }

    .modal-header .close {
        margin-top: -2px
    } */

    .modal-title {
        margin: 0;
        line-height: 1.42857143
    }

    .modal-body {
        position: relative;
        padding: 15px
    }

    .modal-footer {
        padding: 15px;
        text-align: right;
        border-top: 1px solid #e5e5e5
    }

    .modal-footer .btn+.btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .btn-group .btn+.btn {
        margin-left: -1px
    }

    .modal-footer .btn-block+.btn-block {
        margin-left: 0
    }

    .modal-scrollbar-measure {
        position: absolute;
        top: -9999px;
        width: 50px;
        height: 50px;
        overflow: scroll
    }

    @media(min-width:768px) {
        .padded-text {
            padding-left: 20px;
            padding-right: 20px;
            padding-bottom: 30px;
            padding-top: 60px;
        }
        .modal-dialog {
            width: 600px;
            margin: 30px auto
        }

        .modal-content {
            -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
        }

        .modal-sm {
            width: 300px
        }
    }

    @media(min-width:992px) {
        .modal-lg {
            width: 900px
        }
    }

    .carousel {
        position: relative
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden
    }

    .carousel-inner>.item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        line-height: 1
    }

    @media all and (transform-3d),
    (-webkit-transform-3d) {
        .carousel-inner>.item {
            -webkit-transition: -webkit-transform .6s ease-in-out;
            -o-transition: -o-transform .6s ease-in-out;
            transition: transform .6s ease-in-out;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000px;
            perspective: 1000px
        }

        .carousel-inner>.item.active.right,
        .carousel-inner>.item.next {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0
        }

        .carousel-inner>.item.active.left,
        .carousel-inner>.item.prev {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0
        }

        .carousel-inner>.item.active,
        .carousel-inner>.item.next.left,
        .carousel-inner>.item.prev.right {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0
        }
    }

    .carousel-inner>.active,
    .carousel-inner>.next,
    .carousel-inner>.prev {
        display: block
    }

    .carousel-inner>.active {
        left: 0
    }

    .carousel-inner>.next,
    .carousel-inner>.prev {
        position: absolute;
        top: 0;
        width: 100%
    }

    .carousel-inner>.next {
        left: 100%
    }

    .carousel-inner>.prev {
        left: -100%
    }

    .carousel-inner>.next.left,
    .carousel-inner>.prev.right {
        left: 0
    }

    .carousel-inner>.active.left {
        left: -100%
    }

    .carousel-inner>.active.right {
        left: 100%
    }

    .carousel-control {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 15%;
        font-size: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
        background-color: rgba(0, 0, 0, 0);
        opacity: .5
    }

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
        background-repeat: repeat-x
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
        background-repeat: repeat-x
    }

    .carousel-control:focus,
    .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        font-family: serif;
        line-height: 1
    }

    .carousel-control .icon-prev:before {
        content: "\2039"
    }

    .carousel-control .icon-next:before {
        content: "\203a"
    }

    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none
    }

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 10px
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 20px;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
    }

    .carousel-caption .btn {
        text-shadow: none
    }

    @media screen and (min-width:768px) {

        .carousel-control .glyphicon-chevron-left,
        .carousel-control .glyphicon-chevron-right,
        .carousel-control .icon-next,
        .carousel-control .icon-prev {
            width: 30px;
            height: 30px;
            margin-top: -10px;
            font-size: 30px
        }

        .carousel-control .glyphicon-chevron-left,
        .carousel-control .icon-prev {
            margin-left: -10px
        }

        .carousel-control .glyphicon-chevron-right,
        .carousel-control .icon-next {
            margin-right: -10px
        }

        .carousel-caption {
            right: 20%;
            left: 20%;
            padding-bottom: 30px
        }

        .carousel-indicators {
            bottom: 20px
        }
    }

    .clearfix:after,
    .clearfix:before,
    .container-fluid:after,
    .container-fluid:before,
    .container:after,
    .container:before,
    .form-horizontal .form-group:after,
    .form-horizontal .form-group:before,
    .modal-footer:after,
    .modal-footer:before,
    .modal-header:after,
    .modal-header:before,
    /* .nav:after,
    .nav:before,
    .navbar-collapse:after,
    .navbar-collapse:before,
    .navbar-header:after,
    .navbar-header:before,
    .navbar:after,
    .navbar:before, */
    .row:after,
    .row:before {
        display: table;
        content: " "
    }

    .clearfix:after,
    .container-fluid:after,
    .container:after,
    .form-horizontal .form-group:after,
    .modal-footer:after,
    .modal-header:after,
    /* .nav:after,
    .navbar-collapse:after,
    .navbar-header:after,
    .navbar:after, */
    .row:after {
        clear: both
    }

    .center-block {
        display: block;
        margin-right: auto;
        margin-left: auto
    }

    .pull-right {
        float: right !important
    }

    .pull-left {
        float: left !important
    }

    .hide {
        display: none !important
    }

    .show {
        display: block !important
    }

    .invisible {
        visibility: hidden
    }

    .text-hide {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0
    }

    .hidden {
        display: none !important
    }

    .affix {
        position: fixed
    }

    @-ms-viewport {
        width: device-width
    }

    .visible-lg,
    .visible-md,
    .visible-sm,
    .visible-xs {
        display: none !important
    }

    .visible-lg-block,
    .visible-lg-inline,
    .visible-lg-inline-block,
    .visible-md-block,
    .visible-md-inline,
    .visible-md-inline-block,
    .visible-sm-block,
    .visible-sm-inline,
    .visible-sm-inline-block,
    .visible-xs-block,
    .visible-xs-inline,
    .visible-xs-inline-block {
        display: none !important
    }

    @media(max-width:767px) {
        .visible-xs {
            display: block !important
        }

        table.visible-xs {
            display: table !important
        }

        tr.visible-xs {
            display: table-row !important
        }

        td.visible-xs,
        th.visible-xs {
            display: table-cell !important
        }
    }

    @media(max-width:767px) {
        .visible-xs-block {
            display: block !important
        }
    }

    @media(max-width:767px) {
        .visible-xs-inline {
            display: inline !important
        }
    }

    @media(max-width:767px) {
        .visible-xs-inline-block {
            display: inline-block !important
        }
    }

    @media(min-width:768px) and (max-width:991px) {
        .visible-sm {
            display: block !important
        }

        table.visible-sm {
            display: table !important
        }

        tr.visible-sm {
            display: table-row !important
        }

        td.visible-sm,
        th.visible-sm {
            display: table-cell !important
        }
    }

    @media(min-width:768px) and (max-width:991px) {
        .visible-sm-block {
            display: block !important
        }
    }

    @media(min-width:768px) and (max-width:991px) {
        .visible-sm-inline {
            display: inline !important
        }
    }

    @media(min-width:768px) and (max-width:991px) {
        .visible-sm-inline-block {
            display: inline-block !important
        }
    }

    @media(min-width:992px) and (max-width:1199px) {
        .visible-md {
            display: block !important
        }

        table.visible-md {
            display: table !important
        }

        tr.visible-md {
            display: table-row !important
        }

        td.visible-md,
        th.visible-md {
            display: table-cell !important
        }
    }

    @media(min-width:992px) and (max-width:1199px) {
        .visible-md-block {
            display: block !important
        }
    }

    @media(min-width:992px) and (max-width:1199px) {
        .visible-md-inline {
            display: inline !important
        }
    }

    @media(min-width:992px) and (max-width:1199px) {
        .visible-md-inline-block {
            display: inline-block !important
        }
    }

    @media(min-width:1200px) {
        .visible-lg {
            display: block !important
        }

        table.visible-lg {
            display: table !important
        }

        tr.visible-lg {
            display: table-row !important
        }

        td.visible-lg,
        th.visible-lg {
            display: table-cell !important
        }
    }

    @media(min-width:1200px) {
        .visible-lg-block {
            display: block !important
        }
    }

    @media(min-width:1200px) {
        .visible-lg-inline {
            display: inline !important
        }
    }

    @media(min-width:1200px) {
        .visible-lg-inline-block {
            display: inline-block !important
        }
    }

    @media(max-width:767px) {
        .hidden-xs {
            display: none !important
        }
    }

    @media(min-width:768px) and (max-width:991px) {
        .hidden-sm {
            display: none !important
        }
    }

    @media(min-width:992px) and (max-width:1199px) {
        .hidden-md {
            display: none !important
        }
    }

    @media(min-width:1200px) {
        .hidden-lg {
            display: none !important
        }
    }

    .visible-print {
        display: none !important
    }

    @media print {
        .visible-print {
            display: block !important
        }

        table.visible-print {
            display: table !important
        }

        tr.visible-print {
            display: table-row !important
        }

        td.visible-print,
        th.visible-print {
            display: table-cell !important
        }
    }

    .visible-print-block {
        display: none !important
    }

    @media print {
        .visible-print-block {
            display: block !important
        }
    }

    .visible-print-inline {
        display: none !important
    }

    @media print {
        .visible-print-inline {
            display: inline !important
        }
    }

    .visible-print-inline-block {
        display: none !important
    }

    @media print {
        .visible-print-inline-block {
            display: inline-block !important
        }
    }

    @media print {
        .hidden-print {
            display: none !important
        }
    }

    body {
        background: #fff;
        font-weight: 300;
        color: #454545;
        font-size: 15px;
        line-height: 26px
    }

    body,
    h1,
    h2 {
        font-family: Futura Std, sans-serif
    }

    h1,
    h2 {
        font-weight: 100%
    }

    .play_video {
        cursor: pointer
    }

    /* .nav_links {
        position: absolute;
        left: 24%;
        top: 15px
    }

    .register_links_mob {
        display: none
    }

    .navbar.navbar-default {
        border: 0;
        border-radius: 0;
        margin-bottom: 0;
        background: #fff
    }

    .navbar.navbar-default .navbar-toggle {
        margin-top: 20px
    } */

    /* .header-icon {
        width: 72px;
        height: 72px;
        object-fit: contain
    } */

    .visible_hero1 .content_wrapper p.subheading-wt {
        color: #fff
    }

    .subheading-wt a {
        color: #fff;
        text-decoration: underline
    }

    @media only screen and (min-width:769px) {
        .caption_message p {
            height: 80px
        }
        
        #hero2 {
            width: 90%;
            margin: 0 auto
        }

        .imagePlacement {
            width: 40%;
            margin-top: 50px
        }

        .button_section {
            text-align: center;
            margin-top: 40px
        }

        #hero1 .carousel-background1 .content_wrapper {
            width: 432px
        }

        #hero1 .carousel-background01 .content_wrapper {
            width: 432px
        }

        .carousel-container {
            background-repeat: no-repeat;
            background-position: center;
            height: 615px
        }

        /* .navbar {
            padding: 20px 0;
            transition: background .5s ease-in-out, padding .5s ease-in-out
        }

        .top-nav-collapse {
            padding: 0
        }

        .visible-logo-fixed-hover {
            display: none
        } */

        .section-header {
            margin-bottom: 50px
        }

        /* #main-menu.navbar-default {
            background: #fff;
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1)
        }

        #main-menu.navbar-default .navbar-nav>li>a {
            padding-top: 17px;
            padding-bottom: 20px;
            font-size: 16px;
            font-family: Futura Std;
            font-weight: 400
        } */

        /* #main-menu.navbar-default .navbar-nav>li.active>a,
        #main-menu.navbar-default .navbar-nav>li:hover>a {
            background: 0
        }

        #main-menu.navbar-default .dropdown-menu {
            text-align: right;
            min-width: 125px;
            padding: 0 20px;
            border: 0;
            border-radius: 0;
            box-shadow: none;
            -webkit-box-shadow: none;
            background-clip: inherit
        }

        #main-menu.navbar-default .dropdown-menu>li {
            margin-left: -20px;
            padding-left: 17px;
            -webit-transition: border-color .4s;
            transition: border-color .4s
        }

        #main-menu.navbar-default .dropdown-menu>li>a {
            padding: 15px 0;
            color: #eee
        }

        #main-menu.navbar-default .dropdown-menu>li:first-child>a {
            border-top: 0
        }

        #main-menu.navbar-default .dropdown-menu>li.active,
        #main-menu.navbar-default .dropdown-menu>li:hover {
            border-left-color: #45aed6
        }

        #main-menu.navbar-default .dropdown-menu>li.active>a,
        #main-menu.navbar-default .dropdown-menu>li:hover>a {
            color: #45aed6;
            background-color: transparent
        } */

        #hero1 .carousel-background1 {
            background-color: #fff;
            background-position-x: 80%;
            background-position-y: center;
            background-size: contain;
            height: 480px;
            margin-top: 80px
        }

        .webp #hero1 .carousel-background01.lazy-background.visible {
            background-image: url(../images/webpimages/plan-page-hero-3-x-transparent.webp)
        }

        .no-webp #hero1 .carousel-background01.lazy-background.visible {
            background-image: url(../homepageAssets/carousel/plan-page-hero-3-x-transparent.png)
        }

        #hero1 .carousel-background01 {
            background-color: #dcc8ff;
            background-position: right bottom
        }

        .webp #hero1 .carousel-background2.lazy-background.visible {
            background-image: url(../images/webpimages/mastercard-promo.webp)
        }

        .no-webp #hero1 .carousel-background2.lazy-background.visible {
            background-image: url(../homepageAssets/carousel/mastercard-promo.jpg)
        }

        #hero1 .carousel-background2 {
            background-position: center right
        }

        .webp #hero1 .carousel-background3.lazy-background.visible {
            background-image: url(../images/webpimages/sim-card-aqua.webp)
        }

        .no-webp #hero1 .carousel-background3.lazy-background.visible {
            background-image: url(../homepageAssets/carousel/sim-card-aqua.png)
        }

        #hero1 .carousel-background3 {
            background-color: #aeece4;
            background-size: 44% !important;
            background-position: 30% 50% !important;
            background-repeat: no-repeat
        }

        .sm-g960_S9_lockup_black_RGB {
            width: 346px;
            height: 414px;
            object-fit: contain
        }

        #hero1 .carousel-background4 {
            background-color: #1800ff
        }

        .webp #hero1 .carousel-background5.lazy-background.visible {
            background-image: url(../images/webpimages/hearthands-transparent.webp)
        }

        .no-webp #hero1 .carousel-background5.lazy-background.visible {
            background-image: url(../homepageAssets/carousel/hearthands-transparent.png)
        }

        #hero1 .carousel-background5 {
            background-color: #ffd791;
            background-position: left bottom
        }

        .grid {
            height: 400px
        }
    }

    /* .navbar-header {
        margin-left: 45px;
        height: 85px
    }

    .nav>li>a {
        padding: 0;
        padding-bottom: 10px !important;
        margin-left: 159px
    }

    .register_links li a {
        display: inline-block;
        padding-right: 10px
    }

    .register_links li a:last-child {
        padding-top: 16px;
        padding-left: 15px;
        margin-left: 0
    }

    .nav_links li a,
    .register_links li a {
        position: relative;
        text-decoration: none;
        padding-bottom: 10px;
        font-family: Futura Std;
        color: #1800ff !important;
        font-size: 16px;
        font-weight: 700 !important;
        padding-top: 12px
    }

    .nav_links a:after,
    .nav_links a:before {
        content: "";
        position: absolute;
        bottom: 2px;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #1800ff
    }

    .nav_links a:before {
        opacity: 0;
        transform: translateY(-8px);
        transition: transform 0s cubic-bezier(.175, .885, .32, 1.275), opacity 0s
    }

    .nav_links a:after {
        opacity: 0;
        transform: translateY(4px);
        transition: transform .2s cubic-bezier(.175, .885, .32, 1.275), opacity .2s
    }

    .nav_links a:focus:after,
    .nav_links a:focus:before,
    .nav_links a:hover:after {
        opacity: 1;
        transform: translateY(0)
    }

    .nav_links a:focus:before,
    .nav_links a:hover:before {
        transition: transform .2s cubic-bezier(.175, .885, .32, 1.275), opacity .2s
    }

    .nav_links a:focus:after,
    .nav_links a:hover:after {
        transition: transform 0s cubic-bezier(.175, .885, .32, 1.275) .2s, opacity 0s .2s
    }

    .register_links {
        margin-right: 85px;
        margin-top: 10px
    } */

    #speed_boost_section {
        margin: 50px 0
    }

    #hero1:after,
    #hero1:before {
        content: "";
        display: table
    }

    #hero1:after {
        clear: both
    }

    #hero1 {
        color: #fff;
        overflow: hidden;
        position: relative;
        top: 160px
    }

    #hero1 .carousel-control {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 5%;
        font-size: 20px;
        color: #fff;
        text-align: center;
        text-shadow: none;
        opacity: inherit
    }

    #hero1 .carousel-control img {
        position: relative;
        top: 50%;
        transform: translateY(-50%)
    }

    #hero1 .carousel-control.left {
        background-image: none;
        background-repeat: none
    }

    #hero1 .carousel-control.right {
        right: 0;
        left: auto;
        background-image: none;
        background-repeat: none
    }

    #hero1 .carousel-indicators .active {
        width: 8px;
        height: 8px;
        margin: 0;
        background-color: #230cfe
    }

    #hero1 .carousel-indicators li {
        display: inline-block;
        width: 6px;
        height: 6px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #656565;
        border: 0;
        border-radius: 10px
    }

    #hero1 .carousel-indicators li.indicator-white.active {
        background-color: #fff
    }

    .visible_hero1 {
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: 615px
    }

    .visible_hero1 .content_wrapper {
        text-align: left;
        max-width: 550px;
        margin-left: 8%;
        padding-top: 150px;
        vertical-align: middle
    }

    .visible_hero1 .content_wrapper-right {
        float: right;
        margin-right: 11%;
        width: 550px
    }

    .visible_hero1 .content_wrapper h2 {
        font-size: 40px
    }

    .visible_hero1 .content_wrapper h2 {
        color: #1800ff;
        line-height: 1.2;
        font-weight: 900;
        margin: 0;
        padding-bottom: 40px
    }

    .visible_hero1 .content_wrapper p {
        padding-bottom: 20px;
        font-family: CircularStd;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.25;
        letter-spacing: .1px;
        color: #000
    }

    .hero1_aem_contents a,
    a.link_btn {
        display: inline-block;
        padding: 14px 15px;
        margin-right: 10px;
        border-radius: 2px;
        background: #1800ff;
        border: 3px solid #1800ff;
        cursor: pointer;
        min-height: 16px;
        min-width: 120px;
        font-family: Futura Std;
        font-size: 16px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.06;
        letter-spacing: 1.3px;
        text-align: center;
        color: #fff
    }

    .visible_hero1 .hero1_aem_contents a:hover,
    a.link_btn:hover {
        background: #fff;
        border-color: #1800ff;
        color: #1800ff;
        text-decoration: none
    }

    #hero2 {
        padding: 74px 0 0
    }

    .wow {
        background-position: center;
        background-size: cover;
        height: 552px;
        margin-bottom: 30px;
        position: relative
    }

    #hero2 .content-wrapper {
        margin: 0 8%
    }

    .webp #hero2 .content-card2.lazy-background.visible {
        background-image: url(../images/webpimages/watchVideo.webp)
    }

    .no-webp #hero2 .content-card2.lazy-background.visible {
        background-image: url(../homepageAssets/watchVideo.jpg)
    }

    .webp #hero2 .content-card3.lazy-background.visible {
        background-image: url(../images/webpimages/swap-image.webp)
    }

    .no-webp #hero2 .content-card3.lazy-background.visible {
        background-image: url(../homepageAssets/swap-image.jpg)
    }

    .webp #hero2 .content-card4.lazy-background.visible {
        background-image: url(../images/webpimages/008-chatting-emoticons-0336-r-2.webp);
        background-position: top
    }

    .no-webp #hero2 .content-card4.lazy-background.visible {
        background-image: url(../images/2-hands-photo.png)
    }

    #hero2 .content-card5 {
        background-color: #1800ff
    }

    .webp #hero2 .content-card6.lazy-background.visible {
        background-image: url(../images/g7_block_white.png);
        background-position: top
    }

    .no-webp #hero2 .content-card6.lazy-background.visible {
        background-image: url(../images/g7_block_white.png)
    }

    .modal-dialog {
        z-index: 1041;
        width: 700px
    }

    .caption_message {
        position: absolute;
        bottom: 5%;
        width: 100%;
        text-align: center
    }

    .caption_message img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        margin-bottom: 4%
    }

    .caption_message h2 {
        font-size: 28px;
        line-height: 1.38;
        margin-bottom: 7px;
        margin-top: 0;
        color: #1800ff;
        text-align: center;
        font-weight: 900
    }

    .caption_message p {
        padding: 0 40px;
        font-size: 16px;
        line-height: 1.25;
        max-width: 420px;
        margin: 16px auto 0;
        font-family: CircularStd;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: .1px;
        text-align: center;
        color: #000;
        height: 80px
    }

    #hero2 .section-header h2 {
        font-size: 28px;
        font-weight: 900;
        line-height: 1.24;
        color: #1800ff;
        margin-bottom: 0;
        text-align: center
    }

    #hero2 .section-header p {
        padding: 0 40px;
        font-size: 16px;
        line-height: 1.25;
        max-width: 420px;
        margin: 16px auto 0;
        font-family: CircularStd;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: .1px;
        text-align: center;
        color: #000
    }

    .caption_message p,
    .visible_byod_bg h1 {
        font-style: normal;
        font-stretch: normal;
        text-align: center
    }

    .visible_byod_bg h1 {
        margin: 0 auto;
        max-width: 670px;
        font-size: 40px;
        padding-bottom: 17px;
        font-weight: 900;
        line-height: 1.2;
        letter-spacing: 1px;
        color: #fff;
        font-family: Futura Std
    }

    .visible_byod_bg {
        background: #132125 url(../images/byod-background.png) no-repeat 0 0;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        height: 359px;
        margin: 0 auto;
        text-align: center;
        padding-top: 93px;
        box-sizing: border-box
    }

    .link_btn_wt {
        background: #fff;
        border-color: #1800ff;
        color: #1800ff;
        opacity: 1;
        font-family: Futura Std;
        border: 3px solid #1800ff;
        cursor: pointer;
        font-size: 16px;
        border-radius: 4px;
        font-weight: 600;
        min-height: 16px;
        letter-spacing: 2px;
        line-height: 1.23;
        padding: 13px 26px;
        text-align: center;
        margin: 5px 0;
        min-width: 0;
        display: inline-block;
        margin-top: 20px;
        margin-right: 20px
    }

    .link_btn_wt:hover {
        background: #1800ff;
        border-color: #fff;
        color: #fff;
        text-decoration: none
    }

    .footer_divider {
        color: #d7d7d7
    }

    .visible-logo-fixed {
        position: relative;
        padding: 27px 8px;
        left: 1px
    }

    .src-components-promo-banner-___promo-banner__promo-container___-jpQ9 {
        background-color: #1800ff;
        background-repeat: no-repeat;
        color: #fff;
        display: flex;
        flex-direction: row;
        min-height: 80px;
        width: 100%;
        top: 80px;
        z-index: 3;
        align-items: center;
        position: fixed
    }

    .src-components-promo-banner-___promo-banner__promo-center___1Lo0Q {
        width: 86%;
        align-content: center
    }

    .src-components-promo-banner-___promo-banner__promo-face-left___oYwwr {
        width: 10%;
        padding-right: 16px;
        align-self: flex-start;
        margin-top: 5px
    }

    .src-components-promo-banner-___promo-banner__copy-container___3gEy1 {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        width: 86%
    }

    .src-components-promo-banner-___promo-banner__promo-face-right___2kIBP {
        width: 10%;
        padding-left: 16px;
        align-self: flex-start;
        margin-top: 5px
    }

    .src-components-promo-banner-___promo-banner__banner-copy___2LksJ {
        font-family: Futura Std;
        font-weight: 400;
        color: #fff;
        font-size: 20px;
        line-height: 14px;
        margin-bottom: 5px;
    }

    .src-components-promo-banner-___promo-banner__banner-subcopy___1R-rN {
        font-family: Futura Std;
        font-weight: 400;
        color: #fff;
        font-size: 12px;
        line-height: 10px
    }

    /* .src-components-common-button-___button__button___3BFh7.src-components-common-button-___button__invert___1654I.src-components-common-button-___button__secondary___3mAAC {
        background: #fff;
        border-color: #eaeae9;
        color: #1800ff;
        height: 40px;
        font-weight: 700
    } */

    /* .register_links_mob {
        display: none !important
    } */

    /* .src-components-footer-___footer__footer___hGAWj {
        width: 100%;
        overflow: hidden;
        font-family: CircularStd, sans-serif
    }

    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 {
        max-width: 1140px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto
    }

    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73.src-components-footer-___footer__top___3hxY9 {
        max-width: 330px;
        margin: 0 auto
    }

    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73.src-components-footer-___footer__bottom___1p9Jr {
        padding: 17px 0
    } */
/* 
    .src-components-footer-heading1 {
        color: #1800ff;
        font-family: Futura Std, sans-serif;
        font-size: 24px;
        font-weight: 900;
        margin-top: 30px;
        line-height: 32px;
        margin-bottom: 18px
    } */

    /* .src-components-footer-___footer-headers {
        font-family: Futura Std, sans-serif;
        font-size: 14px;
        font-weight: 900;
        color: #000;
        margin-bottom: 18px;
        margin-top: 0;
        line-height: 20px
    } */
/* 
    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 {
        display: flex;
        align-items: start;
        flex-direction: row;
        justify-content: flex-end
    }

    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-1___1VK4T,
    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-2___3AZGI,
    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-3___3weHG {
        flex-direction: column
    }

    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__footer-link___2boPV {
        display: flex;
        flex-wrap: wrap;
        justify-content: left
    }

    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__footer-link___2boPV a,
    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__footer-link___2boPV span {
        font-weight: normal;
        font-size: 14px;
        letter-spacing: .1px;
        color: #1800ff;
        text-decoration: none;
        font-stretch: normal;
        line-height: 24px
    } */
/* 
    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__footer-link___2boPV span:hover {
        cursor: not-allowed
    }

    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY.src-components-footer-___footer__top___3hxY9 {
        background-color: #fff
    }

    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY.src-components-footer-___footer__top___3hxY9 .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 {
        padding-top: 27px
    }

    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY.src-components-footer-___footer__top___3hxY9 .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__footer-link___2boPV {
        margin-bottom: 8px;
        width: 176px;
        justify-content: flex-start
    }

    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY.src-components-footer-___footer__bottom___1p9Jr {
        background-color: #f6f6f6
    } */

    /* .src-components-footer-___footer__logo___3gdJy {
        height: 34px
    } */

    /* .src-components-footer-___footer__copyright-container___2HFiS .src-components-footer-___footer__copyright___t7s9y {
        font-family: CircularStd, sans-serif;
        font-size: 12px;
        line-height: 1.67;
        letter-spacing: normal;
        color: #656565;
        font-weight: normal
    }

    .src-components-footer-___footer__copyright-container___2HFiS .src-components-footer-___footer__copyright___t7s9y a {
        color: #656565
    }

    .src-components-footer-___footer__copyright-container___2HFiS .src-components-footer-___footer__copyright___t7s9y a:hover {
        color: #1800ff
    } */

    /* .src-components-footer-___footer__email-cta___2teeh {
        font-family: CircularStd, sans-serif;
        font-size: 12px;
        line-height: 1.33;
        letter-spacing: .1px;
        color: #656565;
        max-width: 370px
    } */

    /* .src-components-footer-___footer__email-form___u500w {
        padding: 13px 0 10px;
        display: flex;
        align-items: start;
        width: 602px
    }

    .src-components-footer-___footer__email-form___u500w .src-components-footer-___footer__email-form-input___3qSGS {
        display: inline-block;
        margin: 0 23px 0 0;
        width: 240px
    }

    .src-components-footer-___footer__email-form___u500w .src-components-footer-___footer__email-form-button___2avP7 {
        width: 121px
    }

    .src-components-footer-___footer__email-form___u500w .src-components-footer-___footer__button-width___28xq1 {
        min-width: auto;
        width: 121px
    } */

    /* .src-components-footer-___footer__social-container___2u-ep {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: flex-end
    }

    .src-components-footer-___footer__social-container___2u-ep .src-components-footer-___footer__social-icon___1YP7s {
        display: flex;
        align-content: space-between
    }

    .src-components-footer-___footer__social-container___2u-ep .src-components-footer-___footer__social-icon___1YP7s svg {
        height: 20px;
        width: 20px
    }

    .src-components-footer-___footer__social-container___2u-ep .src-components-footer-___footer__social-icon___1YP7s a {
        height: 16px;
        width: 16px;
        margin-left: 24px
    }

    .src-components-footer-___footer__social-container___2u-ep .src-components-footer-___footer__social-icon___1YP7s:first-of-type a {
        margin-left: 0
    } */

    @media(min-width:1140px) {
        /* .src-components-footer-___footer__showInMobile___2tmF0 {
            display: none !important
        } */

        /* .footer-links-column-1 {
            width: 132px
        }

        .footer-links-column-2 {
            width: 127px
        }

        .footer-links-column-3 {
            width: 206px
        }

        .footer-links-column-4 {
            width: 101px
        } */
    }

    @media(max-width:1140px) {
        /* .src-components-footer-___footer__showInDesktop___2C5S6 {
            display: none !important
        } */

        /* .src-components-footer-___footer__showInMobile___2tmF0 {
            display: inherit
        }

        .src-components-footer-___footer__showInMobile___2tmF0.mobile-view {
            display: block
        } */

        /* .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 {
            flex-direction: column;
            align-items: center;
            justify-content: center
        }

        .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73.src-components-footer-___footer__top___3hxY9 {
            padding: 0
        }

        .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73.src-components-footer-___footer__bottom___1p9Jr {
            padding: 10px 0
        }

        .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-1___1VK4T {
            padding: 0
        }

        .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-2___3AZGI .src-components-footer-___footer__footer-link___2boPV,
        .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-3___3weHG .src-components-footer-___footer__footer-link___2boPV {
            margin-bottom: 10px;
            width: 160px
        }

        .src-components-footer-___footer__footer-link___2boPV a,
        .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-2___3AZGI .src-components-footer-___footer__footer-link___2boPV a,
        .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-2___3AZGI .src-components-footer-___footer__footer-link___2boPV span,
        .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-3___3weHG .src-components-footer-___footer__footer-link___2boPV a,
        .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-3___3weHG .src-components-footer-___footer__footer-link___2boPV span {
            font-size: 14px !important
        } */
/* 
        .src-components-footer-___footer__logo-wrapper___1-NRp {
            display: flex;
            flex-direction: column;
            align-items: center
        } */

        /* .src-components-footer-___footer__copyright-container___2HFiS {
            left: 0;
            text-align: center;
            padding-bottom: 48px
        } */

        /* .src-components-footer-___footer__social-container___2u-ep {
            justify-content: space-between;
            margin-top: 40px;
            margin-bottom: 30px
        } */

        /* .src-components-footer-___footer__email-cta___2teeh,
        .src-components-footer-___footer__email-form___u500w,
        .src-components-footer-___footer__social-container___2u-ep {
            width: 350px
        } */
/* 
        .src-components-footer-___footer__email-cta___2teeh {
            color: #000;
            font-size: 12px
        } */
    }

    /* .src-components-common-forms-input-___input__wrapper___10RzR .src-components-common-forms-input-___input__inner-wrapper___2UKo2 .src-components-common-forms-input-___input__input___1MYvs {
        display: block;
        box-sizing: border-box;
        font-size: 14px;
        border: 1px solid #d7d7d7;
        height: 44px;
        width: 100%;
        margin: 0;
        height: 48px;
        border-radius: 2px;
        background-color: #f6f6f6;
        padding: 16px;
        color: #000;
        font-family: CircularStd, sans-serif
    } */

    /* .src-components-footer-___footer__footer-container___2Zy73.src-components-footer-___footer__top___3hxY9 .width-100-mob {
        max-width: 593px
    } */
/* 
    .src-components-common-forms-input-___input__wrapper___10RzR .src-components-common-forms-input-___input__inner-wrapper___2UKo2 .src-components-common-forms-input-___input__input___1MYvs.src-components-common-forms-input-___input__inline___2PZ84 {
        margin-right: 30px
    } */

    /* .src-components-common-forms-input-___input__wrapper___10RzR .src-components-common-forms-input-___input__inner-wrapper___2UKo2 .src-components-common-forms-input-___input__input___1MYvs:focus {
        outline: 0 !important;
        color: #000;
        border: 1px solid #656565
    } */

    /* .src-components-common-button-___button__button___3BFh7 {
        background: #1800ff;
        border: 1px solid #1800ff;
        border-radius: 2px;
        color: #fff;
        font-family: Futura Std;
        cursor: pointer;
        font-size: 14px;
        font-weight: 900;
        height: 48px;
        min-height: 16px;
        min-width: 176px;
        letter-spacing: 1px;
        line-height: 1.23;
        overflow: hidden;
        padding: 12px 26px;
        position: relative;
        text-align: center;
        text-transform: none
    }

    .src-components-common-button-___button__button___3BFh7.src-components-common-button-___button__label___2Qgfw {
        opacity: 1
    }

    .src-components-common-button-___button__button___3BFh7:disabled {
        background: #eaeae9;
        border-color: #eaeae9
    } */

    @media screen and (max-width:768px) {
        .visible-logo-fixed {
            display: none !important
        }

        .visible-logo-fixed-hover {
            display: block !important;
            margin-left: 14%
        }

        /* .width-100-mob {
            width: 100%
        } */

        .next_line_mobile {
            display: block
        }

        #hero2 .content-wrapper {
            margin: 0 6% !important
        }

        .marginTop50 {
            margin-top: 50px
        }

        .modal-dialog {
            z-index: 1041;
            width: 100%
        }

        #speed_boost_section {
            margin-top: 120px
        }

        .button_section {
            text-align: center
        }

        .button_section a {
            margin-right: 0;
            width: 90%;
            margin-top: 30px
        }

        .sm-Samsung-Galaxy-S9-Treatment-2 {
            width: 91px;
            height: 29px;
            object-fit: contain
        }

        .imagePlacement {
            width: 100%;
            margin-top: 25px;
            text-align: center
        }

        #speed_boost_section a {
            width: 90%;
            margin-right: 0
        }

        /* .src-components-common-button-___button__button___3BFh7.src-components-common-button-___button__smallMobile___2jS8T {
            height: 40px;
            padding: 8px 35px;
            font-size: 12px
        } */
/* 
        .src-components-footer-___footer__email-cta___2teeh {
            font-family: CircularStd, sans-serif;
            font-size: 12px;
            line-height: 1.33;
            letter-spacing: .1px;
            color: #656565;
            max-width: 370px
        } */
/* 
        .src-components-common-forms-input-___input__wrapper___10RzR.src-components-common-forms-input-___input__inline___2PZ84 {
            margin: 0;
            width: 100%
        } */

        /* .src-components-common-forms-input-___input__wrapper___10RzR .src-components-common-forms-input-___input__inner-wrapper___2UKo2 .src-components-common-forms-input-___input__input___1MYvs {
            height: 40px;
            padding: 6px 10px;
            font-size: 12px
        } */
/* 
        .src-components-footer-___footer__email-cta___2teeh,
        .src-components-footer-___footer__email-form___u500w,
        .src-components-footer-___footer__social-container___2u-ep {
            width: 138px;
            margin: 20px auto
        }

        .src-components-footer-___footer__email-form___u500w .src-components-footer-___footer__email-form-input___3qSGS {
            margin: 0 15px 0 0;
            width: 100%
        } */

        /* .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-2___3AZGI .src-components-footer-___footer__footer-link___2boPV,
        .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-3___3weHG .src-components-footer-___footer__footer-link___2boPV {
            width: 130px
        } */

        /* .src-components-footer-heading1 {
            text-align: center;
            font-size: 16px;
            margin-top: 0
        } */

        /* .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73.src-components-footer-___footer__top___3hxY9 .src-components-footer-___footer__link-container___14Ei5 {
            align-items: start;
            padding-top: 15px;
            flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: unset !important
        } */

        /* .footer-links-column-1,
        .footer-links-column-3 {
            width: 65%
        }

        .footer-links-column-2,
        .footer-links-column-4 {
            width: 35%
        } */

        /* .src-components-footer-___footer__email-form___u500w {
            padding: 0;
            display: block;
            width: 100%;
            align-items: start
        }

        .src-components-footer-___footer__email-form___u500w {
            margin-bottom: 0;
            margin-top: 0
        }

        .src-components-footer-___footer__email-form___u500w .src-components-footer-___footer__email-form-button___2avP7 {
            margin: 15px auto;
            text-align: center
        } */

        .src-components-promo-banner-___promo-banner__promo-container___-jpQ9 {
            flex-direction: row
        }

        .src-components-promo-banner-___promo-banner__banner-copy___2LksJ {
            font-size: 12px
        }

        .src-components-promo-banner-___promo-banner__banner-subcopy___1R-rN {
            font-size: 8px
        }

        .link_btn_wt {
            display: block;
            margin-right: 0
        }

        .src-components-promo-banner-___promo-banner__banner-copy___2LksJ {
            font-size: 12px
        }

        .src-components-promo-banner-___promo-banner__banner-subcopy___1R-rN {
            font-size: 8px
        }

        /* .register_links_mob {
            display: block !important
        }

        .navbar {
            padding: 20px 0;
            transition: background .5s ease-in-out, padding .5s ease-in-out
        }

        .top-nav-collapse {
            padding: 0
        }

        .nav_links {
            position: inherit !important;
            left: inherit;
            top: inherit
        }

        .nav_links li a {
            margin-left: 0 !important;
            padding: 15px !important
        }

        .register_links {
            display: none
        }

        .register_links_mob {
            display: inherit
        } */

        .loginLink {
            display: none !important
        }

        .logoutLink {
            display: block !important
        }

        /* .navbar-toggle {
            position: relative;
            float: right;
            padding: 9px 10px;
            margin-top: 8px;
            margin-right: 15px;
            margin-bottom: 8px;
            border: 0
        }

        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:hover {
            background: 0
        }

        .visible-logo-fixed {
            left: 15% !important;
            display: none !important
        } */

        .visible_hero1 .content_wrapper h2 {
            font-size: 24px
        }

        .visible_hero1 .content_wrapper p {
            display: none
        }

        .visible_hero1 {
            height: 456px;
            position: relative
        }

        .visible_hero1 .carousel-container {
            height: 480px
        }

        .visible_hero1 .content_wrapper {
            max-width: 100% !important;
            margin: 0 !important;
            text-align: center !important;
            padding-top: 24px;
            background-repeat: no-repeat
        }

        .visible_hero1 .content_wrapper h2 {
            font-size: 32px !important;
            line-height: 1.25
        }

        .visible_hero1 .content_wrapper h2 {
            font-family: Futura Std;
            font-weight: 900;
            font-style: normal;
            font-stretch: normal;
            letter-spacing: 1px;
            text-align: center;
            color: #1800ff;
            width: auto;
            margin: 0 auto;
            margin-top: 10px;
            padding: 0 15px
        }

        .visible_hero1 .content_wrapper p {
            visibility: hidden;
            font-size: 16px;
            text-align: center
        }

        .visible_hero1 .content_wrapper button {
            left: calc(50% - 65px);
            position: absolute;
            bottom: 24px
        }

        .visible_hero1 .content_wrapper .button1 {
            position: absolute;
            height: 48px;
            bottom: 40px;
            left: 0;
            right: 0;
            width: fit-content;
            margin: auto;
            min-width: 180px
        }

        .visible_hero1 .content_wrapper .button2 {
            position: absolute;
            min-width: 130px;
            height: 48px;
            bottom: 24px;
            left: calc(50% + 10px)
        }

        .visible_hero1 .content_wrapper img {
            padding: 0;
            position: absolute;
            height: 35px;
            bottom: 31px;
            left: calc(50% - 137px)
        }

        .visible_hero1 .content_wrapper {
            text-align: left;
            max-width: 300px;
            margin-top: 10px;
            vertical-align: middle
        }

        .no-webp #hero1 .carousel-background01.lazy-background.visible {
            background-image: url(../homepageAssets/carousel/mobile/plan-page-hero-3-x-transparent.png)
        }

        .webp #hero1 .carousel-background01.lazy-background.visible {
            background-image: url(../images/webpimages/plan-page-hero-3-x--mobile-transparent.webp)
        }

        #hero1 .carousel-background01 {
            background-position: center bottom;
            background-color: #dcc8ff;
            background-repeat: no-repeat;
            background-size: contain
        }

        .webp #hero1 .carousel-background1.lazy-background.visible {
            width: 90%;
            margin: 0 auto;
            background-size: contain;
            position: relative
        }

        #hero1 .carousel-background1 {
            background-position: center;
            background-color: #fff;
            background-repeat: no-repeat
        }

        #hero1 .carousel-control {
            width: 15%
        }

        .no-webp #hero1 .carousel-background2.lazy-background.visible {
            background-image: url(../images/mobile-image@3x.jpg)
        }

        .webp #hero1 .carousel-background2.lazy-background.visible {
            background-image: url(../images/webpimages/mastercard-brand-mark-vertical.webp)
        }

        #hero1 .carousel-background2 {
            background-position: 50% 50% !important;
            background-repeat: no-repeat
        }

        .no-webp #hero1 .carousel-background3.lazy-background.visible {
            background-image: url(../homepageAssets/carousel/mobile/sim-card-aqua.png)
        }

        .webp #hero1 .carousel-background3.lazy-background.visible {
            background-image: url(../images/webpimages/sim-card-aqua-mobile.webp)
        }

        #hero1 .carousel-background3 {
            background-position: 100% !important;
            background-repeat: no-repeat;
            background-size: 73% !important;
            background-color: #a7e2ed
        }

        #hero1 .carousel-background4 {
            background-color: #1800ff
        }

        #hero1 .carousel-background4 .content_wrapper {
            width: 100%
        }

        .sm-g960_S9_lockup_black_RGB {
            width: 127px;
            height: 151px;
            object-fit: contain
        }

        .grid {
            height: 300px
        }

        #hero1 .carousel-background5.lazy-background.visible {
            background-image: url(../homepageAssets/carousel/mobile/hearthands-transparent.png)
        }

        #hero1 .carousel-background5 {
            background-position: bottom;
            background-repeat: no-repeat;
            background-color: #ffd791;
            background-size: contain
        }

        #hero2 .section-header p {
            padding: 0
        }

        .caption_message p {
            padding: 0 10px
        }

        .caption_message h2 {
            font-size: 20px
        }

        #hero2 .link_btn_wt {
            display: inline-block;
            padding: 13px 26px
        }

        .section-header {
            margin-bottom: 20px
        }

        .wow {
            width: auto;
            height: 500px
        }

        .content-card5 img {
            width: 50%
        }

        #hero1 .carousel-indicators {
            bottom: 0
        }

        .visible_byod_bg {
            background: url(../images/byod-mobile.png) no-repeat !important;
            height: 650px !important;
            padding: 24px;
            background-position: 0 0 !important;
            background-size: cover !important
        }

        .visible_byod_bg h1 {
            font-size: 24px !important
        }

        .visible_hero3 {
            padding-top: 160px
        }

        .visible_byod_bg button {
            width: 100%
        }

        /* .src-components-common-button-___button__button___3BFh7.src-components-common-button-___button__invert___1654I.src-components-common-button-___button__secondary___3mAAC {
            min-width: 115px;
            padding: 12px 9px
        } */
    }

    @font-face {
        font-family: Futura Std;
        src: url(fonts/futurastd-book.eot);
        src: url(futurastd-book.eot?#iefix) format("embedded-opentype"), url(futurastd-book.woff2) format("woff2"), url(futurastd-book.woff) format("woff"), url(futurastd-book.ttf) format("truetype");
        font-weight: 400;
        font-style: normal;
        font-display: auto
    }

    @font-face {
        font-family: Futura Std;
        src: url(futurastd-heavy.eot);
        src: url(futurastd-heavy.eot?#iefix) format("embedded-opentype"), url(futurastd-heavy.woff2) format("woff2"), url(futurastd-heavy.woff) format("woff"), url(futurastd-heavy.ttf) format("truetype");
        font-weight: 900;
        font-style: normal;
        font-display: auto
    }

    @font-face {
        font-family: CircularStd;
        src: url(CircularStd-Book.eot);
        src: url(CircularStd-Book.eot?#iefix) format("embedded-opentype"), url(CircularStd-Book.otf) format("opentype"), url(CircularStd-Book.svg) format("svg"), url(CircularStd-Book.ttf) format("truetype"), url(CircularStd-Book.woff) format("woff"), url(CircularStd-Book.woff2) format("woff2");
        font-weight: 400;
        font-style: normal;
        font-display: auto
    }

    @font-face {
        font-family: "CircularStd";
        src: url("CircularVisible-Book.eot");
        src: url("CircularVisible-Book.eot?#iefix") format("embedded-opentype"), url("CircularVisible-Book.woff2") format("woff2"), url("CircularVisible-Book.woff") format("woff");
        font-weight: normal;
        font-style: normal
    }

    .content-card4 a {
        margin-top: 20px
    }

    #hero2 a,
    #hero2 button {
        margin-right: 0
    }

    @media only screen and (max-width:1440px) {
        #hero2 .content-wrapper {
            margin: 0
        }
    }

    @media screen and (min-width:1600px) {
        .content-card3 .caption_message {
            bottom: 2%
        }

        .content-card4 a {
            margin-top: 8px
        }
    }

    /* .register_links li a {
        margin-left: 10px
    } */

    .cartIconMobile {
        display: none;
        margin-right: 20px;
        float: right;
        margin-top: -57px !important
    }

    a.dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown:hover .dropdown-menu {
        display: block
    }

    /* .login-menu {
        list-style: none;
        flex-direction: row;
        display: flex
    } */

    @media(max-width:767px) {
        .cartIconMobile {
            display: block !important
        }
    }

    @media screen and (max-width:1024px) {
        .wow {
            background-position: center
        }
    }

    /* @media(max-width:1400px) {
        .nav>li>a {
            margin-left: 90px
        }

        .register_links {
            margin-right: 50px
        }
    } */

    .comingSoon {
        font-size: 18px !important;
        color: #1800ff !important;
        text-align: center;
        font-weight: 700
    }

    .comingSoon img:first-child {
        height: 25px
    }

    .comingSoon h2 {
        font-family: Futura Std;
        font-size: 40px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.2;
        letter-spacing: 1px;
        text-align: center;
        color: #333
    }

    .comingSoon a {
        width: 196px
    }

    .comingSoon p {
        font-family: CircularStd;
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.33;
        letter-spacing: .1px;
        text-align: center;
        color: #656565
    }

    @media screen and (max-width:768px) {
        .comingSoon {
            margin-top: 50px
        }

        .comingSoon img:first-child {
            height: 17px
        }

        .comingSoon img:last-child {
            width: 100%;
            margin-top: 30px
        }

        .comingSoon h2 {
            font-size: 25px;
            padding: 0 15px
        }

        .comingSoon a {
            width: 168px;
            font-size: 12px
        }

        .comingSoon p {
            font-family: CircularStd;
            font-size: 12px;
            font-weight: 400;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.33;
            letter-spacing: .1px;
            text-align: center;
            color: #656565
        }
    }

    .margin-bottom-0 {
        margin-bottom: 0 !important
    }
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive {
    display: inline;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 32px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row-no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
/* .col-xs-2, */
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
/* .col-xs-2, */
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

/* .col-xs-2 {
    width: 16.66666667%
} */

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media(min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

/* .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
} */

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

/* @media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: -25px;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
} */

/* .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
} */

/* @media(min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
} */

/* .nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
} */

/* @media(min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
} */

/* .nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
} */

/* @media(min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
} */

/* .nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
} */

/* @media(min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
} */

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

/* .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
} */

/* @media(min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
} */

/* .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
} */

/* @media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
} */

/* .navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media(max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

@media(min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
} */

/* .container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
} */

/* @media(min-width:768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
} */
/* 
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
} */

/* @media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
} */

/* .navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
} */

/* @media(min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
} */

/* .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
} */

/* @media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
} */

/* .navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
} */

/* @media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
} */

/* .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
} */

/* @media(min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
} */

/* .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
} */

/* @media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
} */

/* .navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
} */

/* @media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
} */

/* .navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
} */

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0;
    border: 0;
    -webkit-appearance: none;
    appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203a"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
/* .nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before, */
.row:after,
.row:before {
    display: table;
    content: " "
}

.clearfix:after,
.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
/* .nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after, */
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

body {
    background: #fff;
    font-weight: 300;
    color: #454545;
    font-size: 15px;
    line-height: 26px
}

body,
h1,
h2 {
    font-family: Futura Std, sans-serif
}

h1,
h2 {
    font-weight: 100%
}

.play_video {
    cursor: pointer
}

/* .nav_links {
    position: absolute;
    left: 24%;
    top: 15px
}

.register_links_mob {
    display: none
} */

/* .navbar.navbar-default {
    box-shadow: 0 -4px 12px 0 rgba(0, 0, 0, 0.6);
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    background: #fff
}

.navbar.navbar-default .navbar-toggle {
    margin-top: 20px
} */

.header-icon {
    width: 72px;
    height: 72px;
    object-fit: contain
}

.visible_hero1 .content_wrapper p.subheading-wt {
    color: #fff
}

.subheading-wt a {
    color: #fff;
    text-decoration: underline
}

@media only screen and (min-width:769px) {
    #hero2 {
        width: 90%;
        margin: 0 auto
    }

    .imagePlacement {
        width: 40%;
        margin-top: 50px
    }

    .button_section {
        text-align: center;
        margin-top: 40px
    }

    #hero1 .carousel-background1 .content_wrapper {
        width: 587px
    }

    #hero1 .carousel-background01 .content_wrapper {
        width: 587px
    }

    .carousel-container {
        background-repeat: no-repeat;
        background-position: center;
        height: 644px
    }

    /* .navbar {
        padding: 20px 0;
        transition: background .5s ease-in-out, padding .5s ease-in-out
    }

    .top-nav-collapse {
        padding: 0
    }

    .visible-logo-fixed-hover {
        display: none
    } */

    .section-header {
        margin-bottom: 50px
    }

    /* #main-menu.navbar-default {
        background: #fff;
        box-shadow: 0 -4px 12px 0 rgba(0, 0, 0, 0.6)
    }

    #main-menu.navbar-default .navbar-nav>li>a {
        padding-top: 17px;
        padding-bottom: 20px;
        font-size: 16px;
        font-family: Futura Std;
        font-weight: 400
    }

    #main-menu.navbar-default .navbar-nav>li.active>a,
    #main-menu.navbar-default .navbar-nav>li:hover>a {
        background: 0
    }

    #main-menu.navbar-default .dropdown-menu {
        text-align: right;
        min-width: 125px;
        padding: 0 20px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        background-clip: inherit
    }

    #main-menu.navbar-default .dropdown-menu>li {
        margin-left: -20px;
        padding-left: 17px;
        -webit-transition: border-color .4s;
        transition: border-color .4s
    }

    #main-menu.navbar-default .dropdown-menu>li>a {
        padding: 15px 0;
        color: #eee
    }

    #main-menu.navbar-default .dropdown-menu>li:first-child>a {
        border-top: 0
    }

    #main-menu.navbar-default .dropdown-menu>li.active,
    #main-menu.navbar-default .dropdown-menu>li:hover {
        border-left-color: #45aed6
    }

    #main-menu.navbar-default .dropdown-menu>li.active>a,
    #main-menu.navbar-default .dropdown-menu>li:hover>a {
        color: #45aed6;
        background-color: transparent
    } */

    #hero1 .carousel-background1 {
        background-color: #fff;
        background-position-x: 80%;
        background-position-y: center;
        background-size: contain;
        height: 480px;
        margin-top: 80px
    }

    .webp #hero1 .carousel-background01.lazy-background.visible {
        background-image: url(../images/webpimages/Bose-Earbuds-Desktop.webp)
    }

    .no-webp #hero1 .carousel-background01.lazy-background.visible {
        background-image: url(../homepageAssets/carousel/Bose-Earbuds-Desktop.png)
    }

    #hero1 .carousel-background01 {
        background-size: contain;
        background-position: center;
    }

    .webp #hero1 .carousel-background2.lazy-background.visible {
        background-image: url(../images/partypay-hp-desktop.webp);
        background-position-y: top
    }

    .webp #hero1 .carousel-background6.lazy-background.visible {
        background-image: url(../images/plan-carousel.png);
        background-position-y: top
    }

    .no-webp #hero1 .carousel-background6.lazy-background.visible {
        background-image: url(../images/plan-carousel.png);
        background-position-y: top
    }
    .no-webp #hero1 .carousel-background2.lazy-background.visible {
        background-image: url(../images/partypay-hp-desktop@3x.jpg)
    }

    .carousel-background2.lazy-background.visible {
        background-image: url(../images/partypay-hp-desktop@3x.jpg)
    }

    #hero1 .carousel-background2, #hero1 .carousel-background6 {
        background-position: center;
        background-size: cover
    }
    .webp #hero1 .carousel-background-dan.lazy-background.visible {
        background-image: url(../images/webpimages/dan-home-hero.webp);
        background-position-y: center;
    }

    .no-webp #hero1 .carousel-background-dan.lazy-background.visible {
        background-image: url(../homepageAssets/carousel/dan-home-hero.jpg)
    }

    .carousel-background-dan.lazy-background.visible {
        background-image: url(../images/dan-home-hero.jpg)
    }

    #hero1 .carousel-background-dan {
        background-position: right;
        background-size: cover
    }
    
    #hero1 .carousel-backgrounds20 {
        background-position-x: 60%;
        background-size: 400px;
    }
    #hero1 .dan-levy h2 {
        padding-bottom: 20px;
        font-family: 'Futura Std';
        font-size: 60px;
        letter-spacing: 1.5px;
    }
    #hero1 .dan-levy p {
        color: #ffffff;
        font-size: 18px;
        letter-spacing: 0.45px;
        font-weight: normal;
    }
    #hero1 .galaxy_s20 h2 {
        padding-bottom: 20px;
        font-family: 'Futura Std';
        font-size: 60px;
        letter-spacing: 1.5px;
    }
    #hero1 .galaxy_s20 p {
        margin-bottom: 35px;
        font-family: Circularstd;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0.45px;
        color: #1800ff;
    }
    .home-signature {
        right: 20%;
        position: absolute;
        bottom: 11%;
    }
    .signature-logo{
        height: 48px;
    }
    .home-signature p {
        margin: 0px;
        font-family: Circularstd;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.1px;
    }
    .samsung-logo{
        left: calc(88% - 170px);
        position: absolute;
        background-position-x: 75%;
    }

    .webp #hero1 .carousel-backgrounds20.lazy-background.visible {
        background-image: url(../images/webpimages/galaxy_s20.webp);
    }

    .no-webp #hero1 .carousel-backgrounds20.lazy-background.visible {
        background-image: url(../images/galaxy_s20.jpg);
    }

    .webp #hero1 .carousel-background3.lazy-background.visible {
        background-image: url(../images/webpimages/Bose-Speakers-Desktop.webp)
    }

    .no-webp #hero1 .carousel-background3.lazy-background.visible {
        background-image: url(../homepageAssets/carousel/Bose-Speakers-Desktop.png)
    }

    #hero1 .carousel-background3 {
    background-color: #dcc8ff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    }
    .webp #hero1 .carousel-background4.lazy-background.visible {
        background-image: url(../images/webpimages/ZTE-Tablet-Desktop.webp)
    }

    .no-webp #hero1 .carousel-background4.lazy-background.visible {
        background-image: url(../homepageAssets/carousel/ZTE-Tablet-Desktop.png)
    }

    #hero1 .carousel-background4 {
    background-color: #c1f4ea;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    }

    .sm-g960_S9_lockup_black_RGB {
        width: 346px;
        height: 414px;
        object-fit: contain
    }


    .webp #hero1 .carousel-background5.lazy-background.visible {
        background-image: url(../images/webpimages/hearthands-transparent.webp)
    }

    .no-webp #hero1 .carousel-background5.lazy-background.visible {
        background-image: url(../homepageAssets/carousel/hearthands-transparent.png)
    }

    #hero1 .carousel-background5 {
        background-color: #ffd791;
        background-position: left bottom
    }

    .grid {
        height: 400px
    }
}

/* .navbar-header {
    margin-left: 45px;
    height: 85px
}

.nav>li>a {
    padding: 0;
    padding-bottom: 10px !important;
    margin-left: 159px
} */

/* .register_links li a {
    display: inline-block;
    padding-right: 10px
}

.register_links li a:last-child {
    padding-top: 16px;
    padding-left: 15px;
    margin-left: 0
}

.nav_links li a,
.register_links li a {
    position: relative;
    text-decoration: none;
    padding-bottom: 10px;
    font-family: Futura Std;
    color: #1800ff !important;
    font-size: 16px;
    font-weight: 700 !important;
    padding-top: 12px
}

.nav_links a:after,
.nav_links a:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #1800ff
}

.nav_links a:before {
    opacity: 0;
    transform: translateY(-8px);
    transition: transform 0s cubic-bezier(.175, .885, .32, 1.275), opacity 0s
}

.nav_links a:after {
    opacity: 0;
    transform: translateY(4px);
    transition: transform .2s cubic-bezier(.175, .885, .32, 1.275), opacity .2s
}

.nav_links a:focus:after,
.nav_links a:focus:before,
.nav_links a:hover:after {
    opacity: 1;
    transform: translateY(0)
}

.nav_links a:focus:before,
.nav_links a:hover:before {
    transition: transform .2s cubic-bezier(.175, .885, .32, 1.275), opacity .2s
}

.nav_links a:focus:after,
.nav_links a:hover:after {
    transition: transform 0s cubic-bezier(.175, .885, .32, 1.275) .2s, opacity 0s .2s
}

.register_links {
    margin-right: 85px;
    margin-top: 10px
} */

#speed_boost_section {
    margin: 50px 0
}

#hero1:after,
#hero1:before {
    content: "";
    display: table
}

#hero1:after {
    clear: both
}

#hero1 {
    color: #fff;
    overflow: hidden;
    position: relative;
    top: 135px
}

#hero1 .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    opacity: inherit
}

#hero1 .carousel-control img {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

#hero1 .carousel-control.left {
    background-image: none;
    background-repeat: none
}

#hero1 .carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    background-repeat: none
}

#hero1 .carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 0;
    background-color: #230cfe
}

#hero1 .carousel-indicators li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #656565;
    border: 0;
    border-radius: 10px
}

#hero1 .carousel-indicators li.indicator-white.active {
    background-color: #fff
}

.visible_hero1 {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 644px;
}

.visible_hero1 .content_wrapper {
    text-align: left;
    max-width: 537px;
    margin-left: 8%;
    padding-top: 148px;
    vertical-align: middle;
}
.content_wrapper.dan-levy {
    max-width: 600px;
}

.carousel-background6 .content_wrapper {
    max-width: 661px;
}
.visible_hero1 .padding-top-250 {
    padding-top: 250px;
}

.visible_hero1 .content_wrapper h2 {
    font-size: 40px
}

.visible_hero1 .content_wrapper h2 {
    color: #1800ff;
    line-height: 1.2;
    font-weight: 900;
    margin: 0;
    padding-bottom: 40px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1px
}
.visible_hero1 .content_wrapper .visible-plan {
    font-size: 60px;
    letter-spacing: 3.5px;
}
.visible_hero1 .content_wrapper p {
    max-width: 410px;
    margin-bottom: 18px;
    font-family: CircularStd;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: .1px;
    color: #333333;
}

.visible_hero1 .content_wrapper .plan-price {
    font-size: 32px;
    line-height: 1.06;
    letter-spacing: 0.1px;
    color: #ffffff;
    max-width: 564px;
}
.visible_hero1 .content_wrapper .font-size-25 {
    font-size: 25px;
}
.hero1_aem_contents a,
a.link_btn {
    border-radius: 5px;
    display: inline-block;
    padding: 14px 15px;
    margin-right: 10px;
    background: #1800ff;
    border: 3px solid #1800ff;
    cursor: pointer;
    min-height: 16px;
    min-width: 120px;
    font-family: Futura Std;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.06;
    letter-spacing: 1.3px;
    text-align: center;
    color: #fff
}

.visible_hero1 .hero1_aem_contents a:hover,
a.link_btn:hover {
    background: #fff;
    border-color: #1800ff;
    color: #1800ff;
    text-decoration: none
}

#hero2 {
    padding: 74px 0 0
}

.wow {
    background-position: center;
    background-size: cover;
    height: 552px;
    margin-bottom: 30px;
    position: relative
}

#hero2 .content-wrapper {
    margin: 0 8%
}

.webp #hero2 .content-card2.lazy-background.visible {
    background-image: url(../images/webpimages/dan-card.webp);
    background-position: top;
}

.no-webp #hero2 .content-card2.lazy-background.visible {
    background-image: url(../homepageAssets/dan-card.jpg);
    background-position: top;
}

.webp #hero2 .content-card3.lazy-background.visible {
    background-image: url(../images/webpimages/Swap-Card.webp)
}

.no-webp #hero2 .content-card5.lazy-background.visible {
    background-size: 70%;
    background-image: url(../homepageAssets/Samsung-S10e-card.jpg)
}
.webp #hero2 .content-card5.lazy-background.visible {
    background-size: 70%;
    background-image: url(../images/webpimages/Samsung-S10e-card.webp)
}

.no-webp #hero2 .content-card3.lazy-background.visible {
    background-image: url(../homepageAssets/Swap-Card.jpg)
}
.webp #hero2 .content-card1.lazy-background.visible {
    background-size: contain;
    background-image: url(../images/webpimages/iPhone11-card.webp)
}

.no-webp #hero2 .content-card1.lazy-background.visible {
    background-size: contain;
    background-image: url(../homepageAssets/iPhone11-card.jpg)
}

.webp #hero2 .content-card4.lazy-background.visible {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/2-hands-photo.png);
    background-position: bottom;
}

.no-webp #hero2 .content-card4.lazy-background.visible {
    background-image: url(../images/2-hands-photo.png)
}

#hero2 .content-card5 {
    background-color: #1800ff
}

.webp #hero2 .content-card6.lazy-background.visible {
    background-image: url(../images/webpimages/Pixel-card.webp);
    background-size: 70%;
}

.no-webp #hero2 .content-card6.lazy-background.visible {
    background-image: url(../homepageAssets/Pixel-card.jpg);
    background-size: 70%;
}

.modal-dialog {
    z-index: 1041;
    width: 700px
}
.caption_message.dan a {
    border: 3px solid #1353cc;
}
.caption_message.dan {
    padding-bottom: 5%;
    position: absolute;
    bottom: 0%;
    width: 100%;
    text-align: center;
    background-color: #1353cc;
}
.caption_message {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center
}

.caption_message img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin-bottom: 4%
}

.caption_message h2 {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 32px;
    line-height: 1.38;
    margin-bottom: 7px;
    margin-top: 0;
    color: #1800ff;
    text-align: center;
    font-weight: 900
}
.caption_message.dan h2 {
    padding-top: 15px;
}

.caption_message p {
    padding: 0 40px;
    font-size: 16px;
    line-height: 1.25;
    max-width: 420px;
    margin: 16px auto 0;
    font-family: CircularStd;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .1px;
    text-align: center;
    color: #000;
}

#hero2 .section-header h2 {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.24;
    color: #1800ff;
    margin-bottom: 0;
    text-align: center
}

#hero2 .section-header p {
    padding: 0 40px;
    font-size: 16px;
    line-height: 1.25;
    max-width: 420px;
    margin: 16px auto 0;
    font-family: CircularStd;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .1px;
    text-align: center;
    color: #000
}

.caption_message p,
.visible_byod_bg h1 {
    font-style: normal;
    font-stretch: normal;
    text-align: center
}

.visible_byod_bg h1 {
    margin: 0 auto;
    max-width: 670px;
    font-size: 40px;
    padding-bottom: 17px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #fff;
    font-family: Futura Std
}

.visible_byod_bg {
    background: #132125 url(../images/byod-background.png) no-repeat 0 0;
    background-size: cover !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    height: 359px;
    margin: 0 auto;
    text-align: center;
    padding-top: 93px;
    box-sizing: border-box
}

.link_btn_wt {
    background: #fff;
    border-color: #1800ff;
    color: #1800ff;
    opacity: 1;
    font-family: Futura Std;
    border: 3px solid #ffff;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
    min-height: 16px;
    letter-spacing: 2px;
    line-height: 1.23;
    padding: 13px 26px;
    text-align: center;
    margin: 5px 0;
    min-width: 0;
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px
}

.link_btn_wt:hover {
    background: #1800ff;
    border-color: #fff;
    color: #fff;
    text-decoration: none
}

.footer_divider {
    color: #d7d7d7
}

/* .visible-logo-fixed {
    position: relative;
    padding: 27px 8px;
    left: 1px
} */

.src-components-promo-banner-___promo-banner__promo-container___-jpQ9 {
    background-color: #1800ff;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    flex-direction: row;
    min-height: 80px;
    width: 100%;
    top: 80px;
    z-index: 3;
    align-items: center;
    position: fixed
}

.src-components-promo-banner-___promo-banner__promo-center___1Lo0Q {
    width: 86%;
    align-content: center
}

.src-components-promo-banner-___promo-banner__promo-face-left___oYwwr {
    width: 10%;
    padding-right: 16px;
    align-self: flex-start;
    margin-top: 5px
}

.src-components-promo-banner-___promo-banner__copy-container___3gEy1 {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    width: 86%
}

.src-components-promo-banner-___promo-banner__promo-face-right___2kIBP {
    width: 10%;
    padding-left: 16px;
    align-self: flex-start;
    margin-top: 5px
}

.src-components-promo-banner-___promo-banner__banner-copy___2LksJ {
    font-family: Futura Std;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    line-height: 14px
}

.src-components-promo-banner-___promo-banner__banner-subcopy___1R-rN {
    font-family: Futura Std;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    line-height: 10px
}
/* 
.src-components-common-button-___button__button___3BFh7.src-components-common-button-___button__invert___1654I.src-components-common-button-___button__secondary___3mAAC {
    background: #fff;
    border-color: #eaeae9;
    color: #1800ff;
    height: 40px;
    font-weight: 700
} */

/* .register_links_mob {
    display: none !important
} */

/* .src-components-footer-___footer__footer___hGAWj {
    width: 100%;
    overflow: hidden;
    font-family: CircularStd, sans-serif
}

.src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 {
    max-width: 1140px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto
}

.src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73.src-components-footer-___footer__top___3hxY9 {
    padding: 0 0 64px
}

.src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73.src-components-footer-___footer__bottom___1p9Jr {
    padding: 17px 0
} */

/* .src-components-footer-heading1 {
    color: #1800ff;
    font-family: Futura Std, sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin-top: 30px;
    line-height: 32px;
    margin-bottom: 18px
} */

/* .src-components-footer-___footer-headers {
    font-family: Futura Std, sans-serif;
    font-size: 14px;
    font-weight: 900;
    color: #000;
    margin-bottom: 18px;
    margin-top: 0;
    line-height: 20px
} */

/* .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 {
    display: flex;
    align-items: start;
    flex-direction: row;
    justify-content: flex-end
}

.src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-1___1VK4T,
.src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-2___3AZGI,
.src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-3___3weHG {
    flex-direction: column
}

.src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__footer-link___2boPV {
    display: flex;
    flex-wrap: wrap;
    justify-content: left
}

.src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__footer-link___2boPV a,
.src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__footer-link___2boPV span {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: .1px;
    color: #1800ff;
    text-decoration: none;
    font-stretch: normal;
    line-height: 24px
}

.src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__footer-link___2boPV span:hover {
    cursor: not-allowed
} */

/* .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY.src-components-footer-___footer__top___3hxY9 {
    background-color: #fff
}

.src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY.src-components-footer-___footer__top___3hxY9 .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 {
    padding-top: 27px
}

.src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY.src-components-footer-___footer__top___3hxY9 .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__footer-link___2boPV {
    margin-bottom: 8px;
    width: 176px;
    justify-content: flex-start
}

.src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY.src-components-footer-___footer__bottom___1p9Jr {
    background-color: #f6f6f6
} */
/* 
.src-components-footer-___footer__logo___3gdJy {
    height: 34px
} */

/* .src-components-footer-___footer__copyright-container___2HFiS .src-components-footer-___footer__copyright___t7s9y {
    font-family: CircularStd, sans-serif;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: normal;
    color: #656565;
    font-weight: normal
}

.src-components-footer-___footer__copyright-container___2HFiS .src-components-footer-___footer__copyright___t7s9y a {
    color: #656565
}

.src-components-footer-___footer__copyright-container___2HFiS .src-components-footer-___footer__copyright___t7s9y a:hover {
    color: #1800ff
} */

/* .src-components-footer-___footer__email-cta___2teeh {
    font-family: CircularStd, sans-serif;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: .1px;
    color: #656565;
    max-width: 370px
} */

/* .src-components-footer-___footer__email-form___u500w {
    padding: 13px 0 10px;
    display: flex;
    align-items: start;
    width: 602px
}

.src-components-footer-___footer__email-form___u500w .src-components-footer-___footer__email-form-input___3qSGS {
    display: inline-block;
    margin: 0 23px 0 0;
    width: 240px
}

.src-components-footer-___footer__email-form___u500w .src-components-footer-___footer__email-form-button___2avP7 {
    width: 121px
}

.src-components-footer-___footer__email-form___u500w .src-components-footer-___footer__button-width___28xq1 {
    min-width: auto;
    width: 121px
} */

/* .src-components-footer-___footer__social-container___2u-ep {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end
}

.src-components-footer-___footer__social-container___2u-ep .src-components-footer-___footer__social-icon___1YP7s {
    display: flex;
    align-content: space-between
}

.src-components-footer-___footer__social-container___2u-ep .src-components-footer-___footer__social-icon___1YP7s svg {
    height: 20px;
    width: 20px
}

.src-components-footer-___footer__social-container___2u-ep .src-components-footer-___footer__social-icon___1YP7s a {
    height: 16px;
    width: 16px;
    margin-left: 24px
}

.src-components-footer-___footer__social-container___2u-ep .src-components-footer-___footer__social-icon___1YP7s:first-of-type a {
    margin-left: 0
} */

@media(min-width:1140px) {
    /* .src-components-footer-___footer__showInMobile___2tmF0 {
        display: none !important
    } */
/* 
    .footer-links-column-1 {
        width: 132px
    }

    .footer-links-column-2 {
        width: 127px
    }

    .footer-links-column-3 {
        width: 206px
    }

    .footer-links-column-4 {
        width: 101px
    } */
}

@media(max-width:1140px) {
    /* .src-components-footer-___footer__showInDesktop___2C5S6 {
        display: none !important
    } */

    /* .src-components-footer-___footer__showInMobile___2tmF0 {
        display: inherit
    }

    .src-components-footer-___footer__showInMobile___2tmF0.mobile-view {
        display: block
    } */

    /* .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73.src-components-footer-___footer__top___3hxY9 {
        padding: 0
    }

    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73.src-components-footer-___footer__bottom___1p9Jr {
        padding: 10px 0
    }

    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-1___1VK4T {
        padding: 0
    }

    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-2___3AZGI .src-components-footer-___footer__footer-link___2boPV,
    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-3___3weHG .src-components-footer-___footer__footer-link___2boPV {
        margin-bottom: 10px;
        width: 160px
    } */

    /* .src-components-footer-___footer__footer-link___2boPV a, */
    /* .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-2___3AZGI .src-components-footer-___footer__footer-link___2boPV a,
    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-2___3AZGI .src-components-footer-___footer__footer-link___2boPV span,
    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-3___3weHG .src-components-footer-___footer__footer-link___2boPV a,
    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-3___3weHG .src-components-footer-___footer__footer-link___2boPV span {
        font-size: 14px !important
    } */

    /* .src-components-footer-___footer__logo-wrapper___1-NRp {
        display: flex;
        flex-direction: column;
        align-items: center
    } */

    /* .src-components-footer-___footer__copyright-container___2HFiS {
        left: 0;
        text-align: center;
        padding-bottom: 48px
    } */
/* 
    .src-components-footer-___footer__social-container___2u-ep {
        justify-content: space-between;
        margin-top: 40px;
        margin-bottom: 30px
    } */
/* 
    .src-components-footer-___footer__email-cta___2teeh,
    .src-components-footer-___footer__email-form___u500w,
    .src-components-footer-___footer__social-container___2u-ep {
        width: 350px
    } */

    /* .src-components-footer-___footer__email-cta___2teeh {
        color: #000;
        font-size: 12px
    } */
}

/* .src-components-common-forms-input-___input__wrapper___10RzR .src-components-common-forms-input-___input__inner-wrapper___2UKo2 .src-components-common-forms-input-___input__input___1MYvs {
    display: block;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #d7d7d7;
    height: 44px;
    width: 100%;
    margin: 0;
    height: 48px;
    border-radius: 2px;
    background-color: #f6f6f6;
    padding: 16px;
    color: #000;
    font-family: CircularStd, sans-serif
} */

/* .src-components-footer-___footer__footer-container___2Zy73.src-components-footer-___footer__top___3hxY9 .width-100-mob {
    max-width: 585px
} */

/* .src-components-common-forms-input-___input__wrapper___10RzR .src-components-common-forms-input-___input__inner-wrapper___2UKo2 .src-components-common-forms-input-___input__input___1MYvs.src-components-common-forms-input-___input__inline___2PZ84 {
    margin-right: 30px
} */

/* .src-components-common-forms-input-___input__wrapper___10RzR .src-components-common-forms-input-___input__inner-wrapper___2UKo2 .src-components-common-forms-input-___input__input___1MYvs:focus {
    outline: 0 !important;
    color: #000;
    border: 1px solid #656565
} */

/* .src-components-common-button-___button__button___3BFh7 {
    background: #1800ff;
    border: 1px solid #1800ff;
    border-radius: 2px;
    color: #fff;
    font-family: Futura Std;
    cursor: pointer;
    font-size: 14px;
    font-weight: 900;
    height: 48px;
    min-height: 16px;
    min-width: 176px;
    letter-spacing: 1px;
    line-height: 1.23;
    overflow: hidden;
    padding: 12px 26px;
    position: relative;
    text-align: center;
    text-transform: none
}

.src-components-common-button-___button__button___3BFh7.src-components-common-button-___button__label___2Qgfw {
    opacity: 1
}

.src-components-common-button-___button__button___3BFh7:disabled {
    background: #eaeae9;
    border-color: #eaeae9
} */
@media screen and (max-width:768px) {
    /* .visible-logo-fixed {
        display: none !important
    }

    .visible-logo-fixed-hover {
        display: block !important;
        margin-left: 14%
    } */
/* 
    .width-100-mob {
        width: 100%
    } */

    .next_line_mobile {
        display: block
    }

    #hero2 .content-wrapper {
        margin: 0 6% !important
    }

    

    .modal-dialog {
        z-index: 1041;
        width: 100%
    }

    #speed_boost_section {
        margin-top: 120px
    }

    .button_section {
        text-align: center
    }

    .button_section a {
        margin-right: 0;
        width: 90%;
        margin-top: 30px
    }

    .sm-Samsung-Galaxy-S9-Treatment-2 {
        width: 91px;
        height: 29px;
        object-fit: contain
    }

    .imagePlacement {
        width: 100%;
        margin-top: 25px;
        text-align: center
    }

    #speed_boost_section a {
        width: 90%;
        margin-right: 0
    }

    /* .src-components-common-button-___button__button___3BFh7.src-components-common-button-___button__smallMobile___2jS8T {
        height: 40px;
        padding: 8px 35px;
        font-size: 12px
    } */

    /* .src-components-footer-___footer__email-cta___2teeh {
        font-family: CircularStd, sans-serif;
        font-size: 12px;
        line-height: 1.33;
        letter-spacing: .1px;
        color: #656565;
        max-width: 370px
    } */
/* 
    .src-components-common-forms-input-___input__wrapper___10RzR.src-components-common-forms-input-___input__inline___2PZ84 {
        margin: 0;
        width: 100%
    } */

    /* .src-components-common-forms-input-___input__wrapper___10RzR .src-components-common-forms-input-___input__inner-wrapper___2UKo2 .src-components-common-forms-input-___input__input___1MYvs {
        height: 40px;
        padding: 6px 10px;
        font-size: 12px
    } */

    /* .src-components-footer-___footer__email-cta___2teeh,
    .src-components-footer-___footer__email-form___u500w,
    .src-components-footer-___footer__social-container___2u-ep {
        width: 110px;
        margin: 20px auto
    }

    .src-components-footer-___footer__email-form___u500w .src-components-footer-___footer__email-form-input___3qSGS {
        margin: 0 15px 0 0;
        width: 100%
    } */

    /* .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-2___3AZGI .src-components-footer-___footer__footer-link___2boPV,
    .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73 .src-components-footer-___footer__link-container___14Ei5 .src-components-footer-___footer__link-column-3___3weHG .src-components-footer-___footer__footer-link___2boPV {
        width: 130px
    } */

    /* .src-components-footer-heading1 {
        text-align: center;
        font-size: 16px;
        margin-top: 0
    } */

    /* .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73.src-components-footer-___footer__top___3hxY9 .src-components-footer-___footer__link-container___14Ei5 {
        align-items: start;
        padding-top: 15px;
        flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: unset !important
    } */
/* 
    .footer-links-column-1,
    .footer-links-column-3 {
        width: 65%
    }

    .footer-links-column-2,
    .footer-links-column-4 {
        width: 35%
    } */
/* 
    .src-components-footer-___footer__email-form___u500w {
        padding: 0;
        display: block;
        width: 100%;
        align-items: start
    }

    .src-components-footer-___footer__email-form___u500w {
        margin-bottom: 0;
        margin-top: 0
    } */

    /* .src-components-footer-___footer__footer___hGAWj .src-components-footer-___footer__footer-wrapper___doURY .src-components-footer-___footer__footer-container___2Zy73.src-components-footer-___footer__top___3hxY9 {
        width: 330px;
        margin: 0 auto
    } */

    /* .src-components-footer-___footer__email-form___u500w .src-components-footer-___footer__email-form-button___2avP7 {
        margin: 15px auto;
        text-align: center
    } */

    .src-components-promo-banner-___promo-banner__promo-container___-jpQ9 {
        flex-direction: row
    }

    .src-components-promo-banner-___promo-banner__banner-copy___2LksJ {
        font-size: 12px
    }

    .src-components-promo-banner-___promo-banner__banner-subcopy___1R-rN {
        font-size: 8px
    }

    .link_btn_wt {
        display: block;
        margin-right: 0
    }

    .src-components-promo-banner-___promo-banner__banner-copy___2LksJ {
        font-size: 12px
    }

    .src-components-promo-banner-___promo-banner__banner-subcopy___1R-rN {
        font-size: 8px
    }

    /* .register_links_mob {
        display: block !important
    }

    .navbar {
        padding: 20px 0;
        transition: background .5s ease-in-out, padding .5s ease-in-out
    }

    .top-nav-collapse {
        padding: 0
    }

    .nav_links {
        position: inherit !important;
        left: inherit;
        top: inherit
    }

    .nav_links li a {
        margin-left: 0 !important;
        padding: 15px !important
    }

    .register_links {
        display: none
    }

    .register_links_mob {
        display: inherit
    } */

    .loginLink {
        display: none !important
    }

    .logoutLink {
        display: block !important
    }

    /* .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        border: 0
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: 0
    }

    .visible-logo-fixed {
        left: 15% !important;
        display: none !important
    } */

    .visible_hero1 .content_wrapper h2 {
        font-size: 24px
    }

    .visible_hero1 .content_wrapper p {
        display: block
    }

    .visible_hero1 {
        height: 536px;
        position: relative
    }

    .visible_hero1 .carousel-container {
        height: 536px
    }

    .visible_hero1 .content_wrapper {
        max-width: 100%;
        margin: 0;
        text-align: center;
        padding-top: 30px;
        background-repeat: no-repeat
    }
    .content_wrapper.galaxy_s20.hero1_aem_contents {
        margin-top: 200px;
        bottom: 30px !important;
    }
    .content_wrapper.dan-levy.hero1_aem_contents {
        max-width: 280px;
        padding-top: 240px;
        margin: auto;
    }
    .carousel-background4 .content_wrapper.hero1_aem_contents.content_wrapper-right {
        padding-top: 2px !important;
    }

    .visible_hero1 .content_wrapper h2 {
        font-size: 32px !important;
        line-height: 1.25
    }

    .visible_hero1 .content_wrapper .visible-plan {
        font-size: 24px!important;
        letter-spacing: 1px;
        padding: 18px 36px 28px;
    }

    .visible_hero1 .content_wrapper h2 {
        font-family: Futura Std;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        text-align: center;
        color: #1800ff;
        width: auto;
        margin: 0 auto;
        margin-top: 8px;
        padding: 0 15px;
        padding-bottom: 10px !important
    }

    .visible_hero1 .content_wrapper p {
        max-width: 270px;
        margin: 0 auto;
        font-size: 14px;
        text-align: center;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: 0.1px
    }
    #hero1 .galaxy_s20 p {
        margin-bottom: 17px;
    }
    #hero1 .dan-levy p {
        color: #ffffff;
        font-size: 14px;
        line-height: 1.43;
    }
    #hero1 .dan-levy h2 {
        line-height: 1.13;
        letter-spacing: 1.33px;
    }
    .signature-logo{
        height: 32px;
    }
    .home-signature p {
        margin: 0px;
        font-size: 12px;
        line-height: 1.67;
        letter-spacing: normal;
    }
    .home-signature {
        position: relative;
        top: -41%;
        text-align: center;
    }
    .visible_hero1 .content_wrapper button {
        left: calc(50% - 65px);
        position: absolute;
        bottom: 24px
    }

    .visible_hero1 .content_wrapper .button1 {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        width: fit-content;
        margin: auto;
        min-width: 180px
    }
    .visible_hero1 .dan-levy .button1 {
        bottom: 60px;
    }

    .visible_hero1 .content_wrapper .button2 {
        position: absolute;
        min-width: 130px;
        height: 48px;
        bottom: 24px;
        left: calc(50% + 10px)
    }
    img.samsung-logo {
        margin-top: 17px;
    }
    .samsung-image {

    }

    .visible_hero1 .content_wrapper img {
        padding: 0;
        position: absolute;
        height: 35px;
        bottom: 31px;
        left: calc(50% - 137px)
    }

    .no-webp #hero1 .carousel-background01.lazy-background.visible {
        background-image: url(../homepageAssets/carousel/mobile/Bose-Earbuds-Mobile.jpg)
    }

    .webp #hero1 .carousel-background01.lazy-background.visible {
        background-image: url(../images/webpimages/Bose-Earbuds-Mobile.webp)
    }

    #hero1 .carousel-background01 {
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain
    }
    .content_wrapper h1 {
        font-size: 32px !important;
    }

    .webp #hero1 .carousel-background1.lazy-background.visible {
        width: 90%;
        margin: 0 auto;
        background-size: contain;
        position: relative
    }
    .hero1_aem_contents a, a.link_btn {
        margin-right: 0px;
    }

    #hero1 .carousel-background1 {
        background-position: center;
        background-color: #fff;
        background-repeat: no-repeat
    }

    #hero1 .carousel-control {
        width: 15%
    }
    .webp #hero1 .carousel-backgrounds20.lazy-background.visible {
        background-position-y: 22% !important;
        background-image: url(../images/SG20_Mobile.jpg);
        text-align: center;
        background-position: center;
        background-size: 150px;
    }

    .no-webp #hero1 .carousel-backgrounds20.lazy-background.visible {
        background-position-y: 22% !important;
        background-image: url(../images/SG20_Mobile.jpg);
        text-align: center;
        background-position: center;
        background-size: 150px;
    }

    .no-webp #hero1 .carousel-background2.lazy-background.visible {
        background-image: url(../images/mobile-image@3x.jpg)
    }

    .webp #hero1 .carousel-background2.lazy-background.visible {
        background-image: url(../images/mobile-image.webp)
    }

    .webp #hero1 .carousel-background6.lazy-background.visible {
        background-image: url(../images/plan-carousel-mobile.jpg);
        background-position: 0% 30%;
        background-size: cover;
    }

    .no-webp #hero1 .carousel-background6.lazy-background.visible {
        background-image: url(../images/plan-carousel-mobile.jpg);
        background-position: 0% 30%;
        background-size: cover;
    }


    #hero1 .carousel-background2 {
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover
    }
    .no-webp #hero1 .carousel-background-dan.lazy-background.visible {
        background-image: url(../homepageAssets/carousel/mobile/dan-home-hero-mobile.jpg)
    }

    .webp #hero1 .carousel-background-dan.lazy-background.visible {
        background-image: url(../images/webpimages/dan-home-hero-mobile.webp)
    }

    #hero1 .carousel-background-dan {
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover
    }

    .no-webp #hero1 .carousel-background3.lazy-background.visible {
        background-image: url(../homepageAssets/carousel/mobile/Bose-Speakers-Moblie.jpg)
    }

    .webp #hero1 .carousel-background3.lazy-background.visible {
        background-image: url(../images/webpimages/Bose-Speakers-Moblie.webp)
    }

    #hero1 .carousel-background3 {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #dcc8ff;
    }
    .no-webp #hero1 .carousel-background4.lazy-background.visible {
        background-image: url(../homepageAssets/carousel/mobile/ZTE-Tablet-Mobile.jpg)
    }

    .webp #hero1 .carousel-background4.lazy-background.visible {
        background-image: url(../images/webpimages/ZTE-Tablet-Mobile.webp)
    }
    #hero1 .carousel-background4 {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #c1f4ea;
    }
    #hero1 .carousel-background4 .content_wrapper {
        width: 100%
    }

    .sm-g960_S9_lockup_black_RGB {
        width: 127px;
        height: 151px;
        object-fit: contain
    }

    .grid {
        height: 300px
    }

    #hero1 .carousel-background5.lazy-background.visible {
        background-image: url(../homepageAssets/carousel/mobile/hearthands-transparent.png)
    }

    #hero1 .carousel-background5 {
        background-position: bottom;
        background-repeat: no-repeat;
        background-color: #ffd791;
        background-size: contain
    }

    #hero2 .section-header p {
        padding: 0
    }

    .caption_message p {
        padding: 0 10px
    }

    .caption_message h2 {
        font-size: 20px
    }

    #hero2 .link_btn_wt {
        display: inline-block;
        padding: 13px 26px
    }

    .section-header {
        margin-bottom: 20px
    }

    .wow {
        width: auto;
        height: 500px
    }

    .content-card5 img {
        width: 50%
    }

    #hero1 .carousel-indicators {
        bottom: 0
    }

    .visible_byod_bg {
        background: url(../images/byod-mobile.png) no-repeat !important;
        height: 650px !important;
        padding: 24px;
        background-position: 0 0 !important;
        background-size: cover !important
    }

    .visible_byod_bg h1 {
        font-size: 24px !important
    }

    .visible_hero3 {
        padding-top: 160px
    }

    .visible_byod_bg button {
        width: 100%
    }

    /* .src-components-common-button-___button__button___3BFh7.src-components-common-button-___button__invert___1654I.src-components-common-button-___button__secondary___3mAAC {
        min-width: 115px;
        padding: 12px 9px
    } */

    .visible_hero1 .content_wrapper .plan-price {
        font-size: 19px;
        margin: 0 auto;
    }
}

@media screen and (max-width:767px) {
    .marginTop50 {
        margin-top: 50px
    }
    .margin50top {
        margin-top: 50px
    }
    
    .visible_hero1 .content_wrapper .plan-price {
        font-size: 19px;
        margin: 0px 39px 6px;
    }
    
}

@font-face {
    font-family: Futura Std;
    src: url(fonts/futurastd-book.eot);
    src: url(futurastd-book.eot?#iefix) format("embedded-opentype"), url(futurastd-book.woff2) format("woff2"), url(futurastd-book.woff) format("woff"), url(futurastd-book.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: Futura Std;
    src: url(futurastd-heavy.eot);
    src: url(futurastd-heavy.eot?#iefix) format("embedded-opentype"), url(futurastd-heavy.woff2) format("woff2"), url(futurastd-heavy.woff) format("woff"), url(futurastd-heavy.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: CircularStd;
    src: url(CircularStd-Book.eot);
    src: url(CircularStd-Book.eot?#iefix) format("embedded-opentype"), url(CircularStd-Book.otf) format("opentype"), url(CircularStd-Book.svg) format("svg"), url(CircularStd-Book.ttf) format("truetype"), url(CircularStd-Book.woff) format("woff"), url(CircularStd-Book.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: "CircularStd";
    src: url("CircularVisible-Book.eot");
    src: url("CircularVisible-Book.eot?#iefix") format("embedded-opentype"), url("CircularVisible-Book.woff2") format("woff2"), url("CircularVisible-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

.content-card4 a {
    margin-top: 20px
}

#hero2 a,
#hero2 button {
    margin-right: 0
}

@media only screen and (max-width:1440px) {
    #hero2 .content-wrapper {
        margin: 0
    }
}

@media screen and (min-width:1600px) {
    .content-card3 .caption_message {
        bottom: 2%
    }

    .content-card4 a {
        margin-top: 8px
    }
}

/* .register_links li a {
    margin-left: 10px
} */

.cartIconMobile {
    display: none;
    margin-right: 20px;
    float: right;
    margin-top: -57px !important
}

/* a.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown:hover .dropdown-menu {
    display: block
} */

/* .login-menu {
    list-style: none;
    flex-direction: row;
    display: flex
} */

@media(max-width:767px) {
    .cartIconMobile {
        display: block !important
    }
}

@media screen and (max-width:1024px) {
    .wow {
        background-position: center
    }
}

/* @media(max-width:1400px) {
    .nav>li>a {
        margin-left: 90px
    }

    .register_links {
        margin-right: 50px
    }
} */

.comingSoon {
    font-size: 18px !important;
    color: #1800ff !important;
    text-align: center;
    font-weight: 700
}

.comingSoon img:first-child {
    height: 25px
}

.comingSoon h2 {
    font-family: Futura Std;
    font-size: 40px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
    color: #333
}

.comingSoon a {
    width: 196px
}

.comingSoon p {
    font-family: CircularStd;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: .1px;
    text-align: center;
    color: #656565
}

@media screen and (max-width:768px) {
    .comingSoon {
        margin-top: 50px
    }

    .comingSoon img:first-child {
        height: 17px
    }

    .comingSoon img:last-child {
        width: 100%;
        margin-top: 80px
    }

    .comingSoon h2 {
        font-size: 25px;
        padding: 0 15px
    }

    .comingSoon a {
        width: 168px;
        font-size: 12px
    }

    .comingSoon p {
        font-family: CircularStd;
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.33;
        letter-spacing: .1px;
        text-align: center;
        color: #656565
    }
}

.margin-bottom-0 {
    margin-bottom: 0 !important
}

a.link_button_wt {
    background: #fff;
    border-color: #1800ff;
    color: #1800ff;
    opacity: 1;
    font-family: Futura Std;
    cursor: pointer;
    font-size: 16px;
    font-weight: 900;
    min-height: 16px;
    letter-spacing: 1px;
    line-height: 1.06;
    padding: 14px 26px;
    text-align: center;
    margin: 5px 0;
    min-width: 217px;
    display: inline-block;
    margin-top: 24px;
    margin-right: 20px;
}

a.link_button_wt:hover {
    background: #1800ff !important;
    border-color: #fff !important;
    color: #fff !important;
    text-decoration: none !important;
}

.new-promo-banner-container {
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    flex-direction: row;
    min-height: 52px;
    width: 100%;
    top: 85px;
    z-index: 3;
    align-items: center;
    position: fixed;
    justify-content: center;

}

.new-promo-banner-center {
    width: 86%;
    align-content: center;
}

.banner-copy-container {
    display: flex;
    flex-direction: column;
}

.banner-copy {
    font-family: Futura Std;
    text-align: center;
    color: #333333;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: 0.88px;
}

.banner-copy a {
    color: #1800ff;
}

.party-pay-block {
    text-align: center;
    padding-top: 40px;
}

.party-pay-block h2 {
    font-size: 28px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: 1px;
    text-align: center
}

a.button1.linkedbutton.link_btn_wt {
    min-width: 176px;
}

a.button1.linkedbutton.link_btn_wt:hover {
    background: #1800ff;
    border-color: #fff;
    color: #fff;
    text-decoration: none;
    border: 3px solid #fff;
}

.Google-Pixel-4 {
    height: 48px;
    font-family: Futura Std;
    font-size: 40px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
    color: #333333;
}

.Coming-to-Visible {
    height: 22px;
    font-family: Futura Std;
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: 1px;
    text-align: center;
    color: #1800ff;
}

span.banner-strikethrough {
    text-decoration: line-through;
    color: #a1a1a1;
}
.promo-banner-top-spacing {
    top: 130px;
}
@media only screen and (max-width:768px) {
    .hero_area_mobile {
        display: block;
    }

    .hero_area {
        display: none;
    }

    .Google-Pixel-4 {
        font-size: 24px;
        height: auto;
    }

    .Coming-to-Visible {
        font-size: 16px;
    }

    a.button1.linkedbutton.link_button_wt {
        bottom: 254px;
    }

    a.button1.linkedbutton.plan-btn {
        bottom: 40px;
    }

    a.link_button_wt {
        font-size: 14px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: 1px
    }

    #hero1 {
        top: 155px;
    }

    .new-promo-banner-container {
        min-height: 72px;
        /* top:50px; */
    }

    .banner-copy {
        line-height: 1.67;
        letter-spacing: 0.75px;
        font-size: 12px
    }

    .party-pay-block h2 {
        font-size: 20px;
    }
    .promo-banner-top-spacing {
        top: 175px;
    }
    .marginTop140 {
        margin-top: 140px;
    }
}

.content_wrapper h1{ 
    font-size: 48px;
    color:#1800ff;
    font-weight:900;
    margin:0;
    padding-bottom:40px;
    font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.2px;
}

    /* Promo Banner Button Fix start */
    .src-components-common-button-___button__button___3BFh7 {
        background: #1800ff;
        border: 1px solid #1800ff;
        border-radius: 2px;
        color: #fff;
        font-family: Futura Std;
        cursor: pointer;
        font-size: 14px;
        font-weight: 900;
        height: 48px;
        min-height: 16px;
        min-width: 176px;
        letter-spacing: 1px;
        line-height: 1.23;
        overflow: hidden;
        padding: 12px 26px;
        position: relative;
        text-align: center;
        text-transform: none;
    }

	.src-components-common-button-___button__button___3BFh7.src-components-common-button-___button__invert___1654I.src-components-common-button-___button__secondary___3mAAC {
        background: #fff;
        border-color: #eaeae9;
        color: #1800ff;
        height: 40px;
        font-weight: 700;
    }

    .src-components-common-button-___button__button___3BFh7 {
        background: #1800ff;
        border: 1px solid #1800ff;
        border-radius: 2px;
        color: #fff;
        font-family: Futura Std;
        cursor: pointer;
        font-size: 14px;
        font-weight: 900;
        height: 48px;
        min-height: 16px;
        min-width: 176px;
        letter-spacing: 1px;
        line-height: 1.23;
        overflow: hidden;
        padding: 12px 26px;
        position: relative;
        text-align: center;
        text-transform: none;
    }

    .src-components-common-button-___button__button___3BFh7.src-components-common-button-___button__invert___1654I.src-components-common-button-___button__secondary___3mAAC {
        background: #fff;
        border-color: #eaeae9;
        color: #1800ff;
        height: 40px;
        font-weight: 700;
    }
    .src-components-promo-banner-___promo-banner__banner-copy___2LksJ{
        padding-bottom: 5px;
    }
    .hero-top-spacing {
		top: 175px!important;
	}
    @media (max-width: 768px){
        .src-components-common-button-___button__button___3BFh7.src-components-common-button-___button__invert___1654I.src-components-common-button-___button__secondary___3mAAC {
            min-width: 115px;
            padding: 12px 9px;
        }
        .hero-top-spacing {
            top: 245px!important;
        }
    }

        /* Promo Banner Button Fix end */
    @media(min-width:700px) and (max-width:768px) {
        .content_wrapper.dan-levy.hero1_aem_contents {
            padding-top: 19px;
        }
        .home-signature {
            top: 35%;
        }
        #hero1 .carousel-background-dan {
            background-position: right;
        }
        .webp #hero1 .carousel-background-dan.lazy-background.visible {
            background-image: url(../images/webpimages/dan-home-hero.webp);
        }
        .no-webp #hero1 .carousel-background-dan.lazy-background.visible {
            background-image: url(../homepageAssets/carousel/dan-home-hero.jpg);
        }
    }