*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    font-family: sans-serif;
    line-height: 1.15;
    font-size: 24px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

*:not(i) {
    font-family: "Open Sans", sans-serif !important;
}



@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #a6a6a6;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ccc;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3.5px;
    padding-left: 3.5px;
    max-width: 281px
}

@media (min-width:375px) {
    .container {
        padding-right: 3.5px;
        padding-left: 3.5px
    }
}

@media (min-width:768px) {
    .container {
        padding-right: 8px;
        padding-left: 8px
    }
}

@media (min-width:1030px) {
    .container {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width:1200px) {
    .container {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width:375px) {
    .container {
        max-width: 330px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 716px
    }
}

@media (min-width:1030px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1180px
    }
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3.5px;
    padding-left: 3.5px
}

@media (min-width:375px) {
    .container-fluid {
        padding-right: 3.5px;
        padding-left: 3.5px
    }
}

@media (min-width:768px) {
    .container-fluid {
        padding-right: 8px;
        padding-left: 8px
    }
}

@media (min-width:1030px) {
    .container-fluid {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width:1200px) {
    .container-fluid {
        padding-right: 10px;
        padding-left: 10px
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3.5px;
    margin-left: -3.5px
}

@media (min-width:375px) {
    .row {
        margin-right: -3.5px;
        margin-left: -3.5px
    }
}

@media (min-width:768px) {
    .row {
        margin-right: -8px;
        margin-left: -8px
    }
}

@media (min-width:1030px) {
    .row {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (min-width:1200px) {
    .row {
        margin-right: -10px;
        margin-left: -10px
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.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-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.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-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.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-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 3.5px;
    padding-left: 3.5px
}

@media (min-width:375px) {

    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .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-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .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-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .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-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-auto {
        padding-right: 3.5px;
        padding-left: 3.5px
    }
}

@media (min-width:768px) {

    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .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-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .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-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .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-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-auto {
        padding-right: 8px;
        padding-left: 8px
    }
}

@media (min-width:1030px) {

    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .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-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .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-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .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-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-auto {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width:1200px) {

    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .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-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .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-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .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-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-auto {
        padding-right: 10px;
        padding-left: 10px
    }
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1,
.col-auto {
    -webkit-box-flex: 0;
    -moz-box-flex: 0
}

.col-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0
}

.col-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0
}

.col-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0
}

.col-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0
}

.col-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0
}

.col-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:375px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1,
    .col-sm-auto {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-sm-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-2,
    .col-sm-3 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-sm-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-4,
    .col-sm-5 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-sm-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-6,
    .col-sm-7 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-sm-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-8,
    .col-sm-9 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-sm-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-10,
    .col-sm-11 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-sm-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1,
    .col-md-auto {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-md-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-2,
    .col-md-3 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-md-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-4,
    .col-md-5 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-md-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-6,
    .col-md-7 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-md-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-8,
    .col-md-9 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-md-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-10,
    .col-md-11 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-md-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1030px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1,
    .col-lg-auto {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-lg-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-2,
    .col-lg-3 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-lg-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-4,
    .col-lg-5 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-lg-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-6,
    .col-lg-7 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-lg-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-8,
    .col-lg-9 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-lg-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-10,
    .col-lg-11 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-lg-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1,
    .col-xl-auto {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-xl-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-2,
    .col-xl-3 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-xl-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-4,
    .col-xl-5 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-xl-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-6,
    .col-xl-7 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-xl-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-8,
    .col-xl-9 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-xl-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-10,
    .col-xl-11 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-xl-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:375px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1030px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.d-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.j-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.j-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.j-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.a-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.t-center {
    text-align: center
}

.t-end {
    text-align: end
}

.as-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.hidden {
    visibility: hidden;
    display: none !important
}

.fade {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.d-xs-none {
    display: none
}

@media (min-width:1030px) {
    .d-lg-grid {
        display: grid !important
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

p {
    margin: 0
}

.p-0,
p {
    padding: 0
}

u {
    cursor: pointer
}

.m-0 {
    margin: 0 !important
}

.min-100vh {
    min-height: 100vh
}

.cta {
    cursor: pointer;
    background: #0099d8 0 0 no-repeat padding-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px
}

.cta:hover {
    text-decoration: none;
    color: #fff
}

.cta__icon {
    width: 25px;
    height: 25px;
    margin-right: 4px
}

@media (min-width:768px) {
    .cta__icon {
        height: 34px;
        width: 34px
    }
}

.cta__text {
    font: normal normal 700 12px/16px
}

.cta__phone {
    font: normal normal 700 18px/16px
}

@media (min-width:768px) {
    .cta__phone {
        font-size: 20px
    }
}

.cta__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cta__content--spanish {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

@media (min-width:768px) {
    .cta__content--spanish {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.buttonAccessibility {
    background: unset;
    border: none;
    color: inherit;
    cursor: pointer;
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
    padding: 0;
    text-decoration: underline
}

.cs-hero {
    padding: 35px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#002d6e), to(#006bc7));
    background-image: linear-gradient(180deg, #002d6e, #006bc7)
}

@media (min-width:375px) {
    .cs-hero {
        padding: 45px 0
    }
}

@media (min-width:768px) {
    .cs-hero {
        background-image: url("/wp-content/themes/spectrum-sem-1.0/src/images/hero/hero-bg-md.jpg");
        background-position: 100%;
        background-size: cover;
        padding: 50px 0
    }
}

@media (min-width:1030px) {
    .cs-hero {
        background-image: url("/wp-content/themes/spectrum-sem-1.0/src/images/hero/hero-bg-lg.jpg");
        padding: 88px 0
    }
}

@media (min-width:768px) {
    .cs-hero .container {
        height: 100%
    }
}

.cs-hero__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: left
}

@media (min-width:1030px) {
    .cs-hero__content {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.cs-hero__content-support {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .cs-hero__content-support {
        font-size: 14px
    }
}

@media (min-width:1030px) {
    .cs-hero__content-support {
        font-size: 20px;
        margin-bottom: 12px
    }
}

.cs-hero__content-heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    text-transform: capitalize;
    margin-bottom: 18px
}

@media (min-width:768px) {
    .cs-hero__content-heading {
        font-size: 30px;
        line-height: 41px
    }
}

@media (min-width:1030px) {
    .cs-hero__content-heading {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 28px
    }
}

.cs-hero__content-upgrading {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 26px
}

@media (min-width:768px) {
    .cs-hero__content-upgrading {
        font-size: 16px;
        line-height: 23px
    }
}

@media (min-width:1030px) {
    .cs-hero__content-upgrading {
        font-size: 20px;
        line-height: 28px
    }
}

.cs-hero__content-upgrading span {
    font-weight: 700
}

.cs-hero__content-cta {
    width: 100%
}

@media (min-width:1030px) {
    .cs-hero__content-cta {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

.cs-hero__content-cta .cta {
    border-radius: 5px;
    height: 60px
}

@media (min-width:768px) {
    .cs-hero__content-cta .cta {
        width: 350px
    }
}

@media (min-width:1030px) {
    .cs-hero__content-cta .cta {
        width: 380px
    }
}

.cs-hero__content-cta .cta__icon {
    margin-right: 10px
}

@media (min-width:768px) {
    .cs-hero__content-cta .cta__icon {
        width: 34px;
        height: 34px
    }
}

.cs-hero__content-cta .cta__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin: 0
}

@media (min-width:768px) {
    .cs-hero__content-cta .cta__text {
        font-size: 16px;
        line-height: 22px
    }
}

.cs-hero__content-cta .cta__phone {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin: 0
}

@media (min-width:768px) {
    .cs-hero__content-cta .cta__phone {
        font-size: 22px;
        line-height: 30px
    }
}

.cs-hero__content-cta--order {
    border: 2px solid #0099d8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    margin-top: 20px
}

.cs-hero__content-cta--order:hover {
    color: #fff;
    text-decoration: none
}

@media (min-width:768px) {
    .cs-hero__content-cta--order {
        width: 350px
    }
}

@media (min-width:1030px) {
    .cs-hero__content-cta--order {
        width: 380px;
        margin-left: 20px;
        margin-top: 0
    }
}

.cs-hero__content-cta--inline {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center
}

@media (min-width:768px) {
    .cs-hero__content-cta--inline {
        font-size: 18px
    }
}

@media (min-width:1030px) {
    .cs-hero__content-cta--inline {
        font-size: 20px;
        text-align: left
    }
}

.cs-hero__content-cta--inline,
.cs-hero__content-cta--inline:focus,
.cs-hero__content-cta--inline:hover {
    color: #0099d8;
    outline: transparent;
    text-decoration: underline;
    cursor: pointer
}

.cs-hero__content-cta+.cs-hero__content-cta--inline {
    margin-top: 16px
}

@media (min-width:768px) {
    .cs-hero--spanish .cs-hero__content {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (min-width:1030px) {
    .cs-hero--spanish .cs-hero__content-heading {
        width: 700px
    }

    .cs-hero--spanish .cs-hero__content-upgrading {
        width: 500px
    }
}

.cs-hero--flow {
    background: url(/wp-content/themes/spectrum-sem-1.0/dist/assets/images/hero/hero-cs-flow-bg-mob.svg) no-repeat;
    background-size: cover
}

@media (min-width:768px) {
    .cs-hero--flow {
        background: url(/wp-content/themes/spectrum-sem-1.0/dist/assets/images/hero/hero-cs-flow-bg-tab.svg) no-repeat;
        background-size: cover
    }
}

@media (min-width:1030px) {
    .cs-hero--flow {
        background: url(/wp-content/themes/spectrum-sem-1.0/dist/assets/images/hero/hero-cs-flow-bg-desk.svg) no-repeat;
        background-size: cover
    }
}

.cs-hero--flow .cs-hero__content {
    margin-bottom: 36px;
    text-align: center;
    color: #000
}

@media (min-width:1030px) {
    .cs-hero--flow .cs-hero__content {
        margin-bottom: 0;
        text-align: left
    }
}

.cs-hero--flow .cs-hero__content-support {
    font-weight: 700
}

.cs-hero--flow .cs-hero__content-support--blue {
    color: #0099d8
}

.cs-hero--flow .cs-hero__content-cta {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0
}

@media (max-width:767.98px) {
    .cs-hero--flow .cs-hero__content-cta .cta {
        width: 287px
    }
}

.cs-brings {
    padding: 40px 0
}

@media (min-width:1030px) {
    .cs-brings {
        padding: 60px 0
    }
}

.cs-brings__heading {
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    margin-bottom: 35px
}

@media (min-width:768px) {
    .cs-brings__heading {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 32px
    }
}

@media (min-width:1030px) {
    .cs-brings__heading {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 50px
    }
}

.cs-brings__customer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
    background-color: #fff
}

.cs-brings__customer--new {
    --cs-brings-new-customer-top-font-color: #fff;
    --cs-brings-new-customer-top-background-color: #003057;
    --cs-brings-new-customer-top-cta-color: #0099d8
}

.cs-brings__customer--existing {
    --cs-brings-new-customer-top-font-color: #000;
    --cs-brings-new-customer-top-background-color: #fbfbfb;
    --cs-brings-new-customer-top-cta-color: #000
}

.cs-brings__card {
    width: 100%;
    padding: 20px;
    background-color: var(--cs-brings-new-customer-top-background-color);
    color: var(--cs-brings-new-customer-top-font-color);
    text-align: left
}

@media (min-width:768px) {
    .cs-brings__card {
        padding: 20px 32px 25px
    }
}

@media (min-width:1030px) {
    .cs-brings__card {
        padding: 30px 46px
    }
}

.cs-brings__card-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .cs-brings__card-heading {
        font-size: 20px;
        line-height: 27px
    }
}

@media (min-width:1030px) {
    .cs-brings__card-heading {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 11px
    }
}

.cs-brings__card-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 0
}

@media (min-width:768px) {
    .cs-brings__card-desc {
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width:1030px) {
    .cs-brings__card-desc {
        font-size: 18px;
        line-height: 26px;
        height: 128px
    }
}

.cs-brings__card-buttons {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) {
    .cs-brings__card-buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.cs-brings__card-cta {
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    margin: 16px 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1
}

@media (min-width:768px) {
    .cs-brings__card-cta {
        width: 310px;
        height: 50px;
        margin-top: 18px
    }
}

@media (min-width:1030px) {
    .cs-brings__card-cta {
        width: 233px;
        height: 52px;
        margin-top: 22px;
        font-size: 18px
    }
}

.cs-brings__card-cta,
.cs-brings__card-cta:focus,
.cs-brings__card-cta:hover {
    border: none;
    background-color: var(--cs-brings-new-customer-top-cta-color);
    color: var(--cs-brings-new-customer-top-font-color);
    text-decoration: none
}

.cs-brings__card-cta .cta__icon {
    width: 22px;
    height: 22px
}

.cs-brings__card-cta--outline,
.cs-brings__card-cta--outline:focus,
.cs-brings__card-cta--outline:hover {
    border: 1px solid var(--cs-brings-new-customer-top-font-color);
    background-color: transparent
}

.cs-brings__card-cta .cta__phone {
    font-size: 16px;
    line-height: 1;
    margin-left: 8px
}

@media (min-width:1030px) {
    .cs-brings__card-cta .cta__phone {
        font-size: 18px
    }
}

.cs-brings__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 16px 20px 20px;
    margin-top: auto;
    text-align: center
}

@media (min-width:768px) {
    .cs-brings__links {
        padding: 16px 32px 20px
    }
}

@media (min-width:1030px) {
    .cs-brings__links {
        padding: 10px 46px 32px
    }
}

.cs-brings__links-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 138px;
    height: 140px;
    padding: 2px;
    margin: 5px 0
}

.cs-brings__links-item,
.cs-brings__links-item:focus,
.cs-brings__links-item:hover {
    border: 1px solid #ddd;
    background-color: #fff;
    text-decoration: none;
    cursor: pointer;
    outline: transparent
}

@media (min-width:768px) {
    .cs-brings__links-item {
        width: 147px;
        height: 154px
    }
}

@media (min-width:1030px) {
    .cs-brings__links-item {
        width: 233px;
        height: 167px;
        margin: 11px 0
    }
}

.cs-brings__links-item>img {
    height: 60px;
    width: auto;
    margin-bottom: 4px
}

.cs-brings__links-item>img.smaller {
    -webkit-transform: scale(.66667);
    transform: scale(.66667)
}

.cs-brings__links-item>span {
    color: #003057;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px
}

@media (min-width:768px) {
    .cs-brings__links-item>span {
        font-size: 14px
    }
}

.cs-brings__links-item>u {
    color: #0099d8;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 8px
}

@media (min-width:768px) {
    .cs-brings__links-item>u {
        font-size: 15px
    }
}

@media (min-width:1030px) {
    .cs-brings__links-item>u {
        font-size: 16px
    }
}

.cs-brings__links-item>p {
    color: #0099d8;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    min-height: 40px;
    margin: 0
}

@media (min-width:768px) {
    .cs-brings__links-item>p {
        font-size: 15px
    }
}

@media (min-width:1030px) {
    .cs-brings__links-item>p {
        font-size: 16px;
        min-height: auto
    }
}

.cs-brings__internet {
    background: #fff 0 0 no-repeat padding-box;
    -webkit-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
    padding: 20px
}

@media (min-width:768px) {
    .cs-brings__internet {
        padding-bottom: 30px
    }
}

@media (min-width:1030px) {
    .cs-brings__internet {
        padding-bottom: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.cs-brings__internet-img {
    width: 55px;
    height: 55px;
    margin-right: 5px
}

@media (min-width:768px) {
    .cs-brings__internet-img {
        width: 94px;
        height: 94px;
        margin-right: 20px
    }
}

.cs-brings__internet-info {
    margin-bottom: 10px
}

@media (min-width:768px) {
    .cs-brings__internet-info {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 40px
    }
}

@media (min-width:1030px) {
    .cs-brings__internet-info {
        margin-bottom: 0
    }
}

.cs-brings__internet-content .text1 {
    text-align: left;
    font: normal normal 600 18px/24px;
    letter-spacing: 0;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 10px
}

@media (min-width:375px) {
    .cs-brings__internet-content .text1 {
        font-size: 20px
    }
}

@media (min-width:768px) {
    .cs-brings__internet-content .text1 {
        font-size: 26px;
        line-height: 40px
    }
}

@media (min-width:1030px) {
    .cs-brings__internet-content .text1 {
        margin-bottom: 3px;
        line-height: 35px
    }
}

.cs-brings__internet-content .text2 {
    text-align: left;
    font: normal normal 600 12px/18px;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 10px
}

@media (min-width:375px) {
    .cs-brings__internet-content .text2 {
        font-size: 14px
    }
}

@media (min-width:768px) {
    .cs-brings__internet-content .text2 {
        font-size: 17px;
        line-height: 24px
    }
}

.cs-brings__internet .cta {
    border-radius: 5px;
    width: 100%;
    padding: 19px 0;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    .cs-brings__internet .cta {
        max-width: 350px
    }
}

@media (min-width:1030px) {
    .cs-brings__internet .cta {
        max-width: 380px
    }
}

.cs-brings__internet .cta__icon {
    margin-right: 10px
}

@media (max-width:767.98px) {
    .cs-brings--spanish .cs-brings__card-desc {
        font-size: 12px
    }
}

@media (min-width:1030px) {
    .cs-brings--spanish .cs-brings__card-cta .cta__icon {
        width: 22px;
        height: 22px
    }
}

@media (min-width:1030px) {
    .cs-brings--spanish .cs-brings__card-cta .cta__phone {
        font-size: 15px
    }
}

@media (min-width:768px) and (max-width:1029.98px) {
    .cs-brings--spanish .cs-brings__links-item>span {
        font-size: 12px
    }
}

@media (min-width:768px) and (max-width:1029.98px) {
    .cs-brings--spanish .cs-brings__links-item>u {
        font-size: 13px
    }
}

@media (max-width:1029.98px) {
    .cs-brings--spanish .cs-brings__links-item>p {
        font-size: 12px;
        line-height: 19px;
        min-height: 38px
    }
}

@media (min-width:1030px) {
    .cs-brings--spanish .cs-brings__links-item>p {
        min-height: 40px
    }
}

.cs-brings--spanish .cs-brings__internet-content .text1 {
    width: 110%
}

@media (min-width:768px) {
    .cs-brings--spanish .cs-brings__internet-content .text1 {
        width: unset
    }
}

@media (min-width:768px) and (max-width:1029.98px) {
    .cs-brings--spanish .cs-brings__internet-content .text1 {
        font-size: 24px
    }
}

@media (min-width:768px) and (max-width:1029.98px) {
    .cs-brings--spanish .cs-brings__internet-content .text2 {
        font-size: 16px
    }
}

@media (max-width:767.98px) {
    .cs-brings--spanish .cs-brings__internet .cta__phone {
        font-size: 16px
    }
}

.cs-expert {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#002d6e), to(#006bc7)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, #002d6e, #006bc7) 0 0 no-repeat padding-box;
    padding: 40px 0
}

@media (min-width:768px) {
    .cs-expert {
        padding: 50px 0
    }
}

@media (min-width:1030px) {
    .cs-expert {
        padding: 55px 0
    }
}

.cs-expert__heading {
    text-align: center;
    font: normal normal 700 20px/30px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 8px
}

@media (min-width:375px) {
    .cs-expert__heading {
        font-size: 22px;
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    .cs-expert__heading {
        font-size: 24px;
        margin-bottom: 3px
    }
}

@media (min-width:1030px) {
    .cs-expert__heading {
        font-size: 28px;
        margin-bottom: 9px
    }
}

.cs-expert__heading--help {
    margin-bottom: 15px
}

@media (min-width:375px) {
    .cs-expert__heading--help {
        margin-bottom: 18px
    }
}

@media (min-width:768px) {
    .cs-expert__heading--help {
        margin-bottom: 30px
    }
}

.cs-expert__subheading {
    text-align: center;
    font-size: 14px;
    margin: auto auto 20px;
    color: #fff
}

@media (min-width:768px) {
    .cs-expert__subheading {
        margin-bottom: 28px;
        font-size: 16px
    }
}

@media (min-width:1030px) {
    .cs-expert__subheading {
        font-size: 20px
    }
}

.cs-expert__cta {
    width: 100%;
    max-width: 287px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    .cs-expert__cta {
        max-width: 350px
    }
}

@media (min-width:1030px) {
    .cs-expert__cta {
        max-width: 380px
    }
}

.cs-expert__cta .cta {
    border-radius: 5px;
    height: 60px
}

.cs-expert__cta .cta__icon {
    margin-right: 15px
}

.cs-expert--leadform {
    background: url(/wp-content/themes/spectrum-sem-1.0/dist/assets/images/btf/experts-bg-mobile.png) no-repeat;
    background-size: cover;
    background-position: 50%
}

@media (min-width:768px) {
    .cs-expert--leadform {
        background: url(/wp-content/themes/spectrum-sem-1.0/dist/assets/images/btf/experts-bg-desk.png) no-repeat;
        background-size: cover;
        background-position: 50%
    }
}

.cs-expert--leadform .cs-expert__heading,
.cs-expert--leadform .cs-expert__subheading {
    color: #000
}

.faq {
    background-color: #fbfbfb;
    padding: 40px 0
}

@media (min-width:1030px) {
    .faq {
        padding: 60px 0
    }
}

.faq__heading {
    color: #212529;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .faq__heading {
        font-size: 28px;
        margin-bottom: 12px
    }
}

@media (min-width:1030px) {
    .faq__heading {
        font-size: 32px;
        margin-bottom: 20px
    }
}

.faq__item {
    width: 100%;
    max-width: 594px;
    margin: 0 auto;
    padding: 24px 16px 12px 0;
    border-bottom: 1px solid #000;
    color: #000
}

.faq__item--no-border {
    border-bottom: none
}

.faq__item--title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 12px
}

.faq__item--title,
.faq__item--title:focus,
.faq__item--title:hover {
    outline: transparent;
    cursor: pointer
}

.faq__item--title>span {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2
}

@media (min-width:768px) {
    .faq__item--title>span {
        font-size: 18px
    }
}

.faq__item--title:after {
    content: "";
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 10px;
    margin-left: 24px;
    background-image: url("/wp-content/themes/spectrum-sem-1.0/src/images/svg/arrow-down-blue.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: var(--faq-item-icon-transform, none);
    transform: var(--faq-item-icon-transform, none)
}

.faq__item--content {
    height: 0;
    margin: 0;
    -webkit-transition: height .3s ease-in-out, padding .3s ease-in-out;
    transition: height .3s ease-in-out, padding .3s ease-in-out;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden
}

@media (min-width:768px) {
    .faq__item--content {
        font-size: 18px
    }
}

.faq__item--content a {
    font-weight: 600
}

.faq__item--content a,
.faq__item--content a:focus,
.faq__item--content a:hover {
    color: #003057;
    text-decoration: underline;
    outline: transparent;
    cursor: pointer
}

.faq__item>input[type=checkbox] {
    display: none
}

.faq__item>input[type=checkbox]:checked~.faq__item--title {
    --faq-item-icon-transform: rotate(180deg)
}

.faq__item>input[type=checkbox]:checked~.faq__item--content {
    height: auto;
    padding-bottom: 12px
}

.footer {
    background-color: #001c35;
    padding: 45px 0 80px
}

@media (min-width:768px) {
    .footer {
        padding: 40px 0
    }
}

.footer__links {
    text-align: left;
    color: #fff
}

.footer__links-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:1030px) {
    .footer__links-top {
        display: inline-block
    }
}

.footer__links .privacy {
    margin-right: 20px
}

@media (min-width:768px) {
    .footer__links .privacy {
        margin-right: 30px
    }
}

.footer__links .limit {
    width: 210px;
    margin-top: 10px;
    display: block;
    margin-bottom: 5px
}

@media (min-width:375px) {
    .footer__links .limit {
        width: 100%
    }
}

@media (min-width:768px) {
    .footer__links .limit {
        margin-bottom: 15px
    }
}

.footer__links-link {
    display: inline-block;
    cursor: pointer;
    font: normal normal 600 12px/14px
}

@media (min-width:768px) {
    .footer__links-link {
        margin-bottom: 20px;
        margin-right: 30px;
        font: normal normal 600 18px/24px
    }
}

.footer__links-link:hover {
    text-decoration: none;
    color: #fff
}

.footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:1030px) {
    .footer__bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer__bottom-logo {
    width: 131px;
    height: 18px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (min-width:768px) {
    .footer__bottom-logo {
        width: 223px;
        height: 30px
    }
}

@media (min-width:1030px) {
    .footer__bottom-logo {
        margin-right: 35px
    }
}

.footer__bottom-content {
    margin-top: 14px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width:1030px) {
    .footer__bottom-content {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.footer__bottom-desc {
    text-align: left;
    color: #fff;
    font: normal normal normal 10px/13px Roboto;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .footer__bottom-desc {
        font: normal normal normal 12px/16px Roboto;
        margin-bottom: 25px
    }
}

@media (min-width:1030px) {
    .footer__bottom-desc {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font: normal normal normal 12px/20px Roboto
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    80% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    80% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes glow {
    0% {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    70% {
        -webkit-box-shadow: 0 0 10px 0 #0099d8;
        box-shadow: 0 0 10px 0 #0099d8
    }

    to {
        -webkit-box-shadow: 0 0 10px 0 #0099d8;
        box-shadow: 0 0 10px 0 #0099d8
    }
}

@keyframes glow {
    0% {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    70% {
        -webkit-box-shadow: 0 0 10px 0 #0099d8;
        box-shadow: 0 0 10px 0 #0099d8
    }

    to {
        -webkit-box-shadow: 0 0 10px 0 #0099d8;
        box-shadow: 0 0 10px 0 #0099d8
    }
}

.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 70px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px 0 #00000029;
    box-shadow: 0 3px 6px 0 #00000029;
    z-index: 1040
}

.header__logo {
    width: 102px
}

@media (min-width:768px) {
    .header__logo {
        width: 166px
    }
}

@media (min-width:1030px) {
    .header__logo {
        width: 223px
    }
}

.header__logo>img {
    width: 100%;
    height: auto
}

.header__toggle {
    position: relative;
    width: 32px;
    height: 24px;
    margin-right: 14px
}

.header__toggle,
.header__toggle:focus,
.header__toggle:hover {
    cursor: pointer;
    outline: none
}

@media (min-width:768px) {
    .header__toggle {
        width: 42px;
        height: 32px;
        margin-right: 18px
    }
}

@media (min-width:1030px) {
    .header__toggle {
        display: none
    }
}

.header__toggle>span {
    --header-toggle-y-translate: 0;
    --header-toggle-rotate: 0deg;
    --header-toggle-scale: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 2px;
    border-radius: 5px;
    background-color: #0a0a0a;
    -webkit-transform: translate(-50%, -50%) translateY(var(--header-toggle-y-translate)) rotate(var(--header-toggle-rotate)) scale(var(--header-toggle-scale));
    transform: translate(-50%, -50%) translateY(var(--header-toggle-y-translate)) rotate(var(--header-toggle-rotate)) scale(var(--header-toggle-scale));
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

@media (min-width:768px) {
    .header__toggle>span {
        width: 36px
    }
}

.header__toggle>span:first-of-type {
    --header-toggle-y-translate: -9px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

@media (min-width:768px) {
    .header__toggle>span:first-of-type {
        --header-toggle-y-translate: -12px
    }
}

.header__toggle>span:last-of-type {
    --header-toggle-y-translate: 9px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

@media (min-width:768px) {
    .header__toggle>span:last-of-type {
        --header-toggle-y-translate: 12px
    }
}

.header__toggle.active>span {
    --header-toggle-scale: 0
}

.header__toggle.active>span:first-of-type {
    --header-toggle-y-translate: 0;
    --header-toggle-rotate: 135deg;
    --header-toggle-scale: 1
}

.header__toggle.active>span:last-of-type {
    --header-toggle-y-translate: 0;
    --header-toggle-rotate: -135deg;
    --header-toggle-scale: 1
}

.header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 2px 3px 4px #00000029;
    box-shadow: 2px 3px 4px #00000029;
    z-index: 1040;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    padding: 24px
}

@media (min-width:1030px) {
    .header__menu {
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        position: relative;
        inset: unset;
        width: auto;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width:1029.98px) {
    .header__menu:not(.show) {
        opacity: 0;
        visibility: hidden
    }
}

.header__menu--link {
    padding: 0;
    color: #212529;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    outline: none;
    margin: 0 20px
}

.header__menu--link:not(:last-child) {
    margin-bottom: 32px
}

@media (min-width:1030px) {
    .header__menu--link:not(:last-child) {
        margin-bottom: 0
    }
}

.header__menu--link:active,
.header__menu--link:focus,
.header__menu--link:hover {
    font-weight: 700;
    color: #000;
    -webkit-text-decoration: underline #0099d8 2px;
    -moz-text-decoration: underline #0099d8 2px;
    text-decoration: underline #0099d8 2px;
    text-underline-offset: 5px;
    outline: none
}

@media (min-width:768px) and (max-width:1029.98px) {
    .header__menu--link {
        font-size: 22px;
        line-height: 30px
    }
}

@media (min-width:1030px) {
    .header__menu--link {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        line-height: 22px;
        text-align: center
    }
}

.header__menu--link.active {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 5px;
    -webkit-text-decoration-color: #0099d8;
    -moz-text-decoration-color: #0099d8;
    text-decoration-color: #0099d8;
    text-decoration-thickness: 2px
}

.header__menu--link:after {
    content: attr(data-text);
    content: attr(data-text)/"";
    height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    font-weight: 700
}

@media speech {
    .header__menu--link:after {
        display: none
    }
}

@media (min-width:1030px) {
    .header__menu--link:first-child {
        margin-left: 100px
    }
}

.header__cta {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 145px;
    height: 50px;
    margin-left: auto;
    border-radius: 5px
}

.header__cta,
.header__cta:focus,
.header__cta:hover {
    background-color: #0099d8;
    color: #fff;
    text-decoration: none;
    outline: none
}

@media (min-width:768px) {
    .header__cta {
        width: 185px;
        height: 55px
    }
}

@media (min-width:1030px) {
    .header__cta {
        width: 220px;
        height: 59px
    }
}

.header__cta--spanish {
    margin-left: unset
}

@media (max-width:767.98px) {
    .header__cta--spanish {
        margin-left: auto;
        width: 165px
    }
}

.header__cta--icon {
    width: 21px;
    height: auto;
    margin-right: 4px
}

@media (min-width:768px) {
    .header__cta--icon {
        width: 24px
    }
}

@media (min-width:1030px) {
    .header__cta--icon {
        width: 30px;
        margin-right: 10px
    }
}

.header__cta--text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__cta--text>small {
    font-size: 11px;
    font-weight: 700;
    line-height: 16px
}

@media (min-width:1030px) {
    .header__cta--text>small {
        font-size: 14px;
        line-height: 20px
    }
}

.header__cta--text>span {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px
}

@media (min-width:768px) {
    .header__cta--text>span {
        font-size: 20px;
        line-height: 21px
    }
}

@media (min-width:1030px) {
    .header__cta--text>span {
        font-size: 22px;
        line-height: 23px
    }
}

.header__cta--glow {
    -webkit-animation: glow .8s ease-in infinite alternate;
    animation: glow .8s ease-in infinite alternate
}

.header__cta.hidden {
    display: none !important
}

.header~main,
.header~section {
    scroll-margin-top: 70px
}

.navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 40px;
    background-color: #f2f6fc;
    z-index: 1040
}

.navbar,
.navbar__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar__link {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px
}

.navbar__link,
.navbar__link:focus,
.navbar__link:hover {
    color: #013579;
    text-decoration: none;
    outline: none
}

.navbar__link+.navbar__link {
    margin-left: 20px
}

.navbar__link+.navbar__link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 1px;
    background-color: #a7a7a7;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none
}

.navbar__agents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: right
}

@media (max-width:767.98px) {
    .navbar__agents {
        display: none
    }
}

.navbar__agents:before {
    content: "";
    width: 12px;
    height: 12px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #91dd01;
    -webkit-animation: pulse .65s ease-in infinite alternate;
    animation: pulse .65s ease-in infinite alternate
}

.navbar__agents--spanish {
    margin-left: auto;
    color: #1d2329;
    font-size: 12px;
    font-weight: 500;
    margin-right: 20px
}

.cs-flow {
    background: #fff;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .16);
    width: 100%
}

.cs-flow__header {
    position: relative;
    background: #003057;
    padding: 20px 0
}

.cs-flow__header-title {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0
}

@media (min-width:1030px) {
    .cs-flow__header-title {
        font-size: 20px
    }
}

.cs-flow__header:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #003057
}

.cs-flow__body {
    padding: 40px 28px
}

@media (min-width:768px) {
    .cs-flow__body {
        padding: 40px 35px
    }
}

.cs-flow__question {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin: 0 auto 28px
}

@media (min-width:768px) {
    .cs-flow__question {
        font-size: 22px
    }
}

.cs-flow__buttons-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px
}

@media (min-width:768px) {
    .cs-flow__buttons-row {
        gap: 16px
    }
}

.cs-flow__button {
    border-radius: 5px;
    cursor: pointer;
    border: none;
    background: #003057;
    height: 50px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 14px
}

@media (min-width:768px) {
    .cs-flow__button {
        height: 60px;
        font-size: 19px
    }
}

.cs-flow__button img {
    display: block;
    margin: auto;
    margin-bottom: 12px
}

.isolated {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.21%, #002d6e), color-stop(99.81%, #006bc7));
    background: linear-gradient(180deg, #002d6e .21%, #006bc7 99.81%);
    padding: 70px 0 100px
}

.isolated .flow__step {
    display: none
}

.isolated .flow__step-banner {
    background: #002f73;
    position: relative
}

.isolated .flow__step-banner>p {
    font: normal normal 600 13px/18px;
    padding: 13px 0 14px;
    text-align: center
}

@media (min-width:375px) {
    .isolated .flow__step-banner>p {
        font: normal normal 600 14px/19px
    }
}

@media (min-width:768px) {
    .isolated .flow__step-banner>p {
        font: normal normal 600 18px/24px;
        padding: 18px 0
    }
}

@media (min-width:1030px) {
    .isolated .flow__step-banner>p {
        font: normal normal 600 20px/27px;
        padding: 20px 0
    }
}

.isolated .flow__step-banner>div {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #002f73;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10
}

@media (min-width:768px) {
    .isolated .flow__step-banner>div {
        border-left: 18.5px solid transparent;
        border-right: 18.5px solid transparent;
        border-top: 16px solid #002f73
    }
}

.isolated .flow__step-banner--internet {
    background: #003057;
    padding: 30px 24px;
    text-align: center;
    margin-top: 10px
}

@media (min-width:375px) {
    .isolated .flow__step-banner--internet {
        padding: 30px 28px
    }
}

@media (min-width:768px) {
    .isolated .flow__step-banner--internet {
        padding: 35px 61px 30px;
        margin-top: 20px
    }
}

@media (min-width:1030px) {
    .isolated .flow__step-banner--internet {
        margin-top: unset;
        padding: 35px;
        position: absolute;
        right: -200px;
        width: 330px
    }
}

.isolated .flow__step-banner--internet>hr {
    border: 1px solid #496b87;
    margin: 15px 0 32px
}

@media (min-width:768px) {
    .isolated .flow__step-banner--internet>hr {
        margin: 15px 0 30px
    }
}

@media (min-width:1030px) {
    .isolated .flow__step-banner--internet>hr {
        margin: 15px 0 35px
    }
}

.isolated .flow__step-banner--internet>p {
    font: normal normal 700 22px/30px
}

.isolated .flow__step-banner--internet>section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.isolated .flow__step-banner--internet>section>img {
    width: 35px
}

@media (min-width:375px) {
    .isolated .flow__step-banner--internet>section>img {
        width: 45px
    }
}

@media (min-width:768px) {
    .isolated .flow__step-banner--internet>section>img {
        width: 42px
    }
}

@media (min-width:1030px) {
    .isolated .flow__step-banner--internet>section>img {
        width: 45px
    }
}

.isolated .flow__step-banner--internet>section>p {
    font: normal normal normal 16px/22px;
    width: 100%
}

@media (min-width:375px) {
    .isolated .flow__step-banner--internet>section>p {
        font: normal normal normal 18px/27px
    }
}

@media (min-width:768px) {
    .isolated .flow__step-banner--internet>section>p {
        font: normal normal normal 18px/24px
    }
}

@media (min-width:1030px) {
    .isolated .flow__step-banner--internet>section>p {
        font: normal normal normal 20px/27px
    }

    .isolated .flow__step-banner--internet>section>p:nth-child(2) {
        white-space: nowrap;
        position: relative;
        left: 7px
    }
}

.isolated .flow__step-banner--internet>img {
    -webkit-filter: invert(46%) sepia(89%) saturate(2166%) hue-rotate(166deg) brightness(91%) contrast(102%);
    filter: invert(46%) sepia(89%) saturate(2166%) hue-rotate(166deg) brightness(91%) contrast(102%);
    margin: 20px 0
}

@media (min-width:375px) {
    .isolated .flow__step-banner--internet>img {
        margin: 30px 0
    }
}

@media (min-width:768px) {
    .isolated .flow__step-banner--internet>img {
        margin: 10px 0
    }
}

@media (max-width:1199.98px) {
    .isolated .flow__step-banner--internet>img {
        margin: 20px 0
    }
}

.isolated .flow__step-banner--internet-cta {
    margin: auto;
    margin-top: 36px
}

@media (min-width:375px) {
    .isolated .flow__step-banner--internet-cta {
        margin-top: 32px
    }
}

@media (min-width:768px) {
    .isolated .flow__step-banner--internet-cta {
        margin-top: 36px
    }
}

@media (min-width:1030px) {
    .isolated .flow__step-banner--internet-cta {
        height: 70px
    }

    .isolated .flow__step-banner--internet-cta>svg {
        height: 28px;
        width: 28px
    }
}

.isolated .flow__step-banner--internet-ec {
    background: #003057;
    padding: 30px 24px;
    text-align: center;
    margin-top: 10px;
    overflow: hidden
}

@media (min-width:375px) {
    .isolated .flow__step-banner--internet-ec {
        padding: 30px 32px
    }
}

@media (min-width:768px) {
    .isolated .flow__step-banner--internet-ec {
        padding: 35px 61px 30px;
        margin-top: 20px
    }
}

@media (min-width:1030px) {
    .isolated .flow__step-banner--internet-ec {
        margin-top: unset;
        padding: 35px;
        position: absolute;
        right: -200px;
        width: 330px
    }
}

.isolated .flow__step-banner--internet-ec>hr {
    border: 1px solid #496b87;
    margin: 15px 0 0
}

@media (min-width:1030px) {
    .isolated .flow__step-banner--internet-ec>hr {
        border: unset;
        height: 2px;
        background-image: -webkit-gradient(linear, right top, left top, from(#00315b), color-stop(49%, #0099d8), to(#00325a));
        background-image: linear-gradient(270deg, #00315b, #0099d8 49%, #00325a)
    }
}

.isolated .flow__step-banner--internet-ec>strong {
    font-size: 22px;
    line-height: 30px
}

.isolated .flow__step-banner--internet-ec>p {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .isolated .flow__step-banner--internet-ec>p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px
    }
}

@media (min-width:1030px) {
    .isolated .flow__step-banner--internet-ec>p {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 0
    }
}

.isolated .flow__step-banner--internet-ec>img {
    width: 100%;
    margin: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    pointer-events: none
}

@media (min-width:1030px) {
    .isolated .flow__step-banner--internet-ec>img {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        margin: 26px 0
    }
}

.isolated .flow__step-banner--router {
    background: transparent -webkit-gradient(linear, left bottom, left top, from(#002d6e), to(#006bc7)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(0deg, #002d6e, #006bc7) 0 0 no-repeat padding-box;
    padding: 19px 22px 30px;
    margin-top: 10px;
    text-align: center
}

@media (min-width:768px) {
    .isolated .flow__step-banner--router {
        margin-top: 20px;
        padding: 20px 61px 30px
    }
}

@media (min-width:1030px) {
    .isolated .flow__step-banner--router {
        margin-top: unset;
        padding: 19px 35px 35px;
        width: 330px;
        position: absolute;
        right: -200px
    }
}

.isolated .flow__step-banner--router>img {
    width: 100%
}

@media (min-width:768px) {
    .isolated .flow__step-banner--router>img {
        width: 227px
    }
}

.isolated .flow__step-banner--router>div {
    background: transparent -webkit-gradient(linear, right top, left top, from(#0053aa), color-stop(49%, #0099d8), to(#0052a8)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(270deg, #0053aa, #0099d8 49%, #0052a8) 0 0 no-repeat padding-box;
    height: 2px;
    margin: 15px 0 20px
}

@media (min-width:1030px) {
    .isolated .flow__step-banner--router>div {
        margin: 18px 0
    }
}

.isolated .flow__step-banner--router-cta {
    margin: auto
}

.isolated .flow__step-banner--router-text1 {
    font: normal normal 700 26px/32px;
    text-align: center
}

.isolated .flow__step-banner--router-text2 {
    font: normal normal 600 18px/24px;
    text-align: center;
    padding: 0 10px;
    margin: 16px 0 25px
}

@media (min-width:768px) {
    .isolated .flow__step-banner--router-text2 {
        margin-bottom: 30px
    }
}

@media (min-width:1030px) {
    .isolated .flow__step-banner--router-text2 {
        margin-bottom: 23px;
        padding: 0 20px
    }
}

.isolated .flow__step-banner--cs {
    background-color: #00305799;
    padding: 0;
    margin-top: 10px;
    text-align: center
}

@media (min-width:375px) {
    .isolated .flow__step-banner--cs {
        margin-top: 20px
    }
}

@media (min-width:1030px) {
    .isolated .flow__step-banner--cs {
        margin-top: unset;
        width: 330px;
        position: absolute;
        right: -200px
    }
}

.isolated .flow__step-banner--cs-header {
    background-image: url("/wp-content/themes/spectrum-sem-1.0/src/images/flow/cs-sm.png");
    background-size: cover;
    background-position: 50%;
    padding: 20px 24px;
    height: 202px
}

@media (min-width:375px) {
    .isolated .flow__step-banner--cs-header {
        padding: 20px 28px
    }
}

@media (min-width:768px) {
    .isolated .flow__step-banner--cs-header {
        background-image: url("/wp-content/themes/spectrum-sem-1.0/src/images/flow/cs-md.png");
        padding: 16px 61px;
        height: 219px
    }
}

@media (min-width:1030px) {
    .isolated .flow__step-banner--cs-header {
        background-image: url("/wp-content/themes/spectrum-sem-1.0/src/images/flow/cs.png");
        padding: 16px 34px;
        height: 251px
    }
}

.isolated .flow__step-banner--cs-body {
    padding: 14px 24px 30px
}

@media (min-width:375px) {
    .isolated .flow__step-banner--cs-body {
        padding: 12px 28px 30px
    }
}

@media (min-width:768px) {
    .isolated .flow__step-banner--cs-body {
        padding: 12px 61px 30px
    }
}

@media (min-width:1030px) {
    .isolated .flow__step-banner--cs-body {
        padding: 21px 34px 50px
    }
}

.isolated .flow__step-banner--cs-cta {
    margin: auto
}

@media (min-width:1030px) {
    .isolated .flow__step-banner--cs-cta {
        height: 70px
    }

    .isolated .flow__step-banner--cs-cta .spectrum__cta-phone {
        font-size: 22px
    }
}

.isolated .flow__step-banner--cs-divider {
    width: 100%;
    border: none;
    height: 2px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, right top, left top, from(#00396d), color-stop(49%, #0099d8), to(#00376f));
    background-image: linear-gradient(270deg, #00396d, #0099d8 49%, #00376f);
    margin: 0 auto
}

.isolated .flow__step-banner--cs-text {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .isolated .flow__step-banner--cs-text {
        font-size: 18px;
        line-height: 24px
    }
}

@media (min-width:1030px) {
    .isolated .flow__step-banner--cs-text {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 14px
    }
}

.isolated .flow__step-banner--cs-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 40px;
    max-width: 16ch
}

@media (min-width:375px) {
    .isolated .flow__step-banner--cs-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 30px
    }
}

@media (min-width:768px) {
    .isolated .flow__step-banner--cs-title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 26px
    }
}

@media (min-width:1030px) {
    .isolated .flow__step-banner--cs-title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 50px
    }
}

.isolated .flow__step-container {
    padding: 25px 24px 60px;
    background: #fff
}

@media (min-width:375px) {
    .isolated .flow__step-container {
        padding: 25px 28px 60px
    }
}

@media (min-width:768px) {
    .isolated .flow__step-container {
        padding: 38px 46px 70px
    }
}

@media (min-width:1030px) {
    .isolated .flow__step-container {
        padding: 50px 50px 83px;
        position: relative;
        max-width: 480px
    }
}

.isolated .flow__step-container--cs {
    padding-bottom: 30px
}

@media (min-width:375px) {
    .isolated .flow__step-container--cs {
        padding-bottom: 40px
    }
}

@media (min-width:768px) {
    .isolated .flow__step-container--cs {
        margin-bottom: 70px
    }
}

@media (min-width:1030px) {
    .isolated .flow__step-container--cs {
        padding-top: 44px;
        padding-bottom: 50px
    }
}

.isolated .flow__step-container--ecomm {
    padding: 25px 28px 60px
}

@media (min-width:768px) {
    .isolated .flow__step-container--ecomm {
        padding: 35px 106.66px 70px
    }
}

@media (min-width:1030px) {
    .isolated .flow__step-container--ecomm {
        padding: 40px 50px 67px
    }
}

.isolated .flow__step-one {
    -webkit-box-shadow: 0 8px 20px #0000004d;
    box-shadow: 0 8px 20px #0000004d
}

.isolated .flow__step-processing {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    margin: auto
}

.isolated .flow__step-processing-heading {
    text-align: center;
    font-size: 19px;
    color: #475864;
    font-weight: 700
}

.isolated .flow__step-processing-heading span {
    font-size: 13px;
    color: #787e83;
    font-weight: 400;
    display: inline-block;
    margin: 0 0 5px
}

.isolated .flow__step-processing-bar {
    width: 100%;
    height: 19px;
    margin: 35px auto;
    background-color: #dbdbdb;
    border-radius: 20px
}

.isolated .flow__step-processing-bar #bar {
    width: 0;
    height: 100%;
    border-radius: 20px;
    -webkit-transition: width 4s ease-in-out;
    transition: width 4s ease-in-out;
    background: #1274e5
}

.isolated .flow__step-processing-steps {
    width: 70%;
    margin: 0 auto
}

@media (min-width:768px) {
    .isolated .flow__step-processing-steps {
        width: 245px
    }
}

.isolated .flow__step-processing-item {
    position: relative;
    font-size: 13px;
    color: #505050;
    font-weight: 400;
    margin: 0 0 10px
}

.isolated .flow__step-processing-item strong {
    font-weight: 700
}

.isolated .flow__step-processing-item-loaded:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    background-image: url(/wp-content/themes/spectrum-sem-1.0/dist/assets/images/checkboxcircle.svg);
    background-size: cover;
    width: 18px;
    height: 18px
}

.isolated .flow__step-processing.flow__step--active {
    visibility: visible;
    opacity: 1;
    max-height: 1000px
}

.isolated .flow__step--active {
    display: block;
    visibility: visible
}

.isolated .flow__step--active .flow__step-processing-bar #bar {
    width: 100%;
    -webkit-transition: width 4s ease-in-out;
    transition: width 4s ease-in-out
}

@media (min-width:1030px) {
    .isolated .flow__step-extra {
        min-height: 465px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.isolated .flow__step-extra--disclaimer {
    color: #d0d0d0;
    font: normal normal 600 10px/14px;
    text-align: center;
    margin-top: 5px
}

@media (min-width:1030px) {
    .isolated .flow__step-extra--disclaimer {
        position: absolute;
        bottom: -20px;
        left: 45%
    }
}

.isolated .flow__question {
    color: #262626;
    font: normal normal 700 17px/26px;
    margin-bottom: 21px;
    text-align: center
}

@media (min-width:768px) {
    .isolated .flow__question {
        font: normal normal 700 22px/30px;
        margin-bottom: 34px
    }
}

@media (min-width:1030px) {
    .isolated .flow__question {
        margin-bottom: 36px
    }
}

.isolated .flow__button {
    border-radius: 5px;
    background: #002f73;
    border: none;
    color: #fff;
    cursor: pointer;
    font: normal normal 700 16px/22px;
    outline: transparent;
    padding: 14px 0;
    text-align: center;
    width: 100%;
    margin-bottom: 12px
}

@media (min-width:768px) {
    .isolated .flow__button {
        font: normal normal 700 20px/27px;
        padding: 20px 0;
        margin-bottom: 24px
    }
}

@media (min-width:1030px) {
    .isolated .flow__button {
        font: normal normal 700 22px/30px
    }
}

.isolated .flow__button--link {
    display: inline-block
}

.isolated .flow__button--link:active,
.isolated .flow__button--link:focus,
.isolated .flow__button--link:hover {
    color: #fff;
    text-decoration: none
}

@media (min-width:768px) {
    .isolated .flow__button--link {
        padding: 16.5px 0;
        margin-bottom: 20px
    }
}

@media (min-width:1030px) {
    .isolated .flow__button--link {
        padding: 15px 0
    }
}

.isolated .flow__button:last-child {
    margin-bottom: 0
}

.isolated .flow__button-back {
    color: #fff;
    cursor: pointer;
    display: block;
    font: normal normal 700 18px/24px;
    margin: auto;
    margin-top: 29px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none;
    outline: transparent
}

.isolated .flow__button-back>img {
    top: -2px;
    position: relative
}

@media (min-width:1030px) {
    .isolated .flow__button-back {
        margin-left: 48%
    }
}

@media (min-width:1030px) {
    .isolated .flow__button-back-auto {
        margin: auto;
        margin-top: 29px
    }
}

.mix-match {
    background: #fff;
    padding: 24px 0 46px
}

@media (min-width:375px) {
    .mix-match {
        padding: 24px 0 40px
    }
}

@media (min-width:768px) {
    .mix-match {
        padding: 50px 0
    }
}

@media (min-width:1030px) {
    .mix-match {
        padding: 60px 0
    }
}

.mix-match__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    margin-bottom: 20px
}

@media (min-width:1030px) {
    .mix-match__title {
        font-size: 36px;
        line-height: 49px
    }
}

.mix-match__card {
    width: 100%;
    padding: 32px 16px;
    margin-top: 20px;
    -webkit-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
    text-align: center
}

@media (min-width:375px) {
    .mix-match__card {
        padding: 32px
    }
}

@media (min-width:768px) {
    .mix-match__card {
        padding: 32px 44px
    }
}

@media (min-width:1030px) {
    .mix-match__card {
        padding: 32px 60px
    }
}

.mix-match__card--title {
    color: #00629b;
    font: normal normal 600 28px/38px Spectrum Sans
}

.mix-match__card--subtitle {
    color: #003057;
    font: normal normal 600 20px/26px Spectrum Sans;
    margin-bottom: 10px
}

.mix-match__card--icon {
    padding: 16px 0 20px;
    width: 85px
}

@media (min-width:375px) {
    .mix-match__card--icon {
        padding: 20px 0 25px;
        width: 119px
    }
}

@media (min-width:768px) {
    .mix-match__card--icon {
        padding: 13px 0 19px;
        width: 111px
    }
}

@media (min-width:1030px) {
    .mix-match__card--icon {
        padding: 20px 0 25px;
        width: 136px
    }
}

.mix-match__card--price {
    color: #003057;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mix-match__card--price-dollars {
    font: normal normal 700 61px/60px Spectrum Sans
}

@media (min-width:375px) {
    .mix-match__card--price-dollars {
        font: normal normal 700 79px/76px Spectrum Sans
    }
}

@media (min-width:768px) {
    .mix-match__card--price-dollars {
        font: normal normal 700 82px/78px Spectrum Sans
    }
}

@media (min-width:1030px) {
    .mix-match__card--price-dollars {
        font: normal normal 700 87px/82px Spectrum Sans
    }
}

.mix-match__card--price-dollars>sup {
    top: -.75em;
    font-size: 50%
}

.mix-match__card--price-cents {
    font: normal normal 700 24px/33px Spectrum Sans;
    position: relative;
    top: -10px;
    left: -10px
}

@media (min-width:375px) {
    .mix-match__card--price-cents {
        font: normal normal 700 32px/43px Spectrum Sans
    }
}

@media (min-width:1030px) {
    .mix-match__card--price-cents {
        font: normal normal 700 35px/47px Spectrum Sans
    }
}

.mix-match__card--price-cents>span {
    font: normal normal 700 9px/13px Spectrum Sans
}

@media (min-width:375px) {
    .mix-match__card--price-cents>span {
        font: normal normal 700 13px/18px Spectrum Sans
    }
}

@media (min-width:768px) {
    .mix-match__card--price-cents>span {
        font-size: 17px
    }
}

@media (min-width:1030px) {
    .mix-match__card--price-cents>span {
        font: normal normal 700 14px/19px Spectrum Sans
    }
}

.mix-match__card--price-term {
    font: normal normal 700 9px/10px Spectrum Sans
}

@media (min-width:375px) {
    .mix-match__card--price-term {
        font: normal normal 700 12px/17px Spectrum Sans
    }
}

.mix-match__card--price-right {
    margin-left: 11px;
    text-align: left
}

.mix-match__card--condition {
    color: #626262;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 32px
}

.mix-match__cta {
    border-radius: 5px;
    margin: 40px auto 0;
    width: 100%
}

@media (min-width:768px) {
    .mix-match__cta {
        margin-top: 34px;
        width: 350px
    }
}

@media (min-width:1030px) {
    .mix-match__cta {
        margin-top: 50px;
        width: 380px;
        height: 70px
    }
}

.mix-match__cta--order {
    color: #0099d8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font: normal normal 700 16px/30px Spectrum Sans;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: underline;
    margin-top: 12px
}

@media (min-width:768px) {
    .mix-match__cta--order {
        font: normal normal 700 20px/27px Spectrum Sans
    }
}

.mix-match__cta--order:hover {
    color: #0099d8;
    cursor: pointer
}

signature {
    padding: 40px 0;
    background-color: #fbfbfb
}

@media (min-width:1030px) {
    .signature {
        padding: 62px 0
    }
}

.signature__image {
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .signature__image {
        margin-bottom: 0
    }
}

.signature__eyebrow {
    color: #0099d8;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 12px
}

@media (min-width:768px) {
    .signature__eyebrow {
        font-size: 18px;
        line-height: 25px
    }
}

.signature__eyebrow>sup {
    font-size: 60%
}

.signature__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 12px
}

@media (min-width:768px) {
    .signature__title {
        margin-bottom: 24px
    }
}

@media (min-width:1030px) {
    .signature__title {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 36px
    }
}

.signature__features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0
}

@media (min-width:1030px) {
    .signature__features {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.signature__features>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 12px
}

@media (min-width:1030px) {
    .signature__features>li {
        width: 216px;
        margin-right: 12px
    }
}

.signature__features>li:before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 4px;
    background-image: url("/wp-content/themes/spectrum-sem-1.0/src/images/svg/blue-check-mark.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 13px auto
}

.signature__cta {
    border-radius: 5px;
    width: 100%;
    height: 70px;
    margin: 12px 0 0
}

@media (min-width:1030px) {
    .signature__cta {
        width: 380px;
        margin-top: 24px
    }
}

.signature__cta .spectrum__cta-text {
    font-size: 16px;
    line-height: 22px
}

.signature__cta .spectrum__cta-phone {
    font-size: 24px;
    line-height: 33px
}

.signature__disclaimer {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin: 12px 0 0
}

.signature__disclaimer [data-modal-opener],
.signature__disclaimer [data-modal-opener]:focus,
.signature__disclaimer [data-modal-opener]:hover {
    color: inherit;
    outline: transparent;
    text-decoration: underline;
    cursor: pointer
}

.flow__step-banner {
    background: #0099d8;
    position: relative
}

.flow__step-banner>p {
    font: normal normal 600 13px/18px Spectrum Sans;
    padding: 13px 0 14px;
    text-align: center
}

@media (min-width:375px) {
    .flow__step-banner>p {
        font: normal normal 600 14px/19px Spectrum Sans
    }
}

@media (min-width:768px) {
    .flow__step-banner>p {
        font: normal normal 600 18px/24px Spectrum Sans;
        padding: 18px 0
    }
}

@media (min-width:1030px) {
    .flow__step-banner>p {
        font: normal normal 600 20px/27px Spectrum Sans;
        padding: 20px 0
    }
}

.flow__step-banner>div {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0099d8;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10
}

@media (min-width:768px) {
    .flow__step-banner>div {
        border-left: 18.5px solid transparent;
        border-right: 18.5px solid transparent;
        border-top: 16px solid #0099d8
    }
}

.flow__step-banner--internet {
    background: #003057;
    padding: 30px 24px;
    text-align: center;
    margin-top: 10px
}

@media (min-width:375px) {
    .flow__step-banner--internet {
        padding: 30px 28px
    }
}

@media (min-width:768px) {
    .flow__step-banner--internet {
        padding: 35px 61px 30px;
        margin-top: 20px
    }
}

@media (min-width:1030px) {
    .flow__step-banner--internet {
        margin-top: unset;
        padding: 35px;
        position: absolute;
        right: -200px;
        width: 330px
    }
}

.flow__step-banner--internet>hr {
    border: 1px solid #496b87;
    margin: 15px 0 32px
}

@media (min-width:768px) {
    .flow__step-banner--internet>hr {
        margin: 15px 0 30px
    }
}

@media (min-width:1030px) {
    .flow__step-banner--internet>hr {
        margin: 15px 0 35px
    }
}

.flow__step-banner--internet>p {
    font: normal normal 700 22px/30px Spectrum Sans
}

.flow__step-banner--internet>section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flow__step-banner--internet>section>img {
    width: 35px
}

@media (min-width:375px) {
    .flow__step-banner--internet>section>img {
        width: 45px
    }
}

@media (min-width:768px) {
    .flow__step-banner--internet>section>img {
        width: 42px
    }
}

@media (min-width:1030px) {
    .flow__step-banner--internet>section>img {
        width: 45px
    }
}

.flow__step-banner--internet>section>p {
    font: normal normal normal 16px/22px Spectrum Sans;
    width: 100%
}

@media (min-width:375px) {
    .flow__step-banner--internet>section>p {
        font: normal normal normal 18px/27px Spectrum Sans
    }
}

@media (min-width:768px) {
    .flow__step-banner--internet>section>p {
        font: normal normal normal 18px/24px Spectrum Sans
    }
}

@media (min-width:1030px) {
    .flow__step-banner--internet>section>p {
        font: normal normal normal 20px/27px Spectrum Sans
    }

    .flow__step-banner--internet>section>p:nth-child(2) {
        white-space: nowrap;
        position: relative;
        left: 7px
    }
}

.flow__step-banner--internet>img {
    -webkit-filter: invert(46%) sepia(89%) saturate(2166%) hue-rotate(166deg) brightness(91%) contrast(102%);
    filter: invert(46%) sepia(89%) saturate(2166%) hue-rotate(166deg) brightness(91%) contrast(102%);
    margin: 20px 0
}

@media (min-width:375px) {
    .flow__step-banner--internet>img {
        margin: 30px 0
    }
}

@media (min-width:768px) {
    .flow__step-banner--internet>img {
        margin: 10px 0
    }
}

@media (max-width:1199.98px) {
    .flow__step-banner--internet>img {
        margin: 20px 0
    }
}

.flow__step-banner--internet-cta {
    margin: auto;
    margin-top: 36px
}

@media (min-width:375px) {
    .flow__step-banner--internet-cta {
        margin-top: 32px
    }
}

@media (min-width:768px) {
    .flow__step-banner--internet-cta {
        margin-top: 36px
    }
}

.flow__step-banner--router {
    background: transparent -webkit-gradient(linear, left bottom, left top, from(#002d6e), to(#006bc7)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(0deg, #002d6e, #006bc7) 0 0 no-repeat padding-box;
    padding: 19px 22px 30px;
    margin-top: 10px;
    text-align: center
}

@media (min-width:768px) {
    .flow__step-banner--router {
        margin-top: 20px;
        padding: 20px 61px 30px
    }
}

@media (min-width:1030px) {
    .flow__step-banner--router {
        margin-top: unset;
        padding: 19px 35px 35px;
        width: 330px;
        position: absolute;
        right: -200px
    }
}

.flow__step-banner--router>img {
    width: 100%
}

@media (min-width:768px) {
    .flow__step-banner--router>img {
        width: 227px
    }
}

.flow__step-banner--router>div {
    background: transparent -webkit-gradient(linear, right top, left top, from(#0053aa), color-stop(49%, #0099d8), to(#0052a8)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(270deg, #0053aa, #0099d8 49%, #0052a8) 0 0 no-repeat padding-box;
    height: 2px;
    margin: 15px 0 20px
}

@media (min-width:1030px) {
    .flow__step-banner--router>div {
        margin: 18px 0
    }
}

.flow__step-banner--router-cta {
    margin: auto
}

.flow__step-banner--router-text1 {
    font: normal normal 700 26px/32px Spectrum Sans;
    text-align: center
}

.flow__step-banner--router-text2 {
    font: normal normal 600 18px/24px Spectrum Sans;
    text-align: center;
    padding: 0 10px;
    margin: 16px 0 25px
}

@media (min-width:768px) {
    .flow__step-banner--router-text2 {
        margin-bottom: 30px
    }
}

@media (min-width:1030px) {
    .flow__step-banner--router-text2 {
        margin-bottom: 23px;
        padding: 0 20px
    }
}

.container {
    max-width: 1320px !important;
}

@media(max-width:1370px) {
    .container {
        max-width: 90% !important;
    }
}


.modal.show {
    visibility: visible !important;
    opacity: 1;
}

/*  for new style  */
.header__cta--glow {
    display: flex !important;
    gap: 8px;
}

.header__cta--glow i {
    font-size: 18px;
}

.header #navbarNav .nav-link {
    transition: all .5s ease;
}

.months-free .months-free__cta {
    display: flex;
    gap: 8px;
    text-decoration: none;
}

.months-free .fa-file-invoice-dollar {
    font-size: 52px;
    color: #fff;
}

.bundle-btn__row .bundle-btn--v3 {
    position: relative;
    border: 1px solid transparent;
    transition: all .5s ease;
}

.bundle-btn__row .bundle-btn--v3.active {
    border-color: #2a71e6;
    background-color: #2a72e60f;

}

.swiper-backface-hidden .swiper-slide {
    align-items: baseline !important;
}

.plan-v3__cta {
    margin-top: 60px !important;
    gap: 9px;
}

.plan-v3__cta i {
    font-size: 23px;
}

.plans__compare tr td i {
    font-size: 43px;
}

.perks__dropdown--toggle:focus+.perks__dropdown--content {
    min-height: auto !important;
    max-height: none;
    opacity: 1;
}

.perks__dropdown--toggle:focus i {
    transform: rotate(180deg);

}

.perks__dropdown--toggle i {
    margin-left: 15px;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0099d8;
    border-radius: 100px;
    transition: all .5s ease;
    color: #0099d8;
    transform: rotate(0deg);
}

.perks__dropdown--toggle {
    background: transparent;
}

.deals__item.deals__google {
    background-position: right;
}

.header__logo img {
    display: block !important;
}

.navbar-toggler {
    margin-right: 3px;
    margin-left: -8px;
}

.hero__top-pricing>img {
    position: relative;
    left: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 201px;
}

.hero__top-pricing-deal>section>p:first-child {
    position: relative;
    bottom: 0;
    right: -8px;
    font: normal normal 700 31px/42px Spectrum Sans;
}

.hero__top-pricing-deal .big_text {
    font-size: 49px;
    font-weight: 900;
}

.hero__top-pricing-deal .small_text {
    font-size: 13px;
}

.hero__top-pricing-term {
    position: unset;
}

.hero__top-pricing-deal .text_box {
    margin-left: -37px;
}

.hero__top-pricing-term {
    position: unset;
}

.blue-save__image-container--right {
    position: relative;
}

.blue-save__image-container--circle {
    position: absolute;
    right: 15px;
    top: -10px;
    z-index: 2;
    width: 118px;
    height: auto;
}

@media (min-width: 1030px) {
    .blue-save__image-container--image {
        right: 0;
        left: auto;
        margin-top: -40px;
    }
}

@media (min-width: 768px) {
    .blue-save__image-container--image {
        position: static;
        -webkit-transform: none;
        transform: none;
        scale: 1;
        left: 0;
        top: 0;
        max-width: 100%;
        width: 620px;
        margin-top: -20px;
    }
}
.blue-save__image-container--right img{
    opacity: 1 !important;
}


.blue-save__image-container--image {
    max-width: 120%;
    position: relative;
    left: -40px;
    margin-top: -30px;
    height: auto;
    width: 310px;
    scale: 1.4;
    position: absolute;
    left: 70%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0;
}

@media (min-width: 1030px) {
    .blue-save__image-container--circle {
        right: 20px;
        top: -36px;
    }
}

@media (min-width: 768px) {
    .hero__top-pricing-deal>section>p:first-child {
        font: normal normal 700 49px/66px Spectrum Sans;
        bottom: 16px;
    }
}

@media(min-width:1030px) {
    .header #navbarNav {
        display: block;
    }

    .header #navbarNav .navbar-nav {
        flex-direction: row;
    }

    .header .header__cta {
        width: 273px;
        height: 59px;
    }

    .hero__top-pricing>img {
        height: 334px;
    }

    .hero__top-pricing-deal>section>p:first-child {
        font: normal normal 700 56px/76px Spectrum Sans;
        bottom: 0;
    }
}


/*  for new style  */