/* embed CSS to load before HTML */
@import url(https://fonts.cdnfonts.com/css/graphik-trial);

@font-face {
  font-family: Graphik;
  src: url(https://internet.brightspeed.com/wp-content/themes/brightspeed/src/scss/fonts/Graphik/Graphik-Light.woff2) format("woff2"), url(https://internet.brightspeed.com/wp-content/themes/brightspeed/src/scss/fonts/Graphik/Graphik-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Graphik;
  src: url(https://internet.brightspeed.com/wp-content/themes/brightspeed/src/scss/fonts/Graphik/GraphikRegular.woff2) format("woff2"), url(https://internet.brightspeed.com/wp-content/themes/brightspeed/src/scss/fonts/Graphik/Graphik-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Graphik;
  src: url(https://internet.brightspeed.com/wp-content/themes/brightspeed/src/scss/fonts/Graphik/Graphik-Medium.woff2) format("woff2"), url(https://internet.brightspeed.com/wp-content/themes/brightspeed/src/scss/fonts/Graphik/Graphik-Medium.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

.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
}

.hidden {
  display: none
}

.h-100 {
  height: 100%
}

.nowrap {
  white-space: nowrap
}

.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}

@-webkit-keyframes fade {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

*,
: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)
}

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

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  font-family: Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  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: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;
  cursor: pointer
}

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: 288px
}

@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: 334px
  }
}

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

@media (min-width:1030px) {
  .container {
    max-width: 980px
  }
}

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

.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
  }
}

.fd-row {
  -webkit-box-orient: horizontal !important;
  -webkit-flex-direction: row !important;
  -moz-box-orient: horizontal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

.fd-col,
.fd-row {
  -webkit-box-direction: normal !important;
  -moz-box-direction: normal !important
}

.fd-col {
  -webkit-box-orient: vertical !important;
  -webkit-flex-direction: column !important;
  -moz-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

@media (min-width:375px) {
  .fd-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .fd-sm-col,
  .fd-sm-row {
    -webkit-box-direction: normal !important;
    -moz-box-direction: normal !important
  }

  .fd-sm-col {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
}

@media (min-width:768px) {
  .fd-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .fd-md-col,
  .fd-md-row {
    -webkit-box-direction: normal !important;
    -moz-box-direction: normal !important
  }

  .fd-md-col {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
}

@media (min-width:1030px) {
  .fd-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .fd-lg-col,
  .fd-lg-row {
    -webkit-box-direction: normal !important;
    -moz-box-direction: normal !important
  }

  .fd-lg-col {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
}

@media (min-width:1200px) {
  .fd-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .fd-xl-col,
  .fd-xl-row {
    -webkit-box-direction: normal !important;
    -moz-box-direction: normal !important
  }

  .fd-xl-col {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
}

.jc-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.jc-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -moz-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}

.jc-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -moz-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}

.jc-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -moz-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.jc-evenly {
  -webkit-box-pack: space-evenly !important;
  -webkit-justify-content: space-evenly !important;
  -moz-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important
}

.jc-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}

@media (min-width:375px) {
  .jc-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .jc-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .jc-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .jc-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .jc-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
  }

  .jc-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
}

@media (min-width:768px) {
  .jc-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .jc-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .jc-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .jc-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .jc-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
  }

  .jc-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
}

@media (min-width:1030px) {
  .jc-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .jc-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .jc-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .jc-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .jc-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
  }

  .jc-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
}

@media (min-width:1200px) {
  .jc-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .jc-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .jc-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .jc-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .jc-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
  }

  .jc-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
}

.ai-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.ai-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -moz-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

.ai-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -moz-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important
}

@media (min-width:375px) {
  .ai-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .ai-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .ai-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
}

@media (min-width:768px) {
  .ai-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .ai-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .ai-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
}

@media (min-width:1030px) {
  .ai-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .ai-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .ai-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
}

@media (min-width:1200px) {
  .ai-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .ai-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .ai-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
}

.alert {
  display: none;
  position: absolute;
  left: 0;
  top: 0
}

.alert.active {
  display: inline-block
}

.alert__bg {
  background-color: #111;
  opacity: .58;
  z-index: 999999;
  height: 100%;
  overflow: auto;
  top: 0
}

.alert__bg,
.alert__box {
  position: fixed;
  left: 0;
  width: 100%
}

.alert__box {
  top: 30%;
  z-index: 9999999
}

.alert__container {
  position: relative;
  top: 0;
  width: 250px;
  font-size: 15px;
  text-align: center;
  padding: 19px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5) inset;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
  border-top: 28px solid #ffc800;
  z-index: 9999999;
  margin: 0 auto
}

.alert__button {
  display: block;
  font-size: 16px;
  color: #0a0a0a;
  background-color: #ffc800;
  cursor: pointer;
  padding: 10px 40px;
  margin: 25px auto 0;
  border: none;
  border-radius: 8px
}

.alert__message {
  font-size: 17px;
  color: #0a0a0a
}

.modalClick {
  cursor: pointer
}

.modalPage {
  top: 0;
  left: 0;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .6);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 15
}

.modalPage__show {
  -webkit-animation: show .7s ease both;
  animation: show .7s ease both
}

.modalPage__modal {
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
  padding: 58px 100px;
  background-color: #fff;
  left: 10px;
  right: 10px;
  top: 60px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
  z-index: 30;
  max-height: 70vh;
  max-width: 980px;
  position: absolute;
  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 (max-width:1029.98px) {
  .modalPage__modal {
    padding: 58px 35px
  }
}

@media (max-width:767.98px) {
  .modalPage__modal {
    max-width: 590px;
    margin-top: 50px;
    padding: 25px 20px
  }
}

.modalPage__modal-header {
  font-size: 20px
}

@media (max-width:767.98px) {
  .modalPage__modal-header {
    font-size: 16px
  }
}

.modalPage__modal-contentDiv {
  font-size: 16px !important;
  line-height: 1.35;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 0
}

@media (max-width:767.98px) {
  .modalPage__modal-contentDiv {
    max-height: 70%
  }
}

.modalPage__modal-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 30px
}

@media (max-width:767.98px) {
  .modalPage__modal-close {
    top: 10px;
    right: 20px
  }
}

.modalPage__modal a {
  text-decoration: underline !important
}

@-webkit-keyframes show {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes show {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

body {
  position: relative;
  font-family: Graphik, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif
}

a {
  text-decoration: none !important
}

.content {
  max-width: 1145px;
  margin: 0 auto;
  z-index: 1
}

@media (max-width:1029.98px) {
  .content {
    max-width: 750px
  }
}

.card {
  width: 100%;
  margin: 0 auto 16px;
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .160784);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .160784);
  background-color: #fff;
  border-radius: 25px;
  border: 4px solid #0a0a0a;
  font-size: 18px;
  font-family: Poppins, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif
}

@media (min-width:768px) and (max-width:1029.98px) {
  .card {
    max-width: 350px;
    margin-bottom: 28px
  }
}

.card--circles {
  padding-top: 34px
}

@media (min-width:1030px) {
  .card--circles {
    padding-top: 38px
  }
}

.card--circles:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 34px;
  background-image: url(https://d3py7o44tl47wa.cloudfront.net/cdn_asset/128/wp-content/themes/brightspeed/src/images/card-top.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover
}

@media (min-width:1030px) {
  .card--circles:before {
    height: 38px
  }
}

.card--black {
  border-top-width: 38px
}

@media (min-width:768px) {
  .card--black {
    min-height: 460px
  }
}

@media (min-width:1030px) {
  .card--black {
    border-top-width: 42px
  }
}

.card--popular {
  position: relative;
  overflow: visible
}

.card--popular:after {
  content: "MOST POPULAR";
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, -4%);
  transform: translate(-50%, -4%);
  color: #ffc800;
  font-weight: 700;
  padding: 10px;
  font-size: 14px;
  z-index: 10;
  letter-spacing: .56px
}

.card--fiber {
  border: 10px solid #ffc800
}

@media (max-width:767.98px) {
  .card--fiber {
    margin-top: 50px
  }
}

@media (min-width:768px) {
  .card--fiber {
    min-height: 514px
  }
}

.card--fiber-ribbon {
  color: #ffc800;
  text-transform: uppercase;
  width: 177px;
  font-size: 16px;
  font-weight: 700;
  height: 32px;
  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;
  padding-left: 35px;
  background-image: url(https://d3py7o44tl47wa.cloudfront.net/cdn_asset/128/wp-content/themes/brightspeed/src/images/brightspeed-flag.png);
  margin: 25px 0 0;
  position: relative;
  left: -9px
}

@media (max-width:1029.98px) {
  .card--fiber-ribbon {
    margin-bottom: 0
  }
}

.card--fiber-no-margin-top {
  margin-top: 0
}

.card__wrapper {
  padding: 25px 35px 32px
}

@media (max-width:767.98px) {
  .card__wrapper {
    padding: 25px 15px 32px
  }
}

.card__wrapper-checkout {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 4px
}

.card__wrapper-icon {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: -6%;
  left: 50%;
  height: auto;
  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
}

.card__wrapper-header,
.card__wrapper-icon {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.card__wrapper-header {
  width: 245px;
  margin: 0 auto;
  height: 120px;
  border-top-left-radius: 135px;
  border-top-right-radius: 135px;
  border: 1px solid #bdbdbd;
  background: #fff;
  border-bottom: 0
}

@media (min-width:768px) {
  .card__wrapper-header--fiber {
    border: 2px solid #1ea569
  }
}

.card__wrapper-title {
  font-size: 20px;
  font-weight: 700;
  background-image: url(https://d3py7o44tl47wa.cloudfront.net/cdn_asset/128/wp-content/themes/brightspeed/src/images/card-title-background.png);
  background-repeat: no-repeat;
  width: 300px;
  text-align: left;
  padding-left: 20px;
  text-shadow: 2px 2px 0 #fff
}

.card__wrapper-title--large {
  font-size: 32px;
  font-weight: 900;
  padding-left: 0;
  background-image: url(https://d3py7o44tl47wa.cloudfront.net/cdn_asset/128/wp-content/themes/brightspeed/src/images/card-title-background-update.png);
  background-size: auto;
  background-position: 0
}

.card__wrapper-price {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 700;
  text-align: center
}

.card__wrapper-price span {
  font-size: 50px
}

.card__wrapper-price span span {
  font-size: 30px
}

.card__wrapper-copy {
  color: #0a0a0a;
  font-size: 15px;
  margin-bottom: 16px
}

.card__wrapper-disclaimer {
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  color: #0a0a0a;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  font-weight: 300;
  margin: 16px 0 0
}

.card__wrapper-order {
  color: #0a0a0a;
  font-family: Poppins, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  text-align: center;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  width: 129px;
  display: block
}

.card__wrapper-button:hover {
  background-color: #ffc800;
  border: 3px solid #ffc800
}

.card__wrapper-button {
  width: 100%;
  padding: 6px 0;
  text-align: center;
  color: #0a0a0a;
  margin-top: 15px;
  border-radius: 50px;
  border: 3px solid #0a0a0a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .15s;
  transition: .15s
}

.card__wrapper-button-text {
  font-size: 16px;
  height: 14px
}

@media (max-width:374.98px) {
  .card__wrapper-button-text {
    font-size: 13px
  }
}

.card__wrapper-button-number {
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:374.98px) {
  .card__wrapper-button-number {
    font-size: 20px
  }
}

.card__wrapper-buttonFiber:hover {
  background-color: #000;
  border: 2px solid #000;
  color: #ffc800
}

.card__wrapper-buttonFiber {
  -webkit-transition: .25s;
  transition: .25s;
  background-color: #ffc800;
  border: 2px solid #ffc800;
  -webkit-box-shadow: inset 0 0 10px #fff;
  box-shadow: inset 0 0 10px #fff;
  padding: 6px;
  text-align: center;
  margin: 15px auto 0;
  cursor: pointer;
  border-radius: 50px
}

.card__wrapper-buttonFiber-text {
  font-size: 16px
}

.card__wrapper-buttonFiber-number {
  font-size: 24px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center
}

.card__wrapper-buttonFiber-number,
.card__wrapper-clickoutContainer {
  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
}

.card__wrapper-clickoutContainer {
  padding-top: 20px
}

.card__wrapper-clickoutContainer-text {
  font-size: 18px
}

@media (max-width:1029.98px) {
  .card__wrapper-clickoutContainer-text {
    font-size: 16px
  }
}

@media (max-width:767.98px) {
  .card__wrapper-clickoutContainer-text {
    font-size: 14px
  }
}

.card__wrapper-clickoutContainer a {
  font-size: 18px;
  font-weight: 700;
  color: #0046ba !important
}

@media (max-width:1029.98px) {
  .card__wrapper-clickoutContainer a {
    font-size: 16px
  }
}

@media (max-width:767.98px) {
  .card__wrapper-clickoutContainer a {
    font-size: 14px
  }
}

.card__wrapper-line {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 30px;
  height: 1px;
  background: #a2a2a2;
  opacity: .7
}

.card__wrapper-list {
  list-style: none;
  margin-top: 25px;
  padding-left: 0;
  text-align: left
}

@media (min-width:768px) {
  .card__wrapper-list {
    height: 126px
  }
}

.card__wrapper-list-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 8px 0 12px
}

.card__wrapper-list-feature p {
  margin: 0 0 0 10px;
  line-height: 1.25
}

.card__wrapper-list-feature img {
  -webkit-transform: translateY(2px);
  transform: translateY(2px)
}

.card__wrapper-list-feature--last {
  margin-bottom: 8px
}

.card__fiberBanner {
  background-color: #48d496;
  height: 40px;
  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
}

@media (min-width:1030px) {
  .card__fiberBanner {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px
  }
}

@media (max-width:1029.98px) {
  .card__fiberBanner {
    margin: 0 0 65px
  }
}

@media (max-width:767.98px) {
  .card__fiberBanner {
    margin: 0 0 25px
  }
}

.card__fiberBanner img {
  width: 18px;
  margin-right: 10px
}

.card__fiberBanner span {
  font-size: 14px
}

@media (max-width:1029.98px) {
  .card__fiberBanner span {
    font-size: 12px
  }
}

@media (max-width:767.98px) {
  .card:nth-child(3) {
    margin: 0 auto 25px
  }
}

.thankYouRibbon {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 7px
}

.swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.swiper-one {
  overflow: hidden
}

.swiper-one-next,
.swiper-one-prev {
  width: 74px;
  height: 74px
}

@media (max-width:1029.98px) {

  .swiper-one-next,
  .swiper-one-prev {
    display: none !important
  }
}

.swiper-one-prev {
  left: -6% !important
}

.swiper-one-next {
  right: -6% !important
}

.swiper-one-next:after,
.swiper-one-prev:after {
  font-size: 28px !important;
  border: 2px solid #000;
  background: #ffc800;
  border-radius: 50%;
  padding: 25px;
  width: 74px;
  height: 74px;
  display: inline-block;
  text-align: center;
  color: #000;
  line-height: .8 !important
}

@media (min-width:768px) and (max-width:1029.98px) {
  .swiper-slide {
    height: unset !important
  }
}

@media (min-width:768px) and (max-width:1029.98px) {
  .swiper-slide .card {
    margin: 0 auto 30px;
    height: calc(100% - 30px)
  }
}

[data-target] {
  cursor: pointer
}

.difference {
  background-color: #fff;
  color: #0a0a0a;
  padding: 50px 0;
  text-align: center
}

.difference__title {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 25px
}

@media (max-width:767.98px) {
  .difference__title {
    font-size: 28px
  }
}

.difference__lockup {
  width: 100%
}

@media (min-width:768px) {
  .difference__lockup {
    width: 451px;
    margin-bottom: 8px;
    margin-top: 10px
  }
}

@media (min-width:1030px) {
  .difference__lockup {
    width: auto;
    margin-bottom: 15px
  }
}

.difference__subtitle {
  font-size: 20px;
  margin-bottom: 32px;
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif
}

@media (max-width:767.98px) {
  .difference__subtitle {
    font-size: 18px
  }
}

.difference__itemList {
  margin: auto
}

.difference__item {
  max-width: 380px;
  margin: 0 auto
}

@media (max-width:767.98px) {
  .difference__item {
    margin-bottom: 30px
  }
}

.difference__item-title {
  font-size: 33px;
  margin-bottom: 15px
}

@media (max-width:767.98px) {
  .difference__item-title {
    font-size: 38px;
    margin-bottom: 15px
  }
}

.difference__item-text {
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 16px
}

@media (max-width:767.98px) {
  .difference__item-text {
    font-size: 18px
  }
}

.difference__item-imageDiv {
  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;
  margin: 20px auto
}

.difference__item-imageDiv img {
  height: 85px;
  width: auto
}

.difference__button:hover {
  background-color: #000;
  color: #ffc800
}

.difference__button {
  background-color: #ffc800;
  max-width: 624px;
  width: 100%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  height: 70px;
  text-align: center;
  color: #0a0a0a;
  border-radius: 50px;
  margin: 50px auto 0;
  -webkit-transition: .15s;
  transition: .15s
}

@media (max-width:767.98px) {
  .difference__button {
    font-size: 16px;
    margin: 15px auto 0
  }
}

@media (max-width:374.98px) {
  .difference__button {
    font-size: 16px;
    margin: 15px auto 0
  }
}

.difference__button-text {
  font-size: 24px;
  line-height: 1.25
}

@media (max-width:767.98px) {
  .difference__button-text {
    font-size: 16px
  }
}

@media (max-width:374.98px) {
  .difference__button-text {
    font-size: 13px
  }
}

.difference__button-text strong {
  font-size: 24px
}

@media (max-width:374.98px) {
  .difference__button-text strong {
    font-size: 21px
  }
}

.faq {
  background-color: #ffc800;
  overflow: hidden;
  padding: 50px 0;
  position: relative;
  background-image: url(assets/faq-border.png), url(assets/faq-border.png);
  background-position: 0 0, 100% 0;
  background-repeat: repeat-y;
  background-size: 64px auto
}

@media (max-width:1029.98px) {
  .faq {
    background-image: url(assets/faq-border-mobile.png), url(assets/faq-border-mobile.png);
    background-position: top, bottom;
    background-repeat: repeat-x;
    background-size: 1030px 80px;
    padding: 100px 0 120px
  }
}

.faq--pad {
  padding: 50px 0;
  background-image: none
}

.faq__wrapper-title {
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 44px;
  line-height: 53px;
  font-weight: 700;
  margin-bottom: 31px;
  text-align: center;
  color: #000
}

@media (max-width:1029.98px) {
  .faq__wrapper-title {
    font-size: 40px;
    line-height: 48px
  }
}

@media (max-width:767.98px) {
  .faq__wrapper-title {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 40px
  }
}

.faq__wrapper-question {
  width: 100%;
  display: block;
  margin-bottom: 20px
}

@media (max-width:767.98px) {
  .faq__wrapper-question {
    margin-bottom: 16px
  }
}

.faq__wrapper-question:last-of-type {
  margin-bottom: 0
}

.faq__wrapper-question-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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  padding: 30px;
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
  color: #000;
  cursor: pointer
}

@media (max-width:1029.98px) {
  .faq__wrapper-question-header {
    padding: 30px 55px
  }
}

@media (max-width:767.98px) {
  .faq__wrapper-question-header {
    padding: 19px 28px;
    font-size: 16px;
    line-height: 24px
  }
}

.faq__wrapper-question-header-arrow {
  width: 11px;
  margin-left: 20px
}

@media (max-width:767.98px) {
  .faq__wrapper-question-header-arrow {
    width: 9px
  }
}

.faq__wrapper-question-header-arrow-down {
  width: 27px;
  margin-left: 12px
}

@media (max-width:767.98px) {
  .faq__wrapper-question-header-arrow-down {
    width: 21px
  }
}

.faq__wrapper-question-content {
  background-color: #fff;
  padding: 10px 80px 20px 30px;
  font-family: Poppins, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #000;
  cursor: pointer;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px)
}

@media (max-width:1029.98px) {
  .faq__wrapper-question-content {
    padding-left: 55px;
    padding-right: 55px;
    font-size: 12px;
    line-height: 18px
  }
}

@media (max-width:767.98px) {
  .faq__wrapper-question-content {
    padding-left: 28px;
    padding-right: 42px
  }
}

.faq__wrapper-question-content-notVisible {
  display: none
}

.faq__wrapper-question-content-visible {
  display: block
}

.fiberFeatures {
  position: relative;
  overflow: hidden;
  padding: 35px 0 0
}

.fiberFeatures__container {
  background-color: #f2f3f3;
  height: 466px;
  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
}

@media (max-width:1029.98px) {
  .fiberFeatures__container {
    height: unset;
    background-color: #fff
  }
}

@media (min-width:1030px) {
  .fiberFeatures__background {
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left top;
    object-position: left top;
    background-color: #f2f3f3
  }
}

@media (min-width:768px) and (max-width:1029.98px) {
  .fiberFeatures__background {
    width: auto;
    position: absolute;
    top: 0;
    left: -150px;
    min-height: 600px
  }
}

@media (min-width:775px) and (max-width:1024px) {
  .fiberFeatures__background {
    left: 0
  }
}

@media (max-width:767.98px) {
  .fiberFeatures__background {
    margin-bottom: 25px;
    height: 275px
  }
}

@media (max-width:374.98px) {
  .fiberFeatures__background {
    height: 235px
  }
}

.fiberFeatures__content {
  margin-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.fiberFeatures__title {
  font-size: 36px;
  font-weight: 900;
  position: relative;
  z-index: 2;
  line-height: 1.25
}

@media (min-width:1030px) {
  .fiberFeatures__title {
    font-size: 33px
  }
}

@media (max-width:767.98px) {
  .fiberFeatures__title {
    font-size: 28px;
    text-align: center
  }
}

@media (max-width:374.98px) {
  .fiberFeatures__title {
    font-size: 24px
  }
}

.fiberFeatures p {
  font-size: 18px;
  display: block;
  position: relative
}

@media (max-width:767.98px) {
  .fiberFeatures p {
    text-align: center
  }
}

.fiberFeatures__list {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 15px;
  position: relative;
  z-index: 2
}

@media (max-width:1029.98px) {
  .fiberFeatures__list {
    font-size: 14px
  }
}

.fiberFeatures__list-paragraph {
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 18px;
  margin-bottom: 10px
}

@media (max-width:767.98px) {
  .fiberFeatures__list-paragraph {
    font-size: 16px
  }
}

@media (max-width:767.98px) {
  .fiberFeatures__list-wrapper {
    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-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 250px
  }
}

.fiberFeatures__list li {
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-weight: 300;
  margin: 5px 0;
  position: relative;
  padding: 0 0 0 25px
}

.fiberFeatures__list li>img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  margin-right: 5px;
  display: inline
}

.fiberFeatures__list li>p {
  display: inline;
  margin: 0
}

.fiberFeatures__button:hover {
  background-color: #0a0a0a;
  border: 3px solid #0a0a0a;
  color: #ffc800
}

.fiberFeatures__button {
  background-color: #ffc800;
  color: #0a0a0a;
  border: 3px solid #ffc800;
  -webkit-box-shadow: inset -2px 0 10px 0 #fff, inset 2px 0 10px 0 #fff;
  box-shadow: inset -2px 0 10px 0 #fff, inset 2px 0 10px 0 #fff;
  height: 70px;
  max-width: 380px;
  width: 100%;
  padding: 6px 0;
  text-align: center;
  margin-top: 30px;
  position: relative;
  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;
  border-radius: 50px;
  z-index: 2;
  -webkit-transition: .15s;
  transition: .15s
}

@media (max-width:374.98px) {
  .fiberFeatures__button {
    height: 52px
  }
}

.fiberFeatures__button-text {
  font-size: 24px
}

@media (max-width:767.98px) {
  .fiberFeatures__button-text {
    font-size: 20px
  }
}

@media (max-width:374.98px) {
  .fiberFeatures__button-text {
    font-size: 18px
  }
}

.fiberFeaturesMobile {
  position: relative;
  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;
  height: 440px;
  max-width: 440px;
  color: #000;
  margin: 0 auto
}

@media (max-width:1029.98px) {
  .fiberFeaturesMobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}

.fiberFeaturesMobile__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  -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;
  padding: 0 10px;
  margin: 0 auto
}

.thankYou__footer {
  background: url(https://d3py7o44tl47wa.cloudfront.net/cdn_asset/128/wp-content/themes/brightspeed/src/images/thank-you-footer.png);
  background-size: cover;
  padding: 25px 15px;
  margin-top: 20px
}

.thankYou__footer-button {
  margin: 0 auto;
  height: 70px;
  border-radius: 50px;
  max-width: 695px;
  background-color: #0a0a0a;
  color: #ffc800;
  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;
  text-align: center;
  font-size: 24px
}

@media (max-width:767.98px) {
  .thankYou__footer-button-text {
    font-size: 16px;
    line-height: 1.15
  }
}

@media (max-width:767.98px) {
  .thankYou__footer-button {
    max-width: 375px;
    margin: 0 auto 50px
  }

  .thankYou__footer-button strong {
    font-size: 24px;
    display: block
  }
}

.footer {
  padding: 40px 0 60px;
  background-color: #fff;
  color: #0a0a0a;
  font-family: Poppins, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  text-align: left
}

@media (min-width:768px) {
  .footer {
    padding-top: 60px
  }
}

.footer__disclaimer {
  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;
  margin-bottom: 12px
}

@media (min-width:768px) {
  .footer__disclaimer {
    -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: 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;
    margin-bottom: 20px
  }
}

@media (min-width:1030px) {
  .footer__disclaimer {
    margin-bottom: 32px
  }
}

.footer__disclaimer--logo {
  width: 160px;
  height: auto;
  margin-bottom: 24px
}

@media (min-width:768px) {
  .footer__disclaimer--logo {
    width: 280px;
    margin-right: 24px;
    margin-bottom: 0
  }
}

@media (min-width:1200px) {
  .footer__disclaimer--logo {
    margin-right: 95px
  }
}

.footer__disclaimer--text {
  font-size: 12px;
  line-height: 1.5
}

@media (min-width:1030px) {
  .footer__disclaimer--text {
    max-width: 740px;
    font-size: 16px
  }
}

.footer__links {
  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
}

@media (min-width:768px) {
  .footer__links {
    -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;
    margin: 0 -12px
  }
}

@media (min-width:1200px) {
  .footer__links {
    margin: 0 -40px
  }
}

.footer__links--link {
  display: inline-block;
  position: relative;
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.5
}

@media (min-width:768px) {
  .footer__links--link {
    text-align: center;
    margin-left: 12px;
    margin-right: 12px
  }
}

@media (min-width:1030px) {
  .footer__links--link {
    font-size: 16px
  }
}

.footer__links--link,
.footer__links--link:focus,
.footer__links--link:hover {
  color: #0a0a0a;
  text-decoration: none;
  outline: transparent
}

.footer__links--link+.footer__links--link:before {
  position: absolute;
  top: 50%;
  left: -12px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none
}

@media (min-width:768px) {
  .footer__links--link+.footer__links--link:before {
    content: "|"
  }
}

@media (min-width:768px) and (max-width:1199.98px) {
  .footer__links--link:last-child:before {
    content: unset
  }
}

.header {
  padding: 18px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  position: relative;
  z-index: 3;
  background: #fff
}

@media (max-width:1029.98px) {
  .header {
    padding: 12px 0;
    height: 80px
  }
}

@media (max-width:767.98px) {
  .header {
    height: 60px;
    padding: 14px 0
  }
}

.header--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0
}

.header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:1029.98px) {
  .header__wrapper {
    max-width: 1140px
  }
}

@media (max-width:767.98px) {
  .header__wrapper {
    padding: 14px 0
  }
}

.header__container {
  -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;
  max-width: 1145px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header__container,
.header__logo {
  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
}

.header__logo {
  width: 100%;
  height: 100%;
  max-width: 280px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  margin-left: 15px
}

.header__logo img {
  width: 180px;
  height: 36px
}

@media (max-width:767.98px) {
  .header__logo img {
    width: 120px;
    height: 24px
  }
}

.header__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.header__link {
  font-family: Graphik, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 12px;
  color: #0a0a0a;
  text-decoration: underline !important
}

.header__link:hover {
  text-decoration: underline
}

.header__button:hover {
  background-color: #000;
  color: #ffc800;
  border: 1px solid #000
}

.header__button {
  -webkit-transition: .15s;
  transition: .15s;
  background-color: #ffc800;
  border: 2px solid #ffc800;
  -webkit-box-shadow: inset 0 0 10px #fff;
  box-shadow: inset 0 0 10px #fff;
  padding: 10px;
  text-align: center;
  width: 280px;
  margin: 0 0 0 40px;
  cursor: pointer;
  border-radius: 50px;
  float: right;
  line-height: normal
}

@media (max-width:1029.98px) {
  .header__button {
    padding: 8px;
    width: 75%
  }
}

@media (max-width:767.98px) {
  .header__button {
    padding: 5px;
    width: 160px;
    margin: 0
  }
}

@media (max-width:374.98px) {
  .header__button {
    width: 100%;
    margin: 0;
    height: 40px
  }
}

.header__button-title {
  font-size: 13px;
  text-align: center;
  margin-bottom: 1px
}

@media (max-width:767.98px) {
  .header__button-title {
    font-size: 9px;
    margin-bottom: 2px
  }
}

.header__button-title svg {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-animation: blink 1.2s ease infinite;
  animation: blink 1.2s ease infinite
}

@media (max-width:767.98px) {
  .header__button-title svg {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
}

@-webkit-keyframes blink {
  0% {
    fill: #43ff93
  }

  50% {
    fill: #008700
  }

  to {
    fill: #43ff93
  }
}

@keyframes blink {
  0% {
    fill: #43ff93
  }

  50% {
    fill: #008700
  }

  to {
    fill: #43ff93
  }
}

.header__button-phone {
  font-size: 18.68px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif
}

@media (max-width:767.98px) {
  .header__button-phone {
    font-size: 13px
  }
}

.header__button-phone-icon {
  height: 22px;
  width: auto;
  position: relative
}

@media (max-width:767.98px) {
  .header__button-phone-icon {
    height: 15px
  }
}

.header__menu-icon {
  display: inline;
  margin-left: 6px;
  height: auto;
  cursor: pointer;
  padding: 0;
  background: none
}

.header__menu-icon,
.header__menu-icon:focus {
  border: none;
  outline: none
}

.header__menu-icon img {
  width: 100%
}

@media (max-width:374.98px) {
  .header__menu-icon img {
    display: none
  }
}

.menu {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 80px;
  background-color: #fff;
  -webkit-box-shadow: 2px 4px 3px rgba(0, 0, 0, .25);
  box-shadow: 2px 4px 3px rgba(0, 0, 0, .25);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
  -webkit-transition: max-height .35s ease, opacity .35s ease, visibility 0s linear .35s, -webkit-transform .35s ease;
  transition: max-height .35s ease, opacity .35s ease, visibility 0s linear .35s, -webkit-transform .35s ease;
  transition: max-height .35s ease, opacity .35s ease, transform .35s ease, visibility 0s linear .35s;
  transition: max-height .35s ease, opacity .35s ease, transform .35s ease, visibility 0s linear .35s, -webkit-transform .35s ease
}

@media (max-width:1029.98px) {
  .menu {
    top: 60px
  }
}

.menu--open {
  max-height: 320px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: max-height .35s ease, opacity .35s ease, visibility 0s linear 0s, -webkit-transform .35s ease;
  transition: max-height .35s ease, opacity .35s ease, visibility 0s linear 0s, -webkit-transform .35s ease;
  transition: max-height .35s ease, opacity .35s ease, transform .35s ease, visibility 0s linear 0s;
  transition: max-height .35s ease, opacity .35s ease, transform .35s ease, visibility 0s linear 0s, -webkit-transform .35s ease
}

@media (prefers-reduced-motion:reduce) {

  .menu,
  .menu--open {
    -webkit-transition-duration: .01ms;
    transition-duration: .01ms
  }
}

.menu__rectangle {
  display: block;
  padding: 12px 20px 12px 14px;
  z-index: 16;
  font-size: 20px;
  max-width: 716px;
  margin-left: auto;
  margin-right: auto
}

@media (max-width:767.98px) {
  .menu__rectangle {
    max-width: 100%;
    padding: 16px 20px 16px 12px
  }
}

.menu__rectangle-links {
  color: #0a0a0a;
  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: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  font-weight: 600
}

.menu__rectangle-link {
  font-family: Graphik, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  line-height: 18px;
  color: #0a0a0a !important;
  font-size: 18px;
  padding: 10px 0
}

.menu__rectangle-link:hover {
  text-decoration: underline
}

.menu__rectangle-close {
  font-size: 30px;
  line-height: 30px;
  color: #000;
  position: absolute;
  top: 15px;
  right: 28px;
  cursor: pointer
}

@media (max-width:1029.98px) {
  .menu__rectangle-close {
    top: 22px;
    right: 22px
  }
}

.menu__background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: fixed;
  background-color: hsla(0, 0%, 85%, .5);
  z-index: 15
}

@media (max-width:1029.98px) {
  .headerWidth {
    max-width: 716px
  }
}

.hero {
  position: relative;
  background: url(https://d3py7o44tl47wa.cloudfront.net/cdn_asset/128/wp-content/themes/brightspeed/src/images/brightspeed-hero-desktop.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: cover;
  padding: 64px 0;
  height: 600px;
  margin-bottom: -3px
}

@media (max-width:1029.98px) {
  .hero {
    background: url(https://d3py7o44tl47wa.cloudfront.net/cdn_asset/128/wp-content/themes/brightspeed/src/images/brightspeed-hero-tablet.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: contain;
    height: auto;
    padding: 90px 0 40px;
    overflow: hidden
  }
}

@media (max-width:767.98px) {
  .hero {
    background: url(https://d3py7o44tl47wa.cloudfront.net/cdn_asset/128/wp-content/themes/brightspeed/src/images/brightspeed-hero-mobile.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: cover;
    padding: 20px 0
  }
}

@media (min-width:1030px) {
  .hero__col {
    padding-left: 0;
    padding-right: 0
  }
}

.hero__hero-price {
  display: block;
  width: 100%;
  height: auto;
  margin: 8px auto auto;
  max-width: 159px
}

@media (min-width:768px) {
  .hero__hero-price {
    margin: 18px auto auto;
    max-width: 282px
  }
}

@media (min-width:1030px) {
  .hero__hero-price {
    margin: 18px 0 0
  }
}

.hero__background {
  z-index: 0;
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 600px;
  min-width: 1900px
}

@media (max-width:1029.98px) {
  .hero__background {
    min-height: unset;
    min-width: unset
  }
}

@media (max-width:767.98px) {
  .hero__background {
    top: unset;
    bottom: 0
  }
}

.hero div {
  z-index: 1
}

.hero__bright {
  color: #0a0a0a;
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%;
  letter-spacing: -1.2px;
  margin-bottom: 12px;
  margin-top: 12px
}

@media (max-width:1029.98px) {
  .hero__bright {
    margin-top: 0
  }
}

@media (max-width:767.98px) {
  .hero__bright {
    font-size: 16px;
    margin-bottom: 8px
  }
}

.hero__bright span {
  background: linear-gradient(93deg, #f14f1d 55.87%, #f4bf30 78.47%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.hero__back-to-school {
  width: 281px;
  margin-bottom: 12px;
  display: block
}

@media (max-width:767.98px) {
  .hero__back-to-school {
    width: 159px;
    margin-left: auto;
    margin-right: auto;
    display: block
  }
}

@media (min-width:768px) and (max-width:1029.98px) {
  .hero__wrap {
    width: 100%;
    max-width: 580px;
    margin: 0 auto
  }
}

.hero__title {
  color: #0a0a0a;
  font-family: Poppins, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 50px;
  line-height: 114%;
  font-weight: 600;
  text-align: left;
  margin: 20px 0 0
}

@media (max-width:1029.98px) {
  .hero__title {
    font-size: 49px;
    max-width: 470px;
    margin: 0
  }
}

@media (max-width:767.98px) {
  .hero__title {
    line-height: 1.15;
    text-align: center;
    font-size: 32px;
    max-width: unset;
    margin: 0
  }
}

.hero__title--cents {
  font-size: 60%
}

.hero__title-quotations {
  position: absolute;
  top: -10px;
  left: -20px;
  width: 50px;
  z-index: -3;
  height: auto
}

@media (max-width:1029.98px) {
  .hero__title-quotations {
    text-align: left;
    font-size: 32px
  }
}

@media (max-width:767.98px) {
  .hero__title-quotations {
    top: -10px;
    left: 20px;
    width: 40px
  }
}

@media (max-width:374.98px) {
  .hero__title-quotations {
    top: -5px;
    left: 20px;
    width: 35px
  }
}

.hero__title span {
  font-size: 24px;
  font-weight: 400
}

.hero__month-low {
  color: #0a0a0a;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  font-family: Poppins, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 33px;
  margin-bottom: 15px
}

@media (max-width:767.98px) {
  .hero__month-low {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0
  }
}

.hero__disclaimer {
  font-size: 12px;
  color: #0a0a0a;
  margin-top: 23px;
  text-align: center;
  line-height: normal;
  margin-bottom: 23px
}

@media (min-width:768px) {
  .hero__disclaimer {
    text-align: left;
    margin-top: 42px;
    margin-bottom: 42px
  }
}

@media (min-width:1030px) {
  .hero__disclaimer {
    margin-top: 27px;
    margin-bottom: 0
  }
}

.hero__features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 18px;
  margin: 44px 0
}

@media (max-width:1029.98px) {
  .hero__features {
    font-size: 14px;
    margin: 42px 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media (max-width:767.98px) {
  .hero__features {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 23px;
    margin-bottom: 23px;
    font-size: 14px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (max-width:767.98px) {
  .hero__features div {
    margin-top: 5px
  }
}

.hero__features-check {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px)
}

@media (max-width:767.98px) {
  .hero__features-check {
    width: 14px
  }
}

.hero__features div {
  margin: 5px 15px 0 0
}

@media (max-width:767.98px) {
  .hero__features div:first-child {
    margin: 5px 15px 0 0
  }
}

.hero__cta:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #ffc800
}

.hero__cta {
  background-color: #ffc800;
  -webkit-box-shadow: inset -2px 0 10px 0 #fff, inset 2px 0 10px 0 #fff;
  box-shadow: inset -2px 0 10px 0 #fff, inset 2px 0 10px 0 #fff;
  max-width: 380px;
  width: 100%;
  padding: 6px 10px;
  text-align: center;
  color: #0a0a0a;
  border: 3px solid #ffc800;
  border-radius: 100px;
  height: 71px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  -webkit-transition: .15s;
  transition: .15s
}

@media (max-width:1029.98px) {
  .hero__cta {
    margin-left: 0;
    margin-bottom: 50px
  }

  .hero__cta--with-disclaimer {
    margin-bottom: 0
  }
}

@media (max-width:767.98px) {
  .hero__cta {
    margin: auto;
    height: 60px
  }
}

@media (max-width:374.98px) {
  .hero__cta {
    height: 51px
  }
}

.hero__cta-text {
  font-size: 22px;
  font-weight: 600
}

@media (max-width:767.98px) {
  .hero__cta-text {
    font-size: 20px
  }
}

.hero__cta-text strong {
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif
}

.hero__cta-number {
  font-size: 18px
}

.hero__cta-number img {
  width: 12px;
  margin-right: 5px
}

.hero__form {
  position: relative;
  text-align: center;
  min-height: 420px;
  background-color: #fff;
  max-width: 580px;
  border: 2px solid #0a0a0a;
  -webkit-box-shadow: 3px 3px 20px rgba(1, 28, 72, .345098);
  box-shadow: 3px 3px 20px rgba(1, 28, 72, .345098)
}

@media (max-width:767.98px) {
  .hero__form {
    min-height: 385px
  }
}

@media (max-width:374.98px) {
  .hero__form {
    min-height: 275px
  }
}

.hero__form--zip {
  min-height: unset;
  background-color: #f8f8f8
}

.hero__form--round {
  border-radius: 20px
}

.hero__form-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -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;
  height: 52px;
  background-color: #0a0a0a;
  color: #fff;
  position: relative
}

@media (max-width:767.98px) {
  .hero__form-title {
    font-size: 18px
  }
}

@media (max-width:374.98px) {
  .hero__form-title {
    font-size: 13px;
    height: 40px
  }
}

.hero__form-title-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #0a0a0a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -9px
}

.hero__form-title--round {
  border-radius: 17px 17px 0 0
}

.hero__form-title--zip {
  font-family: Poppins, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15
}

@media (min-width:768px) {
  .hero__form-title--zip {
    font-size: 20px
  }
}

@media (min-width:1030px) {
  .hero__form-title--zip {
    font-weight: 600
  }
}

.hero__form-inner {
  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: 100%;
  padding: 24px 22px
}

@media (min-width:768px) {
  .hero__form-inner {
    padding: 60px 22px
  }
}

.hero__form-question {
  font-size: 23px;
  font-weight: 600;
  padding: 35px 0 20px
}

@media (max-width:1029.98px) {
  .hero__form-question {
    font-size: 18px
  }
}

@media (max-width:374.98px) {
  .hero__form-question {
    font-size: 16px
  }
}

.hero__form-buttonGroup {
  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;
  max-width: 363px;
  width: 100%;
  margin: 0 auto
}

@media (max-width:767.98px) {
  .hero__form-buttonGroup {
    width: 95%
  }
}

.hero__form-buttonGroup-button:hover {
  background-color: #000;
  color: #fff
}

.hero__form-buttonGroup-button {
  background-color: #ffc800;
  padding: 15px 0;
  margin: 7px 0;
  color: #0a0a0a;
  border: none;
  height: 63px;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50px;
  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;
  -webkit-transition: .15s;
  transition: .15s
}

@media (max-width:767.98px) {
  .hero__form-buttonGroup-button {
    max-width: 260px;
    width: 100%;
    height: 50px;
    margin: 7px auto
  }
}

@media (max-width:374.98px) {
  .hero__form-buttonGroup-button {
    max-width: 222px;
    height: 40px;
    font-size: 14px
  }
}

.hero__form-steps {
  margin: 45px auto 15px;
  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
}

.hero__form-steps-step {
  width: 10px;
  height: 10px;
  border: 1px solid #676767;
  border-radius: 6px;
  margin: 0 2px
}

.hero__form-zip {
  position: relative;
  width: 100%;
  max-width: 380px;
  font-family: Poppins, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif
}

.hero__form-zip:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 22px;
  height: 22px;
  background-image: url(https://internet.brightspeed.com/wp-content/themes/brightspeed/src/images/icon-location-pin-yellow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.hero__form-zip-input {
  width: 100%;
  height: 64px;
  padding: 17px 11px 17px 45px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5
}

.hero__form-zip-input,
.hero__form-zip-input:focus,
.hero__form-zip-input:hover {
  -webkit-box-shadow: 0 0 0 500px #fff inset;
  box-shadow: inset 0 0 0 500px #fff;
  color: #000;
  outline: transparent
}

@media (min-width:768px) {
  .hero__form-zip-input {
    font-size: 18px
  }
}

.hero__form-zip-input.invalid {
  border-color: red
}

.hero__form-zip-input:focus {
  border-color: #000
}

.hero__form-zip-input.valid,
.hero__form-zip-input.valid:focus {
  border-color: #198754
}

.hero__form-zip-placeholder {
  position: absolute;
  top: 50%;
  left: 46px;
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

@media (min-width:768px) {
  .hero__form-zip-placeholder {
    font-size: 18px
  }
}

.hero__form-zip-input.invalid~.hero__form-zip-placeholder,
.hero__form-zip-input.valid~.hero__form-zip-placeholder,
.hero__form-zip-input:focus~.hero__form-zip-placeholder {
  top: 3px;
  font-size: 12px;
  -webkit-transform: none;
  transform: none
}

@media (min-width:768px) {

  .hero__form-zip-input.invalid~.hero__form-zip-placeholder,
  .hero__form-zip-input.valid~.hero__form-zip-placeholder,
  .hero__form-zip-input:focus~.hero__form-zip-placeholder {
    font-size: 14px
  }
}

.hero__form-zip-input.valid~.hero__form-zip-placeholder {
  color: #198754
}

.hero__form-zip-input.invalid~.hero__form-zip-placeholder {
  color: red
}

.hero__form-zip-error {
  position: absolute;
  top: 100%;
  left: 46px;
  right: 12px;
  color: red;
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  text-align: right
}

.hero__form-zip-input:focus~.hero__form-zip-error,
.hero__form-zip-input:not(.invalid)~.hero__form-zip-error {
  display: none
}

.hero__form-button {
  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%;
  max-width: 380px;
  height: 64px;
  margin-top: 20px;
  border-radius: 50px;
  border: 2px solid #ffc800;
  -webkit-box-shadow: -2px 0 10px 0 #fff inset, 2px 0 10px 0 #fff inset;
  box-shadow: inset -2px 0 10px 0 #fff, inset 2px 0 10px 0 #fff;
  background-color: #ffc800;
  color: #0a0a0a;
  outline: transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-family: Poppins, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.005em;
  text-align: center
}

.hero__form-button:active,
.hero__form-button:focus,
.hero__form-button:hover {
  color: #ffc800;
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  outline: transparent;
  cursor: pointer;
  text-decoration: none
}

@media (min-width:768px) {
  .hero__form-button {
    font-size: 22px
  }
}

.hero__form-inline-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  margin-top: 28px;
  font-family: Poppins, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center
}

.hero__form-inline-button,
.hero__form-inline-button:focus,
.hero__form-inline-button:hover {
  color: #0a0a0a;
  background-color: transparent;
  border: none;
  outline: transparent;
  text-decoration: underline
}

@media (min-width:768px) {
  .hero__form-inline-button {
    font-size: 20px
  }
}

.hero .active {
  background-color: #0046ba
}

@media (max-width:767.98px) {
  .hero--icq {
    padding-top: 21px
  }
}

.hero--icq .hero__title {
  font-weight: 900
}

@media (max-width:1029.98px) {
  .hero--icq .hero__title {
    font-size: 57px
  }
}

@media (max-width:767.98px) {
  .hero--icq .hero__title {
    line-height: 1.15;
    text-align: left;
    font-size: 32px
  }
}

@media (max-width:1029.98px) {
  .hero--icq .hero__features {
    font-size: 18px;
    margin-top: 18px
  }
}

@media (max-width:767.98px) {
  .hero--icq .hero__features {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 8px;
    font-size: 14px
  }
}

@media (max-width:1029.98px) {
  .hero--icq .hero__cta {
    margin: 0 auto 50px
  }
}

@media (max-width:767.98px) {
  .hero--icq .hero__cta {
    margin: 0 auto 40px
  }
}

.progress__wrapper {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  bottom: 0;
  font-size: 18px;
  margin: 30px auto 25px
}

@media (max-width:767.98px) {
  .progress__wrapper {
    margin: 30px auto;
    font-size: 14px;
    position: relative;
    left: unset;
    -webkit-transform: unset;
    transform: unset
  }
}

.progress__circle {
  background: #fff;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  border: 1px solid #676767;
  margin-left: 2px;
  margin-right: 2px
}

.progress__circle--active {
  background: #0047bb;
  border: none
}

.flow {
  max-width: 281px;
  margin: 0 auto 45px
}

@media (min-width:375px) {
  .flow {
    max-width: 327px
  }
}

@media (min-width:768px) {
  .flow {
    max-width: 472px;
    margin: 0 auto 78px
  }
}

@media (min-width:1030px) {
  .flow {
    max-width: 580px;
    margin: 0
  }
}

.flow--first {
  margin: 0 auto;
  width: 100%
}

.flow--first .flow__step {
  border: 2px solid #0057b8;
  width: 100%;
  margin: auto
}

@media (min-width:768px) {
  .flow--first .flow__step {
    width: 472px;
    height: 509px
  }
}

@media (min-width:1030px) {
  .flow--first .flow__step {
    width: 420px
  }
}

.flow__step {
  display: none;
  background-color: #fff;
  padding: 0 0 47px;
  border: 3px solid #0a0a0a;
  height: 100%;
  -webkit-box-shadow: 3px 3px 25px rgba(1, 28, 72, .2);
  box-shadow: 3px 3px 25px rgba(1, 28, 72, .2);
  -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
}

.flow__step--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.flow__step--round {
  border-radius: 20px
}

.flow__step .btn {
  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;
  -webkit-transition: .15s;
  transition: .15s;
  background-color: #ffc800;
  border-radius: 50px;
  padding: 12px 0;
  margin: 7px 0;
  color: #0a0a0a;
  border: none;
  height: 63px;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif
}

@media (max-width:767.98px) {
  .flow__step .btn {
    height: 50px;
    margin: 7px auto;
    font-size: 16px
  }
}

@media (max-width:374.98px) {
  .flow__step .btn {
    font-size: 14px
  }
}

.flow__step .btn:hover {
  background-color: #000;
  color: #ffc800
}

.flow__linkout {
  max-width: 380px;
  margin: 7px auto;
  width: 100%
}

@media (max-width:767.98px) {
  .flow__linkout {
    margin: unset
  }
}

.flow__header {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0
}

@media (min-width:375px) {
  .flow__header {
    font-size: 16px
  }
}

.flow__question {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  padding: 35px 0
}

@media (max-width:767.98px) {
  .flow__question {
    font-size: 18px;
    padding: 25px 0 0
  }
}

@media (max-width:374.98px) {
  .flow__question {
    font-size: 16px
  }
}

.flow__question--form {
  padding-bottom: 0;
  letter-spacing: -.09px
}

.flow__wrapper {
  height: 100%;
  margin: auto
}

.flow__sweetener {
  display: none;
  -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;
  padding: 40px 20px
}

.flow__sweetener--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:1029.98px) {
  .flow__sweetener {
    margin: 40px 0 0
  }
}

.flow__sweetener p {
  margin-bottom: 0;
  position: relative;
  z-index: 2
}

.flow__sweetener p:first-of-type {
  font-size: 16px
}

@media (max-width:1029.98px) {
  .flow__sweetener p:first-of-type {
    font-size: 16px
  }
}

.flow__sweetener-image {
  margin: 0 auto 15px
}

.flow__sweetener-list {
  padding: 0;
  list-style-type: none;
  font-size: 16px;
  line-height: 1.15;
  margin: 35px auto
}

.flow__sweetener-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px
}

.flow__sweetener-list li img {
  height: 14px
}

.flow__sweetener-list li span {
  margin-left: 7px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}

.flow__sweetener-list span {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}

@media (max-width:1029.98px) {
  .flow__sweetener-list li:not(:last-of-type) {
    margin-bottom: 10px
  }
}

.flow__sweetener-link {
  width: 100%;
  z-index: 2
}

.flow__sweetener-imagebg {
  position: relative;
  width: 100%;
  margin: 30px 0
}

.flow__sweetener-imagebg img {
  position: relative;
  z-index: 2
}

@media (min-width:768px) and (max-width:1029.98px) {
  .flow__sweetener-imagebg img {
    position: absolute;
    left: 20%;
    top: -30px
  }
}

.flow__sweetener-imagebg:after {
  content: "";
  z-index: 1;
  width: 100%;
  height: 180px;
  display: block;
  position: absolute;
  background-image: radial-gradient(circle, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, 0) 63%);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (min-width:768px) and (max-width:1029.98px) {
  .flow__sweetener-imagebg:after {
    width: 200%
  }
}

.flow__sweetener-cta:hover {
  background-color: #ffc800;
  color: #000
}

.flow__sweetener-cta {
  max-width: 230px;
  padding: 10px 0;
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: #0a0a0a;
  width: 100%;
  border-radius: 50px;
  color: #fff;
  display: block;
  margin: 0 auto;
  -webkit-transition: .15s;
  transition: .15s;
  max-height: 70px
}

@media (max-width:1029.98px) {
  .flow__sweetener-cta {
    border-radius: 50px
  }
}

.flow__sweetener-cta-text {
  font-size: 16px;
  height: 15px
}

.flow__sweetener-cta-number {
  font-size: 24px;
  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
}

.flow__sweetener-disclaimer {
  color: #1e1e1e;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.36px;
  margin: 12px auto 0;
  width: 100%
}

@media (min-width:768px) {
  .flow__sweetener-disclaimer {
    max-width: 280px
  }
}

.flow__sweetener--call {
  background-color: #0a0a0a;
  border: 25px;
  height: auto;
  position: relative
}

@media (min-width:1030px) {
  .flow__sweetener--call {
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
  }
}

@media (max-width:1029.98px) {
  .flow__sweetener--call {
    max-width: 270px;
    margin: 30px auto 0
  }
}

.flow__sweetener--call:after {
  content: "";
  display: block;
  border: 15px solid transparent;
  position: absolute
}

@media (max-width:1029.98px) {
  .flow__sweetener--call:after {
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media (min-width:1030px) {
  .flow__sweetener--call:after {
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 20px solid #48d496
  }
}

.flow__sweetener--call p:first-child {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 10px
}

.flow__sweetener--call p:last-of-type {
  font-size: 16px;
  margin-bottom: 10px
}

.flow__sweetener--speed {
  color: #0a0a0a;
  background: #fff;
  text-align: left;
  max-width: 280px;
  border: 3px solid #0a0a0a;
  border-radius: 25px;
  -webkit-box-shadow: -5px 5px #ffc800;
  box-shadow: -5px 5px #ffc800;
  font-size: 22px
}

@media (max-width:1029.98px) {
  .flow__sweetener--speed {
    margin: 40px auto 0
  }
}

@media (max-width:767.98px) {
  .flow__sweetener--speed {
    max-width: unset
  }
}

@media (max-width:767.98px) {
  .flow__sweetener--speed-content strong {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.5px
  }
}

@media (min-width:768px) and (max-width:1029.98px) {
  .flow__sweetener--speed-free {
    margin-top: 10px;
    font-size: 20px;
    position: relative
  }

  .flow__sweetener--speed-free strong {
    position: absolute;
    left: 10px
  }
}

.flow__sweetener--tech-support,
.flow__sweetener--voice {
  color: #0a0a0a;
  background: #fff;
  text-align: left;
  max-width: 280px;
  border: 3px solid #0a0a0a;
  border-radius: 25px;
  -webkit-box-shadow: -5px 5px #ffc800;
  box-shadow: -5px 5px #ffc800;
  font-size: 22px
}

.flow__sweetener--tech-support img,
.flow__sweetener--voice img {
  display: block
}

@media (max-width:1029.98px) {

  .flow__sweetener--tech-support,
  .flow__sweetener--voice {
    margin: 40px auto 0
  }
}

@media (max-width:767.98px) {

  .flow__sweetener--tech-support,
  .flow__sweetener--voice {
    max-width: unset
  }
}

.flow__sweetener--voice-content p {
  margin-top: 15px
}

@media (min-width:768px) and (max-width:1029.98px) {
  .flow__sweetener--voice-free {
    margin-top: 10px;
    font-size: 20px;
    position: relative
  }

  .flow__sweetener--voice-free strong {
    position: absolute;
    left: 10px
  }
}

.flow__sweetener--tech-support {
  font-size: 23px
}

.flow__sweetener--tech-support .flow__sweetener__title {
  line-height: 1
}

.flow .container-fluid {
  padding: 0
}

.flow .btn {
  font-size: 16px;
  max-width: 233px;
  margin: 0 auto;
  padding: 16px 0;
  width: 100%
}

@media (min-width:375px) {
  .flow .btn {
    font-size: 18px;
    max-width: 271px
  }
}

@media (min-width:768px) {
  .flow .btn {
    max-width: 350px
  }
}

@media (min-width:1030px) {
  .flow .btn {
    width: 380px;
    max-width: 90%
  }
}

.flow .btn:not(:last-child) {
  margin-bottom: 15px
}

.flow__disclaimer {
  font-size: 10px;
  color: #a7a7a7;
  text-align: center;
  width: 100%;
  max-width: 420px;
  margin: 33px auto 0
}

@media (max-width:1029.98px) {
  .flow__disclaimer {
    color: #fff
  }
}

@media (max-width:767.98px) {
  .flow__disclaimer {
    color: #a7a7a7
  }
}

.form form {
  margin: 0 auto
}

@media (min-width:375px) {
  .form form {
    max-width: 271px
  }
}

@media (min-width:768px) {
  .form form {
    max-width: 350px
  }
}

@media (min-width:1030px) {
  .form form {
    max-width: 380px
  }
}

.form__top {
  max-width: 380px;
  margin: 0 auto;
  padding: 50px 0 0
}

@media (max-width:1029.98px) {
  .form__top {
    max-width: 350px
  }
}

@media (max-width:767.98px) {
  .form__top {
    padding: 30px 0 0
  }
}

.form__top h2 {
  color: #0a0a0a;
  text-align: center;
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: -.115px;
  margin-bottom: 20px
}

@media (max-width:767.98px) {
  .form__top h2 {
    font-size: 20px
  }
}

.form__top h4 {
  color: #0a0a0a;
  text-align: center;
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -.08px
}

@media (max-width:767.98px) {
  .form__top h4 {
    font-size: 14px
  }
}

.form__top-divider {
  background: #000;
  height: 1px;
  margin: 25px 0 20px
}

.form__top-cta {
  max-width: 100%;
  padding: 10px 0;
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: #0a0a0a;
  width: 100%;
  border-radius: 50px;
  color: #fff;
  display: block;
  -webkit-transition: .15s;
  transition: .15s;
  max-height: 70px;
  margin: 0 auto 20px
}

@media (max-width:767.98px) {
  .form__top-cta {
    max-height: 47px;
    padding: 6px 0
  }
}

.form__top-cta:hover {
  background-color: #ffc800;
  color: #000
}

.form__top-cta-text {
  font-size: 16px;
  height: 15px;
  font-weight: 300
}

@media (max-width:767.98px) {
  .form__top-cta-text {
    font-size: 12px
  }
}

.form__top-cta-number {
  font-size: 24px;
  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
}

@media (max-width:767.98px) {
  .form__top-cta-number {
    font-size: 16px
  }
}

.form__text {
  position: relative
}

.form__text.valid:after {
  position: absolute;
  right: 10%;
  top: 35%
}

@media (min-width:1030px) {
  .form__text.valid:after {
    right: 10px
  }
}

.form__text.invalid:after {
  position: absolute;
  right: 10%;
  top: 35%
}

@media (min-width:1030px) {
  .form__text.invalid:after {
    right: 10px
  }
}

.form__text-input {
  font-size: 14px;
  margin: 7px 0 12px;
  width: 100%;
  outline: 0;
  border: 1px solid #a1a1a1;
  background: #fff;
  padding: 12px 0 13px 10px;
  position: relative
}

.form__text-input.valid {
  border: 1px solid #48d597
}

.form__text-input.invalid {
  border: 1px solid red
}

.form__text-input.invalid+.form__text-placeholder,
.form__text-input.valid+.form__text-placeholder,
.form__text-input:focus+.form__text-placeholder {
  font-size: 10px;
  opacity: 1;
  font-weight: 600;
  top: 1px
}

@media (min-width:1030px) {

  .form__text-input.invalid+.form__text-placeholder,
  .form__text-input.valid+.form__text-placeholder,
  .form__text-input:focus+.form__text-placeholder {
    left: 10px
  }
}

.form__text-input.invalid+.form__text-placeholder {
  color: red
}

.form__text .req-msg {
  font-size: 10px;
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  color: red;
  width: 95%;
  display: none;
  text-align: right;
  position: absolute;
  bottom: -5px;
  right: 0;
  white-space: nowrap
}

@media (min-width:1030px) {
  .form__text .req-msg {
    right: 5px
  }
}

.form__submit.btn.js-thank-you-submit.btn--yellow {
  margin-top: 10px
}

.form__tcpa {
  margin-top: 20px
}

.form__tcpa>p {
  margin: 0;
  color: #0a0a0a;
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  text-align: left
}

@media (max-width:767.98px) {
  .form__tcpa>p {
    font-size: 11px
  }
}

.form__tcpa>p>a,
.form__tcpa>p>a:focus,
.form__tcpa>p>a:hover {
  color: inherit;
  text-decoration: underline !important;
  outline: none
}

.form__tcpa--center>p {
  text-align: center
}

.form__skip {
  font-weight: 600;
  -webkit-text-decoration-line: underline;
  -moz-text-decoration-line: underline;
  text-decoration-line: underline;
  cursor: pointer;
  -webkit-transition: .15;
  transition: .15
}

.form__skip:hover {
  color: #ffc800
}

.form__skipWrapper {
  font-size: 16px;
  text-align: center;
  margin-top: 30px
}

.form__skipWrapper--space {
  margin-top: 70px;
  margin-bottom: 18px
}

@media (max-width:1029.98px) {
  .form__skipWrapper--space {
    margin-top: 60px
  }
}

@media (max-width:767.98px) {
  .form__skipWrapper--space {
    margin-top: 32px
  }
}

.form__call {
  text-align: center;
  margin-bottom: 30px;
  position: relative
}

@media (min-width:1030px) {
  .form__call {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
    margin-top: 45px
  }

  .form__call:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 30px;
    width: 45px;
    height: 24px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}

.form__call p {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px
}

@media (min-width:375px) and (max-width:767.98px) {
  .form__call p {
    max-width: 271px;
    margin: 0 auto
  }
}

.form__call .btn {
  min-height: 64px;
  font-size: 15px;
  max-width: 247px;
  margin: 20px auto 0
}

@media (min-width:375px) {
  .form__call .btn {
    max-width: 271px;
    font-size: 18px
  }
}

@media (min-width:768px) {
  .form__call .btn {
    font-size: 20px
  }
}

@media (min-width:1030px) {
  .form__call .btn {
    margin: 14px auto 0
  }
}

.form__call .btn img {
  width: 22px;
  height: 22px
}

.form .form__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.form .form__group .form__text:first-child,
.form .form__group .form__text:last-child {
  width: 48%
}

.form .form__group .form__text-placeholder {
  left: 5%
}

@media (max-width:374.98px) {
  .form .form__group {
    -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
  }

  .form .form__group .form__text:first-child,
  .form .form__group .form__text:last-child {
    width: 100%
  }
}

@media (max-width:767.98px) {
  .form .form__group .req-msg {
    width: 100%;
    right: 7px
  }
}

.isolated {
  background-color: #f7f7f7;
  padding: 60px 0;
  height: 100%
}

@media (min-width:1030px) {
  .isolated {
    padding: 52px 0 70px;
    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__back {
  position: absolute;
  bottom: 0;
  font-size: 18px;
  color: #5a5a5a;
  cursor: pointer
}

@media (max-width:1029.98px) {
  .isolated__back {
    position: relative;
    margin-top: 40px
  }
}

@media (max-width:767.98px) {
  .isolated__back {
    font-size: 14px;
    margin-top: 40px
  }
}

.isolated__back img {
  margin-right: 8px
}

@media (max-width:767.98px) {
  .isolated__back img {
    width: 14px
  }
}

.isolated__back p {
  margin-bottom: 0
}

.isolated__disclaimer {
  max-width: 580px;
  text-align: center;
  color: #818181;
  font-size: 12px;
  margin: 20px auto auto
}

.isolated__disclaimer strong {
  font-weight: 700
}

.isolated .flow__step {
  margin: 0 auto;
  min-height: 500px;
  padding: 1px 25px 0;
  max-width: 580px
}

@media (max-width:767.98px) {
  .isolated .flow__step {
    padding: 1px 20px 0;
    min-height: unset;
    width: 100%
  }
}

.isolated .flow__step[id=final-step] {
  padding: 1px 25px 15px
}

@media (max-width:1029.98px) {
  .isolated .flow__step[id=final-step] {
    max-width: 504px
  }
}

.isolated .flow__step .btn {
  min-height: 45px
}

@media (min-width:768px) {
  .isolated .flow__step .btn {
    min-height: 55px;
    max-width: 350px;
    margin: 0 auto
  }
}

@media (min-width:1030px) {
  .isolated .flow__step .btn {
    max-width: 380px
  }
}

.isolated .flow__step .btn:not(:last-child) {
  margin-bottom: 15px
}

.isolated .voiceList {
  margin: 15px auto
}

.disabled,
[disabled] {
  opacity: .5;
  pointer-events: none
}

.internetDeals {
  padding: 40px 0
}

@media (min-width:768px) {
  .internetDeals {
    padding-top: 60px
  }
}

@media (min-width:1030px) {
  .internetDeals {
    padding-top: 64px
  }
}

.internetDeals__title {
  font-family: Poppins, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 32px
}

@media (min-width:1030px) {
  .internetDeals__title {
    font-size: 33px
  }
}

.internetDeals__plans,
.internetDeals__promo {
  position: relative;
  width: 100%
}

.internetDeals__promo {
  overflow: hidden;
  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;
  padding: 25px 21px;
  margin: 16px 0 32px;
  border-radius: 30px;
  -webkit-box-shadow: 3px 3px 20px 0 rgba(10, 10, 10, .25098039215686274);
  box-shadow: 3px 3px 20px 0 rgba(10, 10, 10, .25098039215686274);
  border: 3px solid #0a0a0a;
  background-color: #fff;
  font-family: Poppins, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  text-align: center
}

@media (min-width:768px) and (max-width:1029.98px) {
  .internetDeals__promo {
    margin-bottom: 44px
  }
}

.internetDeals__promo--bow {
  position: absolute;
  top: 0;
  right: 0;
  width: auto
}

@media (min-width:768px) and (max-width:1029.98px) {
  .internetDeals__promo--bow {
    max-width: 179px
  }
}

.internetDeals__promo--badge {
  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;
  background-color: #1e1e1e;
  color: #ffc800;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  padding: 11px 22px;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .04em;
  text-transform: uppercase;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 50%, 100% 100%, 0 100%, 12px 50%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 50%, 100% 100%, 0 100%, 12px 50%)
}

.internetDeals__promo--title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0
}

@media (min-width:1030px) {
  .internetDeals__promo--title {
    font-size: 33px
  }
}

.internetDeals__promo--text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 18px 0 0
}

.internetDeals__promo sup {
  font-size: 65%
}

.internetDeals__disclaimer {
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  margin: 16px auto 0
}

.privacy__title,
.terms__title {
  margin: 30px 0 0
}

.modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6)
}

.modal__box {
  background: #fff;
  border-radius: 8px;
  width: 50%
}

.modal__box-hdr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px
}

.modal__box-close {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer
}

.modal__box-close:hover {
  text-decoration: underline
}

.modal__box-content {
  padding: 0 15px 20px
}

.modal__box-content a {
  color: #00f;
  text-decoration: underline
}

.modalShow {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.modalShow,
.thankYou {
  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
}

.thankYou {
  text-align: center;
  -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;
  overflow: hidden
}

.thankYou__banner {
  background-image: url(https://d3py7o44tl47wa.cloudfront.net/cdn_asset/128/wp-content/themes/brightspeed/src/images/thank-you-banner.png);
  background-size: cover;
  padding: 40px 25px
}

.thankYou__banner--color {
  background: var(--Bright-Yellow-75, #ffe37f)
}

.thankYou__banner-ecomm {
  background: transparent;
  width: 100%;
  height: 52px;
  color: #0a0a0a;
  text-align: center;
  border-radius: 35.5px;
  border: 3px solid #0a0a0a;
  margin-top: 8px
}

.thankYou__banner-ecomm p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700
}

@media (min-width:768px) {
  .thankYou__banner-ecomm {
    width: 380px;
    margin-top: 16px;
    height: 71px
  }
}

@media (min-width:1030px) {
  .thankYou__banner-ecomm {
    margin-top: 0;
    margin-left: 24px
  }
}

.thankYou__banner-cta-button:hover {
  background-color: #ffc800;
  color: #000;
  border: 2px solid #ffc800
}

.thankYou__banner-cta-button {
  -webkit-transition: .15s;
  transition: .15s;
  color: #ffc800;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  -webkit-box-shadow: inset 0 0 10px #fff;
  box-shadow: inset 0 0 10px #fff;
  padding: 10px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 50px;
  height: 70px
}

@media (max-width:767.98px) {
  .thankYou__banner-cta-button {
    padding: 5px;
    height: 52px
  }
}

@media (min-width:768px) {
  .thankYou__banner-cta-button {
    width: 380px;
    height: 71px
  }
}

.thankYou__banner-cta-button-text {
  font-size: 16px
}

@media (max-width:767.98px) {
  .thankYou__banner-cta-button-text {
    font-size: 12px
  }
}

.thankYou__banner-cta-button-number {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  font-size: 24px;
  font-weight: 700;
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif
}

@media (max-width:767.98px) {
  .thankYou__banner-cta-button-number {
    font-size: 18px
  }
}

.thankYou__banner-cta-button--nomargin {
  margin: unset
}

.thankYou__internetDisclaimer {
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  margin: 25px auto 0;
  max-width: 780px;
  padding: 0 10px;
  letter-spacing: -.5px
}

@media (max-width:1029.98px) {
  .thankYou__internetDisclaimer {
    max-width: 716px;
    margin-top: 12px
  }
}

@media (max-width:767.98px) {
  .thankYou__internetDisclaimer {
    font-size: 10px;
    padding: 0;
    line-height: 12px;
    margin-top: 25px
  }
}

.thankYou__background {
  padding: 40px 0;
  background-image: url(https://d3py7o44tl47wa.cloudfront.net/cdn_asset/128/wp-content/themes/brightspeed/src/images/thank-you-bg.png);
  background-size: cover;
  background-position: 100% 100%
}

.thankYou__deals {
  position: relative
}

.thankYou__deals h1 {
  margin-bottom: 50px;
  font-size: 33px
}

@media (max-width:767.98px) {
  .thankYou__deals h1 {
    margin-bottom: 0;
    font-size: 27px
  }
}

.thankYou__deals--icq h1 {
  font-size: 30px;
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif
}

@media (max-width:767.98px) {
  .thankYou__deals--icq h1 {
    font-size: 24px;
    line-height: normal
  }
}

.thankYou__deals-illustrationLeft {
  position: absolute;
  left: -150px;
  bottom: 200px
}

@media (max-width:1029.98px) {
  .thankYou__deals-illustrationLeft {
    display: none
  }
}

.thankYou__deals-illustrationRight {
  position: absolute;
  right: -150px;
  bottom: 200px
}

@media (max-width:1029.98px) {
  .thankYou__deals-illustrationRight {
    display: none
  }
}

.thankYou__title {
  padding: 0 15px;
  font-size: 38px;
  font-weight: 700
}

.thankYou__title--icq {
  line-height: normal;
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif
}

@media (max-width:767.98px) {
  .thankYou__title--icq {
    font-size: 24px
  }
}

.thankYou__title--shop {
  font-family: Poppins, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px
}

@media (min-width:768px) {
  .thankYou__title--shop {
    font-size: 38px
  }
}

.thankYou__overcta {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 14px
}

@media (max-width:1029.98px) {
  .thankYou__overcta {
    font-size: 18px
  }
}

@media (max-width:767.98px) {
  .thankYou__overcta {
    font-size: 14px
  }
}

.thankYou__subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px
}

@media (max-width:1029.98px) {
  .thankYou__subtitle {
    font-size: 18px
  }
}

@media (max-width:374.98px) {
  .thankYou__subtitle {
    font-size: 16px
  }
}

@media (min-width:768px) {
  .thankYou__subtitle {
    margin-bottom: 24px
  }
}

.thankYou__card {
  max-width: 378px
}

.thankYou__toggleWrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 45px;
  cursor: pointer
}

@media (max-width:767.98px) {
  .thankYou__toggleWrapper {
    font-size: 14px
  }
}

.thankYou__toggle {
  width: 50%;
  max-width: 590px;
  border-bottom: 5px solid #c9c9c9;
  padding-bottom: 12px;
  font-weight: 700
}

.thankYou__lookingFor {
  margin: 40px auto 0;
  font-size: 28px;
  font-weight: 700
}

@media (max-width:1029.98px) {
  .thankYou__lookingFor {
    max-width: 600px;
    margin: 40px auto 25px
  }
}

@media (max-width:767.98px) {
  .thankYou__lookingFor {
    font-size: 25px;
    max-width: 325px;
    line-height: 1.15
  }
}

.thankYou__lookingFor-subtitle {
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 16px;
  margin: 15px auto 25px
}

@media (max-width:1029.98px) {
  .thankYou__lookingFor-subtitle {
    max-width: 650px
  }
}

@media (max-width:767.98px) {
  .thankYou__lookingFor-subtitle {
    font-size: 16px;
    max-width: 325px;
    margin: 40px auto
  }
}

@media (max-width:767.98px) {
  .thankYou__wrapper {
    padding: 0 20px
  }
}

.thankYou__channels {
  margin-bottom: 50px
}

.thankYou__channels-desktop {
  display: inline;
  max-width: 550px;
  width: 100%
}

@media (max-width:767.98px) {
  .thankYou__channels-desktop {
    max-width: 375px
  }
}

.thankYou__button:hover {
  background-color: #000;
  color: #ffc800
}

.thankYou__button {
  background-color: #ffc800;
  padding: 6px 0;
  text-align: center;
  color: #0a0a0a;
  height: 70px;
  max-width: 695px;
  border-radius: 50px;
  margin: 36px auto;
  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;
  -webkit-transition: .15s;
  transition: .15s;
  -webkit-box-shadow: inset 0 0 10px #fff;
  box-shadow: inset 0 0 10px #fff;
  border: 2px solid #ffc800
}

@media (max-width:767.98px) {
  .thankYou__button {
    max-width: 550px
  }
}

.thankYou__button-text {
  font-size: 24px;
  line-height: 1.15
}

@media (max-width:767.98px) {
  .thankYou__button-text {
    font-size: 18px
  }
}

@media (max-width:767.98px) {
  .thankYou__button-text strong {
    display: block;
    font-size: 28px
  }
}

.thankYou__disclaimer {
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-weight: 300;
  max-width: 780px;
  font-size: 10px;
  text-align: center;
  margin: 0 auto;
  color: #0a0a0a;
  padding: 0 10px;
  line-height: 1.15
}

.thankYou__features {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
  padding: 40px 60px;
  margin: 40px 0 0
}

@media (max-width:767.98px) {
  .thankYou__features {
    padding: 32px 20px
  }
}

.thankYou__features h1 {
  color: #0a0a0a;
  text-align: center;
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%
}

@media (max-width:1029.98px) {
  .thankYou__features h1 {
    font-size: 28px
  }
}

@media (max-width:767.98px) {
  .thankYou__features h1 {
    padding: 0 24px;
    font-size: 24px
  }
}

.thankYou__features h2 {
  color: #0a0a0a;
  text-align: center;
  font-family: Graphik, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -.54px;
  margin-bottom: 34px
}

@media (max-width:1029.98px) {
  .thankYou__features h2 {
    font-size: 16px;
    margin-bottom: 20px
  }
}

.thankYou__features-items {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}

@media (max-width:767.98px) {
  .thankYou__features-items {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.thankYou__features-item {
  color: #0a0a0a;
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 21.388px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}

@media (max-width:1029.98px) {
  .thankYou__features-item {
    font-size: 16.4px
  }
}

.thankYou__features-item img {
  width: 57.837px;
  height: 54.624px;
  margin-bottom: 10px
}

@media (max-width:1029.98px) {
  .thankYou__features-item img {
    width: 44.842px;
    height: 42.351px;
    margin-bottom: 5px
  }
}

.thankYou__features-button {
  background-color: #000;
  max-width: 624px;
  width: 100%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  height: 70px;
  text-align: center;
  color: #ffc800;
  border-radius: 50px;
  margin: 50px auto 0;
  -webkit-transition: .15s;
  transition: .15s
}

@media (max-width:1029.98px) {
  .thankYou__features-button {
    margin: 20px auto 0
  }
}

@media (max-width:767.98px) {
  .thankYou__features-button {
    font-size: 16px;
    margin: 15px auto
  }
}

.thankYou__features-button-text {
  font-size: 24px;
  line-height: 1.25
}

@media (max-width:767.98px) {
  .thankYou__features-button-text {
    font-size: 14px;
    line-height: 1.1
  }
}

.thankYou__features-button-text strong {
  font-size: 24px;
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif
}

@media (max-width:767.98px) {
  .thankYou__features-button-text strong {
    font-size: 21px
  }
}

.thankYou__bottom-cta {
  margin-top: 36px;
  height: 220px;
  color: #fff;
  font-size: 18px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#0046ba), to(#001a55)) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(180deg, #0046ba, #001a55) 0 0 no-repeat padding-box;
  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;
  padding: 0 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 70px
}

.thankYou__bottom-cta-button {
  background-color: #fff;
  width: 230px;
  padding: 6px 0;
  text-align: center;
  color: #0047bb;
  margin: 25px auto 0
}

.thankYou__bottom-cta-button-text {
  font-size: 12px
}

.thankYou__bottom-cta-button-number {
  font-size: 18px
}

.thankYou__bottom-cta-button-number img {
  width: 15px;
  margin-right: 5px
}

.active {
  color: #0047bb;
  border-bottom: 5px solid #0047bb
}

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

a:hover {
  text-decoration: none
}

.cs {
  display: block;
  width: 100%
}

.cs__hero {
  width: 100%;
  height: 518px;
  background: url(assets/contact-us-hero.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 80% top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  background-size: cover
}

@media (max-width:1029.98px) {
  .cs__hero {
    background: url(assets/contact-us-hero-tablet.png);
    height: 473px;
    background-position: 60%;
    background-size: cover
  }
}

@media (max-width:767.98px) {
  .cs__hero {
    background: url(assets/contact-us-hero-mobile.png);
    background-size: cover;
    background-position: bottom;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 500px
  }
}

.cs__hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  max-width: 1140px;
  margin: 0 auto
}

@media (max-width:1029.98px) {
  .cs__hero-container {
    -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: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%
  }
}

@media (max-width:767.98px) {
  .cs__hero-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    padding: 15px
  }
}

.cs__hero-left {
  height: 100%;
  width: 50%;
  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-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:1029.98px) {
  .cs__hero-left {
    padding: 0 0 0 25px;
    width: 55%
  }
}

@media (max-width:767.98px) {
  .cs__hero-left {
    width: 100%;
    height: unset;
    padding: 20px 0 0
  }
}

.cs__hero-title {
  font-family: Graphik, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 46px;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
  color: #000
}

@media (max-width:1029.98px) {
  .cs__hero-title {
    font-size: 34px
  }
}

@media (max-width:767.98px) {
  .cs__hero-title {
    font-size: 26px;
    text-align: center
  }
}

@media (max-width:374.98px) {
  .cs__hero-title {
    font-size: 22px;
    text-align: center
  }
}

.cs__hero-subtitle {
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 22px;
  line-height: 45px;
  font-weight: 500;
  margin: 45px 0 15px;
  text-align: left;
  color: #000
}

@media (max-width:1029.98px) {
  .cs__hero-subtitle {
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 20px
  }
}

@media (max-width:767.98px) {
  .cs__hero-subtitle {
    margin: 0 0 20px;
    font-size: 16px;
    text-align: center
  }
}

.cs__hero-button {
  -webkit-transition: .15s;
  transition: .15s;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  -webkit-box-shadow: inset 0 0 10px #fff;
  box-shadow: inset 0 0 10px #fff;
  text-align: center;
  max-width: 380px;
  width: 100%;
  cursor: pointer;
  border-radius: 50px;
  float: right;
  height: 70px;
  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;
  -webkit-transition: .25s;
  transition: .25s;
  color: #fff
}

@media (max-width:1029.98px) {
  .cs__hero-button {
    font-size: 18px;
    line-height: 21px;
    width: 350px
  }
}

@media (max-width:767.98px) {
  .cs__hero-button {
    width: 100%;
    margin: 0 auto;
    max-width: 350px
  }
}

.cs__hero-arrow {
  width: 131px;
  height: 101px;
  position: absolute;
  top: 40px;
  left: 259px
}

@media (max-width:1029.98px) {
  .cs__hero-arrow {
    width: 111px;
    height: 90px;
    top: 65px;
    left: 357px;
    -webkit-transform: scaleX(-1) rotate(110deg);
    transform: scaleX(-1) rotate(110deg)
  }
}

@media (max-width:767.98px) {
  .cs__hero-arrow {
    width: 109px;
    height: 84px;
    top: 170px;
    left: 85px
  }
}

@media screen and (max-width:719px) {
  .cs__hero-arrow {
    left: 290px;
    top: 186px;
    -webkit-transform: scaleX(1) rotate(110deg);
    transform: scaleX(1) rotate(0deg)
  }
}

@media screen and (max-width:640px) {
  .cs__hero-arrow {
    left: 170px;
    top: 186px;
    -webkit-transform: scaleX(1) rotate(110deg);
    transform: scaleX(1) rotate(0deg)
  }
}

@media screen and (max-width:540px) {
  .cs__hero-arrow {
    top: 206px;
    left: 80px
  }
}

.cs__divider {
  background: -webkit-gradient(linear, left top, right top, from(#fa4628), to(#f5c945));
  background: linear-gradient(90deg, #fa4628, #f5c945);
  height: 10px
}

.cs__container {
  max-width: 1440px;
  margin: 0 auto
}

.cs__wrapper {
  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
}

@media (max-width:767.98px) {
  .cs__wrapper {
    -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
  }
}

.cs__info {
  width: 100%;
  padding: 50px 0 70px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media (max-width:767.98px) {
  .cs__info {
    padding: 50px 15px
  }
}

.cs__info h1 {
  margin-bottom: 45px
}

@media (max-width:1029.98px) {
  .cs__info h1 {
    font-size: 24px
  }
}

@media (max-width:767.98px) {
  .cs__info h1 {
    font-size: 18px
  }
}

.cs__info-block {
  border: 2px solid #ffc800;
  border-radius: 30px;
  overflow: hidden;
  max-width: 580px;
  width: 100%;
  margin: 15px
}

@media (max-width:1029.98px) {
  .cs__info-block {
    max-width: 450px;
    margin: 0 15px
  }
}

@media (max-width:767.98px) {
  .cs__info-block {
    margin: 0 auto
  }
}

.cs__info-block-top {
  text-align: left;
  background-color: #ffc800;
  padding: 25px
}

.cs__info-block-top h3 {
  font-size: 26px
}

@media (max-width:1029.98px) {
  .cs__info-block-top h3 {
    font-size: 16px
  }
}

.cs__info-block-top p {
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 18px
}

@media (max-width:1029.98px) {
  .cs__info-block-top p {
    font-size: 11px
  }
}

.cs__info-block-top-button {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 50px;
  max-width: 300px;
  font-size: 22px;
  height: 60px;
  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;
  -webkit-transition: .15s;
  transition: .15s;
  cursor: pointer
}

@media (max-width:1029.98px) {
  .cs__info-block-top-button {
    font-size: 13px;
    height: 36px;
    max-width: 180px
  }
}

.cs__info-block-bottom {
  font-size: 18px;
  font-weight: 600;
  padding: 0 25px 25px;
  background-color: #fff
}

@media (max-width:1029.98px) {
  .cs__info-block-bottom {
    font-size: 11px
  }
}

@media (max-width:767.98px) {
  .cs__info-block-bottom {
    padding: 0 15px 15px
  }
}

.cs__info-block-bottom-innerBlock:hover {
  background-color: #fff1bf
}

.cs__info-block-bottom-innerBlock {
  border: 1px solid #ffc800;
  border-radius: 25px;
  padding: 15px;
  height: 180px;
  margin-top: 25px;
  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-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-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .15s;
  transition: .15s;
  cursor: pointer
}

@media (max-width:1029.98px) {
  .cs__info-block-bottom-innerBlock {
    height: 108px
  }
}

@media (max-width:767.98px) {
  .cs__info-block-bottom-innerBlock {
    margin-top: 15px;
    font-size: 10px
  }
}

.cs__info-block-bottom-innerBlock img {
  margin-bottom: 15px
}

@media (max-width:1029.98px) {
  .cs__info-block-bottom-innerBlock img {
    margin-bottom: 7px;
    height: 35px
  }
}

.cs__info-block-bottom-bundlePlan:hover {
  background-color: #fff1bf
}

.cs__info-block-bottom-bundlePlan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #ffc800;
  border-radius: 25px;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  height: 180px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .15s;
  transition: .15s;
  cursor: pointer
}

@media (max-width:1029.98px) {
  .cs__info-block-bottom-bundlePlan img {
    height: 45px
  }
}

@media (max-width:1029.98px) {
  .cs__info-block-bottom-bundlePlan {
    height: 108px
  }
}

@media (max-width:767.98px) {
  .cs__info-block-bottom-bundlePlan {
    margin-top: 15px
  }
}

.cs__info-block-bottom-bundlePlan-left {
  width: 50%
}

.cs__info-block-bottom-bundlePlan-right {
  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-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;
  width: 50%;
  position: relative;
  height: 100%;
  font-size: 14px;
  background-color: #ffdd7c
}

@media (max-width:1029.98px) {
  .cs__info-block-bottom-bundlePlan-right {
    font-size: 10px;
    font-size: 8px
  }
}

.cs__info-block-bottom-bundlePlan-right div:not(:first-child) {
  z-index: 1
}

.cs__info-block-bottom-bundlePlan-right-price {
  font-size: 31px;
  font-weight: 700
}

@media (max-width:1029.98px) {
  .cs__info-block-bottom-bundlePlan-right-price {
    font-size: 19px
  }
}

.cs__info-block-bottom-bundlePlan-right-price sup {
  font-weight: 400
}

.cs__info-block-bottom-bundlePlan-right-price span {
  font-size: 20px
}

@media (max-width:1029.98px) {
  .cs__info-block-bottom-bundlePlan-right-price span {
    font-size: 14px
  }
}

.cs__info-block-bottom-bundlePlan-right-triangle {
  z-index: 0;
  background-color: #ffdd7c;
  height: 25px;
  width: 25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: -11px
}

.cs__info-disclaimer {
  letter-spacing: -.3px;
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 12px;
  max-width: 1080px;
  margin: 15px auto 0
}

@media (max-width:767.98px) {
  .cs__info-disclaimer {
    max-width: 450px
  }
}

.cs__info-disclaimer a {
  border-bottom: 1px solid #000;
  text-decoration: underline
}

.cs__cta {
  text-align: left;
  background: -webkit-gradient(linear, left top, right top, from(#e87f4b), to(#f5c945));
  background: linear-gradient(90deg, #e87f4b, #f5c945);
  padding: 50px 0
}

@media (max-width:1029.98px) {
  .cs__cta {
    padding: 50px 36px
  }
}

@media (max-width:767.98px) {
  .cs__cta {
    padding: 40px 24px;
    text-align: center
  }
}

.cs__cta-image {
  background: url(assets/brightspeed-customer-service.png);
  background-size: cover;
  height: 345px;
  max-width: 500px;
  width: 100%;
  border-radius: 25px;
  background-position: 45%
}

@media (max-width:1029.98px) {
  .cs__cta-image {
    height: 255px;
    max-width: 310px;
    width: 100%
  }
}

@media (max-width:767.98px) {
  .cs__cta-image {
    height: 144px;
    max-width: 327px;
    width: 100%;
    background-position: 50%
  }
}

@media (max-width:374.98px) {
  .cs__cta-image {
    height: 124px;
    max-width: 327px;
    width: 100%
  }
}

.cs__cta-right {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%
}

.cs__cta-right-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0a0a0a
}

@media (max-width:1029.98px) {
  .cs__cta-right-title {
    font-size: 26px;
    line-height: 32px
  }
}

@media (max-width:767.98px) {
  .cs__cta-right-title {
    font-size: 22px;
    line-height: 36px;
    margin: 30px 0 15px
  }
}

.cs__cta-right-subtitle {
  color: #0a0a0a;
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 26px
}

@media (max-width:1029.98px) {
  .cs__cta-right-subtitle {
    font-size: 18px
  }
}

@media (max-width:767.98px) {
  .cs__cta-right-subtitle {
    font-size: 14px;
    margin: 15px 0 30px
  }
}

.cs__cta-right-button {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 50px;
  max-width: 520px;
  width: 100%;
  font-size: 22px;
  height: 60px;
  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;
  cursor: pointer
}

@media (max-width:767.98px) {
  .cs__cta-right-button {
    margin: 0 auto
  }
}

.cs__faq {
  padding: 70px;
  text-align: center
}

.cs__faq h1 {
  font-size: 34px
}

@media (max-width:1029.98px) {
  .cs__faq h1 {
    font-size: 24px
  }
}

@media (max-width:767.98px) {
  .cs__faq h1 {
    font-size: 18px
  }
}

@media (max-width:1029.98px) {
  .cs__faq {
    padding: 60px 26px
  }
}

@media (max-width:767.98px) {
  .cs__faq {
    padding: 40px 20px
  }
}

.cs__faq-item:hover {
  background-color: #ffc800
}

.cs__faq-item {
  cursor: pointer;
  -webkit-transition: .15s;
  transition: .15s;
  background-color: #e6e7e8;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #000;
  height: 60px;
  border-radius: 50px;
  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;
  max-width: 487px;
  margin: 25px auto
}

@media (max-width:1029.98px) {
  .cs__faq-item {
    font-size: 16px
  }
}

@media (max-width:767.98px) {
  .cs__faq-item {
    font-size: 13px;
    margin: 12px auto
  }
}

.cs__faq-question {
  width: 100%;
  display: block;
  margin-bottom: 20px
}

.cs__faq-question:last-of-type {
  margin-bottom: 0
}

.cs__faq-question-header {
  background-color: #fff;
  width: 100%;
  padding: 30px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  text-align: left;
  color: #000;
  cursor: pointer
}

@media (max-width:1029.98px) {
  .cs__faq-question-header {
    padding: 31px 30px;
    font-size: 18px;
    line-height: 21px;
    position: relative
  }
}

@media (max-width:767.98px) {
  .cs__faq-question-header {
    padding: 24px 62px 24px 19px;
    font-size: 16px;
    line-height: 18px
  }
}

.cs__faq-question-content {
  background-color: #fff;
  width: 100%;
  padding: 10px 30px 30px;
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #000;
  cursor: pointer
}

@media (max-width:1029.98px) {
  .cs__faq-question-content {
    padding: 10px 30px 19px
  }
}

@media (max-width:767.98px) {
  .cs__faq-question-content {
    padding: 10px 19px 19px;
    font-size: 14px;
    line-height: 16px
  }
}

.cs__faq-question-content-not-visible {
  display: none
}

.cs__faq-question-content-visible {
  display: block
}

.cs__footer {
  width: 100%;
  background-color: #fff;
  padding: 35px 0
}

@media (max-width:767.98px) {
  .cs__footer {
    padding: 45px 0
  }
}

.cs__footer-copyright {
  font-family: Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 25px;
  text-align: left;
  color: #404040;
  display: block
}

@media (max-width:767.98px) {
  .cs__footer-copyright {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 16px;
    font-size: 12px;
    text-align: center;
    padding: 0 25px
  }
}

.cs__footer-links {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 13px;
  line-height: 11px
}

@media (max-width:767.98px) {
  .cs__footer-links {
    font-size: 12px;
    line-height: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.cs__footer-links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 13px 13px;
  color: #404040
}

@media (max-width:767.98px) {
  .cs__footer-links a {
    margin: 0 5px
  }
}

.cs__footer-links a:hover {
  text-decoration: underline
}

.cs__footer-links a:first-of-type {
  margin: 0 13px 13px 0
}

@media (max-width:767.98px) {
  .cs__footer-links a:first-of-type {
    margin: 0 5px
  }
}

@media (max-width:767.98px) {
  .right {
    margin-top: 25px
  }
}

.rightButton {
  background-color: transparent;
  color: #0a0a0a;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.rightTop {
  background-color: #fff1bf
}

.rightInnerBlock {
  -webkit-transition: .15s;
  transition: .15s;
  border: 1px solid #dfdfdf
}

.banner {
  height: 100px;
  background: #0a0a0a
}

@media (max-width:767.98px) {
  .banner {
    height: 150px
  }
}

.banner__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -.84px;
  color: #fff;
  line-height: 20px;
  text-align: left;
  padding: 12px 0 0;
  margin: 0
}

@media (max-width:1029.98px) {
  .banner__title {
    line-height: 15px;
    padding: 14px 0 0
  }
}

@media (max-width:767.98px) {
  .banner__title {
    font-size: 18px;
    letter-spacing: -.54px;
    line-height: 12px;
    margin-bottom: 10px;
    padding: 16px 0 0;
    text-align: left
  }
}

.banner__title span {
  background: linear-gradient(93deg, #f14f1d 1.37%, #f4bf30 85.51%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.banner__text {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 8px 0 4px
}

@media (max-width:1029.98px) {
  .banner__text {
    font-size: 13px;
    letter-spacing: -.3px;
    margin: 12px 0 4px
  }
}

@media (max-width:767.98px) {
  .banner__text {
    font-size: 12px;
    padding-top: 0;
    margin-bottom: 8px;
    line-height: 15px
  }
}

.banner__disc {
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 12px;
  margin: 0
}

.banner__disc u {
  cursor: pointer
}

.banner__img {
  width: 86px;
  height: 86px;
  margin: 7px 0
}

@media (max-width:767.98px) {
  .banner__img {
    width: 70px;
    height: 70px;
    float: right
  }
}

.popup {
  display: none;
  position: fixed;
  z-index: 111;
  padding-top: 217px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .8);
  color: #000
}

@media (max-width:1029.98px) {
  .popup {
    padding-top: 120px
  }
}

@media (max-width:767.98px) {
  .popup {
    padding-top: 40px
  }
}

.popup__details {
  background: #fff 0 0 no-repeat padding-box;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .4);
  box-shadow: 0 0 6px rgba(0, 0, 0, .4);
  border-radius: 4px;
  width: 980px;
  height: 400px;
  padding: 66px;
  margin: 0 auto;
  border-radius: 17.31px
}

@media (max-width:1029.98px) {
  .popup__details {
    width: 100%;
    height: 455px;
    padding: 56px
  }
}

@media (max-width:767.98px) {
  .popup__details {
    height: 610px;
    padding: 57px 20px
  }
}

@media (max-width:374.98px) {
  .popup__details {
    height: auto;
    padding: 20px
  }
}

.popup__close {
  color: #000;
  cursor: pointer;
  font-size: 25px;
  position: absolute;
  top: -45px;
  right: -30px
}

@media (max-width:1029.98px) {
  .popup__close {
    top: -35px;
    right: -30px
  }
}

@media (max-width:767.98px) {
  .popup__close {
    right: 0;
    top: -40px
  }
}

@media (max-width:374.98px) {
  .popup__close {
    top: -15px
  }
}

.popup__heading {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 20px;
  color: #0a0a0a;
  font-weight: 600
}

@media (max-width:767.98px) {
  .popup__heading {
    font-size: 16px;
    padding-bottom: 8px
  }
}

.popup__content {
  color: #0a0a0a;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400
}

@media (max-width:767.98px) {
  .popup__content {
    font-size: 12px
  }
}

.show {
  display: block
}

.hide {
  display: none
}

.rc-offer {
  background: #000
}

@media (min-width:1030px) {
  .rc-offer {
    border-radius: 0 0 10px 10px
  }
}

.rc-offer__inner {
  padding: 10px 0
}

@media (min-width:768px) {
  .rc-offer__inner {
    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;
    padding: 16px 0
  }
}

@media (min-width:768px) {
  .rc-offer__price {
    margin-right: 5px
  }
}

@media (min-width:1030px) {
  .rc-offer__price {
    margin-right: 10px
  }
}

.rc-offer__heading {
  font-size: 14px;
  line-height: 17px;
  font-weight: 900;
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  color: #fff;
  margin-bottom: 9px
}

@media (min-width:768px) {
  .rc-offer__heading {
    margin-bottom: 6px;
    font-size: 15px
  }
}

@media (min-width:1030px) {
  .rc-offer__heading {
    margin-bottom: 8px;
    font-size: 16px
  }
}

.rc-offer__heading span {
  color: #e87f4b
}

@media (min-width:768px) {
  .rc-offer__heading span {
    color: #fff;
    background: linear-gradient(94deg, #e87f4b 1.34%, #f6c845 66.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
  }
}

.rc-offer__heading span.rc-offer__heading--orange {
  color: #ffc800;
  background: unset;
  -webkit-text-fill-color: unset
}

.rc-offer__desc {
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  font-family: Graphik Trial, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  margin-bottom: 0;
  color: #fff
}

.rc-offer__desc span {
  cursor: pointer
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0)
}

.swiper-pointer-events {
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/44*27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: normal;
  line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity .3s;
  transform: translateZ(0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}

.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}