@charset "UTF-8";
/* Variables
----------------------------------------------------- */
/* Mixins
----------------------------------------------------- */
/* Styles
----------------------------------------------------- */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #000;
  font-family: "Open Sans", Arial;
}

img,
svg {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border: none;
  display: inline-block;
  vertical-align: top;
}

svg {
  vertical-align: middle;
}

path,
circle {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  outline: 0;
  font-family: "Open Sans", Arial;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

legend {
  display: table;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
legend + * {
  clear: both;
}

fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}

/* roboto-condensed-400 - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/OpenSans-Regular.woff") format("woff"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/OpenSans-Bold.woff") format("woff"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --umb-block-grid--areas-column-gap: 20px;
  --umb-block-grid--row-gap:0px;
}
@media (min-width: 1025px) {
  :root {
    --umb-block-grid--areas-column-gap: 40px;
  }
}

body {
  font-family: "Open Sans", Arial;
  color: #1b1b1b;
  font-size: 16px;
  margin: 0;
  background-color: #fff;
  line-height: 25px;
}
body strong {
  letter-spacing: 0.3px;
}
@media (min-width: 1025px) {
  body.has-popup footer {
    padding-bottom: 100px;
  }
}

button {
  box-shadow: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #1b1b1b;
}

.container {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .container {
    width: calc(1136px + 10vw);
    max-width: 1170px;
  }
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: 600;
  line-height: 100%;
  color: #5b5b5b;
}

h1 {
  font-size: 28px;
}
@media (min-width: 1025px) {
  h1 {
    font-size: 35px;
  }
}

.list.list--check {
  list-style-image: url(/images/icon-checkmark.svg);
}

.rte.has-color {
  padding: 40px;
  color: #fff;
}
.rte.has-color h1, .rte.has-color h2, .rte.has-color h3, .rte.has-color h4, .rte.has-color a {
  color: #fff;
}
.rte.has-color .rte-title {
  color: #fff;
}
.rte.green {
  background-color: #8dc63f;
}
.rte.purple {
  background-color: #92278f;
}

.button {
  border-radius: 5px;
  padding: 12px 38px 12px 18px;
  background-color: #ffa800;
  border: 1px solid #f06e00;
  color: #fff;
  font-weight: bold;
  background-image: url(/images/arrow-right-white.png);
  background-repeat: no-repeat;
  background-position: right 18px center;
  transition: 0.2s;
  box-shadow: 0 0 0 0;
  display: inline-block;
  margin-top: 5px;
}
.button:hover {
  box-shadow: 0 0 0 3px #f06e00;
}
.button.no-markup {
  background: transparent;
  border: none;
  color: #000;
  padding: 0;
  cursor: pointer;
}
.button.no-markup:hover {
  box-shadow: none;
}
.button.green {
  background-color: #8dc63f;
  border: none;
}
.button.green:hover {
  box-shadow: 0 0 0 3px #8dc63f;
}
.button.purple {
  background-color: #92278f;
  border: none;
}
.button.purple:hover {
  box-shadow: 0 0 0 3px #92278f;
}
.button.read-more {
  padding: 12px 12px 12px 0;
  margin-bottom: 24px;
}
.button.read-more:hover {
  text-decoration: underline;
}

.read-more-content {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.sr-only {
  position: absolute;
  block-size: 1px;
  inline-size: 1px;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden;
}

.splide__arrow {
  box-shadow: 0 3px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
}
.splide__arrow:hover {
  background-color: #5b5b5b;
}
.splide__arrow:hover svg {
  fill: #ffffff;
}
.splide__arrow svg {
  fill: #5b5b5b;
}

.star {
  background-image: url("/images/star-empty.svg");
  height: 16px;
  width: 16px;
  background-position: 16px 16px;
  display: inline-block;
}
.star.full {
  background-image: url("/images/star-full.svg");
}
.star.half {
  background-image: url("/images/star-half.svg");
}

@media (max-width: 1024px) {
  .hide-mobile {
    display: none;
  }
}

@media (min-width: 1025px) {
  .hide-desktop {
    display: none !important;
  }
}

div[data-content-element-type-alias=richTextEditor] table {
  display: grid;
  border-collapse: collapse;
  min-width: 100%;
  grid-template-columns: repeat(2, 1fr);
  border: 0 !important;
}
div[data-content-element-type-alias=richTextEditor] table.cols-1 {
  grid-template-columns: 1fr;
}
div[data-content-element-type-alias=richTextEditor] table.cols-2 {
  grid-template-columns: 1fr 1fr;
}
div[data-content-element-type-alias=richTextEditor] table.cols-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
div[data-content-element-type-alias=richTextEditor] table.cols-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
div[data-content-element-type-alias=richTextEditor] table.cols-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
div[data-content-element-type-alias=richTextEditor] table.cols-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
div[data-content-element-type-alias=richTextEditor] table.cols-7 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
div[data-content-element-type-alias=richTextEditor] table.cols-8 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
div[data-content-element-type-alias=richTextEditor] table.cols-9 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
div[data-content-element-type-alias=richTextEditor] table.cols-10 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
div[data-content-element-type-alias=richTextEditor] th, div[data-content-element-type-alias=richTextEditor] thead td {
  background-color: #8dc63f;
  color: #fff;
  text-align: left;
}
div[data-content-element-type-alias=richTextEditor] table, div[data-content-element-type-alias=richTextEditor] td, div[data-content-element-type-alias=richTextEditor] tr, div[data-content-element-type-alias=richTextEditor] th {
  height: auto !important;
  width: auto !important;
}
div[data-content-element-type-alias=richTextEditor] tr td {
  border: 0 !important;
  border-bottom: 1px solid #d2d2d2 !important;
  border-left: 1px solid #d2d2d2 !important;
}
div[data-content-element-type-alias=richTextEditor] tr td:last-child {
  border-right: 1px solid #d2d2d2 !important;
}
div[data-content-element-type-alias=richTextEditor] thead,
div[data-content-element-type-alias=richTextEditor] tbody,
div[data-content-element-type-alias=richTextEditor] tr {
  display: contents;
}
div[data-content-element-type-alias=richTextEditor] th:first-child, div[data-content-element-type-alias=richTextEditor] thead td:first-child {
  border-top-left-radius: 6px;
}
div[data-content-element-type-alias=richTextEditor] th:last-child, div[data-content-element-type-alias=richTextEditor] thead td:last-child {
  border-top-right-radius: 6px;
}
div[data-content-element-type-alias=richTextEditor] th,
div[data-content-element-type-alias=richTextEditor] td {
  padding: 15px;
  white-space: nowrap;
}

.umb-block-grid__layout-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--grid-columns, 1), minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(50px, min-content);
  -moz-column-gap: var(--umb-block-grid--column-gap, 0);
  column-gap: var(--umb-block-grid--column-gap, 0);
  row-gap: var(--umb-block-grid--row-gap, 0);
}

.umb-block-grid__layout-item {
  position: relative;
  /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
  grid-column-end: span min(var(--umb-block-grid--item-column-span, 1) * 3, var(--umb-block-grid--grid-columns));
  grid-row: span var(--umb-block-grid--item-row-span, 1);
}

.umb-block-grid__area-container, .umb-block-grid__block--view::part(area-container) {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--area-grid-columns, var(--umb-block-grid--grid-columns, 1)), minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(50px, min-content);
  -moz-column-gap: var(--umb-block-grid--areas-column-gap, 0);
  column-gap: var(--umb-block-grid--areas-column-gap, 0);
  row-gap: var(--umb-block-grid--areas-row-gap, 0);
}

.umb-block-grid__area {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
  grid-column-end: span min(var(--umb-block-grid--area-column-span, 1) * 3, var(--umb-block-grid--area-grid-columns));
  grid-row: span var(--umb-block-grid--area-row-span, 1);
}

@media (min-width: 1024px) {
  .umb-block-grid__layout-item {
    grid-column-end: span min(var(--umb-block-grid--item-column-span, 1), var(--umb-block-grid--grid-columns));
  }
  .umb-block-grid__area {
    grid-column-end: span min(var(--umb-block-grid--area-column-span, 1), var(--umb-block-grid--area-grid-columns));
  }
}
header {
  background-color: #ffffff;
}
header.has-overlay + main {
  margin-top: -200px;
}

.open .topbar {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
}

.topbar {
  padding: 15px 0;
}
.topbar-mobile-menu {
  align-self: center;
  margin-right: 20px;
  font-weight: bold;
  position: relative;
  z-index: 99;
}
.topbar-mobile-menu.menu-opened .menu-open {
  display: none;
}
.topbar-mobile-menu.menu-opened .menu-close {
  display: block;
}
.topbar-mobile-menu .menu-open {
  background-image: url("../images/icon-hamburger.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 30px 0 0;
  color: #000;
}
.topbar-mobile-menu .menu-close {
  background-image: url("../images/icon-cross.svg");
  background-size: 18px 18px;
  display: none;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 30px 0 0;
  color: #000;
}
.topbar-logo {
  max-width: 215px;
  padding-left: 10px;
  position: relative;
  z-index: 99;
}
@media (min-width: 1025px) {
  .topbar-logo {
    max-width: initial;
    padding-left: 0;
  }
}
.topbar-logo img {
  height: 50px;
}
@media (min-width: 1025px) {
  .topbar-logo img {
    height: 75px;
  }
}
.topbar-container {
  display: flex;
  justify-content: space-between;
}
.topbar-medal {
  display: none;
  align-items: center;
}
@media (min-width: 1025px) {
  .topbar-medal {
    display: flex;
  }
}
.topbar-medal > a {
  position: relative;
  background-image: url("../images/website-reviews-bg.png");
  background-repeat: no-repeat;
  color: #fff;
  width: 120px;
  height: 81px;
  display: block;
  text-align: center;
}
.topbar-medal > a .rating {
  position: relative;
  top: 20px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -1px;
}
.topbar-medal > a .review-count {
  position: absolute;
  bottom: 11px;
  font-size: 11px;
  left: 8px;
}
.topbar-medal .text {
  width: 140px;
  font-size: 11px;
  line-height: 16px;
  padding: 0px 10px;
}
.topbar-contact {
  display: none;
}
@media (min-width: 1025px) {
  .topbar-contact {
    display: flex;
  }
}
.topbar-contact-text {
  padding: 5px 0 0 10px;
}
.topbar-contact-text-help {
  color: #92278f;
  font-weight: bold;
  font-size: 20px;
  display: block;
}
.topbar-contact-text-call {
  color: #000;
  display: block;
}
.topbar-contact-text-phone {
  color: #8dc63f;
  display: block;
  font-weight: bold;
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero-content {
  position: absolute;
  transform: translateY(-75%);
  right: 0;
  width: 35%;
  top: 50%;
  padding: 0 30px 0 60px;
  color: #fff;
}
.hero-content:has(.hero-subtitle) {
  background-image: url("../images/banner-arrow.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.hero-overlay {
  background-color: #92278f;
  min-height: 300px;
  background-image: url("../images/bg-blocks-purple.png");
  background-position: center center;
  background-size: 500px;
}
.hero-title {
  font-size: 2em;
  line-height: 1.1em;
  font-weight: 600;
  margin-bottom: 25px;
}
.hero-text {
  font-size: 1.3em;
  line-height: 1.3em;
}
.hero-small .hero-img img {
  min-height: 125px;
}
.hero-img img {
  min-height: 350px;
  width: auto;
  max-width: fit-content;
}
@media (min-width: 1025px) {
  .hero-img img {
    max-width: none;
    width: 100%;
  }
}

.hero-overlay-content {
  transform: translateY(-25%);
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  width: calc(100% - 40px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 30px;
}
@media (min-width: 1025px) {
  .hero-overlay-content {
    max-width: 1170px;
    flex-wrap: nowrap;
    transform: translateY(-50%);
  }
}
.hero-overlay-content-image {
  height: 350px;
  min-width: 300px;
  width: 40%;
  position: relative;
  overflow: hidden;
  order: 2;
}
@media (min-width: 1025px) {
  .hero-overlay-content-image {
    order: 1;
  }
}
.hero-overlay-content-image-inner {
  position: absolute;
  background: #92278f;
  background: linear-gradient(0deg, rgb(114, 158, 52) 0%, rgb(141, 198, 63) 100%);
  transform: rotate(5deg);
  right: 40px;
  inset: -40px;
}
.hero-overlay-content-image img {
  max-height: initial;
  position: relative;
}
.hero-overlay-content-text {
  order: 1;
  padding: 30px;
}
@media (min-width: 1025px) {
  .hero-overlay-content-text {
    order: 2;
  }
}
.hero-overlay-content-text a {
  color: #8dc63f;
}
.hero-overlay-content-text h1 {
  color: #8dc63f;
  font-family: "Gilroy", sans-serif;
  font-weight: bold;
}

.navigation {
  visibility: hidden;
  height: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: #8dc63f;
}
@media (min-width: 1025px) {
  .navigation {
    visibility: visible;
    height: auto;
  }
}
.navigation .navigation-submenu-back {
  background-image: url("../images/arrow-left-white.png");
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 20px;
}
.navigation.open {
  visibility: visible;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  background-color: #8dc63f;
  z-index: 999;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.navigation.open .navigation-menu .opened ul {
  display: block;
  visibility: visible;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 110dvh;
  background-color: #8dc63f;
  z-index: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.navigation.open .navigation-menu-item button {
  width: 100%;
  text-align: left;
}
.navigation.open .navigation-menu-item.has-children {
  background-image: url("../images/arrow-right-white.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.navigation.open .navigation-menu-item.has-children a, .navigation.open .navigation-menu-item.has-children button {
  width: 100%;
  color: #fff;
  border: none;
  line-height: 25px;
  font-weight: bold;
  display: block;
}
.navigation.open .navigation-menu-item.has-children a {
  background-image: url("../images/arrow-right-white.png");
  padding: 15px 35px 15px 15px;
  background-size: 10px;
}
.navigation.open .navigation-menu-item.has-children > a {
  display: none;
}
.navigation.open .navigation-menu-item.active a {
  box-shadow: none;
}
.navigation.open .navigation-menu-item:hover a {
  box-shadow: none;
}
@media (min-width: 1025px) {
  .navigation-menu {
    display: flex;
  }
}
.navigation-menu-item {
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
}
.navigation-menu-item.active a {
  box-shadow: inset 0 -5px #ffffff;
}
.navigation-menu-item:hover > li > a {
  box-shadow: inset 0 -5px #92278f;
}
.navigation-menu-item button {
  color: #fff;
  font-weight: bold;
  padding: 15px 12px;
  display: none;
  font-size: 14px;
}
.navigation-menu-item a {
  color: #fff;
  font-weight: bold;
  padding: 15px 12px;
  display: block;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .navigation-menu-item.has-children:hover ul {
    display: block;
  }
}
.navigation-submenu {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 3px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.navigation-submenu-item a, .navigation-submenu-item:hover a {
  box-shadow: none !important;
}
.navigation-submenu-item.active a {
  background-color: #5b5b5b;
  color: #fff;
}
.navigation-submenu-item:first-child a {
  border: none;
}
.navigation-submenu a {
  color: #5b5b5b;
  font-weight: normal;
  padding: 12px 35px 12px 15px;
  font-size: 14px;
  width: 250px;
  box-shadow: none;
  line-height: 18px;
  background-image: url("../images/arrow-right-grey.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 6px;
  border-top: 1px solid #d2d2d2;
}
.navigation-submenu a:hover {
  background-color: #ededed;
}
.navigation-menu, .navigation-submenu {
  list-style: none;
  padding: 0;
}

.breadcrumb {
  background-image: url("../images/bar-light-grey-bg.png");
  background-color: #ededed;
  background-position: center;
}
.breadcrumb-list {
  list-style: none;
  display: flex;
  padding: 0 10px;
}
@media (min-width: 1025px) {
  .breadcrumb-list {
    padding: 0;
  }
}
.breadcrumb-list-item {
  color: #5b5b5b;
}
.breadcrumb-list-item-link {
  display: block;
  padding: 17px 5px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 140px;
  text-overflow: ellipsis;
}
.breadcrumb-list-item-link:hover {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .breadcrumb-list-item-link:hover {
    max-width: initial;
  }
}
.breadcrumb-list-item-separator {
  width: 30px;
  background-image: url("/images/icon-breadcrumbs-separator.png");
  background-size: 5px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.breadcrumb-list-item:first-child {
  background-image: url("../images/icon-breadcrumbs-home.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px 15px;
  padding-left: 15px;
}

.hero-small + .compare-widget {
  transform: translateY(-25%);
  margin: 0 auto -90px auto;
}

.compare-widget {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1170px;
  background-color: #fff;
  border-radius: 4px;
  padding: 30px;
  margin: 0 auto -220px auto;
  transform: translateY(-50%);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  min-height: 400px;
}
@media (min-width: 1025px) {
  .compare-widget {
    width: 100%;
    margin: 0 auto -80px auto;
    min-height: 200px;
  }
}
.compare-widget-title {
  font-size: 24px;
  width: 80%;
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .compare-widget-title {
    font-size: 35px;
    text-align: center;
    width: 100%;
  }
}
.compare-widget-label {
  position: absolute;
  height: 180px;
  width: 180px;
  top: 0;
  right: 0;
  border-top-right-radius: 5px;
  transform: rotate(45deg) translateY(-70%);
}
@media (min-width: 1025px) {
  .compare-widget-label {
    height: 200px;
    width: 200px;
  }
}
.compare-widget-label-text {
  background-color: #8dc63f;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding: 10px 10px 10px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
}
@media (min-width: 1025px) {
  .compare-widget-label-text {
    padding: 10px 10px 20px 10px;
  }
}
.compare-widget-business {
  text-decoration: underline;
  text-align: center;
}
@media (min-width: 1025px) {
  .compare-widget-business {
    text-align: left;
    text-decoration: underline;
    margin-left: 15px;
  }
}
.compare-widget.has-link {
  min-height: 280px;
  text-align: center;
}
@media (min-width: 1025px) {
  .compare-widget.has-link {
    min-height: auto;
  }
}
.compare-widget form button {
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  fill: #fff;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 8px;
  background: none;
  background-color: #ffa800;
  position: relative;
  backface-visibility: hidden;
  overflow: hidden;
  margin-bottom: 20px;
  transition-property: opacity, transform, background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
}
.compare-widget form button:hover {
  background-color: rgb(210, 140, 3);
}
.compare-widget.blocks {
  min-height: auto;
  margin: 0 auto -160px auto;
}
@media (min-width: 1025px) {
  .compare-widget.blocks {
    margin: 0 auto -60px auto;
  }
}
.compare-widget.blocks .compare-widget-title {
  text-align: center;
  width: 100%;
}

.compare-widget__blocks {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  transform: translateY(-25%);
}
@media (min-width: 1025px) {
  .compare-widget__blocks {
    grid-gap: 30px;
    transform: translateY(-50%);
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.compare-widget__blocks svg {
  width: 25px;
  height: 25px;
  fill: #006089;
  margin-right: 5px;
}
@media (min-width: 1025px) {
  .compare-widget__blocks svg {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.compare-widget__blocks svg.arrow {
  position: Absolute;
  right: 30px;
}
@media (min-width: 1025px) {
  .compare-widget__blocks svg.arrow {
    display: none;
  }
}
.compare-widget__blocks .compare-widget__block {
  position: relative;
  background-color: #fff;
  text-align: left;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.5, 0, 0.5, 1) 0s;
  display: block;
  border-bottom: 1px solid #006089;
}
@media (min-width: 1025px) {
  .compare-widget__blocks .compare-widget__block {
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    padding: 50px 20px;
    border: none;
    display: block;
  }
}
.compare-widget__blocks .compare-widget__block:hover {
  background-color: #006089;
}
.compare-widget__blocks .compare-widget__block:hover svg {
  fill: #fff;
}
.compare-widget__blocks .compare-widget__block:hover a {
  color: #fff;
}
@media (min-width: 1025px) {
  .compare-widget__blocks .compare-widget__block:last-child {
    margin: 0;
  }
}
.compare-widget__blocks .compare-widget__block a {
  color: #006089;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .compare-widget__blocks .compare-widget__block a {
    display: block;
    font-size: 20px;
  }
}
.compare-widget__blocks .compare-widget__block a::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  transition: all 0.3s cubic-bezier(0.5, 0, 0.5, 1) 0s;
}

.popup-bar {
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  text-align: center;
  padding: 20px 20px;
  font-size: 25px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.popup-bar.scrolled {
  bottom: 0;
}
.popup-bar a {
  margin-left: 30px;
  font-size: 20px;
}

.sim-comparar .button {
  margin-top: 27px;
  width: 100%;
}
.sim-comparar .field {
  flex-grow: 1;
}
.sim-comparar .compare-widget-form form {
  display: block;
  flex-wrap: wrap;
  grid-gap: 10px;
  justify-content: center;
}
@media (min-width: 1025px) {
  .sim-comparar .compare-widget-form form {
    grid-gap: 50px;
    display: flex;
  }
}
.sim-comparar .compare-widget-form form label {
  display: block;
  font-size: 14px;
}
.sim-comparar #sim-data-value,
.sim-comparar #sim-price-value {
  font-weight: bold;
  text-align: right;
}
@media (min-width: 1025px) {
  .sim-comparar #sim-data-value,
  .sim-comparar #sim-price-value {
    text-align: left;
  }
}
.sim-comparar .field {
  align-items: center;
  width: auto;
}
@media (min-width: 1025px) {
  .sim-comparar .field {
    width: calc(25% - 50px);
  }
}
.sim-comparar .field-label {
  display: block;
  margin-bottom: 4px;
  font-size: 0.9rem;
  color: #555;
}
.sim-comparar .pill-group input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.sim-comparar .pill-group {
  display: inline-flex;
  gap: 4px;
  background: #f3f3f3;
  padding: 3px;
  border-radius: 10px;
}
.sim-comparar .pill {
  padding: 6px 14px;
  border-radius: 10px;
  font-size: 0.9rem;
  cursor: pointer;
  color: #444;
  background: transparent;
  border: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.sim-comparar .pill-group input[type=radio]:checked + .pill {
  background: #8dc63f;
  color: #fff;
}
.sim-comparar .pill:hover {
  background: rgba(0, 0, 0, 0.05);
}
.sim-comparar input[type=range] {
  -webkit-appearance: none;
  margin: 15px 0;
  width: 100%;
}
.sim-comparar input[type=range]:focus {
  outline: none;
}
.sim-comparar input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #ccc, 0px 0px 1px #0d0d0d;
  background: #8dc63f;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
.sim-comparar input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #ccc, 0px 0px 1px #0d0d0d;
  border: 1px solid #ccc;
  height: 36px;
  width: 16px;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
.sim-comparar input[type=range]:focus::-webkit-slider-runnable-track {
  background: #8dc63f;
}
.sim-comparar input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #ccc, 0px 0px 1px #0d0d0d;
  background: #8dc63f;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
.sim-comparar input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #ccc, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
}
.sim-comparar input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
.sim-comparar input[type=range]::-ms-fill-lower {
  background: #8dc63f;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.sim-comparar input[type=range]::-ms-fill-upper {
  background: #8dc63f;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.sim-comparar input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
.sim-comparar input[type=range]:focus::-ms-fill-lower {
  background: #8dc63f;
}
.sim-comparar input[type=range]:focus::-ms-fill-upper {
  background: #8dc63f;
}

.umb-block-grid__layout-item[data-content-element-type-alias=threeColumnLayout] .umb-block-grid__area .umb-block-grid__layout-container {
  grid-auto-rows: initial;
  height: 100%;
}

.umb-block-grid > .umb-block-grid__layout-container > .umb-block-grid__layout-item {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1025px) {
  .umb-block-grid > .umb-block-grid__layout-container > .umb-block-grid__layout-item {
    padding-top: 60px;
  }
}
.umb-block-grid > .umb-block-grid__layout-container:last-child {
  margin-bottom: 40px;
}

.umb-block-grid__layout-item[data-content-element-type-alias=singleColumnLayout]:first-child,
.has-comparer .umb-block-grid__layout-item[data-content-element-type-alias=threeColumnLayout]:first-child {
  background-image: url("/images/mountains-bg-notransparent.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.umb-block-grid__layout-item[data-content-element-type-alias=threeColumnLayout]:first-child {
  margin-top: 30px;
}

div[data-content-element-type-alias=singleColumnLayout] .umb-block-grid__area-container,
div[data-content-element-type-alias=twoColumnLayoutLeft] .umb-block-grid__area-container,
div[data-content-element-type-alias=twoColumnLayoutRight] .umb-block-grid__area-container,
div[data-content-element-type-alias=twoColumnLayoutEqual] .umb-block-grid__area-container,
div[data-content-element-type-alias=threeColumnLayout] .umb-block-grid__area-container {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1025px) {
  div[data-content-element-type-alias=singleColumnLayout] .umb-block-grid__area-container,
  div[data-content-element-type-alias=twoColumnLayoutLeft] .umb-block-grid__area-container,
  div[data-content-element-type-alias=twoColumnLayoutRight] .umb-block-grid__area-container,
  div[data-content-element-type-alias=twoColumnLayoutEqual] .umb-block-grid__area-container,
  div[data-content-element-type-alias=threeColumnLayout] .umb-block-grid__area-container {
    max-width: 1170px;
  }
}

.umb-block-grid__layout-item:not([data-content-element-type-alias=singleColumnLayout]):not([data-content-element-type-alias=twoColumnLayoutEqual]):not([data-content-element-type-alias=twoColumnLayoutLeft]):not([data-content-element-type-alias=twoColumnLayoutRight]):not([data-content-element-type-alias=threeColumnLayout]) {
  padding: 0;
}

.umb-block-grid__area:not(:has(*)) {
  display: none;
}

div[data-content-element-type-alias=twoColumnLayoutRight] {
  background-color: #fff;
}

div[data-content-element-type-alias=threeColumnLayout] {
  background-color: #ededed;
}
div[data-content-element-type-alias=threeColumnLayout]:has(.block-icon) .umb-block-grid__layout-item {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  div[data-content-element-type-alias=threeColumnLayout]:has(.block-icon) .umb-block-grid__layout-item {
    margin: 0;
  }
}

.umb-block-grid__area[data-area-col-span="1"] .umb-block-grid__layout-item:not(:first-child) .block:has(.block-icon) {
  margin-top: 60px;
}

.umbraco-forms-page {
  border: 1px solid #d2d2d2;
  border-radius: 6px;
}
.umbraco-forms-page .datepickerfield {
  margin: 0.5em 0;
}
.umbraco-forms-page input {
  border-radius: 4px;
  border: 1px solid #5b5b5b;
}
.umbraco-forms-page fieldset {
  margin: 0 !important;
  padding: 0 !important;
}
.umbraco-forms-page legend {
  margin-bottom: 10px;
  background-color: #8dc63f;
  padding: 20px;
  color: #fff;
}
.umbraco-forms-page .row-fluid {
  display: flex;
  padding: 0px 20px;
}
.umbraco-forms-page .row-fluid .btn {
  border-radius: 5px;
  padding: 12px 38px 12px 18px;
  background-color: #8dc63f;
  border: 1px solid #8dc63f;
  color: #fff;
  font-weight: bold;
  background-image: url(/images/arrow-right-white.png);
  background-repeat: no-repeat;
  background-position: right 18px center;
  transition: 0.2s;
  box-shadow: 0 0 0 0;
  display: inline-block;
  margin-top: 5px;
  margin-left: 20px;
}
.umbraco-forms-page .col-md-6 {
  width: 50%;
}

@media (min-width: 0px) and (max-width: 1024px) {
  .umb-block-grid__area[data-area-alias=aside] {
    margin: 40px 0px;
  }
}
.umb-block-grid__area-container:has(.image-block):has(div.has-color.blue) {
  background-color: #006089;
}

.umb-block-grid__area-container:has(.image-block):has(div.has-color.green) {
  background-color: #8dc63f;
}

.umb-block-grid__area-container:has(.image-block):has(div.has-color.purple) {
  background-color: #92278f;
}

.image-block {
  text-align: center;
  margin-bottom: 20px;
}

.verlaagjemaandlasten {
  --link-color: #006089;
}

.energievergelijker {
  --link-color: #8dc63f;
}

div[data-content-element-type-alias=singleColumnLayout] .rte ul {
  margin: 30px auto;
  padding: 0px 30px;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1025px) {
  div[data-content-element-type-alias=singleColumnLayout] .rte ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
div[data-content-element-type-alias=singleColumnLayout] .rte li {
  list-style-type: none;
  padding: 0 30px 0 60px;
  background-image: url("/images/checkmark-circle.png");
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 22px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  min-height: 55px;
}
@media (min-width: 1025px) {
  div[data-content-element-type-alias=singleColumnLayout] .rte li {
    margin-bottom: 20px;
  }
}
div[data-content-element-type-alias=singleColumnLayout] .rte-title {
  text-align: left;
  color: #8dc63f;
}

.rte:has(h1):has(h2:first-child) h1 {
  margin-bottom: 20px;
}
.rte-content {
  line-height: 140%;
  font-size: 15px;
  word-break: break-word;
}
@media (min-width: 1025px) {
  .rte-content {
    line-height: 175%;
    font-size: 16px;
  }
}
.rte a {
  color: #92278f;
  text-decoration: underline;
}

.block {
  width: 100%;
  margin: 0 0 25px 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  box-shadow: 0 3px rgba(0, 0, 0, 0.08);
  position: relative;
}
.block-contents {
  padding: 15px;
}
@media (min-width: 1025px) {
  .block-contents {
    padding: 25px 30px 30px 30px;
  }
}
.block-header {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  padding: 20px 15px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
@media (min-width: 1025px) {
  .block-header {
    padding: 30px 25px 30px 25px;
    font-size: 25px;
  }
}
.block-header:has(.block-icon) {
  padding: 50px 15px 20px 15px;
  text-align: center;
}
@media (min-width: 1025px) {
  .block-header:has(.block-icon) {
    padding: 70px 25px 30px 25px;
  }
}
.block-header.purple {
  background-image: url(/images/bg-blocks-purple.png);
  background-color: #92278f;
}
.block-header.green {
  background-image: url(/images/bg-blocks-green.png);
  background-color: #8dc63f;
}
.block-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 15px;
  border-radius: 100%;
  width: 80px;
  margin: 0 auto;
  border: 1px solid #d2d2d2;
}
@media (min-width: 1025px) {
  .block-icon {
    width: 100px;
    padding: 25px;
  }
}

div[data-content-element-type-alias=threeColumnLayout] .block {
  height: auto;
}
@media (min-width: 1025px) {
  div[data-content-element-type-alias=threeColumnLayout] .block {
    height: 100%;
  }
}

.sub-navigation-block {
  padding: 25px;
}
.sub-navigation-block ul, .sub-navigation-block li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sub-navigation-block li:last-child a {
  border: 0;
  margin: 0;
  padding: 0 25px 0 0;
}
.sub-navigation-block a {
  display: block;
  background-image: url(/images/arrow-right-grey.png);
  background-repeat: no-repeat;
  background-position: center right;
  margin: 0 0 15px;
  padding: 0 25px 15px 0;
  border-bottom: 1px solid #d2d2d2;
}
.sub-navigation-block a:hover {
  text-decoration: underline;
}

.link-block ul, .link-block li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.link-block li:last-child a {
  border-bottom: 0;
  margin-bottom: 20px;
}
.link-block a.link {
  display: block;
  color: #5b5b5b;
  background-image: url(/images/arrow-right-grey.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 15px 0;
  border-bottom: 1px solid #d2d2d2;
}
.link-block a.link:hover {
  text-decoration: underline;
}
.link-block.latest-news span {
  display: block;
  font-weight: bold;
}

.umb-block-grid__area .external-data-block:has(.compare-widget-label-text) {
  overflow: hidden;
}

.external-data-block {
  position: relative;
  overflow: visible;
  border: none;
}
.external-data-block .compare-widget-label {
  height: 165px;
  width: 165px;
}
.external-data-block .compare-widget-label-text {
  padding: 10px 10px 10px 10px;
  font-size: 13px;
}
.external-data-block .bMgLIQ,
.external-data-block .dOSScJ {
  background-color: #ffa800;
}

.text-block p {
  margin-top: 0;
}
.text-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.text-block li {
  background-image: url(/images/checkmark.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 12px 0 12px 55px;
  line-height: 130%;
}
.text-block.top-suppliers .button {
  margin-top: 20px;
}
.text-block.top-suppliers li {
  background-image: none;
  padding: 12px 0;
  display: grid;
  grid-template-columns: 45px 1fr 80px;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
}
.text-block.top-suppliers li:last-child {
  border: none;
}
.text-block.top-suppliers .supplier-position {
  background-color: #5b5b5b;
  color: #fff;
  height: 32px;
  border-radius: 100%;
  display: inline-block;
  width: 32px;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
}
.text-block.top-suppliers .supplier-name {
  font-weight: bold;
  font-size: 14px;
}

.bar {
  display: flex;
  padding: 30px;
  color: #fff;
  justify-content: center;
}
.bar.purple {
  background-image: url(/images/bg-blocks-purple.png);
  background-color: #92278f;
}
.bar.green {
  background-image: url(/images/bg-blocks-green.png);
  background-color: #8dc63f;
}

.slider-bar {
  background-color: #fff;
}
.slider-bar-contents {
  max-width: 1024px;
  margin: 0 auto;
}
.slider-bar .container {
  position: relative;
}
.slider-bar li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-bar {
  font-size: 24px;
  line-height: 30px;
  padding: 30px 30px;
}
.image-bar-contents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.image-bar-contents-title {
  font-size: 35px;
  line-height: 120%;
  margin-bottom: 30px;
}
.image-bar-contents a {
  color: #fff;
  text-decoration: underline;
}
.image-bar-contents-image {
  padding-right: 30px;
}

.text-bar {
  text-align: center;
  padding: 30px 15px;
}
@media (min-width: 1025px) {
  .text-bar {
    padding: 50px 30px;
  }
}
.text-bar-contents {
  max-width: 1024px;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 1025px) {
  .text-bar-contents {
    font-size: 32px;
    line-height: 40px;
  }
}
.text-bar-contents-button .button {
  margin: 30px 0 0 0;
  background-color: #fff;
  color: #5b5b5b;
  border: none;
  font-size: 16px;
  line-height: 100%;
  padding: 12px 36px 12px 18px;
  background-image: url(/images/arrow-right-grey.png);
  box-shadow: none;
}
.text-bar-contents-button .button:hover {
  box-shadow: 0 0 0 3px #fff;
}

.review-bar {
  display: grid;
  grid-template-columns: 1fr;
  padding: 50px 30px;
}
@media (min-width: 1025px) {
  .review-bar {
    grid-template-columns: 1fr 2fr;
    padding: 50px 30px;
  }
}
.review-bar-summary {
  text-align: center;
}
.review-bar-summary .star {
  width: 22px;
  height: 22px;
  background-position: 22px 22px;
}
.review-bar-summary-medal {
  position: relative;
  background: url(/images/website-reviews-medal-bg.png);
  background-repeat: no-repeat;
  text-align: center;
  display: inline-block;
  width: 193px;
  height: 141px;
}
.review-bar-summary-medal .rating {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  color: #fbbe40;
  font-size: 50px;
  font-weight: normal;
  letter-spacing: -1px;
  text-shadow: 0 1px #ffd783, 0 -1px #564733;
}
.review-bar-summary-medal .review-count {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  color: #fff;
}
.review-bar-summary-text a {
  color: #5b5b5b;
  font-weight: bold;
  margin-top: 20px;
  padding-right: 25px;
  background-image: url(/images/arrow-right-grey.png);
  background-repeat: no-repeat;
  background-position: right;
  display: inline-block;
}
.review-bar-content {
  display: grid;
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .review-bar-content {
    padding: 70px 25px 30px 25px;
    margin: 0;
  }
}
.review-bar-content-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .review-bar-content-title {
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: normal;
    text-align: left;
  }
}
.review-bar-content-items {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
}
@media (min-width: 1025px) {
  .review-bar-content-items {
    grid-template-columns: 1fr 1fr;
  }
}
.review-bar-content-item {
  line-height: 30px;
  background-color: #fff;
  padding: 25px 0;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px rgba(0, 0, 0, 0.08);
  display: grid;
}
.review-bar-content-item-info {
  text-align: right;
  padding: 0 30px 0 0;
  font-size: 16px;
  align-self: end;
}
.review-bar-content blockquote:before {
  content: "“";
}
.review-bar-content blockquote:after {
  content: "”";
}
.review-bar-content blockquote:before,
.review-bar-content blockquote:after {
  display: inline-block;
  vertical-align: bottom;
  color: #5b5b5b;
  font-size: 60px;
  top: 0.2em;
  position: relative;
  font-family: Arial, sans-serif;
}

.block:has(#minder-iframe-container-iframe) .block-contents {
  padding: 0;
}

.feeddex-iframe {
  min-height: 1002px;
  width: 100%;
  border: 0;
}

.loyalty-block {
  overflow-x: scroll;
}
.loyalty-block .block-contents {
  padding: 0;
}
.loyalty-block .block-contents table {
  display: grid;
  border-collapse: collapse;
  min-width: 100%;
  grid-template-columns: 50px 120px 1fr 1fr 1fr;
}
.loyalty-block .block-contents th {
  background-color: #8dc63f;
  color: #fff;
}
.loyalty-block .block-contents tr td {
  border-bottom: 1px solid #d2d2d2;
  height: 90px;
  align-content: center;
  text-align: center;
}
.loyalty-block .block-contents thead,
.loyalty-block .block-contents tbody,
.loyalty-block .block-contents tr {
  display: contents;
}
.loyalty-block .block-contents thead th:first-child,
.loyalty-block .block-contents tbody th:first-child,
.loyalty-block .block-contents tr th:first-child {
  border-top-left-radius: 6px;
}
.loyalty-block .block-contents thead th:last-child,
.loyalty-block .block-contents tbody th:last-child,
.loyalty-block .block-contents tr th:last-child {
  border-top-right-radius: 6px;
}
.loyalty-block .block-contents th,
.loyalty-block .block-contents td {
  padding: 15px;
  white-space: nowrap;
}
.loyalty-block .block-contents .cell img {
  max-width: 100px;
}

.cheapest-suppliers-block {
  overflow-x: scroll;
}
.cheapest-suppliers-block .block-contents {
  padding: 0;
}
.cheapest-suppliers-block .block-contents table {
  display: grid;
  border-collapse: collapse;
  min-width: 100%;
  grid-template-columns: 30px 120px 1fr 1fr 1fr 1fr 1fr;
}
.cheapest-suppliers-block .block-contents th {
  background-color: #8dc63f;
  color: #fff;
}
.cheapest-suppliers-block .block-contents tr td {
  border-bottom: 1px solid #d2d2d2;
  height: 90px;
  align-content: center;
  text-align: center;
}
.cheapest-suppliers-block .block-contents thead,
.cheapest-suppliers-block .block-contents tbody,
.cheapest-suppliers-block .block-contents tr {
  display: contents;
}
.cheapest-suppliers-block .block-contents thead th:first-child,
.cheapest-suppliers-block .block-contents tbody th:first-child,
.cheapest-suppliers-block .block-contents tr th:first-child {
  border-top-left-radius: 6px;
}
.cheapest-suppliers-block .block-contents thead th:last-child,
.cheapest-suppliers-block .block-contents tbody th:last-child,
.cheapest-suppliers-block .block-contents tr th:last-child {
  border-top-right-radius: 6px;
}
.cheapest-suppliers-block .block-contents th,
.cheapest-suppliers-block .block-contents td {
  padding: 15px;
  white-space: nowrap;
}
.cheapest-suppliers-block .block-contents .cell img {
  max-width: 100px;
}

.gasprices-block {
  overflow-x: scroll;
}
.gasprices-block .block-contents {
  padding: 0;
}
.gasprices-block .block-contents table {
  display: grid;
  border-collapse: collapse;
  min-width: 100%;
  grid-template-columns: 120px 1fr 1fr 1fr;
}
.gasprices-block .block-contents th {
  background-color: #8dc63f;
  color: #fff;
}
.gasprices-block .block-contents tr td {
  border-bottom: 1px solid #d2d2d2;
  height: 90px;
  align-content: center;
  text-align: center;
}
.gasprices-block .block-contents thead,
.gasprices-block .block-contents tbody,
.gasprices-block .block-contents tr {
  display: contents;
}
.gasprices-block .block-contents thead th:first-child,
.gasprices-block .block-contents tbody th:first-child,
.gasprices-block .block-contents tr th:first-child {
  border-top-left-radius: 6px;
}
.gasprices-block .block-contents thead th:last-child,
.gasprices-block .block-contents tbody th:last-child,
.gasprices-block .block-contents tr th:last-child {
  border-top-right-radius: 6px;
}
.gasprices-block .block-contents th,
.gasprices-block .block-contents td {
  padding: 15px;
  white-space: nowrap;
}
.gasprices-block .block-contents .cell img {
  max-width: 100px;
}

.expert-bar {
  padding: 50px 30px;
  max-width: 1024px;
  margin: 0 auto;
}
.expert-bar .expert-pretitle {
  text-align: center;
}
.expert-bar .expert-pretitle h3 {
  font-size: 40px;
  color: #92278f;
  margin-bottom: 10px;
}
.expert-bar .expert-container {
  display: flex;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .expert-bar .expert-container {
    grid-template-columns: 150px 1fr;
    display: grid;
  }
}
.expert-bar .expert-container .expert-image {
  position: relative;
  order: 1;
  width: 100%;
  min-height: 200px;
  bottom: 75px;
  margin-bottom: -100px;
}
@media (min-width: 1025px) {
  .expert-bar .expert-container .expert-image {
    order: initial;
    margin: 0;
    bottom: initial;
  }
}
.expert-bar .expert-container .expert-image-inner {
  position: absolute;
  background: #92278f;
  background: linear-gradient(0deg, rgb(114, 158, 52) 0%, rgb(141, 198, 63) 100%);
  transform: rotate(-5deg);
  inset: -20px;
  width: 100%;
}
@media (min-width: 1025px) {
  .expert-bar .expert-container .expert-image-inner {
    transform: rotate(5deg);
  }
}
.expert-bar .expert-container .expert-image img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .expert-bar .expert-container .expert-image img {
    min-width: 225px;
    right: initial;
  }
}
.expert-bar .expert-container .expert-contents {
  padding: 20px;
  z-index: 1;
}
@media (min-width: 1025px) {
  .expert-bar .expert-container .expert-contents {
    padding: 30px 30px 30px 60px;
  }
}
.expert-bar .expert-container .expert-contents .expert-name {
  font-weight: bold;
  color: #8dc63f;
  font-size: 24px;
  margin-bottom: 10px;
}
.expert-bar .expert-container .expert-contents .expert-link a {
  background-color: #92278f;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  margin-top: 20px;
}

.block-title {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

.faq-block {
  border: none;
}
.faq-block .accordion {
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.faq-block .accordion-summary {
  padding: 1rem;
  background-color: #f8f9fa;
  cursor: pointer;
  font-weight: bold;
  list-style: none;
  background-image: url(/images/arrow-down-grey.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.faq-block .accordion-summary::-webkit-details-marker {
  display: none;
}
.faq-block .accordion[open] .accordion-summary {
  background-color: #e9ecef;
}
.faq-block .accordion-summary:focus {
  outline: 2px solid #007bff;
  outline-offset: -2px;
}
.faq-block .accordion-content {
  padding: 0 1rem 1rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}
.faq-block .accordion[open] .accordion-content {
  max-height: 200rem;
  padding: 1rem;
}

.splide__wrapper {
  width: calc(100% + 60px);
  padding: 30px;
  margin-left: -30px;
  overflow: hidden;
}
.splide__wrapper .splide__track {
  overflow: visible;
}

.article-bar {
  padding: 20px 30px 40px;
  max-width: 1170px;
  margin: 0 auto;
  display: block;
}
.article-bar.splide .articles {
  display: flex;
  grid-gap: initial;
}
.article-bar.splide h2 {
  margin: 0;
}
.article-bar.splide .splide__slide {
  transition: box-shadow 200ms ease;
}
.article-bar.splide .splide__arrow {
  background-color: #8dc63f;
}
.article-bar.splide .splide__arrow svg {
  fill: #ffffff;
}
.article-bar .articles {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
@media (min-width: 1025px) {
  .article-bar .articles {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.article-bar .articles article {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 30px;
  color: #5b5b5b;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.article-bar .articles .article-title {
  color: var(--link-color);
  padding: 15px 15px 10px 15px;
  font-weight: bold;
}
.article-bar .articles .article-content {
  padding: 0px 15px 10px 15px;
  font-size: 14px;
}
.article-bar .articles .article-content p {
  margin: 0;
}
.article-bar .articles .article-date {
  padding: 15px 15px 0px 15px;
  font-size: 12px;
}
.article-bar .articles .article-date + .article-title {
  padding: 0px 15px 10px 15px;
}
.article-bar .articles .article-link {
  text-align: right;
  padding: 0px 15px 15px 15px;
  margin-top: auto;
}
.article-bar .articles .article-link a::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  transition: all 0.3s cubic-bezier(0.5, 0, 0.5, 1) 0s;
}
.article-bar h2 {
  margin-bottom: 30px;
  color: #8dc63f;
}

.expert-overview .expert-item {
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 30px;
  display: flex;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .expert-overview .expert-item {
    grid-template-columns: 250px 1fr;
    display: grid;
  }
}
.expert-overview .expert-item__image {
  background-color: #8dc63f;
  display: flex;
  align-items: flex-end;
  padding: 10px 10px 0px 10px;
  order: 1;
}
@media (min-width: 1025px) {
  .expert-overview .expert-item__image {
    order: 0;
  }
}
.expert-overview .expert-item__content {
  padding: 20px;
  order: 0;
}
@media (min-width: 1025px) {
  .expert-overview .expert-item__content {
    order: 1;
  }
}
.expert-overview .expert-item__title {
  color: #92278f;
  font-weight: bold;
  font-size: 16px;
}
.expert-overview .expert-item__link {
  font-size: 14px;
}
.expert-overview .expert-item__link a.button::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  transition: all 0.3s cubic-bezier(0.5, 0, 0.5, 1) 0s;
}
.expert-overview .linkedin {
  background-image: url(/images/linkedin-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 20px;
  display: inline-block;
  margin-left: 20px;
}

.umb-block-grid__area[data-area-alias=Single] .rte {
  max-width: 600px;
  margin: 0 auto;
}

.umb-block-grid__area[data-area-alias=Single] .rte.full-width {
  max-width: 1200px;
  margin: 0 auto;
}

.author-block {
  display: grid;
  grid-template-columns: 50px 150px;
  grid-gap: 10px;
  margin-top: 40px;
  font-size: 13px;
  line-height: 16px;
  padding: 20px;
  border-radius: 6px;
}
.author-block .author-content-name {
  font-weight: bold;
}
.author-block .author-content-title {
  font-style: italic;
}
main > .author-block + .umb-block-grid > .umb-block-grid__layout-container > .umb-block-grid__layout-item {
  padding-top: 20px;
}

main > .author-block:last-child {
  margin-top: 0;
  margin-bottom: 40px;
}

.reviews-overview {
  padding: 20px;
}
.reviews-overview-head {
  display: grid;
  grid-template-columns: 1fr 125px;
  font-size: 24px;
  margin-bottom: 20px;
}
.reviews-overview-head-score span {
  font-size: 36px;
}
.reviews-overview-card {
  display: grid;
  grid-template-columns: 1fr 125px;
}
.reviews-overview-card-logo {
  text-align: center;
}
.reviews-overview-card-ratings {
  font-size: 13px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.reviews-overview-card-ratings-item {
  display: block;
  grid-template-columns: 150px auto;
}
@media (min-width: 1025px) {
  .reviews-overview-card-ratings-item {
    display: grid;
  }
}
.reviews-overview-card-ratings-item .rating-value {
  padding-top: 3px;
}

.review-item {
  padding: 20px;
}
.review-item-head {
  display: grid;
  grid-template-columns: 1fr 125px;
}
.review-item-head-title {
  font-size: 24px;
}
.review-item-head-rating {
  font-size: 24px;
}
.review-item-head-rating strong {
  font-size: 34px;
}
.review-item-content {
  margin: 30px 0;
  border-bottom: 1px solid #d2d2d2;
  padding: 10px 0 40px 40px;
  background-image: url(/images/icon-review-text.png);
  background-position: left top 7px;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
.review-item-content p {
  margin: 0;
}
.review-item-ratings {
  font-size: 13px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.review-item-ratings-rating {
  display: grid;
  grid-template-columns: 150px auto;
}
.review-item-ratings-rating .rating-value {
  padding-top: 3px;
}

.faq-item a {
  color: #92278f;
  margin-bottom: 10px;
  display: inline-block;
}
.faq-item a:hover {
  text-decoration: underline;
}

#esos-content:not(:has(.esos-comparator-energy-userdata)) .dFMyrQ {
  height: auto;
}

#esos-content,
#esos-content h3,
#esos-content p {
  color: #1b1b1b;
  font-family: "Open Sans", Arial, sans-serif;
}

.compareenergypage .block-contents:has(#esos-content) {
  padding: 0;
}

#esos-content .czCrjR {
  height: 30px;
  width: 30px;
}
#esos-content .czCrjR svg {
  transform: none !important;
}
#esos-content .ekkciZ {
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
}
@media (min-width: 1025px) {
  #esos-content .ekkciZ {
    margin: 0;
    padding: initial;
    position: relative;
  }
}
#esos-content .dnOSyF {
  margin-right: 15px;
}
@media (min-width: 1025px) {
  #esos-content .dnOSyF {
    margin: initial;
  }
}
#esos-content .cxKxxa {
  left: 0px;
}

.word-overview-shortlist {
  padding: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.word-overview-shortlist > * {
  margin: 0 8px 8px 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  padding: 0;
  display: inline-block;
  color: #fff;
  border-radius: 100%;
}
.word-overview-shortlist div {
  background: #ededed;
}
.word-overview-shortlist a {
  background: #5b5b5b;
}
.word-overview-shortlist a:hover {
  background-color: #92278f;
}
.word-overview-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.word-overview-category {
  padding: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.word-overview-category-head {
  font-weight: bold;
}
.word-overview-category:nth-child(odd) {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.word-overview-category a {
  display: block;
  color: #92278f;
}
.word-overview-category a:hover {
  text-decoration: underline;
}

.news-overview {
  margin-bottom: 15px;
}

.news-item-date {
  font-size: 10px;
  padding: 10px 0 0;
}
.news-item-title h2 a {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.news-item-title h2 a:hover {
  text-decoration: underline;
}
.news-item-content {
  padding: 5px 0 15px;
  border-bottom: 1px solid #d2d2d2;
}
.news-item-content-readmore {
  display: block;
  color: #92278f;
}
.news-item-content-readmore:hover {
  text-decoration: underline;
}

.currentcontractenddate .umbraco-forms-tooltip.help-block {
  display: none;
  color: red;
}

.edited-date {
  padding: 0px 20px;
  top: 20px;
  position: relative;
  color: #828282;
}
@media (min-width: 1025px) {
  .edited-date {
    padding: 0px 20px;
    top: 60px;
  }
}

.overview-suppliers .supplier {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid #d2d2d2;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .overview-suppliers .supplier {
    grid-template-columns: 200px 1fr;
  }
}
.overview-suppliers .supplier-logo {
  align-self: center;
  justify-self: center;
}
.overview-suppliers .supplier-logo img {
  width: 100px;
}
@media (min-width: 1025px) {
  .overview-suppliers .supplier-content {
    padding-left: 20px;
    border-left: 1px solid #d2d2d2;
  }
}
.overview-suppliers .supplier-content-head {
  display: grid;
  grid-template-columns: 1fr 125px;
}
@media (min-width: 1025px) {
  .overview-suppliers .supplier-content-head {
    padding-left: 20px;
    border-left: 1px solid #d2d2d2;
  }
}
.overview-suppliers .supplier-content-head-title {
  color: #5b5b5b;
  font-size: 24px;
}
.overview-suppliers .supplier-content-head-rating {
  font-size: 20px;
}
.overview-suppliers .supplier-content-head-rating strong {
  font-size: 30px;
}

.paging-container {
  margin-bottom: 15px;
}

.pager .page,
.pager a {
  padding: 4px 12px;
  display: inline-block;
  border-radius: 3px;
  margin-right: 5px;
  text-align: center;
  color: #fff;
  background-color: #9e9e9e;
}
.pager .page.current,
.pager a.current {
  background-color: #8dc63f;
}
.pager .page.current:hover,
.pager a.current:hover {
  background-color: #8dc63f;
}
.pager .page:hover,
.pager a:hover {
  background-color: #92278f;
}

.footer {
  background-color: #5b5b5b;
  color: #fff;
}
.footer-lists {
  padding: 30px 0;
  background-image: url(/images/bar-grey-bg.png);
}
.footer-lists a {
  color: #fff;
}
.footer-lists-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .footer-lists-container {
    justify-content: space-evenly;
    padding: 0;
  }
}
.footer-list-title {
  font-size: 22px;
  font-weight: bold;
  margin: 15px 0;
}
@media (min-width: 1025px) {
  .footer-list-title {
    margin: 30px 0;
    font-size: 26px;
  }
}
.footer-list-items {
  display: block;
  list-style-type: none;
  grid-template-rows: 0fr;
  transition: 0.3s;
  font-size: 14px;
}
.footer-list-items ul, .footer-list-items li {
  padding: 0 0 10px 0;
  overflow: hidden;
  margin: 0;
}
.footer-list-items p {
  margin: 0;
}
.footer-list-items p a {
  color: #8dc63f;
}
.footer-list-items a {
  background-image: url(/images/arrow-right-white.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 15px;
  background-size: 6px auto;
}
.footer-list-items a:hover {
  text-decoration: underline;
}
.footer-list-items.open {
  grid-template-rows: 1fr;
  padding-bottom: 30px;
}
.footer-copyright {
  background-color: #4d4d4d;
  padding: 30px 15px;
  font-size: 12px;
  line-height: 160%;
}
@media (min-width: 1025px) {
  .footer-copyright {
    padding: 30px 0;
  }
}

/*# sourceMappingURL=main.css.map */
