.fm-footer {
  font-size: 20px;
}
.fm-footer.theme--dark {
  background-color: #17183B !important;
}
.fm-footer .vm-actions {
  height: 100%;
}
.fm-footer .vm-footer-icons {
  margin-bottom: 1rem;
}
.fm-footer .vm-footer-icons .v-btn--icon {
  height: 36px !important;
  padding: 0 !important;
}
.fm-footer .vm-footer-icons .v-btn--icon:hover {
  color: #ee008c !important;
  border-color: transparent;
  background-color: transparent;
}
.fm-footer .f-btn:before {
  opacity: 0;
}
.fm-footer .f-btn:hover {
  color: #fff;
  border-color: #ee008c;
  background-color: #ee008c;
}
.fm-footer .theme--dark.v-subheader {
  color: #fff;
  font-size: 20px;
  font-family: "Core Sans R 45", "Roboto", sans-serif !important;
  letter-spacing: 1px;
}
.fm-footer .v-list-item {
  min-height: 34px;
}
.fm-footer .v-list-item.v-list-item--active {
  color: #fff;
}
.fm-footer .v-list-item.v-list-item--active::before {
  background-color: transparent;
  opacity: 1 !important;
}
.fm-footer .v-list-item.v-list-item--active span {
  position: relative;
  z-index: 2;
}
.fm-footer .v-list-item:hover {
  color: #fff;
}
.fm-footer .v-list-item:hover::before {
  background-color: #ee008c;
  opacity: 1 !important;
}
.fm-footer .v-list-item:hover span {
  position: relative;
  z-index: 2;
}
.fm-footer .vm-copyright {
  margin-top: 1rem;
}
.fm-footer .vm-copyright a {
  color: #fff;
  text-decoration: none;
}
.fm-footer .v-ripple__container {
  display: none !important;
}

.cookie-notification[data-v-66e1b7c2] {
  padding: 1rem 5%;
  background-color: #17183b;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  color: #fff;
}
.text[data-v-66e1b7c2] {
  font-size: 1rem;
  padding: 0 0 1rem 0;
  text-align: center;
}
.url[data-v-66e1b7c2] {
  color: #ff008e;
  text-decoration: none;
}
.url[data-v-66e1b7c2]:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
.cookie-notification[data-v-66e1b7c2] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.text[data-v-66e1b7c2] {
    text-align: left;
    font-size: 1.25rem;
    padding: 0 1rem 0 0;
}
}

.burger-meun-wrapper[data-v-7ba5bd90] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  overflow-y: auto;
}
.speed-test-item[data-v-7ba5bd90] {
  font-size: 1rem !important;
  padding: 0.25rem 0rem !important;
}
.speed-test-item a[data-v-7ba5bd90] {
  font-size: 1rem !important;
  padding: 0.25rem 1rem !important;
  color: white;
  text-decoration: none;
}
.speed-test-item a[data-v-7ba5bd90]:hover {
  text-decoration: underline;
}
.speed-test-arrow-dropdown[data-v-7ba5bd90] {
  -webkit-transform: rotate(90deg) scaleY(1.4);
          transform: rotate(90deg) scaleY(1.4);
  display: inline-block;
  margin-left: 1rem;
  font-weight: 100;
}
.speed-test-arrow-dropdown-rotated[data-v-7ba5bd90] {
  -webkit-transform: rotate(270deg) translateY(6px) scaleY(1.4);
          transform: rotate(270deg) translateY(6px) scaleY(1.4);
}
.speed-test-menu-wrapper[data-v-7ba5bd90] {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.speed-test-menu-opened[data-v-7ba5bd90] {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  height: 6rem;
  opacity: 1;
}
@media only screen and (max-width: 520px) {
.btn-vcc[data-v-7ba5bd90] {
    right: 1.5rem;
    bottom: 8px;
    max-width: 10rem;
}
.vcc-icon[data-v-7ba5bd90] {
    height: 7rem;
}
}
.vm-banner {
  width: 100%;
  height: 100vh;
  background: #000;
  color: #fff;
  position: relative;
}
.vm-banner .swiper-container {
  height: 100%;
  width: 100%;
}
.vm-banner .swiper-container .swiper-wrapper {
  height: 100%;
}
.vm-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
}
.vm-banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #EE008C;
}
.vm-banner .vm-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.vm-banner .vm-banner-bg img {
  position: relative;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
  display: none;
}
.vm-banner .vm-banner-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.vm-banner .container {
  z-index: 5;
}
.vm-banner .container .header-wrap {
  width: 100%;
  line-height: 1;
  margin-left: 1rem;
}
.vm-banner .container .header-wrap.active {
  background-color: #000;
}
.vm-banner .container .header-wrap .small-header {
  font-size: 32px;
  font-family: "Core Sans R 55", "Roboto", sans-serif;
  margin-bottom: 2rem;
}
.vm-banner .container .header-wrap .bigger-header {
  font-size: 75px;
  margin-bottom: 1.5rem;
}
.vm-banner .container .header-wrap .bigger-header strong {
  font-family: "Core Sans R 55", "Roboto", sans-serif;
}
.vm-banner .container .header-wrap .sub-header {
  font-size: 34px;
  margin-bottom: 3rem;
  margin-top: 3rem;
  max-width: 750px;
}
.vm-banner .container .v-btn {
  margin-left: 1rem;
}
.vm-banner .container .v-btn:before {
  opacity: 0;
  background-color: #ee008c;
}
.vm-banner .container .v-btn:hover {
  border-color: #ee008c;
  background-color: #ee008c;
}
video {
  position: absolute;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.sub-footer {
  position: absolute;
  bottom: 1rem;
  margin-left: 1rem;
}
#content {
  font-style: bold;
  font-size: 20px;
  padding: 15px 20px;
  text-align: center;
}
#content .g-condition {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#content .g-address {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 1rem;
}
#content #order {
  padding: 0.75rem 46px;
  border-radius: 31px;
  color: #fff;
  background-color: #ff008e;
  border: 0;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
}
button.gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}
.vm-coverage .v-input .v-label {
  font-size: 32px;
  height: 45px;
  line-height: 33px !important;
}
.vm-coverage .v-input .v-label.v-label--active {
  top: 0;
  font-size: 22px;
}
.vm-coverage .v-text-field input {
  line-height: 45px;
  max-height: 45px;
  font-size: 20px;
}
.vm-coverage .vm-coverage-input {
  max-width: 650px;
  width: 100%;
  margin: 1rem auto 0;
}
.vm-coverage .vm-coverage-input .theme--light.v-input input {
  font-size: 20px;
}
.coverage-results {
  position: relative;
  text-align: center;
}
.coverage-results h2 {
  background: #FF008E;
  color: #fff;
  padding: 2rem;
}
#googlemap.showing-map {
  position: relative;
  width: 100%;
  height: 500px;
}
.theme--light.v-input input, .theme--light.v-input textarea {
  color: rgba(0, 0, 0, 0.87);
  font-size: 20px;
}
.home-coverage.vm-coverage-wrap {
  height: auto;
  overflow: auto;
}
.vm-about {
  background-color: #F2F2F2;
  position: relative;
}
.vm-about h1 {
  font-size: 64px;
  font-family: "Core Sans R 25", "Roboto", sans-serif !important;
  font-weight: inherit;
  margin-bottom: 2rem;
}
.vm-about h2 {
  margin-bottom: 3rem;
}
.vm-about .vm-about-intro {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 3rem;
  max-width: 640px;
  width: 100%;
}
.vm-about .vm-about-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
.vm-about .vm-about-img img {
  max-height: 100%;
  display: none;
}
.vm-about .container {
  position: relative;
  z-index: 2;
}
.vm-tabs .theme--dark.v-tabs > .v-tabs-bar {
  background-color: #EE008C;
  height: 85px;
}
.vm-tabs .theme--dark.v-tabs .v-tab {
  font-size: 25px;
  font-family: "Core Sans R 35", "Roboto", sans-serif !important;
  text-transform: none;
  /*min-width: 360px;*/
  letter-spacing: 0.1em;
  width: 20%;
}
.vm-tabs .theme--dark.v-tabs .v-tab.v-tab--active {
  font-family: "Core Sans R 55", "Roboto", sans-serif !important;
}
.vm-tabs .theme--dark.v-tabs .v-tab.v-tab--active::before {
  opacity: 0.24 !important;
}
.vm-tabs .theme--dark.v-tabs .v-tab.v-tab--active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #EE008C;
  position: absolute;
  bottom: -20px;
  left: 50%;
}
.vm-tabs .theme--dark.v-tabs .v-tab:hover::before {
  opacity: 0.24;
}
.vm-tabs .theme--dark.v-tabs .v-tabs-slider-wrapper {
  display: none;
}
.vm-tab-items {
  overflow: hidden;
  height: 850px;
  color: #fff;
}
.vm-tab-items .container {
  position: relative;
  z-index: 3;
}
.vm-tab-items .container h2 {
  line-height: 1;
  margin-bottom: 2rem;
  font-size: 64px !important;
}
.vm-tab-items .container p.vm-tab-content {
  margin-bottom: 3rem;
}
.vm-tab-items .vm-tab-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.vm-tab-items .vm-tab-bg img {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  display: none;
}
.vm-tab-items .vm-tab-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 5;
}

/* @media screen and (max-width: 767px){
  .vm-tab-items .vm-tab-bg {
      position: relative;
      top: auto;
      right: auto;
      height: auto;
      width: auto;
      background: none;
      background-image: none !important;
      // NEST
      img{
        display: block !important;
        transform: none;
      }
  }
} */
.vm-benefits {
  background-color: #EE008C;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.vm-benefits h2 {
  margin-bottom: 3rem;
}
.vm-benefits h4 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-family: "Core Sans R 55", "Roboto", sans-serif !important;
  font-weight: inherit;
}
.vm-benefits .vm-b-img {
  margin: auto auto 1.5rem;
  width: 150px;
}
.vm-benefits p {
  line-height: 1.2;
  padding: 0 1rem;
}
.vm-benefits .theme--light.v-btn {
  color: #fff;
  margin-top: 3rem;
}
.vm-benefits .theme--light.v-btn:hover {
  color: #ff008e;
  background-color: #fff;
}
.vm-crs {
  height: 95vh;
}
.vm-crs .vm-crs-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}
.vm-crs .vm-crs-bg img {
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
  display: none;
}
.vm-crs .container {
  z-index: 10;
  position: relative;
}
.vm-crs .container h2 {
  font-size: 64px !important;
  margin-bottom: 3rem;
  line-height: 1.2;
}
.vm-crs .container p {
  margin-bottom: 3rem;
}
.vm-crs .container .v-btn:before {
  opacity: 0;
}
.vm-crs .container .v-btn:hover {
  color: #fff;
  background-color: #ee008c;
  border-color: #ee008c;
}
.vm-featured-news {
  background-color: rgba(166, 166, 166, 0.25);
}
.vm-featured-news h2, .vm-featured-news h1 {
  color: #595959;
  margin-bottom: 3rem;
}
.vm-featured-news h1 {
  font-size: 68px;
  font-family: "Core Sans R 25", "Roboto", sans-serif !important;
  font-weight: inherit;
}
.vm-featured-news .vm-fn-articles {
  margin-bottom: 3rem;
  position: relative;
}
.vm-featured-news .news-article {
  padding-bottom: 30px;
  position: relative;
}
.vm-featured-news .news-article .vm-fn-date {
  font-family: "Core Sans R 55", "Roboto", sans-serif !important;
  font-size: 16px;
  color: #EE008C;
  padding: 30px 30px 0;
}
.vm-featured-news .news-article .fm-fn-title {
  font-size: 28px;
  padding: 16px 30px;
  line-height: 1.3;
  word-break: break-word;
}
.vm-featured-news .news-article .vm-fn-link {
  font-family: "Core Sans R 55", "Roboto", sans-serif !important;
  font-size: 16px;
  color: #EE008C;
  padding: 0 30px;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
}
.vm-featured-news .news-article .featured-tag {
  width: 100%;
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  z-index: 9;
  text-transform: uppercase;
  font-family: "Core Sans R 55", "Roboto", sans-serif !important;
  font-size: 16px;
  color: #fff;
}
.vm-featured-news .news-article .featured-tag img {
  width: 40px;
  display: inline-block;
  margin-right: 0.5rem;
  margin-top: -10px;
}
.vm-featured-news .news-article .featured-img-cont {
  width: 100%;
  height: 320px;
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
}
.vm-featured-news .news-article .v-image__image {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.vm-featured-news .news-article:hover .v-image__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.vm-featured-news .news-article:not(.v-sheet--tile):not(.v-card--shaped) {
  border-radius: 4px;
  overflow: hidden;
}
.vm-featured-news .theme--light.v-btn {
  color: #EE008C;
  text-transform: none;
  min-width: 200px;
}
.vm-featured-news .theme--light.v-btn:before {
  opacity: 0;
}
.vm-featured-news .theme--light.v-btn:hover {
  color: #fff;
  background-color: #ee008c;
  border-color: #ee008c;
}
.vm-featured-news .next, .vm-featured-news .prev {
  position: absolute;
  top: 50%;
  z-index: 999;
  font-size: 30px;
  color: #EE008C;
  cursor: pointer;
  width: 30px;
}
.vm-featured-news .next.av-lines, .vm-featured-news .prev.av-lines {
  -webkit-transform: none;
          transform: none;
  top: 60%;
}
.vm-featured-news .prev {
  left: -50px;
}
.vm-featured-news .next {
  right: -50px;
}
.vm-featured-news .owl-carousel .owl-stage-outer {
  padding-bottom: 1rem !important;
}
.vm-featured-news .owl-carousel .owl-item {
  padding: 0.5rem;
}
@media screen and (max-width: 1490px) {
.vm-featured-news .container {
    max-width: 1280px !important;
}
}
@media screen and (max-width: 1390px) {
.vm-featured-news .container {
    max-width: 1180px !important;
}
}
@media screen and (max-width: 1290px) {
.vm-featured-news .container {
    max-width: 1080px !important;
}
}
@media screen and (max-width: 1180px) {
.vm-featured-news .container {
    max-width: 960px !important;
}
}
@media screen and (max-width: 1080px) {
.vm-featured-news .next {
    right: -15px;
}
.vm-featured-news .prev {
    left: -15px;
}
}
@media screen and (max-width: 991px) {
.vm-featured-news .next, .vm-featured-news .prev {
    top: auto;
    width: 20px;
    bottom: 0;
}
.vm-featured-news .next {
    left: 50%;
    right: auto;
}
.vm-featured-news .prev {
    left: 46%;
}
}
@media screen and (max-width: 645px) {
.vm-featured-news .theme--light.v-btn {
    padding: 0.75rem 1rem !important;
    font-size: 18px !important;
}
.vm-featured-news .news-article .featured-img-cont {
    height: 190px;
}
.vm-featured-news .next, .vm-featured-news .prev {
    bottom: -15px;
}
}
@media screen and (max-width: 590px) {
.vm-featured-news .news-article .featured-tag {
    top: 0.75rem;
    left: 0.5rem;
    font-size: 14px;
}
.vm-featured-news .news-article .featured-tag img {
    width: 30px;
    margin-top: 0;
}
}
.vuma-community-banner-wrapper[data-v-4df793e2] {
  background-color: #ee008c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.body-content[data-v-4df793e2] {
  max-width: 80rem;
}
.vcc-icon[data-v-4df793e2] {
  max-height: 12rem;
}
.btn-sign-up[data-v-4df793e2] {
  min-width: 12rem !important;
}
@media screen and (min-width: 1200px) {
.vuma-community-banner-wrapper[data-v-4df793e2] {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
    gap: 4rem;
}
}
@media screen and (max-width: 520px) {
.vuma-community-banner-wrapper[data-v-4df793e2] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 1rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.vcc-icon[data-v-4df793e2] {
    max-height: 8rem;
}
}

.fourofour[data-v-46a88b29] {
  text-align: center;
  background-color: #ec008c;
  padding: 5rem 2rem 3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.heading[data-v-46a88b29] {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin: 1rem 1rem 2rem;
}
.text[data-v-46a88b29] {
  color: #ffffff;
  text-align: center;
  margin: 1.25rem;
  font-weight: bold;
}
.contact-us-link[data-v-46a88b29] {
  color: #ffffff;
  font-weight: bold;
}
.contact-us-link[data-v-46a88b29]:hover {
  text-decoration: none;
}
.take-me-home-button[data-v-46a88b29] {
  font-weight: bold;
  background-color: #ffffff;
  color: #ec018c;
  padding: 1rem 2rem;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
.fourofour[data-v-46a88b29] {
    padding: 5rem;
}
.heading[data-v-46a88b29] {
    font-size: 3rem;
}
}


main[data-v-5c254949] {
  position: relative;
  text-align: center;
}
.background-image[data-v-5c254949] {
  background-position: top;
  background-repeat: no-repeat;
  text-align: center;
  background-size: contain;
  width: 100%;
}
.content[data-v-5c254949] {
  width: 100%;
  text-align: center;
  position: absolute;
  padding-bottom: 16px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ccc));
  background: linear-gradient(180deg, transparent, #ccc);
  font-weight: 600;
h1 {
    font-weight: 900;
}
p {
    font-size: 20px;
    margin: 0;
    line-height: 1.6;
}
}
@media screen and (min-width: 1600px) {
.content[data-v-5c254949] {
    padding-bottom: 100px;
}
}
@media screen and (min-width: 1800px) {
.content[data-v-5c254949] {
    padding-bottom: 200px;
}
}
@media screen and (max-width: 800px) {
.content p[data-v-5c254949] {
    font-size: 16px;
}
.content h1[data-v-5c254949] {
    font-size: 24px;
}
}
@media screen and (max-width: 450px) {
.content p[data-v-5c254949] {
    font-size: 12px;
}
.content h1[data-v-5c254949] {
    font-size: 16px;
}
}

@font-face {
  font-family: "Core Sans R 25";
  src: url(fonts/CoreSansR25Light.44ff3011.woff2) format("woff2"), url(fonts/CoreSansR25Light.394138ff.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Core Sans R 45";
  src: url(fonts/CoreSansR45Medium.cc592a8c.woff2) format("woff2"), url(fonts/CoreSansR45Medium.c715ff60.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Core Sans R 35";
  src: url(fonts/CoreSansR35Regular.50f3c774.woff2) format("woff2"), url(fonts/CoreSansR35Regular.da5c9b30.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Core Sans R 55";
  src: url(fonts/CoreSansR55Bold.45c08a0e.woff2) format("woff2"), url(fonts/CoreSansR55Bold.f144a0ff.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  font-size: 20px;
  line-height: 1.2;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  height: 100%;
  background: 0 0;
  overflow-x: hidden;
  overflow-y: auto;
}
body .v-application {
  font-family: "Core Sans R 25", "Roboto", sans-serif !important;
  line-height: 1.2;
}
body img {
  max-width: 100%;
  display: inline-block;
}
body strong {
  font-family: "Core Sans R 55", "Roboto", sans-serif !important;
  font-weight: inherit;
}
body .v-btn {
  height: auto !important;
  padding: 1.1rem 2rem !important;
  font-size: 20px !important;
  font-family: "Core Sans R 55", "Roboto", sans-serif;
  text-transform: none;
  letter-spacing: 0.01em !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
body .v-btn:before {
  background-color: #EE008C;
  opacity: 0;
}
body .v-btn:hover {
  background-color: #ff008e;
  border-color: #ff008e;
  color: #fff;
}
body .v-btn.pink-outline {
  color: #EE008C;
}
body .v-btn.pink-outline:before {
  opacity: 0;
  background-color: #ee008c;
}
body .v-btn.pink-outline:hover {
  color: #fff;
}
body .v-btn.white-outline {
  color: #FFF;
  /*&:before{ opacity: 0; background-color: #ee008c; }
       	&:hover{
       		color: #fff;
       		border-color: #ee008c;
       		background-color: #ee008c;
       		// &:before{ opacity: 1; }
       	}*/
}
body .v-btn .v-btn__content {
  line-height: 0.9;
}
body .theme--dark.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
  background-color: #EE008C;
}
body .theme--dark.v-btn.v-btn--disabled:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
  background-color: #f787c5 !important;
  color: #dedede !important;
}
body h2 {
  font-size: 68px;
  font-family: "Core Sans R 25", "Roboto", sans-serif !important;
  font-weight: inherit;
}
body .container {
  max-width: 1680px;
}
body .p-relative {
  position: relative;
}
body .vuma-header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
  /* .container {
      max-width: 1780px;
  } */
}
body .vuma-header.fixed-top {
  background: #ff008e;
}
body .vuma-header a.vm-logo {
  width: 220px;
}
body .vuma-header a.vm-logo img {
  width: 100%;
}
body .vuma-header a.vm-logo .vuma-logo-pink {
  display: none;
}
body .vuma-header .top-nav {
  /*#top-coverage {
      padding: 0.75rem 2rem !important;
      font-size: 22px !important;
      // NEST
      .v-btn__content{ line-height: 1; }
  }*/
}
body .vuma-header .top-nav .v-btn--text {
  min-width: initial;
  padding: 0.5rem 1rem !important;
  font-size: 26px !important;
  color: #fff;
}
body .menu-show:active #back-to-top {
  display: none;
}
body .vuma-menu {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 999;
  max-width: 530px;
  width: 90%;
  height: 100vh;
  background-color: #EE008C;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  padding-top: 6vh;
}
body .vuma-menu.menu-show {
  right: 0;
}
body .vuma-menu .v-item-group {
  padding: 0px 50px 50px 120px;
}
body .vuma-menu .v-item-group .v-list-item {
  text-align: right;
  display: block;
  font-family: "Core Sans R 55", "Roboto", sans-serif !important;
  font-size: 24px;
  color: #fff;
  min-height: inherit;
  padding: 0.575rem 1rem;
}
body .vuma-menu .v-item-group .v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
  color: #fff !important;
}
body .vuma-menu .v-item-group .v-list-item.v-list-item--active::before {
  opacity: 0;
}
body .vuma-menu .close-nav {
  position: absolute;
  top: 5vh;
  left: 1rem;
  z-index: 999;
  /* border-radius: 100%;
   		border: 2px solid;
   		padding: 1rem !important; */
}
body .vuma-menu .close-nav img {
  border-radius: 50%;
  width: 40px;
}
body .menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  top: 0;
  left: -100%;
  z-index: 98;
  -webkit-transition: scale(0);
  transition: scale(0);
  opacity: 0;
  -webkit-transition: opacity 0.3s, left 0.1s, -webkit-transform 0.3s;
  transition: opacity 0.3s, left 0.1s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, left 0.1s;
  transition: opacity 0.3s, transform 0.3s, left 0.1s, -webkit-transform 0.3s;
}
body .menu-overlay.menu-show {
  -webkit-transition: scale(1);
  transition: scale(1);
  opacity: 1;
  left: 0;
}
body .vm-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.vuma-font-25 {
  font-family: "Core Sans R 25" !important;
}

.vuma-font-35 {
  font-family: "Core Sans R 35" !important;
}

.vuma-font-45 {
  font-family: "Core Sans R 45" !important;
}

.vuma-font-55 {
  font-family: "Core Sans R 55" !important;
}

#back-to-top {
  position: fixed;
  bottom: 0;
  right: 1rem;
  opacity: 0;
  z-index: 9999;
  -webkit-transition: opacity 0.2s, bottom 0.3s;
  transition: opacity 0.2s, bottom 0.3s;
  background-color: #17183b;
}
#back-to-top.slide-in {
  opacity: 1;
  bottom: 1.5rem;
}
#back-to-top.v-btn--fab {
  height: 56px !important;
  padding: 0 !important;
}
#back-to-top .fas {
  margin-top: -3px;
}

@media screen and (min-width: 1264px) {
  .col-lg-5ths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media screen and (max-width: 1680px) {
  .container {
    max-width: 1320px !important;
  }
}
@media screen and (max-width: 1580px) {
  .container {
    max-width: 1280px !important;
  }

  body h2 {
    font-size: 64px;
  }

  .vm-about h2, .vm-about h1, .vm-tab-items .container h2,
.vm-benefits h2 {
    margin-bottom: 2rem;
  }

  .vm-tab-items {
    height: 750px;
  }

  .vm-tabs .theme--dark.v-tabs .v-tab,
.vm-tabs-product .theme--dark.v-tabs .v-tab {
    font-size: 20px !important;
  }

  .vm-tab-items .container h2, .vm-about h1, .vm-core h1 {
    font-size: 48px !important;
  }

  .vm-crs {
    height: 750px;
  }

  .vm-crs .container h2 {
    font-size: 48px !important;
    margin-bottom: 2rem;
    line-height: 1;
  }

  .vm-benefits .vm-b-img {
    width: 110px;
  }

  .vm-benefits .theme--light.v-btn {
    margin-top: 2rem;
  }

  .vm-featured-news .news-article .fm-fn-title {
    font-size: 22px;
    line-height: 1.2;
  }

  .vm-featured-news .news-article .vm-fn-date,
.vm-featured-news .news-article .vm-fn-link {
    font-size: 14px;
  }

  .v-slide-group__prev.v-slide-group__prev--disabled {
    display: none !important;
  }

  .v-tabs-bar {
    border-radius: 0;
  }
}
@media screen and (max-width: 1420px) {
  /*.vm-banner .swiper-container .swiper-wrapper .container{
      max-width: 1280px !important;
  }*/
}
@media screen and (max-height: 700px) {
  .vm-tab-items {
    height: auto;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1220px !important;
  }

  body h2 {
    font-size: 48px;
  }

  body .vm-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  body .vuma-header .top-nav .v-btn--text {
    padding: 0.5rem 1rem !important;
  }

  .vm-banner .container .header-wrap .bigger-header {
    font-size: 74px;
    line-height: 1;
    margin-bottom: 2rem;
  }

  .vm-banner .container .header-wrap .sub-header {
    font-size: 28px;
  }

  .vm-banner .container .header-wrap .small-header {
    font-size: 25px;
    margin-bottom: 1.5rem;
  }

  .vm-about .vm-about-intro {
    margin-bottom: 2rem;
  }

  .vm-tabs .theme--dark.v-tabs > .v-tabs-bar,
.vm-tabs-product .theme--dark.v-tabs > .v-tabs-bar {
    height: 65px !important;
  }

  .vm-tabs .theme--dark.v-tabs .v-tab,
.vm-tabs-product .theme--dark.v-tabs .v-tab {
    min-width: 0 !important;
    padding: 0 30px;
  }

  .vm-tabs-product .vm-tab-items {
    height: 650px !important;
  }
}
@media screen and (max-width: 1150px) {
  .container {
    padding: 12px 25px;
  }
}
@media screen and (max-width: 991px) {
  .vm-banner, .vm-product-banner {
    height: 650px !important;
  }
  .vm-banner.align-center, .vm-product-banner.align-center {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .vm-tabs-product .vm-key-product.vm-tab-items .vm-tab-bg {
    background-position: top right -100px;
  }

  body .vm-core {
    height: 450px !important;
  }

  body .vm-fibre-process .vm-b-img {
    width: 100px;
  }

  body .vm-fibre-process h4 {
    margin-bottom: 1rem;
  }

  body .vm-fibre-process .vm-process-blocks .v-btn {
    font-size: 18px !important;
  }

  body .vm-fibre-process p {
    margin-bottom: 0;
  }

  .vm-benefits,
body .vm-fibre-process p,
body .vm-fibre-process .vm-process-blocks .v-btn {
    font-size: 18px;
  }

  .vm-about .vm-about-intro {
    max-width: 530px;
    width: 100%;
  }

  body .vuma-header {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 920px) {
  .vm-crs {
    height: 450px;
  }
  .vm-crs .vm-crs-bg {
    background-position: center right;
  }
  .vm-crs .container h2 {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 850px) {
  .vm-featured-news .news-article .fm-fn-title {
    font-size: 18px;
  }

  .vm-about .vm-about-intro {
    max-width: 430px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
  }

  .vm-tabs-product .vm-tab-items {
    height: auto !important;
    padding-top: 1.5rem !important;
    padding-bottom: 0 !important;
  }
  .vm-tabs-product .vm-tab-items.d-flex {
    display: block !important;
  }

  .vm-crs {
    height: 500px;
  }
  .vm-crs .vm-crs-bg {
    background-position: center right;
  }
  .vm-crs .container h2 {
    font-size: 36px !important;
  }

  body .v-btn {
    padding: 0.75rem 2rem !important;
    font-size: 18px !important;
  }

  body .v-btn.white-outline {
    color: #000;
  }

  body h2 {
    font-size: 36px;
  }

  .top-nav #top-coverage {
    display: none;
  }

  body .vm-fibre-process p,
body .vm-fibre-process .vm-process-blocks .v-btn {
    font-size: 16px;
  }

  .vm-tabs-product .vm-business-tabs .vm-tab-items .vm-tab-bg,
.vm-tabs-product .vm-reach-tabs .vm-tab-items .vm-tab-bg {
    background-position: top right -100px;
  }

  .vm-banner, .vm-product-banner {
    height: 550px !important;
  }

  .vm-banner .container .header-wrap .bigger-header {
    font-size: 54px;
    margin-bottom: 1rem;
  }

  .vm-banner .container .header-wrap .sub-header {
    font-size: 24px;
    margin-bottom: 2rem;
  }

  body .vm-core {
    height: auto !important;
  }

  .v-btn {
    letter-spacing: 0.03em;
  }

  .vm-coverage .v-input .v-label {
    font-size: 20px;
    height: auto;
    line-height: auto !important;
  }

  .reach-shop .v-card .v-card__text {
    padding: 0.5rem;
  }

  .reach-shop .v-card .v-card__text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 660px) {
  .vm-crs .col-sm-6 {
    -ms-flex: 0 0 65%;
    -webkit-box-flex: 0;
            flex: 0 0 65%;
    max-width: 65%;
  }

  .vm-about .vm-about-img {
    display: none;
  }

  .vm-about .vm-about-intro {
    max-width: 100%;
  }
}
@media screen and (max-width: 645px) {
  .vm-about .vm-about-img {
    background-position: top right -65px;
  }

  #content {
    font-size: 16px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 600px) {
  body .vuma-header a.vm-logo {
    width: 150px;
  }

  .vm-banner, .vm-product-banner {
    height: 570px !important;
  }

  .vm-about {
    height: auto;
  }

  .vm-about .vm-about-img {
    display: none;
  }

  .vm-tab-items, .vm-tabs-product .vm-tab-items {
    height: auto !important;
    padding-top: 1.5rem !important;
    padding-bottom: 0 !important;
  }
  .vm-tab-items.d-flex, .vm-tabs-product .vm-tab-items.d-flex {
    display: block !important;
  }
  .vm-tab-items .justify-end, .vm-tabs-product .vm-tab-items .justify-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .vm-tab-items .vm-tab-bg, .vm-tabs-product .vm-tab-items .vm-tab-bg {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    height: auto !important;
    width: 100% !important;
    background: none !important;
    background-image: none !important;
    display: block;
  }
  .vm-tab-items .vm-tab-bg img, .vm-tabs-product .vm-tab-items .vm-tab-bg img {
    display: none !important;
    -webkit-transform: none !important;
            transform: none !important;
  }

  .vm-crs {
    height: auto;
    padding-top: 1.5rem !important;
    padding-bottom: 0 !important;
  }
  .vm-crs.d-flex {
    display: block !important;
  }
  .vm-crs .justify-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .vm-crs .container h2 {
    font-size: 36px !important;
  }
  .vm-crs .col-sm-6 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .vm-crs .vm-crs-bg {
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    width: 100%;
    background: none;
    background-image: none !important;
    display: block;
  }
  .vm-crs .vm-crs-bg img {
    display: block !important;
    -webkit-transform: none;
            transform: none;
  }

  .vm-home-tabs .vm-tab-items {
    color: #000;
  }

  .vm-tabs-product .text-white {
    color: #000 !important;
  }

  .vm-tabs .theme--dark.v-tabs .v-tab, .vm-tabs-product .theme--dark.v-tabs .v-tab {
    font-size: 16px !important;
    width: auto !important;
  }
}
@media screen and (max-width: 520px) {
  .vm-banner, .vm-product-banner {
    height: 520px !important;
  }
  .vm-banner .container .header-wrap .small-header, .vm-product-banner .container .header-wrap .small-header {
    font-size: 18px !important;
    margin-bottom: 1rem !important;
  }
  .vm-banner .container .header-wrap .bigger-header, .vm-product-banner .container .header-wrap .bigger-header {
    font-size: 42px !important;
    margin-bottom: 1rem !important;
  }
  .vm-banner .container .header-wrap .sub-header, .vm-product-banner .container .header-wrap .sub-header {
    font-size: 22px !important;
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }

  .vm-featured-news h2 {
    margin-bottom: 1.5rem;
  }

  body .v-btn {
    font-size: 18px !important;
  }

  .coverage-results h2 {
    padding: 1.5rem 1rem;
  }

  body .vm-section.vm-about {
    height: auto !important;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .vm-benefits h4, body .vm-fibre-process h4 {
    font-size: 20px;
  }

  .vm-coverage .v-input .v-label {
    font-size: 18px;
    height: auto;
    line-height: 18px !important;
  }

  .vm-coverage .v-text-field input {
    line-height: initial;
    max-height: initial;
    padding-top: 0;
  }

  .vm-tab-items .container h2, .vm-about h1, .vm-core h1 {
    font-size: 36px !important;
    margin-bottom: 1rem;
  }

  .vm-benefits p {
    font-size: 16px;
  }

  .fm-footer .vm-copyright {
    font-size: 16px;
  }

  body .vuma-menu .v-item-group {
    padding: 0px 15px 0 60px;
  }

  body .vuma-menu .v-item-group .v-list-item {
    font-size: 20px;
    padding: 0.45rem 1rem;
  }

  .vm-fibre-process h2 {
    margin-bottom: 1rem;
  }

  .vm-crs .container p, .vm-tab-items .container p.vm-tab-content {
    margin-bottom: 1.5rem;
  }

  .vm-crs .vm-crs-bg, .vm-tab-items .vm-tab-bg {
    margin-top: 0.5rem;
  }

  .vm-section.vm-featured-news {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .vm-featured-news .next {
    left: 51%;
  }

  .vm-featured-news .prev {
    left: 45%;
  }
}
@media screen and (max-width: 425px) {
  body {
    font-size: 16px;
  }

  body h2 {
    font-size: 30px;
  }

  body .vm-section, body .vm-fibre-process.vm-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  body .vuma-header a.vm-logo {
    width: 150px;
  }

  .vm-banner, .vm-product-banner {
    height: 450px !important;
  }

  .vm-benefits h4, body .vm-fibre-process h4 {
    font-size: 18px;
  }

  .vm-benefits .vm-b-img, body .vm-fibre-process .vm-g-img {
    width: 85px;
  }

  .vm-benefits p,
body .vm-fibre-process,
body .vm-fibre-process .vm-process-blocks .v-btn {
    font-size: 16px;
  }

  .vm-crs .container h2, .vm-tab-items .container h2, .vm-about h1, .vm-core h1 {
    font-size: 30px !important;
  }

  .vm-core {
    height: auto !important;
  }

  .vm-process-blocks .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #content #order {
    padding: 0.75rem 25px;
    font-size: 14px;
  }

  .gm-style .gm-style-iw-c {
    max-width: 290px !important;
  }

  .vm-banner .container .header-wrap {
    padding-top: 3rem;
  }
  .vm-banner .container .header-wrap .small-header {
    font-size: 16px !important;
  }
  .vm-banner .container .header-wrap .bigger-header {
    font-size: 28px !important;
    margin-bottom: 0.5rem !important;
  }
  .vm-banner .container .header-wrap .sub-header {
    font-size: 18px !important;
  }

  body .v-btn {
    font-size: 16px !important;
  }

  body .vuma-menu {
    padding-top: 2rem;
  }

  body .vuma-menu .close-nav {
    top: 3vh;
  }

  .coverage-results h2 {
    padding: 1.5rem 1rem;
  }

  #content #order {
    display: block;
    margin-bottom: 0.5rem;
  }

  body .vm-fibre-process h2 {
    margin-bottom: 2rem;
  }

  body .vm-fibre-process p, .vm-benefits p {
    line-height: 1.4;
    padding: 0;
  }

  .vm-fibre-process .theme--light.v-btn {
    margin-top: 2rem;
  }

  .vm-featured-news .next {
    left: 52%;
  }

  .vm-featured-news .prev {
    left: 44%;
  }
}
@media screen and (max-width: 375px) {
  .vm-banner, .vm-product-banner {
    height: 380px !important;
    padding-bottom: 0;
  }

  body .vuma-menu .close-nav {
    left: 0;
  }

  body .vuma-menu .close-nav img {
    width: 35px;
  }
}
@media screen and (max-width: 330px) {
  body .vuma-menu {
    width: 97%;
  }
}
@media screen and (max-width: 320px) {
  body h2, .vm-crs .container h2, .vm-tab-items .container h2, .vm-about h1, .vm-core h1 {
    font-size: 24px;
  }
}
