@font-face {
  font-family: TelenetAlbra-Regular;
  src: url(https://www.b2b.telenet.be/rs/839-XUN-065/images/Telenet-Albra-Regular.woff2) format("woff2"),
    url(https://www.b2b.telenet.be/rs/839-XUN-065/images/Telenet-Albra-Regular.woff) format("woff");
}
@font-face {
  font-family: TelenetAlbra-Black;
  src: url(https://www.b2b.telenet.be/rs/839-XUN-065/images/Telenet-Albra-Black.woff2) format("woff2"),
    url(https://www.b2b.telenet.be/rs/839-XUN-065/images/Telenet-Albra-Black.woff) format("woff");
}
@font-face {
  font-family: TelenetAlbra-Bold;
  src: url(https://www.b2b.telenet.be/rs/839-XUN-065/images/Telenet-Albra-Bold.woff2) format("woff2"),
    url(https://www.b2b.telenet.be/rs/839-XUN-065/images/Telenet-Albra-Bold.woff) format("woff");
}
@font-face {
  font-family: TelenetAlbra-Serif-Bold;
  src: url(https://www.b2b.telenet.be/rs/839-XUN-065/images/Telenet-Albra-Serif-Bold.woff2) format("woff2"),
    url(https://www.b2b.telenet.be/rs/839-XUN-065/images/Telenet-Albra-Serif-Bold.woff) format("woff");
}
@font-face {
  font-family: TelenetAlbra-Medium;
  src: url(https://www.b2b.telenet.be/rs/839-XUN-065/images/Telenet-Albra-Medium.woff2) format("woff2"),
    url(https://www.b2b.telenet.be/rs/839-XUN-065/images/Telenet-Albra-Medium.woff) format("woff");
}
@font-face {
  font-family: TelenetTextIcon;
  src: url(https://www.b2b.telenet.be/rs/839-XUN-065/images/Telenet-texticonfont.woff2) format("woff2"),
    url(https://www.b2b.telenet.be/rs/839-XUN-065/images/Telenet-texticonfont.woff) format("woff");
}

* {
  color: var(--d-brown);
  font-weight: 400;
}
html {
  scroll-behavior: smooth;
  font-family: TelenetAlbra-Regular;
  font-size: 10px;
}
div {
  box-sizing: border-box;
}
body {
  background-color: #fff;
}
body,
h1,
h2,
p {
  margin: 0;
  padding: 0;
}
.HL-container {
  max-width: 1200px;
  margin: auto;
}
a{
  text-decoration:underline;
}
@media only screen and (max-width: 1250px) {
  .HL-container {
    max-width: 90vw;
  }
}
@media only screen and (max-width: 900px) {
  .HL-container {
    max-width: 80vw;
  }
}
.HL-section .t-bold {
  font-family: TelenetAlbra-Bold;
  font-weight: 400;
}
.HL-section .t-s-bold {
  font-family: TelenetAlbra-Serif-Bold;
  font-weight: 400;
}
.HL-section .t-lemon {
  color: var(--lemon);
}
.HL-section .t-yellow {
  color: var(--yellow);
}
.HL-section .t-d-brown {
  color: var(--d-brown);
}
.HL-section .t-turquoise {
  color: var(--turquoise);
}
.HL-section .t-watermelon {
  color: var(--watermelon);
}
.HL-flex {
  display: flex;
}
.HL-flex-50 > * {
  flex-basis: 50%;
}
.HL-section .btn-cta {
  display: block;
  border-radius: 4px;
  background: var(--yellow);
  padding: 1em;
  width: fit-content;
  color: var(--d-brown);
  text-decoration: none;
  font-family: "TelenetAlbra-Bold";
}
.HL-section .btn-cta-alt {
  display: block;
  border-radius: 4px;
  padding: 1em;
  border: 2px solid;
  width: fit-content;
  color: var(--d-brown);
  text-decoration: none;
  font-family: "TelenetAlbra-Bold";
}

.HL-section {
  text-align: left;
  box-sizing: border-box;
  padding: 30px 0;
  font-family: "TelenetAlbra-Regular";
}

.HL-hero-banner h1 {
  font-size: 46px !important;
  line-height: 1.2em !important;
  margin: 0 0.5em 0 0 !important;
  max-width: 662px;
  font-family: "TelenetAlbra-Serif-Bold" !important;
  font-weight: 400;
}
.HL-hero-banner h1 b {
  line-height: 1em !important;
}

.HL-section h2 {
  font-size: 32px !important;
  line-height: 1em !important;
  margin: 0 0 1em 0 !important;
}
.HL-section h2 b {
  line-height: 1em !important;
  margin: 0 0 1em 0 !important;
}
.HL-section h3,
.HL-section h3 b {
  font-size: 22px;
  color: var(--watermelon);
  line-height: 1em !important;
  margin: -1em 0 0 0 !important;
}
.HL-section h4,
.HL-section h4 b {
  font-size: 40px;
  line-height: 1em !important;
  margin: 0 0 1em 0 !important;
  font-family: TelenetAlbra-Serif-Bold;
}
.HL-section p {
  font-size: 18px;
  line-height: 1.5em;
}
.HL-section b {
  line-height: 1.5em;
  font-family: TelenetAlbra-Bold;
  font-weight: 400;
}
.HL-section small {
  font-size: 14px;
}
@media only screen and (max-width: 920px) {
  section.HL-section {
    padding: 20px 0;
  }
  .HL-section p {
    font-size: 16px;
  }
  .HL-section h3 {
    font-size: 24px;
  }
  .HL-flex-50 > * {
    flex-basis: unset;
  }
}

/* section specific */

#telenet-logo {
  padding: 0;
  padding-top: 40px;
}

.HL-hero-banner {
  position: relative;
  color: var(--d-brown);
  align-items: center;
  margin-bottom: 40px;
  margin-top: 40px;
  z-index: 1;
}
.HL-hero-banner .HL-hero-bg {
  margin-left: calc((100% - 1200px) / 2);
}
.HL-hero-banner .HL-hero-bg:after {
  content: "";
  background: var(--background-color);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 30%;
  z-index: -1;
}
.HL-hero-banner img {
  max-height: 413px;
}
.HL-hero-banner .HL-hero-bg > .t-bold {
  width: fit-content;
  margin-bottom: 1em;
  font-size: 1.5em;
}

@media only screen and (max-width: 1250px) {
  .HL-hero-banner .HL-hero-bg {
    margin-left: 5vw;
  }
  .HL-hero-banner .HL-hero-bg h1 {
    font-size: 40px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .HL-hero-banner .HL-hero-bg h1 {
    font-size: 35px !important;
  }
  .HL-hero-banner .t-bold b {
    font-size: 20px;
  }
}
@media only screen and (max-width: 920px) {
  .HL-hero-banner .HL-hero-bg {
    margin-left: 10vw;
  }
  .HL-hero-banner {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .HL-hero-banner .HL-hero-bg:after {
    right: 0;
    bottom: 15%;
  }
  .HL-hero-banner .HL-hero-bg h1 {
    font-size: 40px !important;
    padding-bottom: 1em !important;
    max-width: unset !important;
  }
  .HL-hero-banner img {
    margin: auto;
    max-width: 80vw;
  }
}
@media only screen and (max-width: 450px) {
  .HL-hero-banner .HL-hero-bg h1 {
    font-size: 30px !important;
  }
}
.HL-intro-text {
  font-size: 23px;
}
@media only screen and (max-width: 920px) {
  .HL-intro-text {
    font-size: 20px;
  }
}

.HL-color-overlay-right .HL-container,
.HL-color-overlay-left .HL-container,
.HL-color-overlay-left-large .HL-container {
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

.HL-color-overlay-right .HL-yellow-bg,
.HL-color-overlay-left .HL-yellow-bg {
  width: 75%;
  background: var(--lemon);
  padding: 3em;
}
.HL-color-overlay-left-large .HL-yellow-bg {
  width: 60%;
  background: var(--lemon);
  padding: 3em;
}

.HL-color-overlay-left .HL-container > div > img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 500px;
  object-fit: cover;
  object-position: left;
  z-index: -1;
}
.HL-color-overlay-left-large .HL-container > div > img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 850px;
  max-width: 100%;
  object-fit: cover;
  object-position: left;
  z-index: -1;
}
.HL-color-overlay-right .HL-yellow-bg h2,
.HL-color-overlay-left .HL-yellow-bg h2 {
  max-width: 80%;
}

.HL-color-overlay-right .HL-yellow-bg {
  margin-left: auto;
}
.HL-color-overlay-right img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 500px;
  object-fit: cover;
  object-position: right;
  z-index: -1;
}

@media only screen and (max-width: 920px) {
  .HL-color-overlay-right .HL-container > div > img,
  .HL-color-overlay-left .HL-container > div > img {
    position: relative;
    width: 100%;
    margin-bottom: -20%;
  }
  .HL-color-overlay-right .HL-container,
  .HL-color-overlay-left-large .HL-container,
  .HL-color-overlay-left .HL-container {
    padding: unset;
  }
  .HL-color-overlay-right .HL-yellow-bg,
  .HL-color-overlay-left .HL-yellow-bg {
    width: 95%;
    margin: auto;
    padding: calc(1em + 2vw);
  }
  .HL-color-overlay-left-large .HL-yellow-bg {
    width: 100%;
    margin: auto;
  }
  .HL-color-overlay-left-large .HL-container > div > img {
    position: relative;
    width: 100%;
  }
  .HL-color-overlay-right .HL-yellow-bg h2,
  .HL-color-overlay-left .HL-yellow-bg h2 {
    max-width: unset;
  }
}

.HL-half-half .HL-flex-50 {
  gap: 20px;
  justify-content: center;
}
.HL-half-half .HL-flex-50 > * {
  flex-basis: calc((100% - 20px) / 2);
  min-width: 434px;
}
@media only screen and (max-width: 1100px) {
  .HL-half-half .HL-flex-50 {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 920px) {
  .HL-half-half .HL-flex-50 > * {
    flex-basis: 100%;
    min-width: unset;
  }
}

.HL-half-half p {
  margin: auto 0;
}
.HL-thirds .HL-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 1000px) {
  .HL-thirds .HL-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 800px) {
  .HL-thirds .HL-grid {
    grid-template-columns: 1fr;
  }
}

.HL-thirds .HL-yellow-bg,
.HL-half-half .HL-yellow-bg {
  background: var(--lemon);
  padding: 3em;
  display: flex;
  flex-direction: column;
}
.HL-background-half-half {
  background-color: var(--background-color);
  margin: 30px 0;
  align-items: center;
}
.HL-background-half-half > div > img {
  width: 48%;
  max-width: 620px;
  margin-bottom: 20px;
  object-fit: contain;
}
@media only screen and (max-width: 750px) {
  .HL-background-half-half img {
    width: 100%;
  }
  .HL-background-half-half .HL-container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .HL-thirds .HL-yellow-bg,
  .HL-half-half .HL-yellow-bg {
    padding: 2em;
  }
}

.HL-content-with-cards {
  background: linear-gradient(
    to bottom,
    var(--background-color) 50%,
    transparent 50%
  );
  /* background-color: var(--background-color); */
  margin-top: 80px;
}

.HL-content-with-cards > .HL-flex-50 img {
  max-width: 495px;
  margin-top: -80px;
  margin-right: 1em;
}
.HL-content-with-cards > .HL-flex-50 > div:nth-child(2) {
  max-width: 450px;
}

@media only screen and (max-width: 1000px) {
  .HL-content-with-cards {
    margin-top: 80px;
    padding-top: 28px;
  }
  .HL-content-with-cards > .HL-flex-50 {
    justify-content: center;
    flex-wrap: wrap;
  }
  .HL-content-with-cards > .HL-flex-50 img {
    margin-right: unset;
    margin-bottom: 2em;
    width: 100%;
  }
  .HL-content-with-cards > .HL-flex-50 > div:nth-child(2) {
    flex-basis: 100%;
    max-width: unset;
  }
}

.HL-cards {
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.HL-cards .HL-card {
  background: var(--shade-04);
  padding: 30px;
  max-width: 380px;
  min-width: 380px;
  text-align: center;
}
.HL-cards .HL-card .HL-flex {
  text-align: left;
  gap: 10px;
  align-items: flex-start;
  min-height: 55px;
  border-bottom: 1px solid white;
  margin-top: 20px;
}
.HL-cards .HL-card div:nth-child(6) {
  border-bottom: unset;
}

.HL-cards .HL-card .HL-flex p {
  font-size: 16px;
}
.HL-cards .HL-card p + .HL-flex img {
  margin-left: 4px;
  margin-right: 4px;
}

.HL-cards .HL-card > h2 + img,
.HL-cards .HL-card > p {
  margin-bottom: 2em;
  font-size: 17px;
}
.HL-cards .HL-card > h2 + img {
  height: 117px;
  object-fit: contain;
}
.HL-cards .HL-card a p {
  margin-top: 1em;
}
.HL-cards .HL-card div:last-of-type {
  margin-bottom: -140px;
}
.HL-cards .HL-card {
  margin-bottom: 120px;
}
.HL-cards .HL-card img.mobile_pricing {
  max-width: 70%;
  display: none;
}
.HL-cards .btn-cta-alt {
  margin-top: 2em;
}

@media only screen and (max-width: 1250px) {
  .HL-cards > .HL-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 900px) {
  .HL-cards .HL-card img.mobile_pricing {
    display: block;
    margin: auto;
    margin-top: 2em;
    padding-bottom: 1em;
  }
  .HL-cards .HL-card img.mobile_pricing + img {
    display: none;
  }
  .HL-cards .HL-card div:last-of-type {
    margin-bottom: -60px;
  }
  .HL-cards .HL-card {
    margin-bottom: 40px;
  }

  .HL-content-with-cards {
    background-color: var(--background-color);
  }
}

@media only screen and (max-width: 450px) {
  .HL-cards .HL-card {
    min-width: unset;
  }
}

.HL-final-cta .btn-cta-alt {
  min-width: 176px;
}
.HL-final-cta h4 {
  padding-right: 20px;
}

@media only screen and (max-width: 750px) {
  .HL-final-cta .HL-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .HL-final-cta .HL-flex * {
    text-align: center;
  }
}

footer {
  background-color: var(--lemon);
  text-align: center;
  padding-top: 30px;
}

.HL-pre-form {
  background-color: var(--form-background-color, white);
  padding: 2em 2em 0 2em;
}
.HL-pre-form h2 {
  margin-bottom: unset !important;
  padding-bottom: 20px;
  font-family: TelenetAlbra-Serif-Bold;
}

/* FORM STYLING */

#bannerformform {
  max-width: 1200px;
  margin: auto;
  background: var(--form-background-color, white);
  padding: 2em;
}
@media only screen and (max-width: 1250px) {
  #bannerformform {
    max-width: 90vw;
  }
}
@media only screen and (max-width: 900px) {
  #bannerformform {
    max-width: 80vw;
  }
}
form.mktoForm {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
form.mktoForm > .mktoFormRow:nth-child(2),
form.mktoForm > .mktoFormRow:nth-child(3),
form.mktoForm > .mktoFormRow:nth-child(4),
form.mktoForm > .mktoFormRow:nth-child(5),
form.mktoForm > .mktoFormRow:nth-child(7),
form.mktoForm > .mktoFormRow:nth-child(13) {
  flex-basis: 46%;
}
form.mktoForm > .mktoFormRow:nth-child(6),
form.mktoForm > .mktoButtonRow {
  flex-basis: 100%;
}
label.mktoLabel {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 100% !important;
  font-size: 17px;
  text-align: left;
  font-weight: 400;
  width: fit-content;
  color: var(--d-brown);
  text-decoration: none;
  font-family: "TelenetAlbra-Bold";
}
label.mktoLabel .mktoAsterix {
  color: #cccccc;
  padding-left: 5px;
}
.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormCol {
  width: 100% !important;
}
.mktoGutter {
  display: none;
}
input.mktoField {
  width: 95% !important;
  border: 1px solid transparent;
  border-bottom: 1px solid #707070;
  display: block;
  font-size: 19px;
  font-family: TelenetAlbra-Regular;
  height: 40px;
  background: var(--form-background-color, white);
}

input.mktoField:focus {
  outline: none !important;
  border: 1px solid var(--yellow);
}
select.mktoField {
  width: 44% !important;
  height: 40px;
  border: 1px solid transparent;
  border-bottom: 1px solid #707070;
  display: block;
  font-size: 16px;
  font-family: TelenetAlbra-Regular;
  height: 40px;
  background: var(--form-background-color, white);
}
select.mktoField:focus {
  outline: none !important;
  border: 1px solid var(--yellow);
}
#LblrequestedOptin {
  display: none;
}
#LblrequestedOptin ~ .mktoCheckboxList {
  width: 65% !important;
  display: flex;
  margin-top: 20px;
}
#LblrequestedOptin ~ .mktoCheckboxList > input {
  width: 25px !important;
  height: 25px;
  margin-right: 10px;
  margin-top: 0;
}
.mktoHtmlText {
  width: 100% !important;
  margin-top: 20px;
}
.mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background-color: var(--yellow) !important;
  background-image: var(--yellow) !important;
  background: var(--yellow) !important;
  font-size: 18px !important;
  text-align: left;
  font-weight: 400;
  display: block;
  border-radius: 4px;
  padding: 1em !important;
  border: 2px solid var(--yellow) !important;
  width: fit-content;
  color: var(--d-brown) !important;
  text-decoration: none;
  font-family: "TelenetAlbra-Bold";
  cursor: pointer;
}

.HL-container > .mktoForm {
  background: #fff;
  padding: 30px;
}
@media only screen and (max-width: 750px) {
  form.mktoForm > .mktoFormRow:nth-child(2),
  form.mktoForm > .mktoFormRow:nth-child(3),
  form.mktoForm > .mktoFormRow:nth-child(4),
  form.mktoForm > .mktoFormRow:nth-child(5),
  form.mktoForm > .mktoFormRow:nth-child(7),
  form.mktoForm > .mktoFormRow:nth-child(13) {
    flex-basis: 80%;
  }
  #LblrequestedOptin ~ .mktoCheckboxList {
    width: 100% !important;
  }
  select.mktoField {
    width: 78% !important;
  }
}
