@charset "UTF-8";
.business-services .button-contact-large {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  background-color: #DD2C79;
  color: #ffffff;
  width: 28.57143rem;
  max-width: 100%;
  min-height: 3.57143rem;
  border-radius: 0; }
  .business-services .button-contact-large:hover, .business-services .button-contact-large:focus {
    background: #A71C56;
    color: #FFF; }

.business-services .business-services-coverage,
.business-services .business-services-faq,
.business-services .business-services-experts,
.business-services .business-services-support-contact {
  padding: 3rem 0 3.78571rem 0 !important; }

.business-services .section-title {
  font-size: 28px !important;
  font-weight: 300; }
  @media (min-width: 551px) {
    .business-services .section-title {
      font-size: 32px !important; } }

.business-services-about .section-title {
  text-align: left; }
  @media (min-width: 551px) {
    .business-services-about .section-title {
      text-align: center; } }

.business-services-about .desktop-only {
  display: none; }
  @media (min-width: 1181px) {
    .business-services-about .desktop-only {
      display: block; } }

.business-services-about .mobile-only {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 50%; }
  @media (min-width: 650px) {
    .business-services-about .mobile-only {
      display: none; } }

@media (min-width: 551px) {
  .business-services-about p {
    font-size: 16px; } }

@media (min-width: 651px) {
  .business-services-about {
    background-image: url("../img/professional-services-marquee-2.png");
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: top 0 right -250px;
    overflow: hidden; }
    .business-services-about .container .section-title, .business-services-about .container p {
      clear: both;
      width: 50%;
      float: left;
      text-align: left; }
    .business-services-about .container .p {
      font-size: 16px; } }

@media (min-width: 750px) {
  .business-services-about {
    background-size: 625px;
    background-position: top 0 right -200px; } }

@media (min-width: 850px) {
  .business-services-about {
    background-size: 575px;
    background-position: top 0 right -100px; } }

@media (min-width: 920px) {
  .business-services-about {
    background-size: contain;
    background-position: top 0 right 0; } }

@media (min-width: 1400px) {
  .business-services-about {
    background-position: top 0 right 25%; } }

@media (min-width: 1181px) {
  .business-services-about-us p {
    width: 650px;
    margin: 0 auto; } }

.business-services-about-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f2f5;
  padding: 10px 0; }
  .business-services-about-contact div {
    font-size: 18px;
    margin-right: 10px;
    color: #1182a9; }
  .business-services-about-contact svg {
    width: 40px;
    height: 40px;
    fill: #1182a9; }

.business-services-services {
  padding: 0 !important; }
  .business-services-services .services {
    display: flex;
    flex-direction: column; }
    .business-services-services .services .service {
      width: 100%;
      display: flex;
      padding: 2rem 1rem;
      justify-content: center; }
      .business-services-services .services .service .service-icon {
        fill: #fff; }
      .business-services-services .services .service .service-text {
        margin-left: 20px; }
        .business-services-services .services .service .service-text .section-title {
          margin-top: 0rem;
          text-align: left; }
        .business-services-services .services .service .service-text .section-title, .business-services-services .services .service .service-text ul li {
          color: #fff; }
        .business-services-services .services .service .service-text ul {
          margin-bottom: 35px; }
        .business-services-services .services .service .service-text ul li {
          list-style: none;
          display: flex;
          align-items: center;
          margin-bottom: 10px; }
          .business-services-services .services .service .service-text ul li svg {
            width: 15px;
            height: 15px;
            fill: #fff;
            margin-right: 10px; }
          @media (min-width: 1181px) {
            .business-services-services .services .service .service-text ul li {
              font-size: 16px;
              margin-bottom: 15px; } }
      .business-services-services .services .service.service--light-teal-blue {
        background-color: #24a7d0; }
      .business-services-services .services .service.service--light-blue-gray {
        background-color: #74889a; }
      .business-services-services .services .service.service--installation .service-icon {
        width: 55px;
        height: 30px; }
        @media (min-width: 1181px) {
          .business-services-services .services .service.service--installation .service-icon {
            width: 80px;
            height: 40px; } }
      .business-services-services .services .service.service--floorplan .service-icon {
        width: 50px;
        height: 45px; }
        @media (min-width: 1181px) {
          .business-services-services .services .service.service--floorplan .service-icon {
            width: 65px;
            height: 48px; } }
    @media (min-width: 730px) {
      .business-services-services .services {
        flex-direction: row; }
        .business-services-services .services .service {
          width: 50%; } }
    @media (min-width: 1181px) {
      .business-services-services .services .service {
        padding: 2.5rem; }
      .business-services-services .services .service.service--installation {
        justify-content: flex-end;
        padding-right: 100px; }
      .business-services-services .services .service.service--floorplan {
        justify-content: flex-start;
        padding-left: 100px; } }

.business-services-integration-process .process {
  display: flex;
  flex-direction: column; }
  .business-services-integration-process .process .step {
    width: 100%; }
    .business-services-integration-process .process .step .step-heading {
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      color: #165676;
      margin: 1rem 0;
      display: flex;
      align-items: center; }
    .business-services-integration-process .process .step .step-icon {
      display: block;
      width: 30px;
      height: 30px;
      border: 1px solid #165676;
      border-radius: 50%;
      color: #165676;
      font-size: 18px;
      text-align: center;
      margin-right: 10px;
      flex-grow: 0;
      flex-shrink: 0; }
    .business-services-integration-process .process .step .note {
      font-size: 12px;
      font-style: italic; }
  @media (min-width: 600px) {
    .business-services-integration-process .process {
      flex-wrap: wrap;
      flex-direction: row; }
      .business-services-integration-process .process .step {
        flex-basis: 50%; }
        .business-services-integration-process .process .step:nth-child(odd) {
          padding-right: 1.5rem; }
        .business-services-integration-process .process .step:nth-child(even) {
          padding-left: 1.5rem; } }
  @media (min-width: 1181px) {
    .business-services-integration-process .process .step:nth-child(odd) {
      padding-right: 0.35714rem 3rem; }
    .business-services-integration-process .process .step:nth-child(even) {
      padding-left: 0.35714rem 3rem; } }

.business-services-difference {
  background-color: #f0f2f5; }
  .business-services-difference p {
    text-align: center; }
  .business-services-difference .differences {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5rem; }
    .business-services-difference .differences .difference {
      width: 50%;
      padding: 0.78571rem; }
      .business-services-difference .differences .difference .difference-icon {
        max-height: 50px;
        display: block;
        fill: #25a7d0; }
      .business-services-difference .differences .difference .difference-title {
        display: block;
        margin-top: 1rem;
        text-align: center; }
      @media (min-width: 800px) {
        .business-services-difference .differences .difference {
          width: 25%; }
          .business-services-difference .differences .difference .difference-icon {
            max-height: 60px; } }
  @media (max-width: 424px) {
    .business-services-difference .browse-link-container a:nth-child(1) {
      margin-bottom: 0.78571rem; } }

.business-services h3 {
  font-family: "Roboto", Arial, Sans-Serif; }

.business-services .section .desktop-only {
  display: none; }
  @media (min-width: 700px) {
    .business-services .section .desktop-only {
      display: block; } }

.business-services .section .mobile-only {
  display: block; }
  @media (min-width: 700px) {
    .business-services .section .mobile-only {
      display: none; } }

.business-services .section.section-gray {
  background-color: #F0F2F5; }

.business-services .section.section-blue {
  background-color: #24A7D0;
  color: #fff; }

.business-services .section.section-center {
  text-align: center; }

.business-services .section.business-services-integration .process {
  padding-left: 50px;
  border-left: 3px solid #dcdee3;
  position: relative; }
  .business-services .section.business-services-integration .process .process-buttons {
    position: absolute;
    top: 0;
    left: -3px; }
    .business-services .section.business-services-integration .process .process-buttons .top-border {
      border-left: 3px solid #fff;
      height: 35px; }
    .business-services .section.business-services-integration .process .process-buttons .bottom-border {
      border-left: 3px solid #fff;
      margin-top: -15px; }
    .business-services .section.business-services-integration .process .process-buttons .button {
      background: #fff;
      border: 1px solid #24a7d0;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      margin-left: -15px;
      cursor: pointer;
      position: relative;
      display: block;
      padding: 0; }
      .business-services .section.business-services-integration .process .process-buttons .button::after {
        content: "";
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        background: #24a7d0;
        border-radius: 50%;
        top: 4px;
        left: 4px; }
  .business-services .section.business-services-integration .process .custom-form-request {
    width: 100%;
    display: none; }
    .business-services .section.business-services-integration .process .custom-form-request .hbspt-form {
      float: none;
      margin: 0 auto; }
      .business-services .section.business-services-integration .process .custom-form-request .hbspt-form h2 {
        margin-right: 1.5rem;
        position: relative; }
        .business-services .section.business-services-integration .process .custom-form-request .hbspt-form h2 span.close {
          position: absolute;
          display: block;
          top: 0;
          right: 0;
          cursor: pointer;
          color: #ccc;
          font-size: 18px;
          font-weight: 700; }

.business-services .section.business-services-integration .step {
  padding: 15px;
  border: 1px solid #babcc1;
  margin-bottom: 20px;
  position: relative; }
  .business-services .section.business-services-integration .step::after, .business-services .section.business-services-integration .step::before {
    right: 100%;
    top: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .business-services .section.business-services-integration .step::after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 12px;
    margin-top: -12px; }
  .business-services .section.business-services-integration .step::before {
    border-color: rgba(186, 188, 193, 0);
    border-right-color: #babcc1;
    border-width: 13px;
    margin-top: -13px; }
  .business-services .section.business-services-integration .step .left-side {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .business-services .section.business-services-integration .step .left-side svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 110px;
      height: 110px;
      padding: 15px; }
    .business-services .section.business-services-integration .step .left-side img {
      padding: 15px 0 0 15px; }
  .business-services .section.business-services-integration .step .right-side {
    width: 69%;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    padding-left: 30px; }
    .business-services .section.business-services-integration .step .right-side .step-heading {
      font-size: 22px;
      text-transform: uppercase;
      color: #000;
      margin-bottom: 20px; }
    .business-services .section.business-services-integration .step .right-side .step-description p {
      color: #000; }
    .business-services .section.business-services-integration .step .right-side .step-button {
      background: #24a7d0;
      text-align: center;
      display: inline-block;
      color: #fff;
      padding: 10px;
      width: 250px;
      cursor: pointer;
      font-size: 16px;
      margin-bottom: 30px; }
      .business-services .section.business-services-integration .step .right-side .step-button a {
        color: #fff;
        text-decoration: none; }
      .business-services .section.business-services-integration .step .right-side .step-button:hover {
        background-color: #1b7d9c; }
  .business-services .section.business-services-integration .step.step-1 svg {
    background-color: #3aba93; }
  .business-services .section.business-services-integration .step.step-2 svg {
    background-color: #6d58ab; }
  .business-services .section.business-services-integration .step.step-3 svg {
    background-color: #2e3f4d; }
  .business-services .section.business-services-integration .step.step-4 svg {
    background-color: #dd2b79; }

.business-services .section.business-services-contact {
  font-size: 1.5em;
  text-align: center;
  padding: 25px 0 !important; }
  .business-services .section.business-services-contact a {
    font-size: 2rem;
    text-decoration: none;
    color: #fff; }

.business-services .business-services-provided-services {
  padding-top: 0 !important; }
  @media (min-width: 1181px) {
    .business-services .business-services-provided-services {
      margin-top: -1rem; } }
  .business-services .business-services-provided-services h3 {
    font-size: 24px; }
  .business-services .business-services-provided-services ul.provided-services-list {
    list-style: none;
    width: 100%;
    margin: 0; }
  .business-services .business-services-provided-services .provided-service {
    display: inline-block;
    width: 33%;
    padding: 15px 10px; }
    .business-services .business-services-provided-services .provided-service.step-1 .left-side {
      background-color: #3aba93; }
    .business-services .business-services-provided-services .provided-service.step-2 .left-side {
      background-color: #6d58ab; }
    .business-services .business-services-provided-services .provided-service.step-3 .left-side {
      background-color: #2e3f4d; }
    .business-services .business-services-provided-services .provided-service.step-4 .left-side {
      background-color: #dd2b79; }
    .business-services .business-services-provided-services .provided-service .provided-service-details {
      height: 60px;
      background-color: #eff0f1; }
      .business-services .business-services-provided-services .provided-service .provided-service-details .left-side {
        width: 15px;
        height: 100%;
        display: inline-block;
        float: left; }
      .business-services .business-services-provided-services .provided-service .provided-service-details .right-side {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        float: left;
        margin-left: 20px; }
        .business-services .business-services-provided-services .provided-service .provided-service-details .right-side .provided-service-heading {
          text-transform: uppercase;
          font-weight: 700;
          font-size: 15px;
          color: #000;
          line-height: 60px; }
        .business-services .business-services-provided-services .provided-service .provided-service-details .right-side .provided-service-link {
          display: none;
          color: #077ca3;
          font-size: 14px; }
      .business-services .business-services-provided-services .provided-service .provided-service-details:hover .left-side {
        background-image: url(".../../../img/provided-service-down-arrow.png");
        background-repeat: no-repeat;
        background-size: 100%;
        width: 60px;
        cursor: pointer; }
      .business-services .business-services-provided-services .provided-service .provided-service-details:hover .right-side .provided-service-link {
        display: block;
        cursor: pointer; }
      .business-services .business-services-provided-services .provided-service .provided-service-details:hover .right-side .provided-service-heading {
        line-height: 20px;
        margin-top: 12px; }
  .business-services .business-services-provided-services .full-width {
    width: 100%;
    height: 75px; }
    .business-services .business-services-provided-services .full-width .provided-service {
      width: 100%;
      padding-bottom: 0; }
      .business-services .business-services-provided-services .full-width .provided-service .right-side {
        text-align: center;
        margin-left: 33.5%; }
      .business-services .business-services-provided-services .full-width .provided-service:hover .right-side {
        margin-left: 30%; }

.business-services .enterprise-customers .enterpriseCustomersCarousel .customer {
  padding: 0 20px; }
  .business-services .enterprise-customers .enterpriseCustomersCarousel .customer img {
    max-height: 100%; }

.business-services .enterprise-customers .enterpriseCustomersCarousel .carousel-prev, .business-services .enterprise-customers .enterpriseCustomersCarousel .carousel-next {
  cursor: pointer; }

@media (max-width: 1156px) {
  .business-services .business-services-provided-services .provided-service {
    width: 33.12%; } }

@media (max-width: 1117px) {
  .business-services .business-services-provided-services .provided-service {
    width: 33.1%; } }

@media (max-width: 1027px) {
  .business-services .business-services-provided-services .provided-service {
    width: 33%; } }

@media (max-width: 730px) {
  .business-services .business-services-provided-services .provided-service {
    width: 32.9%; } }

@media (max-width: 699px) {
  .business-services .business-services-provided-services .provided-service {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .business-services .business-services-provided-services .provided-service > img {
      width: 100%; }
    .business-services .business-services-provided-services .provided-service .provided-service-details .left-side {
      background-image: url(".../../../img/provided-service-down-arrow.png");
      background-repeat: no-repeat;
      background-size: 100%;
      width: 60px;
      cursor: pointer; }
    .business-services .business-services-provided-services .provided-service .provided-service-details .right-side .provided-service-link {
      display: block;
      cursor: pointer; }
    .business-services .business-services-provided-services .provided-service .provided-service-details .right-side .provided-service-heading {
      line-height: 20px;
      margin-top: 12px; }
  .business-services .business-services-provided-services .full-width .provided-service .right-side {
    margin-left: 20px;
    text-align: left; }
  .business-services .business-services-provided-services .full-width .provided-service:hover .right-side {
    margin-left: 20px; }
  .business-services .section.business-services-integration .step .left-side {
    width: 50%; }
  .business-services .section.business-services-integration .step .right-side {
    width: 100%;
    padding: 0; }
    .business-services .section.business-services-integration .step .right-side .step-heading {
      width: 50%;
      float: right;
      margin-top: -75px;
      padding-left: 15px; }
    .business-services .section.business-services-integration .step .right-side .step-description {
      margin-top: 15px; }
  .business-services .section.business-services-integration .step.step-3 .right-side .step-heading {
    margin-top: -110px; } }

@media (max-width: 622px) {
  .business-services .section.business-services-integration .step.step-2 .right-side .step-heading {
    margin-top: -110px; } }

@media (max-width: 570px) {
  .business-services .section.business-services-integration .step.step-4 .right-side .step-heading {
    margin-top: -110px; } }

@media (max-width: 491px) {
  .business-services .section.business-services-integration .step .right-side .step-heading {
    font-size: 20px;
    width: 60%; }
  .business-services .section.business-services-integration .step .left-side {
    width: 40%; }
    .business-services .section.business-services-integration .step .left-side svg {
      width: 70px;
      height: 70px;
      padding: 10px; }
  .business-services .section.business-services-integration .step.step-4 .right-side .step-heading {
    margin-top: -75px; } }

@media (max-width: 465px) {
  .business-services .section.business-services-integration .step.step-4 .right-side .step-heading {
    margin-top: -110px; } }

@media (max-width: 419px) {
  .business-services .business-services-provided-services .full-width .provided-service .provided-service-details .right-side .provided-service-heading {
    line-height: normal;
    margin-top: 4px;
    width: 170px; } }

@media (max-width: 405px) {
  .business-services .section.business-services-integration .step .right-side .step-heading {
    font-size: 18px;
    width: 65%;
    margin-top: -60px; }
  .business-services .section.business-services-integration .step .right-side .step-button {
    padding: 10px 0;
    width: 210px; }
  .business-services .section.business-services-integration .step .left-side {
    width: 35%; }
    .business-services .section.business-services-integration .step .left-side svg {
      width: 50px;
      height: 50px;
      padding: 10px; }
  .business-services .section.business-services-integration .step.step-2 .right-side .step-heading {
    margin-top: -90px; }
  .business-services .section.business-services-integration .step.step-3 .right-side .step-heading {
    margin-top: -90px; }
  .business-services .section.business-services-integration .step.step-4 .right-side .step-heading {
    margin-top: -90px; } }

@media (max-width: 360px) {
  .business-services .section.business-services-integration .step .right-side .step-heading {
    font-size: 16px;
    padding-left: 5px; }
  .business-services .section.business-services-integration .step.step-2 .right-side .step-heading {
    margin-top: -83px; }
  .business-services .section.business-services-integration .step.step-3 .right-side .step-heading {
    margin-top: -83px; }
  .business-services .section.business-services-integration .step.step-4 .right-side .step-heading {
    margin-top: -83px; } }

@media (max-width: 321px) {
  .business-services .section.business-services-integration .step {
    padding: 10px; } }

.business-services .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: #ffffff; }
  .business-services .contact-info.section {
    padding: 72.5px 0 !important; }
  .business-services .contact-info .container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center; }
    @media (min-width: 780px) {
      .business-services .contact-info .container {
        justify-content: flex-start;
        flex-flow: row; } }
    .business-services .contact-info .container .left-side {
      margin-bottom: 1.78571rem;
      width: 100%;
      text-align: center; }
      @media (min-width: 780px) {
        .business-services .contact-info .container .left-side {
          margin-bottom: 0;
          margin-right: 2.28571rem;
          width: auto;
          text-align: left; } }
      .business-services .contact-info .container .left-side img {
        width: 100px; }
    .business-services .contact-info .container .right-side {
      width: 100%;
      text-align: center; }
      @media (min-width: 780px) {
        .business-services .contact-info .container .right-side {
          width: auto;
          text-align: left; } }
      .business-services .contact-info .container .right-side .contact-heading {
        font-size: 22px; }
        .business-services .contact-info .container .right-side .contact-heading a {
          color: #ffffff;
          text-decoration: none;
          font-weight: 700; }
      .business-services .contact-info .container .right-side .contact-sub-heading {
        font-size: 22px; }

.business-services-installation {
  text-align: center;
  font-weight: 700; }
  @media (min-width: 1181px) {
    .business-services-installation {
      padding-bottom: 2rem !important; } }
  @media (min-width: 1181px) {
    .business-services-installation {
      padding-bottom: 3rem !important; } }
  .business-services-installation p {
    font-size: 18px; }
    .business-services-installation p:first-child {
      margin-bottom: 0.35714rem; }
    .business-services-installation p:last-child {
      margin-bottom: 0; }

.business-services-process .row {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between; }
  @media (min-width: 1181px) {
    .business-services-process .row {
      margin-left: 0; } }
  .business-services-process .row .column {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 551px) {
      .business-services-process .row .column {
        width: 50%; } }
    @media (min-width: 1181px) {
      .business-services-process .row .column {
        width: 25%;
        margin-bottom: 0;
        padding-left: 1.5rem; }
        .business-services-process .row .column:last-child .number {
          left: -44px; }
        .business-services-process .row .column::after {
          content: "";
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSAwIDApIj48Zz4KCTxwYXRoIGQ9Ik0zNDUuNDQxLDI0OC4yOTJMMTUxLjE1NCw0NDIuNTczYy0xMi4zNTksMTIuMzY1LTMyLjM5NywxMi4zNjUtNDQuNzUsMGMtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxLDAtNDQuNzQ0ICAgTDI3OC4zMTgsMjI1LjkyTDEwNi40MDksNTQuMDE3Yy0xMi4zNTQtMTIuMzU0LTEyLjM1NC0zMi4zOTQsMC00NC43NDhjMTIuMzU0LTEyLjM1OSwzMi4zOTEtMTIuMzU5LDQ0Ljc1LDBsMTk0LjI4NywxOTQuMjg0ICAgYzYuMTc3LDYuMTgsOS4yNjIsMTQuMjcxLDkuMjYyLDIyLjM2NkMzNTQuNzA4LDIzNC4wMTgsMzUxLjYxNywyNDIuMTE1LDM0NS40NDEsMjQ4LjI5MnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6IzA2OEFDNyIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD4KPC9nPjwvZz4gPC9zdmc+);
          background-size: 19px;
          width: 19px;
          height: 19px; }
        .business-services-process .row .column:last-child::after {
          content: none; } }
    .business-services-process .row .column .number {
      position: absolute;
      top: 0;
      left: -40px;
      background-color: #202644;
      color: #ffffff;
      font-size: 21px;
      width: 43px;
      height: 43px;
      line-height: 43px;
      text-align: center;
      border-top-left-radius: 10px;
      border-bottom-right-radius: 10px;
      font-weight: 300; }
      @media (min-width: 551px) {
        .business-services-process .row .column .number {
          width: 43px;
          height: 43px;
          line-height: 43px; } }
    .business-services-process .row .column .image {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      height: 150px;
      max-width: 156px;
      margin: auto; }
      .business-services-process .row .column .image img {
        width: 100%;
        max-height: 80px; }
        @media (min-width: 551px) {
          .business-services-process .row .column .image img {
            max-height: 90px; } }
        @media (min-width: 1181px) {
          .business-services-process .row .column .image img {
            max-width: 156px; } }
    .business-services-process .row .column .text {
      max-width: 230px;
      margin: auto;
      text-align: center;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 16px; }
    @media (min-width: 1181px) {
      .business-services-process .row .column.free-consultation .image {
        max-width: 120px; }
      .business-services-process .row .column.professional-installation .image {
        max-width: 172px; } }

.business-services-process .contact-us-action {
  margin-top: 2rem; }
  .business-services-process .contact-us-action a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 390px;
    height: 46px;
    font-weight: 400;
    text-decoration: none;
    background: #068AC7;
    color: white;
    margin-top: 3rem;
    font-size: 16px;
    border: 0px;
    border-radius: 0;
    margin: auto; }
    .business-services-process .contact-us-action a:hover {
      background-color: #1b7d9c; }

.business-services-request .section-title {
  margin-bottom: 0.21429rem; }

.business-services-request .section-subtitle {
  color: #084568;
  text-align: center;
  font-weight: 700; }
  .business-services-request .section-subtitle .divider {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

.business-services-request .buttons {
  display: flex;
  flex-direction: column; }
  .business-services-request .buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 390px;
    height: 46px;
    font-weight: 400;
    text-decoration: none;
    background: #068AC7;
    color: white;
    font-size: 16px;
    border: 0px;
    border-radius: 0;
    margin: 0.78571rem auto; }
    .business-services-request .buttons a:hover {
      background-color: #1b7d9c; }
  @media (min-width: 1181px) {
    .business-services-request .buttons {
      flex-direction: row;
      justify-content: center; }
      .business-services-request .buttons a {
        margin: 0.78571rem; } }

.business-services-projects {
  padding: 0 !important;
  font-weight: 400;
  font-size: 15px; }

.recent-projects .recent-projects-carousel {
  margin: 0 1.78571rem;
  position: relative; }
  .recent-projects .recent-projects-carousel .recent-project-item {
    margin: 0 1.42857rem;
    border: 1px solid #D8D8D8;
    background-color: #FFFFFF;
    width: 35rem; }
    .recent-projects .recent-projects-carousel .recent-project-item .recent-project-description {
      position: relative;
      padding: 1.5rem 1.5rem 4rem;
      font-size: 16px;
      min-height: 380px; }
    .recent-projects .recent-projects-carousel .recent-project-item .recent-project-image {
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      max-height: 12.14286rem; }
      .recent-projects .recent-projects-carousel .recent-project-item .recent-project-image img {
        width: 100%; }
        @media (min-width: 1181px) {
          .recent-projects .recent-projects-carousel .recent-project-item .recent-project-image img {
            max-height: 12.14286rem; } }
    .recent-projects .recent-projects-carousel .recent-project-item .recent-project-heading {
      font-weight: 700;
      margin-bottom: 0.71429rem; }
    .recent-projects .recent-projects-carousel .recent-project-item .recent-project-information {
      margin-bottom: 2rem; }
    .recent-projects .recent-projects-carousel .recent-project-item .recent-project-action {
      position: absolute;
      bottom: 1.5rem; }
      .recent-projects .recent-projects-carousel .recent-project-item .recent-project-action a {
        color: #0C7AC6; }
        .recent-projects .recent-projects-carousel .recent-project-item .recent-project-action a:hover {
          color: #1b7d9c; }
          .recent-projects .recent-projects-carousel .recent-project-item .recent-project-action a:hover svg {
            fill: #1b7d9c; }
        .recent-projects .recent-projects-carousel .recent-project-item .recent-project-action a .icon {
          margin-left: 0.42857rem;
          width: 12px;
          height: 12px; }
        .recent-projects .recent-projects-carousel .recent-project-item .recent-project-action a svg {
          fill: #0C7AC6; }
  .recent-projects .recent-projects-carousel .carousel-prev, .recent-projects .recent-projects-carousel .carousel-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer; }
  .recent-projects .recent-projects-carousel .carousel-prev {
    background-image: url(".../../../img/arrow-active-left.svg");
    top: 50%;
    left: -35px; }
    @media (min-width: 1181px) {
      .recent-projects .recent-projects-carousel .carousel-prev {
        top: 33%; } }
  .recent-projects .recent-projects-carousel .carousel-next {
    background-image: url(".../../../img/arrow-active-right.svg");
    top: 50%;
    right: -35px; }
    @media (min-width: 1181px) {
      .recent-projects .recent-projects-carousel .carousel-next {
        top: 33%; } }

.business-services-customers .container .row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -1.5rem !important; }
  @media (min-width: 1181px) {
    .business-services-customers .container .row {
      margin-bottom: -4.5rem !important; } }
  .business-services-customers .container .row .column {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-bottom: 4.5rem; }
    @media (min-width: 700px) {
      .business-services-customers .container .row .column {
        width: 33.33%; } }
    .business-services-customers .container .row .column img {
      max-width: 120px;
      max-height: 80px; }
      @media (min-width: 481px) {
        .business-services-customers .container .row .column img {
          max-width: 140px;
          max-height: 90px; } }
    .business-services-customers .container .row .column.marriott img {
      max-height: 66px; }
      @media (min-width: 481px) {
        .business-services-customers .container .row .column.marriott img {
          max-height: 90px; } }
    @media (min-width: 320px) {
      .business-services-customers .container .row .column.microsoft img {
        max-width: 160px; } }
    @media (min-width: 481px) {
      .business-services-customers .container .row .column.microsoft img {
        max-width: 200px; } }
    @media (min-width: 481px) {
      .business-services-customers .container .row .column.target img {
        max-height: 110px; }
      .business-services-customers .container .row .column.storage img {
        max-width: 160px; } }

.business-services-faq .custom-accordion-faq {
  margin-top: 2rem; }

.business-services-faq .section-action {
  display: flex;
  justify-content: center; }

.business-services-faq .accordionTabs .accordionTab-link,
.business-services-faq .accordionTabs .accordionTab-content {
  color: #000000; }

.custom-request-modal-form {
  width: 100%;
  max-width: 1000px;
  font-size: 16px;
  color: black;
  overflow: auto; }
  @media (max-width: 1023px) {
    .custom-request-modal-form {
      max-width: 100%;
      max-height: 100%; } }
  .custom-request-modal-form.submitted {
    max-width: 800px; }
    @media (max-width: 550px) {
      .custom-request-modal-form.submitted {
        max-height: auto; } }
    .custom-request-modal-form.submitted .modal-close:first-child {
      display: none; }
    .custom-request-modal-form.submitted .hbspt-form {
      color: #FFFFFF;
      background-color: #068AC7; }
  .custom-request-modal-form .modal-content {
    position: relative;
    padding: 1rem 1.5rem 3rem; }
    @media (min-width: 750px) {
      .custom-request-modal-form .modal-content {
        padding: 2.5rem 2.28571rem 3.5rem; } }
    .custom-request-modal-form .modal-content h2 {
      font-size: 22px;
      text-align: left;
      padding-bottom: 0.5rem; }
      @media (min-width: 750px) {
        .custom-request-modal-form .modal-content h2 {
          font-size: 26px;
          text-align: center; } }
    .custom-request-modal-form .modal-content .contact-header h1, .custom-request-modal-form .modal-content .contact-header div.h1-tag {
      color: #068AC7;
      text-align: center;
      font-weight: 700;
      font-size: 24px;
      line-height: 32px;
      width: inherit;
      margin: 0; }
      .custom-request-modal-form .modal-content .contact-header h1 img, .custom-request-modal-form .modal-content .contact-header div.h1-tag img {
        display: none; }
      .custom-request-modal-form .modal-content .contact-header h1 a, .custom-request-modal-form .modal-content .contact-header div.h1-tag a {
        display: block;
        color: #068AC7;
        text-decoration: none; }
      @media (min-width: 1181px) {
        .custom-request-modal-form .modal-content .contact-header h1, .custom-request-modal-form .modal-content .contact-header div.h1-tag {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 32px;
          font-weight: 700;
          margin-bottom: 0; }
          .custom-request-modal-form .modal-content .contact-header h1 img, .custom-request-modal-form .modal-content .contact-header div.h1-tag img {
            display: block;
            width: 64px;
            height: 64px;
            margin-right: 1.5rem; }
          .custom-request-modal-form .modal-content .contact-header h1 a, .custom-request-modal-form .modal-content .contact-header div.h1-tag a {
            font-size: 40px;
            font-weight: 700;
            margin-left: 0.78571rem; } }
    .custom-request-modal-form .modal-content .contact-header h2 {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 18px;
      margin-top: 1rem; }
      .custom-request-modal-form .modal-content .contact-header h2 img {
        display: none; }
      @media (min-width: 1181px) {
        .custom-request-modal-form .modal-content .contact-header h2 {
          font-size: 24px; }
          .custom-request-modal-form .modal-content .contact-header h2 img {
            display: block;
            margin-right: 0.78571rem;
            width: 19px;
            height: 11px;
            position: relative;
            top: 3px; } }
    .custom-request-modal-form .modal-content > div > p {
      text-align: left;
      font-size: 16px; }
      @media (min-width: 750px) {
        .custom-request-modal-form .modal-content > div > p {
          text-align: center; } }
    .custom-request-modal-form .modal-content .form-footer--primary .ibwave-disclaimer {
      max-width: 100%;
      padding-right: 0.78571rem;
      padding-bottom: 1.5rem;
      position: relative;
      top: 6rem;
      font-size: 1rem; }
      @media (min-width: 551px) {
        .custom-request-modal-form .modal-content .form-footer--primary .ibwave-disclaimer {
          max-width: 280px;
          top: 2rem; } }
      @media (min-width: 1181px) {
        .custom-request-modal-form .modal-content .form-footer--primary .ibwave-disclaimer {
          max-width: 100%;
          font-size: 16px; } }
  .custom-request-modal-form .hbspt-form {
    position: relative;
    background-color: #EDF1F5;
    padding: 2rem 1rem 1.5rem; }
    @media (min-width: 1181px) {
      .custom-request-modal-form .hbspt-form {
        padding: 2rem 2.5rem 2.5rem; } }
    .custom-request-modal-form .hbspt-form .submitted-message {
      overflow: initial;
      font-weight: 300;
      font-size: 15px; }
    .custom-request-modal-form .hbspt-form form {
      overflow: hidden; }
    .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] {
      max-width: 100%; }
      .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] > div {
        margin-bottom: 1rem; }
        @media (min-width: 750px) {
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] > div {
            padding-left: 1rem;
            padding-right: 1rem; } }
      .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"].form-columns-3 > div {
        width: 100%; }
        @media (min-width: 750px) {
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"].form-columns-3 > div {
            width: 33.33333%; } }
      .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"].form-columns-2 > div {
        width: 100%; }
        @media (min-width: 750px) {
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"].form-columns-2 > div {
            width: 50%; } }
      .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .hs_upload_floor_plan {
        margin-bottom: 1.5rem !important;
        display: none !important; }
      .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .hs_upload_more_files {
        display: none !important; }
      .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input {
        margin-right: 0; }
        .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="text"],
        .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="email"],
        .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="tel"],
        .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="number"],
        .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input select {
          border: 1px solid #A9AFB6;
          border-radius: 0;
          height: 36px;
          outline: none;
          width: 100%;
          padding: 0.21429rem 0.78571rem; }
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="text"]:hover, .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="text"]:focus,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="email"]:hover,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="email"]:focus,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="tel"]:hover,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="tel"]:focus,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="number"]:hover,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="number"]:focus,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input select:hover,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input select:focus {
            border: 1px solid #068AC7; }
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="text"].error,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="email"].error,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="tel"].error,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input input[type="number"].error,
          .custom-request-modal-form .hbspt-form fieldset[class*="form-columns"] .input select.error {
            border: 1px solid #990642; }
    .custom-request-modal-form .hbspt-form textarea {
      width: 100% !important;
      min-height: 90px;
      padding: 1rem; }
    .custom-request-modal-form .hbspt-form div[class*='hs_upload_'] .input {
      display: none; }
    .custom-request-modal-form .hbspt-form .mock-upload-button {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
      .custom-request-modal-form .hbspt-form .mock-upload-button .btn {
        font-size: 15px;
        background-color: #F1F2F5;
        border: 1px solid #6691B7;
        border-radius: 4px;
        padding: 0.5rem 1.71429rem;
        margin-right: 0.71429rem;
        color: #5379A6;
        cursor: pointer; }
      .custom-request-modal-form .hbspt-form .mock-upload-button .desc {
        font-size: 1rem;
        color: #66737E; }
      .custom-request-modal-form .hbspt-form .mock-upload-button.active .btn {
        color: #A9AFB6;
        border-color: #A9AFB6; }
      .custom-request-modal-form .hbspt-form .mock-upload-button.active .desc {
        color: black;
        font-size: 15px;
        font-weight: 700; }
    .custom-request-modal-form .hbspt-form .hs_solution_selection {
      margin-bottom: 0.78571rem; }
    .custom-request-modal-form .hbspt-form .hs-form-checkbox {
      margin-top: 1rem; }
    .custom-request-modal-form .hbspt-form .hs-form-radio input {
      margin-right: 0.35714rem; }
    .custom-request-modal-form .hbspt-form .hs-form-checkbox-display .hs-input {
      display: none; }
      .custom-request-modal-form .hbspt-form .hs-form-checkbox-display .hs-input:hover + span::before {
        border-color: #068AC7; }
      .custom-request-modal-form .hbspt-form .hs-form-checkbox-display .hs-input:checked + span::before {
        background: #068AC7 url("../img/icons/checkmark-white.svg") 50% 50% no-repeat;
        background-size: 14px; }
    .custom-request-modal-form .hbspt-form .hs-form-checkbox-display span {
      display: flex;
      align-items: center;
      cursor: pointer; }
      .custom-request-modal-form .hbspt-form .hs-form-checkbox-display span::before {
        content: "";
        width: 25px;
        height: 25px;
        border: 1px solid #A9AFB6;
        background-color: white;
        margin-right: 0.78571rem; }
    .custom-request-modal-form .hbspt-form .submitted-message {
      text-align: center; }
      .custom-request-modal-form .hbspt-form .submitted-message p {
        margin-bottom: 0; }
  .custom-request-modal-form label {
    display: block;
    font-size: 1rem;
    color: #000000;
    font-weight: 400;
    padding-bottom: 0.35714rem; }
    .custom-request-modal-form label.hs-form-checkbox-display {
      font-size: 16px;
      color: black;
      padding-bottom: 0; }
  .custom-request-modal-form .hs-form-required {
    color: #990642; }
  .custom-request-modal-form .hs-error-msgs label {
    font-size: 13px;
    color: #990642;
    padding-top: 0.28571rem;
    padding-bottom: 0; }
  .custom-request-modal-form ul.inputs-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .custom-request-modal-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white url("../img/icons/arrow-dropdown.svg") calc(100% - 10px) 50% no-repeat;
    background-size: 13px 13px; }
  .custom-request-modal-form .hs_submit {
    position: absolute;
    bottom: -5rem;
    bottom: -4.5rem;
    right: 0;
    z-index: 10; }
    .custom-request-modal-form .hs_submit .hs-button {
      text-transform: uppercase;
      width: 215px;
      height: 42px;
      border: 0;
      border-radius: 0;
      color: white;
      background: #E12179;
      font-size: 15px;
      cursor: pointer; }
      .custom-request-modal-form .hs_submit .hs-button:hover, .custom-request-modal-form .hs_submit .hs-button:focus {
        background-color: #A71C56; }
  .custom-request-modal-form .call-us-now {
    max-width: 300px;
    margin-top: 2.28571rem; }
    .custom-request-modal-form .call-us-now a {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      color: #068AC7;
      font-weight: 700; }
      .custom-request-modal-form .call-us-now a .icon-phone-rounded {
        fill: #5479A6;
        border: 1px solid #5479A6;
        border-radius: 100%;
        width: 32px;
        height: 32px;
        padding: 0.5rem;
        margin-right: 0.5rem;
        margin-bottom: -0.35714rem; }
      .custom-request-modal-form .call-us-now a strong {
        font-size: 20px;
        margin-left: 0.28571rem; }
    .custom-request-modal-form .call-us-now .mobile {
      display: initial; }
      @media (min-width: 750px) {
        .custom-request-modal-form .call-us-now .mobile {
          display: none; } }
    .custom-request-modal-form .call-us-now .desktop {
      display: none; }
      @media (min-width: 750px) {
        .custom-request-modal-form .call-us-now .desktop {
          display: initial; } }
  .custom-request-modal-form .service-type {
    background-color: #068AC7;
    padding: 1rem 2rem; }
    @media (min-width: 750px) {
      .custom-request-modal-form .service-type {
        display: flex;
        flex-flow: row wrap;
        align-items: center; } }
    @media (min-width: 1181px) {
      .custom-request-modal-form .service-type {
        padding: 1rem 3.5rem; } }
    .custom-request-modal-form .service-type span {
      display: block;
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase;
      color: white;
      margin-bottom: 0.35714rem; }
      @media (min-width: 750px) {
        .custom-request-modal-form .service-type span {
          margin-bottom: 0;
          margin-right: 1.5rem; } }
    .custom-request-modal-form .service-type select {
      flex: 1;
      height: 36px;
      outline: none;
      border: 0;
      border-radius: 0;
      padding: 0.21429rem 2.1rem 0.21429rem 0.78571rem;
      background-image: url("../img/icons/arrow-dropdown.svg");
      background-position: calc(100% - 14px) 50%;
      cursor: pointer; }
      @media (min-width: 750px) {
        .custom-request-modal-form .service-type select {
          margin-right: 6rem; } }
    .custom-request-modal-form .service-type .or-callus {
      display: none;
      align-items: center;
      margin-top: 0.35714rem;
      font-weight: 700;
      color: #ffffff; }
      @media (min-width: 750px) {
        .custom-request-modal-form .service-type .or-callus {
          display: flex;
          margin-top: 0; } }
      .custom-request-modal-form .service-type .or-callus a {
        display: inline-flex;
        align-items: center;
        margin-left: 0.78571rem;
        font-size: 16px;
        font-weight: 700;
        color: #FFF; }
        @media (min-width: 1181px) {
          .custom-request-modal-form .service-type .or-callus a {
            font-size: 18px; } }
      .custom-request-modal-form .service-type .or-callus svg {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-right: 0.78571rem;
        fill: #FFF;
        border: 2px solid #FFF;
        padding: 5px; }
  @media (min-width: 750px) {
    .custom-request-modal-form#requestFloorPlan-modal .form-columns-1:nth-child(4), .custom-request-modal-form#requestSurveyService-modal .form-columns-1:nth-child(4), .custom-request-modal-form#requestInstallation-modal .form-columns-1:nth-child(4), .custom-request-modal-form#requestConsultation-modal .form-columns-1:nth-child(4) {
      float: left;
      width: 50%; } }
  @media all and (min-width: 750px), (max-width: 550px) {
    .custom-request-modal-form#requestFloorPlan-modal .hs_upload_floor_plan,
    .custom-request-modal-form#requestFloorPlan-modal .hs_upload_more_files_2,
    .custom-request-modal-form#requestFloorPlan-modal .hs_upload_more_files,
    .custom-request-modal-form#requestFloorPlan-modal .hs_upload_more_files_3, .custom-request-modal-form#requestSurveyService-modal .hs_upload_floor_plan,
    .custom-request-modal-form#requestSurveyService-modal .hs_upload_more_files_2,
    .custom-request-modal-form#requestSurveyService-modal .hs_upload_more_files,
    .custom-request-modal-form#requestSurveyService-modal .hs_upload_more_files_3, .custom-request-modal-form#requestInstallation-modal .hs_upload_floor_plan,
    .custom-request-modal-form#requestInstallation-modal .hs_upload_more_files_2,
    .custom-request-modal-form#requestInstallation-modal .hs_upload_more_files,
    .custom-request-modal-form#requestInstallation-modal .hs_upload_more_files_3, .custom-request-modal-form#requestConsultation-modal .hs_upload_floor_plan,
    .custom-request-modal-form#requestConsultation-modal .hs_upload_more_files_2,
    .custom-request-modal-form#requestConsultation-modal .hs_upload_more_files,
    .custom-request-modal-form#requestConsultation-modal .hs_upload_more_files_3 {
      float: none;
      width: 100%;
      margin-bottom: 0.42857rem; } }
  .custom-request-modal-form#requestFloorPlan-modal .form-columns-2:nth-child(5), .custom-request-modal-form#requestSurveyService-modal .form-columns-2:nth-child(5), .custom-request-modal-form#requestInstallation-modal .form-columns-2:nth-child(5), .custom-request-modal-form#requestConsultation-modal .form-columns-2:nth-child(5) {
    margin-bottom: 0; }
    .custom-request-modal-form#requestFloorPlan-modal .form-columns-2:nth-child(5)::before, .custom-request-modal-form#requestSurveyService-modal .form-columns-2:nth-child(5)::before, .custom-request-modal-form#requestInstallation-modal .form-columns-2:nth-child(5)::before, .custom-request-modal-form#requestConsultation-modal .form-columns-2:nth-child(5)::before {
      content: "Upload Floor Plans:";
      display: block;
      text-transform: uppercase;
      font-size: 1rem;
      color: #000000;
      padding-bottom: 0.21429rem; }
      @media (min-width: 750px) {
        .custom-request-modal-form#requestFloorPlan-modal .form-columns-2:nth-child(5)::before, .custom-request-modal-form#requestSurveyService-modal .form-columns-2:nth-child(5)::before, .custom-request-modal-form#requestInstallation-modal .form-columns-2:nth-child(5)::before, .custom-request-modal-form#requestConsultation-modal .form-columns-2:nth-child(5)::before {
          padding-left: 1rem; } }
  .custom-request-modal-form#requestFloorPlan-modal textarea, .custom-request-modal-form#requestSurveyService-modal textarea, .custom-request-modal-form#requestInstallation-modal textarea, .custom-request-modal-form#requestConsultation-modal textarea {
    height: 136px; }
  .custom-request-modal-form#requestFloorPlan-modal .modal-close, .custom-request-modal-form#requestSurveyService-modal .modal-close, .custom-request-modal-form#requestInstallation-modal .modal-close, .custom-request-modal-form#requestConsultation-modal .modal-close {
    top: 0; }
    @media (min-width: 481px) {
      .custom-request-modal-form#requestFloorPlan-modal .modal-close, .custom-request-modal-form#requestSurveyService-modal .modal-close, .custom-request-modal-form#requestInstallation-modal .modal-close, .custom-request-modal-form#requestConsultation-modal .modal-close {
        top: 1.05rem; } }

.custom-request-modal-form--new .or-callus {
  display: none !important; }

@media (min-width: 750px) {
  .custom-request-modal-form--new .service-type select {
    margin-right: 0; } }

@media (min-width: 1181px) {
  .custom-request-modal-form--new .service-type {
    padding-left: 12rem;
    padding-right: 12rem; } }

.business-services-coverage .row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 3rem; }
  @media (min-width: 1181px) {
    .business-services-coverage .row {
      flex-flow: row;
      justify-content: space-between;
      margin-bottom: 0 !important; } }
  .business-services-coverage .row .column {
    text-align: center;
    padding: 1rem 0 1rem;
    width: 33.33%; }
    @media (min-width: 1181px) {
      .business-services-coverage .row .column {
        padding: 1rem 0 0;
        width: auto; } }
    .business-services-coverage .row .column img {
      max-width: 90px;
      max-height: 60px; }
      .business-services-coverage .row .column img.amazon {
        max-width: 80px;
        max-height: 58px; }
      .business-services-coverage .row .column img.target {
        max-width: 80px;
        max-height: 55px; }
      .business-services-coverage .row .column img.walmart {
        max-width: 115px;
        max-height: 58px; }
      .business-services-coverage .row .column img.ikea {
        max-width: 70px;
        max-height: 55px; }
      .business-services-coverage .row .column img.tesla {
        max-width: 80px;
        max-height: 58px; }
      .business-services-coverage .row .column img.nike {
        max-width: 70px;
        max-height: 55px; }
      @media (min-width: 1181px) {
        .business-services-coverage .row .column img.amazon {
          max-width: 135px;
          max-height: 58px; }
        .business-services-coverage .row .column img.target {
          max-width: 120px;
          max-height: 85px; }
        .business-services-coverage .row .column img.walmart {
          max-width: 200px;
          max-height: 60px; }
        .business-services-coverage .row .column img.ikea {
          max-width: 100px;
          max-height: 55px; }
        .business-services-coverage .row .column img.tesla {
          max-width: 75px;
          max-height: 85px; }
        .business-services-coverage .row .column img.nike {
          max-width: 100px;
          max-height: 85px; } }

.business-services-support-contact h2.section-title {
  color: white;
  font-weight: bold;
  font-size: 32px !important;
  line-height: 36px;
  max-width: 398px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 551px) {
    .business-services-support-contact h2.section-title {
      max-width: 100%; } }

.business-services-support-contact .text {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  font-weight: 300;
  max-width: 965px;
  margin-left: auto;
  margin-right: auto; }
  .business-services-support-contact .text a {
    color: white;
    font-weight: bold;
    text-decoration: none; }
    .business-services-support-contact .text a:hover {
      text-decoration: underline; }

.business-services-experts .row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-left: -1.5rem;
  margin-right: -1.5rem; }
  @media only screen and (min-width: 900px) {
    .business-services-experts .row {
      justify-content: space-between; } }
  .business-services-experts .row .column {
    margin-top: 1.21429rem;
    text-align: center;
    max-width: 25.71429rem;
    padding: 0 1.5rem 2rem;
    width: 100%;
    color: black; }
    @media (min-width: 551px) {
      .business-services-experts .row .column {
        width: 50%; } }
    @media only screen and (min-width: 900px) {
      .business-services-experts .row .column {
        padding: 0 1.5rem 1rem;
        width: 33.33%;
        min-height: 350px; } }
  .business-services-experts .row .image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8.57143rem; }
  .business-services-experts .row .title {
    font-size: 24px;
    margin-bottom: 0.5rem;
    font-weight: bold; }
  .business-services-experts .row .text {
    font-size: 18px;
    line-height: 30px; }

.business-services-experts .contact-experts-button {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0 0.35714rem; }

.business-services-bolton {
  background: #EDF1F5; }
  .business-services-bolton .bolton-about {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 3rem; }
    .business-services-bolton .bolton-about .image {
      width: 300px;
      margin: 2.5rem 0; }
      .business-services-bolton .bolton-about .image img {
        display: block;
        margin: 0 auto;
        max-width: 250px; }
    .business-services-bolton .bolton-about .text {
      margin-top: 1rem; }
      .business-services-bolton .bolton-about .text.turnkey-title {
        font-size: 50px;
        line-height: 57px;
        font-weight: 700;
        color: #000;
        text-align: center; }
    @media (min-width: 700px) {
      .business-services-bolton .bolton-about {
        flex-direction: row; }
        .business-services-bolton .bolton-about .image {
          width: 300px;
          flex-grow: 0;
          flex-shrink: 0;
          padding-right: 3rem;
          border-right: 2px solid #CCC;
          margin-right: 3rem; }
        .business-services-bolton .bolton-about .text {
          font-size: 22px;
          text-align: left; } }
    @media (min-width: 1000px) {
      .business-services-bolton .bolton-about .image {
        width: 450px; } }
  .business-services-bolton .contact-experts-button a {
    margin: 0 auto; }

.phone-number-cta {
  background: #1F253A;
  padding: 2rem 0; }
  .phone-number-cta a {
    font-size: 26px;
    color: #FFF !important;
    display: block;
    text-align: center; }
    @media (min-width: 1181px) {
      .phone-number-cta a {
        font-size: 24px; } }
  .phone-number-cta.pink {
    background: #DD2C79; }

.business-services-seo.section {
  padding: 3rem 0 4.5rem 0 !important; }
  .business-services-seo.section p {
    color: #000;
    font-size: 16px; }
    @media (min-width: 551px) {
      .business-services-seo.section p {
        font-size: 18px; } }

.business-solutions__cel-fi {
  padding: 4rem 0;
  background: #F3F6FA; }
  .business-solutions__cel-fi .container {
    max-width: 1920px;
    padding: 0 120px;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .business-solutions__cel-fi .container {
        padding: 0 60px; } }
    @media (max-width: 768px) {
      .business-solutions__cel-fi .container {
        padding: 0 20px; } }

.business-solutions__section-title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 50px;
  line-height: 57px;
  font-weight: 700;
  color: #000; }

.business-solutions__grid {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px; }
  @media (max-width: 1024px) {
    .business-solutions__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 768px) {
    .business-solutions__grid {
      grid-template-columns: 1fr; } }

.business-solutions__card {
  background: #F3F6FA;
  padding: 2.5rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 600px; }
  .business-solutions__card img {
    width: 100%;
    max-width: 320px;
    height: 280px;
    margin: 0 auto 2rem;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1024px) {
      .business-solutions__card img {
        max-width: 240px; } }
    @media (max-width: 768px) {
      .business-solutions__card img {
        max-width: 200px; } }
  .business-solutions__card h3 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    min-height: 3.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .business-solutions__card p {
    flex-grow: 1;
    margin-bottom: 2rem;
    color: #4A4A4A;
    line-height: 30px;
    font-size: 20px;
    min-height: 6.4rem;
    display: flex;
    align-items: center;
    text-align: left; }
  .business-solutions__card .button {
    background: #08A3D7;
    color: #fff;
    padding: 0.75rem 2.5rem;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    width: 100%;
    transition: background 0.3s;
    font-weight: 500;
    font-size: 1rem;
    text-transform: none;
    align-self: center;
    border: none;
    outline: none; }
    .business-solutions__card .button:hover {
      background: #0691c1; }
  @media (max-width: 768px) {
    .business-solutions__card {
      padding: 1.5rem; } }

.smart-server-section {
  background: #202644;
  padding: 6rem 0;
  color: #fff; }
  .smart-server-section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem; }
  .smart-server-section .smart-server-content {
    display: flex;
    align-items: center;
    gap: 4rem; }
    @media (max-width: 768px) {
      .smart-server-section .smart-server-content {
        flex-direction: column;
        text-align: center; } }
  .smart-server-section .text-content {
    flex: 1; }
    .smart-server-section .text-content h2 {
      font-size: 75px;
      font-weight: 700;
      color: #08A3D7;
      margin-bottom: 2rem;
      line-height: 69px; }
    .smart-server-section .text-content h3 {
      font-size: 32px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 2rem;
      line-height: 36px; }
    .smart-server-section .text-content .feature-list {
      list-style: none;
      padding: 0;
      margin: 0 0 2.5rem 0; }
      .smart-server-section .text-content .feature-list li {
        position: relative;
        padding-left: 1.5rem;
        margin-bottom: 1rem;
        font-size: 24px;
        line-height: 34px;
        color: #fff; }
        .smart-server-section .text-content .feature-list li strong {
          font-weight: 700; }
        .smart-server-section .text-content .feature-list li:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0.5rem;
          width: 8px;
          height: 8px;
          background: #08A3D7;
          border-radius: 50%; }
    .smart-server-section .text-content .button {
      display: inline-block;
      background: #08A3D7;
      color: #fff;
      padding: 1.25rem 2.5rem;
      border-radius: 4px;
      text-decoration: none;
      font-weight: 500;
      transition: background 0.3s;
      border: none;
      outline: none;
      width: 100%;
      max-width: 400px;
      text-align: center; }
      .smart-server-section .text-content .button:hover {
        background: #0691c1; }
    .smart-server-section .text-content .logo-container {
      margin-bottom: 2rem;
      text-align: center;
      padding-top: 3rem; }
      .smart-server-section .text-content .logo-container img {
        max-width: 300px;
        height: auto; }
  .smart-server-section .image-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
    .smart-server-section .image-content img {
      max-width: 100%;
      height: auto;
      filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2)); }

.installation-process-section {
  padding: 4rem 0;
  background: #fff; }
  .installation-process-section .installation-intro {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: #000; }
  .installation-process-section .process-steps {
    display: grid;
    grid-template-columns: repeat(4, 300px);
    gap: 2rem;
    justify-content: center;
    margin-top: 3rem; }
    @media (max-width: 1024px) {
      .installation-process-section .process-steps {
        grid-template-columns: repeat(2, 300px); } }
    @media (max-width: 768px) {
      .installation-process-section .process-steps {
        grid-template-columns: 300px; } }
  .installation-process-section .step {
    width: 300px !important;
    background: #F3F6FA;
    padding: 2rem;
    border-radius: 8px; }
    .installation-process-section .step .step-title {
      font-weight: 600;
      margin: 1rem 0;
      color: #000; }
    .installation-process-section .step ul li {
      color: #4A4A4A; }

.case-studies {
  padding: 4rem 0; }
  .case-studies .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px; }
  .case-studies .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin-bottom: 3rem; }
  .case-studies .case-studies-swiper {
    overflow: hidden;
    position: relative;
    margin: 0 1.78571rem; }
    .case-studies .case-studies-swiper .swiper-button-next,
    .case-studies .case-studies-swiper .swiper-button-prev {
      display: none; }
  .case-studies .swiper-slide {
    height: auto; }
    @media (max-width: 1024px) {
      .case-studies .swiper-slide {
        width: 100% !important; } }
  .case-studies .case-study-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 425px;
    height: 600px;
    border: 1px solid #E5E5E5; }
    @media (max-width: 1024px) {
      .case-studies .case-study-card {
        width: 100%;
        height: auto;
        min-height: 500px; } }
  .case-studies .case-study-image {
    height: 280px;
    overflow: hidden;
    padding: 16px 16px 0 16px; }
    .case-studies .case-study-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 4px; }
  .case-studies .case-study-content {
    padding: 24px;
    padding-top: 12px; }
    .case-studies .case-study-content h3 {
      font-size: 26px;
      line-height: 30px;
      font-weight: 700;
      color: #000;
      margin-bottom: 8px; }
    .case-studies .case-study-content .case-study-meta {
      font-size: 16px;
      line-height: 24px;
      color: #666;
      margin-bottom: 16px; }
    .case-studies .case-study-content p {
      font-size: 16px;
      line-height: 24px;
      color: #4A4A4A;
      margin-bottom: 0; }
    .case-studies .case-study-content .read-more {
      color: #08A3D7;
      text-decoration: none;
      font-weight: 500;
      font-size: 16px;
      text-decoration: underline; }
      .case-studies .case-study-content .read-more:hover {
        color: #067ea6; }
  .case-studies .swiper-pagination {
    position: relative;
    margin-top: 2rem; }
    .case-studies .swiper-pagination .swiper-pagination-bullet {
      width: 16px;
      height: 16px;
      background: #D8D8D8;
      opacity: 1;
      margin: 0 8px; }
      .case-studies .swiper-pagination .swiper-pagination-bullet-active {
        background: #08A3D7; }
  .case-studies .case-studies-cta {
    text-align: center;
    margin-top: 3rem; }
    .case-studies .case-studies-cta .button {
      background: #08A3D7;
      color: #fff;
      padding: 1rem 2.5rem;
      border-radius: 4px;
      text-decoration: none;
      font-weight: 500;
      display: inline-block; }

.case-studies-carousel {
  margin: 0 1.78571rem;
  position: relative;
  display: flex;
  list-style: none;
  padding: 0; }
  .case-studies-carousel .case-study-card {
    margin: 0 1.42857rem;
    flex: 0 0 auto;
    width: 35rem; }

.carousel-prev, .carousel-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; }

.carousel-prev {
  background-image: url(".../../../img/arrow-active-left.svg");
  left: -35px; }

.carousel-next {
  background-image: url(".../../../img/arrow-active-right.svg");
  right: -35px; }

.page-ibwave-system-design .desktop-upper-footer {
  display: none; }

@media only screen and (max-width: 550px) {
  .page-ibwave-system-design .footer-primary {
    display: none; } }

.ibwave-system-design .container {
  max-width: 107rem;
  padding: 0 1.5rem;
  margin: 0 auto; }

.ibwave-system-design .ibwave-system-marquee {
  padding: 3rem 0 4.5rem 0;
  background-color: #F3F6FA; }
  .ibwave-system-design .ibwave-system-marquee .container {
    max-width: 107rem;
    padding: 0 1.5rem;
    margin: 0 auto; }
  @media (min-width: 900px) {
    .ibwave-system-design .ibwave-system-marquee {
      padding: 4.5rem 0;
      margin-bottom: 4.5rem; } }
  .ibwave-system-design .ibwave-system-marquee-content {
    display: flex;
    flex-direction: column;
    gap: 2rem; }
    @media (min-width: 900px) {
      .ibwave-system-design .ibwave-system-marquee-content {
        flex-direction: row;
        gap: 4rem; } }
  @media (min-width: 768px) {
    .ibwave-system-design .ibwave-system-marquee-text {
      flex: 0 0 35%; } }
  @media (min-width: 900px) {
    .ibwave-system-design .ibwave-system-marquee-text {
      flex: 0 0 50%; } }
  .ibwave-system-design .ibwave-system-marquee-text h1 {
    color: #08A3D7;
    font-size: 75px;
    line-height: 69px;
    margin-bottom: 1.25rem;
    margin-top: 0 !important;
    font-weight: 700;
    padding-top: 0; }
    @media (min-width: 768px) {
      .ibwave-system-design .ibwave-system-marquee-text h1 {
        font-size: 40px;
        line-height: 48px; } }
    @media (min-width: 1024px) {
      .ibwave-system-design .ibwave-system-marquee-text h1 {
        font-size: 78px;
        line-height: 84px; } }
  .ibwave-system-design .ibwave-system-marquee-text ul {
    margin-top: 1.5rem;
    padding-left: 1.5rem; }
  .ibwave-system-design .ibwave-system-marquee-text p, .ibwave-system-design .ibwave-system-marquee-text li {
    color: #000;
    font-size: 20px;
    line-height: 33px;
    max-width: 650px !important;
    margin: 0 0 .75rem 0 !important; }
    @media (min-width: 768px) {
      .ibwave-system-design .ibwave-system-marquee-text p, .ibwave-system-design .ibwave-system-marquee-text li {
        font-size: 18px;
        line-height: 28px; } }
    @media (min-width: 1024px) {
      .ibwave-system-design .ibwave-system-marquee-text p, .ibwave-system-design .ibwave-system-marquee-text li {
        font-size: 22px;
        line-height: 30px; } }
  .ibwave-system-design .ibwave-system-marquee-text p {
    font-size: 20px;
    line-height: 33px; }
    @media (min-width: 768px) {
      .ibwave-system-design .ibwave-system-marquee-text p {
        font-size: 18px;
        line-height: 28.8px; } }
    @media (min-width: 1024px) {
      .ibwave-system-design .ibwave-system-marquee-text p {
        font-size: 22px;
        line-height: 33px; } }
  .ibwave-system-design .ibwave-system-marquee__product-image {
    max-width: 100%;
    height: auto;
    margin-top: 3rem;
    margin-bottom: 2rem;
    display: block; }
    @media (min-width: 768px) {
      .ibwave-system-design .ibwave-system-marquee__product-image {
        max-width: 80%; } }
    @media (min-width: 1024px) {
      .ibwave-system-design .ibwave-system-marquee__product-image {
        max-width: 70%; } }
  @media (min-width: 900px) {
    .ibwave-system-design .ibwave-system-marquee .ibwave-system-form-container form {
      padding: 3rem 4rem !important; }
      .ibwave-system-design .ibwave-system-marquee .ibwave-system-form-container form button {
        padding-left: 20px !important;
        padding-right: 20px !important; } }

.ibwave-system-design .ibwave-system-marquee-text h1 {
  font-size: 32px;
  line-height: 38px; }
  @media (min-width: 768px) {
    .ibwave-system-design .ibwave-system-marquee-text h1 {
      font-size: 40px;
      line-height: 48px; } }
  @media (min-width: 1024px) {
    .ibwave-system-design .ibwave-system-marquee-text h1 {
      font-size: 78px;
      line-height: 78px; } }

.ibwave-system-design .how-it-works-section {
  padding: 2rem 0;
  text-align: center; }
  @media (min-width: 768px) {
    .ibwave-system-design .how-it-works-section {
      padding: 3rem 0; } }
  .ibwave-system-design .how-it-works-section h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #111; }
    @media (min-width: 768px) {
      .ibwave-system-design .how-it-works-section h2 {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 3rem; } }
    @media (min-width: 1024px) {
      .ibwave-system-design .how-it-works-section h2 {
        font-size: 50px;
        line-height: 57px; } }
  .ibwave-system-design .how-it-works-section p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 1rem;
    color: #222; }
  .ibwave-system-design .how-it-works-section p strong {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700; }
    @media (min-width: 1024px) {
      .ibwave-system-design .how-it-works-section p strong {
        font-size: 24px;
        line-height: 33px; } }
  .ibwave-system-design .how-it-works-section p:nth-of-type(2),
  .ibwave-system-design .how-it-works-section p:last-of-type {
    font-size: 20px;
    line-height: 30px;
    color: #222; }
    @media (min-width: 1024px) {
      .ibwave-system-design .how-it-works-section p:nth-of-type(2),
      .ibwave-system-design .how-it-works-section p:last-of-type {
        font-size: 20px;
        line-height: 30px; } }
  .ibwave-system-design .how-it-works-section p i {
    display: inline-block;
    padding-top: 1rem; }

.ibwave-system-design .how-it-works-swiper {
  padding-bottom: 1rem;
  overflow: hidden; }
  @media (min-width: 768px) {
    .ibwave-system-design .how-it-works-swiper {
      padding-bottom: 2rem; } }
  .ibwave-system-design .how-it-works-swiper .swiper-slide {
    width: 200px;
    height: auto;
    margin-right: 2rem; }
    @media (min-width: 768px) {
      .ibwave-system-design .how-it-works-swiper .swiper-slide {
        width: 220px;
        margin-right: 3rem; } }
    @media (min-width: 1024px) {
      .ibwave-system-design .how-it-works-swiper .swiper-slide {
        width: 230px;
        margin-right: 4rem; } }

.ibwave-system-design .how-it-works-card {
  background-color: #f3f6fa;
  padding: 1rem;
  text-align: left;
  height: auto;
  min-height: 250px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .ibwave-system-design .how-it-works-card {
      padding: 1.5rem;
      min-height: 350px; } }
  @media (min-width: 1024px) {
    .ibwave-system-design .how-it-works-card {
      padding: 2rem;
      height: 480px;
      min-height: auto; } }
  .ibwave-system-design .how-it-works-card .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
  .ibwave-system-design .how-it-works-card .step-number {
    color: #08A3D7;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .ibwave-system-design .how-it-works-card .step-number {
        font-size: 24px;
        margin-bottom: 0.75rem; } }
    @media (min-width: 1024px) {
      .ibwave-system-design .how-it-works-card .step-number {
        font-size: 28px;
        margin-bottom: 1rem; } }
  .ibwave-system-design .how-it-works-card .card-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .ibwave-system-design .how-it-works-card .card-text {
        padding-bottom: 1rem; } }
    @media (min-width: 1024px) {
      .ibwave-system-design .how-it-works-card .card-text {
        padding-bottom: 3rem; } }
  .ibwave-system-design .how-it-works-card h3 {
    font-size: 18px !important;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .ibwave-system-design .how-it-works-card h3 {
        font-size: 20px !important;
        line-height: 24px;
        margin-bottom: 0.75rem; } }
    @media (min-width: 1024px) {
      .ibwave-system-design .how-it-works-card h3 {
        font-size: 26px !important;
        line-height: 30px;
        margin-bottom: 1rem; } }
  .ibwave-system-design .how-it-works-card p {
    font-size: 15px;
    line-height: 20px;
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .ibwave-system-design .how-it-works-card p {
        font-size: 16px;
        line-height: 22px;
        padding-left: 1.5rem; } }
    @media (min-width: 1024px) {
      .ibwave-system-design .how-it-works-card p {
        font-size: 20px;
        line-height: 30px; } }
    .ibwave-system-design .how-it-works-card p::before {
      content: "•";
      position: absolute;
      left: 0;
      color: #08A3D7;
      font-size: 1.1em;
      font-weight: bold; }
      @media (min-width: 1024px) {
        .ibwave-system-design .how-it-works-card p::before {
          font-size: 1.2em; } }

.ibwave-system-design .swiper-nav-buttons {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: -5px;
  gap: 15px; }
  @media (min-width: 768px) {
    .ibwave-system-design .swiper-nav-buttons {
      gap: 20px; } }

.ibwave-system-design .swiper-button-next,
.ibwave-system-design .swiper-button-prev {
  width: 36px;
  height: 36px;
  cursor: pointer;
  border-radius: 50%;
  background-size: contain;
  position: relative;
  margin: 0;
  top: 0;
  right: 0;
  left: 0; }
  @media (min-width: 768px) {
    .ibwave-system-design .swiper-button-next,
    .ibwave-system-design .swiper-button-prev {
      width: 44px;
      height: 44px; } }
  .ibwave-system-design .swiper-button-next:after,
  .ibwave-system-design .swiper-button-prev:after {
    display: none; }

.ibwave-system-design .swiper-button-prev {
  background: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/icons/page-left.svg") no-repeat center center; }

.ibwave-system-design .swiper-button-next {
  background: url("https://store-6q5bpsuh.mybigcommerce.com/content/images/icons/page-right.svg") no-repeat center center; }

.ibwave-system-design .healthcare-stories {
  margin-top: 4rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 768px) {
    .ibwave-system-design .healthcare-stories {
      grid-template-columns: repeat(2, 1fr);
      gap: 3rem; } }
  @media (min-width: 1024px) {
    .ibwave-system-design .healthcare-stories {
      grid-template-columns: repeat(2, 1fr);
      gap: 3rem; } }
  .ibwave-system-design .healthcare-stories .section-header {
    text-align: center;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .ibwave-system-design .healthcare-stories .section-header {
        margin-bottom: 3rem; } }
    .ibwave-system-design .healthcare-stories .section-header__title {
      font-size: 32px;
      line-height: 38px;
      font-weight: 700;
      color: #111; }
      @media (min-width: 768px) {
        .ibwave-system-design .healthcare-stories .section-header__title {
          font-size: 42px;
          line-height: 48px; } }
      @media (min-width: 1024px) {
        .ibwave-system-design .healthcare-stories .section-header__title {
          font-size: 50px;
          line-height: 57px; } }
  .ibwave-system-design .healthcare-stories__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .ibwave-system-design .healthcare-stories__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
        margin-bottom: 3rem; } }
  .ibwave-system-design .healthcare-stories__cta {
    text-align: center; }
    .ibwave-system-design .healthcare-stories__cta .btn {
      background-color: #08A3D7;
      color: white;
      padding: 12px 24px;
      font-size: 16px;
      font-weight: 600;
      border: none;
      border-radius: 0;
      text-decoration: none;
      display: inline-block;
      transition: background-color 0.3s ease; }
      @media (min-width: 768px) {
        .ibwave-system-design .healthcare-stories__cta .btn {
          padding: 14px 32px;
          font-size: 18px; } }
      .ibwave-system-design .healthcare-stories__cta .btn:hover {
        background-color: #0799c3;
        text-decoration: none;
        color: white; }

.ibwave-system-design .section {
  padding: 1.5rem 0 !important;
  color: black; }
  .ibwave-system-design .section .container {
    overflow: initial !important; }
  .ibwave-system-design .section.section-gray {
    background-color: #dfe2e8; }
  .ibwave-system-design .section.section-blue {
    background-color: #1E243A; }
  .ibwave-system-design .section.section-blue-gradient {
    background: linear-gradient(to right, #5D3F98, #558CE6); }
  .ibwave-system-design .section .section-title {
    font-size: 26px;
    font-weight: 600; }
  .ibwave-system-design .section .required {
    color: #df2579; }
  .ibwave-system-design .section .button--request-service {
    font-size: 18px;
    font-weight: 600;
    padding: 1rem 3rem; }

.ibwave-system-design .ibwave-design-pricing {
  position: relative;
  z-index: 1; }
  .ibwave-system-design .ibwave-design-pricing .badges {
    display: none;
    align-items: center;
    justify-content: center; }
    .ibwave-system-design .ibwave-design-pricing .badges img {
      margin: 0 3rem; }
    @media (min-width: 1181px) {
      .ibwave-system-design .ibwave-design-pricing .badges {
        display: flex; } }
  .ibwave-system-design .ibwave-design-pricing .short-description {
    max-width: 65.71429rem;
    margin: 0 auto;
    padding: 1.5rem 0 2.28571rem; }
    @media only screen and (min-width: 768px) {
      .ibwave-system-design .ibwave-design-pricing .short-description {
        text-align: center; } }
    .ibwave-system-design .ibwave-design-pricing .short-description .button {
      display: block;
      max-width: 12.85714rem;
      padding: 1.21429rem 0;
      margin: 2.28571rem auto 0; }
      @media only screen and (min-width: 768px) {
        .ibwave-system-design .ibwave-design-pricing .short-description .button {
          display: none; } }
    @media only screen and (min-width: 768px) {
      .ibwave-system-design .ibwave-design-pricing .short-description br {
        display: none; } }

.ibwave-system-design .ibwave-design-pricing-offer {
  padding: 2rem 0;
  margin-bottom: 1.5rem;
  background: linear-gradient(to right, #5D3F98, #558CE6);
  color: #FFF;
  font-size: 22px;
  text-align: center; }

.ibwave-system-design h2.section-title {
  margin-bottom: 1.5rem; }

.ibwave-system-design .row-ibwave-pricing {
  display: flex;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 17.85714rem; }
  @media (min-width: 481px) {
    .ibwave-system-design .row-ibwave-pricing {
      margin-left: -1%;
      margin-right: -1%;
      max-width: 100%; } }
  @media only screen and (min-width: 640px) {
    .ibwave-system-design .row-ibwave-pricing {
      margin-left: auto;
      margin-right: auto;
      max-width: 45.71429rem; } }
  @media only screen and (min-width: 960px) {
    .ibwave-system-design .row-ibwave-pricing {
      margin-left: -1%;
      margin-right: -1%;
      max-width: 102%; } }
  .ibwave-system-design .row-ibwave-pricing .column {
    width: 100%;
    margin: 0 0 3rem;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
    text-align: center; }
    @media (min-width: 481px) {
      .ibwave-system-design .row-ibwave-pricing .column {
        width: 48%;
        margin: 0 1% 3rem; } }
    @media only screen and (min-width: 960px) {
      .ibwave-system-design .row-ibwave-pricing .column {
        width: 31.33%; } }
    .ibwave-system-design .row-ibwave-pricing .column.column-support {
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
      .ibwave-system-design .row-ibwave-pricing .column.column-support img {
        margin-top: 0.35714rem;
        margin-bottom: 1.21429rem; }
      .ibwave-system-design .row-ibwave-pricing .column.column-support .content .text {
        margin-bottom: 0.35714rem; }
      .ibwave-system-design .row-ibwave-pricing .column.column-support .phone-number a {
        font-size: 24px;
        font-weight: bold;
        text-decoration: none;
        color: black; }
        .ibwave-system-design .row-ibwave-pricing .column.column-support .phone-number a:hover {
          text-decoration: underline; }
  .ibwave-system-design .row-ibwave-pricing .heading {
    position: relative;
    color: white;
    background-color: #8E6DE4;
    padding: 0.78571rem 1rem; }
    .ibwave-system-design .row-ibwave-pricing .heading::after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 0;
      right: 0;
      margin: auto;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #8E6DE4; }
  .ibwave-system-design .row-ibwave-pricing .text {
    font-size: 1rem; }
  .ibwave-system-design .row-ibwave-pricing .sq-ft {
    font-size: 18px;
    font-weight: 700; }
  .ibwave-system-design .row-ibwave-pricing .price {
    font-size: 24px;
    font-weight: 700; }
  .ibwave-system-design .row-ibwave-pricing .content {
    padding: 1.71429rem 1rem; }
    .ibwave-system-design .row-ibwave-pricing .content .text {
      font-weight: 700; }
  .ibwave-system-design .row-ibwave-pricing .system-design-only {
    border-bottom: 1px solid #8BA3BC;
    padding-bottom: 1rem; }
  .ibwave-system-design .row-ibwave-pricing .equipment-purchase {
    padding-top: 1rem; }
    .ibwave-system-design .row-ibwave-pricing .equipment-purchase .price {
      color: #DD2C79; }
    .ibwave-system-design .row-ibwave-pricing .equipment-purchase .price-before {
      font-size: 18px;
      margin-right: 1.35714rem;
      text-decoration: line-through; }

.ibwave-system-design .row-ibwave-service-includes {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end; }
  @media only screen and (min-width: 768px) {
    .ibwave-system-design .row-ibwave-service-includes {
      padding-bottom: 0.78571rem; } }
  .ibwave-system-design .row-ibwave-service-includes .title {
    font-size: 18px;
    font-weight: bold; }
  .ibwave-system-design .row-ibwave-service-includes .text {
    font-size: 16px; }
  .ibwave-system-design .row-ibwave-service-includes .column {
    margin-bottom: 3rem; }
  .ibwave-system-design .row-ibwave-service-includes .column-service-includes {
    width: 100%; }
    .ibwave-system-design .row-ibwave-service-includes .column-service-includes .title {
      margin-bottom: 1rem;
      margin-top: 1.5rem;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .ibwave-system-design .row-ibwave-service-includes .column-service-includes .title {
          text-align: left;
          margin-top: 0; } }
    .ibwave-system-design .row-ibwave-service-includes .column-service-includes .tooltip {
      color: #30C8F8;
      font-weight: bold;
      text-decoration: none; }
      .ibwave-system-design .row-ibwave-service-includes .column-service-includes .tooltip.is-open {
        position: relative;
        text-decoration: underline; }
      .ibwave-system-design .row-ibwave-service-includes .column-service-includes .tooltip:hover {
        text-decoration: underline; }
      .ibwave-system-design .row-ibwave-service-includes .column-service-includes .tooltip img {
        width: 1.35714rem;
        margin-left: 0.21429rem; }
    .ibwave-system-design .row-ibwave-service-includes .column-service-includes .dropdown-tooltip {
      margin-top: 10px;
      border: 1px solid #30C8F8;
      background-color: white;
      max-width: 18.57143rem !important;
      padding: 1.21429rem 1.5rem; }
      .ibwave-system-design .row-ibwave-service-includes .column-service-includes .dropdown-tooltip::before, .ibwave-system-design .row-ibwave-service-includes .column-service-includes .dropdown-tooltip::after {
        content: "";
        position: absolute;
        top: -9px;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        height: 0; }
      .ibwave-system-design .row-ibwave-service-includes .column-service-includes .dropdown-tooltip::before {
        top: -10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #08acdd; }
      .ibwave-system-design .row-ibwave-service-includes .column-service-includes .dropdown-tooltip::after {
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid white; }
  .ibwave-system-design .row-ibwave-service-includes .column-special-offer {
    width: 100%;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
    padding: 1.5rem; }
    @media only screen and (min-width: 768px) {
      .ibwave-system-design .row-ibwave-service-includes .column-special-offer {
        width: 40%; } }
    .ibwave-system-design .row-ibwave-service-includes .column-special-offer .title {
      color: #E63F91; }

.ibwave-system-design .ibwave-design-expert {
  color: white; }
  .ibwave-system-design .ibwave-design-expert .title {
    font-size: 18px;
    padding-top: 2rem;
    margin-bottom: 1.21429rem;
    text-align: center; }
    @media (min-width: 551px) {
      .ibwave-system-design .ibwave-design-expert .title {
        text-align: left;
        padding-top: 0.78571rem;
        margin-left: calc(120px + 4.5rem); } }
  .ibwave-system-design .ibwave-design-expert .row-expert {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 3rem; }
    @media (min-width: 551px) {
      .ibwave-system-design .ibwave-design-expert .row-expert {
        padding-bottom: 1.5rem; } }
    .ibwave-system-design .ibwave-design-expert .row-expert .column-image {
      width: 100%;
      text-align: center;
      margin: 0.78571rem 0 2.5rem; }
      @media (min-width: 551px) {
        .ibwave-system-design .ibwave-design-expert .row-expert .column-image {
          margin: 0;
          width: 8.57143rem; } }
      .ibwave-system-design .ibwave-design-expert .row-expert .column-image img {
        width: 8.57143rem; }
        @media (min-width: 551px) {
          .ibwave-system-design .ibwave-design-expert .row-expert .column-image img {
            margin-top: -2rem; } }
    .ibwave-system-design .ibwave-design-expert .row-expert .column-text {
      width: 100%;
      padding-left: 2rem;
      background-image: url("../img/icons/quote-white.svg");
      background-position: 0 0.2rem;
      background-repeat: no-repeat; }
      @media (min-width: 551px) {
        .ibwave-system-design .ibwave-design-expert .row-expert .column-text {
          width: calc(100% - 120px);
          padding-left: 4.5rem;
          background-position: 2.5rem 0.2rem; } }
      .ibwave-system-design .ibwave-design-expert .row-expert .column-text p {
        font-weight: 700; }
        @media (min-width: 551px) {
          .ibwave-system-design .ibwave-design-expert .row-expert .column-text p {
            margin-bottom: 0.21429rem; } }
        .ibwave-system-design .ibwave-design-expert .row-expert .column-text p:last-child {
          font-weight: 300; }

.ibwave-system-design .ibwave-services .section-title {
  padding-top: 2.28571rem;
  margin-bottom: 2.28571rem; }
  .ibwave-system-design .ibwave-services .section-title img {
    display: block;
    margin: 0 auto 0.35714rem; }
    @media (min-width: 551px) {
      .ibwave-system-design .ibwave-services .section-title img {
        display: inline-block;
        vertical-align: baseline;
        margin-right: 0.21429rem;
        margin: 0; } }

.ibwave-system-design .ibwave-services .row-ibwave-service {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 3rem; }
  @media only screen and (min-width: 768px) {
    .ibwave-system-design .ibwave-services .row-ibwave-service {
      margin-bottom: 0; } }
  .ibwave-system-design .ibwave-services .row-ibwave-service .column {
    margin-bottom: 1.5rem; }
  .ibwave-system-design .ibwave-services .row-ibwave-service .column-text {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .ibwave-system-design .ibwave-services .row-ibwave-service .column-text {
        width: 60%;
        padding-right: 6rem; } }
  .ibwave-system-design .ibwave-services .row-ibwave-service .column-image {
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .ibwave-system-design .ibwave-services .row-ibwave-service .column-image {
        text-align: right;
        width: 40%; } }

.ibwave-system-design .ibwave-services .ibwave-service-request {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .ibwave-system-design .ibwave-services .ibwave-service-request {
      padding-bottom: 3rem;
      border-bottom: 1px solid #cccccc; } }
  .ibwave-system-design .ibwave-services .ibwave-service-request .button {
    width: 100%;
    max-width: 21.42857rem;
    font-size: 16px; }

.ibwave-system-design .ibwave-services .ibwave-service-support {
  display: flex;
  flex-flow: row wrap;
  padding-top: 4rem;
  margin: 0 -0.5rem; }
  @media only screen and (min-width: 640px) {
    .ibwave-system-design .ibwave-services .ibwave-service-support {
      padding-bottom: 1.5rem; } }
  .ibwave-system-design .ibwave-services .ibwave-service-support .column {
    width: calc(100% - 0.5rem);
    margin: 0 0.5rem 1.5rem;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
    padding: 3rem 2rem 4.5rem; }
    @media only screen and (min-width: 640px) {
      .ibwave-system-design .ibwave-services .ibwave-service-support .column {
        width: calc(48% - 0.5rem); } }
    @media (min-width: 1181px) {
      .ibwave-system-design .ibwave-services .ibwave-service-support .column {
        width: calc(46% - 0.5rem); } }
    @media only screen and (min-width: 640px) {
      .ibwave-system-design .ibwave-services .ibwave-service-support .column:first-child {
        margin-right: 2%; } }
    @media (min-width: 1181px) {
      .ibwave-system-design .ibwave-services .ibwave-service-support .column:first-child {
        margin-right: 4%; } }
    @media only screen and (min-width: 640px) {
      .ibwave-system-design .ibwave-services .ibwave-service-support .column:last-child {
        margin-left: 2%; } }
    @media (min-width: 1181px) {
      .ibwave-system-design .ibwave-services .ibwave-service-support .column:last-child {
        margin-left: 4%; } }
    .ibwave-system-design .ibwave-services .ibwave-service-support .column .title {
      font-size: 26px;
      text-align: center;
      margin-bottom: 1.71429rem; }
    .ibwave-system-design .ibwave-services .ibwave-service-support .column .description {
      font-size: 16px; }

.ibwave-system-design .request-services {
  display: none; }
  @media (min-width: 551px) {
    .ibwave-system-design .request-services {
      display: block; } }
  .ibwave-system-design .request-services .row-request-services {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.78571rem; }
    .ibwave-system-design .request-services .row-request-services .column-support {
      display: flex;
      align-items: center;
      color: white;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      border-right: 1px solid #66737E;
      padding-right: 2.28571rem; }
      .ibwave-system-design .request-services .row-request-services .column-support img {
        margin-right: 1rem; }
      .ibwave-system-design .request-services .row-request-services .column-support a {
        display: block;
        font-size: 20px;
        color: white;
        text-decoration: none; }
        .ibwave-system-design .request-services .row-request-services .column-support a:hover, .ibwave-system-design .request-services .row-request-services .column-support a:focus {
          text-decoration: underline; }
    .ibwave-system-design .request-services .row-request-services .column-request-service {
      padding-left: 2.28571rem; }
      .ibwave-system-design .request-services .row-request-services .column-request-service .button {
        margin-bottom: 0;
        max-width: 100%; }

.ibwave-system-design .ibwave-design-process .section-title {
  margin-bottom: 1rem; }
  @media only screen and (min-width: 640px) {
    .ibwave-system-design .ibwave-design-process .section-title {
      padding-top: 3rem; } }

.ibwave-system-design .ibwave-design-process .section-subtitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2.28571rem; }

.ibwave-system-design .ibwave-design-process .design-process-steps {
  display: flex;
  flex-flow: column; }
  .ibwave-system-design .ibwave-design-process .design-process-steps .design-process-step {
    display: flex;
    position: relative;
    justify-content: center;
    margin-bottom: 2.71429rem;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2); }
    .ibwave-system-design .ibwave-design-process .design-process-steps .design-process-step::before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 99%;
      margin: auto;
      border: 4px solid #23293F; }
    .ibwave-system-design .ibwave-design-process .design-process-steps .design-process-step::after {
      content: "";
      position: absolute;
      bottom: -12px;
      left: 0;
      right: 0;
      margin: auto;
      width: 0;
      height: 0;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-top: 12px solid #23293F; }
    .ibwave-system-design .ibwave-design-process .design-process-steps .design-process-step .content {
      display: flex;
      flex-flow: column;
      align-items: center;
      width: 100%;
      max-width: 54.28571rem;
      padding: 1.85714rem 1.5rem 3rem; }
      @media (min-width: 481px) {
        .ibwave-system-design .ibwave-design-process .design-process-steps .design-process-step .content {
          flex-flow: row wrap; } }
      .ibwave-system-design .ibwave-design-process .design-process-steps .design-process-step .content .step {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3.14286rem;
        height: 3.14286rem;
        background: #6D55AD;
        background: linear-gradient(to top, #6D55AD 0, #9A76F9 90%);
        border-radius: 100%;
        font-size: 25px;
        font-weight: bold;
        color: white;
        margin-bottom: 1.5rem; }
        @media (min-width: 481px) {
          .ibwave-system-design .ibwave-design-process .design-process-steps .design-process-step .content .step {
            width: 6rem;
            height: 6rem;
            font-size: 50px;
            background: #8E6DE4;
            margin-bottom: 0; } }
        .ibwave-system-design .ibwave-design-process .design-process-steps .design-process-step .content .step.blue {
          background: #1f233b; }
      .ibwave-system-design .ibwave-design-process .design-process-steps .design-process-step .content .description {
        width: 100%; }
        @media (min-width: 481px) {
          .ibwave-system-design .ibwave-design-process .design-process-steps .design-process-step .content .description {
            width: calc(100% - 84px);
            padding-left: 3rem; } }
        .ibwave-system-design .ibwave-design-process .design-process-steps .design-process-step .content .description .title {
          font-size: 20px;
          font-weight: bold;
          margin-bottom: 0.21429rem; }
        .ibwave-system-design .ibwave-design-process .design-process-steps .design-process-step .content .description .text {
          font-size: 16px; }

.ibwave-system-design .ibwave-design-process .row-disclaimer {
  color: #66737E;
  font-size: 16px;
  padding: 0.5rem 0 1.5rem; }
  @media only screen and (min-width: 640px) {
    .ibwave-system-design .ibwave-design-process .row-disclaimer {
      display: flex;
      align-items: flex-start; } }
  .ibwave-system-design .ibwave-design-process .row-disclaimer .column-disclaimer {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold; }
    .ibwave-system-design .ibwave-design-process .row-disclaimer .column-disclaimer svg {
      fill: #66737E;
      width: 1.78571rem;
      height: 1.78571rem;
      margin-right: 0.78571rem; }
  .ibwave-system-design .ibwave-design-process .row-disclaimer .column-text {
    margin-top: 0.78571rem; }
    @media only screen and (min-width: 640px) {
      .ibwave-system-design .ibwave-design-process .row-disclaimer .column-text {
        display: flex;
        align-items: flex-start;
        padding-left: 1rem;
        margin-top: 0; } }

.ibwave-system-design .business-services-projects {
  border-bottom: 1px solid #cccccc; }
  @media only screen and (min-width: 640px) {
    .ibwave-system-design .business-services-projects {
      border-bottom: 0; } }
  @media only screen and (min-width: 1360px) {
    .ibwave-system-design .business-services-projects .recent-projects-carousel {
      margin: 0 -1.42857rem; } }
  .ibwave-system-design .business-services-projects .recent-project-item {
    border: 0;
    background: transparent; }
    .ibwave-system-design .business-services-projects .recent-project-item .recent-project-action a {
      text-decoration: none;
      border-bottom: 1px solid #1b7d9c; }
    .ibwave-system-design .business-services-projects .recent-project-item .recent-project-action i {
      display: none; }

.ibwave-system-design .ibwave-design-pricing-section {
  padding: 2rem 0; }
  .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-row {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: stretch; }
    @media (min-width: 1024px) {
      .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-row {
        flex-direction: row;
        align-items: flex-start;
        gap: 3rem; } }
  .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-content {
    flex: 2 1 0%;
    min-width: 0; }
  .ibwave-system-design .ibwave-design-pricing-section h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #111;
    text-align: center; }
    @media (min-width: 768px) {
      .ibwave-system-design .ibwave-design-pricing-section h2 {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 3rem; } }
    @media (min-width: 1024px) {
      .ibwave-system-design .ibwave-design-pricing-section h2 {
        font-size: 50px;
        line-height: 57px; } }
  .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-offer {
    color: #fff;
    background: #00ADEE;
    font-weight: bold;
    text-align: center;
    padding: 2rem 1.25rem;
    border-radius: 0;
    margin-bottom: 2rem;
    font-size: 18px; }
    @media (min-width: 1024px) {
      .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-offer {
        font-size: 22px; } }
  .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem; }
    @media (min-width: 1024px) {
      .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-cards {
        flex-direction: row;
        gap: 2rem; } }
  .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-card {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    border: 1px solid #00ADEE;
    border-radius: 0;
    overflow: hidden;
    min-width: 0;
    background: #fff; }
    .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-card .ibwave-design-pricing-card-top {
      background: #00ADEE;
      color: #fff;
      padding: 1.25rem 1rem 1rem 1rem;
      text-align: left;
      border-radius: 0; }
    .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-card .ibwave-design-pricing-card-coverage {
      font-size: 20px;
      line-height: 20px;
      font-weight: 600;
      margin-bottom: 0.5rem; }
    .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-card .ibwave-design-pricing-card-area {
      font-size: 22px;
      line-height: 30px;
      font-weight: 700; }
    .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-card .ibwave-design-pricing-card-bottom {
      background: #fff;
      color: #222;
      padding: 1rem 1rem 1.25rem 1rem;
      text-align: left;
      border-radius: 0; }
    .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-card .ibwave-design-pricing-card-type {
      font-size: 20px;
      line-height: 20px;
      font-weight: 600;
      margin-bottom: 0.5rem; }
    .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-card .ibwave-design-pricing-card-price {
      font-size: 24px;
      font-weight: bold;
      color: #111; }
  .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-cta {
    display: block;
    background: #1F253A;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 29px;
    font-weight: 700;
    border-radius: 0;
    padding: 1.5rem 0;
    margin: 2rem 0 1.5rem 0;
    width: 100%;
    max-width: none;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-cta {
        width: calc(67% - 1rem);
        margin-left: 0; } }
  .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-notice {
    font-size: 18px;
    color: #000; }
  .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-testimonial {
    background: #4A5A6A;
    color: #fff;
    padding: 2rem 1.5rem;
    border-radius: 0;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 1.5rem;
    text-align: left;
    width: 100%;
    display: flex; }
    @media (min-width: 1181px) {
      .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-testimonial {
        font-size: 20px;
        margin-top: 2rem;
        padding: 4rem 6rem; } }
    .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-testimonial .ibwave-design-pricing-testimonial-photo {
      width: 100px;
      height: 100px;
      margin-right: 1.5rem;
      flex-shrink: 0;
      flex-grow: 0; }
      @media (min-width: 1181px) {
        .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-testimonial .ibwave-design-pricing-testimonial-photo {
          width: 125px;
          height: 125px; } }
    .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-testimonial .ibwave-design-pricing-testimonial-author {
      font-style: normal;
      font-weight: 700;
      margin-top: 1rem; }
  .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-image-wrapper {
    flex: 1 1 0%;
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    border-radius: 0; }
    @media (min-width: 1024px) {
      .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-image-wrapper {
        margin-top: 0;
        display: flex; } }
    .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-image-wrapper img {
      margin-top: 1.5rem; }
  .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-image {
    max-width: 100%;
    height: auto;
    width: 100%;
    max-width: 400px;
    display: block;
    border-radius: 0; }
    @media (min-width: 1024px) {
      .ibwave-system-design .ibwave-design-pricing-section .ibwave-design-pricing-image {
        width: 80%; } }

.ibwave-proven-process-section .container {
  max-width: 101rem;
  margin-bottom: 4.5rem; }
  @media (min-width: 768px) {
    .ibwave-proven-process-section .container {
      border: 1px solid #eae8e8;
      box-shadow: 3px 0px 8px #CCC; } }

.ibwave-proven-process-section .section-heading {
  margin-top: 3rem;
  text-align: center;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #111; }
  @media (min-width: 768px) {
    .ibwave-proven-process-section .section-heading {
      font-size: 42px;
      line-height: 48px; } }
  @media (min-width: 1024px) {
    .ibwave-proven-process-section .section-heading {
      font-size: 50px;
      line-height: 57px; } }

.ibwave-proven-process-section .ibwave-proven-process-columns {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  align-items: flex-start; }
  @media (min-width: 700px) {
    .ibwave-proven-process-section .ibwave-proven-process-columns {
      flex-direction: row;
      align-items: center; }
      .ibwave-proven-process-section .ibwave-proven-process-columns .ibwave-proven-process-text {
        width: 60%;
        padding: 1.5rem; }
      .ibwave-proven-process-section .ibwave-proven-process-columns .ibwave-proven-process-logos {
        width: 40%;
        padding: 1.5rem; }
        .ibwave-proven-process-section .ibwave-proven-process-columns .ibwave-proven-process-logos img {
          padding: 2.5%; } }

.ibwave-proven-process-section .ibwave-proven-process-text p {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .ibwave-proven-process-section .ibwave-proven-process-text p {
      font-size: 20px;
      line-height: 30px; } }

.ibwave-proven-process-section .ibwave-proven-process-logos {
  display: flex;
  flex-wrap: wrap; }
  .ibwave-proven-process-section .ibwave-proven-process-logos img {
    width: 33.33%;
    padding: 1%;
    align-self: flex-start; }
    @media (min-width: 480px) {
      .ibwave-proven-process-section .ibwave-proven-process-logos img {
        width: 50%; } }

.ibwave-cta-section {
  background-color: #00ADEE;
  padding: 3rem 0 4.5rem 0 !important;
  text-align: center;
  color: #fff;
  margin: 2rem 0 0 0;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  .ibwave-cta-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem; }
  .ibwave-cta-section h2 {
    font-size: 42px;
    line-height: 48px;
    margin: 0 0 1.5rem 0;
    font-weight: 700;
    color: #fff; }
    @media (min-width: 768px) {
      .ibwave-cta-section h2 {
        font-size: 70px;
        line-height: 73px; } }
  .ibwave-cta-section p {
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto 2rem auto !important;
    color: #fff;
    max-width: 600px !important; }
    @media (min-width: 768px) {
      .ibwave-cta-section p {
        font-size: 24px;
        line-height: 32px;
        max-width: 700px !important; } }
    @media (min-width: 1024px) {
      .ibwave-cta-section p {
        max-width: 900px !important; } }
  .ibwave-cta-section .ibwave-cta-btn {
    display: inline-block;
    background: #1F253A;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    padding: 1rem 2.5rem;
    text-decoration: none;
    margin-top: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: background 0.2s, color 0.2s;
    border: none; }
    @media (min-width: 768px) {
      .ibwave-cta-section .ibwave-cta-btn {
        font-size: 22px;
        line-height: 32px; } }
    .ibwave-cta-section .ibwave-cta-btn:hover, .ibwave-cta-section .ibwave-cta-btn:focus {
      background: #fff;
      color: #1F253A;
      text-decoration: none; }
  @media (min-width: 768px) {
    .ibwave-cta-section {
      padding: 7rem 0 !important; } }
