@media screen and (max-width: 1280px) {
.br-desktop {
    display: none;
}
}
.vm-core {
  position: relative;
  height: 700px;
}
.vm-core h2, .vm-core p {
  margin-bottom: 2rem !important;
}
.vm-core h1 {
  font-size: 64px;
  font-family: "Core Sans R 25", "Roboto", sans-serif !important;
  font-weight: inherit;
  margin-bottom: 2rem !important;
}
.vm-tabs-product .theme--dark.v-tabs > .v-tabs-bar {
  background-color: #EE008C;
  height: 85px;
}
.vm-tabs-product .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;*/
  width: 20%;
  letter-spacing: 0.1em;
  color: #fff !important;
}
.vm-tabs-product .theme--dark.v-tabs .v-tab.v-tab--active {
  font-family: "Core Sans R 55", "Roboto", sans-serif !important;
}
.vm-tabs-product .theme--dark.v-tabs .v-tab.v-tab--active::before {
  opacity: 0.24 !important;
}
.vm-tabs-product .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-product .theme--dark.v-tabs .v-tab:hover::before {
  opacity: 0.24;
}
.vm-tabs-product .theme--dark.v-tabs .v-tabs-slider-wrapper {
  display: none;
}
.vm-tabs-product .vm-tab-items {
  color: #000;
}
.vm-tabs-product .vm-tab-items .vm-tab-bg:before {
  display: none;
}
.vm-tabs-product .v-btn:before {
  opacity: 0;
}
.vm-tabs-product .v-btn:hover {
  color: #fff;
  border-color: #ee008c;
  background-color: #ee008c;
}
.vm-fibre-process {
  background-color: #EE008C;
  color: #fff;
}
.vm-fibre-process.vm-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.vm-fibre-process h2 {
  margin-bottom: 3rem;
}
.vm-fibre-process h4 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-family: "Core Sans R 55", "Roboto", sans-serif !important;
  font-weight: inherit;
}
.vm-fibre-process .vm-b-img {
  width: 150px;
  margin: auto;
  margin-bottom: 1.5rem;
}
.vm-fibre-process p {
  line-height: 1.2;
  padding: 0 1rem;
  margin-bottom: 0;
}
.vm-fibre-process .theme--light.v-btn {
  color: #fff;
  margin-top: 3rem;
}
.vm-fibre-process .vm-process-blocks .v-btn {
  font-size: 18px !important;
}
.reach-shop {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.reach-shop .container {
  max-width: 1000px;
}
.reach-shop .container .text-center {
  max-width: 750px;
  margin: 0 auto 3rem;
}
.reach-shop .container .text-center h2 {
  margin-bottom: 1.5rem;
}
.reach-shop .container h2 {
  margin-bottom: 2rem;
}
.reach-shop .v-card {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
  padding: 1.8rem;
  border-radius: 35px !important;
  height: auto;
}
.reach-shop .v-card .display-vm {
  font-size: 44px !important;
  font-family: "Core Sans R 55", "Roboto", sans-serif !important;
  font-weight: inherit;
  line-height: 0.7;
  letter-spacing: 0.0073529412em !important;
  color: #ee008c;
  margin-bottom: 1.5rem;
}
.reach-shop .v-card .v-card__text {
  padding: 1.5rem;
  text-align: center;
}
.reach-shop .v-card .v-card__text p {
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.reach-shop .v-card .v-card__text p .v-icon {
  color: #ee008c;
  font-size: inherit !important;
}
.reach-shop .v-card .v-card__actions {
  padding: 0.35rem 1.5rem 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reach-shop .v-card .v-card__actions a {
  text-decoration: none;
  font-size: 16px !important;
  font-family: "Core Sans R 55", "Roboto", sans-serif !important;
  color: #ee008c;
}
.reach-shop .v-card .v-card__actions .order-button:hover {
  color: #fff;
}
.reach-shop .v-card .reach-img {
  padding: 0.35rem 0;
  width: 100%;
  height: auto;
}
.reach-shop .v-card .reach-img.reduce-width img {
  max-width: 40%;
}
.reach-shop .reach-products-wrap {
  max-width: 1150px;
  width: 100%;
  margin: 2rem auto 0;
}
.reach-shop .reach-card {
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reach-shop .reach-card__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
