<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  color: #000;
  font-family: 'Rubik' !important;
  font-weight: 300;
  font-size: 1.3rem;
}

body {
  font-size: 13px;
}

@media screen and (min-width: 320px) {
  body {
    font-size: calc(13px + 3 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

h1, .h1 {
  color: #2741a9;
  font-weight: 500;
  font-size: 3.71293rem;
}

h1, .h1 {
  font-size: 37.1293px;
}

@media screen and (min-width: 320px) {
  h1, .h1 {
    font-size: calc(37.1293px + 19.9082 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 57.0375px;
  }
}

h2, .h2 {
  color: #2741a9;
  font-weight: 500;
  font-size: 2.197rem;
}

h2, .h2 {
  font-size: 28.561px;
}

@media screen and (min-width: 320px) {
  h2, .h2 {
    font-size: calc(28.561px + 15.314 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1200px) {
  h2, .h2 {
    font-size: 43.875px;
  }
}

h3, .h3 {
  color: #2741a9;
  font-weight: 500;
  font-size: 1.69rem;
}

h3, .h3 {
  font-size: 21.97px;
}

@media screen and (min-width: 320px) {
  h3, .h3 {
    font-size: calc(21.97px + 7.28 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1200px) {
  h3, .h3 {
    font-size: 29.25px;
  }
}

h4, .h4,
h5, .h5,
h6, .h6 {
  color: #2741a9;
  font-weight: 600;
  font-size: 1.3rem;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  font-size: 16.9px;
}

@media screen and (min-width: 320px) {
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    font-size: calc(16.9px + 2.6 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1200px) {
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    font-size: 19.5px;
  }
}

p, .p {
  color: #000;
  font-weight: 300;
  font-size: 1.3rem;
}

p, .p {
  font-size: 13px;
}

@media screen and (min-width: 320px) {
  p, .p {
    font-size: calc(13px + 3 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1200px) {
  p, .p {
    font-size: 16px;
  }
}

.btn {
  font-family: 'Rubik' !important;
  font-size: 1.3rem;
  font-weight: 400;
}

.btn {
  font-size: 13px;
}

@media screen and (min-width: 320px) {
  .btn {
    font-size: calc(13px + 3 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1200px) {
  .btn {
    font-size: 16px;
  }
}

.sm {
  font-size: 12px;
}

.text-primary {
  color: #2741a9 !important;
}

.text-secondary {
  color: #ffc000 !important;
}

.text-red {
  color: #ca3a31 !important;
}

.text-black {
  color: #000 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: auto;
}

body {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  background-color: #FFF;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul.arrows {
  position: relative;
  display: block;
  width: 100%;
  list-style-type: none;
}

ul.arrows li {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 24px;
}

ul.arrows li::before {
  content: "\f061";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  font-size: 16px;
  color: #ca3a31;
  margin-right: 8px;
}

ul.arrows li ul {
  margin-left: 20px;
}

ul.circles {
  position: relative;
  display: block;
  width: 100%;
  list-style-type: none;
}

ul.circles li {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 24px;
}

ul.circles li::before {
  content: "\f058";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  font-size: 16px;
  color: #82C91E;
  margin-right: 8px;
}

ul.circles li ul {
  margin-left: 20px;
}

ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ol.circles {
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
}

ol.circles li {
  position: relative;
  display: block;
  width: 100%;
}

.popover {
  border: none !important;
}

.popover-body {
  padding: 0 !important;
  border-radius: 10px;
  border: none;
}

.popover-arrow::after {
  border-top-color: #2741a9 !important;
}

#urban-landing-page .popover-arrow::after {
  border-top-color: #693F8E !important;
}

.pitched-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: none;
  z-index: 999999;
}

.pitched-menu * {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pitched-menu .pitched-menu-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.pitched-menu .pitched-menu-inner {
  position: absolute;
  height: 100%;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: hidden;
  z-index: 2;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background-image: url(/images/pages/services/ultrafast-rural/gradient.jpg) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

#rural-menu.pitched-menu .pitched-menu-inner {
  background-image: none !important;
  background-color: #ca3a31 !important;
}

#urban-menu.pitched-menu .pitched-menu-inner {
  background-image: none !important;
  background-color: #693F8E !important;
}

.pitched-menu .pitched-menu-inner.lucid-menu-pin-left {
  top: 0;
  left: 0;
  -webkit-animation-name: showPitchedMenuPinLeft;
  animation-name: showPitchedMenuPinLeft;
}

.pitched-menu .pitched-menu-inner.lucid-menu-pin-right {
  top: 0;
  right: 0;
  -webkit-animation-name: showPitchedMenuPinRight;
  animation-name: showPitchedMenuPinRight;
}

.pitched-menu .pitched-menu-inner.lucid-menu-pin-bottom {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation-name: showPitchedMenuPinBottom;
  animation-name: showPitchedMenuPinBottom;
}

.pitched-menu .pitched-menu-inner.lucid-menu-pin-top {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation-name: showPitchedMenuPinTop;
  animation-name: showPitchedMenuPinTop;
}

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

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

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

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

@-webkit-keyframes showPitchedMenuPinBottom {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes showPitchedMenuPinBottom {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes showPitchedMenuPinTop {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes showPitchedMenuPinTop {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.pitched-menu .pitched-menu-inner .pitched-menu-header {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  padding: 18px 24px;
}

.pitched-menu .pitched-menu-inner .pitched-menu-footer {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 18px 24px;
}

.pitched-menu .pitched-menu-inner .pitched-menu-nav {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  outline: 0 !important;
}

.pitched-menu .pitched-menu-inner .pitched-menu-nav ul {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  list-style-type: none;
}

.pitched-menu .pitched-menu-inner .pitched-menu-nav ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  white-space: normal;
}

.pitched-menu .pitched-menu-inner .pitched-menu-nav ul li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 18px 24px;
  color: #212121;
  text-decoration: none;
}

.pitched-menu .pitched-menu-inner .pitched-menu-nav ul li a.pitched-menu-down-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 18px;
  padding: 4px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  pointer-events: none;
}

.pitched-menu .pitched-menu-inner .pitched-menu-nav ul li a.pitched-menu-down-btn-rotate::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pitched-menu .pitched-menu-inner .pitched-menu-nav ul li ul {
  display: none;
  z-index: 1;
}

.pitched-menu .pitched-menu-inner .pitched-menu-nav ul li ul li {
  padding-left: 12px;
}

.pitched-menu .pitched-menu-header {
  padding: 18px 18px 48px 18px !important;
  border-bottom: none;
  text-align: left;
}

.pitched-menu .pitched-menu-header .logo {
  position: relative;
  float: left;
  width: auto;
  height: 42px;
  max-height: 48px;
  max-width: calc(100% - 60px);
}

.pitched-menu .pitched-menu-header #close-menu-btn {
  position: relative;
  float: right;
  padding: 0;
  width: 42px;
  height: 42px;
  line-height: 44px;
  font-size: 30px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
}

.pitched-menu .pitched-menu-header #close-menu-btn:hover, .pitched-menu .pitched-menu-header #close-menu-btn:focus, .pitched-menu .pitched-menu-header #close-menu-btn:active {
  background-color: rgba(255, 255, 255, 0.1);
}

.pitched-menu .pitched-menu-nav ul li {
  text-align: center;
}

.pitched-menu .pitched-menu-nav ul li a {
  color: #FFF !important;
  -webkit-transition: color 300ms, -webkit-transform ease-out 300ms;
  transition: color 300ms, -webkit-transform ease-out 300ms;
  transition: color 300ms, transform ease-out 300ms;
  transition: color 300ms, transform ease-out 300ms, -webkit-transform ease-out 300ms;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  padding: 12px 24px;
}

.pitched-menu .pitched-menu-nav ul li a.pitched-menu-down-btn::after {
  border-color: rgba(255, 255, 255, 0.9) !important;
}

.pitched-menu .pitched-menu-nav ul li a:hover {
  color: white !important;
}

.pitched-menu .pitched-menu-nav ul li:last-child a {
  width: auto;
  background-color: #FFF !important;
  border-radius: 30px;
  color: #ca3a31 !important;
  font-weight: 500 !important;
  padding: 12px 30px;
}

.pitched-menu .pitched-menu-footer {
  padding: 18px 18px 120px 18px !important;
  text-align: center;
}

.pitched-menu .pitched-menu-footer .socials {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px;
  list-style-type: none;
}

.pitched-menu .pitched-menu-footer .socials li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.pitched-menu .pitched-menu-footer .socials li a {
  width: 36px;
  height: 36px;
  font-size: 30px;
  color: #FFF;
  padding: 6px;
}

#urban-menu .pitched-menu-nav ul li:last-child a {
  background-color: #ffc000 !important;
  color: #693F8E !important;
}

.btn {
  border-radius: 20px;
  padding: .4rem 1.4rem;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-primary {
  background-color: #ca3a31;
  color: #FFF;
}

.btn.btn-primary:hover {
  background-color: #c0372f;
}

.btn.btn-primary:active, .btn.btn-primary:focus {
  background-color: #b5342c;
}

.btn.btn-secondary {
  background-color: #ffc000;
  color: #2741a9;
}

.btn.btn-secondary:hover {
  background-color: #f2b600;
}

.btn.btn-secondary:active, .btn.btn-secondary:focus {
  background-color: #e6ad00;
}

.btn.btn-lg {
  padding: .8rem 2.4rem;
  font-weight: 500 !important;
  border-radius: 25px;
}

form {
  position: relative;
  display: block;
  width: 100%;
}

form input[type="text"],
form input[type="email"],
form select,
form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF !important;
  border-radius: 18px !important;
  border: 1px solid #FFF !important;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
}

form input[type="text"]:hover, form input[type="text"]:active, form input[type="text"]:focus,
form input[type="email"]:hover,
form input[type="email"]:active,
form input[type="email"]:focus,
form select:hover,
form select:active,
form select:focus,
form textarea:hover,
form textarea:active,
form textarea:focus {
  border: 1px solid #ca3a31 !important;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25) !important;
}

form select {
  cursor: pointer !important;
}

form textarea {
  min-height: 120px !important;
  resize: vertical !important;
}

form .form-check {
  cursor: pointer !important;
}

form .form-check .form-check-input {
  cursor: pointer !important;
  outline: none !important;
}

form .form-check .form-check-input:hover, form .form-check .form-check-input:active, form .form-check .form-check-input:focus {
  outline: none !important;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25) !important;
}

form .form-check .form-check-input:checked {
  background-color: #ca3a31 !important;
  border-color: #ca3a31 !important;
}

form .form-check .form-check-label {
  cursor: pointer !important;
}

.faq {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0px 24px 0px;
  border-bottom: 1px solid #e1e1e1;
  /*border: none!important;
    border-radius: 0px!important;

    .accordion-header {
        background-color: transparent;

        .accordion-button {
            background-color: transparent;
            border: none!important;
            border-radius: 0px!important;
            color: $blue!important;
            font-weight: 500;
            outline: none!important;
            box-shadow: none!important;

            &amp;::after {
                display: none;
            }
        }
    }*/
}

.faq .faq-header {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0px;
  cursor: pointer;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.faq .faq-header:hover {
  opacity: 0.7;
}

.faq .faq-header .faq-header-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 42px;
  height: 42px;
  text-align: center;
}

.faq .faq-header .faq-header-icon::before, .faq .faq-header .faq-header-icon::after {
  content: "\f055";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 42px;
  font-size: 30px;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  color: #3b59d2;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.faq .faq-header .faq-header-icon::after {
  content: "\f056";
  opacity: 0;
}

.faq .faq-header .faq-header-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 42px);
  color: #3b59d2;
  padding-top: 2px;
  padding-left: 12px;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}

.faq .faq-body {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 54px;
  margin-top: 12px;
  display: none;
}

.faq .faq-body p {
  margin: 0px;
}

.faq.faq-open .faq-header .faq-header-title {
  color: #ca3a31;
}

.faq.faq-open .faq-header .faq-header-icon::before {
  color: #ca3a31;
  opacity: 0;
}

.faq.faq-open .faq-header .faq-header-icon::after {
  color: #ca3a31;
  opacity: 1;
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  height: 78px;
  z-index: 10;
  overflow: hidden;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

@media only screen and (max-width: 991px) {
  #nav {
    height: 66px;
  }
}

#nav.sticky, #nav.always-sticky {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

#nav.sticky .logo-wrapper .logo-white, #nav.always-sticky .logo-wrapper .logo-white {
  display: none;
}

#nav.sticky .logo-wrapper .logo-color, #nav.always-sticky .logo-wrapper .logo-color {
  display: block;
}

#nav.sticky .tabs a, #nav.always-sticky .tabs a {
  color: #2e2e2e;
  text-shadow: none;
}

#nav.sticky .tabs a.p::before, #nav.always-sticky .tabs a.p::before {
  background-color: #ca3a31;
}

#nav.sticky .tabs a.contact-btn, #nav.always-sticky .tabs a.contact-btn {
  background-color: #ca3a31;
  color: #FFF;
}

#nav.sticky .tabs a.contact-btn:hover, #nav.always-sticky .tabs a.contact-btn:hover {
  background-color: #c0372f;
}

#nav.sticky .tabs a.contact-btn:active, #nav.sticky .tabs a.contact-btn:focus, #nav.always-sticky .tabs a.contact-btn:active, #nav.always-sticky .tabs a.contact-btn:focus {
  background-color: #b5342c;
}

#nav.sticky .menu-btn, #nav.always-sticky .menu-btn {
  color: #ca3a31;
}

#nav .logo-wrapper {
  position: relative;
  float: left;
  width: 240px;
  height: 78px;
  padding: 15px 0px;
}

#nav .logo-wrapper.larger {
  padding: 10px 0px !important;
}

@media only screen and (max-width: 991px) {
  #nav .logo-wrapper {
    padding: 12px 0px;
    height: 66px;
  }
}

@media only screen and (max-width: 575px) {
  #nav .logo-wrapper {
    width: 210px;
  }
}

#nav .logo-wrapper .logo {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#nav .logo-wrapper .logo-color {
  display: none;
}

#nav .tabs {
  position: relative;
  float: left;
  display: block;
  width: calc(100% - 240px);
  height: 78px;
  text-align: right;
  font-size: 0px;
}

@media only screen and (max-width: 991px) {
  #nav .tabs {
    display: none;
  }
}

#nav .tabs a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto !important;
  margin-left: 30px;
  height: 78px;
  line-height: 78px;
  text-decoration: none;
  color: #FFF;
  font-weight: 400;
  background-color: transparent;
  opacity: 1;
  border: none !important;
  outline: none !important;
  border-radius: 0px;
  padding: 0px;
  -webkit-transition: color 300ms, opacity 300ms, text-shadow 300ms;
  transition: color 300ms, opacity 300ms, text-shadow 300ms;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

#nav .tabs a.p:hover, #nav .tabs a.p:active, #nav .tabs a.p:focus {
  opacity: 0.6;
}

#nav .tabs a.p:hover::before, #nav .tabs a.p:active::before, #nav .tabs a.p:focus::before {
  opacity: 1;
}

#nav .tabs a.p::before {
  content: "";
  position: absolute;
  top: calc(50% + 16px);
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  border-radius: 8px;
  -webkit-transition: background-color 300ms, opacity 300ms;
  transition: background-color 300ms, opacity 300ms;
  opacity: 0;
}

#nav .tabs a.p.active::before {
  opacity: 1;
}

#nav .tabs a.contact-btn {
  height: auto;
  line-height: unset;
  margin-top: 20px;
  border-radius: 20px;
  padding: .4rem 1.4rem;
  background-color: #ffc000;
  color: #2741a9;
  text-shadow: none !important;
}

#nav .tabs a.contact-btn:hover {
  background-color: #f2b600;
}

#nav .tabs a.contact-btn:active, #nav .tabs a.contact-btn:focus {
  background-color: #e6ad00;
}

#nav .menu-btn {
  position: relative;
  float: right;
  height: 66px;
  line-height: 66px;
  width: 60px;
  text-align: center;
  font-size: 24px;
  padding: 0px;
  color: #FFF;
  display: none;
}

@media only screen and (max-width: 991px) {
  #nav .menu-btn {
    display: block;
  }
}

#nav .menu-btn:active {
  opacity: 0.7;
}

#main {
  position: relative;
  display: block;
  width: 100%;
  background-color: #FFF;
}

#footer {
  position: relative;
  display: block;
  width: 100%;
  background-color: #FFF;
}

#footer .footer-main {
  position: relative;
  display: block;
  width: 100%;
}

#footer .footer-main .email-address a,
#footer .footer-main .phone-number a {
  color: #000 !important;
  text-decoration: none !important;
}

#footer .footer-main .logo {
  max-height: 66px;
}

#footer .footer-main .logo-strap {
  color: #8b8a8a;
}

#footer .footer-main .footer-links {
  position: relative;
  display: block;
  width: 100%;
  list-style-type: none;
}

#footer .footer-main .footer-links.columns-2 {
  -webkit-columns: 2;
          columns: 2;
}

@media only screen and (max-width: 767px) {
  #footer .footer-main .footer-links.columns-2 {
    -webkit-columns: 1;
            columns: 1;
  }
}

#footer .footer-main .footer-links li a {
  color: #000;
  text-decoration: none !important;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}

#footer .footer-main .footer-links li a:hover, #footer .footer-main .footer-links li a:active, #footer .footer-main .footer-links li a:focus {
  color: #ca3a31;
}

#footer .footer-bar {
  position: relative;
  display: block;
  width: 100%;
  background-color: #ca3a31;
}

#footer .footer-bar p {
  color: rgba(255, 255, 255, 0.7);
}

#footer .footer-bar p a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

#footer .footer-bar p img {
  margin-left: 5px;
  max-height: 20px;
  width: auto;
  height: auto;
}

#rural-footer,
#urban-footer {
  position: relative;
  display: block;
  width: 100%;
  background-color: #1E2939;
}

#rural-footer .footer-main,
#urban-footer .footer-main {
  position: relative;
  display: block;
  width: 100%;
}

#rural-footer .footer-main .logo,
#urban-footer .footer-main .logo {
  max-height: 66px;
}

#rural-footer .footer-main .logo-strap,
#urban-footer .footer-main .logo-strap {
  color: rgba(255, 255, 255, 0.7);
}

#rural-footer .footer-main .socials,
#urban-footer .footer-main .socials {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
}

#rural-footer .footer-main .socials a,
#urban-footer .footer-main .socials a {
  padding: 10px;
  color: rgba(255, 255, 255, 0.7) !important;
}

#rural-footer .footer-main .menu p,
#urban-footer .footer-main .menu p {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1px;
  font-size: 14px !important;
}

#rural-footer .footer-main .footer-links,
#urban-footer .footer-main .footer-links {
  position: relative;
  display: block;
  width: 100%;
  list-style-type: none;
}

#rural-footer .footer-main .footer-links li a,
#urban-footer .footer-main .footer-links li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none !important;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}

#rural-footer .footer-main .footer-links li a:hover, #rural-footer .footer-main .footer-links li a:active, #rural-footer .footer-main .footer-links li a:focus,
#urban-footer .footer-main .footer-links li a:hover,
#urban-footer .footer-main .footer-links li a:active,
#urban-footer .footer-main .footer-links li a:focus {
  color: white;
}

#rural-footer .footer-main .connect-btn,
#urban-footer .footer-main .connect-btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 8px 20px;
  border-radius: 5px;
  background-color: #364151 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none !important;
  font-size: 14px !important;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}

#rural-footer .footer-main .connect-btn:hover, #rural-footer .footer-main .connect-btn:active, #rural-footer .footer-main .connect-btn:focus,
#urban-footer .footer-main .connect-btn:hover,
#urban-footer .footer-main .connect-btn:active,
#urban-footer .footer-main .connect-btn:focus {
  background-color: #404d60 !important;
}

#rural-footer .footer-bar,
#urban-footer .footer-bar {
  position: relative;
  display: block;
  width: 100%;
  background-color: #101728;
}

#rural-footer .footer-bar p,
#urban-footer .footer-bar p {
  color: rgba(255, 255, 255, 0.7);
}

#rural-footer .footer-bar p a,
#urban-footer .footer-bar p a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

#rural-footer .footer-bar p img,
#urban-footer .footer-bar p img {
  margin-left: 5px;
  max-height: 20px;
  width: auto;
  height: auto;
}

.section-banner {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 78px;
  background: url(/images/pages/services/ultrafast-rural/gradient.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .section-banner {
    padding-top: 66px;
  }
}

.section-banner .section-banner-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 991px) {
  .section-banner .section-banner-bg-img {
    background-position: top center;
  }
}

.section-banner .section-banner-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .section-banner .section-banner-bg {
    height: auto;
    bottom: -90%;
  }
}

@media only screen and (max-width: 575px) {
  .section-banner .section-banner-bg {
    bottom: -40%;
  }
}

@media only screen and (max-width: 359px) {
  .section-banner .section-banner-bg {
    bottom: -30%;
  }
}

.section-banner .section-banner-content {
  position: relative;
  display: block;
  padding: 6rem 0 12rem 0;
}

@media only screen and (max-width: 991px) {
  .section-banner .section-banner-content {
    text-align: center;
    padding: 2rem 0 2rem 0;
  }
}

.section-banner .section-banner-content .h1 {
  text-align: left;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 991px) {
  .section-banner .section-banner-content .h1 {
    margin-bottom: 360px;
  }
}

@media only screen and (max-width: 767px) {
  .section-banner .section-banner-content .h1 {
    margin-bottom: 360px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .section-banner .section-banner-content .h1 {
    margin-bottom: 240px;
  }
}

.section-banner .section-banner-content p {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 991px) {
  .section-banner .section-banner-content p {
    display: none;
  }
}

.section-banner .section-banner-content .btn {
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 991px) {
  .section-banner .section-banner-content .btn {
    margin: 0 auto;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.section-about {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 78px;
}

@media only screen and (max-width: 991px) {
  .section-about {
    padding-top: 66px;
  }
}

.section-about .icon {
  height: 120px;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .section-about .icon {
    height: 96px;
  }
}

.section-what-makes-us-different {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 78px;
}

@media only screen and (max-width: 991px) {
  .section-what-makes-us-different {
    padding-top: 66px;
  }
}

.section-what-makes-us-different img {
  max-height: 360px;
}

@media only screen and (max-width: 991px) {
  .section-what-makes-us-different img {
    max-height: 270px;
  }
}

@media only screen and (max-width: 767px) {
  .section-what-makes-us-different img {
    max-height: 240px;
  }
}

.section-how-it-works {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 78px;
}

@media only screen and (max-width: 991px) {
  .section-how-it-works {
    padding-top: 66px;
  }
}

.section-how-it-works .wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0px 42px 0px;
}

.section-how-it-works .wrapper::before, .section-how-it-works .wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(-91deg, #397b54 0%, #397b54 0%, #619a5b 27%, #89b862 50%, #397b54 99%);
  z-index: 0;
}

.section-how-it-works .wrapper::after {
  background: url(/images/pages/services/ultrafast-rural/isometric-grid.png) no-repeat center;
  background-size: cover;
}

.section-how-it-works .wrapper .row {
  position: relative;
  z-index: 2;
}

.section-how-it-works .wrapper .carousel-inner {
  padding: 12px;
}

.section-how-it-works .wrapper .carousel-item {
  position: relative;
  background-color: #FFF;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.38);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.38);
}

.section-how-it-works .wrapper .carousel-item img {
  max-height: 210px;
}

@media only screen and (max-width: 767px) {
  .section-how-it-works .wrapper .carousel-item img {
    font-size: 150px;
    margin-bottom: 12px;
  }
}

.section-how-it-works .wrapper .carousel-control-next,
.section-how-it-works .wrapper .carousel-control-prev {
  display: inline-block;
  vertical-align: top;
  top: calc(50% - 26px);
  width: 42px;
  height: 42px;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}

.section-how-it-works .wrapper .carousel-control-next:hover, .section-how-it-works .wrapper .carousel-control-next:active, .section-how-it-works .wrapper .carousel-control-next:focus,
.section-how-it-works .wrapper .carousel-control-prev:hover,
.section-how-it-works .wrapper .carousel-control-prev:active,
.section-how-it-works .wrapper .carousel-control-prev:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section-how-it-works .wrapper .carousel-control-next i,
.section-how-it-works .wrapper .carousel-control-prev i {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 36px;
}

@media only screen and (max-width: 991px) {
  .section-how-it-works .wrapper .carousel-control-next,
  .section-how-it-works .wrapper .carousel-control-prev {
    display: none;
  }
}

.section-how-it-works .wrapper .carousel-control-next {
  right: -48px;
}

.section-how-it-works .wrapper .carousel-control-prev {
  left: -48px;
}

.section-how-it-works .wrapper .carousel-indicators {
  position: absolute;
  bottom: -42px;
  left: 0px;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0px;
}

.section-how-it-works .wrapper .carousel-indicators button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #2741a9;
}

.section-brochure {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 78px;
}

@media only screen and (max-width: 991px) {
  .section-brochure {
    padding-top: 66px;
  }
}

.section-brochure .wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 24px 0px;
}

.section-brochure .wrapper::before, .section-brochure .wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-91deg, #89b862 1%, #619a5b 47%, #397b54 100%);
  z-index: 0;
}

.section-brochure .wrapper::after {
  background: url(/images/pages/services/ultrafast-rural/isometric-grid.png) no-repeat center;
  background-size: cover;
}

.section-brochure .wrapper .row {
  position: relative;
  z-index: 2;
}

.section-brochure .wrapper img {
  max-width: 100%;
  max-height: 120px;
}

@media only screen and (max-width: 767px) {
  .section-brochure .wrapper img {
    max-height: 60px;
    margin-bottom: 12px;
  }
}

.section-features {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 78px;
}

@media only screen and (max-width: 991px) {
  .section-features {
    padding-top: 66px;
  }
}

.section-features #feature-tabs {
  position: relative;
  display: inline-block;
  width: auto;
  text-align: center;
  font-size: 0;
  background-color: #a8a8a8;
  border-radius: 25px;
  overflow: hidden;
}

.section-features #feature-tabs li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .section-features #feature-tabs li {
    width: 50%;
  }
}

.section-features #feature-tabs li button {
  padding: 10px 42px;
  border-radius: 25px;
  font-weight: 400;
  color: #FFF;
}

.section-features #feature-tabs li button.active {
  background-color: #4e4adc;
}

.section-features #feature-tabs-content .img-container {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .section-features #feature-tabs-content .img-container {
    position: relative;
    float: left;
    width: 66px;
  }
}

.section-features #feature-tabs-content img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-height: 90px;
}

@media only screen and (max-width: 767px) {
  .section-features #feature-tabs-content img {
    max-width: 66px;
    max-height: 66px;
  }
}

@media only screen and (max-width: 767px) {
  .section-features #feature-tabs-content .text {
    position: relative;
    float: right;
    width: calc(100% - 66px);
    text-align: left;
    padding-left: 30px;
  }
}

.section-testimonials {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 78px;
}

@media only screen and (max-width: 991px) {
  .section-testimonials {
    padding-top: 66px;
  }
}

.section-testimonials .testimonials {
  position: relative;
  display: block;
  width: 100%;
}

.section-testimonials .testimonials .testimonial {
  position: relative;
  display: block;
  width: 100%;
}

.section-testimonials .testimonials .testimonial:nth-child(odd) {
  background-color: #F4FBFE;
}

.section-testimonials .testimonials .testimonial:nth-child(even) {
  background-color: #FFF;
}

.section-testimonials .testimonials .testimonial:nth-child(even) .testimonial-text::after {
  background-color: #fff;
}

.section-testimonials .testimonials .testimonial .testimonial-text {
  position: relative;
  display: block;
  width: 100%;
  background-color: inherit;
  padding-left: 66px;
}

.section-testimonials .testimonials .testimonial .testimonial-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  background-color: #B7E8F9;
  width: 1px;
  height: 100%;
  z-index: 1;
}

.section-testimonials .testimonials .testimonial .testimonial-text::after {
  content: "";
  position: absolute;
  top: calc(50% - 18px);
  left: 0px;
  height: 36px;
  width: 36px;
  background-color: #F4FBFE;
  background-image: url(/images/pages/services/ultrafast-rural/quote.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px auto;
  z-index: 2;
}

.section-testimonials .testimonials .testimonial .testimonial-img {
  position: relative;
  display: block;
  width: 100%;
  background-color: inherit;
}

.section-testimonials .testimonials .testimonial .testimonial-img img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  max-height: 300px;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .section-testimonials .testimonials .testimonial .testimonial-img img {
    max-height: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .section-testimonials .testimonials .testimonial .testimonial-img {
    padding: 24px 24px 0px 24px;
  }
}

.section-solutions {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 78px;
}

@media only screen and (max-width: 991px) {
  .section-solutions {
    padding-top: 66px;
  }
}

.section-solutions .wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 48px 0px;
  background-color: #F4FBFE;
}

.section-solutions .solution-card {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 15px;
  background-color: #FFF;
  -webkit-box-shadow: 1.247px 5.869px 5.76px 0.24px rgba(0, 0, 0, 0.18);
          box-shadow: 1.247px 5.869px 5.76px 0.24px rgba(0, 0, 0, 0.18);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

.section-solutions .solution-card:hover {
  -webkit-box-shadow: 1.247px 5.869px 13.76px 0.6px rgba(0, 0, 0, 0.18);
          box-shadow: 1.247px 5.869px 13.76px 0.6px rgba(0, 0, 0, 0.18);
}

.section-solutions .solution-card .icon-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding: 24px;
  text-align: center;
}

.section-solutions .solution-card .icon-wrap img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  max-width: 150px;
  max-height: 150px;
}

.section-solutions .solution-card .content {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px 24px 24px 24px;
  text-align: center;
}

.section-contact {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 12px;
  padding-top: 78px;
  padding-bottom: 78px;
}

@media only screen and (max-width: 991px) {
  .section-contact {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}

.section-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/pages/services/ultrafast-rural/contact-bg.jpg) no-repeat center;
  background-size: cover;
  z-index: 0;
}

@media only screen and (max-width: 991px) {
  .section-contact::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #89b862), color-stop(47%, #619a5b), to(#397b54));
    background: linear-gradient(180deg, #89b862 1%, #619a5b 47%, #397b54 100%);
  }
}

.section-contact .wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.section-contact .wrapper .row {
  position: relative;
  z-index: 2;
}

.section-contact .wrapper h2 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

.section-faqs {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 78px;
}

@media only screen and (max-width: 991px) {
  .section-faqs {
    padding-top: 66px;
  }
}

.section-faqs .accordion {
  border: none !important;
}

.rural-section-contact {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 12px;
  padding-top: 78px;
  padding-bottom: 78px;
}

@media only screen and (max-width: 991px) {
  .rural-section-contact {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}

.rural-section-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/pages/services/ultrafast-rural/rural-contact-bg.jpg) no-repeat center;
  background-size: cover;
  z-index: 0;
}

@media only screen and (max-width: 991px) {
  .rural-section-contact::before {
    background: url(/images/pages/services/ultrafast-rural/rural-gradient.png) no-repeat center;
    background-size: cover;
  }
}

.rural-section-contact .wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.rural-section-contact .wrapper .row {
  position: relative;
  z-index: 2;
}

.rural-section-contact .wrapper h2 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

.rural-section-features {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 78px;
}

@media only screen and (max-width: 991px) {
  .rural-section-features {
    padding-top: 66px;
  }
}

.rural-section-features .feature-tabs {
  position: relative;
  display: inline-block;
  width: auto;
  text-align: center;
  font-size: 0;
  background-color: #a8a8a8;
  border-radius: 25px;
  overflow: hidden;
}

.rural-section-features .feature-tabs li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .rural-section-features .feature-tabs li {
    width: 50%;
  }
}

.rural-section-features .feature-tabs li button {
  padding: 10px 42px;
  border-radius: 25px;
  font-weight: 400;
  color: #FFF;
}

.rural-section-features .feature-tabs li button.active {
  background-color: #4e4adc;
}

.rural-section-features .tab-content .img-container {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .rural-section-features .tab-content .img-container {
    position: relative;
    float: left;
    width: 66px;
  }
}

.rural-section-features .tab-content img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-height: 90px;
}

@media only screen and (max-width: 767px) {
  .rural-section-features .tab-content img {
    max-width: 66px;
    max-height: 66px;
  }
}

@media only screen and (max-width: 767px) {
  .rural-section-features .tab-content .text {
    position: relative;
    float: right;
    width: calc(100% - 66px);
    text-align: left;
    padding-left: 30px;
  }
}

.rural-section-how-it-works {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 78px;
}

@media only screen and (max-width: 991px) {
  .rural-section-how-it-works {
    padding-top: 66px;
  }
}

.rural-section-how-it-works .wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0px 0px 0px;
}

.rural-section-how-it-works .wrapper::before, .rural-section-how-it-works .wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(-91deg, #397b54 0%, #397b54 0%, #619a5b 27%, #89b862 50%, #397b54 99%);
  z-index: 0;
}

.rural-section-how-it-works .wrapper::after {
  background: url(/images/pages/services/ultrafast-rural/rural-gradient.png) no-repeat center;
  background-size: cover;
}

.rural-section-how-it-works .wrapper .row {
  position: relative;
  z-index: 2;
}

.rural-section-how-it-works .wrapper .slick-list {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 10px;
  text-align: center;
}

.rural-section-how-it-works .wrapper .slick-list .slick-slide {
  margin: 0 20px;
}

.rural-section-how-it-works .wrapper .how-it-works-card {
  position: relative;
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #FFF;
  -webkit-box-shadow: 1.247px 5.869px 5.76px 0.24px rgba(0, 0, 0, 0.18);
          box-shadow: 1.247px 5.869px 5.76px 0.24px rgba(0, 0, 0, 0.18);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

.rural-section-how-it-works .wrapper .how-it-works-card:hover {
  -webkit-box-shadow: 1.247px 5.869px 13.76px 0.6px rgba(0, 0, 0, 0.18);
          box-shadow: 1.247px 5.869px 13.76px 0.6px rgba(0, 0, 0, 0.18);
}

.rural-section-how-it-works .wrapper .how-it-works-card .icon-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding: 24px;
  text-align: center;
}

.rural-section-how-it-works .wrapper .how-it-works-card .icon-wrap img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 90px;
}

.rural-section-how-it-works .wrapper .how-it-works-card .content {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px 24px 24px 24px;
  text-align: center;
}

.rural-section-how-it-works .wrapper .slick-dots {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 5px;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.rural-section-how-it-works .wrapper .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 36px !important;
  height: 36px !important;
  opacity: 1 !important;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.rural-section-how-it-works .wrapper .slick-dots li button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.rural-section-how-it-works .wrapper .slick-dots li button::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ccc;
  border: none !important;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

.rural-section-how-it-works .wrapper .slick-dots li:hover button::after, .rural-section-how-it-works .wrapper .slick-dots li:active button::after, .rural-section-how-it-works .wrapper .slick-dots li:focus button::after, .rural-section-how-it-works .wrapper .slick-dots li.slick-active button::after {
  background-color: #2741a9;
}

.not-in-your-area-popup-content {
  background-color: #2741a9;
  color: #FFF;
  padding: 15px;
  border-radius: 10px;
}

.rural-section-packages {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 78px;
}

@media only screen and (max-width: 991px) {
  .rural-section-packages {
    padding-top: 66px;
  }
}

.rural-section-packages .wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 48px 0px 24px 48px;
  background-color: #F4F7FC;
}

.rural-section-packages .solution-card {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 15px;
  background-color: #FFF;
  -webkit-box-shadow: 1.247px 5.869px 5.76px 0.24px rgba(0, 0, 0, 0.18);
          box-shadow: 1.247px 5.869px 5.76px 0.24px rgba(0, 0, 0, 0.18);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

.rural-section-packages .solution-card:hover {
  -webkit-box-shadow: 1.247px 5.869px 13.76px 0.6px rgba(0, 0, 0, 0.18);
          box-shadow: 1.247px 5.869px 13.76px 0.6px rgba(0, 0, 0, 0.18);
}

.rural-section-packages .solution-card .flash {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 130px;
  height: 130px;
  background-image: url("/images/pages/services/ultrafast-rural/rural-package-most-popular.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}

.rural-section-packages .solution-card .icon-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding: 24px;
  text-align: center;
}

.rural-section-packages .solution-card .icon-wrap img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  max-width: 150px;
  max-height: 150px;
}

.rural-section-packages .solution-card .content {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px 24px 24px 24px;
  text-align: center;
}

.rural-section-packages .solution-card ul.details {
  display: block;
}

@media only screen and (max-width: 575px) {
  .rural-section-packages .solution-card ul.details {
    display: none;
  }
}

.rural-section-postcode-lookup {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 78px;
}

@media only screen and (max-width: 991px) {
  .rural-section-postcode-lookup {
    padding-top: 66px;
  }
}

.rural-section-postcode-lookup .wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0px 24px 0px;
  background: url(/images/pages/services/ultrafast-rural/rural-gradient.png) no-repeat center;
  background-size: cover;
}

.rural-section-postcode-lookup .wrapper .form .btn-secondary {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
}

.rural-section-voucher-scheme {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 78px;
}

@media only screen and (max-width: 991px) {
  .rural-section-voucher-scheme {
    padding-top: 66px;
  }
}

.rural-section-voucher-scheme .bar {
  position: relative;
  display: block;
  width: 100%;
  padding: 24px 0px;
  background-color: #2842A7;
}

.rural-section-voucher-scheme .bar img {
  max-width: 100%;
  max-height: 120px;
}

@media only screen and (max-width: 767px) {
  .rural-section-voucher-scheme .bar img {
    max-height: 90px;
  }
}

.rural-section-voucher-scheme .content {
  position: relative;
  display: block;
  width: 100%;
}

.rural-section-voucher-scheme .content .faq {
  padding: 0px;
  border-bottom: none;
  background-color: #2741a9;
  border: 1px solid #2741a9;
  overflow: hidden;
  border-radius: 30px;
  -webkit-transition: background-color 200ms, border-color 200ms;
  transition: background-color 200ms, border-color 200ms;
}

.rural-section-voucher-scheme .content .faq .faq-header {
  padding: 12px 24px;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.rural-section-voucher-scheme .content .faq .faq-header:hover {
  opacity: 0.75;
}

.rural-section-voucher-scheme .content .faq .faq-header .faq-header-icon {
  position: absolute;
  top: calc(50% - 18px);
  right: 24px;
  width: 36px;
  height: 36px;
  text-align: center;
}

.rural-section-voucher-scheme .content .faq .faq-header .faq-header-icon::before, .rural-section-voucher-scheme .content .faq .faq-header .faq-header-icon::after {
  content: "\f078";
  line-height: 32px;
  font-size: 24px;
  color: #FFF;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.rural-section-voucher-scheme .content .faq .faq-header .faq-header-icon::after {
  content: "\f077";
  opacity: 0;
}

.rural-section-voucher-scheme .content .faq .faq-header .faq-header-title {
  width: calc(100% - 36px);
  color: #FFF;
  padding: 0px 12px 0px 0px;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}

.rural-section-voucher-scheme .content .faq .faq-body {
  background-color: #FFF;
  padding: 24px;
  margin-top: 0px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .rural-section-voucher-scheme .content .faq .faq-body {
    padding: 18px;
  }
}

.rural-section-voucher-scheme .content .faq.faq-open {
  background-color: #ca3a31;
  border-color: #ca3a31;
}

.rural-section-voucher-scheme .content .faq.faq-open .faq-header .faq-header-title {
  color: #FFF;
}

.rural-section-voucher-scheme .content .faq.faq-open .faq-header .faq-header-icon::before {
  color: #FFF;
  opacity: 0;
}

.rural-section-voucher-scheme .content .faq.faq-open .faq-header .faq-header-icon::after {
  color: #FFF;
  opacity: 1;
}

.rural-section-voucher-scheme .content #voucher-scheme-ol {
  counter-reset: voucher-scheme-counter;
}

.rural-section-voucher-scheme .content #voucher-scheme-ol li {
  counter-increment: voucher-scheme-counter;
  padding-left: 42px;
  margin-bottom: 12px;
}

.rural-section-voucher-scheme .content #voucher-scheme-ol li:last-child {
  margin-bottom: 0px;
}

.rural-section-voucher-scheme .content #voucher-scheme-ol li::before {
  content: counter(voucher-scheme-counter);
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #FFF;
  background-color: #ca3a31;
  font-weight: bold;
}

.urban-section-2-col {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 78px;
}

@media only screen and (max-width: 991px) {
  .urban-section-2-col {
    padding-top: 66px;
  }
}

.urban-section-2-col .wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.urban-section-2-col .wrapper .row {
  position: relative;
  z-index: 2;
}

.urban-section-2-col .wrapper h2 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

.urban-section-2-col .two-col-card {
  position: relative;
  display: block;
  width: 100%;
}

.urban-section-2-col .two-col-card img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.urban-section-2-col .two-col-card .text-content {
  position: relative;
  display: block;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

.urban-section-contact {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 12px;
  padding-top: 78px;
  padding-bottom: 78px;
}

@media only screen and (max-width: 991px) {
  .urban-section-contact {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}

.urban-section-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/pages/services/ultrafast-rural/urban-contact-bg.jpg) no-repeat center;
  background-size: cover;
  z-index: 0;
}

@media only screen and (max-width: 991px) {
  .urban-section-contact::before {
    background: url(/images/pages/services/ultrafast-rural/urban-gradient.png) no-repeat center;
    background-size: cover;
  }
}

.urban-section-contact .wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.urban-section-contact .wrapper .row {
  position: relative;
  z-index: 2;
}

.urban-section-contact .wrapper h2 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

.urban-section-features {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 78px;
}

@media only screen and (max-width: 991px) {
  .urban-section-features {
    padding-top: 66px;
  }
}

.urban-section-features .feature-tabs {
  position: relative;
  display: inline-block;
  width: auto;
  text-align: center;
  font-size: 0;
  background-color: #a8a8a8;
  border-radius: 25px;
  overflow: hidden;
}

.urban-section-features .feature-tabs li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .urban-section-features .feature-tabs li {
    width: 50%;
  }
}

.urban-section-features .feature-tabs li button {
  padding: 10px 42px;
  border-radius: 25px;
  font-weight: 400;
  color: #FFF;
}

.urban-section-features .feature-tabs li button.active {
  background-color: #4e4adc;
}

.urban-section-features .tab-content .img-container {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .urban-section-features .tab-content .img-container {
    position: relative;
    float: left;
    width: 66px;
  }
}

.urban-section-features .tab-content img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-height: 90px;
}

@media only screen and (max-width: 767px) {
  .urban-section-features .tab-content img {
    max-width: 66px;
    max-height: 66px;
  }
}

@media only screen and (max-width: 767px) {
  .urban-section-features .tab-content .text {
    position: relative;
    float: right;
    width: calc(100% - 66px);
    text-align: left;
    padding-left: 30px;
  }
}

.urban-section-how-it-works {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 78px;
}

@media only screen and (max-width: 991px) {
  .urban-section-how-it-works {
    padding-top: 66px;
  }
}

.urban-section-how-it-works .wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0px 0px 0px;
}

.urban-section-how-it-works .wrapper::before, .urban-section-how-it-works .wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(-91deg, #397b54 0%, #397b54 0%, #619a5b 27%, #89b862 50%, #397b54 99%);
  z-index: 0;
}

.urban-section-how-it-works .wrapper::after {
  background: url(/images/pages/services/ultrafast-rural/urban-gradient.png) no-repeat center;
  background-size: cover;
}

.urban-section-how-it-works .wrapper .row {
  position: relative;
  z-index: 2;
}

.urban-section-how-it-works .wrapper .slick-list {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 10px;
  text-align: center;
}

.urban-section-how-it-works .wrapper .slick-list .slick-slide {
  margin: 0 20px;
}

.urban-section-how-it-works .wrapper .how-it-works-card {
  position: relative;
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #FFF;
  -webkit-box-shadow: 1.247px 5.869px 5.76px 0.24px rgba(0, 0, 0, 0.18);
          box-shadow: 1.247px 5.869px 5.76px 0.24px rgba(0, 0, 0, 0.18);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

.urban-section-how-it-works .wrapper .how-it-works-card:hover {
  -webkit-box-shadow: 1.247px 5.869px 13.76px 0.6px rgba(0, 0, 0, 0.18);
          box-shadow: 1.247px 5.869px 13.76px 0.6px rgba(0, 0, 0, 0.18);
}

.urban-section-how-it-works .wrapper .how-it-works-card .icon-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding: 24px;
  text-align: center;
}

.urban-section-how-it-works .wrapper .how-it-works-card .icon-wrap img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 90px;
}

.urban-section-how-it-works .wrapper .how-it-works-card .content {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px 24px 24px 24px;
  text-align: center;
}

.urban-section-how-it-works .wrapper .slick-dots {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 5px;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.urban-section-how-it-works .wrapper .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 36px !important;
  height: 36px !important;
  opacity: 1 !important;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.urban-section-how-it-works .wrapper .slick-dots li button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.urban-section-how-it-works .wrapper .slick-dots li button::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ccc;
  border: none !important;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

.urban-section-how-it-works .wrapper .slick-dots li:hover button::after, .urban-section-how-it-works .wrapper .slick-dots li:active button::after, .urban-section-how-it-works .wrapper .slick-dots li:focus button::after, .urban-section-how-it-works .wrapper .slick-dots li.slick-active button::after {
  background-color: #2741a9;
}

.urban-not-in-your-area-popup-content {
  background-color: #693F8E;
  color: #FFF;
  padding: 15px;
  border-radius: 10px;
}

.urban-section-packages {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 78px;
}

@media only screen and (max-width: 991px) {
  .urban-section-packages {
    padding-top: 66px;
  }
}

.urban-section-packages .wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 48px 0px 24px 0px;
  background-color: #F4F7FC;
}

.urban-section-packages #solution-tabs {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  text-align: center;
  font-size: 0;
  background-color: transparent;
  border-radius: 0px;
  overflow: hidden;
}

.urban-section-packages #solution-tabs li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .urban-section-packages #solution-tabs li {
    width: calc(50% - 20px);
  }
}

.urban-section-packages #solution-tabs li button {
  padding: 10px 42px;
  border-radius: 25px;
  font-weight: 500;
  color: #4e4adc;
  white-space: nowrap;
  border: 1px solid #4e4adc;
}

@media only screen and (max-width: 767px) {
  .urban-section-packages #solution-tabs li button {
    padding: 10px 21px;
  }
}

.urban-section-packages #solution-tabs li button.active {
  color: #fff;
  background-color: #4e4adc;
}

.urban-section-packages .solution-card {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 15px;
  background-color: #FFF;
  -webkit-box-shadow: 1.247px 5.869px 5.76px 0.24px rgba(0, 0, 0, 0.18);
          box-shadow: 1.247px 5.869px 5.76px 0.24px rgba(0, 0, 0, 0.18);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

.urban-section-packages .solution-card:hover {
  -webkit-box-shadow: 1.247px 5.869px 13.76px 0.6px rgba(0, 0, 0, 0.18);
          box-shadow: 1.247px 5.869px 13.76px 0.6px rgba(0, 0, 0, 0.18);
}

.urban-section-packages .solution-card .flash {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 130px;
  height: 130px;
  background-image: url("/images/pages/services/ultrafast-rural/rural-package-most-popular.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}

.urban-section-packages .solution-card .icon-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding: 24px;
  text-align: center;
}

.urban-section-packages .solution-card .icon-wrap img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  max-width: 150px;
  max-height: 150px;
}

.urban-section-packages .solution-card .content {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px 24px 24px 24px;
  text-align: center;
}

.urban-section-packages .solution-card ul.details {
  display: block;
}

@media only screen and (max-width: 575px) {
  .urban-section-packages .solution-card ul.details {
    display: none;
  }
}

.urban-section-postcode-lookup {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 78px;
}

@media only screen and (max-width: 991px) {
  .urban-section-postcode-lookup {
    padding-top: 66px;
  }
}

.urban-section-postcode-lookup .wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0px 24px 0px;
  background: url(/images/pages/services/ultrafast-rural/urban-gradient.png) no-repeat center;
  background-size: cover;
}

.urban-section-postcode-lookup .wrapper .form .btn-secondary {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
}

.urban-section-partner {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 78px;
}

@media only screen and (max-width: 991px) {
  .urban-section-partner {
    padding-top: 66px;
  }
}

.urban-section-partner .bar {
  position: relative;
  display: block;
  width: 100%;
  padding: 24px 0px;
  background-color: #693F8E;
  background: -webkit-gradient(linear, left bottom, left top, from(#342a6c), to(#6b4191));
  background: linear-gradient(0deg, #342a6c 0%, #6b4191 100%);
}

.urban-section-partner .bar h4 {
  opacity: 0.8;
}

.urban-section-partner .bar img {
  max-width: 100%;
  max-height: 80px;
}

@media only screen and (max-width: 767px) {
  .urban-section-partner .bar img {
    max-height: 60px;
  }
}
/*# sourceMappingURL=main.min.css.map */
</pre></body></html>