html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif
}

body {
  margin: 0
}

article,
details,
footer,
header,
main,
menu,
nav,
section {
  display: block
}

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

[hidden] {
  display: none
}

a {
  background-color: #0000
}

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

b,
strong {
  font-weight: 700
}

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

small {
  font-size: 80%
}

img {
  border: 0
}

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

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

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

input {
  line-height: normal
}

* {
  box-sizing: border-box
}

html {
  height: 100%
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block
}

.w-inline-block {
  max-width: 100%;
  display: inline-block
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block
}

input.w-button {
  -webkit-appearance: button
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: 700
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px
}

p {
  margin-top: 0;
  margin-bottom: 10px
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none
}

.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-embed:after {
  clear: both
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative
}

.w-video iframe {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

button,
[type=button] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0
}

.w-form {
  margin: 0 0 15px
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block
}

.w-input::placeholder {
  color: #999
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative
}

.w-dropdown-toggle,
.w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block
}

.w-dropdown-toggle:focus {
  outline: 0
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute
}

.w-dropdown-list.w--open {
  display: block
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block
}

.w-dropdown-link.w--current {
  color: #0082f3
}

.w-dropdown-link:focus {
  outline: 0
}

@media screen and (max-width:767px) {
  .w-nav-brand {
    padding-left: 10px
  }
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-richtext:after {
  clear: both
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative
}

.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-nav:after {
  clear: both
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative
}

.w-nav-link.w--current {
  color: #0082f3
}

.w-nav-menu {
  float: right;
  position: relative
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative
}

.w-nav-button:focus {
  outline: 0
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8
}

.w-nav[data-collapse=all] .w-nav-menu {
  display: none
}

.w-nav[data-collapse=all] .w-nav-button {
  display: block
}

@media screen and (max-width:991px) {
  .w-nav[data-collapse=medium] .w-nav-menu {
    display: none
  }

  .w-nav[data-collapse=medium] .w-nav-button {
    display: block
  }
}

@media screen and (max-width:767px) {
  .w-nav[data-collapse=small] .w-nav-menu {
    display: none
  }

  .w-nav[data-collapse=small] .w-nav-button {
    display: block
  }

  .w-nav-brand {
    padding-left: 10px
  }
}

.w-tabs {
  position: relative
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-tabs:after {
  clear: both
}

.w-tab-menu {
  position: relative
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative
}

.w-tab-link.w--current {
  background-color: #c8c8c8
}

.w-tab-link:focus {
  outline: 0
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden
}

.w-tab-pane {
  display: none;
  position: relative
}

.w--tab-active {
  display: block
}

@media screen and (max-width:479px) {
  .w-tab-link {
    display: block
  }
}

.w-condition-invisible {
  display: none !important
}

@font-face {
  font-family: Circularstd;
  src: url(assets/66b27c2f7df2b753bd5129cc_CircularXXWeb-Regular-9c1fc1bc.woff2)format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Circularstd webfont;
  src: url(assets/60c76570d6ff5699a8403c30_circularstd-bold-webfont-01b42178.ttf)format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Circularstd;
  src: url(assets/60c7696028320ed428207766_CircularStd-Medium-e43a0f6d.otf)format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Circularstd;
  src: url(assets/60c769603ccd7e73ed90fca9_CircularStd-MediumItalic-ad72b88a.otf)format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap
}

:root {
  --grey-90: #0e0e0e;
  --grey-70: #707070;
  --primary-60: #3253ff;
  --primary-70: #243edb;
  --primary-80: #192db7;
  --error-60: #cb2937;
  --error-70: #aa1c35;
  --error-10: #fcf2f2;
  --grey-10: #f7f7f7;
  --grey-20: #ededed;
  --grey-30: #dbdbdb;
  --grey-40: #cdcdcd;
  --grey-50: #bfbfbf;
  --grey-60: #949494;
  --grey-80: #3b3b3b;
  --primary-10: #f9faff;
  --primary-20: #eff5ff;
  --primary-30: #cfddff;
  --primary-40: #84aeff;
  --primary-50: #5b89ff;
  --primary-90: #0f1e93;
  --error-20: #ffd8d8;
  --error-30: #f8afaf;
  --error-40: #eb5c5c;
  --error-50: #e54949;
  --error-80: #891231;
  --error-90: #710a2e;
  --warning-10: #fcfaf2;
  --warning-20: #ffeeba;
  --warning-30: #efc868;
  --warning-40: #e0ac42;
  --warning-50: #d49310;
  --warning-60: #c7820b;
  --warning-70: #af6c08;
  --warning-80: #925506;
  --warning-90: #613002;
  --success-10: #f2fff5;
  --success-20: #e1fce3;
  --success-30: #c4f9cd;
  --success-40: #96e5b1;
  --success-50: #43a576;
  --success-60: #369f71;
  --success-70: #2a8a6a;
  --success-80: #1d7560;
  --success-90: #126056;
  --primary-biz-10: #f6f7ff;
  --primary-biz-20: #d9def4;
  --primary-biz-30: #7a82ad;
  --primary-biz-40: #373d64;
  --primary-biz-50: #242a4a;
  --primary-biz-60: #171d3f;
  --primary-biz-70: #0e1333;
  --primary-biz-80: #0b0f2d;
  --primary-biz-90: #04061e;
  --secondary-10: #fffaf5;
  --secondary-20: #fff1ea;
  --secondary-30: #ffe5da;
  --secondary-40: #ffc6a6;
  --secondary-50: #ffb090;
  --secondary-60: #ff8c6c;
  --secondary-70: #db634e;
  --secondary-80: #b73f36;
  --secondary-90: #932222;
  --tertiary-frost: aliceblue;
  --tertiary-papaya: #ffecbb;
  --tertiary-mint: #b5fec0;
  --tertiary-pistachio: #9ee4ba;
  --tertiary-green: #61d172;
  --tertiary-darkgreen: #005123;
  --tertiary-abyss: #00454d;
  --tertiary-aqua: #36cec9
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

body {
  color: var(--grey-90);
  flex-flow: column;
  font-family: Proximanova;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.67;
  display: flex
}

h1 {
  color: var(--grey-90);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Circularstd webfont, sans-serif;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.31
}

h2 {
  color: var(--grey-90);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Circularstd webfont, sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.27
}

h3 {
  color: var(--grey-90);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Circularstd webfont, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.26
}

h4 {
  color: var(--grey-90);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.21
}

h5 {
  color: var(--grey-90);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Circularstd, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.27
}

h6 {
  color: var(--grey-70);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Circularstd, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33
}

p {
  margin-bottom: 20px
}

a {
  color: var(--primary-60);
  text-decoration: none
}

a:hover {
  color: var(--primary-70);
  text-decoration: underline
}

a:active {
  color: var(--primary-80);
  text-decoration: underline
}

a:focus {
  color: var(--primary-70);
  text-decoration: underline
}

ul,
ol {
  margin-bottom: 24px
}

img {
  height: auto
}

label {
  margin-bottom: .4rem;
  font-weight: 700;
  display: block
}

.text-h3 {
  text-align: left;
  letter-spacing: -.01em
}

.text-h3.mb-16 {
  text-align: center
}

.text-h3.mb-16.text-left {
  text-align: left
}

.text-h3.mb-0 {
  font-family: Circularstd webfont, sans-serif
}

.text-h3.fiber,
.text-h4.mb-8 {
  text-align: center
}

.text-h4.mb-8.text-left,
.text-h4.mb-24 {
  text-align: left
}

.text-h4.mb-24.text-center {
  text-align: center;
  font-size: 2.8rem
}

.text-h4.mb-24 {
  font-size: 2.2rem;
  font-weight: 500
}

.text-h6.mb-16.mr-8.mb-32--991 {
  font-size: 18px;
  line-height: 30px
}

.container {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1288px;
  margin-left: auto;
  margin-right: auto;
  font-family: Circularstd, sans-serif;
  position: relative
}

.text-p-sm {
  margin-bottom: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5
}

.text-p-xs {
  font-size: 1.4rem;
  line-height: 1.33
}

.text-base {
  font-size: 1.8rem;
  line-height: 1.67
}

.text-base.font-semibold.mb-0.ml-8 {
  font-weight: 500
}

.text-sm {
  font-size: 1.6rem;
  line-height: 1.5
}

.text-sm.mb-24 {
  font-family: Circularstd, sans-serif
}

.text-xs {
  font-size: 1.4rem;
  line-height: 1.33
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-center.mb-0.pb-96--resp.pt-200.pt-160--767 {
  font-family: Circularstd webfont, sans-serif
}

.btn-md {
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  padding: 15px 40px;
  font-family: Circularstd, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.143;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s
}

.btn-md:hover,
.btn-md:focus {
  text-decoration: none
}

.btn-md.solid-primary.acp-address-check-btn.mt-24.availability-btn-gtm-trigger {
  display: inline-block
}

.btn-md.outlined-primary.text-center.mb-16.mb-0--991 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-self: stretch;
  margin-bottom: 0;
  font-family: Circularstd, sans-serif;
  font-weight: 400
}

.btn-md.outlined-primary._w-full.mb-16.text-p-xs {
  font-size: 14px;
  line-height: 100%
}

.btn-md.outlined-primary.text-14 {
  margin-right: 16px
}

.btn-md.outlined-primary {
  text-align: center
}

.btn-md.solid-primary {
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  flex: 0 auto;
  overflow: visible
}

.btn-lg {
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  padding: 19px 44px;
  font-family: Circularstd, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s
}

.btn-lg:hover,
.btn-lg:focus {
  text-decoration: none
}

.btn-lg.solid-primary.hover-no-underline.focus-no-underline {
  text-align: center
}

.btn-lg.solid-primary.availability-check-btn {
  flex: none;
  width: auto
}

.btn-lg.solid-primary.availability-check-btn.text-14 {
  padding-left: 40px;
  padding-right: 40px
}

.btn-lg.outlined-primary.nav-button-landscape {
  padding: 17px 40px;
  font-size: 1.4rem;
  display: none
}

.solid-primary {
  border: 1px solid var(--primary-60);
  background-color: var(--primary-60);
  color: #fff
}

.solid-primary:hover,
.solid-primary:focus {
  border-color: var(--primary-70);
  background-color: var(--primary-70);
  color: #fff
}

.outlined-primary {
  border: 1px solid var(--primary-60);
  color: var(--primary-60);
  background-color: #0000
}

.outlined-primary:hover,
.outlined-primary:focus {
  border-color: var(--primary-60);
  color: var(--primary-60);
  background-color: #3276ff14
}

.section.bg-tert-frost {
  padding-bottom: 20px
}

.section.py-96--resp {
  padding-bottom: 96px;
  font-family: Circularstd, sans-serif
}

.section.bg-secondary-20 {
  padding-bottom: 0
}

.section.pt-96--resp {
  padding-top: 192px
}

.section.pb-96--resp {
  font-family: Circularstd, sans-serif;
  display: block
}

.section.pb-96--resp.pt-200.pt-160--767 {
  display: block
}

.section.pb-96--resp.pt-200.pt-160--767.d-none {
  display: none
}

.section.py-96--resp {
  background-color: #0000;
  padding-top: 96px;
  padding-bottom: 96px
}

.section.check-compatibility-gallery-section {
  background-image: linear-gradient(180deg, var(--grey-90)50%, white 50%);
  margin-top: -1px
}

.d-inlineblock {
  display: inline-block
}

.d-flex {
  display: flex
}

.d-flex.flex-align-center.flex-just-between.gap-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px
}

.d-flex.mr-8.mb-8.mr-0--767 {
  display: flex
}

.d-flex.flex-just-center.flex-align-center.py-8.bg-primary-20.radius-2.gap-8.mb-24 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  padding-left: 8px;
  padding-right: 8px
}

.d-flex.flex-just-center.flex-align-center.py-8.bg-primary-20.radius-2.gap-8.mb-24.flex-horiz {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row
}

.d-flex.text-left.flex-just-between.p-24.flex-align-center.b-1.radius-2.border-grey-50.mb-24.text-grey-90.hover-text-grey-90.hover-no-underline:hover {
  border-width: 2px;
  border-color: var(--primary-60);
  padding: 23px
}

.d-flex.text-left.flex-just-between.p-24.flex-align-center.b-1.radius-2.border-grey-50.mb-24.text-grey-90.hover-text-grey-90.hover-no-underline.cursor-pointer.plan-card-original.plan-add-to-cart {
  border-radius: 8px
}

.d-flex.flex-just-center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center
}

.d-flex.flex-just-center.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row
}

.d-flex.gap-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px
}

.d-flex.gap-12.mb-4 {
  align-items: center
}

.d-flex.flex-align-start.gap-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px
}

.d-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.d-none {
  display: none
}

.fit-cover {
  object-fit: cover
}

.fit-pos-r {
  object-position: 100% 50%
}

.overflow-hidden {
  overflow: hidden
}

.overflow-visible {
  overflow: visible
}

.pos-rel {
  z-index: 0;
  position: relative
}

.pos-abs {
  position: absolute
}

.pos-abs.pos-abs-tr.mt-16.mr-16.cursor-pointer.alert-close-btn {
  display: none
}

.pos-abs-tl {
  position: absolute;
  inset: 0% auto auto 0%
}

.pos-abs-tr {
  position: absolute;
  inset: 0% 0% auto auto
}

.pos-abs-t {
  position: absolute;
  inset: 0% 0% auto
}

.pos-abs-full {
  position: absolute;
  inset: 0%
}

.z-auto {
  z-index: auto
}

.flex-horiz {
  flex-direction: row;
  display: flex
}

.flex-vert {
  flex-direction: column;
  display: flex
}

.flex-wrap {
  flex-wrap: wrap;
  display: flex
}

.flex-child-nosize {
  flex: none
}

.flex-align-start {
  align-items: flex-start;
  display: flex
}

.flex-align-center {
  align-items: center;
  display: flex
}

.flex-align-end {
  align-items: flex-end;
  display: flex
}

.flex-align-stretch {
  align-items: stretch;
  display: flex
}

.flex-align-baseline {
  align-items: baseline;
  display: flex
}

.flex-just-center {
  justify-content: center;
  display: flex
}

.flex-just-between {
  justify-content: space-between;
  display: flex
}

.flex-child-align-start {
  align-self: flex-start
}

.grid-cols-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

._w-12 {
  width: 12px
}

.max-w-12 {
  max-width: 12px
}

.h-12 {
  height: 12px
}

._w-16 {
  width: 16px
}

.min-w-16 {
  min-width: 16px
}

.h-16 {
  height: 16px
}

._w-20 {
  width: 20px
}

.h-20 {
  height: 20px
}

._w-24 {
  width: 24px
}

._w-48 {
  width: 48px
}

._w-96 {
  width: 96px
}

._w-full {
  width: 100%
}

._w-full.max-w-692--resp {
  max-width: 692px
}

.max-w-full {
  max-width: 100%
}

.h-full {
  height: 100%
}

.pos-fixed-b {
  position: fixed;
  inset: auto 0% 0%
}

.mb-48 {
  margin-bottom: 48px
}

.mb-40 {
  margin-bottom: 40px
}

.mr-32 {
  margin-right: 32px
}

.mb-32 {
  margin-bottom: 32px
}

.mb-32._w-3of4--991._w-full--767.mb-16--767 {
  margin-bottom: 24px;
  font-family: Circularstd, sans-serif;
  font-style: normal
}

.mb-32.mb-24--767 {
  font-family: Circularstd webfont, sans-serif
}

.mb-32.d-none--767 {
  font-family: Circularstd, sans-serif;
  font-weight: 400
}

.mb-32.text-h3 {
  font-family: Circularstd webfont, sans-serif
}

.ml-24 {
  margin-left: 24px
}

.mt-24 {
  margin-top: 24px
}

.mb-24 {
  margin-bottom: 24px
}

.mr-16 {
  margin-right: 16px
}

.mt-16 {
  margin-top: 16px
}

.mb-16 {
  margin-bottom: 16px
}

.mb-neg16 {
  margin-bottom: -16px
}

.ml-12 {
  margin-left: 12px
}

.mr-12 {
  margin-right: 12px
}

.mb-12 {
  margin-bottom: 12px
}

.ml-8 {
  margin-left: 8px
}

.mr-8 {
  margin-right: 8px;
  display: block
}

.mb-8 {
  margin-bottom: 8px
}

.mr-4 {
  margin-right: 4px
}

.mb-4 {
  margin-bottom: 4px
}

.mb-0 {
  margin-bottom: 0;
  font-family: Circularstd, sans-serif
}

.mb-0.text-p-sm.font-semibold {
  font-family: Circularstd, sans-serif;
  font-weight: 400
}

.mb-0.text-center {
  font-family: Circularstd webfont, sans-serif
}

.mt-auto {
  margin-top: auto
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.mx-auto._w-3of4._w-9of10--991 {
  font-family: Circularstd, sans-serif
}

.py-96 {
  padding-top: 96px;
  padding-bottom: 96px
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px
}

.px-64 {
  padding-left: 64px;
  padding-right: 64px
}

.py-64 {
  padding-top: 64px;
  padding-bottom: 64px
}

.pb-48 {
  padding-bottom: 48px
}

.pb-40 {
  padding-bottom: 40px
}

.p-32 {
  padding: 32px
}

.p-24 {
  padding: 24px
}

.p-24.border-grey-30.radius-10.d-flex.flex-align-center.flex-just-between.b-1:hover {
  border-width: 2px;
  border-color: var(--primary-60)
}

.p-24.b-1.border-grey-50.radius-2.mb-24.text-grey-90.hover-no-underline.hover-text-grey-90.enterprise-order-button {
  margin-bottom: 0
}

.pt-24 {
  padding-top: 24px
}

.pb-24 {
  padding-bottom: 24px
}

.p-16 {
  padding: 16px
}

.p-16.d-flex.bg-warning-10.b-1.border-warning-30.gap-16.flex-align-start.max-w-full.pos-abs._w-full {
  display: flex
}

.p-16.d-flex.bg-warning-10.b-1.border-warning-30.gap-16.flex-align-start.max-w-full.pos-abs._w-full.d-none {
  display: none
}

.pl-16 {
  padding-left: 16px
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px
}

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px
}

._w-3of4 {
  width: 75%
}

.h-3of4 {
  height: 75%
}

._w-2of3 {
  width: 66.66%
}

._w-1of2 {
  width: 50%
}

._w-1of2.py-80._w-full--991.py-48--991.py-40--767 {
  padding-left: 48px
}

._w-1of2._w-full--991 {
  text-align: left;
  padding-left: 60px
}

._w-1of3 {
  width: 33.33%
}

._w-1of4 {
  width: 25%
}

.bg-white {
  background-color: #fff
}

.bg-grey-10 {
  background-color: var(--grey-10)
}

.bg-grey-10.radius-10.bundle-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.bg-grey-90 {
  background-color: var(--grey-90)
}

.text-white {
  color: #fff
}

.text-grey-90 {
  color: var(--grey-90)
}

.border-white {
  border-color: #fff
}

.border-grey-30 {
  border-color: var(--grey-30)
}

.border-grey-50 {
  border-color: var(--grey-50)
}

.border-grey-80 {
  border-color: var(--grey-80)
}

.gap-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px
}

.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px
}

.gap-x-32 {
  grid-column-gap: 32px
}

.bg-primary-20 {
  background-color: var(--primary-20)
}

.bg-primary-60 {
  background-color: var(--primary-60)
}

.bg-error-10 {
  background-color: var(--error-10)
}

.bg-warning-10 {
  background-color: var(--warning-10)
}

.border-warning-30 {
  border-color: var(--warning-30)
}

.font-medium,
.font-semibold {
  font-weight: 500
}

.grid-cols-2--767 {
  grid-auto-columns: 1fr
}

.bg-secondary-20 {
  background-color: var(--secondary-20)
}

.bg-tert-frost {
  background-color: var(--tertiary-frost)
}

.bg-tert-mint {
  background-color: var(--tertiary-mint)
}

.text-tert-abyss {
  color: var(--tertiary-abyss)
}

.input.address-input {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 24px;
  display: inline-flex
}

.input.address-input.acp-address-input {
  max-width: none
}

.bg-tert-frost-gradient {
  background-image: linear-gradient(to bottom, #fff 45%, var(--tertiary-frost)45%)
}

.gap-x-64 {
  grid-column-gap: 64px
}

.b-1 {
  border-style: solid;
  border-width: 1px
}

.bt-1 {
  border-top-style: solid;
  border-top-width: 1px
}

.bb-1 {
  border-bottom-style: solid;
  border-bottom-width: 1px
}

.b-5 {
  border-style: solid;
  border-width: 5px
}

.radius-2 {
  border-radius: 2px
}

.radius-8 {
  border-radius: 8px
}

.radius-10 {
  border-radius: 10px
}

.radius-full {
  border-radius: 500px
}

.btn-text-lg {
  color: var(--primary-60);
  cursor: pointer;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Circularstd, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  display: flex
}

.btn-text-lg:hover,
.btn-text-lg:focus {
  color: var(--primary-80);
  text-decoration: none
}

.bt-0-5 {
  border-top-style: solid;
  border-top-width: .5px
}

.accordion_content {
  z-index: 0;
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden
}

.accordion_content.w--open {
  background-color: #fff;
  position: static
}

.max-w-500 {
  max-width: 500px
}

.note {
  display: none
}

.box-shadow-2 {
  box-shadow: 0 3px 6px -4px #0e0e0e1f, 0 6px 16px #0e0e0e14, 0 9px 28px 8px #24201f0d
}

.bg-double-blue {
  background-image: url(assets/60d4b6bce7e41b3e624bb686_bg-selector-77787f14.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll
}

.bg-double-blue.pos-abs-t._w-full.h-3of4 {
  -webkit-text-fill-color: inherit;
  background-image: url(assets/60d4b6bce7e41b3e624bb686_bg-selector-77787f14.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box
}

.border-white-1of5 {
  border-color: #fff3
}

.btn-text {
  color: var(--primary-60);
  cursor: pointer;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Circularstd, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.143;
  display: flex
}

.btn-text:hover,
.btn-text:focus {
  color: var(--primary-80);
  text-decoration: none
}

.modal {
  z-index: 10;
  opacity: 0;
  text-align: left;
  background-color: #00000080;
  display: none;
  position: fixed;
  inset: 0%
}

.hover-text-grey-90:hover,
.hover-text-grey-90:focus {
  color: var(--grey-90)
}

.hover-no-underline:hover {
  text-decoration: none
}

.max-w-600 {
  max-width: 600px
}

.router-small {
  z-index: 1;
  position: absolute;
  inset: 48.5% auto auto 51%
}

.router-large {
  z-index: 1;
  position: absolute;
  inset: 34% auto auto 50%
}

.extender-large-1 {
  z-index: 1;
  position: absolute;
  inset: 62% auto auto 31%
}

.extender-large-3 {
  z-index: 1;
  position: absolute;
  top: 24%;
  bottom: auto;
  right: 15%
}

.orb-large,
.orb-small {
  z-index: -1;
  background-color: #cfddffa6;
  border-radius: 500px;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

._w-2of5 {
  width: 40%
}

._w-2of5._w-1of2--991._w-full--767 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start
}

._w-3of5 {
  width: 60%
}

.focus-translate-y-0:focus {
  transform: translate(0)
}

.translate-y-negfull {
  transform: translateY(-100%)
}

.pt-3of4 {
  padding-top: 75%
}

.hide-element {
  display: none
}

.nav {
  z-index: 2;
  margin-bottom: -96px;
  transition: box-shadow .5s cubic-bezier(.23, 1, .32, 1);
  position: sticky;
  inset: 0% 0% auto
}

.nav.transparent-nav {
  z-index: 10
}

.top-navbar {
  background-color: var(--grey-90);
  height: 35px;
  display: none
}

.navbar {
  z-index: 1;
  background-color: #fff;
  transition: background-color .2s
}

.top-nav-menu-list {
  display: flex
}

.top-nav-menu-link {
  color: #fff;
  border-top: 2px solid #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 35px;
  margin-right: 32px;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Circularstd, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex
}

.top-nav-menu-link:hover {
  color: #fff;
  text-decoration: none
}

.top-nav-menu-link.current-link {
  border-top-color: var(--grey-10)
}

.nav-left-wrap {
  align-items: center;
  display: flex
}

.nav-dropdown {
  flex: 0 auto;
  min-width: 0;
  margin-left: 12px
}

.nav-dropdown.products-dropdown {
  flex: none;
  margin-left: 0
}

.dropdown-toggle {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  transition: color .2s;
  display: flex
}

.dropdown-toggle.product-toggle,
.dropdown-toggle.city-toggle {
  z-index: 1
}

.dropdown-icon {
  width: 14px;
  margin-top: -2px;
  margin-left: 12px;
  position: relative
}

.dropdown-icon.products-dropdown-icon {
  transition: filter .2s
}

.nav-divider {
  opacity: .4;
  background-color: #676767;
  flex: none;
  width: 1px;
  height: 32px;
  margin-left: 8px;
  margin-right: 8px
}

.brand {
  flex: none
}

.nav-list {
  flex: none;
  align-items: baseline;
  display: flex
}

.nav-link {
  color: var(--grey-90);
  margin-top: 2px;
  font-family: Circularstd, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  transition: color .2s
}

.nav-link:hover {
  color: var(--grey-90);
  text-decoration: none
}

.nav-link:active {
  text-decoration: none
}

.nav-link:focus {
  color: var(--grey-90);
  text-decoration: none
}

.nav-link.w--current {
  color: var(--primary-60)
}

.nav-link.visible-landspace {
  display: none
}

.nav-link.ad-link {
  padding: 20px;
  display: block
}

.menu-nav-right {
  flex: none;
  align-items: center;
  display: flex
}

.dropdown-list {
  z-index: 0;
  inset: auto 0%
}

.dropdown-list.w--open {
  background-color: #fff;
  width: 100%;
  position: fixed;
  overflow: hidden;
  box-shadow: 0 10px 30px #192d640f
}

.cities-nav-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 32px;
  padding-top: 24px
}

.label {
  color: var(--grey-70);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Circularstd, sans-serif;
  font-size: 1.4rem;
  font-weight: 500
}

.dropdown-link {
  margin-left: 0;
  margin-right: 12px;
  padding: 12px 0;
  font-family: Circularstd, sans-serif;
  font-size: 1.4rem;
  transition: opacity .2s;
  display: inline-block
}

.dropdown-link:hover,
.dropdown-link:active,
.dropdown-link:focus {
  color: var(--grey-90);
  text-decoration: none
}

.dropdown-link.w--current {
  color: var(--primary-60)
}

.products-dropdown {
  z-index: 0
}

.products-dropdown.w--open {
  background-color: #fff;
  padding: 6px 24px 16px;
  box-shadow: 0 10px 30px #192d640f
}

.products-dropdown.content {
  width: auto;
  position: absolute
}

.hover-text-grey-40:hover {
  color: var(--grey-40)
}

.footer-svg-left {
  width: 158px;
  position: absolute;
  top: 30%;
  left: -10px
}

.state-box {
  margin-bottom: 32px
}

.logo {
  transition: opacity .2s
}

.logo.logo-white {
  z-index: 1;
  opacity: 0;
  width: auto;
  position: absolute;
  inset: 0% auto auto 0%
}

.nav-list-container {
  align-items: center;
  margin-bottom: 0;
  display: flex
}

.css-js-transpatent-nav {
  display: none
}

.py-96--resp {
  padding-top: 96px;
  padding-bottom: 96px
}

.pt-96--resp {
  padding-top: 96px
}

.z-2 {
  z-index: 2
}

.z-3 {
  z-index: 3
}

.footer-link {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Circularstd, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block
}

.footer-link:hover {
  color: var(--grey-40);
  text-decoration: underline
}

.footer-link:active {
  color: var(--grey-50);
  text-decoration: underline
}

.footer-link:focus {
  color: var(--grey-40);
  text-decoration: underline
}

.cursor-pointer {
  cursor: pointer
}

.toggle-tab-link {
  color: var(--grey-90);
  background-color: #fff;
  border-radius: 500px;
  padding: 8px 48px
}

.toggle-tab-link:hover,
.toggle-tab-link:focus {
  background-color: var(--primary-20);
  color: var(--grey-90);
  text-decoration: none
}

.toggle-tab-link.w--current {
  background-color: var(--primary-biz-60);
  color: #fff
}

.vert-carousel_parent {
  display: flex
}

.vert-carousel_content-container {
  width: 50%;
  margin-top: 18vh;
  margin-bottom: 18vh;
  padding-left: 80px;
  overflow: hidden
}

.vert-carousel_content-container.left {
  margin-top: 18vh;
  margin-bottom: 18vh;
  padding-left: 0;
  padding-right: 80px
}

.vert-carousel_images-container {
  width: 50%;
  position: relative
}

.vert-carousel_content-item {
  padding-top: 24vh;
  padding-bottom: 24vh
}

.vert-carousel_content-item.first {
  margin-top: -100vh;
  padding-top: 124vh;
  position: relative
}

.vert-carousel_inner-content {
  transition: opacity .2s cubic-bezier(.55, .085, .68, .53);
  position: relative
}

.vert-carousel_anchor {
  display: none
}

.vert-carousel_sticky-track {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 5vh
}

.vert-carousel_image-window {
  background-color: var(--primary-20);
  width: 100%;
  padding-bottom: 75%;
  position: relative
}

.vert-carousel_image-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  transition: opacity .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden
}

.vert-carousel_inner-image {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.vert-carousel_squiggle-dec {
  z-index: 1;
  width: 184px;
  position: absolute;
  inset: auto auto -40px -50px;
  transform: rotate(0)
}

.accordion {
  z-index: 0;
  border-bottom: .5px solid var(--grey-30);
  width: 100%
}

.accordion.last {
  border-bottom-width: 0
}

.accordion_trigger {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  display: flex
}

.flex-center {
  justify-content: center;
  align-items: center;
  display: flex
}

.flex-between-center {
  justify-content: space-between;
  align-items: center;
  display: flex
}

.grid-cols-3-4-1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid
}

.grid-cols-3-2-1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid
}

.vert-carousel_mobile-image {
  display: none
}

.vert-carousel_shape-container {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 5vh
}

.vert-carousel_shape-container.left {
  justify-content: flex-start
}

.focus-no-underline:focus {
  text-decoration: none
}

.price-card_price-section {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: baseline;
  margin-bottom: 32px;
  display: flex
}

.price-card_price-section.price-card-v2 {
  align-self: flex-start
}

.price-card_price-section.price-card-v2.mb-16 {
  margin-bottom: 16px
}

.mt-neg100vh {
  margin-top: -100vh
}

.vert-carousel_section-title {
  text-align: center;
  width: 50%;
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto
}

.vert-carousel_shape-left {
  z-index: -1;
  background-color: var(--secondary-20);
  border-radius: 0 500px 500px 0;
  width: 40%;
  height: 78vh
}

.vert-carousel_shape-left.blue {
  background-color: var(--primary-60);
  height: 78vh
}

.pb-96--resp {
  padding-bottom: 96px
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  padding: 14.5px 32px;
  display: flex;
  position: relative
}

.city-container {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

.nav-mob-line {
  display: none
}

.nav-shadow {
  box-shadow: 0 10px 30px #192d640f
}

.pos-rel-t-neg8 {
  position: relative;
  top: -8px
}

.focus-text-grey-40:focus {
  color: var(--grey-40)
}

.accordion_inner-content {
  width: 80%;
  padding-top: 20px
}

.text-none {
  margin-bottom: 0;
  font-size: 0;
  line-height: 0
}

.nav-label_blue {
  background-color: var(--primary-60);
  color: #fff;
  border-radius: 2px;
  margin-top: -2px;
  margin-bottom: 14px;
  padding: 4px 8px;
  font-weight: 600;
  display: flex
}

.banner {
  background-color: var(--grey-90);
  height: 56px;
  position: relative
}

.pt-200 {
  padding-top: 200px
}

.rt-text-sm {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5
}

.link {
  color: var(--primary-60);
  font-family: Circularstd webfont, sans-serif;
  font-size: 1.4rem;
  font-weight: 500
}

.image {
  z-index: 1;
  mix-blend-mode: normal;
  order: 0;
  width: 20%;
  position: absolute;
  inset: auto auto 0% 0%
}

.content {
  width: 90%;
  max-width: 1288px;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

.btn-text--3 {
  color: #3253ff;
  cursor: pointer;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Circularstd, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.143;
  display: flex
}

.btn-text--3:hover,
.btn-text--3:focus {
  color: #192db7;
  text-decoration: none
}

.btn-text--4 {
  color: #3253ff;
  cursor: pointer;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Circularstd, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.143;
  display: flex
}

.btn-text--4:hover,
.btn-text--4:focus {
  color: #192db7;
  text-decoration: none
}

.price-card_content-2 {
  border: 1px solid #bfbfbf;
  flex-direction: column;
  max-width: 410px;
  height: 100%;
  padding: 40px 32px;
  display: flex
}

.price-card_content-2.pc-v2 {
  border-color: var(--grey-40);
  border-radius: 10px
}

.section-2.py-96--resp {
  background-color: #fff;
  margin-top: auto;
  padding-top: 96px;
  padding-bottom: 96px
}

.section-2.pt-200.pt-160--767.py-96.bg-grey-90.check-compatibility-hero {
  padding-bottom: 80px
}

.section-2.pb-96--resp.pb-0--767.check-compatibility-gallery-section {
  background-image: linear-gradient(180deg, var(--grey-90)50%, white 50%)
}

.section-2.py-96--resp {
  padding-bottom: 96px;
  font-family: Circularstd, sans-serif
}

.bold-text,
.bold-text-6 {
  font-family: Circularstd webfont, sans-serif
}

.select {
  grid-column-gap: 6%;
  grid-row-gap: 6%;
  border: 1px solid #00000026;
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  max-height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex
}

.main {
  font-family: Circularstd, sans-serif
}

.line {
  border-top: 1px solid var(--grey-30);
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0
}

.body {
  background-color: var(--primary-20)
}

.divider-line {
  border-top: 1px solid var(--grey-30);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 0
}

.grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template: "." /1fr 1fr 1fr 1fr;
  margin-top: 48px
}

.address-checker-inline {
  font-family: Circularstd, sans-serif
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: middle;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex
}

.input-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: block;
  position: relative
}

.address-list-container {
  z-index: 1;
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 0 8px 8px;
  display: none;
  position: absolute;
  inset: 100% 0% auto;
  box-shadow: 0 9px 28px 8px #0e0e0e0d, 0 6px 16px #0e0e0e14, 0 3px 6px -4px #0e0e0e1f
}

.address-list-container.acp-address-list-container {
  text-align: left;
  background-color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
  position: absolute;
  inset: 100% 0% auto
}

.address-list-container.address-suggestion-list {
  z-index: 1;
  text-align: left;
  max-height: 400px;
  display: none;
  overflow: scroll
}

.address-list-container.address-suggestion-list.max-w-692--resp {
  z-index: 2;
  display: none
}

.address-list-container.max-w-692--resp {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none
}

.ac-address-item {
  border-bottom: 1px solid var(--grey-30);
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 16px;
  line-height: 30px
}

.ac-address-item:hover {
  background-color: var(--primary-20)
}

.ac-address-item.acp-address-item {
  margin-right: 0
}

.ac-address-item.acp-address-item:hover {
  background-color: var(--primary-20)
}

.availability-modal-container {
  z-index: 1;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0 0 0%
}

.availability-modal-container.ac-modal {
  z-index: 12;
  display: none
}

.availability-modal-box {
  z-index: 5;
  text-align: center;
  background-color: #fff;
  width: 100%;
  max-width: 644px;
  padding: 48px;
  font-family: Circularstd, sans-serif;
  position: relative
}

.text-block-41 {
  margin-bottom: 20px
}

.acp-close-btn {
  position: absolute;
  inset: 10px 10px auto auto
}

.acp-input-wrapper {
  position: relative
}

.logo-white {
  width: 43px
}

.no-address-message {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  padding: 8px 16px;
  display: flex
}

.no-address-message.bg-error-10 {
  text-align: left;
  justify-content: flex-start;
  align-items: baseline;
  display: none;
  position: absolute;
  top: 100%
}

.no-address-message.bg-error-10.max-w-692--resp {
  width: 100%;
  max-width: 692px;
  display: none
}

.image-142 {
  width: 16px;
  height: 16px
}

.text-14 {
  font-size: 14px;
  line-height: 100%
}

.text-14.hover-no-underline.font-semibold {
  font-family: Circularstd, sans-serif
}

.text-16 {
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  line-height: 24px
}

.text-16.waitlist-btn {
  margin-bottom: 32px
}

.text-18 {
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  line-height: 30px
}

.waitlist-modal-container {
  z-index: 1;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-family: Circularstd, sans-serif;
  display: none;
  position: fixed;
  inset: 0% 0 0
}

.waitlist-modal-container.ac-modal {
  z-index: 12;
  display: none
}

.dropdown {
  width: 100%;
  max-width: 628px
}

.plan-modal-container {
  z-index: 12;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0 0
}

.plan-modal-container.commercial-plan-modal {
  z-index: 1;
  font-family: Circularstd, sans-serif;
  display: none;
  top: 0%;
  left: 0
}

.plan-modal-container.commercial-plan-modal.ac-modal {
  z-index: 12;
  display: none
}

.plan-modal-container.residential-plan-modal {
  z-index: 1;
  font-family: Circularstd, sans-serif;
  display: none
}

.plan-modal-container.residential-plan-modal.ac-modal {
  z-index: 12
}

.modal-content-box {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 806px;
  max-height: 100vh;
  padding: 48px;
  overflow: scroll
}

.modal-content-box.text-center {
  position: relative
}

.heading-70 {
  margin-bottom: 0
}

.popup-close-btn {
  position: absolute;
  inset: 2% 2% auto auto
}

.div-block-35 {
  justify-content: center;
  align-items: center;
  display: none
}

.div-block-35.com-btn-container {
  display: flex
}

.div-block-35.com-btn-container.d-none {
  display: none
}

.address-suggestion-list {
  background-color: #fff;
  padding: 8px 16px;
  display: block;
  position: absolute;
  top: 100%
}

.suggestion-message-heading {
  background-color: var(--warning-20);
  border-radius: 4px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 30px
}

.address-checker-modals {
  font-family: Circularstd, sans-serif
}

.success-message-2,
.error-message-2 {
  background-color: #fff
}

.new-address-checker {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex
}

.router-pill {
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px 16px;
  display: flex
}

.router-pill.bg-secondary-20 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 56px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: inline-flex
}

.btn-md--4 {
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  padding: 15px 40px;
  font-family: Circularstd, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.143;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s
}

.btn-md--4:hover,
.btn-md--4:focus {
  text-decoration: none
}

.btn-md--4.solid-primary {
  flex: none
}

.btn-md--4.solid-primary.text-center.imei-check-btn {
  justify-content: center;
  align-items: center;
  height: 56px;
  display: flex
}

.imei-input {
  height: 48px;
  margin-bottom: 0;
  overflow: clip
}

.imei-input.imei-checker-input {
  height: 56px;
  font-size: 1.6rem
}

.container-7 {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1288px;
  margin-left: auto;
  margin-right: auto;
  font-family: Circularstd, sans-serif;
  position: relative
}

.text-base-2 {
  font-size: 18px;
  line-height: 30px
}

.card-image {
  object-position: 50% 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block
}

.tile-image-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  display: grid
}

.gallery-card {
  z-index: 0;
  background-color: #cfddff00;
  border-radius: 8px;
  height: 260px;
  position: relative;
  overflow: hidden
}

.gallery-card.gallery-card-is-center {
  z-index: 1;
  border-radius: 8px;
  height: 510px;
  margin-left: -200px;
  margin-right: -200px;
  overflow: visible
}

.container-8 {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1288px;
  margin-left: auto;
  margin-right: auto;
  font-family: Circularstd, sans-serif;
  position: relative
}

.container-8.check-compatibility-layered-gallery {
  width: 100%;
  max-width: 1600px
}

.pill {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 65px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px 8px 12px;
  display: inline-flex;
  box-shadow: 0 18px 56px 20px #0e0e0e0d, 0 16px 40px #0e0e0e14, 0 10px 14px -4px #0e0e0e1f
}

.pill.top {
  position: absolute;
  inset: 25% -6% auto auto;
  overflow: visible
}

.pill.bottom {
  position: absolute;
  inset: 35% -5% auto auto
}

.image-overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%
}

.list {
  list-style-type: lower-alpha
}

.checker-input-wrapper {
  flex: auto;
  position: relative
}

.plan-name {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: inline-flex
}

.text-xxs {
  font-size: 1.2rem;
  line-height: 1.33
}

.text-xxs.d-inlineblock.py-4.px-8.text-tert-abyss.bg-tert-mint.font-medium.mb-16.price-card-label {
  border-radius: 2px;
  position: absolute;
  inset: -2% 6% auto auto
}

.plan-card-original {
  border: 1px solid var(--grey-30);
  color: var(--grey-90);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: 24px;
  display: flex
}

.plan-card-original:hover {
  color: var(--grey-90);
  text-decoration: none
}

.plan-card-original.plan-add-to-cart {
  cursor: pointer
}

.plan-price {
  margin-bottom: 0
}

.bundle-devices {
  object-fit: cover;
  padding-top: 50px;
  padding-left: 30px
}

.bundle-block-left {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px
}

.bundle-block-right {
  padding: 50px 0
}

.price-card-box-v2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid
}

.text-left-4 {
  text-align: left
}

.text-sm-4 {
  font-size: 1.6rem;
  line-height: 1.5
}

.text-left-5 {
  text-align: left
}

.text-sm-5 {
  font-size: 1.6rem;
  line-height: 1.5
}

.smb-address-content {
  display: none
}

.price-tag {
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.27
}

@media screen and (min-width:1440px) {
  .bg-grey-10.radius-10.bundle-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px
  }

  .address-list-container.max-w-692--resp {
    z-index: 2;
    display: none
  }
}

@media screen and (max-width:991px) {
  h1 {
    font-size: 4.8rem;
    line-height: 1.33
  }

  h2 {
    font-size: 3.6rem;
    line-height: 1.33
  }

  h3 {
    font-size: 3rem;
    line-height: 1.2
  }

  .text-h1 {
    font-size: 4.8rem;
    line-height: 1.33
  }

  .text-h2 {
    font-size: 3.6rem;
    line-height: 1.33
  }

  .text-h3 {
    font-size: 3rem;
    line-height: 1.2
  }

  .container {
    max-width: 688px
  }

  .text-p-sm {
    font-family: Circularstd, sans-serif
  }

  .section.py-96--resp {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .d-grid.mb-0.grid-cols-3-4-1.gap-x-64.gap-y-80--991.gap-x-32--991.gap-y-64--767 {
    grid-row-gap: 64px
  }

  ._w-1of2._w-full--991,
  ._w-1of2._w-full--991.fiber {
    padding-left: 0
  }

  ._w-1of2.py-80._w-full--991.py-48--991.py-40--767 {
    padding-left: 48px;
    padding-right: 48px
  }

  .bg-grey-10.radius-10.bundle-grid {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr
  }

  ._w-full--991 {
    width: 100%
  }

  ._w-3of4--991 {
    width: 75%
  }

  ._w-1of2--991 {
    width: 50%
  }

  ._w-64--991 {
    width: 64px
  }

  .mr-0--991 {
    margin-right: 0
  }

  .mt-0--991 {
    margin-top: 0
  }

  .mb-0--991 {
    margin-bottom: 0
  }

  .mb-24--991 {
    margin-bottom: 24px
  }

  .mb-32--991 {
    margin-bottom: 32px
  }

  .mb-40--991 {
    margin-bottom: 40px
  }

  .px-24--991 {
    padding-left: 24px;
    padding-right: 24px
  }

  .px-32--991 {
    padding-left: 32px;
    padding-right: 32px
  }

  .pb-32--991 {
    padding-bottom: 32px
  }

  .py-40--991 {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .px-48--991 {
    padding-left: 48px;
    padding-right: 48px
  }

  .py-48--991 {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .pt-48--991 {
    padding-top: 48px
  }

  .pb-64--991 {
    padding-bottom: 64px
  }

  .grid-cols-2--767 {
    grid-auto-rows: auto;
    grid-auto-columns: 1fr
  }

  .gap-32--991 {
    grid-column-gap: 32px;
    grid-row-gap: 32px
  }

  .gap-x-32--991 {
    grid-column-gap: 32px
  }

  .d-block--991 {
    display: block
  }

  .d-none--991 {
    display: none
  }

  .flex-vert--991 {
    flex-direction: column;
    display: flex
  }

  .flex-align-start--991 {
    align-items: flex-start;
    display: flex
  }

  .flex-align-stretch--991 {
    align-items: stretch;
    display: flex
  }

  .bg-tert-frost-gradient {
    background-image: linear-gradient(to bottom, #fff 20%, var(--tertiary-frost)20%)
  }

  ._w-9of10--991 {
    width: 90%
  }

  .gap-y-80--991 {
    grid-row-gap: 80px
  }

  .nav.transparent-nav {
    margin-bottom: -100px
  }

  .dropdown-toggle.product-toggle {
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 12px
  }

  .nav-divider {
    display: none
  }

  .nav-list {
    background-color: #fff;
    padding-bottom: 16px;
    box-shadow: 0 10px 30px #192d640f
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px
  }

  .nav-link.left-navbar {
    display: inline-block
  }

  .dropdown-link {
    margin-left: 0;
    margin-right: 8px
  }

  .products-dropdown.w--open {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    display: flex;
    box-shadow: 0 2px 3px #b6b6b600
  }

  .menu-button {
    background-color: #fff0;
    margin-right: 8px;
    padding: 8px
  }

  .menu-button.w--open {
    background-color: #0000
  }

  .footer-svg-right {
    width: 140px;
    position: absolute;
    top: 80%;
    right: 0
  }

  .hamburger-menu {
    flex-direction: column;
    justify-content: space-between;
    width: 18px;
    height: 10px;
    display: flex
  }

  .hamburger-stick {
    background-color: var(--grey-90);
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0
  }

  .nav-list-container {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 32px;
    padding-right: 32px;
    display: flex
  }

  .py-96--resp {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .pt-96--resp {
    padding-top: 64px
  }

  .vert-carousel_content-container {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
  }

  .vert-carousel_content-container.left {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0
  }

  .vert-carousel_images-container {
    display: none
  }

  .vert-carousel_content-item {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .vert-carousel_content-item.first {
    margin-top: 0;
    padding-top: 48px
  }

  .vert-carousel_inner-image {
    position: absolute;
    inset: 0%
  }

  .grid-cols-3-4-1 {
    grid-template-columns: 1fr 1fr 1fr 1fr
  }

  .grid-cols-3-2-1 {
    grid-template-columns: 1fr 1fr
  }

  .vert-carousel_mobile-image {
    margin-bottom: 32px;
    padding-top: 75%;
    display: block;
    position: relative
  }

  .vert-carousel_shape-container {
    display: none
  }

  .vert-carousel_section-title {
    width: 50%
  }

  .pb-96--resp {
    padding-bottom: 64px
  }

  .nav-container {
    padding-top: 16.5px;
    padding-bottom: 16.5px
  }

  .city-container {
    width: 90%
  }

  .accordion_inner-content {
    width: 100%
  }

  .image {
    display: none
  }

  .content {
    max-width: 688px
  }

  .btn-text--4 {
    justify-content: center;
    min-height: 40px
  }

  .section-2.py-96--resp {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr
  }

  .address-list-container.address-suggestion-list.max-w-692--resp,
  .address-list-container.max-w-692--resp {
    display: none
  }

  .container-7 {
    max-width: 688px
  }

  .gallery-card {
    height: 124px
  }

  .gallery-card.gallery-card-is-center {
    height: 274px;
    margin-left: -100px;
    margin-right: -100px
  }

  .container-8 {
    max-width: 688px
  }

  .container-8.check-compatibility-layered-gallery {
    width: 100%;
    max-width: 100%
  }

  .pill {
    padding-top: 6px;
    padding-bottom: 6px
  }

  .pill.top {
    top: 20%;
    right: -15%
  }

  .pill.bottom {
    top: 37%;
    right: -15%
  }

  .bundle-devices {
    padding-left: 0
  }

  .bundle-block-left {
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 24px
  }

  .bundle-block-right {
    padding: 40px 24px 0 0
  }
}

@media screen and (max-width:767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.5
  }

  h1 {
    font-size: 4rem;
    line-height: 1.4
  }

  h2 {
    font-size: 3.4rem;
    line-height: 1.18
  }

  h5 {
    font-size: 2.1rem;
    line-height: 1.14
  }

  .text-h1 {
    font-size: 4rem;
    line-height: 1.4
  }

  .text-h2 {
    font-size: 3.4rem;
    line-height: 1.18
  }

  .text-h5 {
    font-size: 2.1rem;
    line-height: 1.14
  }

  .container {
    max-width: 480px
  }

  .text-p-sm {
    font-family: Circularstd, sans-serif
  }

  .text-base {
    font-size: 1.6rem;
    line-height: 1.5
  }

  .text-sm.text-xs--767 {
    font-size: 1.2rem
  }

  .btn-lg.solid-primary.availability-check-btn.text-14 {
    text-align: center;
    width: 100%
  }

  .btn-lg.outlined-primary.nav-button-landscape {
    width: 100%;
    display: block
  }

  .section.py-96--resp {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .section.check-compatibility-gallery-section {
    display: none
  }

  .d-flex.flex-align-center.cc-form-fields {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: stretch
  }

  .d-grid.mb-0.grid-cols-3-4-1.gap-x-64.gap-y-80--991.gap-x-32--991.gap-y-64--767 {
    grid-row-gap: 48px;
    grid-row-gap: 48px
  }

  .mr-16._w-1of3.mr-0--767.mb-12--767._w-2of3--767 {
    width: 49%
  }

  .bg-grey-10.radius-10.bundle-grid {
    grid-template-columns: 1fr
  }

  ._w-full--767 {
    width: 100%
  }

  .max-w-full--767 {
    max-width: 100%
  }

  ._w-3of4--767 {
    width: 75%
  }

  ._w-2of3--767 {
    width: 66.66%
  }

  ._w-16--767 {
    width: 16px
  }

  .h-16--767 {
    height: 16px
  }

  .mx-auto--767 {
    margin-left: auto;
    margin-right: auto
  }

  .mr-0--767 {
    margin-right: 0
  }

  .mb-8--767 {
    margin-bottom: 8px
  }

  .mb-12--767 {
    margin-bottom: 12px
  }

  .mb-16--767 {
    margin-bottom: 16px
  }

  .mb-24--767 {
    margin-bottom: 24px
  }

  .mb-32--767 {
    margin-bottom: 32px
  }

  .mb-40--767 {
    margin-bottom: 40px
  }

  .px-0--767 {
    padding-left: 0;
    padding-right: 0
  }

  .pb-0--767 {
    padding-bottom: 0
  }

  .pt-24--767 {
    padding-top: 24px
  }

  .pb-24--767 {
    padding-bottom: 24px
  }

  .px-32--767 {
    padding-left: 32px;
    padding-right: 32px
  }

  .p-40--767 {
    padding: 40px
  }

  .py-40--767 {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .pb-48--767 {
    padding-bottom: 48px
  }

  .grid-cols-2--767 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-auto-columns: 1fr;
    display: grid
  }

  .gap-y-40--767 {
    grid-row-gap: 40px
  }

  .d-block--767 {
    display: block
  }

  .d-inlineblock--767 {
    display: inline-block
  }

  .d-none--767 {
    display: none
  }

  .flex-vert--767 {
    flex-direction: column;
    display: flex
  }

  .flex-align-start--767 {
    align-items: flex-start;
    display: flex
  }

  .flex-align-center--767 {
    align-items: center;
    display: flex
  }

  .flex-just-center--767 {
    justify-content: center;
    display: flex
  }

  .input.address-input {
    max-width: none
  }

  .bg-tert-frost-gradient {
    background-image: linear-gradient(to bottom, #fff 15%, var(--tertiary-frost)15%)
  }

  .gap-y-64--767 {
    grid-row-gap: 64px
  }

  .bg-double-blue {
    background-color: var(--primary-60);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll
  }

  ._w-9of10--767 {
    width: 90%
  }

  .orb-large,
  .orb-small {
    width: 50px;
    height: 50px
  }

  .nav {
    margin-bottom: -64px
  }

  .nav.transparent-nav {
    margin-bottom: -96px
  }

  .nav-dropdown {
    margin-left: 8px
  }

  .nav-dropdown.products-dropdown {
    z-index: auto;
    width: 100%
  }

  .dropdown-toggle.product-toggle {
    z-index: auto;
    padding-left: 0
  }

  .dropdown-toggle.city-toggle {
    z-index: 1;
    padding: 16px
  }

  .nav-list {
    width: 100%;
    padding-top: 8px
  }

  .nav-link {
    width: 100%;
    margin-top: 0;
    padding-left: 0
  }

  .nav-link.visible-landspace {
    width: auto;
    display: inline-block
  }

  .menu-nav-right {
    display: none
  }

  .dropdown-list {
    z-index: 0
  }

  .cities-nav-grid {
    grid-template-columns: 1fr 1fr
  }

  .products-dropdown.content.w--open {
    z-index: 1;
    padding-left: 20px;
    font-family: Circularstd, sans-serif
  }

  .logo {
    max-width: 44px
  }

  .logo.logo-white {
    max-width: 100%
  }

  .nav-list-container {
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px
  }

  .py-96--resp {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .pt-96--resp {
    padding-top: 48px
  }

  .toggle-tab-link {
    padding-left: 24px;
    padding-right: 24px
  }

  .grid-cols-3-4-1 {
    grid-template-columns: 1fr
  }

  .grid-cols-3-2-1 {
    grid-template-columns: 1fr
  }

  .vert-carousel_section-title {
    text-align: left;
    width: 90%;
    max-width: 480px
  }

  .pb-96--resp {
    padding-bottom: 48px
  }

  .nav-container {
    padding: 5.5px 16px
  }

  .city-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
  }

  .nav-mob-line {
    background-color: var(--grey-40);
    width: 100%;
    height: 1px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 0;
    padding-right: 0;
    display: block
  }

  .banner {
    height: 64px
  }

  .pt-160--767 {
    padding-top: 160px
  }

  .content {
    max-width: 480px
  }

  .btn-text--4 {
    justify-content: center;
    min-height: 40px
  }

  .price-card_content-2 {
    text-align: left
  }

  .price-card_content-2.pc-v2 {
    padding-left: 24px;
    padding-right: 24px
  }

  .section-2.pt-200.pt-160--767.py-96.bg-grey-90.check-compatibility-hero {
    padding-bottom: 0
  }

  .section-2.py-96--resp {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    margin-top: 32px
  }

  .form {
    flex-flow: column
  }

  .input-wrapper {
    width: 100%;
    max-width: none
  }

  .address-list-container.address-suggestion-list.max-w-692--resp,
  .address-list-container.max-w-692--resp {
    display: none
  }

  .logo-white {
    align-self: flex-start
  }

  .no-address-message.bg-error-10.max-w-692--resp {
    display: none
  }

  .new-address-checker {
    display: none
  }

  .container-7 {
    max-width: 480px
  }

  .text-base-2 {
    font-size: 16px;
    line-height: 24px
  }

  .gallery-card {
    height: 132px
  }

  .gallery-card.gallery-card-is-center {
    height: 220px
  }

  .container-8 {
    max-width: 480px
  }

  .pill {
    padding: 10px 16px 10px 12px;
    font-size: 12px
  }

  .pill.top {
    top: -10%;
    right: -10%
  }

  .pill.top.mobile-top {
    inset: auto -5% -9% auto
  }

  .pill.bottom {
    inset: auto auto 14% -5%
  }

  .pill.bottom.mobile-bottom {
    inset: auto -3% -27% auto
  }

  .checker-input-wrapper {
    position: relative
  }

  .ting-hero-mobile-image {
    object-fit: cover;
    width: 100%;
    height: 280px;
    margin-bottom: -40px
  }

  .text-xs--767 {
    font-size: 1.2rem
  }

  .bundle-devices {
    padding-left: 20px
  }

  .bundle-block-left {
    padding-bottom: 24px;
    padding-right: 24px
  }

  .bundle-block-right {
    padding-top: 0;
    padding-left: 24px
  }

  .price-card-box-v2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr
  }

  .text-h5-6,
  .text-h5-7 {
    font-size: 2.1rem;
    line-height: 1.14
  }
}

@media screen and (max-width:479px) {
  h1 {
    font-size: 3.6rem;
    line-height: 1.11
  }

  h2 {
    font-size: 3.2rem;
    line-height: 1.25
  }

  h3 {
    font-size: 2.8rem;
    line-height: 1.29
  }

  h4 {
    font-size: 2.4rem;
    line-height: 1.17
  }

  .text-h1 {
    font-size: 3.6rem;
    line-height: 1.11
  }

  .text-h2 {
    font-size: 3.2rem;
    line-height: 1.25
  }

  .text-h3 {
    font-size: 2.8rem;
    line-height: 1.29
  }

  .text-h4 {
    font-size: 2.4rem;
    line-height: 1.17
  }

  .text-p-sm {
    font-family: Circularstd, sans-serif;
    font-weight: 400
  }

  .d-grid.mb-0.grid-cols-3-4-1.gap-x-64.gap-y-80--991.gap-x-32--991.gap-y-64--767 {
    grid-row-gap: 32px;
    grid-row-gap: 32px
  }

  ._w-1of2.py-80._w-full--991.py-48--991.py-40--767 {
    padding-left: 16px;
    padding-right: 16px
  }

  .btn-text-lg {
    text-align: center
  }

  .top-nav-menu-link {
    margin-right: 20px
  }

  .dropdown-toggle {
    padding: 16px
  }

  .brand {
    padding-left: 0
  }

  .nav-list {
    padding-top: 8px
  }

  .nav-link.visible-landspace {
    margin-top: 0
  }

  .dropdown-list.w--open {
    padding-top: 8px
  }

  .products-dropdown.w--open {
    padding-left: 32px
  }

  .logo.logo-white {
    max-width: 100%
  }

  .btn-text--4 {
    text-align: center;
    justify-content: center;
    min-height: 40px
  }

  .section-2.pt-200.pt-160--767.py-96.bg-grey-90.check-compatibility-hero {
    padding-bottom: 40px
  }

  .body {
    background-color: #fff
  }

  .gallery-card {
    border-radius: 0;
    height: 91px
  }

  .gallery-card.gallery-card-is-center {
    height: 125px;
    margin-left: -50px;
    margin-right: -50px
  }

  .pill.top.mobile-top {
    bottom: -36%
  }

  .pill.bottom.mobile-bottom {
    inset: auto -3% -70% auto
  }

  .ting-hero-mobile-image {
    height: 200px;
    margin-bottom: -70px
  }

  .bundle-devices,
  .bundle-block-left,
  .bundle-block-right {
    padding-left: 20px;
    padding-right: 20px
  }
}

#w-node-_520342c6-31ff-a67d-0b40-01435bede76c-81657492,
#w-node-_520342c6-31ff-a67d-0b40-01435bede779-81657492 {
  align-self: center
}

#w-node-_3e133632-defd-443c-499b-6cd7de8205a8-81657492 {
  justify-self: end
}

#w-node-_93eabf80-5c15-1801-8158-2d3a010b15c8-81657492 {
  justify-self: start
}

#w-node-b692fc01-682f-154e-38f0-e334d200312a-81657492 {
  align-self: center
}

#w-node-_38fe71e9-bb5e-fa20-5c26-440f29a2b091-81657492 {
  grid-area: span 1/span 1/span 1/span 1;
  place-self: end stretch
}

#w-node-_886838fa-9f8a-c046-0893-74a0b4656fea-81657492 {
  place-self: center
}

@media screen and (min-width:1440px) {
  #w-node-_38fe71e9-bb5e-fa20-5c26-440f29a2b091-81657492 {
    justify-self: stretch
  }
}

@media screen and (max-width:991px) {
  #w-node-b692fc01-682f-154e-38f0-e334d200312a-81657492 {
    align-self: center
  }

  #w-node-_38fe71e9-bb5e-fa20-5c26-440f29a2b091-81657492 {
    order: 9999;
    grid-column: span 2/span 2;
    justify-self: center
  }

  #w-node-_5d9aff7c-fb11-b80b-1ea6-0062fa9acd37-81657492,
  #w-node-_5d9aff7c-fb11-b80b-1ea6-0062fa9acd39-81657492 {
    grid-area: span 1/span 2/span 1/span 2
  }

  #w-node-_5d9aff7c-fb11-b80b-1ea6-0062fa9acd3b-81657492 {
    grid-area: 2/2/3/4
  }
}

@media screen and (max-width:767px) {

  #w-node-_3e133632-defd-443c-499b-6cd7de8205a8-81657492,
  #w-node-_93eabf80-5c15-1801-8158-2d3a010b15c8-81657492 {
    justify-self: center
  }

  #w-node-_38fe71e9-bb5e-fa20-5c26-440f29a2b091-81657492 {
    grid-column: span 1/span 1
  }

  #w-node-_886838fa-9f8a-c046-0893-74a0b4656fea-81657492 {
    justify-self: auto
  }

  #w-node-_5d9aff7c-fb11-b80b-1ea6-0062fa9acd3b-81657492 {
    grid-area: span 1/span 2/span 1/span 2
  }
}

/* Inline styles from ting.com */

@media (min-width:992px) {
  html.w-mod-js:not(.w-mod-ix) [data-w-id="5d9aff7c-fb11-b80b-1ea6-0062fa9acd39"] {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="5d9aff7c-fb11-b80b-1ea6-0062fa9acd3b"] {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="8421584c-d710-309c-602b-4fbba4952d34"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="6c65fb2a-5fb1-f599-761a-52b96a9d1f56"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="f01e82bd-f1fa-b74d-21b2-37632e3f1530"] {
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 1;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="f01e82bd-f1fa-b74d-21b2-37632e3f1594"] {
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 1;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="f01e82bd-f1fa-b74d-21b2-37632e3f1598"] {
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 1;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="f01e82bd-f1fa-b74d-21b2-37632e3f159c"] {
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 1;
  }
}

@media (max-width:991px) and (min-width:768px) {
  html.w-mod-js:not(.w-mod-ix) [data-w-id="5d9aff7c-fb11-b80b-1ea6-0062fa9acd39"] {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="5d9aff7c-fb11-b80b-1ea6-0062fa9acd3b"] {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="8421584c-d710-309c-602b-4fbba4952d34"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="6c65fb2a-5fb1-f599-761a-52b96a9d1f56"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="f01e82bd-f1fa-b74d-21b2-37632e3f1530"] {
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 1;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="f01e82bd-f1fa-b74d-21b2-37632e3f1594"] {
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 1;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="f01e82bd-f1fa-b74d-21b2-37632e3f1598"] {
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 1;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="f01e82bd-f1fa-b74d-21b2-37632e3f159c"] {
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 1;
  }
}

@media (max-width:767px) and (min-width:480px) {
  html.w-mod-js:not(.w-mod-ix) [data-w-id="5d9aff7c-fb11-b80b-1ea6-0062fa9acd39"] {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="5d9aff7c-fb11-b80b-1ea6-0062fa9acd3b"] {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="8421584c-d710-309c-602b-4fbba4952d34"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="6c65fb2a-5fb1-f599-761a-52b96a9d1f56"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="f01e82bd-f1fa-b74d-21b2-37632e3f1530"] {
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 1;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="f01e82bd-f1fa-b74d-21b2-37632e3f1594"] {
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 1;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="f01e82bd-f1fa-b74d-21b2-37632e3f1598"] {
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 1;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="f01e82bd-f1fa-b74d-21b2-37632e3f159c"] {
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 1;
  }
}

@media (max-width:479px) {
  html.w-mod-js:not(.w-mod-ix) [data-w-id="5d9aff7c-fb11-b80b-1ea6-0062fa9acd39"] {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="5d9aff7c-fb11-b80b-1ea6-0062fa9acd3b"] {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 100px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="8421584c-d710-309c-602b-4fbba4952d34"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="6c65fb2a-5fb1-f599-761a-52b96a9d1f56"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="f01e82bd-f1fa-b74d-21b2-37632e3f1530"] {
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 1;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="f01e82bd-f1fa-b74d-21b2-37632e3f1594"] {
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 1;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="f01e82bd-f1fa-b74d-21b2-37632e3f1598"] {
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 1;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="f01e82bd-f1fa-b74d-21b2-37632e3f159c"] {
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 1;
  }
}


.check-compatibility-gallery-section {
  background: linear-gradient(to bottom,
      #0e0e0e 0%,
      #0e0e0e 50%,
      transparent 50%,
      transparent 100%);
}

.check-compatibility-layered-gallery {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .pill.bottom {
    inset: 45% -5% auto auto;
  }
}


:root {
  font-size: 62.5%;
  --font-size--small: 1.4rem;
  --font-size--default: 1.6rem;
  --font-size--large: 2.4rem
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}

.w-dropdown-toggle {
  white-space: normal;
  word-wrap: break-word
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden
}

.dropdown-link.w--current::after,
.dropdown-link.w--current:focus::after,
.dropdown-link.w--current:hover::after,
.nav-link.w--current::after,
.nav-link.w--current:focus::after,
.nav-link.w--current:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #3253ff;
  border-radius: 500px;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
  transform-style: preserve-3d
}

.dropdown-link::after,
.nav-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #3253ff;
  border-radius: 500px;
  transition: transform .3s cubic-bezier(.22, 1, .36, 1);
  transform-origin: center;
  transform: translate3d(0, 0, 0) scale3d(0, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
  transform-style: preserve-3d
}

.dropdown-link:focus::after,
.dropdown-link:hover::after,
.nav-link:focus::after,
.nav-link:hover::after {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
  transform-style: preserve-3d
}

.btn-text,
.btn-text-lg,
.footer-link {
  outline-offset: 4px;
  position: relative
}

.btn-text-lg::after,
.btn-text-lg:focus::after,
.btn-text-lg:hover::after,
.btn-text::after,
.btn-text:focus::after,
.btn-text:hover::after,
.footer-link::after {
  content: '';
  position: absolute;
  top: -8px;
  left: -4px;
  right: -4px;
  bottom: -8px
}

.arrow>.arrow-icon {
  transition: .15s linear
}

.accordion_trigger:focus>.btn-text-lg,
.accordion_trigger:focus>.text-h6,
.accordion_trigger:hover>.btn-text-lg,
.accordion_trigger:hover>.text-h6,
.arrow:focus>.arrow-icon,
.arrow:hover>.arrow-icon,
.block-link:focus>.arrow .arrow-icon,
.block-link:hover>.arrow .arrow-icon {
  transform: translate3d(8px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
  transform-style: preserve-3d
}

.block-link:focus>.btn-text,
.block-link:hover>.btn-text {
  color: #192db7;
  text-decoration: none
}

.dropdown-link:focus,
.w-dropdown-toggle:focus,
.w-nav-button:focus,
.w-tab-link:focus {
  outline: auto;
  outline-color: -webkit-focus-ring-color;
  outline-offset: 2px
}

.accordion_trigger>.btn-text-lg,
.accordion_trigger>.text-h6 {
  transition: .3s cubic-bezier(.22, 1, .36, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
  transform-style: preserve-3d
}

.accordion_trigger {
  transition: .3s cubic-bezier(.22, 1, .36, 1)
}

.accordion_trigger:focus,
.accordion_trigger:hover {
  background-color: #f9faff
}

.section.py-96--resp.bg-tert-frost {
  background-color: var(--tertiary-frost)
}

@media screen and (max-width: 767px) {
  .nav-left-wrap .dropdown-list.w--open {
    overflow: auto;
    top: 58px;
    bottom: 0;
  }
}

.address-list-container .ac-address-item:last-child {
  border-bottom: none;
}



/* for opacity */
.vert-carousel_anchor+.vert-carousel_inner-content {
  opacity: 0.15;
}

.vert-carousel_anchor+.vert-carousel_image-wrapper {
  opacity: 0;
}

/* for when current section */
.vert-carousel_anchor.w--current+.vert-carousel_inner-content,
.vert-carousel_anchor.w--current+.vert-carousel_image-wrapper {
  opacity: 1;
}




#nav-town-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}




.transparent-nav .navbar {
  background: transparent;
}

.transparent-nav .dropdown-toggle.city-toggle>div {
  color: #fff;
}

.transparent-nav .dropdown-toggle.city-toggle>div:hover,
.transparent-nav .dropdown-toggle.city-toggle>div:focus {
  color: #fff;
}

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

  .transparent-nav .nav-link,
  .transparent-nav .dropdown-toggle>div {
    color: #fff;
  }

  .transparent-nav .nav-link:hover,
  .transparent-nav .nav-link:focus,
  .transparent-nav .dropdown-toggle>div:hover,
  .transparent-nav .dropdown-toggle>div:focus {
    color: #fff;
  }

  /* current underline for nav */
  .transparent-nav .nav-link.w--current::after,
  .transparent-nav .nav-link.w--current:focus::after,
  .transparent-nav .nav-link.w--current:hover::after {
    background-color: #fff;
  }

  /* underline animation for nav */
  .transparent-nav .nav-link::after {
    background-color: #fff;
  }

  .transparent-nav .nav-link.left-navbar.w--current {
    color: #fff;
  }

  .transparent-nav .dropdown-toggle.product-toggle img {
    filter: invert(1);
  }

}

@media only screen and (min-width: 768px) {
  .transparent-nav .navbar .outlined-primary {
    border-color: #fff;
    color: #fff;
  }

  .transparent-nav .nav-link.ad-link {
    color: #fff;
  }

  .transparent-nav .nav-link.ad-link:hover,
  .transparent-nav .nav-link.ad-link:focus {
    color: #fff;
  }

  .transparent-nav .nav-link.ad-link::after {
    background-color: #fff;
  }
}

.transparent-nav .w-dropdown-toggle,
.transparent-nav .w-dropdown-link {
  color: #fff;
}

.transparent-nav .w-dropdown-list .w-dropdown-toggle,
.transparent-nav .w-dropdown-link {
  color: #1a1a1a;
}

.transparent-nav .logo {
  opacity: 0;
}

.transparent-nav .logo.logo-white {
  opacity: 1;
}

.transparent-nav .dropdown-toggle.city-toggle img {
  filter: invert(1);
}

.navbar .outlined-primary:hover {
  background: rgb(255 255 255 / 10%);
}

.transparent-nav .nav-divider {
  background: #fff;
}

.transparent-nav .hamburger-stick {
  background-color: #fff;
}



/* for opacity */
.vert-carousel_anchor+.vert-carousel_inner-content {
  opacity: 0.15;
}

.vert-carousel_anchor+.vert-carousel_image-wrapper {
  opacity: 0;
}

/* for when current section */
.vert-carousel_anchor.w--current+.vert-carousel_inner-content,
.vert-carousel_anchor.w--current+.vert-carousel_image-wrapper {
  opacity: 1;
}




/* for opacity */
.vert-carousel_anchor+.vert-carousel_inner-content {
  opacity: 0.15;
}

.vert-carousel_anchor+.vert-carousel_image-wrapper {
  opacity: 0;
}

/* for when current section */
.vert-carousel_anchor.w--current+.vert-carousel_inner-content,
.vert-carousel_anchor.w--current+.vert-carousel_image-wrapper {
  opacity: 1;
}




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

  .orb-large,
  .orb-small {
    transform: translate3d(-50%, -50%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
    opacity: 1 !important;
    -webkit-transition-property: none !important;
    -moz-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
  }
}