@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://api.mapbox.com/mapbox-gl-js/v3.1.2/mapbox-gl.css");
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:1181px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:1181px)/";
  width: 1181px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:1181px) and (max-width:1361px)/";
  width: 1181px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1361px)/";
  width: 1361px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1361px) and (max-width:1681px)/";
  width: 1361px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

.category-header {
  background: white;
  background: -webkit-linear-gradient(left, #155979, #0f6487);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #155979, #0f6487);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #155979, #0f6487);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #155979, #0f6487);
  /* Standard syntax */ }
  .category-header .container {
    background-image: url("../img/landing-heading-background-blue.png");
    background-size: cover;
    background-position: 50% 0;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .category-header .container h1 {
      margin: 0;
      color: white;
      text-align: center; }
      .category-header .container h1 .big {
        display: block;
        font-size: .7em;
        font-weight: 700;
        text-transform: uppercase; }
      .category-header .container h1 .small {
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        display: block;
        font-size: .6em;
        font-weight: 700; }
      @media (min-width: 551px) {
        .category-header .container h1 .big {
          font-size: 1em; }
        .category-header .container h1 .small {
          font-size: .6em; } }
      @media (min-width: 1181px) {
        .category-header .container h1 .big {
          font-size: 1.15em; }
        .category-header .container h1 .small {
          font-size: .75em; } }
    @media (min-width: 551px) {
      .category-header .container {
        height: 150px; } }
  .category-header.category-header--gray {
    background: white;
    background: -webkit-linear-gradient(left, #2c3d4c, #354858);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #2c3d4c, #354858);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #2c3d4c, #354858);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #2c3d4c, #354858);
    /* Standard syntax */ }
    .category-header.category-header--gray .container {
      background-image: url("../img/landing-heading-background-gray.png"); }
  .category-header.category-header--purple {
    background: white;
    background: -webkit-linear-gradient(left, #262c3d, #262c3d);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #262c3d, #262c3d);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #262c3d, #262c3d);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #262c3d, #262c3d);
    /* Standard syntax */ }
    .category-header.category-header--purple .container {
      background-image: url("../img/landing-heading-background-purple.png"); }

.category-article--aside .article-heading {
  color: #74889a;
  font-size: 16px;
  text-transform: uppercase; }

.category-article--aside h2 {
  margin-top: 0.35714rem; }

.category-article--aside.category-article--text-bottom {
  display: flex;
  flex-direction: column; }
  .category-article--aside.category-article--text-bottom .article-image {
    width: 100%;
    background-image: url("../img/enterprise-business-header-image-1a.jpg");
    background-size: 115%;
    height: 175px;
    overflow: hidden; }
  .category-article--aside.category-article--text-bottom .article-preview {
    width: 100%;
    padding: 2rem; }
    .category-article--aside.category-article--text-bottom .article-preview p {
      font-size: 16px; }
  @media screen and (min-width: 700px) {
    .category-article--aside.category-article--text-bottom {
      flex-direction: row; }
      .category-article--aside.category-article--text-bottom .article-image {
        background-image: url("../img/enterprise-business-header-image-1a.jpg");
        background-size: cover;
        background-position: 50% 50%;
        height: inherit;
        overflow: inherit; }
        .category-article--aside.category-article--text-bottom .article-image img {
          display: none; }
      .category-article--aside.category-article--text-bottom .article-preview h2 {
        text-align: left; }
      .category-article--aside.category-article--text-bottom .article-preview .browse-link-container {
        text-align: right; }
        .category-article--aside.category-article--text-bottom .article-preview .browse-link-container a {
          margin: 0; } }
  @media (min-width: 1181px) {
    .category-article--aside.category-article--text-bottom .article-preview {
      width: 50%;
      height: 400px;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .category-article--aside.category-article--text-bottom .article-preview p {
        font-size: 18px;
        margin-bottom: 3rem; }
    .category-article--aside.category-article--text-bottom .article-image {
      width: 50%;
      background-size: cover; } }
  @media screen and (min-width: 1281px) {
    .category-article--aside.category-article--text-bottom .article-preview h2, .category-article--aside.category-article--text-bottom .article-preview p, .category-article--aside.category-article--text-bottom .article-preview .browse-link-container {
      width: 550px; } }

.category-article--aside.category-article--text-top {
  display: flex;
  flex-direction: column; }
  .category-article--aside.category-article--text-top .article-image {
    width: 100%;
    background-image: url("../img/enterprise-business-header-image-2.png");
    background-size: 100%;
    height: 175px;
    overflow: hidden; }
  .category-article--aside.category-article--text-top .article-preview {
    width: 100%;
    padding: 2rem; }
    .category-article--aside.category-article--text-top .article-preview p {
      font-size: 16px; }
  @media screen and (min-width: 541px) {
    .category-article--aside.category-article--text-top .article-image img {
      position: relative;
      top: -100px; } }
  @media screen and (min-width: 700px) {
    .category-article--aside.category-article--text-top {
      flex-direction: row; }
      .category-article--aside.category-article--text-top .article-image {
        background-image: url("../img/enterprise-business-header-image-2.png");
        background-size: cover;
        background-position: 50% 50%;
        height: inherit;
        overflow: inherit; }
        .category-article--aside.category-article--text-top .article-image img {
          display: none; }
      .category-article--aside.category-article--text-top .article-preview h2 {
        text-align: left; }
      .category-article--aside.category-article--text-top .article-preview .browse-link-container {
        text-align: left; }
        .category-article--aside.category-article--text-top .article-preview .browse-link-container a {
          margin: 0; } }
  @media (min-width: 1181px) {
    .category-article--aside.category-article--text-top .article-preview {
      width: 50%;
      height: 400px;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .category-article--aside.category-article--text-top .article-preview p {
        font-size: 18px;
        margin-bottom: 3rem; }
    .category-article--aside.category-article--text-top .article-image {
      width: 50%;
      background-size: 135%;
      background-position: 99% 0; } }
  @media screen and (min-width: 1281px) {
    .category-article--aside.category-article--text-top .article-image {
      background-size: 105%; }
    .category-article--aside.category-article--text-top .article-preview h2, .category-article--aside.category-article--text-top .article-preview p, .category-article--aside.category-article--text-top .article-preview .browse-link-container, .category-article--aside.category-article--text-top .article-preview .article-heading {
      width: 550px;
      margin-left: auto; } }

.category-article--aside .container {
  background: #fff;
  display: flex; }
  .category-article--aside .container .article-preview h2 {
    text-align: left; }
  .category-article--aside .container .article-preview p {
    font-size: 16px;
    margin-bottom: 3rem; }
  .category-article--aside .container .article-preview .browse-link-container {
    text-align: right; }
    .category-article--aside .container .article-preview .browse-link-container a {
      margin-bottom: 0 !important; }

.category-article--center {
  background-image: url("../img/for-enterprise-business-background.png");
  background-size: cover;
  background-position: -80% 0; }
  .category-article--center .article-preview {
    padding: 3rem 0; }
    .category-article--center .article-preview h2, .category-article--center .article-preview p {
      color: #fff;
      text-align: center; }
    .category-article--center .article-preview p {
      font-size: 16px;
      margin-bottom: 3rem; }
      @media screen and (min-width: 900px) {
        .category-article--center .article-preview p {
          width: 850px;
          margin: 0 auto 3rem auto; } }
      @media (min-width: 1181px) {
        .category-article--center .article-preview p {
          font-size: 18px; } }
    .category-article--center .article-preview .browse-link-container a {
      margin-bottom: 0 !important; }

#category-article--wifi .article-image {
  background-image: url("../img/enterprise-business-header-image-wifi.png"); }

@media (max-width: 699px) {
  #category-article--wifi {
    flex-direction: column-reverse; } }

.category-brands {
  background: #D5DEE8;
  padding: 1.5rem 0;
  overflow: hidden; }
  .category-brands .more-brands {
    display: none;
    margin-top: 1.5rem;
    text-align: center; }
    .category-brands .more-brands a {
      width: 100%;
      font-size: 13px;
      color: #077ca3;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 551px) {
        .category-brands .more-brands a {
          font-size: 1rem; } }

.category-subcategories .subcategory {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #F0F4F9;
  margin-bottom: 1.5rem; }
  .category-subcategories .subcategory .subcategory-img {
    padding-bottom: 45%;
    background-size: cover; }
  .category-subcategories .subcategory .subcategory-name {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 77px;
    padding: 1.5rem 1.5rem; }
    .category-subcategories .subcategory .subcategory-name svg {
      fill: #fff; }
    .category-subcategories .subcategory .subcategory-name div {
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 700;
      line-height: 26px;
      margin-left: 1.5rem; }
  .category-subcategories .subcategory .subcategory-links {
    padding: 3rem 1.5rem 1.5rem 1.5rem; }
    .category-subcategories .subcategory .subcategory-links ul {
      margin: 0; }
      .category-subcategories .subcategory .subcategory-links ul li {
        list-style: none;
        margin-bottom: 1.5rem; }
        .category-subcategories .subcategory .subcategory-links ul li svg {
          width: 10px;
          height: 10px;
          margin-right: 5px;
          fill: #3D4356; }
        .category-subcategories .subcategory .subcategory-links ul li a {
          text-decoration: none;
          font-size: 16px;
          color: #3D4356; }
        .category-subcategories .subcategory .subcategory-links ul li b {
          text-transform: uppercase;
          font-weight: 700; }
    .category-subcategories .subcategory .subcategory-links > a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      width: 200px;
      border: 1px solid #0C7AC6;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
      background-color: #FFFFFF;
      color: #0C7AC6;
      font-size: 16px;
      font-weight: 700;
      line-height: 21px;
      text-decoration: none; }
      .category-subcategories .subcategory .subcategory-links > a:hover {
        background-color: #74889a;
        border-color: #74889a;
        color: #fff; }
  @media (min-width: 600px) {
    .category-subcategories .subcategory {
      flex-direction: row; }
      .category-subcategories .subcategory .subcategory-img {
        display: none; }
      .category-subcategories .subcategory .subcategory-name {
        order: 1;
        width: 30%;
        height: inherit;
        align-items: flex-start; }
      .category-subcategories .subcategory .subcategory-links {
        order: 2;
        width: 70%;
        padding-top: 1.5rem; } }
  @media (min-width: 1181px) {
    .category-subcategories .subcategory .subcategory-img {
      display: block;
      order: 3;
      width: 34%;
      padding-bottom: 30%; }
    .category-subcategories .subcategory .subcategory-name {
      order: 1;
      width: 16%;
      flex-direction: column;
      align-items: center;
      padding-top: 3rem; }
      .category-subcategories .subcategory .subcategory-name > div {
        margin-top: 0.78571rem;
        margin-left: 0; }
    .category-subcategories .subcategory .subcategory-links {
      order: 2;
      width: 50%;
      padding: 3rem 4.5rem; }
      .category-subcategories .subcategory .subcategory-links ul a, .category-subcategories .subcategory .subcategory-links > a {
        font-size: 18px !important; }
      .category-subcategories .subcategory .subcategory-links > a {
        margin-top: 3rem !important; } }
  .category-subcategories .subcategory.subcategory-office .subcategory-name svg {
    height: 35px;
    width: 83px; }
  .category-subcategories .subcategory.subcategory-office .subcategory-img {
    background-image: url("https://www.signalboosters.com/content/images/subcategory-office-mobile.png"); }
    @media (min-width: 1181px) {
      .category-subcategories .subcategory.subcategory-office .subcategory-img {
        background-image: url("https://www.signalboosters.com/content/images/subcategory-office.png"); } }
  .category-subcategories .subcategory.subcategory-home .subcategory-name svg {
    height: 45px;
    width: 69px; }
  .category-subcategories .subcategory.subcategory-home .subcategory-img {
    background-image: url("https://www.signalboosters.com/content/images/subcategory-home-mobile.png"); }
    @media (min-width: 1181px) {
      .category-subcategories .subcategory.subcategory-home .subcategory-img {
        background-image: url("https://www.signalboosters.com/content/images/subcategory-home.png"); } }
  .category-subcategories .subcategory.subcategory-vehicle .subcategory-name svg {
    height: 45px;
    width: 60px; }
  .category-subcategories .subcategory.subcategory-vehicle .subcategory-img {
    background-image: url("https://www.signalboosters.com/content/images/subcategory-vehicle.png");
    background-position: 50% 50%; }
    @media (min-width: 1181px) {
      .category-subcategories .subcategory.subcategory-vehicle .subcategory-img {
        background-image: url("https://www.signalboosters.com/content/images/subcategory-vehicle.png"); } }

.category-subcategories .subcategory-others {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  .category-subcategories .subcategory-others .subcategory-other {
    width: 100%;
    background-color: #F0F4F9;
    padding: 1.5rem;
    margin-bottom: 1.5rem; }
    .category-subcategories .subcategory-others .subcategory-other .subcategory-other-name {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      margin-bottom: 1.5rem; }
      .category-subcategories .subcategory-others .subcategory-other .subcategory-other-name > svg {
        fill: #4B5577; }
      .category-subcategories .subcategory-others .subcategory-other .subcategory-other-name > div {
        font-size: 18px;
        font-weight: 700;
        color: #4B5577;
        text-transform: uppercase;
        margin-left: 0.78571rem; }
    .category-subcategories .subcategory-others .subcategory-other .subcategory-other-links ul {
      margin: 0;
      columns: 1; }
      .category-subcategories .subcategory-others .subcategory-other .subcategory-other-links ul li {
        list-style: none;
        margin-bottom: 0.35714rem; }
        .category-subcategories .subcategory-others .subcategory-other .subcategory-other-links ul li svg {
          width: 10px;
          height: 10px;
          margin-right: 5px;
          fill: #4B5577; }
        .category-subcategories .subcategory-others .subcategory-other .subcategory-other-links ul li a {
          text-decoration: none;
          font-size: 15px;
          color: #4B5577; }
        .category-subcategories .subcategory-others .subcategory-other .subcategory-other-links ul li b {
          text-transform: uppercase;
          font-weight: 700; }
      @media (min-width: 374px) {
        .category-subcategories .subcategory-others .subcategory-other .subcategory-other-links ul {
          columns: 2; } }
    @media (min-width: 600px) {
      .category-subcategories .subcategory-others .subcategory-other {
        display: flex;
        align-items: center; }
        .category-subcategories .subcategory-others .subcategory-other .subcategory-other-name {
          flex-direction: column;
          flex-wrap: wrap;
          align-items: center;
          width: 30%;
          margin-bottom: 0; }
          .category-subcategories .subcategory-others .subcategory-other .subcategory-other-name > div {
            margin-top: 0.78571rem;
            margin-left: 0; }
        .category-subcategories .subcategory-others .subcategory-other .subcategory-other-links {
          width: inherit;
          padding-left: 1.5rem; } }
    @media (min-width: 1181px) {
      .category-subcategories .subcategory-others .subcategory-other {
        width: 49%;
        justify-content: center;
        padding: 3rem 1.5rem; }
        .category-subcategories .subcategory-others .subcategory-other:nth-child(1) {
          margin-right: 1%; }
        .category-subcategories .subcategory-others .subcategory-other:nth-child(2) {
          margin-left: 1%; }
        .category-subcategories .subcategory-others .subcategory-other .subcategory-other-name > div {
          font-size: 20px; }
        .category-subcategories .subcategory-others .subcategory-other .subcategory-other-links ul {
          columns: 1; }
          .category-subcategories .subcategory-others .subcategory-other .subcategory-other-links ul li a {
            font-size: 18px; } }
    .category-subcategories .subcategory-others .subcategory-other.subcategory-antennas .subcategory-other-name > svg {
      width: 40px;
      height: 43px; }
      @media (min-width: 1181px) {
        .category-subcategories .subcategory-others .subcategory-other.subcategory-antennas .subcategory-other-name > svg {
          width: 55px;
          height: 60px; } }
    .category-subcategories .subcategory-others .subcategory-other.subcategory-accessories .subcategory-other-name > svg {
      width: 40px;
      height: 43px; }
      @media (min-width: 1181px) {
        .category-subcategories .subcategory-others .subcategory-other.subcategory-accessories .subcategory-other-name > svg {
          width: 60px;
          height: 60px; } }
  @media (min-width: 1181px) {
    .category-subcategories .subcategory-others {
      flex-direction: row; } }

.category-subcategories-alt a {
  text-decoration: none; }

.category-subcategories-alt .subcategory {
  margin-bottom: 2%; }
  .category-subcategories-alt .subcategory .subcategory-heading {
    display: flex;
    align-items: center;
    height: 100px;
    padding: 0 20px; }
    .category-subcategories-alt .subcategory .subcategory-heading svg {
      width: 60px;
      height: 40px;
      margin-right: 10px;
      fill: #fff; }
    .category-subcategories-alt .subcategory .subcategory-heading span {
      color: #fff;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: 700;
      text-transform: uppercase; }
  .category-subcategories-alt .subcategory.subcategory--lightgray .subcategory-heading span {
    color: #516a81; }
  .category-subcategories-alt .subcategory.subcategory--lightgray .subcategory-heading svg {
    fill: #516a81; }
  .category-subcategories-alt .subcategory .subcategory-list {
    display: flex;
    justify-content: center; }
    .category-subcategories-alt .subcategory .subcategory-list ul {
      margin: 0;
      position: relative;
      top: -25px;
      left: -5px; }
      .category-subcategories-alt .subcategory .subcategory-list ul li {
        margin: 0 0 5px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .category-subcategories-alt .subcategory .subcategory-list ul li svg {
          width: 10px;
          height: 10px;
          margin-right: 5px; }
        .category-subcategories-alt .subcategory .subcategory-list ul li a:hover {
          color: inherit;
          text-decoration: underline; }
  @media screen and (min-width: 600px) {
    .category-subcategories-alt .subcategory {
      width: 49%;
      height: 250px;
      float: left; }
      .category-subcategories-alt .subcategory.subcategory-4 {
        margin-right: 1%; }
      .category-subcategories-alt .subcategory.subcategory-5 {
        margin-left: 1%; }
      .category-subcategories-alt .subcategory.subcategory-1, .category-subcategories-alt .subcategory.subcategory-2, .category-subcategories-alt .subcategory.subcategory-3 {
        width: 32%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center; }
        .category-subcategories-alt .subcategory.subcategory-1 .subcategory-heading, .category-subcategories-alt .subcategory.subcategory-2 .subcategory-heading, .category-subcategories-alt .subcategory.subcategory-3 .subcategory-heading {
          flex-direction: column; }
          .category-subcategories-alt .subcategory.subcategory-1 .subcategory-heading span, .category-subcategories-alt .subcategory.subcategory-2 .subcategory-heading span, .category-subcategories-alt .subcategory.subcategory-3 .subcategory-heading span {
            margin-top: 20px; }
      .category-subcategories-alt .subcategory.subcategory-1 svg {
        width: 90px;
        height: 80px;
        flex-grow: 0;
        flex-shrink: 0; }
      .category-subcategories-alt .subcategory.subcategory-2 svg {
        width: 80px;
        height: 80px;
        flex-grow: 0;
        flex-shrink: 0; }
      .category-subcategories-alt .subcategory.subcategory-3 svg {
        width: 75px;
        height: 80px;
        flex-grow: 0;
        flex-shrink: 0; }
      .category-subcategories-alt .subcategory.subcategory-2 {
        margin: 0 2%; } }
  @media screen and (min-width: 750px) {
    .category-subcategories-alt .subcategory.subcategory-4, .category-subcategories-alt .subcategory.subcategory-5 {
      display: flex;
      align-items: center;
      justify-content: center; }
      .category-subcategories-alt .subcategory.subcategory-4 .subcategory-heading, .category-subcategories-alt .subcategory.subcategory-5 .subcategory-heading {
        flex-direction: column;
        padding: 0 5% 0 0; }
      .category-subcategories-alt .subcategory.subcategory-4 .subcategory-list ul, .category-subcategories-alt .subcategory.subcategory-5 .subcategory-list ul {
        top: 0;
        left: 0; } }
  @media (min-width: 1181px) {
    .category-subcategories-alt .subcategory .subcategory-heading span {
      font-size: 1.5rem; }
    .category-subcategories-alt .subcategory .subcategory-heading svg {
      width: 90px;
      height: 75px; }
    .category-subcategories-alt .subcategory.subcategory-1 svg {
      width: 120px;
      height: 80px;
      flex-grow: 0;
      flex-shrink: 0; }
    .category-subcategories-alt .subcategory.subcategory-2 svg {
      width: 110px;
      height: 80px;
      flex-grow: 0;
      flex-shrink: 0; }
    .category-subcategories-alt .subcategory.subcategory-3 svg {
      width: 90px;
      height: 80px;
      flex-grow: 0;
      flex-shrink: 0; }
    .category-subcategories-alt .subcategory.subcategory-4 .subcategory-heading, .category-subcategories-alt .subcategory.subcategory-5 .subcategory-heading {
      padding: 0 12.5% 0 0; }
      .category-subcategories-alt .subcategory.subcategory-4 .subcategory-heading span, .category-subcategories-alt .subcategory.subcategory-5 .subcategory-heading span {
        margin-top: 20px; }
    .category-subcategories-alt .subcategory.subcategory-4 .subcategory-list, .category-subcategories-alt .subcategory.subcategory-5 .subcategory-list {
      font-size: 1.15rem; } }

.category-subcategories-alt .subcategory--darkblue {
  background: #165676; }
  .category-subcategories-alt .subcategory--darkblue:hover {
    background: #0f3c52; }

.category-subcategories-alt .subcategory--lightblue {
  background: #0199c6; }
  .category-subcategories-alt .subcategory--lightblue:hover {
    background: #017394; }

.category-subcategories-alt .subcategory--lightgray {
  background: #eeeff3; }
  .category-subcategories-alt .subcategory--lightgray:hover {
    background: #eeeff3; }

.category-subcategories-alt .subcategory--darkgray {
  background-color: #586d86; }
  .category-subcategories-alt .subcategory--darkgray:hover {
    background-color: #425264; }

.category-subcategories-alt hr {
  display: none;
  position: relative;
  top: 2rem;
  border-width: 2px 0 0; }
  @media (min-width: 1181px) {
    .category-subcategories-alt hr {
      display: block; } }

.category-booster-benefits {
  padding: 1.5rem 0; }
  .category-booster-benefits p {
    font-size: 16px;
    text-align: center; }
    @media (min-width: 1181px) {
      .category-booster-benefits p {
        font-size: 18px;
        padding: 0 3rem; } }
  .category-booster-benefits .booster-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .category-booster-benefits .booster-benefits .benefit {
      width: 100%;
      padding: 25px 10px 15px 10px;
      display: flex;
      align-items: center;
      flex-direction: column; }
      .category-booster-benefits .booster-benefits .benefit svg {
        width: 60px;
        height: 60px; }
      .category-booster-benefits .booster-benefits .benefit span {
        margin: 1.25rem 0;
        font-size: 16px;
        text-align: center;
        max-width: 250px; }
        @media (min-width: 1181px) {
          .category-booster-benefits .booster-benefits .benefit span {
            font-size: 18px;
            text-align: left;
            margin-left: 1.5rem;
            margin-top: 0;
            max-width: 375px; } }
      .category-booster-benefits .booster-benefits .benefit.green svg {
        width: 63px;
        height: 70px;
        fill: #00a67c; }
      .category-booster-benefits .booster-benefits .benefit.purple svg {
        width: 70px;
        height: 70px;
        fill: #806ead; }
      .category-booster-benefits .booster-benefits .benefit.blue svg {
        width: 65px;
        height: 70px;
        fill: #08a3d7; }
      .category-booster-benefits .booster-benefits .benefit.pink svg {
        width: 60px;
        height: 70px;
        fill: #dd2c79; }
      @media (min-width: 441px) {
        .category-booster-benefits .booster-benefits .benefit {
          width: 45%; } }
      @media (min-width: 1181px) {
        .category-booster-benefits .booster-benefits .benefit {
          flex-direction: row;
          justify-content: flex-start; } }
    @media (min-width: 921px) {
      .category-booster-benefits .booster-benefits {
        margin: 20px 0; } }
  .category-booster-benefits .browse-link-container {
    display: flex;
    justify-content: center; }
    .category-booster-benefits .browse-link-container .button-link:nth-child(odd) {
      margin-right: 10px; }
    .category-booster-benefits .browse-link-container .button-link:nth-child(even) {
      margin-left: 10px; }

.category-breadcrumbs {
  background: #edeff1;
  height: 40px; }
  .category-breadcrumbs ul.breadcrumbs {
    display: flex !important;
    align-items: center;
    text-align: left;
    margin: 0;
    padding: 10px 0; }

.subcategory-navigation {
  border-bottom: 1px solid #999; }
  .subcategory-navigation .wrapper {
    overflow: inherit; }
    .subcategory-navigation .wrapper ul {
      margin: 0;
      padding: 0; }
      .subcategory-navigation .wrapper ul li {
        display: inline-block; }
        .subcategory-navigation .wrapper ul li a {
          color: #000;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 15px;
          font-weight: 700;
          padding: 19px 9px 7px;
          display: block;
          margin-right: 12px;
          border-bottom: 4px solid transparent;
          margin-bottom: -1px; }
        .subcategory-navigation .wrapper ul li.active a {
          border-bottom: 4px solid #24a7d0;
          position: relative; }
          .subcategory-navigation .wrapper ul li.active a::after, .subcategory-navigation .wrapper ul li.active a::before {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .subcategory-navigation .wrapper ul li.active a::after {
            border-color: rgba(36, 167, 208, 0);
            border-top-color: #24a7d0;
            border-width: 5px;
            margin-left: -5px; }
          .subcategory-navigation .wrapper ul li.active a::before {
            border-color: rgba(36, 167, 208, 0);
            border-top-color: #24a7d0;
            border-width: 11px;
            margin-left: -11px; }

#product-listing-container {
  padding: 0 !important; }

.category-main.antennas-and-accessories .container.category {
  margin-top: 3rem; }

.category-popular-products .tabs--custom .tab.tab-title.is-active a:after {
  left: calc(50% - 9px); }

.category-popular-products .button-link {
  margin: 0 10px; }

.for-enterprise-business .contact-us-banner.contact-us-banner--blue {
  background-color: #24a7d0; }

.for-enterprise-business .case-study hr {
  display: none !important; }

.category-main .category .carriers {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 1.5rem 1.5rem 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1181px) {
    .category-main .category .carriers {
      padding: 3rem 6rem 0 6rem; } }
  .category-main .category .carriers .row h1 {
    font-family: "Roboto", Arial, sans-serif;
    margin-top: 0;
    font-size: 22px;
    font-weight: 700; }
  .category-main .category .carriers .row img {
    padding: 1rem;
    margin-bottom: 2rem; }
  @media (min-width: 700px) {
    .category-main .category .carriers .row {
      display: flex;
      margin-bottom: 1.5rem; }
      .category-main .category .carriers .row h1 {
        font-size: 26px; }
      .category-main .category .carriers .row img {
        padding: 1rem;
        margin-top: -1.5rem;
        margin-bottom: 2rem;
        width: 250px; }
      .category-main .category .carriers .row .col-md-4 {
        flex-shrink: 0;
        flex-grow: 0; } }

.category-main .category .category-description-seo {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 1.5rem 1.5rem 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1181px) {
    .category-main .category .category-description-seo {
      padding: 3rem 6rem 0 6rem; } }
  .category-main .category .category-description-seo .text {
    background: #edeff1;
    width: 100%;
    margin-top: -6rem;
    padding: 1rem;
    position: relative; }
    .category-main .category .category-description-seo .text h2 {
      margin: 0;
      font-size: 18px; }
    .category-main .category .category-description-seo .text p {
      margin-top: 1rem; }
    .category-main .category .category-description-seo .text p, .category-main .category .category-description-seo .text li {
      font-size: 14px; }
    @media (min-width: 400px) {
      .category-main .category .category-description-seo .text {
        margin-top: -10rem; } }
    @media (min-width: 500px) {
      .category-main .category .category-description-seo .text {
        margin-top: -14rem; } }
    @media (min-width: 600px) {
      .category-main .category .category-description-seo .text {
        margin-top: -17rem; } }
    @media (min-width: 700px) {
      .category-main .category .category-description-seo .text {
        margin-top: 0; } }
  @media (min-width: 700px) {
    .category-main .category .category-description-seo {
      width: 100%;
      margin-bottom: 1.5rem;
      display: flex !important;
      align-items: center; }
      .category-main .category .category-description-seo img {
        height: 270px; }
      .category-main .category .category-description-seo .text {
        width: 600px;
        margin-left: -100px;
        height: 270px;
        padding: 1.5rem; } }
  @media (min-width: 700px) and (min-width: 800px) {
    .category-main .category .category-description-seo .text {
      margin-left: 0; } }
  @media (min-width: 700px) and (min-width: 950px) {
    .category-main .category .category-description-seo img {
      height: 300px; }
    .category-main .category .category-description-seo .text {
      height: 300px;
      width: 70%;
      padding: 2rem; }
      .category-main .category .category-description-seo .text h2 {
        font-size: 22px; }
      .category-main .category .category-description-seo .text p, .category-main .category .category-description-seo .text li {
        font-size: 16px; } }
  @media (max-width: 700px) {
    .category-main .category .category-description-seo.category-description-seo--for-home img {
      position: relative;
      top: -75px; } }
  @media (max-width: 700px) {
    .category-main .category .category-description-seo.category-description-seo--for-vehicle img {
      position: relative;
      top: -75px; } }
  @media (max-width: 700px) {
    .category-main .category .category-description-seo.category-description-seo--commercial-buildings img {
      position: relative;
      top: -50px; } }
  @media (max-width: 500px) {
    .category-main .category .category-description-seo.category-description-seo--m2m-iot img {
      position: relative;
      top: -150px; } }
  @media (max-width: 700px) {
    .category-main .category .category-description-seo.category-description-seo--m2m-iot img {
      position: relative;
      top: -100px; } }

.category-main .category .category-description-seo-2 {
  margin-bottom: 1.5rem;
  display: block !important;
  background: #edeff1;
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 1.5rem 1.5rem 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1181px) {
    .category-main .category .category-description-seo-2 {
      padding: 3rem 6rem 0 6rem; } }
  .category-main .category .category-description-seo-2 .text {
    width: 100%;
    padding: 1rem;
    position: relative; }
    .category-main .category .category-description-seo-2 .text h2 {
      margin: 0;
      font-size: 18px; }
    .category-main .category .category-description-seo-2 .text p {
      margin-top: 1rem; }
    .category-main .category .category-description-seo-2 .text p, .category-main .category .category-description-seo-2 .text li {
      font-size: 14px; }
  .category-main .category .category-description-seo-2 img {
    width: 100%; }
  .category-main .category .category-description-seo-2 .desktop {
    display: none !important; }
  .category-main .category .category-description-seo-2 .mobile {
    display: block !important; }
  @media (min-width: 700px) and (max-width: 900px) {
    .category-main .category .category-description-seo-2 .desktop, .category-main .category .category-description-seo-2 .mobile {
      display: none !important; } }
  @media (min-width: 900px) {
    .category-main .category .category-description-seo-2 {
      display: flex !important;
      align-items: flex-start; }
      .category-main .category .category-description-seo-2 .desktop {
        display: block !important;
        width: 370px; }
      .category-main .category .category-description-seo-2 .mobile {
        display: none !important; }
      .category-main .category .category-description-seo-2 .text {
        width: calc(100% - 370px);
        padding: 2rem; } }
  @media (min-width: 1050px) {
    .category-main .category .category-description-seo-2 .text h2 {
      font-size: 22px; }
    .category-main .category .category-description-seo-2 .text p, .category-main .category .category-description-seo-2 .text li {
      font-size: 16px; } }

.category-marquee {
  background-color: #1F223B; }

.category-marqueeBackground {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 899px) {
    .category-marqueeBackground {
      background: none; } }

@media (min-width: 900px) {
  .category-marqueeBackground--home {
    background-image: url("https://www.signalboosters.com/content/images/searchspring-category-marquee-home.jpg"); } }

@media (min-width: 900px) {
  .category-marqueeBackground--vehicle {
    background-image: url("https://www.signalboosters.com/content/images/searchspring-category-marquee-vehicle.jpg"); } }

@media (min-width: 900px) {
  .category-marqueeBackground--office {
    background-image: url("https://www.signalboosters.com/content/images/searchspring-category-marquee-office.jpg"); } }

@media (min-width: 900px) {
  .category-marqueeBackground--commercial {
    background-image: url("https://www.signalboosters.com/content/images/searchspring-category-marquee-commercial.jpg"); } }

@media (min-width: 900px) {
  .category-marqueeBackground--public-safety {
    background-image: url("https://www.signalboosters.com/content/images/searchspring-category-marquee-public-safety.jpg"); } }

@media (min-width: 900px) {
  .category-marqueeBackground--refurbished {
    background-image: url("https://www.signalboosters.com/content/images/searchspring-category-marquee-refurbished.jpg"); } }

@media (min-width: 900px) {
  .category-marqueeBackground--unidenHeroSeries {
    background-image: url("https://www.signalboosters.com/content/images/category-marquee-uniden-hero-series.jpg?new"); } }

.category-marqueeText {
  padding: 1.5rem 0 2.28571rem 0; }
  .category-marqueeText h1, .category-marqueeText h2, .category-marqueeText p, .category-marqueeText li {
    margin: 0;
    color: #FFF; }
  .category-marqueeText h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 1.5rem; }
  .category-marqueeText p {
    font-size: 16px;
    font-weight: 700; }
  @media (min-width: 900px) {
    .category-marqueeText {
      max-width: 500px; } }
  @media (min-width: 1181px) {
    .category-marqueeText {
      padding: 3rem 0; } }

.category-marqueeText--headingOnly {
  padding: 1.5rem; }
  .category-marqueeText--headingOnly h1 {
    margin-bottom: 0; }
  @media (min-width: 900px) {
    .category-marqueeText--headingOnly {
      height: 200px;
      display: flex;
      align-items: center; } }

.category-marqueeWithImage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(to right, #1F223B, #3c3f5d, #1F223B); }
  .category-marqueeWithImage > .category-marqueeText,
  .category-marqueeWithImage > .category-marqueeImage {
    width: 100%; }
    @media (min-width: 900px) {
      .category-marqueeWithImage > .category-marqueeText,
      .category-marqueeWithImage > .category-marqueeImage {
        width: 50%; } }
  .category-marqueeWithImage > .category-marqueeImage {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 0 3rem 0; }

.category-faqs {
  margin-bottom: 3rem;
  padding: 1.5rem 0; }
  .category-faqs h2 {
    font-size: 22px;
    font-weight: 600;
    text-align: center; }
    @media (min-width: 1000px) {
      .category-faqs h2 {
        font-size: 26px;
        margin-bottom: 3rem; } }

.category-faq {
  padding: 1.5rem; }
  .category-faq:nth-child(even) {
    background-color: #EDF1F5; }

.category-faqQuestion {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer; }
  .category-faqQuestion:after {
    content: "+";
    display: block;
    margin-left: auto;
    padding-left: 1.5rem;
    padding-right: 0.35714rem;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px; }
  @media (min-width: 1000px) {
    .category-faqQuestion {
      font-size: 20px; } }

.category-faqAnswer {
  display: none; }
  .category-faqAnswer p, .category-faqAnswer li {
    font-size: 16px; }
    @media (min-width: 1000px) {
      .category-faqAnswer p, .category-faqAnswer li {
        font-size: 18px; } }

.category-faq--open .category-faqQuestion {
  margin-bottom: 1.5rem; }
  .category-faq--open .category-faqQuestion:after {
    content: "-";
    font-size: 38px;
    position: relative;
    top: -3px; }

.category-faq--open .category-faqAnswer {
  display: block; }

.wrapper--gray {
  background-color: #E1E8F0; }

.categoryNormal-heroBanner {
  background-color: #1E223B; }
  @media (min-width: 1181px) {
    .categoryNormal-heroBanner .categoryNormal-heroBanner-heading.categoryNormal-heroBanner-headingTall {
      min-height: 323px; } }
  @media (min-width: 1181px) {
    .categoryNormal-heroBanner .categoryNormal-heroBanner-heading .categoryNormal-heroBanner-title {
      max-width: 500px; } }
  @media (min-width: 1181px) {
    .categoryNormal-heroBanner .categoryNormal-heroBanner-heading .categoryNormal-heroBanner-subtitle {
      font-size: 22px; } }
  .categoryNormal-heroBanner .categoryNormal-heroBanner-heading .categoryNormal-heroBanner-button {
    margin-top: 1.5rem;
    padding: 0.5rem;
    border-radius: 5px;
    color: #FFF;
    background-color: #3AA3D4;
    max-width: 300px;
    font-size: 22px;
    font-weight: 700;
    text-align: center; }
    @media (min-width: 1181px) {
      .categoryNormal-heroBanner .categoryNormal-heroBanner-heading .categoryNormal-heroBanner-button {
        max-width: 390px; } }

.categoryNormal-contactUs {
  font-size: 22px;
  font-weight: 700;
  text-align: center; }
  .categoryNormal-contactUs a {
    display: block;
    color: #FFF;
    background-color: #dd2c79;
    font-size: 18px;
    font-weight: 700;
    width: 250px;
    margin: 0.78571rem auto;
    padding: 10px 0;
    text-decoration: none; }
  .categoryNormal-contactUs .middle {
    color: #098BC7; }
  @media (min-width: 1181px) {
    .categoryNormal-contactUs {
      font-size: 26px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .categoryNormal-contactUs a {
        width: 400px;
        font-size: 26px; }
      .categoryNormal-contactUs .left, .categoryNormal-contactUs .right {
        width: 48%; }
      .categoryNormal-contactUs .middle {
        width: 4%;
        display: flex;
        align-items: center;
        justify-content: center; } }

.categoryNormal-gsaHeading h2 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 2.28571rem 0; }
  .categoryNormal-gsaHeading h2 br {
    display: none; }
  @media (min-width: 1181px) {
    .categoryNormal-gsaHeading h2 {
      margin: 4.5rem 0;
      font-size: 40px;
      line-height: 50px; }
      .categoryNormal-gsaHeading h2 br {
        display: block; } }

.categoryNormal-gsaSchedule {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 0; }
  .categoryNormal-gsaSchedule h2 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 2.28571rem 0; }
    .categoryNormal-gsaSchedule h2 strong {
      color: #008ACA; }
  .categoryNormal-gsaSchedule p {
    font-size: 18px; }
  .categoryNormal-gsaSchedule h2, .categoryNormal-gsaSchedule p {
    text-align: center; }
    @media (min-width: 1181px) {
      .categoryNormal-gsaSchedule h2, .categoryNormal-gsaSchedule p {
        text-align: inherit; } }
  @media (min-width: 1181px) {
    .categoryNormal-gsaSchedule {
      flex-direction: row-reverse;
      padding: 4.5rem 0; }
      .categoryNormal-gsaSchedule h2 {
        font-size: 45px; }
        .categoryNormal-gsaSchedule h2:last-child {
          font-size: 35px; }
      .categoryNormal-gsaSchedule p {
        font-size: 22px;
        margin: 0 0 2.28571rem 0; }
      .categoryNormal-gsaSchedule .left {
        width: 65%;
        text-align: left; }
      .categoryNormal-gsaSchedule .right {
        width: 35%;
        display: flex;
        justify-content: center; } }

.categoryNormal-gsaIntegrators {
  padding: 3rem 0; }
  .categoryNormal-gsaIntegrators h2 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 2.28571rem 0; }
  .categoryNormal-gsaIntegrators p {
    font-size: 18px; }
  .categoryNormal-gsaIntegrators h2, .categoryNormal-gsaIntegrators p {
    text-align: center; }
    @media (min-width: 1181px) {
      .categoryNormal-gsaIntegrators h2, .categoryNormal-gsaIntegrators p {
        text-align: inherit; } }
  @media (min-width: 1181px) {
    .categoryNormal-gsaIntegrators {
      padding: 4.5rem 0; }
      .categoryNormal-gsaIntegrators h2 {
        font-size: 40px; }
      .categoryNormal-gsaIntegrators p {
        font-size: 22px;
        margin: 0 0 2.28571rem 0; } }

.banner-gsa {
  background-color: #034E8C; }
  .banner-gsa .container {
    max-width: 83rem; }
  .banner-gsa .desktop {
    display: none; }
    @media (min-width: 1181px) {
      .banner-gsa .desktop {
        display: block; } }
  @media (min-width: 1181px) {
    .banner-gsa .mobile {
      display: none; } }

.categoryNormal-gsaSchedule a {
  text-decoration: none; }

.categoryGuaranteesHeading {
  padding-bottom: 1.5rem;
  display: none; }
  .categoryGuaranteesHeading .text {
    text-align: center;
    color: #666;
    font-size: 16px;
    font-weight: 600;
    padding: 1rem 0 0 .75rem; }
    @media (min-width: 551px) {
      .categoryGuaranteesHeading .text {
        text-align: left; } }
  @media (min-width: 1181px) {
    .categoryGuaranteesHeading .cta {
      display: block;
      margin-left: auto;
      color: #666;
      font-size: 16px;
      font-weight: 600;
      padding: 1rem 0 0 .75rem; }
      .categoryGuaranteesHeading .cta a {
        text-decoration: underline; } }
  @media (min-width: 1181px) {
    .categoryGuaranteesHeading .container {
      display: flex;
      align-items: center; } }

.categoryGuarantees {
  margin-top: 0 !important;
  display: none; }
  .categoryGuarantees .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  @media (min-width: 1000px) {
    .categoryGuarantees {
      display: block;
      margin-top: .5rem;
      margin-bottom: 1.5rem; } }

.categoryGuarantee {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem; }
  .categoryGuarantee .image {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .categoryGuarantee img {
    flex-shrink: 0;
    flex-grow: 0; }
  .categoryGuarantee .text {
    max-width: 130px;
    line-height: 1.3; }
  @media (min-width: 675px) {
    .categoryGuarantee {
      width: 25%; } }
  @media (min-width: 1000px) {
    .categoryGuarantee {
      flex-direction: row;
      text-align: left;
      justify-content: flex-start !important; }
      .categoryGuarantee .image {
        margin-right: 1.5rem; } }

.categoryGuarantees--justifyCenter .categoryGuarantee {
  justify-content: center !important; }

.categoryGuarantee--support img {
  width: 45px; }

.categoryGuarantee--shipping img {
  width: 53px; }

.categoryGuarantee--returns img {
  width: 48px; }

.categoryGuarantee--warranty img {
  width: 33px; }

.categoryMarquee {
  background: #1e213b; }

.categoryMarquee-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative; }
  @media (min-width: 700px) {
    .categoryMarquee-container {
      flex-direction: row;
      width: calc(100% + 3rem);
      margin-left: -1.5rem; } }

.categoryMarquee-description {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  background: #1e213b;
  padding: 1rem 1.5rem;
  width: 100%; }
  .categoryMarquee-description h1 {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 1rem 0; }
    @media (min-width: 500px) {
      .categoryMarquee-description h1 {
        font-size: 34px;
        line-height: 44px;
        margin: 1.25rem 0; } }
    @media (min-width: 615px) {
      .categoryMarquee-description h1 {
        font-size: 36px;
        line-height: 48px;
        margin: 1.5rem 0; } }
    @media (min-width: 1181px) {
      .categoryMarquee-description h1 {
        font-size: 44px;
        line-height: 56px; } }
  @media (min-width: 700px) {
    .categoryMarquee-description {
      width: 60%;
      position: relative;
      background: #1e213b; } }

.categoryMarquee-image {
  overflow: hidden; }
  .categoryMarquee-image img {
    width: 150%;
    display: block;
    max-width: inherit;
    margin-left: -25%; }
  @media (min-width: 700px) {
    .categoryMarquee-image {
      width: 40%; } }
  @media (min-width: 800px) {
    .categoryMarquee-image img {
      width: 110%;
      max-width: 110%;
      margin-left: 0; } }
  @media (min-width: 1181px) {
    .categoryMarquee-image img {
      width: 100%;
      max-width: 100%;
      margin-left: 0; } }

.categoryLinks {
  margin-top: 1.5rem; }
  .categoryLinks h2 {
    margin: 1.5rem 0 .75rem 0;
    font-size: 18px;
    font-weight: 600; }
  .categoryLinks p {
    font-size: 16px; }
    @media (min-width: 1000px) {
      .categoryLinks p {
        font-size: 18px; } }
  @media (min-width: 700px) {
    .categoryLinks {
      margin-top: 2rem;
      margin-bottom: 1.5rem; } }

.categoryLinks-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: calc(100% + 1.5rem);
  margin-left: -.75rem; }
  @media (min-width: 700px) {
    .categoryLinks-list {
      flex-wrap: nowrap; } }
  .categoryLinks-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1rem;
    color: #FFF;
    background: #08A3D7;
    margin-bottom: 1rem; }
    .categoryLinks-list a .text {
      font-size: 16px;
      font-weight: 600; }
      .categoryLinks-list a .text span {
        display: block;
        font-size: 14px; }
      @media (min-width: 700px) {
        .categoryLinks-list a .text {
          font-size: 18px; }
          .categoryLinks-list a .text span {
            font-size: 16px; } }
    .categoryLinks-list a:focus, .categoryLinks-list a:hover {
      color: #FFF !important;
      background: #03455F !important; }
    @media (min-width: 700px) {
      .categoryLinks-list a {
        width: calc(100% - 1.5rem);
        margin: 0 .75rem; } }
    .categoryLinks-list a.blue {
      background: #028EC8; }
    .categoryLinks-list a.bluegray {
      background: #576D86; }
    .categoryLinks-list a.slate {
      background: #3D4356; }
    .categoryLinks-list a.palepurple {
      background: #4B5577; }
    .categoryLinks-list a.active {
      position: relative;
      cursor: default; }
      .categoryLinks-list a.active:focus, .categoryLinks-list a.active:hover {
        color: #FFF !important;
        background: #03455F !important; }
      .categoryLinks-list a.active:before {
        content: "";
        width: 30px;
        height: 30px;
        background-image: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/icon-check-circle-white.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        margin-right: 1.5rem; }

@media (min-width: 700px) and (max-width: 1180px) {
  .categoryLinks-list--Vehicle a .text {
    max-width: 100px; } }

.categoryContent {
  padding: 1.5rem 0; }
  @media (min-width: 1000px) {
    .categoryContent {
      padding: 1.5rem 0 3rem 0; } }
  .categoryContent h2, .categoryContent h3, .categoryContent p {
    color: #000; }
  .categoryContent h2 {
    font-size: 22px;
    font-weight: 600; }
    @media (min-width: 1000px) {
      .categoryContent h2 {
        font-size: 26px;
        margin-bottom: 3rem; } }
  .categoryContent h3 {
    font-size: 22px;
    font-weight: 600; }
    @media (min-width: 1000px) {
      .categoryContent h3 {
        font-size: 26px; } }
  .categoryContent p {
    font-size: 16px; }
    @media (min-width: 1000px) {
      .categoryContent p {
        font-size: 18px; } }
  @media (min-width: 1000px) {
    .categoryContent .columns {
      display: grid;
      grid-auto-flow: column;
      width: calc(100% + 3rem);
      margin-left: -1.5rem;
      margin-bottom: 3rem; } }
  @media (min-width: 1000px) {
    .categoryContent .columns .column {
      padding: 0 1.5rem; } }
  @media (min-width: 1000px) {
    .categoryContent .benefits {
      display: grid;
      grid-auto-flow: column;
      width: calc(100% + 3rem);
      margin-left: -1.5rem;
      margin-top: 3rem;
      margin-bottom: 3rem; } }
  .categoryContent .benefits .benefit {
    padding: 1.5rem 0; }
    .categoryContent .benefits .benefit img {
      display: block;
      margin: 0 auto;
      height: 115px; }
      .categoryContent .benefits .benefit img.home {
        width: 112px;
        height: 105px; }
      .categoryContent .benefits .benefit img.office {
        width: 113px;
        height: 113px; }
      .categoryContent .benefits .benefit img.vehicle {
        width: 187px;
        height: 77px; }
    .categoryContent .benefits .benefit .image {
      height: 125px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .categoryContent .benefits .benefit h3 {
      text-align: center; }
      .categoryContent .benefits .benefit h3 a {
        color: #FFF !important;
        text-decoration: underline !important; }
    @media (min-width: 1000px) {
      .categoryContent .benefits .benefit {
        padding: 0 1.5rem; } }
  .categoryContent--blue {
    background: #3C4355; }
    .categoryContent--blue h2, .categoryContent--blue h3, .categoryContent--blue p {
      color: #FFF; }
  .categoryContent--gray {
    background: #F5F5F7; }

.categoryContentHome-marquee {
  padding: 0 !important;
  background: #000000; }
  .categoryContentHome-marquee .container {
    max-width: 115rem;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://store-cmcpr.mybigcommerce.com/content/images/home-marquee.jpg");
    position: relative; }
    @media (min-width: 768px) {
      .categoryContentHome-marquee .container {
        background-image: url("https://store-cmcpr.mybigcommerce.com/content/images/home-marquee.jpg");
        background-position: center right; } }
  @media (min-width: 768px) {
    .categoryContentHome-marquee {
      padding: 80px 0;
      background: #000000; } }

.categoryContentHome-marquee-content {
  max-width: 100%;
  color: #ffffff; }
  @media (min-width: 768px) {
    .categoryContentHome-marquee-content {
      max-width: 750px; } }
  .categoryContentHome-marquee-content h1 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff; }
    .categoryContentHome-marquee-content h1 br {
      display: none; }
      @media (min-width: 768px) {
        .categoryContentHome-marquee-content h1 br {
          display: inline; } }
    @media (min-width: 768px) {
      .categoryContentHome-marquee-content h1 {
        font-size: 60px;
        margin-bottom: 1.5rem; } }
    @media (min-width: 992px) {
      .categoryContentHome-marquee-content h1 {
        font-size: 80px;
        line-height: 1; } }
  .categoryContentHome-marquee-content p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    color: #ffffff; }
    @media (min-width: 768px) {
      .categoryContentHome-marquee-content p {
        font-size: 22px;
        margin-bottom: 2rem; } }
    @media (min-width: 992px) {
      .categoryContentHome-marquee-content p {
        max-width: 600px;
        font-size: 22px !important;
        line-height: 30px !important; } }

.categoryContentHome-marquee-buttons {
  display: flex;
  justify-content: flex-start;
  margin-top: 2rem; }
  .categoryContentHome-marquee-buttons .button {
    width: 100%;
    max-width: 600px;
    padding: 1.25rem 2.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center; }
    @media (min-width: 768px) {
      .categoryContentHome-marquee-buttons .button {
        padding: 1.5rem 3rem;
        font-size: 1.5rem; } }
    .categoryContentHome-marquee-buttons .button--primary {
      background-color: #00ADEE;
      color: #ffffff;
      border: none; }
      .categoryContentHome-marquee-buttons .button--primary:hover {
        background-color: #0088bb; }

.features-section-home {
  padding: 2rem 0 2.5rem 0;
  background-color: #1f253a;
  margin-top: -2px;
  position: relative;
  top: -1px; }
  .features-section-home .container {
    max-width: 115rem !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .features-section-home .features-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
  .features-section-home .feature-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding: 0.75rem;
    margin-bottom: 1rem; }
    .features-section-home .feature-item .feature-image {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: .75rem;
      margin-bottom: 0;
      flex-shrink: 0; }
      .features-section-home .feature-item .feature-image img {
        width: 35px;
        height: 35px;
        filter: brightness(0) invert(1);
        flex-shrink: 0;
        flex-grow: 0; }
    .features-section-home .feature-item .feature-text {
      line-height: 1.3; }
      .features-section-home .feature-item .feature-text p {
        margin: 0;
        font-size: 14px;
        color: #ffffff;
        font-weight: 500; }
        @media (min-width: 1181px) {
          .features-section-home .feature-item .feature-text p {
            font-size: 16px; } }

.categoryContentHome-products-section {
  background: #fff;
  padding: 2.5rem 0; }
  @media (min-width: 1181px) {
    .categoryContentHome-products-section {
      padding: 3rem 0; } }
  .categoryContentHome-products-section .container {
    max-width: 115rem !important; }

.categoryContentHome-products-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  color: #333; }
  @media (min-width: 1181px) {
    .categoryContentHome-products-title {
      font-size: 50px;
      margin-bottom: .5rem; } }

.categoryContentHome-products-subtitle {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #666;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1181px) {
    .categoryContentHome-products-subtitle {
      font-size: 20px;
      margin-bottom: 4rem;
      max-width: 100%; } }

.categoryContentHome-products-slider-wrap {
  position: relative;
  margin-bottom: 3rem; }
  .categoryContentHome-products-slider-wrap .swiper-button-next,
  .categoryContentHome-products-slider-wrap .swiper-button-prev {
    width: 44px !important;
    height: 44px !important;
    cursor: pointer !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    position: absolute !important;
    top: auto !important;
    bottom: -60px !important;
    z-index: 10 !important;
    margin-top: 0 !important;
    color: transparent !important;
    font-size: 0 !important; }
    .categoryContentHome-products-slider-wrap .swiper-button-next:after,
    .categoryContentHome-products-slider-wrap .swiper-button-prev:after {
      display: none !important;
      content: '' !important; }
    .categoryContentHome-products-slider-wrap .swiper-button-next:before,
    .categoryContentHome-products-slider-wrap .swiper-button-prev:before {
      display: none !important;
      content: '' !important; }
    .categoryContentHome-products-slider-wrap .swiper-button-next:hover,
    .categoryContentHome-products-slider-wrap .swiper-button-prev:hover {
      background-color: #00adee !important; }
  .categoryContentHome-products-slider-wrap .swiper-button-prev {
    right: 80px !important;
    left: auto !important;
    background: #fff url("https://store-6q5bpsuh.mybigcommerce.com/content/images/icons/page-left.svg") no-repeat center center !important;
    background-size: 44px 44px !important; }
    .categoryContentHome-products-slider-wrap .swiper-button-prev:hover {
      background: #00adee url("https://store-6q5bpsuh.mybigcommerce.com/content/images/icons/page-left.svg") no-repeat center center !important;
      background-size: 44px 44px !important; }
  .categoryContentHome-products-slider-wrap .swiper-button-next {
    right: 20px !important;
    left: auto !important;
    background: #fff url("https://store-6q5bpsuh.mybigcommerce.com/content/images/icons/page-right.svg") no-repeat center center !important;
    background-size: 44px 44px !important; }
    .categoryContentHome-products-slider-wrap .swiper-button-next:hover {
      background: #00adee url("https://store-6q5bpsuh.mybigcommerce.com/content/images/icons/page-right.svg") no-repeat center center !important;
      background-size: 44px 44px !important; }
  .categoryContentHome-products-slider-wrap .swiper-button-disabled {
    opacity: 0.35 !important;
    cursor: not-allowed !important; }
  .categoryContentHome-products-slider-wrap .swiper-container .swiper-button-next,
  .categoryContentHome-products-slider-wrap .swiper-container .swiper-button-prev {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important; }

.categoryContentHome-products-slider {
  overflow: hidden !important;
  width: 100% !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease; }
  .categoryContentHome-products-slider.slick-initialized {
    opacity: 1;
    visibility: visible; }
  .categoryContentHome-products-slider .slick-list {
    overflow: hidden !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important; }
  .categoryContentHome-products-slider .swiper-wrapper {
    display: flex;
    align-items: stretch; }
  .categoryContentHome-products-slider .swiper-slide {
    width: auto !important;
    flex-shrink: 0; }
  .categoryContentHome-products-slider .categoryContentHome-product {
    margin: 0 0.5rem;
    display: flex;
    flex-direction: column;
    height: auto;
    width: calc(100% - 1rem);
    min-width: 300px;
    max-width: 300px;
    flex: 0 0 300px; }
    @media (min-width: 1181px) {
      .categoryContentHome-products-slider .categoryContentHome-product {
        margin: 0 0.75rem;
        width: calc(100% - 1.5rem);
        min-width: 320px;
        max-width: 320px;
        flex: 0 0 320px; } }
    @media (min-width: 1361px) {
      .categoryContentHome-products-slider .categoryContentHome-product {
        min-width: 350px;
        max-width: 350px;
        flex: 0 0 350px; } }
    .categoryContentHome-products-slider .categoryContentHome-product .product {
      background-color: #F3F6FA;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column; }
      .categoryContentHome-products-slider .categoryContentHome-product .product .product-content {
        display: flex;
        flex-direction: column;
        border: none;
        padding: 0 1.5rem 1.5rem;
        height: 100%;
        min-height: 600px; }
        @media (min-width: 1181px) {
          .categoryContentHome-products-slider .categoryContentHome-product .product .product-content {
            min-height: 650px; } }
      .categoryContentHome-products-slider .categoryContentHome-product .product .product-heading {
        position: relative;
        padding-top: 2rem;
        text-align: left; }
        .categoryContentHome-products-slider .categoryContentHome-product .product .product-heading .product-label {
          position: absolute;
          top: 1.5rem;
          left: -1.5rem;
          padding: 10px 18px;
          font-size: 16px;
          font-weight: 600;
          background: #00ADEE;
          color: #FFF; }
      .categoryContentHome-products-slider .categoryContentHome-product .product .product-image {
        min-height: 150px;
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
        max-width: 100%;
        text-align: center; }
        .categoryContentHome-products-slider .categoryContentHome-product .product .product-image img {
          width: 280px;
          height: 200px;
          margin: 0 auto;
          object-fit: contain;
          object-position: center; }
          @media (min-width: 768px) {
            .categoryContentHome-products-slider .categoryContentHome-product .product .product-image img {
              width: 300px;
              height: 200px; } }
          @media (min-width: 992px) {
            .categoryContentHome-products-slider .categoryContentHome-product .product .product-image img {
              width: 320px;
              height: 200px; } }
          @media (min-width: 1181px) {
            .categoryContentHome-products-slider .categoryContentHome-product .product .product-image img {
              width: 320px;
              height: 240px; } }
      .categoryContentHome-products-slider .categoryContentHome-product .product .product-name {
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        color: #000;
        margin: 0 0 1rem;
        text-align: left; }
        @media (min-width: 768px) {
          .categoryContentHome-products-slider .categoryContentHome-product .product .product-name {
            font-size: 20px;
            line-height: 24px; } }
        @media (min-width: 992px) {
          .categoryContentHome-products-slider .categoryContentHome-product .product .product-name {
            font-size: 22px;
            line-height: 26px; } }
        .categoryContentHome-products-slider .categoryContentHome-product .product .product-name a {
          color: #000;
          text-decoration: none; }
          .categoryContentHome-products-slider .categoryContentHome-product .product .product-name a:hover {
            text-decoration: underline; }
      .categoryContentHome-products-slider .categoryContentHome-product .product .product-areas {
        width: 100%;
        margin-bottom: 1.5rem;
        text-align: left;
        flex-grow: 1; }
        .categoryContentHome-products-slider .categoryContentHome-product .product .product-areas .yotpo {
          margin-bottom: 1rem; }
        .categoryContentHome-products-slider .categoryContentHome-product .product .product-areas p {
          margin: 1.5rem 0 0 0;
          font-size: 16px;
          line-height: 22px; }
          @media (min-width: 992px) {
            .categoryContentHome-products-slider .categoryContentHome-product .product .product-areas p {
              font-size: 18px;
              line-height: 26px; } }
      @media (min-width: 992px) {
        .categoryContentHome-products-slider .categoryContentHome-product .product .product-price .price {
          font-size: 22px; }
          .categoryContentHome-products-slider .categoryContentHome-product .product .product-price .price.price-strikethrough {
            font-size: 18px;
            margin-bottom: 0;
            font-weight: 600; } }
      .categoryContentHome-products-slider .categoryContentHome-product .product .product-buttons {
        margin-top: auto;
        display: flex;
        flex-direction: column;
        text-align: left; }
        .categoryContentHome-products-slider .categoryContentHome-product .product .product-buttons .product-purchase {
          width: 100%;
          text-align: left;
          margin-top: 1.5rem;
          margin-bottom: 0.5rem; }
          .categoryContentHome-products-slider .categoryContentHome-product .product .product-buttons .product-purchase .button {
            display: inline-block;
            width: 70%;
            font-weight: 600;
            font-size: 16px;
            margin-bottom: .35rem;
            padding: 0.75rem 0.5rem;
            text-align: center;
            text-decoration: none; }
            @media (min-width: 768px) {
              .categoryContentHome-products-slider .categoryContentHome-product .product .product-buttons .product-purchase .button {
                width: 55%;
                font-size: 18px;
                padding: 16px 18px; } }
            .categoryContentHome-products-slider .categoryContentHome-product .product .product-buttons .product-purchase .button--primary {
              background-color: #00ADEE;
              color: #fff;
              border: none; }
              .categoryContentHome-products-slider .categoryContentHome-product .product .product-buttons .product-purchase .button--primary:hover {
                background-color: #0088bb; }
          .categoryContentHome-products-slider .categoryContentHome-product .product .product-buttons .product-purchase .button-spacer {
            height: 5px; }
          .categoryContentHome-products-slider .categoryContentHome-product .product .product-buttons .product-purchase a:not(.button) {
            display: block;
            text-decoration: underline;
            font-size: 14px !important;
            color: #333;
            text-align: left;
            margin-top: 5px; }
            @media (min-width: 992px) {
              .categoryContentHome-products-slider .categoryContentHome-product .product .product-buttons .product-purchase a:not(.button) {
                font-size: 18px !important;
                margin-top: 0; } }

.categoryContentHome-shop-all {
  text-align: right;
  margin-top: 6rem; }

.categoryContentHome-shop-all-link {
  color: #00adee;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline; }
  .categoryContentHome-shop-all-link:hover {
    color: #0088bb; }
  @media (min-width: 1181px) {
    .categoryContentHome-shop-all-link {
      font-size: 18px; } }

.category-cta-section {
  padding: 40px 20px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .category-cta-section {
      padding: 60px 20px; } }
  .category-cta-section .category-cta-section-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    .category-cta-section .category-cta-section-content h2 {
      font-size: 80px;
      line-height: 84px;
      margin-bottom: 15px;
      color: #fff;
      font-weight: 700; }
      @media (max-width: 767px) {
        .category-cta-section .category-cta-section-content h2 {
          font-size: 40px;
          line-height: 1.2; } }
    .category-cta-section .category-cta-section-content .category-cta-buttons {
      display: flex;
      flex-direction: column;
      gap: 15px;
      align-items: center;
      margin-top: 30px; }
      @media (min-width: 768px) {
        .category-cta-section .category-cta-section-content .category-cta-buttons {
          flex-direction: row;
          justify-content: center;
          gap: 25px;
          margin-top: 40px; } }
    .category-cta-section .category-cta-section-content .home-button {
      background-color: #1F253A;
      color: #fff;
      padding: 15px 30px;
      font-size: 18px;
      font-weight: 600;
      transition: background-color 0.3s ease;
      display: inline-block;
      text-decoration: none;
      border: none;
      cursor: pointer;
      min-width: 250px;
      text-align: center; }
      .category-cta-section .category-cta-section-content .home-button:hover {
        background-color: #152038;
        color: #fff;
        text-decoration: none; }
      @media (max-width: 767px) {
        .category-cta-section .category-cta-section-content .home-button {
          width: 100%;
          max-width: 300px;
          padding: 12px 25px;
          font-size: 16px; } }

/* ========================================================== 
 * ## How it Works
 * ========================================================== */
.categoryMain-howItWorks {
  padding: 2rem 0 0; }
  @media (min-width: 481px) {
    .categoryMain-howItWorks {
      padding: 4.5rem 0 4rem; } }
  .categoryMain-howItWorks .container {
    max-width: 115rem; }
  .categoryMain-howItWorks .categoryMain-title {
    margin-bottom: 3rem;
    text-align: center;
    font-size: 2rem;
    font-weight: 700; }
    @media (min-width: 1181px) {
      .categoryMain-howItWorks .categoryMain-title {
        font-size: 50px; } }

.categoryMain-howItWorks--simple .diagram {
  margin-top: 0; }
  .categoryMain-howItWorks--simple .diagram img {
    display: block;
    margin: 0 auto; }

.categoryMain-howItWorks--simple .diagram-steps {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 410px) {
    .categoryMain-howItWorks--simple .diagram-steps {
      justify-content: flex-start; } }
  @media (min-width: 600px) {
    .categoryMain-howItWorks--simple .diagram-steps {
      justify-content: center; } }
  .categoryMain-howItWorks--simple .diagram-steps .step {
    display: flex;
    margin-bottom: 1.5rem;
    padding: 0.78571rem; }
    @media (min-width: 1181px) {
      .categoryMain-howItWorks--simple .diagram-steps .step {
        font-size: 18px;
        padding: 1.5rem; }
        .categoryMain-howItWorks--simple .diagram-steps .step:nth-child(2) {
          border-left: 1px solid #068AC7;
          border-right: 1px solid #068AC7; } }
  .categoryMain-howItWorks--simple .diagram-steps .number {
    font-weight: 600;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    border: 1px solid #068AC7;
    width: 29px;
    height: 29px;
    border-radius: 100%;
    margin-top: 0.5rem;
    margin-right: 0.78571rem; }
  .categoryMain-howItWorks--simple .diagram-steps .content {
    text-align: left; }
    .categoryMain-howItWorks--simple .diagram-steps .content span {
      display: block;
      font-weight: 700; }

.categoryMain-howItWorks--simple .tab-content {
  padding-bottom: 0 !important; }

.categoryMain-howItWorks--simple .page-tabs-contents .diagram-image-mobile {
  display: block;
  text-align: center;
  width: calc(100% + 2.42858rem);
  margin-left: -1.21429rem;
  margin-top: -2rem; }
  .categoryMain-howItWorks--simple .page-tabs-contents .diagram-image-mobile img {
    width: 100%; }
  @media (min-width: 551px) {
    .categoryMain-howItWorks--simple .page-tabs-contents .diagram-image-mobile {
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media (min-width: 1181px) {
    .categoryMain-howItWorks--simple .page-tabs-contents .diagram-image-mobile {
      display: none; } }

.categoryMain-howItWorks--simple .page-tabs-contents .diagram-image-desktop {
  display: none; }
  @media (min-width: 1181px) {
    .categoryMain-howItWorks--simple .page-tabs-contents .diagram-image-desktop {
      display: flex;
      align-items: center;
      justify-content: center; } }

.product-price {
  margin: 15px 0;
  text-align: left; }
  .product-price .price {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    display: block;
    margin: 0; }
  .product-price .price-strikethrough {
    text-decoration: line-through;
    color: #999999;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px; }
  .product-price .price-sale {
    color: #000000; }

.categoryContentHome-marquee {
  width: 100%;
  margin: 0;
  padding: 0; }
  @media (max-width: 480px) {
    .categoryContentHome-marquee .pardotFormModal3 {
      line-height: 1.6 !important;
      padding: 12px 20px !important; } }

.features-section-home {
  background-color: #2c3e50;
  padding: 1.5rem 0;
  width: 100%;
  margin: 0; }
  .features-section-home .container {
    max-width: 115rem !important;
    padding: 0 .35rem !important; }
    @media (min-width: 551px) {
      .features-section-home .container {
        padding: 0 1.5rem !important; } }
    @media (min-width: 900px) {
      .features-section-home .container {
        justify-content: space-between; } }
    @media (min-width: 1361px) {
      .features-section-home .container {
        padding: 0 6rem !important; } }
  .features-section-home .features-grid {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    @media (min-width: 769px) {
      .features-section-home .features-grid {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 1rem; } }
  .features-section-home .feature-item {
    display: flex;
    width: 50%;
    padding: 0 0.75rem; }
    .features-section-home .feature-item:nth-child(3), .features-section-home .feature-item:nth-child(4) {
      margin-bottom: 0; }
    .features-section-home .feature-item br {
      display: none; }
    @media (min-width: 450px) {
      .features-section-home .feature-item {
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .features-section-home .feature-item .feature-text p {
          font-size: 15px;
          text-align: center; }
        .features-section-home .feature-item .feature-image {
          margin: 0 0 .75rem 0; } }
    @media (min-width: 550px) {
      .features-section-home .feature-item {
        width: 25%;
        justify-content: flex-start; }
        .features-section-home .feature-item .feature-text {
          max-width: 125px; } }
    @media (min-width: 900px) {
      .features-section-home .feature-item {
        flex-direction: row;
        margin-bottom: 0;
        width: auto; }
        .features-section-home .feature-item .feature-image {
          margin-bottom: 0; }
          .features-section-home .feature-item .feature-image img {
            width: 45px;
            height: 45px; }
        .features-section-home .feature-item .feature-text {
          margin-left: 1.5rem;
          max-width: 175px; }
          .features-section-home .feature-item .feature-text p {
            font-size: 16px;
            text-align: left;
            text-transform: uppercase; }
          .features-section-home .feature-item .feature-text br {
            display: block; } }
  .features-section-home .feature-image {
    margin-bottom: 0.5rem; }
    .features-section-home .feature-image img {
      width: 40px;
      height: 40px;
      filter: brightness(0) invert(1); }
  .features-section-home .feature-text {
    line-height: 1.3; }
    .features-section-home .feature-text p {
      margin: 0;
      font-size: 14px;
      color: #ffffff;
      font-weight: 500;
      text-transform: uppercase; }
      @media (min-width: 1181px) {
        .features-section-home .feature-text p {
          font-size: 16px; } }
  @media (min-width: 481px) {
    .features-section-home {
      padding: 1rem 0; }
      .features-section-home .features-grid {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px; } }
  @media (min-width: 769px) {
    .features-section-home {
      padding: 2rem 0; }
      .features-section-home .features-grid {
        flex-wrap: nowrap;
        gap: 1rem; } }

.categoryContentHome-products-slider-wrap {
  position: relative;
  overflow: visible !important;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 60px; }

.categoryContentHome-products-section {
  position: relative; }
  .categoryContentHome-products-section .slick-navigation {
    display: flex !important;
    visibility: visible !important;
    position: absolute !important;
    bottom: -65px !important;
    right: 10px !important;
    gap: 8px !important;
    z-index: 9999 !important;
    align-items: center; }
    @media (min-width: 481px) {
      .categoryContentHome-products-section .slick-navigation {
        bottom: -75px;
        right: 20px;
        gap: 10px; } }
  @media (min-width: 769px) {
    .categoryContentHome-products-section:has(.midsize-homes-slider) .slick-navigation {
      display: none !important; } }
  .categoryContentHome-products-section .slick-prev-custom,
  .categoryContentHome-products-section .slick-next-custom {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10000 !important;
    width: 38px !important;
    height: 38px !important;
    background-color: #fff !important;
    border-radius: 50% !important;
    border: none !important;
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
    cursor: pointer !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: background-color 0.3s ease;
    outline: none !important; }
    @media (min-width: 481px) {
      .categoryContentHome-products-section .slick-prev-custom,
      .categoryContentHome-products-section .slick-next-custom {
        width: 44px !important;
        height: 44px !important; } }
    .categoryContentHome-products-section .slick-prev-custom:hover,
    .categoryContentHome-products-section .slick-next-custom:hover {
      background-color: #00adee !important;
      border: none !important;
      border-width: 0 !important; }
    .categoryContentHome-products-section .slick-prev-custom:disabled,
    .categoryContentHome-products-section .slick-next-custom:disabled {
      opacity: 0.35 !important;
      cursor: not-allowed !important; }
  .categoryContentHome-products-section .slick-prev-custom {
    background: #fff url("https://store-6q5bpsuh.mybigcommerce.com/content/images/icons/page-left.svg") no-repeat center center !important;
    background-size: 45px 45px !important; }
    .categoryContentHome-products-section .slick-prev-custom:hover {
      background: #00adee url("https://store-6q5bpsuh.mybigcommerce.com/content/images/icons/page-left.svg") no-repeat center center !important;
      background-size: 45px 45px !important; }
  .categoryContentHome-products-section .slick-next-custom {
    background: #fff url("https://store-6q5bpsuh.mybigcommerce.com/content/images/icons/page-right.svg") no-repeat center center !important;
    background-size: 45px 45px !important; }
    .categoryContentHome-products-section .slick-next-custom:hover {
      background: #00adee url("https://store-6q5bpsuh.mybigcommerce.com/content/images/icons/page-right.svg") no-repeat center center !important;
      background-size: 45px 45px !important; }
  .categoryContentHome-products-section .slick-dots,
  .categoryContentHome-products-section .slick-prev,
  .categoryContentHome-products-section .slick-next {
    display: none !important; }

.categoryContentHome-products-slider {
  overflow: hidden !important;
  width: 100% !important; }
  .categoryContentHome-products-slider .slick-list {
    overflow: hidden !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important; }
  .categoryContentHome-products-slider .slick-track {
    display: flex !important;
    width: auto !important; }
    .categoryContentHome-products-slider .slick-track .slick-slide {
      width: 100% !important;
      min-width: 100% !important;
      max-width: 100% !important;
      flex: 0 0 100% !important;
      display: block !important;
      position: relative !important; }
      @media (min-width: 481px) and (max-width: 768px) {
        .categoryContentHome-products-slider .slick-track .slick-slide {
          width: 50% !important;
          min-width: 50% !important;
          max-width: 50% !important;
          flex: 0 0 50% !important; } }
      @media (min-width: 769px) {
        .categoryContentHome-products-slider .slick-track .slick-slide {
          width: 33.333% !important;
          min-width: 33.333% !important;
          max-width: 33.333% !important;
          flex: 0 0 33.333% !important; } }
  .categoryContentHome-products-slider .categoryContentHome-product {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 20px !important;
    box-sizing: border-box !important; }
    @media (min-width: 481px) {
      .categoryContentHome-products-slider .categoryContentHome-product {
        padding: 0 10px !important; } }
    .categoryContentHome-products-slider .categoryContentHome-product .product {
      max-width: 350px !important;
      margin: 0 auto !important;
      width: 100% !important; }
      @media (min-width: 769px) {
        .categoryContentHome-products-slider .categoryContentHome-product .product {
          max-width: none !important; } }

.categoryContentHome-products-slider .categoryContentHome-product {
  min-width: auto !important;
  max-width: none !important;
  flex: none !important; }

.brandshowcase .guides-and-manuals {
  text-align: center; }
  .brandshowcase .guides-and-manuals h2 {
    color: #000;
    font-size: 24px;
    font-weight: 400; }

.brandshowcase .videos h2, .brandshowcase .recent-blog-posts h2 {
  color: #000;
  font-size: 24px;
  font-weight: 400; }

.brandshowcase .guides-and-manuals p, .brandshowcase .videos p, .brandshowcase .recent-blog-posts p {
  color: #1e1e1e;
  font-size: 15px; }

.brandshowcase .guides-and-manuals .search-model-number-dropdown {
  margin: 3rem 0 0; }
  .brandshowcase .guides-and-manuals .search-model-number-dropdown > div {
    width: 300px;
    display: inline-block;
    position: relative; }
    .brandshowcase .guides-and-manuals .search-model-number-dropdown > div select {
      width: 100%;
      padding: 7.5px 20px 7.5px 10px;
      color: #fff;
      -webkit-appearance: none;
      background: url(".../../../icons/carat-down-white.svg") 96% 50% no-repeat #1378ba;
      background-size: 13px;
      border-radius: 0; }
      .brandshowcase .guides-and-manuals .search-model-number-dropdown > div select option {
        color: #000;
        background: #fff; }
    .brandshowcase .guides-and-manuals .search-model-number-dropdown > div input {
      width: 100%;
      padding: 9.5px 20px 9.5px 10px;
      color: #999; }
    .brandshowcase .guides-and-manuals .search-model-number-dropdown > div svg {
      position: absolute;
      width: 38px;
      height: 38px;
      right: 0;
      top: 50%;
      bottom: 50%;
      margin: auto;
      fill: #fff;
      background: #1378ba;
      fill-rule: evenodd;
      cursor: pointer;
      padding: 9px; }
  .brandshowcase .guides-and-manuals .search-model-number-dropdown > .delimiter {
    color: #000;
    text-transform: uppercase;
    margin: 0 15px; }

.brandshowcase .guides-and-manuals .information-icon {
  color: #fff;
  background: #00a5d5;
  border-radius: 50%;
  font-weight: 700;
  padding: 4px 10px;
  margin-left: 15px;
  font-size: 16px;
  cursor: pointer;
  display: none;
  width: 27px;
  height: 27px;
  line-height: 21px;
  position: absolute; }
  .brandshowcase .guides-and-manuals .information-icon .information-popover {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 220px;
    height: 140px;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    padding: 8px 15px;
    text-align: left;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.25);
    margin-left: -95px;
    margin-top: 15px;
    background: #fff; }
    .brandshowcase .guides-and-manuals .information-icon .information-popover:after {
      box-sizing: border-box;
      -webkit-transform: rotate(-225deg);
      transform: rotate(-225deg);
      box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.15);
      top: -5px;
      background: #fff;
      border: none;
      content: '';
      display: block;
      height: 12px;
      width: 12px;
      position: absolute;
      left: calc(50% - 6px);
      z-index: 11; }
  .brandshowcase .guides-and-manuals .information-icon:hover .information-popover {
    display: block; }

.brandshowcase .guides-and-manuals .search-product-results .product-documents-found {
  color: #000;
  font-size: 14px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e2e4e6; }
  .brandshowcase .guides-and-manuals .search-product-results .product-documents-found span {
    font-weight: 700; }

.brandshowcase .guides-and-manuals .search-product-results .product-name {
  color: #0c84c0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px; }

.brandshowcase .guides-and-manuals .search-product-results .search-product-found {
  margin: 3rem 0 4rem; }

.brandshowcase .guides-and-manuals .search-product-results .search-documents-found {
  margin: 0; }
  .brandshowcase .guides-and-manuals .search-product-results .search-documents-found .each-document {
    display: inline-block;
    height: 120px;
    margin-right: 4rem; }
    .brandshowcase .guides-and-manuals .search-product-results .search-documents-found .each-document:last-child {
      margin-right: 0; }
    .brandshowcase .guides-and-manuals .search-product-results .search-documents-found .each-document > img {
      vertical-align: top;
      max-height: 100%;
      margin-right: 15px; }
    .brandshowcase .guides-and-manuals .search-product-results .search-documents-found .each-document > div {
      display: inline-block;
      height: 120px;
      vertical-align: top;
      text-align: left;
      position: relative; }
      .brandshowcase .guides-and-manuals .search-product-results .search-documents-found .each-document > div span {
        display: block;
        color: #000;
        font-size: 14px; }
      .brandshowcase .guides-and-manuals .search-product-results .search-documents-found .each-document > div a {
        display: block;
        border: 1px solid #1b7d9c;
        color: #1b7d9c;
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 14px;
        text-decoration: none;
        padding: 7px 20px; }

.brandshowcase .videos {
  background: #edeff1; }
  .brandshowcase .videos .section-heading {
    margin-bottom: 2rem; }
    .brandshowcase .videos .section-heading .videos-per-page {
      float: left;
      margin-right: 20px;
      display: inline-block;
      color: #000;
      font-size: 14px; }
      .brandshowcase .videos .section-heading .videos-per-page select {
        margin-left: 5px;
        display: inline-block;
        width: 70px;
        color: #000;
        font-size: 14px;
        padding: 7.5px 10px;
        -webkit-appearance: none;
        background: url(".../../../icons/carat-down.svg") 90% 50% no-repeat #fff;
        background-size: 13px;
        border-radius: 0; }
    .brandshowcase .videos .section-heading .video-pagination {
      float: left;
      display: inline-block;
      color: #000;
      font-size: 14px;
      line-height: 40px; }
      .brandshowcase .videos .section-heading .video-pagination .last-page {
        font-weight: 700; }
      .brandshowcase .videos .section-heading .video-pagination .next-page svg {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 5px 0 -5px 10px;
        fill: #000;
        background: #fff;
        cursor: pointer; }
      .brandshowcase .videos .section-heading .video-pagination .prev-page svg {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 5px 10px -5px 0;
        fill: #000;
        background: #fff;
        cursor: pointer; }
    .brandshowcase .videos .section-heading .video-sort {
      float: right;
      display: inline-block;
      color: #000;
      font-size: 14px; }
      .brandshowcase .videos .section-heading .video-sort select {
        margin-left: 5px;
        display: inline-block;
        width: 170px;
        color: #000;
        font-size: 14px;
        padding: 7.5px 10px;
        -webkit-appearance: none;
        background: url(".../../../icons/carat-down.svg") 96% 50% no-repeat #fff;
        background-size: 13px;
        border-radius: 0; }
  .brandshowcase .videos .section-content .active-videos .video {
    width: 31.33%;
    margin: 10px 3% 10px 0;
    display: inline-block;
    float: left;
    opacity: 1;
    cursor: pointer;
    position: relative; }
    .brandshowcase .videos .section-content .active-videos .video:hover .video-item::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 0.6;
      background-repeat: no-repeat;
      display: block;
      margin-bottom: 72px; }
    .brandshowcase .videos .section-content .active-videos .video:hover .video-item::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: url(".../../../img/video-library/play-video.png");
      background-repeat: no-repeat;
      background-size: 100px;
      background-position: 50% 50%;
      display: block;
      margin-bottom: 72px;
      z-index: 111; }
    .brandshowcase .videos .section-content .active-videos .video:nth-child(3n) {
      margin-right: 0; }
    .brandshowcase .videos .section-content .active-videos .video:nth-child(n+7) {
      display: none; }
    .brandshowcase .videos .section-content .active-videos .video img {
      width: 100%; }
    .brandshowcase .videos .section-content .active-videos .video .video-title {
      margin: 15px 0;
      height: 42px;
      color: #000;
      font-size: 15px;
      overflow: hidden; }

.brandshowcase .video-player {
  margin-top: -68px; }
  .brandshowcase .video-player .youtube-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
    .brandshowcase .video-player .youtube-video .video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 1; }
  .brandshowcase .video-player .video-player-close {
    position: relative; }
    .brandshowcase .video-player .video-player-close span {
      width: 34px;
      height: 34px;
      background: #fff;
      text-align: center;
      border-radius: 50%;
      border: 1px solid #ccc;
      line-height: 33px;
      font-size: 16px;
      font-weight: 400;
      position: absolute;
      top: -62px;
      right: 0px;
      color: #707070;
      cursor: pointer; }
  .brandshowcase .video-player .video-title {
    margin-top: 20px;
    text-align: center;
    color: #000;
    font-size: 18px; }

.brandshowcase .recent-blog-posts {
  padding-bottom: 0 !important; }
  .brandshowcase .recent-blog-posts .latest-post {
    display: none;
    padding: 25px 10px;
    margin-bottom: 20px;
    border-top: 2px solid #e2e4e6;
    border-bottom: 2px solid #e2e4e6; }
    .brandshowcase .recent-blog-posts .latest-post .left-side {
      width: 48%;
      float: left;
      display: none; }
      .brandshowcase .recent-blog-posts .latest-post .left-side .post-thumbnail {
        max-width: 100%; }
    .brandshowcase .recent-blog-posts .latest-post .right-side {
      width: 48%;
      float: right; }
      .brandshowcase .recent-blog-posts .latest-post .right-side.full-width {
        width: 100%; }
      .brandshowcase .recent-blog-posts .latest-post .right-side .post-tag {
        padding: 1px 12px;
        background: #df2579;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        margin-right: 5px;
        display: inline-block; }
      .brandshowcase .recent-blog-posts .latest-post .right-side .post-date {
        margin-bottom: 15px;
        text-align: left;
        color: #1a8fb8;
        font-size: 14px;
        font-weight: 700;
        display: inline-block; }
      .brandshowcase .recent-blog-posts .latest-post .right-side .post-title a {
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 15px;
        color: #000;
        text-align: left;
        text-decoration: none;
        display: block; }
      .brandshowcase .recent-blog-posts .latest-post .right-side .post-summary {
        font-size: 15px;
        color: #000; }
      .brandshowcase .recent-blog-posts .latest-post .right-side .read-more {
        display: block;
        margin-top: 15px;
        text-decoration: none;
        color: #1a8fb8;
        font-weight: 700; }
  .brandshowcase .recent-blog-posts .blog-selectors {
    padding: 15px 10px 25px; }
    .brandshowcase .recent-blog-posts .blog-selectors .posts-per-page {
      float: left;
      margin-right: 20px;
      display: inline-block;
      color: #000;
      font-size: 14px; }
      .brandshowcase .recent-blog-posts .blog-selectors .posts-per-page select {
        margin-left: 5px;
        display: inline-block;
        width: 70px;
        color: #000;
        font-size: 14px;
        padding: 7.5px 10px;
        -webkit-appearance: none;
        background: url(".../../../icons/carat-down.svg") 90% 50% no-repeat #fff;
        background-size: 13px;
        border-radius: 0; }
    .brandshowcase .recent-blog-posts .blog-selectors .posts-pagination {
      float: left;
      display: inline-block;
      color: #000;
      font-size: 14px;
      line-height: 40px; }
      .brandshowcase .recent-blog-posts .blog-selectors .posts-pagination .last-page {
        font-weight: 700; }
      .brandshowcase .recent-blog-posts .blog-selectors .posts-pagination .next-page svg {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 5px 0 -5px 10px;
        fill: #788b9d;
        background: #edeff1;
        cursor: pointer; }
      .brandshowcase .recent-blog-posts .blog-selectors .posts-pagination .prev-page svg {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 5px 10px -5px 0;
        fill: #788b9d;
        background: #edeff1;
        cursor: pointer; }
    .brandshowcase .recent-blog-posts .blog-selectors .posts-sort {
      float: right;
      display: inline-block;
      color: #000;
      font-size: 14px; }
      .brandshowcase .recent-blog-posts .blog-selectors .posts-sort select {
        margin-left: 5px;
        display: inline-block;
        width: 170px;
        color: #000;
        font-size: 14px;
        padding: 7.5px 10px;
        -webkit-appearance: none;
        background: url(".../../../icons/carat-down.svg") 96% 50% no-repeat #fff;
        background-size: 13px;
        border-radius: 0;
        text-transform: capitalize; }
  .brandshowcase .recent-blog-posts .blog-footer {
    background: #0e64a1;
    height: 96px;
    text-align: center;
    clear: both; }
    .brandshowcase .recent-blog-posts .blog-footer p {
      font-size: 24px;
      width: 100%;
      text-align: center;
      padding: 30px 10px 0;
      border: 0 none;
      margin: 0;
      color: #fff; }

@media (max-width: 1079px) {
  .brandshowcase .video-player .video-player-close span {
    top: -61px; } }

@media (max-width: 955px) {
  .brandshowcase .guides-and-manuals .search-product-results .search-documents-found .each-document {
    margin-right: 2rem; } }

@media (max-width: 904px) {
  .brandshowcase .videos .section-content .active-videos .video .video-title {
    height: 66px; } }

@media (max-width: 893px) {
  .brandshowcase .guides-and-manuals .search-product-results .search-documents-found {
    text-align: center; }
    .brandshowcase .guides-and-manuals .search-product-results .search-documents-found .each-document {
      margin-right: 2%;
      width: 48%;
      margin-bottom: 30px; } }

@media (max-width: 768px) {
  .brandshowcase .videos .section-content .active-videos .video {
    width: 48%;
    margin: 10px 1% !important; }
    .brandshowcase .videos .section-content .active-videos .video .video-title {
      height: 42px; }
    .brandshowcase .videos .section-content .active-videos .video#eki2cZ_7yDA {
      margin-bottom: 9px !important; }
  .brandshowcase .recent-blog-posts .blog-posts-content .blog-post-item {
    width: 50%; }
  .brandshowcase .recent-blog-posts .latest-post .left-side {
    width: 100%; }
  .brandshowcase .recent-blog-posts .latest-post .right-side {
    width: 100%; } }

@media (max-width: 745px) {
  .brandshowcase .guides-and-manuals .search-model-number-dropdown > .delimiter {
    margin: 0 5px; } }

@media (max-width: 735px) {
  .brandshowcase .guides-and-manuals .search-product-results .search-documents-found .each-document {
    margin-right: 0;
    width: 100%; } }

@media (max-width: 730px) {
  .brandshowcase .recent-blog-posts .blog-footer p {
    padding-top: 15px; } }

@media (max-width: 720px) {
  .brandshowcase .guides-and-manuals .search-model-number-dropdown > div {
    width: 40%; } }

@media (max-width: 605px) {
  .brandshowcase .videos .section-content .active-videos .video .video-title {
    height: 66px; } }

@media (max-width: 575px) {
  .brandshowcase .recent-blog-posts .blog-selectors .posts-per-page {
    float: left;
    margin-right: 0;
    display: block;
    width: 50%;
    margin-bottom: 20px; }
  .brandshowcase .recent-blog-posts .blog-selectors .posts-pagination {
    float: right;
    display: block;
    width: 50%;
    text-align: right; }
  .brandshowcase .recent-blog-posts .blog-selectors .posts-sort {
    float: none;
    display: block;
    clear: both;
    width: 100%;
    text-align: left; } }

@media (max-width: 550px) {
  .brandshowcase .guides-and-manuals .search-model-number-dropdown > div {
    width: 80%;
    display: block;
    margin: 0 auto; }
  .brandshowcase .guides-and-manuals .search-model-number-dropdown > .delimiter {
    margin: 10px 0;
    display: block; }
  .brandshowcase .videos .section-heading .video-sort {
    float: none;
    display: block;
    clear: both;
    width: 100%;
    text-align: left; }
  .brandshowcase .videos .section-heading .video-pagination {
    float: right;
    display: block;
    width: 50%;
    text-align: right; }
  .brandshowcase .videos .section-heading .videos-per-page {
    float: left;
    margin-right: 0;
    display: block;
    width: 50%;
    margin-bottom: 20px; }
  .brandshowcase .video-player {
    margin-top: -128px; }
    .brandshowcase .video-player .video-player-close span {
      top: -57px; }
  .brandshowcase .videos .section-content .active-videos .video {
    width: 100%;
    margin: 10px 0 !important; }
    .brandshowcase .videos .section-content .active-videos .video .video-title {
      height: 42px; }
  .brandshowcase .recent-blog-posts .blog-posts-content .blog-post-item {
    width: 100%; } }

@media (max-width: 400px) {
  .brandshowcase .recent-blog-posts .blog-footer p {
    font-size: 20px; } }

@media (max-width: 390px) {
  .brandshowcase .guides-and-manuals .search-product-results .search-documents-found {
    margin: 1.5rem 0 0; }
    .brandshowcase .guides-and-manuals .search-product-results .search-documents-found .each-document {
      height: 100%; }
      .brandshowcase .guides-and-manuals .search-product-results .search-documents-found .each-document > img {
        display: block;
        margin: 0 auto;
        text-align: center; }
      .brandshowcase .guides-and-manuals .search-product-results .search-documents-found .each-document > div {
        display: block;
        height: 100%;
        text-align: center;
        margin-top: 15px; }
        .brandshowcase .guides-and-manuals .search-product-results .search-documents-found .each-document > div a {
          display: inline-block;
          position: relative;
          margin-top: 15px; } }

@media (max-width: 337px) {
  .brandshowcase .recent-blog-posts .blog-footer p {
    font-size: 18px;
    padding-top: 20px; } }

.category-comparison-results {
  display: none;
  font-size: 14px; }
  .category-comparison-results .table .table-header .cell {
    position: relative;
    height: 200px;
    padding-top: 35px;
    text-align: center;
    font: 0/0 a;
    border-right: 1px solid #999; }
    .category-comparison-results .table .table-header .cell.cell-0.title {
      background-color: #eeeff3;
      border-left: 1px solid #999; }
    .category-comparison-results .table .table-header .cell::before {
      content: " ";
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
    .category-comparison-results .table .table-header .cell .brand-logo {
      height: 41px;
      position: absolute;
      z-index: 1;
      right: 10px;
      top: 5px; }
      .category-comparison-results .table .table-header .cell .brand-logo.label-weboost svg {
        width: 89px;
        height: 37px; }
      .category-comparison-results .table .table-header .cell .brand-logo.label-wilsonpro svg {
        width: 89px;
        height: 37px; }
      .category-comparison-results .table .table-header .cell .brand-logo.label-surecall svg {
        width: 89px;
        height: 37px; }
      .category-comparison-results .table .table-header .cell .brand-logo.label-hiboost svg {
        width: 75px;
        height: 37px; }
      .category-comparison-results .table .table-header .cell .brand-logo.label-zboost svg {
        width: 75px;
        height: 37px; }
      .category-comparison-results .table .table-header .cell .brand-logo.label-bolton-technical svg {
        width: 85px;
        height: 37px; }
    .category-comparison-results .table .table-header .cell .label-best-seller, .category-comparison-results .table .table-header .cell .label-best-deal, .category-comparison-results .table .table-header .cell .label-top-pick, .category-comparison-results .table .table-header .cell .label-best-value, .category-comparison-results .table .table-header .cell .label-new {
      height: 55px;
      width: 55px;
      position: absolute;
      left: 10px;
      top: 10px;
      z-index: 1; }
    .category-comparison-results .table .table-header .cell .label-best-seller {
      background-image: url("/assets/img/product-label-best-seller.svg"); }
    .category-comparison-results .table .table-header .cell .label-best-deal {
      background-image: url("/assets/img/product-label-best-deal.svg"); }
    .category-comparison-results .table .table-header .cell .label-top-pick {
      background-image: url("/assets/img/product-label-top-pick.svg"); }
    .category-comparison-results .table .table-header .cell .label-best-value {
      background-image: url("/assets/img/product-label-best-value.svg"); }
    .category-comparison-results .table .table-header .cell .label-new {
      background-image: url("/assets/img/product-label-new.svg"); }
    .category-comparison-results .table .table-header .cell img {
      height: auto;
      display: inline-block;
      vertical-align: middle;
      font: 16px/1 Arial sans-serif;
      margin: 0; }
  .category-comparison-results .table-body .row .cell {
    position: relative; }
    .category-comparison-results .table-body .row .cell .product-name {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 1.1rem;
      font-weight: 700;
      color: #1484c0; }
      .category-comparison-results .table-body .row .cell .product-name span {
        color: black;
        font-size: 0.9em; }
    .category-comparison-results .table-body .row .cell .product-info-footer {
      position: absolute;
      left: 10px;
      bottom: 10px;
      width: 100%;
      padding-right: 20px; }
      .category-comparison-results .table-body .row .cell .product-info-footer .product-price {
        font-size: 1.25em;
        color: #000;
        display: inline-block;
        line-height: 34px; }
        .category-comparison-results .table-body .row .cell .product-info-footer .product-price.price-with-retail {
          line-height: normal; }
          .category-comparison-results .table-body .row .cell .product-info-footer .product-price.price-with-retail strike {
            display: block;
            color: #999;
            font-size: 12px;
            line-height: normal; }
      .category-comparison-results .table-body .row .cell .product-info-footer .product-quote {
        font-size: 0.9em;
        color: #000;
        margin-bottom: 8px; }
      .category-comparison-results .table-body .row .cell .product-info-footer .product-button {
        display: inline-block;
        float: right; }
        .category-comparison-results .table-body .row .cell .product-info-footer .product-button a {
          width: 100px;
          padding: 5px 0;
          font-size: 0.8rem;
          font-weight: 700;
          text-transform: uppercase;
          border: 1px solid #999;
          color: #000;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          float: right;
          margin: 0;
          height: 34px; }
          .category-comparison-results .table-body .row .cell .product-info-footer .product-button a span svg {
            width: 18px;
            height: 18px;
            margin-left: 5px; }
            .category-comparison-results .table-body .row .cell .product-info-footer .product-button a span svg:last-child {
              display: none; }
          .category-comparison-results .table-body .row .cell .product-info-footer .product-button a:hover {
            color: #fff;
            background-color: #0199c6;
            border: 1px solid #0199c6; }
            .category-comparison-results .table-body .row .cell .product-info-footer .product-button a:hover span svg:first-child {
              display: none; }
            .category-comparison-results .table-body .row .cell .product-info-footer .product-button a:hover span svg:last-child {
              display: inline; }
    .category-comparison-results .table-body .row .cell ul {
      font-size: 14px; }
    .category-comparison-results .table-body .row .cell .in-stock {
      color: #31bb92;
      text-transform: uppercase;
      font-weight: 700; }
    .category-comparison-results .table-body .row .cell .out-of-stock {
      color: #758799;
      text-transform: uppercase; }
    .category-comparison-results .table-body .row .cell .product-rating {
      margin: 5px 0 10px;
      height: 60px; }

@media (max-width: 1013px) {
  .category-comparison-results .table-body .row .cell .product-info-footer .product-quote {
    margin: 0; } }

@media (max-width: 926px) {
  .category-comparison-results .table-body .row .cell .product-info-footer .product-button a {
    width: 80px; } }

@media (max-width: 850px) {
  .category-comparison-results .table .table-header .cell {
    margin-left: 0; }
  .category-comparison-results .table-body .row .cell .product-info-footer .product-price {
    font-size: 1em; } }

@media (max-width: 816px) {
  .category-comparison-results .table .table-header .cell {
    height: 180px; }
  .category-comparison-results .table-body .row .cell .product-info-footer .product-button a {
    width: 70px; }
  .category-comparison-results .table-body .row .cell .product-info-footer .product-price {
    font-size: 0.9em; } }

@media (max-width: 751px) {
  .category-comparison-results .table .table-header .cell {
    height: 165px; } }

@media (max-width: 744px) {
  .category-comparison-results .table-body .row .cell .product-info-footer .product-quote {
    font-size: 0.8em; }
  .category-comparison-results .table-body .row .cell .product-info-footer .product-price {
    font-size: 0.8em; }
    .category-comparison-results .table-body .row .cell .product-info-footer .product-price.price-with-retail {
      margin-top: 3px; }
      .category-comparison-results .table-body .row .cell .product-info-footer .product-price.price-with-retail strike {
        font-size: 0.8em; } }

@media (max-width: 716px) {
  .category-comparison-results .table-body .row .cell .product-info-footer .product-button a {
    font-size: 0.8em;
    width: 60px; }
    .category-comparison-results .table-body .row .cell .product-info-footer .product-button a span svg {
      width: 16px;
      height: 16px;
      margin-left: 0; } }

@media (max-width: 672px) {
  .category-comparison-results .table .table-header .cell {
    height: 145px; }
  .category-comparison-results .table-body .row .cell .product-info-footer .product-button a {
    font-size: 0.7em;
    width: 55px; }
  .category-comparison-results .table-body .row .cell .product-info-footer .product-quote {
    font-size: 0.7em; }
  .category-comparison-results .table-body .row .cell .product-info-footer .product-price {
    font-size: 0.7em; }
    .category-comparison-results .table-body .row .cell .product-info-footer .product-price.price-with-retail {
      margin-top: 6px; }
      .category-comparison-results .table-body .row .cell .product-info-footer .product-price.price-with-retail strike {
        font-size: 0.7em; } }

@media (max-width: 627px) {
  .category-comparison-results .table .table-header .cell {
    height: 135px; } }

@media (max-width: 623px) {
  .category-comparison-results .table-body .row .cell .product-info-footer .product-button a {
    font-size: 0.6em;
    width: 45px; }
    .category-comparison-results .table-body .row .cell .product-info-footer .product-button a span svg {
      width: 12px;
      height: 12px;
      margin-left: 0; } }

@media (max-width: 600px) {
  .category-comparison-results {
    display: none !important; }
  .compare-home-kits-button {
    display: none !important; }
  .compare-vehicle-kits-button {
    display: none !important; }
  .compare-commercial-kits-button {
    display: none !important; } }

.home-vehicle-landing-page {
  position: relative;
  background: #fff; }
  .home-vehicle-landing-page .popularProducts .productGrid .product .label-first-choice,
  .home-vehicle-landing-page .popularProducts .productGrid .product .label-second-choice,
  .home-vehicle-landing-page .popularProducts .productGrid .product .label-third-choice,
  .home-vehicle-landing-page .popularProducts .productGrid .product .label-best-choice {
    width: 47px;
    height: 47px;
    display: block;
    position: absolute;
    top: 1.8rem;
    left: 1.8rem;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 11; }
    @media (min-width: 1181px) {
      .home-vehicle-landing-page .popularProducts .productGrid .product .label-first-choice,
      .home-vehicle-landing-page .popularProducts .productGrid .product .label-second-choice,
      .home-vehicle-landing-page .popularProducts .productGrid .product .label-third-choice,
      .home-vehicle-landing-page .popularProducts .productGrid .product .label-best-choice {
        width: 60px;
        height: 60px; } }
  .home-vehicle-landing-page .popularProducts .productGrid .product .label-first-choice {
    background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/product-label-first-choice.svg"); }
  .home-vehicle-landing-page .popularProducts .productGrid .product .label-second-choice {
    background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/product-label-second-choice.svg"); }
  .home-vehicle-landing-page .popularProducts .productGrid .product .label-third-choice {
    background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/product-label-third-choice.svg"); }
  .home-vehicle-landing-page .popularProducts .productGrid .product .label-best-choice {
    background-image: url("../img/home/icons/product-label-best-seller.svg"); }
  .home-vehicle-landing-page .popularProducts .button-link--lightblue {
    color: #4499D3;
    border: 1px solid #4499D3;
    background: #fff; }
    .home-vehicle-landing-page .popularProducts .button-link--lightblue:hover {
      background: #576D86;
      border: 1px solid #576D86;
      color: #fff; }
  .home-vehicle-landing-page .category-header-hero {
    height: 490px;
    overflow: hidden; }
    @media (min-width: 481px) {
      .home-vehicle-landing-page .category-header-hero {
        height: 539px; } }
    .home-vehicle-landing-page .category-header-hero .category-header-section {
      position: relative;
      height: 490px; }
      @media (min-width: 481px) {
        .home-vehicle-landing-page .category-header-hero .category-header-section {
          height: 539px; } }
      .home-vehicle-landing-page .category-header-hero .category-header-section.hidden {
        display: none; }
      .home-vehicle-landing-page .category-header-hero .category-header-section.category-header-home {
        background-color: #d6d7d3;
        background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/home-vehicle-header-background-home.jpg");
        background-position: 70% 50%;
        background-size: auto 490px;
        background-repeat: no-repeat;
        height: 490px;
        width: 100%;
        opacity: 0;
        -webkit-animation: 1.8s forwards 0s 1 fadeIn;
        -moz-animation: 1.8s forwards 0s 1 fadeIn;
        -ms-animation: 1.8s forwards 0s 1 fadeIn;
        -o-animation: 1.8s forwards 0s 1 fadeIn;
        animation: 1.8s forwards 0s 1 fadeIn; }
        @media (min-width: 481px) {
          .home-vehicle-landing-page .category-header-hero .category-header-section.category-header-home {
            background-size: auto 539px;
            height: 539px; } }
        @media (min-width: 1181px) {
          .home-vehicle-landing-page .category-header-hero .category-header-section.category-header-home {
            background-position: top center; } }
      .home-vehicle-landing-page .category-header-hero .category-header-section.category-header-car {
        background-color: #d5dce1;
        background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/home-vehicle-header-background-vehicle.jpg");
        background-position: 70% 50%;
        background-size: auto 490px;
        background-repeat: no-repeat;
        height: 490px;
        width: 100%;
        opacity: 0;
        -webkit-animation: 1.8s forwards 0s 1 fadeIn;
        -moz-animation: 1.8s forwards 0s 1 fadeIn;
        -ms-animation: 1.8s forwards 0s 1 fadeIn;
        -o-animation: 1.8s forwards 0s 1 fadeIn;
        animation: 1.8s forwards 0s 1 fadeIn; }
        @media (min-width: 481px) {
          .home-vehicle-landing-page .category-header-hero .category-header-section.category-header-car {
            background-size: auto 539px;
            height: 539px; } }
        @media (min-width: 1181px) {
          .home-vehicle-landing-page .category-header-hero .category-header-section.category-header-car {
            background-position: top center; } }
        .home-vehicle-landing-page .category-header-hero .category-header-section.category-header-car .product-image {
          margin-left: -3.5rem; }
      .home-vehicle-landing-page .category-header-hero .category-header-section.category-header-office {
        background-color: #d8dddf;
        background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/home-vehicle-header-background-office.jpg");
        background-position: 70% 50%;
        background-size: auto 490px;
        background-repeat: no-repeat;
        height: 490px;
        width: 100%;
        opacity: 0;
        -webkit-animation: 1.8s forwards 0s 1 fadeIn;
        -moz-animation: 1.8s forwards 0s 1 fadeIn;
        -ms-animation: 1.8s forwards 0s 1 fadeIn;
        -o-animation: 1.8s forwards 0s 1 fadeIn;
        animation: 1.8s forwards 0s 1 fadeIn; }
        @media (min-width: 481px) {
          .home-vehicle-landing-page .category-header-hero .category-header-section.category-header-office {
            background-size: auto 539px;
            height: 539px; } }
        @media (min-width: 1181px) {
          .home-vehicle-landing-page .category-header-hero .category-header-section.category-header-office {
            background-position: top center; } }
        .home-vehicle-landing-page .category-header-hero .category-header-section.category-header-office .product-image {
          height: 340px;
          width: 340px; }
          .home-vehicle-landing-page .category-header-hero .category-header-section.category-header-office .product-image img {
            height: 340px;
            width: 340px; }
      .home-vehicle-landing-page .category-header-hero .category-header-section .category-header-content {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 190px;
        background: #F0F7FF;
        background: -moz-linear-gradient(top, #F0F7FF 0%, #E4EDF8 50%, #D4DFEE 100%);
        background: -webkit-linear-gradient(top, #F0F7FF 0%, #E4EDF8 50%, #D4DFEE 100%);
        background: linear-gradient(to bottom, #F0F7FF 0%, #E4EDF8 50%, #D4DFEE 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F7FF', endColorstr='#D4DFEE',GradientType=0 ); }
        .home-vehicle-landing-page .category-header-hero .category-header-section .category-header-content .container {
          padding-top: 30px;
          height: 190px; }
          .home-vehicle-landing-page .category-header-hero .category-header-section .category-header-content .container .section-left {
            width: 33%;
            display: inline-block;
            position: relative;
            height: 160px;
            transform: translateX(-1000%);
            -webkit-animation: 0.9s forwards 1.1s 1 slideInFromLeft;
            -moz-animation: 0.9s forwards 1.1s 1 slideInFromLeft;
            -ms-animation: 0.9s forwards 1.1s 1 slideInFromLeft;
            -o-animation: 0.9s forwards 1.1s 1 slideInFromLeft;
            animation: 0.9s forwards 1.1s 1 slideInFromLeft; }
            .home-vehicle-landing-page .category-header-hero .category-header-section .category-header-content .container .section-left .product-image {
              position: absolute;
              bottom: 0;
              left: 0; }
              .home-vehicle-landing-page .category-header-hero .category-header-section .category-header-content .container .section-left .product-image img {
                max-height: 320px;
                max-width: 100%; }
          .home-vehicle-landing-page .category-header-hero .category-header-section .category-header-content .container .section-right {
            width: 66%;
            display: inline-block;
            font-size: 16px;
            padding: 0 0 0 30px;
            border-left: 1px solid #B8BBBE;
            vertical-align: top;
            transform: translateX(1000%);
            -webkit-animation: 1.4s forwards 2s 1 slideInFromRight;
            -moz-animation: 1.4s forwards 2s 1 slideInFromRight;
            -ms-animation: 1.4s forwards 2s 1 slideInFromRight;
            -o-animation: 1.4s forwards 2s 1 slideInFromRight;
            animation: 1.4s forwards 2s 1 slideInFromRight; }
            .home-vehicle-landing-page .category-header-hero .category-header-section .category-header-content .container .section-right .product-rating {
              height: 20px; }
              .home-vehicle-landing-page .category-header-hero .category-header-section .category-header-content .container .section-right .product-rating svg {
                height: 20px;
                width: 116px; }
            .home-vehicle-landing-page .category-header-hero .category-header-section .category-header-content .container .section-right .product-review {
              color: #000;
              margin: 15px 0 20px; }
              .home-vehicle-landing-page .category-header-hero .category-header-section .category-header-content .container .section-right .product-review span {
                font-style: italic;
                font-weight: 300; }
                .home-vehicle-landing-page .category-header-hero .category-header-section .category-header-content .container .section-right .product-review span.testimonial {
                  font-style: normal;
                  font-weight: 400; }
            .home-vehicle-landing-page .category-header-hero .category-header-section .category-header-content .container .section-right .product-link a {
              color: #338ECE;
              text-decoration: none;
              font-weight: 700; }
              .home-vehicle-landing-page .category-header-hero .category-header-section .category-header-content .container .section-right .product-link a:hover {
                text-decoration: underline; }
            .home-vehicle-landing-page .category-header-hero .category-header-section .category-header-content .container .section-right .product-link svg {
              fill: #338ECE;
              width: 22px;
              height: 22px;
              position: relative;
              top: 5px;
              left: 0px; }
          .home-vehicle-landing-page .category-header-hero .category-header-section .category-header-content .container .mobile-view {
            display: none; }
            .home-vehicle-landing-page .category-header-hero .category-header-section .category-header-content .container .mobile-view .product-link {
              margin-top: 10px; }
              .home-vehicle-landing-page .category-header-hero .category-header-section .category-header-content .container .mobile-view .product-link a {
                color: #338ECE;
                text-decoration: none;
                font-weight: 700; }
                .home-vehicle-landing-page .category-header-hero .category-header-section .category-header-content .container .mobile-view .product-link a:hover {
                  text-decoration: underline; }
    .home-vehicle-landing-page .category-header-hero .container .section-top {
      position: relative; }
      .home-vehicle-landing-page .category-header-hero .container .section-top .section-top-content {
        position: absolute;
        top: 30px;
        left: 0;
        z-index: 1; }
        @media (min-width: 481px) {
          .home-vehicle-landing-page .category-header-hero .container .section-top .section-top-content {
            top: 70px; } }
      .home-vehicle-landing-page .category-header-hero .container .section-top .heading {
        font-size: 36px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        opacity: 0;
        -webkit-animation: 0.9s forwards 0.2s 1 fadeIn;
        -moz-animation: 0.9s forwards 0.2s 1 fadeIn;
        -ms-animation: 0.9s forwards 0.2s 1 fadeIn;
        -o-animation: 0.9s forwards 0.2s 1 fadeIn;
        animation: 0.9s forwards 0.2s 1 fadeIn;
        width: 170px; }
        @media (min-width: 481px) {
          .home-vehicle-landing-page .category-header-hero .container .section-top .heading {
            font-size: 36px;
            width: 100%; } }
        @media (min-width: 551px) {
          .home-vehicle-landing-page .category-header-hero .container .section-top .heading {
            font-size: 40px; } }
        @media (min-width: 1181px) {
          .home-vehicle-landing-page .category-header-hero .container .section-top .heading {
            font-size: 64px; } }
      .home-vehicle-landing-page .category-header-hero .container .section-top .sub-heading {
        font-size: 22px;
        font-weight: 300;
        color: #000;
        opacity: 0;
        -webkit-animation: 0.8s forwards 0.6s 1 fadeIn;
        -moz-animation: 0.8s forwards 0.6s 1 fadeIn;
        -ms-animation: 0.8s forwards 0.6s 1 fadeIn;
        -o-animation: 0.8s forwards 0.6s 1 fadeIn;
        animation: 0.8s forwards 0.6s 1 fadeIn;
        width: 170px; }
        @media (min-width: 481px) {
          .home-vehicle-landing-page .category-header-hero .container .section-top .sub-heading {
            font-size: 22px;
            width: 100%; } }
        @media (min-width: 551px) {
          .home-vehicle-landing-page .category-header-hero .container .section-top .sub-heading {
            font-size: 26px; } }
        @media (min-width: 1181px) {
          .home-vehicle-landing-page .category-header-hero .container .section-top .sub-heading {
            font-size: 32px; } }
      .home-vehicle-landing-page .category-header-hero .container .section-top .section-button {
        border: 0 none;
        border-radius: 0;
        color: #fff;
        text-align: center;
        width: 240px;
        margin-top: 30px;
        opacity: 0;
        -webkit-animation: 1.6s forwards 1s 1 fadeIn;
        -moz-animation: 1.6s forwards 1s 1 fadeIn;
        -ms-animation: 1.6s forwards 1s 1 fadeIn;
        -o-animation: 1.6s forwards 1s 1 fadeIn;
        animation: 1.6s forwards 1s 1 fadeIn; }
        .home-vehicle-landing-page .category-header-hero .container .section-top .section-button a {
          width: 260px;
          height: 56px;
          background: #DD2C79;
          color: #FFFFFF;
          padding: 0;
          font-size: 18px;
          font-weight: 300;
          text-decoration: none;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media (min-width: 320px) {
            .home-vehicle-landing-page .category-header-hero .container .section-top .section-button a {
              width: 287px; } }
          .home-vehicle-landing-page .category-header-hero .container .section-top .section-button a:hover {
            background: #A71C56; }
  .home-vehicle-landing-page .category-subcategories-alt .subcategory.subcategory--darkgray {
    background: #4B5577;
    border: 2px solid #4B5577; }
    .home-vehicle-landing-page .category-subcategories-alt .subcategory.subcategory--darkgray .image {
      height: 51px;
      width: 120px;
      background-color: #fff;
      -webkit-mask-image: url("../icons/for-office.svg");
      mask-image: url("../icons/for-office.svg");
      margin-top: 29px;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .home-vehicle-landing-page .category-subcategories-alt .subcategory.subcategory--darkgray span {
      margin-top: 15px; }
    .home-vehicle-landing-page .category-subcategories-alt .subcategory.subcategory--darkgray:hover {
      background: #fff; }
      .home-vehicle-landing-page .category-subcategories-alt .subcategory.subcategory--darkgray:hover span {
        color: #4B5577; }
      .home-vehicle-landing-page .category-subcategories-alt .subcategory.subcategory--darkgray:hover .image {
        background-color: #4B5577; }
  .home-vehicle-landing-page .category-subcategories-alt .subcategory.subcategory--darkblue {
    background: #6D52AF;
    border: 2px solid #6D52AF; }
    .home-vehicle-landing-page .category-subcategories-alt .subcategory.subcategory--darkblue .image {
      height: 72px;
      width: 110px;
      background-color: #fff;
      -webkit-mask-image: url("../icons/for-homes.svg");
      mask-image: url("../icons/for-homes.svg");
      margin-top: 8px;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .home-vehicle-landing-page .category-subcategories-alt .subcategory.subcategory--darkblue span {
      margin-top: 15px; }
    .home-vehicle-landing-page .category-subcategories-alt .subcategory.subcategory--darkblue:hover {
      background: #fff; }
      .home-vehicle-landing-page .category-subcategories-alt .subcategory.subcategory--darkblue:hover span {
        color: #6D52AF; }
      .home-vehicle-landing-page .category-subcategories-alt .subcategory.subcategory--darkblue:hover .image {
        background-color: #6D52AF; }
  .home-vehicle-landing-page .category-subcategories-alt .subcategory.subcategory--lightblue {
    background: #028EC8;
    border: 2px solid #028EC8; }
    .home-vehicle-landing-page .category-subcategories-alt .subcategory.subcategory--lightblue .image {
      height: 70px;
      width: 90px;
      background-color: #fff;
      -webkit-mask-image: url("../icons/for-vehicles.svg");
      mask-image: url("../icons/for-vehicles.svg");
      margin-top: 10px;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .home-vehicle-landing-page .category-subcategories-alt .subcategory.subcategory--lightblue span {
      margin-top: 15px; }
    .home-vehicle-landing-page .category-subcategories-alt .subcategory.subcategory--lightblue:hover {
      background: #fff; }
      .home-vehicle-landing-page .category-subcategories-alt .subcategory.subcategory--lightblue:hover span {
        color: #028EC8; }
      .home-vehicle-landing-page .category-subcategories-alt .subcategory.subcategory--lightblue:hover .image {
        background-color: #028EC8; }
  .home-vehicle-landing-page .category-subcategories-alt .subcategory.subcategory--lightgray {
    background: #fff;
    border: 1px solid #B6C5D5; }
  .home-vehicle-landing-page .category-brands {
    background: #D5DEE8; }
    .home-vehicle-landing-page .category-brands.shop-by-brand .brands-list a.brand {
      border: 2px solid #fff; }
      .home-vehicle-landing-page .category-brands.shop-by-brand .brands-list a.brand:hover {
        border: 2px solid #25C0F1; }
  .home-vehicle-landing-page .why-us {
    background: #0074AF;
    background: -moz-linear-gradient(top, #0074AF 0%, #018FC6 40%, #03A6DA 100%);
    background: -webkit-linear-gradient(top, #0074AF 0%, #018FC6 40%, #03A6DA 100%);
    background: linear-gradient(to bottom, #0074AF 0%, #018FC6 40%, #03A6DA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0074AF', endColorstr='#03A6DA',GradientType=0 );
    color: #fff;
    text-align: center;
    position: relative; }
    .home-vehicle-landing-page .why-us h2 {
      color: #fff; }
    .home-vehicle-landing-page .why-us .why-us-columns {
      margin-top: 40px;
      text-align: center; }
      .home-vehicle-landing-page .why-us .why-us-columns .column {
        width: 48%;
        padding: 0 10px;
        display: inline-block;
        vertical-align: top; }
        @media (min-width: 1181px) {
          .home-vehicle-landing-page .why-us .why-us-columns .column {
            width: 24%;
            min-height: 152px;
            vertical-align: top;
            padding: 0 30px;
            margin-bottom: 3rem;
            border-right: 1px solid #fff; } }
        .home-vehicle-landing-page .why-us .why-us-columns .column:nth-child(n+3) {
          margin-top: 3.78571rem; }
          @media (min-width: 1181px) {
            .home-vehicle-landing-page .why-us .why-us-columns .column:nth-child(n+3) {
              margin-top: 0; } }
        .home-vehicle-landing-page .why-us .why-us-columns .column:nth-child(4), .home-vehicle-landing-page .why-us .why-us-columns .column:last-child {
          border: 0 none; }
        .home-vehicle-landing-page .why-us .why-us-columns .column .details {
          font-size: 16px;
          margin-top: 15px; }
          .home-vehicle-landing-page .why-us .why-us-columns .column .details a {
            color: #fff;
            text-decoration: none; }
            .home-vehicle-landing-page .why-us .why-us-columns .column .details a:hover {
              text-decoration: underline; }
        .home-vehicle-landing-page .why-us .why-us-columns .column img {
          max-height: 65px; }
        .home-vehicle-landing-page .why-us .why-us-columns .column:nth-child(2) img {
          max-height: 70px; }
        .home-vehicle-landing-page .why-us .why-us-columns .column:nth-child(3) img {
          max-height: 65px; }
    .home-vehicle-landing-page .why-us::after {
      content: "";
      width: 0px;
      height: 0px;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-top: 14px solid #03A7DB;
      position: absolute;
      left: calc(50% - 14px);
      bottom: -14px; }
  .home-vehicle-landing-page .contact-info {
    min-height: 240px;
    background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/home-vehicle-footer-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 50%;
    color: #fff; }
    .home-vehicle-landing-page .contact-info.section {
      padding: 72.5px 0 !important; }
    .home-vehicle-landing-page .contact-info .container {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: center; }
      @media (min-width: 780px) {
        .home-vehicle-landing-page .contact-info .container {
          justify-content: flex-start;
          flex-flow: row; } }
      .home-vehicle-landing-page .contact-info .container .left-side {
        margin-bottom: 1.78571rem;
        width: 100%;
        text-align: center; }
        @media (min-width: 780px) {
          .home-vehicle-landing-page .contact-info .container .left-side {
            margin-bottom: 0;
            margin-right: 2.28571rem;
            width: auto;
            text-align: left; } }
        .home-vehicle-landing-page .contact-info .container .left-side img {
          width: 100px; }
      .home-vehicle-landing-page .contact-info .container .right-side {
        width: 100%;
        text-align: center; }
        @media (min-width: 780px) {
          .home-vehicle-landing-page .contact-info .container .right-side {
            width: auto;
            text-align: left; } }
        .home-vehicle-landing-page .contact-info .container .right-side .contact-heading {
          font-size: 22px; }
          .home-vehicle-landing-page .contact-info .container .right-side .contact-heading a {
            color: #FFF;
            text-decoration: none;
            font-weight: 700; }
        .home-vehicle-landing-page .contact-info .container .right-side .contact-sub-heading {
          font-size: 22px; }

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

@-moz-keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

@-ms-keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

@-o-keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }

@-moz-keyframes slideInFromRight {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes slideInFromRight {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }

@-ms-keyframes slideInFromRight {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }

@-o-keyframes slideInFromRight {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

body .how-it-works .container .tabs-content .tab-button {
  text-align: center;
  margin: 2rem 0 0; }
  body .how-it-works .container .tabs-content .tab-button a {
    font-size: 16px;
    padding: 10px 20px;
    color: #4499D3;
    border: 1px solid #4499D3;
    background: #fff;
    text-decoration: none;
    display: inline-block;
    font-weight: 700; }
    body .how-it-works .container .tabs-content .tab-button a:hover {
      background: #576D86;
      border: 1px solid #576D86;
      color: #fff; }

body .how-it-works .container .tabs-content .home-office-content, body .how-it-works .container .tabs-content .vehicle-content {
  position: relative; }
  body .how-it-works .container .tabs-content .home-office-content .tooltip-content, body .how-it-works .container .tabs-content .vehicle-content .tooltip-content {
    position: absolute;
    width: 100%;
    height: 360px; }
    body .how-it-works .container .tabs-content .home-office-content .tooltip-content > div, body .how-it-works .container .tabs-content .vehicle-content .tooltip-content > div {
      display: inline-block;
      z-index: 1111;
      position: absolute;
      top: 0;
      left: 0; }
      body .how-it-works .container .tabs-content .home-office-content .tooltip-content > div.hidden, body .how-it-works .container .tabs-content .vehicle-content .tooltip-content > div.hidden {
        display: none; }
    body .how-it-works .container .tabs-content .home-office-content .tooltip-content .how-it-works-tooltip, body .how-it-works .container .tabs-content .vehicle-content .tooltip-content .how-it-works-tooltip {
      position: relative;
      width: 300px;
      height: 110px;
      padding: 20px 15px;
      box-sizing: border-box;
      background: #fff;
      box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.4); }
      body .how-it-works .container .tabs-content .home-office-content .tooltip-content .how-it-works-tooltip::after, body .how-it-works .container .tabs-content .vehicle-content .tooltip-content .how-it-works-tooltip::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        bottom: -19px;
        right: 25%;
        box-sizing: border-box;
        border: 1em solid #B9C7D6;
        border-color: transparent transparent #fff #fff;
        transform-origin: 0 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.15);
        z-index: 11; }
      body .how-it-works .container .tabs-content .home-office-content .tooltip-content .how-it-works-tooltip::before, body .how-it-works .container .tabs-content .vehicle-content .tooltip-content .how-it-works-tooltip::before {
        content: "";
        position: absolute;
        width: 100px;
        height: 10px;
        display: block;
        bottom: 0;
        right: 10%;
        z-index: 111;
        background: #fff; }
      body .how-it-works .container .tabs-content .home-office-content .tooltip-content .how-it-works-tooltip p, body .how-it-works .container .tabs-content .vehicle-content .tooltip-content .how-it-works-tooltip p {
        margin: 0; }
    body .how-it-works .container .tabs-content .home-office-content .tooltip-content .inside-antenna-tooltip .how-it-works-tooltip::after, body .how-it-works .container .tabs-content .vehicle-content .tooltip-content .inside-antenna-tooltip .how-it-works-tooltip::after {
      top: 9px;
      right: 3%;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
    body .how-it-works .container .tabs-content .home-office-content .tooltip-content .inside-antenna-tooltip .how-it-works-tooltip::before, body .how-it-works .container .tabs-content .vehicle-content .tooltip-content .inside-antenna-tooltip .how-it-works-tooltip::before {
      top: 0;
      right: 0; }

body .how-it-works .container .tabs-content .tab-content > div.home-office-content {
  height: 360px; }
  body .how-it-works .container .tabs-content .tab-content > div.home-office-content .tooltip-content .outside-antenna-tooltip {
    top: 15px;
    left: 17%;
    margin-left: -260px; }
  body .how-it-works .container .tabs-content .tab-content > div.home-office-content .tooltip-content .amplifier-tooltip {
    top: -17px;
    left: 39%;
    margin-left: -265px; }
  body .how-it-works .container .tabs-content .tab-content > div.home-office-content .tooltip-content .inside-antenna-tooltip {
    top: 265px;
    right: 39%;
    left: auto;
    margin-right: -30px; }
  body .how-it-works .container .tabs-content .tab-content > div.home-office-content .background-content {
    position: relative;
    z-index: 1; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .background-content .background-left {
      display: inline-block;
      height: 200px;
      width: 100px;
      background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/how-it-works-background-signal-left.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      z-index: 1;
      left: 17%;
      top: 80px;
      margin-left: -163px; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .background-content .background-center {
      display: inline-block;
      height: 360px;
      width: 360px;
      background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/how-it-works-background-signal-full.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 39%;
      margin-left: -180px; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .background-content .background-right {
      display: inline-block;
      height: 175px;
      width: 88px;
      background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/how-it-works-background-signal-right.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      z-index: 1;
      top: 92.5px;
      right: 39%;
      margin-right: -138px; }
  body .how-it-works .container .tabs-content .tab-content > div.home-office-content .arrow-content {
    position: relative;
    z-index: 1; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .arrow-content .arrow-1 {
      background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/home-connector-line-1-2.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 260px;
      height: 51px;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 225px;
      left: 17%;
      margin-left: -60px; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .arrow-content .arrow-2 {
      background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/home-connector-line-2-3.svg");
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover;
      width: 244px;
      height: 54px;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 60px;
      left: 39%;
      -webkit-transform: rotate(3deg);
      -moz-transform: rotate(3deg);
      -o-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg); }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .arrow-content .arrow-3 {
      background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/home-connector-line-3-4.svg");
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: cover;
      width: 230px;
      height: 45px;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 243px;
      right: 17%;
      margin-right: 35px; }
  body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content {
    z-index: 11;
    position: relative;
    text-align: center;
    padding: 113px 0; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell {
      z-index: 11;
      display: inline-block;
      width: 22%;
      text-align: center;
      vertical-align: middle;
      position: relative; }
      body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell.outside-antenna {
        z-index: 11; }
        body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell.outside-antenna .element {
          background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/how-it-works-home-outside-antenna.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 125px;
          height: 73px;
          display: inline-block;
          z-index: 11;
          margin: 0 auto; }
      body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell.amplifier {
        z-index: 11; }
        body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell.amplifier .element {
          background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/how-it-works-home-booster.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 93px;
          height: 115px;
          display: inline-block;
          z-index: 11;
          margin: 0 auto; }
      body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell.inside-antenna {
        z-index: 11; }
        body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell.inside-antenna .element {
          background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/how-it-works-home-inside-antenna.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 79px;
          height: 97px;
          display: inline-block;
          z-index: 11;
          margin: 0 auto; }
      body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell.devices {
        z-index: 11;
        text-align: center; }
        body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell.devices .element-top {
          background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/how-it-works-full-bars.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 56px;
          height: 38px;
          display: block;
          margin: 0 auto 15px;
          z-index: 11; }
        body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell.devices .element-bottom {
          background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/how-it-works-devices.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 85px;
          height: 80px;
          display: block;
          z-index: 11;
          margin: 0 auto; }
      body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell .tooltip-button {
        z-index: 111;
        text-align: center;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        color: #fff;
        cursor: pointer;
        font-size: 26px;
        position: absolute; }
        body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell .tooltip-button.outside-antenna-tooltip {
          background: #4B5577;
          left: 50%;
          bottom: 0;
          margin-left: -53px; }
        body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell .tooltip-button.amplifier-tooltip {
          background: #08A3D7;
          top: -7px;
          left: 50%;
          margin-left: -65px; }
        body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell .tooltip-button.inside-antenna-tooltip {
          background: #6D52AF;
          bottom: -11px;
          left: 50%;
          margin-left: -47px; }
        body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell .tooltip-button.close {
          background: #D5DEE8;
          color: #4B5577; }
          body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell .tooltip-button.close span {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            display: block; }

body .how-it-works .container .tabs-content .tab-content > div.vehicle-content {
  height: 360px;
  z-index: 1; }
  body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .outside-antenna-tooltip {
    top: 65px;
    left: 17%;
    margin-left: -260px; }
  body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .amplifier-tooltip {
    top: -17px;
    left: 39%;
    margin-left: -265px; }
  body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .inside-antenna-tooltip {
    top: 265px;
    right: 39%;
    left: auto;
    margin-right: -60px; }
  body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .background-content {
    position: relative;
    z-index: 1; }
    body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .background-content .background-left {
      display: inline-block;
      height: 205px;
      width: 103px;
      background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/how-it-works-background-signal-left.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      z-index: 1;
      top: 10px;
      left: 17%;
      margin-left: -135px; }
    body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .background-content .background-center {
      display: inline-block;
      height: 360px;
      width: 360px;
      background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/how-it-works-background-signal-full.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 39%;
      margin-left: -180px; }
    body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .background-content .background-right {
      display: inline-block;
      height: 175px;
      width: 88px;
      background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/how-it-works-background-signal-right.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      z-index: 1;
      top: 86px;
      right: 39%;
      margin-right: -138px; }
  body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .arrow-content {
    position: relative;
    z-index: 1; }
    body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .arrow-content .arrow-1 {
      background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/vehicle-connector-line-1-2.svg");
      background-position: bottom;
      background-repeat: no-repeat;
      width: 263px;
      height: 45px;
      display: inline-block;
      background-size: cover;
      position: absolute;
      z-index: 1;
      top: 249px;
      left: 17%;
      margin-left: -40px;
      -webkit-transform: rotate(-10deg);
      -moz-transform: rotate(-10deg);
      -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
      transform: rotate(-10deg); }
    body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .arrow-content .arrow-2 {
      background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/vehicle-connector-line-2-3.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 245px;
      height: 87px;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 60px;
      left: 39%;
      -webkit-transform: rotate(15deg);
      -moz-transform: rotate(15deg);
      -o-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      transform: rotate(15deg); }
    body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .arrow-content .arrow-3 {
      background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/vehicle-connector-line-3-4.svg");
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: cover;
      width: 208px;
      height: 45px;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 250px;
      right: 17%;
      margin-right: 40px; }
  body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content {
    z-index: 11;
    position: relative;
    text-align: center;
    padding: 89px 0; }
    body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell {
      display: inline-block;
      width: 22%;
      z-index: 11;
      text-align: center;
      vertical-align: middle;
      position: relative; }
      body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell.outside-antenna {
        z-index: 11; }
        body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell.outside-antenna .element {
          background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/how-it-works-car-antenna-exterior.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 53px;
          height: 175px;
          display: inline-block;
          z-index: 11;
          margin: 0 auto; }
      body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell.amplifier {
        z-index: 11; }
        body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell.amplifier .element {
          background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/how-it-works-car-booster.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 79px;
          height: 114px;
          display: inline-block;
          z-index: 11;
          margin: 0 auto; }
      body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell.inside-antenna {
        z-index: 11; }
        body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell.inside-antenna .element {
          background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/how-it-works-car-antenna-interior.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 99px;
          height: 32px;
          display: inline-block;
          z-index: 11;
          margin: 0 auto; }
      body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell.devices {
        text-align: center;
        z-index: 11; }
        body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell.devices .element-top {
          background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/how-it-works-full-bars.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 56px;
          height: 38px;
          display: block;
          margin: 0 auto 15px;
          z-index: 11; }
        body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell.devices .element-bottom {
          background-image: url("https://www.signalboosters.com/content/images/home-vehicle-landing-page/how-it-works-devices.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 85px;
          height: 80px;
          display: block;
          z-index: 11;
          margin: 0 auto; }
      body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell .tooltip-button {
        z-index: 111;
        text-align: center;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        color: #fff;
        cursor: pointer;
        font-size: 26px;
        position: absolute; }
        body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell .tooltip-button.outside-antenna-tooltip {
          background: #4B5577;
          left: 50%;
          bottom: 33px;
          margin-left: -55px; }
        body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell .tooltip-button.amplifier-tooltip {
          background: #08A3D7;
          top: -5px;
          left: 50%;
          margin-left: -63px; }
        body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell .tooltip-button.inside-antenna-tooltip {
          background: #6D52AF;
          bottom: -45px;
          left: 50%;
          margin-left: -19px; }
        body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell .tooltip-button.close {
          background: #D5DEE8;
          color: #4B5577; }
          body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell .tooltip-button.close span {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            display: block; }

@media screen and (max-width: 1260px) and (min-width: 800px) {
  body .how-it-works .container .tabs-content .tab-content > div.home-office-content .tooltip-content .outside-antenna-tooltip {
    margin-left: -110px; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .tooltip-content .outside-antenna-tooltip .how-it-works-tooltip::after {
      right: auto;
      left: 17%; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .tooltip-content .outside-antenna-tooltip .how-it-works-tooltip::before {
      right: auto;
      left: 5%; }
  body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .outside-antenna-tooltip {
    margin-left: -110px; }
    body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .outside-antenna-tooltip .how-it-works-tooltip::after {
      right: auto;
      left: 16%; }
    body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .outside-antenna-tooltip .how-it-works-tooltip::before {
      right: auto;
      left: 5%; } }

@media screen and (max-width: 1030px) and (min-width: 800px) {
  body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .arrow-content .arrow-3 {
    margin-right: 10px; } }

@media screen and (max-width: 970px) and (min-width: 800px) {
  body .how-it-works .container .tabs-content .tab-content > div.home-office-content .arrow-content .arrow-2 {
    margin-left: -50px; }
  body .how-it-works .container .tabs-content .tab-content > div.home-office-content .arrow-content .arrow-3 {
    margin-right: 10px; } }

@media screen and (max-width: 890px) and (min-width: 800px) {
  body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .arrow-content .arrow-1 {
    margin-left: -55px; }
  body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .arrow-content .arrow-2 {
    margin-left: -50px; }
  body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .arrow-content .arrow-3 {
    margin-right: 0px; } }

@media screen and (max-width: 840px) and (min-width: 800px) {
  body .how-it-works .container .tabs-content .tab-content > div.home-office-content .arrow-content .arrow-1 {
    margin-left: -65px; }
  body .how-it-works .container .tabs-content .tab-content > div.home-office-content .arrow-content .arrow-2 {
    margin-left: -70px; }
  body .how-it-works .container .tabs-content .tab-content > div.home-office-content .arrow-content .arrow-3 {
    margin-right: 0px; }
  body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .arrow-content .arrow-3 {
    margin-right: -10px; } }

@media screen and (max-width: 810px) and (min-width: 800px) {
  body .how-it-works .container .tabs-content .tab-content > div.home-office-content .arrow-content .arrow-1 {
    margin-left: -60px; }
  body .how-it-works .container .tabs-content .tab-content > div.home-office-content .arrow-content .arrow-3 {
    margin-right: -5px; }
  body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .arrow-content .arrow-3 {
    margin-right: -20px; } }

@media screen and (max-width: 799px) {
  body .how-it-works .container .tabs-content .tab-content > div.home-office-content, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content {
    height: auto; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content {
      padding: 0; }
      body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell {
        width: 100%;
        display: block; }
        body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell.outside-antenna, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell.outside-antenna {
          height: 240px; }
          body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell.outside-antenna .element, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell.outside-antenna .element {
            margin-top: 63px; }
          body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell.outside-antenna .tooltip-button, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell.outside-antenna .tooltip-button {
            top: 105px; }
        body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell.amplifier, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell.amplifier {
          height: 360px; }
          body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell.amplifier .element, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell.amplifier .element {
            margin-top: 122px; }
          body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell.amplifier .tooltip-button, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell.amplifier .tooltip-button {
            top: 112px; }
        body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell.inside-antenna, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell.inside-antenna {
          height: 175px; }
          body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell.inside-antenna .element, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell.inside-antenna .element {
            margin-top: 39px; }
          body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell.inside-antenna .tooltip-button, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell.inside-antenna .tooltip-button {
            top: 115px; }
        body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell.devices, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell.devices {
          height: 135px; }
          body .how-it-works .container .tabs-content .tab-content > div.home-office-content .element-content .cell.devices .element-top, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell.devices .element-top {
            margin-top: 60px; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .background-content .background-left, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .background-content .background-left {
      top: 0;
      left: 50%; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .background-content .background-center, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .background-content .background-center {
      top: 240px;
      left: 50%; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .background-content .background-right, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .background-content .background-right {
      top: 600px;
      right: 50%; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .tooltip-content .outside-antenna-tooltip, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .outside-antenna-tooltip {
      left: 50%;
      top: -20px;
      margin-left: -252px; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .tooltip-content .amplifier-tooltip, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .amplifier-tooltip {
      left: 50%;
      top: 225px; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .tooltip-content .inside-antenna-tooltip, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .inside-antenna-tooltip {
      right: 50%;
      top: 770px; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .arrow-content .arrow-1, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .arrow-content .arrow-1 {
      width: 230px;
      top: 215px;
      left: 50%;
      margin-left: -120px;
      transform: rotate(96deg) scaleY(-1); }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .arrow-content .arrow-2, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .arrow-content .arrow-2 {
      width: 277px;
      height: 68px;
      top: 475px;
      left: 50%;
      transform: rotate(84deg) scaleY(-1);
      margin-left: -220px; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .arrow-content .arrow-3, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .arrow-content .arrow-3 {
      width: 165px;
      height: 32px;
      top: 795px;
      right: 50%;
      margin-right: -24px;
      transform: rotate(82deg); }
  body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell.outside-antenna .tooltip-button {
    top: 170px; }
  body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .element-content .cell.inside-antenna .tooltip-button {
    top: 85px; }
  body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .outside-antenna-tooltip {
    top: 40px; }
  body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .inside-antenna-tooltip {
    top: 745px; }
    body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .inside-antenna-tooltip .how-it-works-tooltip::after {
      right: 4%; }
  body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .arrow-content .arrow-1 {
    width: 190px;
    top: 259px;
    margin-left: -170px;
    transform: rotate(93deg);
    height: 30px; }
  body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .arrow-content .arrow-2 {
    width: 265px;
    height: 95px;
    top: 468px;
    transform: rotate(80deg) scaleY(-1); }
  body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .arrow-content .arrow-3 {
    width: 195px;
    height: 50px;
    top: 778px;
    margin-right: -50px;
    transform: rotate(91deg); } }

@media screen and (max-width: 550px) {
  body .how-it-works .container .tabs-content .tab-content > div.home-office-content .tooltip-content .outside-antenna-tooltip, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .outside-antenna-tooltip {
    margin-left: -150px; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .tooltip-content .outside-antenna-tooltip .how-it-works-tooltip::after, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .outside-antenna-tooltip .how-it-works-tooltip::after {
      right: 59%; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .tooltip-content .outside-antenna-tooltip .how-it-works-tooltip::before, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .outside-antenna-tooltip .how-it-works-tooltip::before {
      right: 50%; }
  body .how-it-works .container .tabs-content .tab-content > div.home-office-content .tooltip-content .amplifier-tooltip, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .amplifier-tooltip {
    margin-left: -150px; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .tooltip-content .amplifier-tooltip .how-it-works-tooltip::after, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .amplifier-tooltip .how-it-works-tooltip::after {
      right: 63%; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .tooltip-content .amplifier-tooltip .how-it-works-tooltip::before, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .amplifier-tooltip .how-it-works-tooltip::before {
      right: 50%; }
  body .how-it-works .container .tabs-content .tab-content > div.home-office-content .tooltip-content .inside-antenna-tooltip, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .inside-antenna-tooltip {
    margin-right: -150px; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .tooltip-content .inside-antenna-tooltip .how-it-works-tooltip::after, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .inside-antenna-tooltip .how-it-works-tooltip::after {
      right: 43%; }
    body .how-it-works .container .tabs-content .tab-content > div.home-office-content .tooltip-content .inside-antenna-tooltip .how-it-works-tooltip::before, body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .inside-antenna-tooltip .how-it-works-tooltip::before {
      right: 40%; }
  body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .inside-antenna-tooltip {
    margin-right: -150px; }
    body .how-it-works .container .tabs-content .tab-content > div.vehicle-content .tooltip-content .inside-antenna-tooltip .how-it-works-tooltip::after {
      right: 34%; } }

.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right {
  display: none !important; }

.toggle-results-button {
  display: none !important;
  margin-left: 10px;
  padding: 8px 12px;
  font-size: 14px;
  background-color: #0C84C0;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer; }
  .toggle-results-button:hover {
    background-color: #0056b3; }
  @media (min-width: 1025px) {
    .toggle-results-button {
      display: none; } }

.mapbox-component-wrapper {
  max-width: 89rem;
  margin: 0 auto; }
  .mapbox-component-wrapper .steps-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    text-align: center;
    align-items: center;
    z-index: 11; }
  .mapbox-component-wrapper .outer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem; }
  .mapbox-component-wrapper .inner-input-container {
    background-color: #ffffff;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: 1px solid #a7b2c1;
    z-index: 11; }
    .mapbox-component-wrapper .inner-input-container input {
      width: 100%;
      height: 100%;
      border: none;
      outline: none;
      font-size: 14px;
      padding-left: 10px;
      border-radius: 5px;
      color: #333; }
      .mapbox-component-wrapper .inner-input-container input::placeholder {
        color: #a7b2c1;
        font-size: 14px; }
    .mapbox-component-wrapper .inner-input-container button {
      background: transparent;
      border: none;
      cursor: pointer;
      padding: 0 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .mapbox-component-wrapper .inner-input-container button svg {
        width: 25px;
        height: 25px;
        fill: #09a4d7; }
  .mapbox-component-wrapper .carrier-selection {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
    padding-top: 1rem;
    z-index: 1;
    width: 100%; }
    .mapbox-component-wrapper .carrier-selection .carrier-button {
      width: 90px;
      padding: 8px 14px;
      border: 1px solid #a7b2c1;
      border-radius: 5px;
      background-color: white;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease; }
      .mapbox-component-wrapper .carrier-selection .carrier-button:hover {
        background-color: #f0f4f8;
        border-color: #08a3d7; }
      .mapbox-component-wrapper .carrier-selection .carrier-button.selected {
        background-color: #08a3d7;
        color: white;
        border-color: #08a3d7; }
      .mapbox-component-wrapper .carrier-selection .carrier-button[data-network] {
        background-color: #FFF; }
        .mapbox-component-wrapper .carrier-selection .carrier-button[data-network].selected {
          background-color: #08a3d7;
          color: white; }
  .mapbox-component-wrapper #map {
    flex-grow: 1;
    height: 64vh;
    position: relative; }
    .mapbox-component-wrapper #map .mapboxgl-popup-content {
      position: relative;
      background: white;
      color: #333;
      border-radius: 5px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
      padding: 15px;
      max-width: 160px;
      pointer-events: auto; }
      .mapbox-component-wrapper #map .mapboxgl-popup-content .info-popup h3 {
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        color: #000; }
      .mapbox-component-wrapper #map .mapboxgl-popup-content .info-popup p {
        margin: 5px 0;
        font-size: 14px;
        line-height: 1.4; }
      .mapbox-component-wrapper #map .mapboxgl-popup-content::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        width: 5px;
        height: calc(100% - 20px);
        background-color: #0074cc;
        border-radius: 4px; }
      .mapbox-component-wrapper #map .mapboxgl-popup-content .mapboxgl-popup-close-button {
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
        border: none;
        font-size: 20px;
        cursor: pointer;
        color: #333;
        transition: color 0.2s ease; }
        .mapbox-component-wrapper #map .mapboxgl-popup-content .mapboxgl-popup-close-button:hover {
          color: #000; }
    .mapbox-component-wrapper #map .sidebar.pull-up {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      background: #ffffff;
      box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      box-sizing: border-box;
      z-index: 10; }
      .mapbox-component-wrapper #map .sidebar.pull-up.multi-view {
        height: 22vh; }
      .mapbox-component-wrapper #map .sidebar.pull-up.single-view {
        height: 7vh;
        overflow: hidden; }
      @media (min-width: 1024px) {
        .mapbox-component-wrapper #map .sidebar.pull-up {
          padding: 16px; } }
      .mapbox-component-wrapper #map .sidebar.pull-up .sidebar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer; }
        .mapbox-component-wrapper #map .sidebar.pull-up .sidebar-header h3 {
          margin: 0;
          font-size: 16px;
          font-weight: bold;
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 10px; }
          .mapbox-component-wrapper #map .sidebar.pull-up .sidebar-header h3 img {
            width: 18px;
            height: 18px;
            transition: transform 0.3s ease;
            color: #0C84C0; }
            .mapbox-component-wrapper #map .sidebar.pull-up .sidebar-header h3 img.rotate {
              transform: rotate(180deg); }
      .mapbox-component-wrapper #map .sidebar.pull-up .results-list {
        margin-top: 10px; }
        .mapbox-component-wrapper #map .sidebar.pull-up .results-list.multi-tower {
          max-height: 275px;
          overflow-y: auto; }
        .mapbox-component-wrapper #map .sidebar.pull-up .results-list.single-tower {
          max-height: 85px;
          overflow: hidden; }
        .mapbox-component-wrapper #map .sidebar.pull-up .results-list .sidebar-item {
          display: flex;
          justify-content: space-between;
          align-items: center;
          background: #ffffff;
          border-radius: 5px;
          padding: 10px;
          margin-bottom: 10px;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          border: 1px solid #b6c1cb;
          cursor: pointer;
          transition: background 0.3s, box-shadow 0.3s; }
          .mapbox-component-wrapper #map .sidebar.pull-up .results-list .sidebar-item:hover {
            background: #f0f4f8;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
          .mapbox-component-wrapper #map .sidebar.pull-up .results-list .sidebar-item.selected {
            background: #00adee;
            color: #FFF !important;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            border-left: 6px solid #0C84C0; }
            .mapbox-component-wrapper #map .sidebar.pull-up .results-list .sidebar-item.selected .carrier-name,
            .mapbox-component-wrapper #map .sidebar.pull-up .results-list .sidebar-item.selected .network-type,
            .mapbox-component-wrapper #map .sidebar.pull-up .results-list .sidebar-item.selected .distance {
              color: #FFF !important; }
          .mapbox-component-wrapper #map .sidebar.pull-up .results-list .sidebar-item .carrier-info {
            display: flex;
            flex-direction: column;
            gap: 2px;
            line-height: 16px; }
            .mapbox-component-wrapper #map .sidebar.pull-up .results-list .sidebar-item .carrier-info .carrier-name {
              font-size: 14px;
              font-weight: 600; }
            .mapbox-component-wrapper #map .sidebar.pull-up .results-list .sidebar-item .carrier-info .network-type {
              font-size: 12px;
              color: #555; }
          .mapbox-component-wrapper #map .sidebar.pull-up .results-list .sidebar-item .distance {
            font-size: 14px;
            font-weight: bold;
            color: #0C84C0; }
    .mapbox-component-wrapper #map #sidebarToggle {
      position: relative;
      top: -3px;
      width: 100%;
      background: #ffffff;
      border: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 6px;
      cursor: pointer;
      font-size: 16px;
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
      border-bottom: 1px solid #CCC;
      transition: background 0.3s ease; }
      .mapbox-component-wrapper #map #sidebarToggle img {
        width: 18px !important;
        height: 18px;
        color: #0C84C0;
        transition: transform 0.3s ease;
        transform: rotate(180deg); }
        .mapbox-component-wrapper #map #sidebarToggle img.rotate {
          transform: rotate(0deg); }
        @media (min-width: 1024px) {
          .mapbox-component-wrapper #map #sidebarToggle img {
            transform: rotate(180deg); }
            .mapbox-component-wrapper #map #sidebarToggle img.rotate {
              transform: rotate(0deg); } }
    .mapbox-component-wrapper #map .feedback-popup {
      position: absolute;
      background: white;
      padding: 20px;
      border-radius: 4px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      z-index: 100;
      max-width: 300px;
      display: none;
      pointer-events: auto;
      font-family: 'Roboto', sans-serif; }
      @media (max-width: 1024px) {
        .mapbox-component-wrapper #map .feedback-popup {
          top: 20px;
          right: 20px;
          left: 20px;
          max-width: none; } }
      @media (min-width: 1025px) {
        .mapbox-component-wrapper #map .feedback-popup {
          bottom: 20px;
          right: 20px;
          width: 300px; } }
      .mapbox-component-wrapper #map .feedback-popup.show {
        display: block !important;
        animation: slideIn 0.3s ease-out; }
      .mapbox-component-wrapper #map .feedback-popup .feedback-close {
        position: absolute;
        top: 5px;
        right: 5px;
        background: none;
        border: none;
        font-size: 26px;
        color: #666;
        cursor: pointer;
        padding: 5px;
        line-height: 1; }
        .mapbox-component-wrapper #map .feedback-popup .feedback-close:hover {
          color: #333; }
      .mapbox-component-wrapper #map .feedback-popup .feedback-question {
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 500; }
      .mapbox-component-wrapper #map .feedback-popup .feedback-buttons {
        display: flex;
        gap: 10px;
        margin-bottom: 15px; }
        .mapbox-component-wrapper #map .feedback-popup .feedback-buttons button {
          padding: 8px 16px;
          border: none;
          border-radius: 4px;
          cursor: pointer;
          font-size: 13px;
          transition: background-color 0.2s; }
          .mapbox-component-wrapper #map .feedback-popup .feedback-buttons button.yes-button {
            background-color: #0C84C0;
            color: white; }
            .mapbox-component-wrapper #map .feedback-popup .feedback-buttons button.yes-button:hover {
              background-color: #096390; }
          .mapbox-component-wrapper #map .feedback-popup .feedback-buttons button.no-button {
            background-color: #f0f0f0;
            color: #333; }
            .mapbox-component-wrapper #map .feedback-popup .feedback-buttons button.no-button:hover {
              background-color: #d7d7d7; }
      .mapbox-component-wrapper #map .feedback-popup .feedback-form {
        display: none; }
        .mapbox-component-wrapper #map .feedback-popup .feedback-form.show {
          display: block; }
        .mapbox-component-wrapper #map .feedback-popup .feedback-form textarea {
          width: 100%;
          padding: 8px;
          border: 1px solid #ddd;
          border-radius: 4px;
          margin-bottom: 10px;
          resize: vertical;
          min-height: 80px;
          font-size: 14px;
          line-height: 18px;
          margin-top: 20px; }
        .mapbox-component-wrapper #map .feedback-popup .feedback-form button {
          width: 100%;
          padding: 8px;
          background-color: #0C84C0;
          color: white;
          border: none;
          border-radius: 4px;
          cursor: pointer;
          font-size: 14px; }
          .mapbox-component-wrapper #map .feedback-popup .feedback-form button:hover {
            background-color: #096390; }
      .mapbox-component-wrapper #map .feedback-popup .feedback-success {
        text-align: center;
        color: #333;
        font-size: 14px;
        line-height: 1.4; }

@keyframes slideIn {
  from {
    transform: translateY(100px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
    .mapbox-component-wrapper #map .feedback-icon {
      position: absolute;
      width: 40px;
      height: 40px;
      background: white;
      border-radius: 50%;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      cursor: pointer;
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 100; }
      @media (max-width: 1024px) {
        .mapbox-component-wrapper #map .feedback-icon {
          top: 20px;
          right: 20px; } }
      @media (min-width: 1025px) {
        .mapbox-component-wrapper #map .feedback-icon {
          bottom: 20px;
          right: 20px; } }
      .mapbox-component-wrapper #map .feedback-icon:hover {
        transform: scale(1.1); }
      .mapbox-component-wrapper #map .feedback-icon svg {
        width: 24px;
        height: 24px;
        fill: #0C84C0; }
      .mapbox-component-wrapper #map .feedback-icon.show {
        display: flex; }
  .mapbox-component-wrapper .loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000; }
    .mapbox-component-wrapper .loading .spinner {
      border: 16px solid #f3f3f3;
      border-top: 16px solid #3498db;
      border-radius: 50%;
      width: 120px;
      height: 120px;
      animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .mapbox-component-wrapper .distance-label {
    font-size: 14px;
    color: black;
    font-weight: bold;
    text-align: center; }
  .mapbox-component-wrapper .bad-signal-section {
    margin-top: 15px;
    padding: 15px 0;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    width: 100%; }
    .mapbox-component-wrapper .bad-signal-section.collapsed {
      max-height: 80px; }
    .mapbox-component-wrapper .bad-signal-section.expanded {
      max-height: 600px; }
    .mapbox-component-wrapper .bad-signal-section .bad-signal-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 5px;
      padding-top: 0;
      cursor: pointer; }
      .mapbox-component-wrapper .bad-signal-section .bad-signal-header h4 {
        margin: 0;
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        font-style: normal !important; }
      .mapbox-component-wrapper .bad-signal-section .bad-signal-header .toggle-icon {
        display: none;
        width: 18px !important;
        height: 18px;
        transition: transform 0.3s ease;
        transform: rotate(180deg); }
        .mapbox-component-wrapper .bad-signal-section .bad-signal-header .toggle-icon.rotate {
          transform: rotate(0deg); }
    .mapbox-component-wrapper .bad-signal-section .bad-signal-content {
      flex-direction: column;
      gap: 15px;
      padding: 15px 0; }
      .mapbox-component-wrapper .bad-signal-section .bad-signal-content.show {
        display: flex; }
      .mapbox-component-wrapper .bad-signal-section .bad-signal-content .info-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 1.5rem;
        border-radius: 5px;
        border: 1px solid #ccc;
        cursor: pointer;
        margin-bottom: .75rem; }
        .mapbox-component-wrapper .bad-signal-section .bad-signal-content .info-item:hover {
          box-shadow: none !important; }
        .mapbox-component-wrapper .bad-signal-section .bad-signal-content .info-item .info-text {
          padding-right: 1.25rem;
          flex: 1;
          font-size: 15px;
          line-height: 21px;
          color: #333; }
          .mapbox-component-wrapper .bad-signal-section .bad-signal-content .info-item .info-text strong {
            font-size: 16px;
            color: #01a3d6; }
          .mapbox-component-wrapper .bad-signal-section .bad-signal-content .info-item .info-text a {
            text-decoration: none !important; }
        .mapbox-component-wrapper .bad-signal-section .bad-signal-content .info-item .info-button {
          flex-shrink: 0;
          width: 115px;
          text-align: center;
          background-color: #01a3d6;
          color: #ffffff;
          border: none;
          padding: 10px;
          border-radius: 5px;
          cursor: pointer;
          font-size: 12px;
          text-transform: uppercase;
          text-decoration: none;
          font-weight: 600;
          transition: background-color 0.3s; }
          .mapbox-component-wrapper .bad-signal-section .bad-signal-content .info-item .info-button:hover {
            background-color: #0199c6;
            box-shadow: none !important; }
  .mapbox-component-wrapper .custom-marker {
    background-color: #0C84C0;
    border: 2px solid white; }

@media (min-width: 769px) and (max-width: 1024px) {
  .mapbox-component-wrapper .steps-container {
    gap: 20px;
    align-items: flex-start; }
  .mapbox-component-wrapper .outer-container {
    flex-direction: row;
    align-items: center;
    gap: 15px;
    justify-content: center; }
  .mapbox-component-wrapper .inner-input-container {
    width: 350px;
    flex-grow: 0;
    flex-shrink: 0; }
  .mapbox-component-wrapper .carrier-selection {
    width: auto;
    margin-left: 15px;
    padding-top: 0;
    gap: 10px;
    height: 45px; }
  .mapbox-component-wrapper #map {
    height: 648vh; }
  .mapbox-component-wrapper .bad-signal-section h4 {
    font-size: 16px; }
  .mapbox-component-wrapper .bad-signal-section .info-text {
    font-size: 12px; }
  .mapbox-component-wrapper .bad-signal-section .info-button {
    font-size: 14px; }
  .mapbox-component-wrapper .info-item {
    padding: 15px; }
  .mapbox-component-wrapper .info-text {
    font-size: 12px;
    max-width: 160px; }
  .mapbox-component-wrapper .info-button {
    padding: 10px 25px;
    font-size: 14px; } }

@media (min-width: 1025px) {
  .mapbox-component-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    .mapbox-component-wrapper .steps-container {
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      gap: 30px;
      width: 100%;
      padding: 0;
      margin-top: 1rem; }
    .mapbox-component-wrapper .outer-container {
      flex-direction: row;
      align-items: center;
      gap: 20px;
      width: auto;
      margin-bottom: 0; }
    .mapbox-component-wrapper .inner-input-container {
      width: 400px;
      flex-grow: 0;
      flex-shrink: 0;
      margin-bottom: 0; }
    .mapbox-component-wrapper .carrier-selection {
      padding-top: 0;
      height: 45px;
      gap: 10px; }
    .mapbox-component-wrapper #map {
      height: 810px;
      flex-grow: 1;
      margin-top: 20px;
      width: 100%;
      border: 1px solid #CCC; }
    .mapbox-component-wrapper .sidebar.pull-up {
      width: 25% !important;
      position: absolute;
      left: -320px;
      top: 0;
      height: 100%;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      width: 320px;
      border-radius: 0;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      border: 1px solid #CCC; }
      .mapbox-component-wrapper .sidebar.pull-up #sidebar-content {
        max-height: 729px;
        overflow-y: auto; }
      .mapbox-component-wrapper .sidebar.pull-up.collapsed {
        height: 72px;
        padding: 10px 15px; }
        .mapbox-component-wrapper .sidebar.pull-up.collapsed #sidebarToggle {
          border-bottom: 0 !important; }
        .mapbox-component-wrapper .sidebar.pull-up.collapsed #sidebar-content {
          display: none; }
        .mapbox-component-wrapper .sidebar.pull-up.collapsed .sidebar-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          cursor: pointer; }
          .mapbox-component-wrapper .sidebar.pull-up.collapsed .sidebar-header h3 {
            margin: 0;
            font-size: 16px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px; }
            .mapbox-component-wrapper .sidebar.pull-up.collapsed .sidebar-header h3 img {
              width: 18px;
              height: 18px;
              transition: transform 0.3s ease;
              color: #0C84C0; }
              .mapbox-component-wrapper .sidebar.pull-up.collapsed .sidebar-header h3 img.rotate {
                transform: rotate(180deg); }
      .mapbox-component-wrapper .sidebar.pull-up .results-list {
        margin-top: 10px;
        max-height: 100% !important;
        padding-bottom: 1.5rem;
        overflow-y: scroll;
        scroll-snap-type: y mandatory; }
        .mapbox-component-wrapper .sidebar.pull-up .results-list .sidebar-item {
          display: flex;
          justify-content: space-between;
          align-items: center;
          background: #ffffff;
          border-radius: 5px;
          padding: 10px;
          margin-bottom: 10px;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
          border: 1px solid #b6c1cb;
          cursor: pointer;
          transition: background 0.3s, box-shadow 0.3s;
          scroll-snap-align: start; }
          .mapbox-component-wrapper .sidebar.pull-up .results-list .sidebar-item:hover {
            background: #f0f4f8;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
          .mapbox-component-wrapper .sidebar.pull-up .results-list .sidebar-item.selected {
            background: #e9f7fe;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            border-left: 4px solid #0C84C0; }
          .mapbox-component-wrapper .sidebar.pull-up .results-list .sidebar-item .carrier-info {
            display: flex;
            flex-direction: column;
            gap: 2px; }
            .mapbox-component-wrapper .sidebar.pull-up .results-list .sidebar-item .carrier-info .carrier-name {
              font-size: 14px;
              font-weight: 600; }
            .mapbox-component-wrapper .sidebar.pull-up .results-list .sidebar-item .carrier-info .network-type {
              font-size: 12px;
              color: #555; }
          .mapbox-component-wrapper .sidebar.pull-up .results-list .sidebar-item .distance {
            font-size: 14px;
            font-weight: bold;
            color: #0C84C0; }
    .mapbox-component-wrapper #sidebarToggle {
      display: block; }
    .mapbox-component-wrapper .carrier-button {
      padding: 10px 15px;
      border: 1px solid #a7b2c1;
      border-radius: 5px;
      background-color: white;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.3s ease;
      font-weight: 500; }
    .mapbox-component-wrapper .info-item {
      padding: 20px; }
    .mapbox-component-wrapper .info-text {
      font-size: 14px;
      max-width: 180px; }
    .mapbox-component-wrapper .info-button {
      padding: 12px 30px;
      font-size: 16px; } }

@media (max-width: 1024px) {
  .mapboxgl-popup,
  .distance-label {
    display: none !important; } }

.search-area-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 10px;
  right: 10px;
  height: 29px;
  padding: 0 10px;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 26px !important;
  cursor: pointer;
  z-index: 1;
  border: 1px solid #DDD;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
  @media (min-width: 767px) {
    .search-area-button {
      font-size: 14px !important; } }

.search-area-button:hover {
  background-color: #f4f4f4; }

.blog .weak-signal-section {
  margin: 1.5rem 0 3rem 0 !important;
  padding: 2rem 1.5rem;
  display: none;
  background: #EDEFF1;
  border: 0; }
  @media (min-width: 1181px) {
    .blog .weak-signal-section {
      display: block; } }
  .blog .weak-signal-section .headline {
    font-size: 22px;
    margin-bottom: 0; }
  .blog .weak-signal-section .description {
    font-size: 20px; }
  .blog .weak-signal-section .contact-button {
    font-size: 20px;
    display: inline-block;
    transition: all ease .2s; }
    .blog .weak-signal-section .contact-button:hover {
      background: #0199c6; }

@media (min-width: 1181px) {
  .bad-signal-section {
    display: block !important; }
    .bad-signal-section .bad-signal-header {
      padding-bottom: 0 !important; }
      .bad-signal-section .bad-signal-header br {
        display: none !important; }
    .bad-signal-section .bad-signal-content {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr; }
      .bad-signal-section .bad-signal-content .info-item:nth-child(4) {
        display: none !important; }
      .bad-signal-section .bad-signal-content .info-text {
        max-width: 100%; }
        .bad-signal-section .bad-signal-content .info-text #cellTowerClickPhoneCall {
          font-weight: 600; } }

.weak-signal-section {
  display: none !important; }

.feedback-button svg {
  width: 24px;
  height: 24px;
  fill: currentColor; }

.feedback-icon.show svg {
  width: 24px;
  height: 24px;
  fill: currentColor; }

.carrier-page .carrier-section {
  padding: 2rem 0;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .carrier-page .carrier-section {
      padding: 2rem 0;
      margin-bottom: 1.5rem; } }
  .carrier-page .carrier-section-title {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .carrier-page .carrier-section-title {
        font-size: 28px;
        margin-bottom: 2rem; } }
    @media (min-width: 992px) {
      .carrier-page .carrier-section-title {
        font-size: 50px; } }
  .carrier-page .carrier-section-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 2rem; }
    .carrier-page .carrier-section-intro p {
      font-size: 16px;
      line-height: 1.5; }
      @media (min-width: 768px) {
        .carrier-page .carrier-section-intro p {
          font-size: 18px;
          line-height: 24px; } }

.carrier-page .cta-section {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background-color: #f5f8fa;
  text-align: center;
  padding: 3rem 0;
  margin: 2rem 0;
  position: relative;
  z-index: 100;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: visible !important; }
  .carrier-page .cta-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: block !important; }
  .carrier-page .cta-section .cta-content {
    max-width: 800px;
    margin: 0 auto;
    display: block !important; }
    .carrier-page .cta-section .cta-content p {
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 2rem;
      color: #333; }
  .carrier-page .cta-section .cta-buttons {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem; }
    @media (min-width: 768px) {
      .carrier-page .cta-section .cta-buttons {
        flex-direction: row;
        justify-content: center;
        gap: 1.5rem; } }
    .carrier-page .cta-section .cta-buttons .button {
      min-width: 200px;
      padding: 1rem 2rem;
      font-size: 16px;
      font-weight: 600;
      border-radius: 4px;
      transition: all 0.2s ease;
      display: inline-block;
      text-decoration: none;
      cursor: pointer; }
      .carrier-page .cta-section .cta-buttons .button--primary {
        background-color: #00ADEE;
        color: white;
        border: none; }
        .carrier-page .cta-section .cta-buttons .button--primary:hover {
          background-color: #0088bb; }
      .carrier-page .cta-section .cta-buttons .button--secondary {
        background-color: white;
        color: #00ADEE;
        border: none; }
        .carrier-page .cta-section .cta-buttons .button--secondary:hover {
          background-color: #00ADEE;
          color: white; }
    .carrier-page .cta-section .cta-buttons .button-spacer {
      display: none;
      color: #666;
      font-size: 16px;
      padding: 0 1rem; }
      @media (min-width: 768px) {
        .carrier-page .cta-section .cta-buttons .button-spacer {
          display: inline; } }

.carrier-page .carrier-product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center; }
  @media (min-width: 576px) {
    .carrier-page .carrier-product-list {
      gap: 1.5rem;
      justify-content: space-between; } }
  @media (min-width: 768px) {
    .carrier-page .carrier-product-list {
      gap: 2rem; } }
  @media (min-width: 992px) {
    .carrier-page .carrier-product-list {
      gap: 1.8rem;
      justify-content: center; } }
  .carrier-page .carrier-product-list .product {
    background-color: #F3F6FA;
    width: 100%;
    flex: 0 0 100%;
    margin: 0 0 1rem 0;
    max-width: 100%; }
    @media (min-width: 576px) {
      .carrier-page .carrier-product-list .product {
        flex: 0 0 calc(50% - 1.5rem);
        width: calc(50% - 1.5rem);
        margin: 0 0 1.5rem 0; } }
    @media (min-width: 992px) {
      .carrier-page .carrier-product-list .product {
        flex: 0 0 calc(33% - 1rem);
        width: calc(33% - 1rem);
        min-width: 285px;
        max-width: 420px; } }
    .carrier-page .carrier-product-list .product-content {
      display: flex;
      flex-direction: column;
      border: none;
      padding: 0 1.5rem 1.5rem;
      height: 100%; }
    .carrier-page .carrier-product-list .product-heading {
      position: relative;
      padding-top: 2rem;
      text-align: left; }
      .carrier-page .carrier-product-list .product-heading .product-tag {
        position: absolute;
        top: 1.5rem;
        left: 0;
        padding: 8px 16px;
        font-size: 14px;
        font-weight: 600;
        background: #990642;
        color: #FFF; }
    .carrier-page .carrier-product-list .product-image {
      min-height: 150px;
      height: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1rem;
      max-width: 100%;
      text-align: center; }
      .carrier-page .carrier-product-list .product-image img {
        width: auto;
        height: auto;
        max-height: 220px;
        max-width: 300px;
        margin: 0 auto;
        object-fit: contain; }
        @media (min-width: 768px) {
          .carrier-page .carrier-product-list .product-image img {
            max-width: 350px;
            max-height: 220px; } }
    .carrier-page .carrier-product-list .product-name {
      font-size: 20px;
      line-height: 26px;
      font-weight: 600;
      color: #0A8CC8;
      margin: 0 0 1rem;
      text-align: left; }
      @media (min-width: 768px) {
        .carrier-page .carrier-product-list .product-name {
          font-size: 20px;
          line-height: 24px; } }
      @media (min-width: 992px) {
        .carrier-page .carrier-product-list .product-name {
          font-size: 22px;
          line-height: 26px; } }
      .carrier-page .carrier-product-list .product-name a {
        color: #0A8CC8;
        text-decoration: none; }
        .carrier-page .carrier-product-list .product-name a:hover {
          text-decoration: underline; }
    .carrier-page .carrier-product-list .product-price {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 1rem;
      text-align: left; }
    .carrier-page .carrier-product-list .product-areas {
      width: 100%;
      margin-bottom: 1.5rem;
      text-align: left; }
      .carrier-page .carrier-product-list .product-areas-title {
        text-align: left;
        font-weight: 600;
        background-color: #EDF1F5;
        text-transform: uppercase;
        margin-bottom: 0.5rem;
        padding: 0.25rem 0; }
      .carrier-page .carrier-product-list .product-areas-list {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .carrier-page .carrier-product-list .product-areas-list li {
          display: flex;
          align-items: flex-start;
          margin-bottom: 0.5rem;
          font-size: 14px;
          line-height: 1.4; }
          .carrier-page .carrier-product-list .product-areas-list li::before {
            content: "\2022";
            font-weight: 700;
            margin-right: 0.5rem; }
      .carrier-page .carrier-product-list .product-areas p {
        margin: 0;
        font-size: 16px;
        line-height: 22px; }
        @media (min-width: 992px) {
          .carrier-page .carrier-product-list .product-areas p {
            font-size: 18px;
            line-height: 24px; } }
  .carrier-page .carrier-product-list .product-buttons {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    text-align: left; }
    .carrier-page .carrier-product-list .product-buttons .product-purchase {
      width: 100%;
      text-align: left;
      margin-top: 1.5rem;
      margin-bottom: 0.5rem; }
      .carrier-page .carrier-product-list .product-buttons .product-purchase .button {
        display: inline-block;
        width: 70%;
        font-weight: 600;
        font-size: 16px;
        margin-bottom: .35rem;
        padding: 0.75rem 0.5rem;
        text-align: center;
        text-decoration: none; }
        @media (min-width: 768px) {
          .carrier-page .carrier-product-list .product-buttons .product-purchase .button {
            font-size: 16px; } }
        .carrier-page .carrier-product-list .product-buttons .product-purchase .button--primary {
          background-color: #00ADEE;
          color: #fff;
          border: none; }
          .carrier-page .carrier-product-list .product-buttons .product-purchase .button--primary:hover {
            background-color: #0088bb; }
      .carrier-page .carrier-product-list .product-buttons .product-purchase a:not(.button) {
        display: block;
        text-decoration: underline;
        font-size: 14px !important;
        color: #333;
        text-align: left;
        margin-top: 5px; }
        @media (min-width: 992px) {
          .carrier-page .carrier-product-list .product-buttons .product-purchase a:not(.button) {
            font-size: 16px !important; } }

.carrier-page .product-callout {
  width: 100%;
  background-color: #990842 !important;
  padding: 1.5rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 1.5rem 0; }
  @media (min-width: 992px) {
    .carrier-page .product-callout {
      padding: 3rem !important; } }
  .carrier-page .product-callout h4 {
    color: #FFF !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
    text-align: center !important;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .carrier-page .product-callout h4 {
        font-size: 30px !important; } }
  .carrier-page .product-callout p, .carrier-page .product-callout a {
    color: #FFF !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    text-align: center;
    margin: 0; }
    @media (min-width: 768px) {
      .carrier-page .product-callout p, .carrier-page .product-callout a {
        font-size: 20px !important; } }

.carrier-page .shop-all-container {
  margin-top: 50px;
  text-align: center; }
  .carrier-page .shop-all-container .button--primary {
    font-size: 16px;
    font-weight: 600;
    padding: 0.9rem 2rem;
    background-color: #00ADEE;
    color: #fff;
    border: none; }
    @media (min-width: 768px) {
      .carrier-page .shop-all-container .button--primary {
        font-size: 18px;
        padding: 1rem 2.5rem; } }
    @media (min-width: 992px) {
      .carrier-page .shop-all-container .button--primary {
        font-size: 20px;
        padding: 1.1rem 3rem; } }
    .carrier-page .shop-all-container .button--primary:hover {
      background-color: #0088bb; }

.carrier-page .carrier-cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center; }
  @media (min-width: 576px) {
    .carrier-page .carrier-cards-grid {
      gap: 1.5rem;
      justify-content: space-between; } }
  @media (min-width: 768px) {
    .carrier-page .carrier-cards-grid {
      gap: 2rem; } }
  @media (min-width: 992px) {
    .carrier-page .carrier-cards-grid {
      gap: 1.8rem;
      justify-content: center; } }

.carrier-page .carrier-card {
  background-color: #F3F6FA;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem; }
  .carrier-page .carrier-card-image {
    width: 100%;
    height: 150px;
    overflow: hidden;
    padding: 1rem; }
    @media (min-width: 992px) {
      .carrier-page .carrier-card-image {
        height: 120px; } }
    .carrier-page .carrier-card-image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .carrier-page .carrier-card-title {
    padding: 1rem 1.25rem 0.5rem;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #333; }
    @media (min-width: 992px) {
      .carrier-page .carrier-card-title {
        font-size: 16px;
        padding: 1rem 1.25rem 0.5rem;
        font-weight: 700; } }
  .carrier-page .carrier-card-description {
    padding: 0 1.25rem 1.25rem;
    margin: 0;
    font-size: 16px;
    flex: 1; }
    @media (min-width: 992px) {
      .carrier-page .carrier-card-description {
        font-size: 18px;
        padding: 0 1.25rem 1.25rem;
        line-height: 24px; } }

.carrier-page .mobile-tower-info {
  background-color: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
  .carrier-page .mobile-tower-info .mobile-tower-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background-color: #e9ecef; }
    .carrier-page .mobile-tower-info .mobile-tower-header h4 {
      margin: 0;
      font-size: 16px;
      font-weight: 600; }
    .carrier-page .mobile-tower-info .mobile-tower-header .close-tower-info {
      background: none;
      border: none;
      font-size: 20px;
      cursor: pointer;
      color: #6c757d;
      padding: 0;
      line-height: 1; }
      .carrier-page .mobile-tower-info .mobile-tower-header .close-tower-info:hover {
        color: #343a40; }
  .carrier-page .mobile-tower-info .mobile-tower-details {
    padding: 12px 15px; }
    .carrier-page .mobile-tower-info .mobile-tower-details p {
      margin: 8px 0;
      font-size: 14px; }
      .carrier-page .mobile-tower-info .mobile-tower-details p:first-child {
        margin-top: 0; }
      .carrier-page .mobile-tower-info .mobile-tower-details p:last-child {
        margin-bottom: 0; }

.shop-all-container {
  margin-top: 50px;
  text-align: center; }

.mapbox-section {
  background-color: #EE2600;
  padding: 40px 20px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .mapbox-section {
      padding: 60px 20px; } }
  .mapbox-section .mapbox-section-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    .mapbox-section .mapbox-section-content h2 {
      font-size: 80px;
      line-height: 73px;
      margin-bottom: 15px;
      color: #fff;
      font-weight: 700; }
      @media (max-width: 767px) {
        .mapbox-section .mapbox-section-content h2 {
          font-size: 40px;
          line-height: 1.2; } }
    .mapbox-section .mapbox-section-content p {
      font-size: 33px;
      line-height: 42px;
      margin-bottom: 25px;
      color: #fff; }
      @media (max-width: 767px) {
        .mapbox-section .mapbox-section-content p {
          font-size: 24px;
          line-height: 1.4;
          margin-bottom: 30px; } }
    .mapbox-section .mapbox-section-content .verizon-connection-title {
      margin-bottom: 30px;
      color: #fff;
      font-size: 80px;
      line-height: 73px;
      font-weight: 700;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .mapbox-section .mapbox-section-content .verizon-connection-title {
          font-size: 40px;
          line-height: 1.2; } }
    .mapbox-section .mapbox-section-content .verizon-connection-text {
      color: #fff;
      font-size: 33px;
      line-height: 1.4;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      font-weight: 500; }
      @media (max-width: 767px) {
        .mapbox-section .mapbox-section-content .verizon-connection-text {
          font-size: 24px;
          margin-bottom: 30px; } }
    .mapbox-section .mapbox-section-content .verizon-button {
      background-color: #1F253A;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      font-size: 18px;
      font-weight: 600;
      transition: background-color 0.3s ease;
      display: inline-block;
      text-decoration: none; }
      .mapbox-section .mapbox-section-content .verizon-button:hover {
        background-color: #005bbf;
        color: #fff;
        text-decoration: none; }
      @media (max-width: 767px) {
        .mapbox-section .mapbox-section-content .verizon-button {
          width: 100%;
          max-width: 300px;
          padding: 12px 25px;
          font-size: 16px; } }

.mapbox-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  overflow-y: auto; }
  .mapbox-popup.active {
    display: block; }
  .mapbox-popup .mapbox-popup-content {
    position: relative;
    background-color: #fff;
    margin: 0;
    padding: 1rem;
    width: 100%;
    max-width: 1200px;
    border-radius: 0;
    height: 100%;
    overflow-y: auto; }
    @media (min-width: 768px) {
      .mapbox-popup .mapbox-popup-content {
        margin: 4rem auto;
        padding: 3rem;
        width: 90%;
        border-radius: 8px;
        height: auto; } }
  .mapbox-popup .mapbox-popup-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    color: #666;
    padding: 0.5rem;
    line-height: 1;
    z-index: 10; }
    .mapbox-popup .mapbox-popup-close:hover {
      color: #333; }
  .mapbox-popup .mapbox-component-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem; }
  .mapbox-popup .steps-container {
    margin-bottom: 20px; }
    .mapbox-popup .steps-container .outer-container {
      display: flex;
      align-items: center;
      position: relative; }
      @media (max-width: 767px) {
        .mapbox-popup .steps-container .outer-container {
          flex-direction: column;
          gap: 10px; } }
    .mapbox-popup .steps-container .inner-input-container {
      flex: 1;
      position: relative; }
      @media (max-width: 767px) {
        .mapbox-popup .steps-container .inner-input-container {
          width: 100%; } }
      .mapbox-popup .steps-container .inner-input-container #carrier-geocoder-container {
        width: 100%; }
        .mapbox-popup .steps-container .inner-input-container #carrier-geocoder-container .mapboxgl-ctrl-geocoder {
          width: 100%;
          max-width: none;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          border-radius: 4px;
          /* Hide the default Mapbox search icon */
          /* Ensure close button is visible */ }
          @media (max-width: 767px) {
            .mapbox-popup .steps-container .inner-input-container #carrier-geocoder-container .mapboxgl-ctrl-geocoder {
              font-size: 14px; } }
          .mapbox-popup .steps-container .inner-input-container #carrier-geocoder-container .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
            height: 40px;
            padding: 0 10px; }
            @media (max-width: 767px) {
              .mapbox-popup .steps-container .inner-input-container #carrier-geocoder-container .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
                height: 36px;
                padding-right: 40px;
                /* Make room for the close button */ } }
          .mapbox-popup .steps-container .inner-input-container #carrier-geocoder-container .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--suggestion {
            padding: 8px 10px; }
            @media (max-width: 767px) {
              .mapbox-popup .steps-container .inner-input-container #carrier-geocoder-container .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--suggestion {
                padding: 6px 8px;
                font-size: 14px; } }
          .mapbox-popup .steps-container .inner-input-container #carrier-geocoder-container .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon-search {
            display: none; }
          .mapbox-popup .steps-container .inner-input-container #carrier-geocoder-container .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--close {
            right: 10px;
            z-index: 2; }
    .mapbox-popup .steps-container #carrier-searchButton {
      background-color: #007bff;
      color: white;
      border: none;
      border-radius: 4px;
      padding: 10px 15px;
      margin-left: 10px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.2s; }
      @media (max-width: 767px) {
        .mapbox-popup .steps-container #carrier-searchButton {
          padding: 8px 12px;
          margin-left: 0;
          width: 100%; } }
      .mapbox-popup .steps-container #carrier-searchButton svg {
        width: 20px;
        height: 20px;
        fill: currentColor; }
        @media (max-width: 767px) {
          .mapbox-popup .steps-container #carrier-searchButton svg {
            width: 18px;
            height: 18px; } }
      .mapbox-popup .steps-container #carrier-searchButton:hover {
        background-color: #0069d9; }
  .mapbox-popup #carrier-map {
    width: 100%;
    height: 500px;
    border-radius: 4px;
    overflow: hidden; }
  .mapbox-popup #carrier-sidebar {
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    z-index: 2; }
    @media (max-width: 767px) {
      .mapbox-popup #carrier-sidebar {
        width: 100%;
        height: 50%;
        top: auto;
        bottom: 0;
        border-radius: 0;
        border-left: none;
        border-right: none;
        border-bottom: none; } }
    .mapbox-popup #carrier-sidebar .sidebar-header {
      padding: 1rem;
      background: #f5f5f5;
      border-bottom: 1px solid #ddd;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .mapbox-popup #carrier-sidebar .sidebar-header h3 {
        margin: 0;
        font-size: 16px; }
      .mapbox-popup #carrier-sidebar .sidebar-header #carrier-sidebarToggle {
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
        color: #666; }
        .mapbox-popup #carrier-sidebar .sidebar-header #carrier-sidebarToggle .toggle-icon {
          transition: transform 0.2s; }
        .mapbox-popup #carrier-sidebar .sidebar-header #carrier-sidebarToggle.active .toggle-icon {
          transform: rotate(180deg); }
    .mapbox-popup #carrier-sidebar #carrier-resultsList {
      padding: 1rem;
      max-height: 300px;
      overflow-y: auto; }
  .mapbox-popup #carrier-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 8px;
    display: none;
    z-index: 100;
    text-align: center;
    width: 80%;
    max-width: 300px; }
    @media (max-width: 767px) {
      .mapbox-popup #carrier-loading {
        width: 90%;
        padding: 15px; } }
    .mapbox-popup #carrier-loading .spinner {
      width: 40px;
      height: 40px;
      border: 4px solid rgba(0, 123, 255, 0.2);
      border-radius: 50%;
      border-top-color: #007bff;
      animation: spin 1s linear infinite;
      margin: 0 auto 10px; }
      @media (max-width: 767px) {
        .mapbox-popup #carrier-loading .spinner {
          width: 30px;
          height: 30px;
          border-width: 3px; } }
    .mapbox-popup #carrier-loading .status-message {
      font-size: 16px;
      color: #333; }
      @media (max-width: 767px) {
        .mapbox-popup #carrier-loading .status-message {
          font-size: 14px; } }
  .mapbox-popup #carrier-status-message {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 20px;
    border-radius: 4px;
    z-index: 3; }
  .mapbox-popup #carrier-search-area-button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 10;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s; }
    @media (max-width: 767px) {
      .mapbox-popup #carrier-search-area-button {
        bottom: 60%;
        padding: 8px 16px;
        font-size: 14px; } }
    .mapbox-popup #carrier-search-area-button:hover {
      background-color: #0069d9; }
  .mapbox-popup .feedback-popup {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    z-index: 1001; }
    .mapbox-popup .feedback-popup .feedback-close {
      position: absolute;
      top: 0.5rem;
      right: 0.5rem;
      background: none;
      border: none;
      font-size: 17.6px;
      cursor: pointer;
      color: #666;
      padding: 0.25rem;
      line-height: 1; }
      .mapbox-popup .feedback-popup .feedback-close:hover {
        color: #333; }
    .mapbox-popup .feedback-popup h3 {
      margin: 0 0 1rem 0;
      font-size: 17.6px; }
    .mapbox-popup .feedback-popup .feedback-buttons {
      display: flex;
      gap: 0.5rem;
      margin-bottom: 1rem; }
      .mapbox-popup .feedback-popup .feedback-buttons button {
        flex: 1;
        padding: 0.5rem;
        border: 1px solid #ddd;
        border-radius: 4px;
        background: white;
        cursor: pointer;
        transition: all 0.2s; }
        .mapbox-popup .feedback-popup .feedback-buttons button:hover {
          background: #f5f5f5; }
    .mapbox-popup .feedback-popup .feedback-form textarea {
      width: 100%;
      padding: 0.75rem;
      border: 1px solid #ddd;
      border-radius: 4px;
      margin-bottom: 0.5rem;
      resize: vertical;
      min-height: 100px; }
    .mapbox-popup .feedback-popup .feedback-form .submit-feedback {
      width: 100%;
      padding: 0.75rem;
      background: #00529B;
      color: white;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      transition: background 0.2s; }
      .mapbox-popup .feedback-popup .feedback-form .submit-feedback:hover {
        background: #003d6b; }

.mapbox-component-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .mapbox-component-wrapper .steps-container {
    padding: 15px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd; }
  .mapbox-component-wrapper .outer-container {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    @media (min-width: 768px) {
      .mapbox-component-wrapper .outer-container {
        flex-direction: row;
        align-items: center; } }
  .mapbox-component-wrapper .inner-input-container {
    position: relative;
    flex: 1; }
    .mapbox-component-wrapper .inner-input-container #geocoder-container {
      width: 100%;
      height: 45px; }
    .mapbox-component-wrapper .inner-input-container #searchButton {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      cursor: pointer; }
      .mapbox-component-wrapper .inner-input-container #searchButton svg {
        width: 20px;
        height: 20px;
        fill: #00529B; }
  .mapbox-component-wrapper .carrier-selection {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
    .mapbox-component-wrapper .carrier-selection .carrier-button {
      padding: 8px 15px;
      background-color: white;
      border: 1px solid #ddd;
      border-radius: 4px;
      cursor: pointer;
      transition: all 0.3s ease; }
      .mapbox-component-wrapper .carrier-selection .carrier-button:hover {
        background-color: #f0f0f0; }
      .mapbox-component-wrapper .carrier-selection .carrier-button.selected {
        background-color: #00529B;
        color: white;
        border-color: #00529B; }
    .mapbox-component-wrapper .carrier-selection .toggle-results-button {
      display: none; }
      @media (max-width: 767px) {
        .mapbox-component-wrapper .carrier-selection .toggle-results-button {
          display: block;
          width: 100%;
          margin-top: 10px;
          padding: 8px 15px;
          background-color: #00529B;
          color: white;
          border: none;
          border-radius: 4px;
          cursor: pointer; } }
  .mapbox-component-wrapper #map {
    flex: 1;
    position: relative;
    min-height: 400px; }
  .mapbox-component-wrapper .sidebar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    border-top: 1px solid #ddd;
    z-index: 5; }
    @media (min-width: 768px) {
      .mapbox-component-wrapper .sidebar {
        width: 300px;
        right: 0;
        left: auto;
        border-left: 1px solid #ddd;
        border-top: none; } }
    .mapbox-component-wrapper .sidebar .sidebar-header {
      padding: 10px 15px;
      background-color: #f5f5f5;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .mapbox-component-wrapper .sidebar .sidebar-header h3 {
        margin: 0;
        font-size: 16px; }
      .mapbox-component-wrapper .sidebar .sidebar-header .toggle-icon {
        width: 20px;
        height: 20px;
        transition: transform 0.3s ease; }
        .mapbox-component-wrapper .sidebar .sidebar-header .toggle-icon.rotate {
          transform: rotate(180deg); }
    .mapbox-component-wrapper .sidebar .results-list {
      padding: 15px;
      max-height: 300px;
      overflow-y: auto; }
  .mapbox-component-wrapper .search-area-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 8px 15px;
    background-color: #00529B;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    z-index: 5; }
  .mapbox-component-wrapper .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .mapbox-component-wrapper .loading .spinner {
      width: 40px;
      height: 40px;
      border: 4px solid rgba(0, 82, 155, 0.2);
      border-top: 4px solid #00529B;
      border-radius: 50%;
      animation: spin 1s linear infinite;
      margin: 0 auto 10px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .mapbox-component-wrapper .feedback-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 300px;
    background-color: white;
    border-radius: 8px;
    padding: 15px;
    z-index: 10; }
    .mapbox-component-wrapper .feedback-popup .feedback-close {
      position: absolute;
      top: 10px;
      right: 10px;
      background: none;
      border: none;
      font-size: 17.6px;
      cursor: pointer; }
    .mapbox-component-wrapper .feedback-popup .feedback-question {
      font-weight: 600;
      margin-bottom: 15px; }
    .mapbox-component-wrapper .feedback-popup .feedback-buttons {
      display: flex;
      gap: 10px;
      margin-bottom: 15px; }
      .mapbox-component-wrapper .feedback-popup .feedback-buttons button {
        flex: 1;
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 4px;
        background-color: white;
        cursor: pointer; }
        .mapbox-component-wrapper .feedback-popup .feedback-buttons button.yes-button {
          background-color: #4CAF50;
          color: white;
          border-color: #4CAF50; }
        .mapbox-component-wrapper .feedback-popup .feedback-buttons button.no-button {
          background-color: #f44336;
          color: white;
          border-color: #f44336; }
    .mapbox-component-wrapper .feedback-popup .feedback-form {
      display: none; }
      .mapbox-component-wrapper .feedback-popup .feedback-form textarea {
        width: 100%;
        min-height: 100px;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 4px;
        margin-bottom: 10px;
        resize: vertical; }
      .mapbox-component-wrapper .feedback-popup .feedback-form .submit-feedback {
        width: 100%;
        padding: 8px;
        background-color: #00529B;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer; }
  .mapbox-component-wrapper .bad-signal-section {
    padding: 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd; }
    .mapbox-component-wrapper .bad-signal-section.collapsed .bad-signal-content {
      display: none; }
    .mapbox-component-wrapper .bad-signal-section .bad-signal-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer; }
      .mapbox-component-wrapper .bad-signal-section .bad-signal-header h4 {
        margin: 0;
        font-size: 16px; }
      .mapbox-component-wrapper .bad-signal-section .bad-signal-header .toggle-icon {
        width: 20px;
        height: 20px;
        transition: transform 0.3s ease; }
        .mapbox-component-wrapper .bad-signal-section .bad-signal-header .toggle-icon.rotate {
          transform: rotate(180deg); }
    .mapbox-component-wrapper .bad-signal-section .bad-signal-content {
      margin-top: 15px;
      display: grid;
      grid-template-columns: 1fr;
      gap: 15px; }
      @media (min-width: 768px) {
        .mapbox-component-wrapper .bad-signal-section .bad-signal-content {
          grid-template-columns: repeat(2, 1fr); } }
      .mapbox-component-wrapper .bad-signal-section .bad-signal-content .info-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        background-color: white;
        border-radius: 4px; }
        .mapbox-component-wrapper .bad-signal-section .bad-signal-content .info-item .info-text {
          flex: 1;
          margin-right: 15px; }
          .mapbox-component-wrapper .bad-signal-section .bad-signal-content .info-item .info-text a {
            color: #00529B;
            text-decoration: none; }
            .mapbox-component-wrapper .bad-signal-section .bad-signal-content .info-item .info-text a:hover {
              text-decoration: underline; }
        .mapbox-component-wrapper .bad-signal-section .bad-signal-content .info-item .info-button {
          padding: 8px 15px;
          background-color: #00529B;
          color: white;
          border: none;
          border-radius: 4px;
          cursor: pointer;
          text-decoration: none;
          display: inline-block; }
          .mapbox-component-wrapper .bad-signal-section .bad-signal-content .info-item .info-button:hover {
            background-color: #003d70; }

.cta-section {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background-color: #f5f8fa;
  text-align: center;
  padding: 3rem 0;
  margin: 2rem 0;
  position: relative;
  z-index: 1;
  border-radius: 8px; }
  .cta-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem; }
  .cta-section .carrier-section-title {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .cta-section .carrier-section-title {
        font-size: 35px; } }
  .cta-section .cta-content {
    max-width: 800px;
    margin: 0 auto; }
    .cta-section .cta-content p {
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 2rem;
      color: #333; }
  .cta-section .cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem; }
    @media (min-width: 768px) {
      .cta-section .cta-buttons {
        flex-direction: row;
        justify-content: center;
        gap: 1.5rem; } }
    .cta-section .cta-buttons .button {
      min-width: 200px;
      padding: 1rem 2rem;
      font-size: 16px;
      font-weight: 600;
      border-radius: 4px;
      transition: all 0.2s ease;
      display: inline-block;
      text-decoration: none;
      cursor: pointer;
      text-align: center; }
      .cta-section .cta-buttons .button--primary {
        background-color: #09a4d7;
        color: white;
        border: none; }
        .cta-section .cta-buttons .button--primary:hover {
          background-color: #077fa6; }
      .cta-section .cta-buttons .button--secondary {
        background-color: white;
        color: #09a4d7;
        border: 2px solid #09a4d7; }
        .cta-section .cta-buttons .button--secondary:hover {
          background-color: #09a4d7;
          color: white; }
    .cta-section .cta-buttons .button-spacer {
      display: none;
      color: #666;
      font-size: 16px;
      padding: 0 1rem; }
      @media (min-width: 768px) {
        .cta-section .cta-buttons .button-spacer {
          display: inline; } }

.why-choose-section {
  padding: 80px 0; }
  @media (min-width: 768px) {
    .why-choose-section {
      padding: 100px 0; } }
  .why-choose-section .section-title {
    text-align: center;
    margin-bottom: 60px; }
    .why-choose-section .section-title h2 {
      font-size: 28px;
      font-weight: 600;
      color: #333;
      margin-bottom: 20px;
      line-height: 33px; }
      @media (min-width: 551px) {
        .why-choose-section .section-title h2 {
          font-size: 50px !important;
          line-height: 57px; } }
    .why-choose-section .section-title p {
      font-size: 18px;
      color: #666;
      max-width: 700px;
      margin: 0 auto; }
  .why-choose-section .why-choose-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px; }
    @media (min-width: 768px) {
      .why-choose-section .why-choose-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 992px) {
      .why-choose-section .why-choose-grid {
        grid-template-columns: repeat(3, 1fr); } }
  .why-choose-section .why-choose-item {
    padding: 30px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto; }
    .why-choose-section .why-choose-item .icon-wrapper {
      width: 80px;
      height: 80px;
      margin: 0 auto 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .why-choose-section .why-choose-item .icon-wrapper img {
        max-width: 100%;
        height: auto;
        object-fit: contain; }
    .why-choose-section .why-choose-item h3 {
      font-size: 26px;
      font-weight: 600;
      line-height: 30px;
      color: #333;
      margin-bottom: 15px; }
    .why-choose-section .why-choose-item p {
      font-size: 20px;
      color: #666;
      line-height: 30px;
      margin: 0; }

.carrier-marquee {
  padding: 0 !important;
  background: #1f253a; }
  .carrier-marquee .container {
    max-width: 115rem;
    background-size: cover;
    background-position: center right;
    padding-top: 1.5rem;
    padding-bottom: 4.5rem; }
  .carrier-marquee.verizon-marquee .container {
    background-image: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/ATT_Marquee.png"); }
  .carrier-marquee.att-marquee .container {
    background-image: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/T-Mobile%20Marquee.png"); }
  .carrier-marquee.tmobile-marquee .container {
    background-image: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/Verizon-Marquee.png"); }
  @media (min-width: 768px) {
    .carrier-marquee {
      padding: 80px 0; } }
  .carrier-marquee::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .carrier-marquee .container {
    position: relative;
    z-index: 2; }
  .carrier-marquee .carrier-marquee-content {
    max-width: 100%;
    color: #ffffff; }
    @media (min-width: 768px) {
      .carrier-marquee .carrier-marquee-content {
        max-width: 800px; } }
    .carrier-marquee .carrier-marquee-content h1 {
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 1rem;
      line-height: 1;
      color: #ffffff; }
      .carrier-marquee .carrier-marquee-content h1 .blue-text {
        color: #00B0F0;
        margin-bottom: 0; }
      .carrier-marquee .carrier-marquee-content h1 br {
        display: none; }
        @media (min-width: 768px) {
          .carrier-marquee .carrier-marquee-content h1 br {
            display: inline; } }
      @media (min-width: 768px) {
        .carrier-marquee .carrier-marquee-content h1 {
          font-size: 60px;
          margin-bottom: 1.5rem; } }
      @media (min-width: 992px) {
        .carrier-marquee .carrier-marquee-content h1 {
          font-size: 80px;
          line-height: 1; } }
    .carrier-marquee .carrier-marquee-content p {
      font-size: 18px;
      line-height: 1.4;
      margin-bottom: 1.5rem;
      color: #ffffff;
      opacity: 0.9; }
      @media (min-width: 768px) {
        .carrier-marquee .carrier-marquee-content p {
          font-size: 22px;
          margin-bottom: 2rem; } }
      @media (min-width: 992px) {
        .carrier-marquee .carrier-marquee-content p {
          font-size: 26px !important;
          line-height: 32px !important; } }
  .carrier-marquee .carrier-marquee-buttons {
    display: flex;
    justify-content: flex-start;
    margin-top: 2rem; }
    .carrier-marquee .carrier-marquee-buttons .button {
      width: 100%;
      max-width: 600px;
      padding: 1.25rem 2.5rem;
      font-size: 1.25rem;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      text-align: center; }
      @media (min-width: 768px) {
        .carrier-marquee .carrier-marquee-buttons .button {
          padding: 1.5rem 3rem;
          font-size: 1.5rem; } }
      .carrier-marquee .carrier-marquee-buttons .button--primary {
        background-color: #00ADEE;
        color: #ffffff;
        border: none; }
        .carrier-marquee .carrier-marquee-buttons .button--primary:hover {
          background-color: #0088bb; }

/* ==========================================================
 * ## weBoost Home Informations
 * ========================================================== */
.categoryMain-weBoostHomeInformations,
.categoryMain-faq {
  background-color: #F3F6FA;
  padding-top: 2rem;
  padding-bottom: 3rem; }
  @media (min-width: 551px) {
    .categoryMain-weBoostHomeInformations,
    .categoryMain-faq {
      padding-top: 4.5rem; } }
  .categoryMain-weBoostHomeInformations h2.categoryMain-title,
  .categoryMain-faq h2.categoryMain-title {
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem; }
    @media (min-width: 551px) {
      .categoryMain-weBoostHomeInformations h2.categoryMain-title,
      .categoryMain-faq h2.categoryMain-title {
        font-size: 50px !important;
        line-height: 57px;
        margin-bottom: 5rem; } }
  .categoryMain-weBoostHomeInformations .page-tabs-informations,
  .categoryMain-faq .page-tabs-informations {
    flex-flow: row wrap;
    margin: 1.5rem 0 0; }
    .categoryMain-weBoostHomeInformations .page-tabs-informations .tab-button,
    .categoryMain-weBoostHomeInformations .page-tabs-informations .tab-content,
    .categoryMain-faq .page-tabs-informations .tab-button,
    .categoryMain-faq .page-tabs-informations .tab-content {
      font-size: 20px;
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
      @media (min-width: 551px) {
        .categoryMain-weBoostHomeInformations .page-tabs-informations .tab-button,
        .categoryMain-weBoostHomeInformations .page-tabs-informations .tab-content,
        .categoryMain-faq .page-tabs-informations .tab-button,
        .categoryMain-faq .page-tabs-informations .tab-content {
          padding-left: 3rem;
          padding-right: 3rem; } }
    .categoryMain-weBoostHomeInformations .page-tabs-informations .tab-button-info,
    .categoryMain-faq .page-tabs-informations .tab-button-info {
      font-size: 28px;
      font-weight: 600;
      border-bottom: none !important; }
      @media (min-width: 551px) {
        .categoryMain-weBoostHomeInformations .page-tabs-informations .tab-button-info,
        .categoryMain-faq .page-tabs-informations .tab-button-info {
          font-size: 28px; } }
  .categoryMain-weBoostHomeInformations .tab-content,
  .categoryMain-faq .tab-content {
    width: 100%;
    border: 0;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 1.5rem; }
  .categoryMain-weBoostHomeInformations.faqs .page-tabs-informations .tab-content,
  .categoryMain-faq.faqs .page-tabs-informations .tab-content {
    background: #EDF1F5; }
    .categoryMain-weBoostHomeInformations.faqs .page-tabs-informations .tab-content:last-child,
    .categoryMain-faq.faqs .page-tabs-informations .tab-content:last-child {
      border-bottom: 0 !important;
      padding-bottom: 3rem; }
  .categoryMain-weBoostHomeInformations.faqs .tab-button-info:last-child,
  .categoryMain-faq.faqs .tab-button-info:last-child {
    border-bottom: 0 !important; }
  .categoryMain-weBoostHomeInformations.faqs h3.categoryMain-title,
  .categoryMain-faq.faqs h3.categoryMain-title {
    color: #000000;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 33px;
    text-align: center;
    margin: 0 auto 45px;
    width: 100%;
    max-width: 100%; }
  .categoryMain-weBoostHomeInformations.faqs .page-tabs-informations,
  .categoryMain-faq.faqs .page-tabs-informations {
    margin: 0; }
    .categoryMain-weBoostHomeInformations.faqs .page-tabs-informations .tab-button,
    .categoryMain-faq.faqs .page-tabs-informations .tab-button {
      color: #000000;
      font-size: 26px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 33px; }
      .categoryMain-weBoostHomeInformations.faqs .page-tabs-informations .tab-button.active,
      .categoryMain-faq.faqs .page-tabs-informations .tab-button.active {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem; }
    .categoryMain-weBoostHomeInformations.faqs .page-tabs-informations .tab-button-info,
    .categoryMain-faq.faqs .page-tabs-informations .tab-button-info {
      font-size: 28px;
      font-weight: 600;
      border-bottom: none !important; }
      @media (min-width: 551px) {
        .categoryMain-weBoostHomeInformations.faqs .page-tabs-informations .tab-button-info,
        .categoryMain-faq.faqs .page-tabs-informations .tab-button-info {
          font-size: 28px; } }
    .categoryMain-weBoostHomeInformations.faqs .page-tabs-informations .tab-content,
    .categoryMain-faq.faqs .page-tabs-informations .tab-content {
      color: #000000;
      font-size: 26px;
      letter-spacing: 0;
      line-height: 28px; }
      .categoryMain-weBoostHomeInformations.faqs .page-tabs-informations .tab-content p,
      .categoryMain-faq.faqs .page-tabs-informations .tab-content p {
        margin: 0;
        text-align: left; }
  .categoryMain-weBoostHomeInformations.faqs.white,
  .categoryMain-faq.faqs.white {
    background: #fff; }
    .categoryMain-weBoostHomeInformations.faqs.white .page-tabs-informations .tab-content,
    .categoryMain-faq.faqs.white .page-tabs-informations .tab-content {
      background: #fff; }

.button,
button,
.info-button,
.verizon-button,
[class*="button--"] {
  border-radius: 0 !important; }

.features-section {
  padding: 3rem 0 4.5rem 0;
  background-color: #F3F6FA;
  margin-top: -2px; }
  .features-section .features-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem; }
    @media (min-width: 992px) {
      .features-section .features-grid {
        flex-direction: row;
        flex-wrap: nowrap; } }
  .features-section .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    width: 100%; }
    @media (min-width: 992px) {
      .features-section .feature-item {
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 0.5rem;
        width: 28%;
        min-width: 0;
        padding: 1rem 0; } }
    .features-section .feature-item .feature-image {
      width: 100px;
      padding: 0.5rem; }
      @media (min-width: 992px) {
        .features-section .feature-item .feature-image {
          flex: 0 0 30%;
          width: 30%;
          min-width: 80px; } }
      .features-section .feature-item .feature-image img {
        width: 100%;
        height: auto;
        object-fit: contain; }
    .features-section .feature-item .feature-text {
      width: 100%;
      padding: 0 1rem; }
      @media (min-width: 992px) {
        .features-section .feature-item .feature-text {
          flex: 0 0 70%;
          width: 70%;
          padding: 0 1.5rem; } }
      .features-section .feature-item .feature-text p {
        margin: 0;
        font-size: 18px;
        line-height: 24px;
        color: #333333; }
        @media (min-width: 1181px) {
          .features-section .feature-item .feature-text p {
            font-size: 20px;
            line-height: 26px; } }

.carrier-mapbox-component {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 300px; }
  .carrier-mapbox-component .sidebar.pull-up {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 10;
    transition: transform 0.3s ease, height 0.3s ease;
    height: 85vh;
    transform: translateY(calc(100% - 50px));
    border-radius: 15px 15px 0 0; }
    .carrier-mapbox-component .sidebar.pull-up.expanded {
      transform: translateY(0); }
    @media (min-width: 768px) {
      .carrier-mapbox-component .sidebar.pull-up {
        position: absolute;
        left: 20px;
        bottom: 20px;
        width: 350px;
        max-width: 90%;
        height: auto;
        max-height: calc(100vh - 40px);
        transform: none;
        border-radius: 8px; } }
    .carrier-mapbox-component .sidebar.pull-up .sidebar-header {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 15px;
      background-color: #fff;
      border-radius: 15px 15px 0 0;
      cursor: pointer; }
      @media (min-width: 768px) {
        .carrier-mapbox-component .sidebar.pull-up .sidebar-header {
          padding: 15px;
          background-color: #f8f9fa;
          border-radius: 8px 8px 0 0;
          border-bottom: 1px solid #e9ecef; } }
      .carrier-mapbox-component .sidebar.pull-up .sidebar-header h3 {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 8px; }
        @media (min-width: 768px) {
          .carrier-mapbox-component .sidebar.pull-up .sidebar-header h3 {
            font-size: 16px; } }
        .carrier-mapbox-component .sidebar.pull-up .sidebar-header h3 .toggle-icon {
          width: 16px;
          height: 16px;
          transition: transform 0.3s ease; }
          @media (min-width: 768px) {
            .carrier-mapbox-component .sidebar.pull-up .sidebar-header h3 .toggle-icon {
              width: 20px;
              height: 20px; } }
    .carrier-mapbox-component .sidebar.pull-up .results-list {
      padding: 10px 15px;
      overflow-y: auto;
      height: calc(85vh - 50px);
      background-color: #fff; }
      @media (min-width: 768px) {
        .carrier-mapbox-component .sidebar.pull-up .results-list {
          padding: 15px;
          height: auto;
          max-height: calc(100vh - 140px); } }
  .carrier-mapbox-component .mobile-tower-info {
    background-color: #fff;
    margin: 0 0 10px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
    .carrier-mapbox-component .mobile-tower-info .mobile-tower-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px;
      background-color: #f8f9fa;
      border-bottom: 1px solid #e9ecef; }
      .carrier-mapbox-component .mobile-tower-info .mobile-tower-header h4 {
        margin: 0;
        font-size: 14px;
        font-weight: 600; }
        @media (min-width: 768px) {
          .carrier-mapbox-component .mobile-tower-info .mobile-tower-header h4 {
            font-size: 16px; } }
      .carrier-mapbox-component .mobile-tower-info .mobile-tower-header .close-tower-info {
        background: none;
        border: none;
        padding: 5px;
        font-size: 18px;
        line-height: 1;
        color: #6c757d;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center; }
        .carrier-mapbox-component .mobile-tower-info .mobile-tower-header .close-tower-info:hover {
          color: #343a40; }
    .carrier-mapbox-component .mobile-tower-info .mobile-tower-details {
      padding: 12px; }
      .carrier-mapbox-component .mobile-tower-info .mobile-tower-details p {
        margin: 6px 0;
        font-size: 13px;
        line-height: 1.4; }
        @media (min-width: 768px) {
          .carrier-mapbox-component .mobile-tower-info .mobile-tower-details p {
            font-size: 14px;
            margin: 8px 0; } }
        .carrier-mapbox-component .mobile-tower-info .mobile-tower-details p:first-child {
          margin-top: 0; }
        .carrier-mapbox-component .mobile-tower-info .mobile-tower-details p:last-child {
          margin-bottom: 0; }
        .carrier-mapbox-component .mobile-tower-info .mobile-tower-details p strong {
          font-weight: 600;
          color: #495057; }
  .carrier-mapbox-component .sidebar-item {
    padding: 10px;
    border-bottom: 1px solid #e9ecef;
    cursor: pointer;
    transition: background-color 0.2s ease; }
    @media (min-width: 768px) {
      .carrier-mapbox-component .sidebar-item {
        padding: 12px; } }
    .carrier-mapbox-component .sidebar-item:hover {
      background-color: #f8f9fa; }
    .carrier-mapbox-component .sidebar-item.selected {
      background-color: #e9ecef; }
    .carrier-mapbox-component .sidebar-item .carrier-info {
      font-size: 13px; }
      @media (min-width: 768px) {
        .carrier-mapbox-component .sidebar-item .carrier-info {
          font-size: 14px; } }
      .carrier-mapbox-component .sidebar-item .carrier-info .carrier-name {
        font-weight: 600;
        margin-bottom: 4px; }
      .carrier-mapbox-component .sidebar-item .carrier-info .network-type, .carrier-mapbox-component .sidebar-item .carrier-info .distance {
        color: #6c757d;
        margin-top: 2px; }
  .carrier-mapbox-component #carrier-map {
    width: 100%;
    height: 100%; }
    .carrier-mapbox-component #carrier-map .mapboxgl-popup {
      display: none; }
      @media (min-width: 768px) {
        .carrier-mapbox-component #carrier-map .mapboxgl-popup {
          display: block; } }

.outer-container {
  padding: 10px; }
  @media (min-width: 768px) {
    .outer-container {
      padding: 15px; } }
  .outer-container .inner-input-container {
    width: 100%; }
    .outer-container .inner-input-container #carrier-geocoder-container .mapboxgl-ctrl-geocoder {
      width: 100%;
      max-width: none;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      border-radius: 4px; }
      .outer-container .inner-input-container #carrier-geocoder-container .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
        height: 36px;
        padding: 0 32px 0 10px;
        font-size: 14px; }
        @media (min-width: 768px) {
          .outer-container .inner-input-container #carrier-geocoder-container .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
            height: 40px;
            font-size: 16px; } }
      .outer-container .inner-input-container #carrier-geocoder-container .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon-search {
        display: none; }
      .outer-container .inner-input-container #carrier-geocoder-container .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--close {
        right: 5px;
        top: 50%;
        transform: translateY(-50%); }

.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 40px; }

.carousel-wrapper {
  overflow: hidden; }

.carrier-cards-grid.carousel {
  display: flex;
  gap: 20px;
  transition: transform 0.3s ease-in-out;
  cursor: grab;
  user-select: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem !important; }
  .carrier-cards-grid.carousel.dragging {
    cursor: grabbing;
    transition: none; }
  .carrier-cards-grid.carousel .carrier-card {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
    margin: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden; }
    .carrier-cards-grid.carousel .carrier-card-image {
      height: 265px;
      width: 100%;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
      .carrier-cards-grid.carousel .carrier-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .carrier-cards-grid.carousel .carrier-card-title {
      padding: 15px 15px 10px;
      margin: 0;
      font-size: 18px;
      font-weight: 600; }
      @media (min-width: 1181px) {
        .carrier-cards-grid.carousel .carrier-card-title {
          font-size: 20px; } }
    .carrier-cards-grid.carousel .carrier-card-description {
      padding: 0 15px 15px;
      margin: 0;
      font-size: 16px;
      line-height: 1.4;
      flex-grow: 1;
      overflow: hidden;
      -webkit-line-clamp: 4;
      line-clamp: 4;
      display: -webkit-box; }
      @media (min-width: 1181px) {
        .carrier-cards-grid.carousel .carrier-card-description {
          font-size: 18px;
          line-height: 24px; } }

@media (max-width: 1024px) {
  .carrier-cards-grid.carousel .carrier-card {
    flex: 0 0 calc(33.333% - 13.333px);
    max-width: calc(33.333% - 13.333px); } }

@media (max-width: 768px) {
  .carrier-cards-grid.carousel .carrier-card {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px); }
  .carousel-button.prev {
    left: -5px; }
  .carousel-button.next {
    right: -5px; } }

@media (max-width: 480px) {
  .carrier-cards-grid.carousel .carrier-card {
    flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    height: 300px; }
  .carousel-container {
    padding: 0 30px; } }

.carrier-cards-dots {
  margin-top: -0.6rem;
  margin-bottom: 1.2rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 1.5rem; }
  .carrier-cards-dots .slick-dots,
  .carrier-cards-dots .slick-prev,
  .carrier-cards-dots .slick-next {
    top: inherit;
    bottom: inherit;
    right: inherit;
    left: inherit;
    position: relative; }
  .carrier-cards-dots .slick-prev,
  .carrier-cards-dots .slick-next {
    background: url("../icons/chevron-right.svg") 50% 50% no-repeat;
    opacity: .2;
    background-size: 100%;
    width: 8px;
    height: 15px;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin-top: 0;
    transform: none; }
    .carrier-cards-dots .slick-prev::before,
    .carrier-cards-dots .slick-next::before {
      content: none; }
  .carrier-cards-dots .slick-prev {
    transform: rotate(180deg);
    margin-right: 1.5rem; }
  .carrier-cards-dots .slick-next {
    margin-left: 1.5rem; }
  .carrier-cards-dots .slick-dots li {
    margin: 0 .25rem;
    font-size: 0;
    top: 2px; }
    @media (min-width: 480px) {
      .carrier-cards-dots .slick-dots li {
        margin: 0 .25rem; } }
    .carrier-cards-dots .slick-dots li button {
      display: initial;
      height: 1rem;
      width: 1rem;
      background: #d9dce0;
      border: 2px solid #fff;
      border-radius: 50% !important; }
      .carrier-cards-dots .slick-dots li button::before {
        content: none; }
    .carrier-cards-dots .slick-dots li:hover button {
      border-color: #00ADEE;
      background-color: #00ADEE; }
    .carrier-cards-dots .slick-dots li.slick-active button, .carrier-cards-dots .slick-dots li.slick-active:hover button {
      background-color: #fff;
      border: 4px solid #00ADEE; }
  .carrier-cards-dots .dots {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center; }
    .carrier-cards-dots .dots .dot {
      height: 1rem;
      width: 1rem;
      background: #d9dce0;
      border: 2px solid #fff;
      margin: 0 1.5rem;
      border-radius: 100%;
      cursor: pointer; }
      .carrier-cards-dots .dots .dot:first-child {
        margin-left: 0; }
      .carrier-cards-dots .dots .dot:last-child {
        margin-right: 0; }
      .carrier-cards-dots .dots .dot:hover {
        border-color: #00ADEE;
        background-color: #00ADEE; }
      .carrier-cards-dots .dots .dot.active, .carrier-cards-dots .dots .dot.active:hover {
        background-color: #fff;
        border: 4px solid #00ADEE; }
