﻿a,
a:focus,
a:visited,
a:hover,
a:active,
.link,
a:not([href]) {
  color: #00205b;
  text-decoration: underline;
  cursor: pointer;
}
[v-cloak] {
  display: none;
}
.switch.mypages {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  margin-left: 5px;
  /* Rounded sliders */
}
.switch.mypages input {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.switch.mypages .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch.mypages .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch.mypages input:checked + .slider {
  background-color: #009c91;
}
.switch.mypages input:focus + .slider {
  box-shadow: 0 0 1px #009c91;
}
.switch.mypages input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.switch.mypages .slider.round {
  border-radius: 34px;
}
.switch.mypages .slider.round:before {
  border-radius: 50%;
}
body {
  padding: 0px !important;
  margin: 0px;
  min-width: 100%;
  max-width: 100%;
}
.energy-portal-dropdown {
  text-align: left;
  color: #00205b;
  font-size: 12px;
  min-height: 38px;
  position: relative;
}
.link-block {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
.highcharts-background {
  fill: white !important;
}
.energy-portal-dropdown-menu {
  width: 100%;
}
.energy-portal-dropdown-menu a {
  color: #6c757d;
  font-size: 12px;
  min-height: 38px;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  width: 100%;
}
.energy-portal-dropdown-menu a.active {
  color: #5399D8;
  font-weight: bold;
  background-color: initial;
}
.btn-ep.btn-ep-common {
  color: #00205b;
  background-color: #79d9ff;
  font-family: CentraNo1-Bold, FuturaStd, "Segoe UI", sans-serif;
  cursor: pointer;
  padding: 13px 35px;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  font-weight: normal;
}
.spacer {
  height: 122px;
}
@media (max-width: 992px) {
  .spacer {
    height: 60px;
  }
}
html,
body {
  font-family: CentraNo1-Book, FuturaStd, "Segoe UI", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #00205b;
  overflow-x: hidden;
}
@font-face {
  font-family: 'CentraNo1-Book';
  src: url('../../../static/fonts/CentraNo1-Book.woff') format('woff'), url('../../../static/fonts/CentraNo1-Book.woff2') format('woff2'), url('../../../static/fonts/CentraNo1-Book.eot') format('embedded-opentype');
  font-display: swap;
}
@font-face {
  font-family: 'CentraNo1-Bold';
  src: url('../../../static/fonts/CentraNo1-Bold.woff') format('woff'), url('../../../static/fonts/CentraNo1-Bold.woff2') format('woff2'), url('../../../static/fonts/CentraNo1-Bold.eot') format('embedded-opentype');
  font-display: swap;
}
.mb-4-5 {
  margin-bottom: 2rem !important;
}
.bg-cover {
  background-size: cover;
}
input[type="text"]:disabled {
  background: #dddddd;
  color: #888686;
}
.view-ports {
  min-height: calc(100vh - 350px);
}
.fancybox_videoplayer {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  padding: 0;
  border: none;
  background-color: transparent;
  text-decoration: none;
}
.fancybox_videoplayer i {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.energy-portal-dropdown-menu {
  width: 100%;
}
.energy-portal-dropdown-menu a {
  color: #6c757d;
  font-size: 12px;
  min-height: 38px;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  width: 100%;
}
.energy-portal-dropdown-menu a.active {
  color: #5399D8;
  font-weight: bold;
  background-color: initial;
}
.center-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 46rem;
}
.divider-line {
  height: 0.0625rem;
  margin: 1rem auto;
  background: #dfdfdf;
}
.ctaBtnBottom {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.panel-inverted {
  border: 0.0625rem solid #40bab1;
  border-radius: 0.25rem;
  padding: 2rem 2rem;
}
@media (max-width: 768px) {
  .panel-inverted h2 {
    margin-bottom: 20px;
  }
}
.button-inverted {
  padding: 1rem 2rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.375rem;
  display: inline-block;
  border: 0.0625rem solid #40bab1;
  color: #369891;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
}
.button-inverted.selected {
  color: #fff;
  background: #40bab1;
}
@media (max-width: 768px) {
  .button-inverted {
    padding: 1rem 1rem;
  }
}
.cc-window {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #ccc;
  color: #fff;
  top: inherit!important;
  background-color: #fff3d5 !important;
  color: #132845 !important;
}
.cc-window a {
  color: #3cb4ab !important;
}
.cc-window .cc-btn {
  background-color: #3cb4ab !important;
  color: #fff !important;
}
.dialog-layout {
  position: fixed;
  z-index: 3000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
}
.dialog-layout .dialog-layout__top-bar {
  display: block;
  text-align: right;
}
.dialog-layout .dialog-layout__top-bar button {
  margin-bottom: 1rem;
}
.dialog-layout .dialog-layout__wrapper {
  position: relative;
  padding: 0 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.dialog-layout .dialog-layout__wrapper .dialog-layout__inner {
  min-height: 25rem;
  padding: 1rem;
  background: #fff;
  color: black;
  border-radius: 0.5rem;
  padding: 2rem 1rem;
}
.dialog-layout .dialog-layout__wrapper .dialog-layout__inner .dialog-layout__header {
  min-height: 1.5rem;
  margin: 0 0 1.2rem;
}
.dialog-layout .dialog-layout__wrapper .dialog-layout__inner .dialog-layout__header .dialog-layout__close {
  position: absolute;
  z-index: 100;
  top: 1rem;
  right: 1rem;
}
.dialog-layout .dialog-layout__wrapper .dialog-layout__inner .dialog-layout__header .dialog-layout__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1.25rem 0;
  margin-top: 1.25rem;
  max-width: 16rem;
  line-height: 1.4;
}
.dialog-layout .dialog-layout__wrapper .dialog-layout__inner .dialog-layout__header .dialog-layout__divider {
  display: block;
  height: 0.125rem;
  width: 7.5rem;
  background: #00205b;
}
.dialog-layout .dialog-layout__wrapper .dialog-layout__window {
  z-index: 1;
  flex: 0 0 auto;
  width: 20rem;
  min-height: 0;
  margin: 0 auto 5rem;
  padding: 4rem 1rem 2rem;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
}
.dialog-layout .dialog-layout__backdrop {
  display: block;
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(19, 40, 69, 0.88);
  cursor: pointer;
  animation: backgroundFadeIn 0.3s;
}
.options-item-list {
  position: relative;
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .options-item-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .options-item-list.option-full-mobile {
    display: block;
  }
  .options-item-list.option-full-mobile .option-item {
    width: 100%;
    border: 1px solid #40bab1;
    margin-bottom: 10px;
    border-radius: 0.25rem;
  }
}
.options-item-list .option-item {
  padding: 1rem 2rem;
  flex: 1 0 auto;
  text-align: center;
  cursor: pointer;
  border: 1px solid #40bab1;
  border-right: none;
  color: #40bab1;
}
.options-item-list .option-item.selected {
  color: #fff;
  background: #40bab1;
}
@media (max-width: 768px) {
  .options-item-list .option-item {
    width: 100%;
    margin-bottom: 5px;
    padding: 1rem 1rem;
    border-radius: 0.25rem;
    border: 1px solid #40bab1;
  }
}
.options-item-list div.option-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.options-item-list div.option-item:last-child {
  border-right: 1px solid #40bab1;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* date picker button and input */
.datepicker .datepicker-btn {
  color: #00205b;
  --text-opacity: 1;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border: 1px solid #bee3f8;
  --bg-opacity: 1;
  background-color: #dff7ff;
}
.datepicker .datepicker-btn i {
  font-size: 1.3em;
  margin: 0 4px;
}
.datepicker .datepicker-btn:focus {
  outline: none;
}
.datepicker .datepicker-btn:hover {
  --bg-opacity: 1;
  background-color: #deeef8;
}
.datepicker .datepicker-input {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: white;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.datepicker .datepicker-input:focus {
  outline: none;
}
.filter-button,
.ep-button {
  border: 2px solid #00205b;
  background: #fff;
  color: #00205b;
  padding: 13px 26px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  border-radius: 100px;
}
.filter-button.inverted,
.ep-button.inverted {
  background: #00205b;
  color: #fff;
}
.filter-button.inverted.active,
.ep-button.inverted.active {
  color: #00205b;
  background: #fff;
}
.filter-button.active,
.ep-button.active {
  color: #fff;
  background: #00205b;
}
.epiBlock table {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 75rem !important;
  }
}
/* Fix for mmenu conflict with bootstrap modals */
body.modal-open .mm-slideout {
  z-index: inherit;
}
.form-switch .form-check-input {
  height: 24px;
  width: 48px;
  border-width: 1.5px;
  border-color: #00205b;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,32,91,1)'/></svg>");
}
.form-switch .form-check-input:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.form-switch .form-check-input:checked {
  background-color: #00205b;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb(245, 242, 237)'/></svg>");
}
.form-check-label {
  font-size: 14px;
  margin-top: 5px;
}
@font-face {
  font-family: 'icomoon';
  src: url('/static/fonts/icomoon.ttf?23xc02') format('truetype'), url('/static/fonts/icomoon.woff?23xc02') format('woff'), url('/static/fonts/icomoon.svg?23xc02#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-checkbox_right_emy:before {
  content: "\e900";
  color: #fff;
}
.icon-Checkbox_right:before {
  content: "\e901";
  color: #fff;
}
.icon-keyboard_arrow_down:before {
  content: "\e313";
}
.icon-keyboard_arrow_up:before {
  content: "\e316";
}
.icon-navigate_before:before {
  content: "\e408";
}
.icon-navigate_next:before {
  content: "\e409";
}
.icon-today:before {
  content: "\e8df";
}
.icon-tune:before {
  content: "\e429";
}
.icon-close:before {
  content: "\e5cd";
}
.icon-dehaze:before {
  content: "\e3c7";
}
.icon-radio_button_unchecked:before {
  content: "\e836";
}
.dm-select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.dm-select select {
  width: 100%;
  background-color: #40bab1;
  color: #fff;
  font-size: inherit;
  padding: 0.5em;
  padding-right: 2.5em;
  border: 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: button;
  /* hide default arrow in chrome OSX */
  font-family: CentraNo1-Book, FuturaStd, "Segoe UI", sans-serif;
}
.dm-select select option {
  font-family: CentraNo1-Book, FuturaStd, "Segoe UI", sans-serif;
}
.dm-select::before,
.dm-select::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.dm-select::after {
  /*  Custom dropdown arrow */
  content: "\25BC";
  height: 1em;
  font-size: 0.625em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -0.5em;
}
.dm-select::before {
  /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}
.dm-select select[disabled] {
  color: rgba(0, 0, 0, 0.3);
}
.dm-select select[disabled]::after {
  color: rgba(0, 0, 0, 0.1);
}
.dm-select::before {
  background-color: rgba(0, 0, 0, 0.15);
}
.dm-select::after {
  color: rgba(0, 0, 0, 0.4);
}
[v-cloak] {
  display: none;
}
body {
  min-height: 100vh;
}
.fullpage {
  min-height: 100vh;
}
.cursor-text {
  cursor: text !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px -3px;
}
.font-size-min {
  font-size: 10px;
}
.custom-checkbox {
  margin-right: 35px;
  margin-top: 4px;
}
.bg-cover {
  background-size: cover;
}
.btnn:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.divider-line {
  height: 0.0625rem;
  margin: 1rem auto;
  background: #dfdfdf;
}
.error-message {
  color: red;
}
.search-container,
.search-container.impersonate-search {
  display: flex;
  align-items: center;
  position: relative;
}
.search-container::after,
.search-container.impersonate-search::after {
  content: '\f002';
  font-family: 'FontAwesome';
  position: absolute;
  left: 15px;
  color: #ddd;
  font-size: 18px;
  line-height: 40px;
}
.search-container input,
.search-container.impersonate-search input {
  border: 1px solid #f0f0f0;
  border-radius: 24px;
  width: 100%;
  height: 40px;
  background-color: white;
  padding-left: 40px;
  padding-right: 15px;
}
.search-container input.input-active,
.search-container.impersonate-search input.input-active {
  border-radius: 0;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  border-bottom: 0;
}
.search-container input:focus,
.search-container.impersonate-search input:focus {
  outline: none;
  border: 1px solid #d6d6d6;
}
.search-container input:hover,
.search-container.impersonate-search input:hover {
  -webkit-box-shadow: 0px 1px 6px 0px rgba(160, 160, 160, 0.28);
  -moz-box-shadow: 0px 1px 6px 0px rgba(160, 160, 160, 0.28);
  box-shadow: 0px 1px 6px 0px rgba(160, 160, 160, 0.28);
}
.search-container .search-dropdown,
.search-container.impersonate-search .search-dropdown {
  position: absolute;
  will-change: transform;
  top: -2px;
  left: 0;
  transform: translate3d(0px, 40px, 0px);
  z-index: 1000;
  float: left;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  width: 100%;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(160, 160, 160, 0.28);
  -moz-box-shadow: 0px 1px 6px 0px rgba(160, 160, 160, 0.28);
  box-shadow: 0px 1px 6px 0px rgba(160, 160, 160, 0.28);
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-top: 0;
  padding-bottom: 20px;
}
.search-container .search-dropdown .search-content,
.search-container.impersonate-search .search-dropdown .search-content {
  overflow: auto;
  max-height: 35vh;
}
.search-container .search-dropdown .search-content a,
.search-container.impersonate-search .search-dropdown .search-content a {
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
}
.search-container .search-dropdown .search-content a:last-of-type,
.search-container.impersonate-search .search-dropdown .search-content a:last-of-type {
  border: 0;
}
.search-container .search-dropdown .search-content a:hover,
.search-container.impersonate-search .search-dropdown .search-content a:hover {
  background-color: #f2f2f2;
}
.panel h1 {
  color: #00205b;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 0px;
}
@media (max-width: 1550px) {
  .panel h1 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .panel h1 {
    font-size: 25px;
  }
}
.panel .panel-text * {
  color: #a8a8a8;
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .panel .panel-text * {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.panel input.form-control {
  font-size: 16px;
  border-color: #00205b;
  border-radius: 0.25rem;
  padding-left: 17px;
  padding-right: 17px;
}
.logo-container {
  text-align: center;
}
.logo-container img {
  max-width: 110px;
}
.container-image {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
  background-color: #00205b;
}
.login-box {
  padding: 40px 20px 50px 20px;
  background-color: white;
  border-radius: 10px;
}
.login-box button {
  color: #00205b;
  background-color: #79d9ff;
  cursor: pointer;
  padding: 10px 50px;
  border-radius: 5px;
  text-decoration: none;
  font-family: CentraNo1-Bold, FuturaStd, "Segoe UI", sans-serif;
  border: none;
}
.password-toggle-icon {
  position: absolute;
  top: 63%;
  right: 25px;
  transform: translateY(-50%);
  cursor: pointer;
}
.password-toggle-icon i {
  font-size: 18px;
  line-height: 1;
  color: #00205b;
  transition: color 0.3s ease-in-out;
  margin-bottom: 20px;
}
.password-toggle-icon i:hover {
  color: #000;
}
.product-disc {
  height: 10px;
  width: 10px;
  margin-right: 0.25rem;
  border-radius: 50%;
  background-color: #777777;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0.25rem;
  margin-left: 0.15rem;
}
/*colors poduct types*/
.product_EL {
  background-color: #004A37 !important;
}
.product_EL-EL-EXT {
  background-color: #40BAB1 !important;
}
.product_ANSL_SOL {
  background-color: #c78132 !important;
}
.product_EL_EXT {
  background-color: #94DE9D !important;
}
.product_EL-EXT {
  background-color: #94DE9D !important;
}
.product_FJK {
  background-color: #009FDC !important;
}
.product_FJV {
  background-color: #F9535C !important;
}
.product_GAS {
  background-color: #00205B !important;
}
.product_GAS_EXT {
  background-color: #79D9FF !important;
}
.product_GAS-GAS-EXT {
  background-color: #5399d8 !important;
}
.product_GAS-EXT {
  background-color: #79D9FF !important;
}
.product_STADSN�T {
  background-color: #d85374 !important;
}
.product_MISC {
  background-color: #2f4561 !important;
}
.product_PROD {
  background-color: #FFE373 !important;
}
.energy-portal-dropdown {
  text-align: left;
  color: #00205b;
  font-size: 12px;
  min-height: 38px;
}
.energy-portal-dropdown-menu {
  width: 100%;
}
.energy-portal-dropdown-menu a {
  color: #6c757d;
  font-size: 12px;
  min-height: 38px;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  width: 100%;
}
.energy-portal-dropdown-menu a.active {
  color: #00205b;
  font-weight: bold;
  background-color: initial;
}
.thin-bottom-line {
  border-bottom: 2px solid #00205b;
}
.ultra-thin-bottom-line {
  border-bottom: 1px solid #00205b;
}
.thin-right-line {
  border-right: 2px solid #00205b;
}
.fat-bottom-line {
  border-bottom: 4px solid #00205b;
}
.underline {
  text-decoration: underline;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
h1 {
  font-family: CentraNo1-Bold, FuturaStd, "Segoe UI", sans-serif;
  margin: 1.25rem 0;
  font-size: 1.75rem;
  font-weight: normal;
  color: #00205b;
}
@media (min-width: 22rem) {
  h1 {
    font-size: 2rem;
  }
}
@media (min-width: 38rem) {
  h1 {
    margin: 1.5rem 0;
    font-size: 3rem;
  }
}
@media (min-width: 66rem) {
  h1 {
    margin: 2rem 0;
    font-size: 4rem;
  }
}
h1:first-child {
  margin-top: 0;
}
h1:last-child {
  margin-bottom: 0;
}
h2 {
  font-family: CentraNo1-Bold, FuturaStd, "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  color: #00205b;
}
h2:first-child {
  margin-top: 0;
}
h2:last-child {
  margin-bottom: 0;
}
h3 {
  font-family: CentraNo1-Bold, FuturaStd, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  color: #00205b;
}
h3:first-child {
  margin-top: 0;
}
h3:last-child {
  margin-bottom: 0;
}
h4 {
  font-family: CentraNo1-Bold, FuturaStd, "Segoe UI", sans-serif;
  color: #00205b;
  font-size: 1rem;
}
h4:first-child {
  margin-top: 0;
}
h4:last-child {
  margin-bottom: 0;
}
h5 {
  font-family: CentraNo1-Bold, FuturaStd, "Segoe UI", sans-serif;
  color: #00205b;
  font-size: 1rem;
}
hr {
  height: 0.0625rem;
  margin: 1rem auto;
  border: none;
  background: #dfdfdf;
}
ol {
  text-align: left;
}
p {
  line-height: 1.5rem;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  color: #00205b;
}
p a:focus {
  color: #00205b;
}
p a:hover {
  color: #00205b;
}
p a:visited {
  color: #00205b;
}
ul {
  text-align: left;
}
table {
  width: 100%;
  margin: 0;
  border: none;
  border-color: transparent;
  border-spacing: 0;
}
th {
  text-align: left;
  padding: 0 0 0.5rem 0;
}
a,
a:focus,
a:visited,
a:hover,
a:active,
.link,
a:not([href]) {
  color: #00205b;
  text-decoration: underline;
  cursor: pointer;
}
tbody tr:nth-child(odd) {
  background-color: #dff7ff;
}
tbody tr td {
  padding: 0.25rem;
}
tbody tr td:first-child {
  padding-left: 0.625rem;
}
tbody tr td:last-child {
  padding-right: 0.625rem;
}
/* Products */
/* Btns */
/* Radio Btns */
.product_EL {
  background-color: #004A37 !important;
}
.product_EL-EL-EXT {
  background-color: #40BAB1 !important;
}
.product_ANSL_SOL {
  background-color: #FFE373 !important;
}
.product_EL_EXT {
  background-color: #94DE9D !important;
}
.product_EL-EXT {
  background-color: #94DE9D !important;
}
.product_FJK {
  background-color: #009FDC !important;
}
.product_FJV {
  background-color: #F9535C !important;
}
.product_GAS {
  background-color: #00205B !important;
}
.product_GAS_EXT {
  background-color: #79D9FF !important;
}
.product_GAS-GAS-EXT {
  background-color: #5399d8 !important;
}
.product_GAS-EXT {
  background-color: #79D9FF !important;
}
.product_STADSN�T {
  background-color: #d85374 !important;
}
.product_MISC {
  background-color: #2f4561 !important;
}
.product_PROD {
  background-color: #ffe373 !important;
}
.bg_EL {
  background-color: #004a37;
}
.bg_EL-EXT {
  background-color: #94DE9D;
}
.bg_GAS {
  background-color: #00205B;
}
.bg_GAS-EXT {
  background-color: #79D9FF;
}
.bg_FJV {
  background-color: #F9535C;
}
.bg_NFJV {
  background-color: #651d32;
}
.bg_FJK {
  background-color: #009FDC;
}
.bg_PROD {
  background-color: #FFE373;
}
/*!
 * Waves v0.7.4
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE 
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform,opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
  -webkit-transition: none!important;
  -moz-transition: none!important;
  -o-transition: none!important;
  transition: none !important;
}
.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: 0;
  color: inherit;
  background-color: transparent;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}
.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
  padding: 0;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}
.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.waves-float:active {
  -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
  display: block;
}
a.waves-effect .waves-ripple {
  z-index: -1;
}
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.color-danger {
  color: #ffedf5;
}
.color-success {
  color: #e3ffe0;
}
.color-warning {
  color: #ffe373;
}
.background-color-danger {
  background-color: #ffedf5;
}
.background-color-success {
  background-color: #e3ffe0;
}
.background-color-warning {
  background-color: #ffe373;
}
.navigation-controls__dot-list-wrapper {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.navigation-controls__dot-list-wrapper--dynamic-presentation {
  width: 3.75rem;
  display: block;
  margin: 1rem auto 0 auto;
  height: 0.75rem;
  overflow: hidden;
  position: relative;
}
.navigation-controls__dot-list-wrapper--dynamic-presentation .navigation-controls__dot-list {
  left: 0;
  overflow: hidden;
  margin: 0 0 0 0.125rem;
  position: relative;
  text-align: left;
  -webkit-transition: left 250ms ease-out;
  transition: left 250ms ease-out;
}
.navigation-controls__dot-list-wrapper--dynamic-presentation .navigation-controls__dot-list-item--scale-small {
  transform: scale(0.75);
}
.navigation-controls__dot-list-wrapper--dynamic-presentation .navigation-controls__dot-list-item--scale-smallest {
  transform: scale(0.5);
}
.navigation-controls__dot-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 0;
  text-align: center;
  width: 100%;
  line-height: 0.5rem;
}
@media (min-width: 38rem) {
  .navigation-controls__dot-list {
    visibility: visible;
  }
}
.navigation-controls__dot-list--hidden {
  visibility: hidden;
}
.navigation-controls__dot-list--skeleton {
  height: 0.5rem;
}
.navigation-controls__dot-list-item {
  display: inline-block;
  line-height: 0.5rem;
  vertical-align: middle;
}
.navigation-controls__dot-list-item-dot {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  opacity: 0.2;
  margin-right: 0.25rem;
  border-radius: 50%;
}
.navigation-controls__dot-list-item-dot--active {
  opacity: 1;
}
/*.vendor(@property, @value) {
    -webkit-@{property}: @value;
    -ms-@{property}: @value;
    -moz-@{property}: @value;
    @{property}: @value;
}*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mouse .a-btn:hover {
  outline: none;
}
.mouse .a-btn--primary:hover {
  background: #bbe1e0;
  color: #fff;
}
.mouse .a-btn--secondary-dark:hover {
  background: #e3e3e3;
  color: #000;
}
.mouse .a-btn--secondary-light:hover {
  background: #fff;
  color: #000;
}
.mouse .a-btn--tertiary:hover {
  background: rgba(255, 255, 255, 0.12);
}
.mouse .a-btn--disabled:hover {
  cursor: auto;
}
.mouse .a-btn--disabled:hover.a-btn--tertiary {
  border-color: #444;
  background: transparent;
}
/* Common */
.a-btn {
  text-align: inherit;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.a-btn__icon-left,
.a-btn__icon-right {
  display: none;
}
.a-btn__icon-left--active,
.a-btn__icon-right--active {
  display: inline-block;
}
.a-btn__label {
  display: inline-block;
  vertical-align: top;
}
.a-btn__label:first-letter {
  text-transform: uppercase;
}
.a-btn__label-secondary {
  top: 0;
  position: absolute;
  opacity: 0.5;
}
/* Type */
.a-btn--primary {
  background: #40bab1;
  color: #fff;
  border: 0;
}
.a-btn--primary:focus {
  background: #bbe1e0;
  color: #fff;
}
.a-btn--secondary-dark {
  background: #f0f0f0;
  color: #000;
  border: 0;
  box-shadow: inset 0 -0.0625rem 0 0 rgba(0, 0, 0, 0.12);
}
.a-btn--secondary-dark:focus {
  background: #e3e3e3;
  color: #000;
}
.a-btn--secondary-light {
  background: #ebebeb;
  color: #000;
  border: 0;
  box-shadow: inset 0 -0.0625rem 0 0 rgba(0, 0, 0, 0.12);
}
.a-btn--secondary-light:focus {
  background: #fff;
  color: #000;
}
.a-btn--tertiary {
  background: #000;
  color: #fff;
  border: 0.0625rem solid #fff;
}
.a-btn--tertiary:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.a-btn--transparent-dark {
  background: transparent;
  border: 0;
  color: #fff;
}
.a-btn--transparent-light {
  background: transparent;
  border: 0;
  color: #000;
}
.a-btn.a-btn--disabled,
.a-btn.a-btn--disabled:focus {
  cursor: auto;
  background: #c8c8c8;
  color: #444;
}
.a-btn.a-btn--disabled.a-btn--tertiary,
.a-btn.a-btn--disabled:focus.a-btn--tertiary {
  color: #444;
  border-color: #444;
  background: transparent;
}
/* Size */
.a-btn--medium {
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.a-btn--medium.a-btn--tertiary {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.a-btn--medium.a-btn--icon-right-absolute {
  padding-right: 2.625rem;
}
.a-btn--medium.a-btn-element-url {
  padding-left: 0;
  padding-right: 0;
}
.a-btn--medium.a-btn-element-url.a-btn--tertiary .a-btn__url-inner-wrapper {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.a-btn--medium.a-btn-element-url.a-btn--icon-right-absolute .a-btn__url-inner-wrapper {
  padding-right: 2.625rem;
}
.a-btn--medium .a-btn__url-inner-wrapper {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  height: inherit;
}
.a-btn--medium.a-btn--tertiary .a-btn__icon-left,
.a-btn--medium.a-btn--tertiary .a-btn__icon-right,
.a-btn--medium.a-btn--tertiary .a-btn__label,
.a-btn--medium.a-btn--tertiary .a-btn__label-secondary {
  height: 2.375rem;
  line-height: 2.375rem;
}
.a-btn--medium .a-btn__icon-left,
.a-btn--medium .a-btn__icon-right,
.a-btn--medium .a-btn__label,
.a-btn--medium .a-btn__label-secondary {
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 0.75rem;
}
.a-btn--medium .a-btn__icon-left,
.a-btn--medium .a-btn__icon-right {
  width: 1.5rem;
  font-size: 1.375rem;
}
.a-btn--medium .a-btn__icon-left::before,
.a-btn--medium .a-btn__icon-right::before {
  width: 1.125rem;
  display: block;
}
.a-btn--medium.a-btn--icon-left .a-btn__icon-left,
.a-btn--medium.a-btn--icon-center-left .a-btn__icon-left {
  padding-right: 0.5rem;
}
.a-btn--medium.a-btn--icon-left .a-btn__icon-left::before {
  position: relative;
  left: -0.25rem;
}
.a-btn--medium.a-btn--icon-right .a-btn__icon-right,
.a-btn--medium.a-btn--icon-center-right .a-btn__icon-right {
  padding-left: 0.5rem;
}
.a-btn--medium.a-btn--icon-right-absolute .a-btn__icon-right {
  position: absolute;
  right: 1rem;
  top: -0.0625rem;
}
.a-btn--icon-only {
  padding-left: 0;
  padding-right: 0;
}
.a-btn--icon-only .a-btn-element-url {
  padding-left: 0;
  padding-right: 0;
}
.a-btn--icon-only .a-btn__icon-left,
.a-btn--icon-only .a-btn__icon-right,
.a-btn--icon-only .a-btn__icon-left::before,
.a-btn--icon-only .a-btn__icon-right::before {
  width: 2.5rem;
}
/* Alignment */
.a-btn--icon-left .a-btn__icon-left {
  text-align: left;
}
.a-btn--icon-right .a-btn__icon-right {
  text-align: right;
}
.a-btn--icon-center-right .a-btn__icon-left,
.a-btn--icon-center-left .a-btn__icon-left,
.a-btn--icon-center-right .a-btn__icon-right,
.a-btn--icon-center-left .a-btn__icon-right {
  text-align: center;
}
.a-btn--text-center {
  text-align: center;
}
.a-btn--text-right {
  text-align: right;
}
.a-btn .waves-ripple {
  position: absolute;
}
/* Loading */
.a-btn--loading .a-btn__label {
  opacity: 0;
}
.a-btn--loading .a-btn__icon-left,
.a-btn--loading .a-btn__icon-right {
  opacity: 0.12;
}
.a-btn__loader-outerwrapper,
.a-btn__loader-innerwrapper {
  display: block;
  left: 0;
  width: 100%;
  padding-right: 2.5rem;
}
.a-btn__loader-outerwrapper {
  position: absolute;
  top: 0;
  padding-left: 1rem;
  line-height: 0;
  height: 2.5rem;
}
.a-btn__loader-innerwrapper {
  position: relative;
  top: 0.75rem;
  height: 1rem;
  overflow-x: hidden;
  border-radius: 0.125rem;
}
@keyframes increase {
  from {
    left: -5%;
    width: 5%;
  }
  to {
    left: 130%;
    width: 100%;
  }
}
@keyframes decrease {
  from {
    left: -80%;
    width: 80%;
  }
  to {
    left: 110%;
    width: 10%;
  }
}
.a-btn__loader-line,
.a-btn__loader-subline {
  position: absolute;
  height: 1rem;
  top: 0;
  left: 0;
}
.a-btn__loader-line {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
  width: 150%;
}
.a-btn__loader-subline {
  background: rgba(0, 0, 0, 0.05);
}
.a-btn__loader-subline--increase {
  animation: increase 2s infinite;
}
.a-btn__loader-subline--descrease {
  animation: decrease 2s 0.5s infinite;
}
/* Util */
.a-btn--truncate .a-btn__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.a-btn--full-width {
  width: 100%;
}
.a-btn--border-radius-none {
  border-radius: 0;
}
.a-btn--border-radius-circle {
  border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  mask-image: radial-gradient(circle, white 100%, black 100%);
  outline: none;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.drop-down-radio-btn,
.drop-down-radio-btn * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drop-down-radio-btn {
  display: inline-block;
  width: 100%;
}
.drop-down-radio-btn--horizontal-list {
  line-height: 0;
  vertical-align: top;
  box-shadow: inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.12);
}
.drop-down-radio-btn--horizontal-list > .a-btn {
  display: none;
}
.drop-down-radio-btn--vertical-list > .a-btn--active {
  border-radius: 0.125rem 0.125rem 0 0;
}
.drop-down-radio-btn__list-outerwrapper {
  position: relative;
}
.drop-down-radio-btn__list-outerwrapper--display-none {
  display: none;
}
.drop-down-radio-btn__list-outerwrapper--calculate-width .drop-down-radio-btn__list-item {
  display: inline-block !important;
  width: auto !important;
  visibility: hidden !important;
}
.drop-down-radio-btn__list-outerwrapper--open-small-device-in-overlay .drop-down-radio-btn__list-innerwrapper--vertical-list {
  position: static;
  box-shadow: none;
  border-radius: 0;
  background: #fff;
}
@media (min-width: 38rem) {
  .drop-down-radio-btn__list-outerwrapper--open-small-device-in-overlay .drop-down-radio-btn__list-innerwrapper--vertical-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 0.5rem 0.875rem 0 rgba(0, 0, 0, 0.5);
    border-radius: 0 0 0.125rem 0.125rem;
  }
}
.drop-down-radio-btn__list-outerwrapper--open-small-device-in-overlay .drop-down-radio-btn__list--vertical-list {
  padding-left: 0;
  overflow: auto;
  max-height: none;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 38rem) {
  .drop-down-radio-btn__list-outerwrapper--open-small-device-in-overlay .drop-down-radio-btn__list--vertical-list {
    padding: 0.5rem 0;
    max-height: 16.75rem;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.drop-down-radio-btn__list-innerwrapper--vertical-list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0 0.5rem 0.875rem 0 rgba(0, 0, 0, 0.5);
  border-radius: 0 0 0.125rem 0.125rem;
}
.drop-down-radio-btn__list-innerwrapper--vertical-list .radio-btn-label__text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.drop-down-radio-btn__list-innerwrapper--vertical-list .drop-down-radio-btn__trigger-btn-outerwrapper {
  display: inline-block;
  width: 100%;
}
.drop-down-radio-btn__list-innerwrapper--vertical-list .drop-down-radio-btn__trigger-btn-outerwrapper {
  height: 4.75rem;
  line-height: 2.5rem;
  padding: 1rem;
  position: relative;
  background: #fff;
  width: 100%;
  color: #000;
  text-align: center;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.12);
}
.drop-down-radio-btn__list-innerwrapper--vertical-list .drop-down-radio-btn__search-wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 2.8125rem;
  background: #fff;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.12);
}
.drop-down-radio-btn__list-innerwrapper--vertical-list .drop-down-radio-btn__search-icon {
  font-size: 1.5rem;
  position: absolute;
  right: 0;
  top: 0.0625rem;
  color: rgba(0, 0, 0, 0.5);
  width: 2.75rem;
  text-align: center;
  height: 2.75rem;
  line-height: 2.5rem;
}
.drop-down-radio-btn__list-innerwrapper--vertical-list .drop-down-radio-btn__search-field {
  padding: 0 2.5rem 0 1rem;
  width: 100%;
  display: block;
  margin: 0;
  height: 2.75rem;
  line-height: 2.75rem;
  border: 0;
  color: #000;
}
.drop-down-radio-btn__list-innerwrapper--width100p {
  width: 100%;
}
.drop-down-radio-btn__list-innerwrapper--fixed-width {
  width: 17.5rem;
}
.drop-down-radio-btn__list {
  list-style: none;
  margin: 0;
  color: #000;
}
.drop-down-radio-btn__list--horizontal-list {
  padding: 0;
}
.drop-down-radio-btn__list--vertical-list {
  padding: 0.5rem 0;
  max-height: 16.75rem;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 48rem) {
  .drop-down-radio-btn__list--vertical-list {
    overflow-y: auto;
  }
}
.drop-down-radio-btn__list--colorWhite {
  color: #fff;
}
.drop-down-radio-btn__list-item--display-none {
  display: none;
}
.drop-down-radio-btn__list-item--vertical-list {
  display: block;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.12);
}
@media (min-width: 38rem) {
  .drop-down-radio-btn__list-item--vertical-list {
    border-bottom: 0;
  }
}
.drop-down-radio-btn__list-item--vertical-list .radio-btn-label {
  padding-left: 1rem;
  padding-right: 1rem;
}
.drop-down-radio-btn__list-item--vertical-list .radio-btn-label:focus {
  background: rgba(0, 0, 0, 0.05);
}
.drop-down-radio-btn__list-item--vertical-list .radio-btn-label__text--active {
  /*font-family: @themeFontBold;*/
}
.drop-down-radio-btn__list-item--horizontal-list {
  width: auto;
  display: inline-block;
}
.drop-down-radio-btn__list-item--horizontal-list .radio-btn-label--m-size.radio-btn-label--icon-left {
  padding-left: 1.125rem;
  padding-right: 1rem;
}
.drop-down-radio-btn__list-item--horizontal-list .material-icon {
  text-align: left;
  width: 1.125rem;
}
.drop-down-radio-btn__list-item--horizontal-list .drop-down-radio-btn__trigger-btn-wrapper {
  display: none;
}
.drop-down-radio-btn__list-item--horizontal-list .radio-btn-label {
  padding-left: 1rem;
  padding-right: 1rem;
}
.drop-down-radio-btn__list-item--horizontal-list .radio-btn-label--active {
  box-shadow: inset 0 -0.25rem 0 0 #cc0020;
}
.drop-down-radio-btn__list-item .radio-btn-label__text {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  vertical-align: top;
}
.drop-down-radio-btn__list-item .radio-btn-label__text:first-letter {
  text-transform: uppercase;
}
.drop-down-radio-btn__list-item .material-radio-btn-outline-blank {
  opacity: 0.5;
}
.drop-down-radio-btn__list-item-optGroup,
.drop-down-radio-btn__list-item-all-filtred-out-description {
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1rem;
  font-size: 0.875rem;
  /* font-family: @themeFontBold; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.drop-down-radio-btn__list-item-radio-btn-wrapper--display-none {
  display: none;
}
.mouse .drop-down-radio-btn__list-item--vertical-list .radio-btn-label:hover {
  background: rgba(0, 0, 0, 0.05);
}
.radio-btn-label,
.radio-btn-label * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.radio-btn-label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* font-family: @themeFontRegular; */
  margin: 0;
  border: 0;
  cursor: pointer;
  display: block;
  position: relative;
}
.radio-btn-label--no-icons {
  padding: 0;
}
.radio-btn-label--disabled {
  opacity: 0.24;
}
.radio-btn-label--s-size-radio-btn {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  min-height: 2.125rem;
}
.radio-btn-label--s-size-radio-btn .radio-btn-label__no-padding-top {
  padding-top: 0;
}
.radio-btn-label--s-size-radio-btn .radio-btn-label__no-padding-bottom {
  padding-bottom: 0;
}
.radio-btn-label--s-size-radio-btn.radio-btn-label--no-padding {
  padding: 0;
}
.radio-btn-label--s-size-radio-btn .radio-btn-label__icon-checked,
.radio-btn-label--s-size-radio-btn .radio-btn-label__icon-not-checked {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.25rem;
  height: 2.125rem;
  width: 1.125rem;
  line-height: 2.125rem;
}
.radio-btn-label--s-size-radio-btn.radio-btn-label--icon-left {
  padding-left: 2.5rem;
}
.radio-btn-label--s-size-radio-btn.radio-btn-label--icon-right {
  padding-right: 2.5rem;
}
.radio-btn-label--s-size-radio-btn.radio-btn-label--icon-right .radio-btn-label__icon-checked,
.radio-btn-label--s-size-radio-btn.radio-btn-label--icon-right .radio-btn-label__icon-not-checked {
  right: 0;
  left: auto;
}
.radio-btn-label--s-size-radio-btn .radio-btn-label__radio-btn--icon-width {
  width: 2.5rem;
}
.radio-btn-label--s-size-radio-btn .radio-btn-label__inputfield {
  height: 2.5rem;
}
.radio-btn-label--s-size-btn {
  padding: 0 0.75rem;
  font-size: 1rem;
  line-height: 1.25rem;
  background: #000;
  color: #fff;
}
.radio-btn-label--s-size-btn:focus {
  background: #fff;
  color: #000;
}
.radio-btn-label--s-size-btn .radio-btn-label__icon-checked,
.radio-btn-label--s-size-btn .radio-btn-label__icon-not-checked {
  font-size: 1rem;
  height: 1.25rem;
  width: 1.125rem;
  line-height: 1.1875rem;
  vertical-align: top;
  text-align: center;
}
.radio-btn-label--s-size-btn.radio-btn-label--active {
  background: #fff;
  color: #000;
}
.radio-btn-label--s-size-btn .radio-btn-label__inputfield {
  height: 1.25rem;
}
.radio-btn-label--s-size-btn .radio-btn-label__text {
  font-size: 0.75rem;
  line-height: 1.25rem;
  vertical-align: top;
}
.radio-btn-label--m-size {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.75rem;
  line-height: 1rem;
  min-height: 2.5rem;
}
.radio-btn-label--m-size .radio-btn-label__no-padding-top {
  padding-top: 0;
}
.radio-btn-label--m-size .radio-btn-label__no-padding-bottom {
  padding-bottom: 0;
}
.radio-btn-label--m-size.radio-btn-label--no-padding {
  padding: 0;
}
.radio-btn-label--m-size .radio-btn-label__icon-checked,
.radio-btn-label--m-size .radio-btn-label__icon-not-checked {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.375rem;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
}
.radio-btn-label--m-size.radio-btn-label--icon-left {
  padding-left: 2.5rem;
}
.radio-btn-label--m-size.radio-btn-label--icon-right {
  padding-right: 2.5rem;
}
.radio-btn-label--m-size.radio-btn-label--icon-right .radio-btn-label__icon-checked,
.radio-btn-label--m-size.radio-btn-label--icon-right .radio-btn-label__icon-not-checked {
  right: 0;
  left: auto;
}
.radio-btn-label--m-size .radio-btn-label__radio-btn--icon-width {
  width: 2.5rem;
}
.radio-btn-label--m-size .radio-btn-label__inputfield {
  height: 2.5rem;
}
.radio-btn-label--twb-icon .radio-btn-label__icon-checked,
.radio-btn-label--twb-icon .radio-btn-label__icon-not-checked {
  top: -0.0625rem;
}
.radio-btn-label__icon-not-checked {
  display: none;
}
.radio-btn-label__icon-not-checked--active {
  display: inline-block;
}
.radio-btn-label__icon-not-checked--opacity-54 {
  opacity: 0.54;
}
.radio-btn-label__icon-not-checked--white {
  color: #fff;
}
.radio-btn-label__icon-checked {
  display: none;
}
.radio-btn-label__icon-checked--active {
  display: inline-block;
}
.radio-btn-label__icon-checked--primary-brand-300 {
  color: #cc0020;
}
.radio-btn-label__icon-checked--black {
  color: #000;
}
.radio-btn-label__radio-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.radio-btn-label__image-outerwrapper {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 100%;
}
.radio-btn-label__image-outerwrapper::after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  border-bottom: 0 solid #cf001f;
  -ms-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.radio-btn-label__image-outerwrapper--not-active {
  opacity: 0.3;
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.radio-btn-label__image-outerwrapper--active,
.radio-btn-label__image-outerwrapper--focus {
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.radio-btn-label__image-outerwrapper--active::after,
.radio-btn-label__image-outerwrapper--focus::after {
  border-bottom-width: 0.25rem;
}
.radio-btn-label__image-outerwrapper--display-none {
  display: none;
}
.radio-btn-label__image-innerwrapper {
  position: relative;
  z-index: 3;
  height: 0;
  display: block;
}
.radio-btn-label__image-innerwrapper--ratio51_12 {
  padding-bottom: 51.12%;
}
.radio-btn-label__image-innerwrapper--ratio62_5 {
  padding-bottom: 62.5%;
}
.radio-btn-label__image-innerwrapper--ratio100 {
  padding-bottom: 100%;
}
.radio-btn-label__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.radio-btn-label__text,
.radio-btn-label__text-image {
  display: inline-block;
}
.radio-btn-label__text--width-100p,
.radio-btn-label__text-image--width-100p {
  width: 100%;
}
.radio-btn-label__text--width-50p,
.radio-btn-label__text-image--width-50p {
  width: 50%;
}
.radio-btn-label__text--center,
.radio-btn-label__text-image--center {
  text-align: center;
}
.radio-btn-label__text--align-right,
.radio-btn-label__text-image--align-right {
  text-align: right;
}
.radio-btn-label__text--margin-top-8px,
.radio-btn-label__text-image--margin-top-8px {
  margin-top: 0.5rem;
}
.radio-btn-label__text--vertical-align-middle,
.radio-btn-label__text-image--vertical-align-middle {
  vertical-align: middle;
}
.radio-btn-label__text-image {
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 38rem) {
  .radio-btn-label__text-image {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.radio-btn-label__text-image--not-active {
  opacity: 0.3;
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.radio-btn-label__text-image--active,
.radio-btn-label__text-image--focus {
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.radio-btn-label__text {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.radio-btn-label__text--font-size-14px {
  font-size: 0.875rem;
}
.radio-btn-label__text--display-block {
  display: block;
}
.radio-btn-label__text--display-none {
  display: none;
}
.radio-btn-label__inputfield {
  border: 0;
  padding: 0;
  margin: 0;
}
.radio-btn-label__inputfield--width-50p {
  width: 50%;
}
.radio-btn-label__count {
  opacity: 0.5;
}
.mouse .radio-btn-label:hover .radio-btn-label__image-outerwrapper,
.mouse .radio-btn-label:hover .radio-btn-label__text-image {
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.mouse .radio-btn-label:hover .radio-btn-label__image-outerwrapper::after {
  border-bottom-width: 0.25rem;
}
.mouse .radio-btn-label:hover.radio-btn-label--s-size-btn {
  background: #fff;
  color: #000;
}
.range-slider__container {
  height: 90px;
  align-content: center;
}
.range-slider__container #tickmarks {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.range-slider__slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #00205b;
  outline: none;
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.range-slider__slider:hover {
  opacity: 1;
}
.range-slider__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 40px;
  background: #00205b;
  cursor: pointer;
}
.range-slider__slider::-moz-range-thumb {
  width: 20px;
  height: 40px;
  background: #00205b;
  cursor: pointer;
}
@media (max-width: 47.9375em) {
  body.overlayApplied {
    background: #fff;
  }
  body.overlayApplied #AppUnderHeader {
    display: none !important;
  }
}
.custom-overlay,
.custom-overlay * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 48rem) {
  .custom-overlay__head {
    display: none;
  }
}
@media (min-width: 38rem) {
  .custom-overlay--hidden {
    position: absolute;
    overflow: hidden;
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0.0625rem;
    margin: -0.0625rem;
    padding: 0;
    width: 0.0625rem;
  }
}
@media (max-width: 47.9375em) {
  .custom-overlay {
    visibility: hidden;
    background: #fff;
    color: #000;
    position: fixed;
    min-height: 100vh;
    width: 100%;
    z-index: 5000;
    top: 100%;
    left: 0;
    max-width: 48rem;
    -webkit-transition: all 250ms ease-out 200ms;
    -ms-transition: all 250ms ease-out 200ms;
    -moz-transition: all 250ms ease-out 200ms;
    transition: all 250ms ease-out 200ms;
  }
  .custom-overlay--transparent {
    background: transparent;
  }
  .custom-overlay--show {
    visibility: visible;
    top: 0;
  }
  .custom-overlay--hidden {
    top: 100%;
  }
  .custom-overlay--animation-done-show {
    position: absolute;
  }
  .custom-overlay__head {
    width: 100%;
    padding: 0;
  }
  .custom-overlay__close-btn-wrapper,
  .custom-overlay__clear-btn-wrapper {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
  }
  .custom-overlay__close-btn-wrapper {
    text-align: right;
  }
  .custom-overlay__header {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 50%;
  }
  .custom-overlay__close-btn,
  .custom-overlay__clear-btn {
    color: #fff;
  }
  .custom-overlay__body {
    padding: 0;
  }
  .custom-overlay__list-header {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
    opacity: 0.5;
  }
  .custom-overlay__list {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .custom-overlay__list-item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.12);
  }
  .custom-overlay .drop-down-checkbox__list-innerwrapper--vertical-list {
    position: relative;
  }
  .custom-overlay .drop-down-checkbox,
  .custom-overlay .drop-down-radio-btn {
    vertical-align: top;
  }
  .custom-overlay .drop-down-checkbox .drop-down-checkbox__list-innerwrapper,
  .custom-overlay .drop-down-radio-btn .drop-down-checkbox__list-innerwrapper,
  .custom-overlay .drop-down-checkbox .drop-down-radio-btn__list-innerwrapper,
  .custom-overlay .drop-down-radio-btn .drop-down-radio-btn__list-innerwrapper {
    box-shadow: none;
    border: 0;
    border-radius: 0;
  }
  .custom-overlay .drop-down-checkbox .checkbox-label,
  .custom-overlay .drop-down-radio-btn .checkbox-label,
  .custom-overlay .drop-down-checkbox .radio-btn-label,
  .custom-overlay .drop-down-radio-btn .radio-btn-label {
    padding: 0;
  }
  .custom-overlay .drop-down-checkbox .checkbox-label .radio-btn-label__icon-not-checked,
  .custom-overlay .drop-down-radio-btn .checkbox-label .radio-btn-label__icon-not-checked,
  .custom-overlay .drop-down-checkbox .radio-btn-label .radio-btn-label__icon-not-checked,
  .custom-overlay .drop-down-radio-btn .radio-btn-label .radio-btn-label__icon-not-checked,
  .custom-overlay .drop-down-checkbox .checkbox-label .radio-btn-label__icon-checked,
  .custom-overlay .drop-down-radio-btn .checkbox-label .radio-btn-label__icon-checked,
  .custom-overlay .drop-down-checkbox .radio-btn-label .radio-btn-label__icon-checked,
  .custom-overlay .drop-down-radio-btn .radio-btn-label .radio-btn-label__icon-checked,
  .custom-overlay .drop-down-checkbox .checkbox-label .checkbox-label__icon-checked,
  .custom-overlay .drop-down-radio-btn .checkbox-label .checkbox-label__icon-checked,
  .custom-overlay .drop-down-checkbox .radio-btn-label .checkbox-label__icon-checked,
  .custom-overlay .drop-down-radio-btn .radio-btn-label .checkbox-label__icon-checked,
  .custom-overlay .drop-down-checkbox .checkbox-label .checkbox-label__icon-not-checked,
  .custom-overlay .drop-down-radio-btn .checkbox-label .checkbox-label__icon-not-checked,
  .custom-overlay .drop-down-checkbox .radio-btn-label .checkbox-label__icon-not-checked,
  .custom-overlay .drop-down-radio-btn .radio-btn-label .checkbox-label__icon-not-checked {
    position: absolute;
    right: 0.5rem;
    left: auto;
    top: 0;
    height: 2.5rem;
    line-height: 2.5rem;
    width: 1.5rem;
    font-size: 1.5rem;
  }
  .custom-overlay .drop-down-checkbox .checkbox-label .checkbox-label__text,
  .custom-overlay .drop-down-radio-btn .checkbox-label .checkbox-label__text,
  .custom-overlay .drop-down-checkbox .radio-btn-label .checkbox-label__text,
  .custom-overlay .drop-down-radio-btn .radio-btn-label .checkbox-label__text,
  .custom-overlay .drop-down-checkbox .checkbox-label .radio-btn-label__text,
  .custom-overlay .drop-down-radio-btn .checkbox-label .radio-btn-label__text,
  .custom-overlay .drop-down-checkbox .radio-btn-label .radio-btn-label__text,
  .custom-overlay .drop-down-radio-btn .radio-btn-label .radio-btn-label__text {
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0;
    font-size: 1rem;
  }
  .custom-overlay .drop-down-checkbox .drop-down-checkbox__list,
  .custom-overlay .drop-down-radio-btn .drop-down-checkbox__list,
  .custom-overlay .drop-down-checkbox .drop-down-radio-btn__list,
  .custom-overlay .drop-down-radio-btn .drop-down-radio-btn__list {
    padding: 0 0 0 0.5rem;
    max-height: none;
    overflow-y: hidden;
  }
  .custom-overlay .drop-down-checkbox .drop-down-checkbox__list-item,
  .custom-overlay .drop-down-radio-btn .drop-down-checkbox__list-item,
  .custom-overlay .drop-down-checkbox .drop-down-radio-btn__list-item,
  .custom-overlay .drop-down-radio-btn .drop-down-radio-btn__list-item {
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.12);
  }
}
.energy-portal-page {
  /*margin-top: 2rem;*/
}
.energy-portal-page .graph-divider {
  border-bottom: 0.0625rem solid #dfdfdf;
}
.energy-portal-page .analysis-diagram-introtext {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.energy-portal-page .product-type-indicator {
  height: 10px;
  width: 10px;
  margin-right: 0.25rem;
  border-radius: 50%;
  display: inline-block;
}
.energy-portal-page .compare {
  text-align: right;
}
@media (max-width: 768px) {
  .energy-portal-page .compare {
    text-align: left;
    margin-top: 10px;
  }
}
.energy-portal-page .no-data,
.energy-portal-page .busy {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.energy-portal-page .no-data h2,
.energy-portal-page .busy h2 {
  text-align: center;
}
.energy-portal-page .no-data {
  background: rgba(255, 255, 255, 0.8);
  min-height: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.energy-portal-page .busy {
  background: rgba(255, 255, 255, 0.8);
  min-height: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.energy-portal-page .installation-pager {
  list-style: none;
  text-align: center;
}
.energy-portal-page .installation-pager li {
  cursor: pointer;
  float: left;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 0.25rem;
  color: #40bab1;
  border: 1px solid #40bab1;
  background: #fff;
  min-width: 50px;
  width: 50px;
}
.energy-portal-page .installation-pager li.selected {
  background: #40bab1;
  color: #fff;
}
.energy-portal-page .no-margin {
  margin: 0;
}
.energy-portal-page .font-size-min {
  font-size: 90%;
}
.energy-portal-page .margin-bottom20 {
  margin-bottom: 20px;
}
.energy-portal-page h2 {
  font-size: 2rem;
  font-weight: normal;
}
.energy-portal-page .our-button.selected {
  background: #f4bd49;
  border-color: #f4bd49;
}
.energy-portal-page .tabs-header {
  background-color: #40bab1;
  font-weight: 400;
  margin-bottom: 2rem;
}
.energy-portal-page .tabs-header .tab-button {
  cursor: pointer;
  border-bottom: 0.25rem solid transparent;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 1.25rem 1rem;
  background-color: transparent;
  border-left: none;
  border-top: none;
  border-right: none;
}
@media (max-width: 767px) {
  .energy-portal-page .tabs-header .tab-button {
    display: none;
  }
}
.energy-portal-page .tabs-header .tab-button.selected {
  border-color: #fff;
}
.energy-portal-page .compare-with {
  padding: 1rem;
  -webkit-box-shadow: 2px 8px 20px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 2px 8px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 2px 8px 20px 0px rgba(0, 0, 0, 0.12);
  border-radius: 0.25rem;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.energy-portal-page .compare-with.selected {
  background: #40bab1;
  color: #fff;
}
.energy-portal-page .compare-with.selected .product-type-indicator {
  border: 1px solid #fff;
}
.energy-portal-page .compare-with .compare-with-title {
  font-weight: 700;
}
.energy-portal-page .compare-with .compare-with-total {
  font-size: 75%;
}
.energy-portal-page .product-types {
  list-style: none;
  margin-top: 1rem;
}
.energy-portal-page .product-types ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: #000;
}
.energy-portal-page .product-types ul li div {
  display: inline-block;
  margin-bottom: 7px;
}
.energy-portal-page .product-types ul li div.name {
  font-size: 14px;
}
.energy-portal-page .product-types ul li div.energy {
  font-weight: 600;
  font-size: 18px;
}
.energy-portal-page .product-types .product-type-icon {
  border-radius: 20rem;
  padding: 1rem;
  cursor: pointer;
}
.energy-portal-page .product-types .product-type-icon img {
  width: 1.75rem;
  height: 1.75rem;
}
@media (max-width: 768px) {
  .energy-portal-page .product-types .product-type-icon img {
    width: 1.2rem;
    height: 1rem;
  }
}
.energy-portal-page .product-types ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.energy-portal-page .product-types ul li {
  margin: 0rem 1rem;
}
.energy-portal-page .product-types .product-type-icon-EL {
  background: #004A37;
}
.energy-portal-page .product-types .product-type-icon-EL.mypages {
  background: #004A37;
}
.energy-portal-page .product-types .product-type-icon-EL-EXT {
  background: #94DE9D;
}
.energy-portal-page .product-types .product-type-icon-FJV {
  background: #F9535C;
}
.energy-portal-page .product-types .product-type-icon-FJK {
  background: #009FDC;
}
.energy-portal-page .product-types .product-type-icon-GAS {
  background: #00205B;
}
.energy-portal-page .product-types .product-type-icon-GAS-EXT {
  background: #79D9FF;
}
.energy-portal-page .product-types .product-type-icon-PROD {
  background: #FFE373;
}
.energy-portal-page .product-types .product-type-icon-MISC {
  background: #2f4561;
}
.energy-portal-page .product-types .product-type-icon-ALL {
  background: transparent;
  padding: 0rem;
}
.energy-portal-page .product-types .product-type-icon-ALL img {
  width: 3.75rem;
  height: 3.75rem;
}
.energy-portal-page .charts .chart-container {
  position: relative;
  min-height: 400px;
}
@media (max-width: 768px) {
  .energy-portal-page .charts .chart-container.production-chart h2 {
    font-size: 5.5vw;
  }
}
.energy-portal-page .filter-period-container {
  margin-bottom: 2rem;
  position: relative;
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .energy-portal-page .filter-period-container {
    flex-direction: column;
  }
}
.energy-portal-page .filter-period-container .period-button {
  border: 1px solid #40bab1;
  background: #fff;
  color: #000;
  padding: 1rem 2rem;
  flex: 1 0 auto;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .energy-portal-page .filter-period-container .period-button {
    border-radius: 0.25rem;
  }
}
.energy-portal-page .filter-period-container .period-button.first {
  border-right: none;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
@media (max-width: 768px) {
  .energy-portal-page .filter-period-container .period-button.first {
    border: 1px solid #40bab1;
    margin-bottom: 15px;
  }
}
.energy-portal-page .filter-period-container .period-button.last {
  border-left: none;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
@media (max-width: 768px) {
  .energy-portal-page .filter-period-container .period-button.last {
    border: 1px solid #40bab1;
    margin: 15px 0;
  }
}
.energy-portal-page .filter-period-container .period-button.active {
  color: #fff;
  background: #40bab1;
}
.energy-portal-page .filter-period-container a {
  color: #40bab1;
  text-decoration: underline;
}
.energy-portal-page .filter-period-container .filter-dropdown {
  z-index: 1;
  background: #fff;
  /*position: absolute;
            top: 0;
            left: 0;
            right: 0;*/
}
.energy-portal-page .filter-period-container .filter-button {
  background: transparent;
  color: #fff;
  border: none;
  padding: 0.0625rem 0.0625rem 0rem 0.0625rem;
  text-decoration: none;
}
.energy-portal-page .filter-period-container .filter-button .filter-button-text {
  padding: 0.5rem 0rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.375rem;
  display: inline-block;
  border: 0.0625rem solid #369891;
  color: #369891;
  text-align: center;
  border-radius: 0.25rem;
}
.energy-portal-page .filter-period-container .filter-button.selected .filter-button-text {
  background: #40bab1;
  color: #fff;
}
.energy-portal-page .mobileContainer {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  background-color: #40bab1;
  color: white;
}
@media (min-width: 768px) {
  .energy-portal-page .mobileContainer {
    display: none;
  }
}
.energy-portal-page .mobileContainer .navbar .navbar-toggler {
  outline: none;
}
.energy-portal-page .mobileContainer .navbar .navbar-toggler span {
  color: white;
}
.energy-portal-page .mobileContainer .navbar .navbar-nav .nav-link {
  color: inherit;
  text-decoration: none;
}
.energy-portal-page .mobileContainer .navbar .navbar-nav .nav-link.selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.energy-portal-page .filter-installation {
  /*position: fixed;*/
}
@media (max-width: 1200px) {
  .energy-portal-page .filter-installation {
    position: inherit;
  }
}
.energy-portal-page .filter-installation .filter-installation-subsidary {
  padding-left: 0px;
}
.energy-portal-page .filter-installation .filter-installation-subsidary .header-link {
  color: inherit;
  text-decoration: none;
}
.energy-portal-page .filter-installation .filter-installation-subsidary .subsidary-header {
  font-size: 90%;
  font-weight: 600;
}
.energy-portal-page .filter-installation .filter-installation-subsidary .subsidary-header.selected {
  color: #40bab1;
}
.energy-portal-page .filter-installation-search {
  margin-bottom: 0.5rem;
}
.energy-portal-page .filter-installation-search label {
  width: 100%;
  font-size: 125%;
  line-height: 150%;
  margin-bottom: 5px;
  display: block;
}
.energy-portal-page .filter-installation-search input {
  width: 100%;
  border-radius: 0.25rem;
  padding: 5px 15px;
  border: 2px solid #ccc;
}
.energy-portal-page .filter-installation .filter-installation-installation {
  padding-left: 0px;
  font-size: 90%;
}
.energy-portal-page .filter-installation .filter-installation-installation > li {
  margin: 0.25rem 0rem;
  padding: 0.25rem 1rem;
}
.energy-portal-page .filter-installation .filter-installation-installation > li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.energy-portal-page .filter-installation .filter-installation-installation > li a .icon-PROD {
  display: none;
}
.energy-portal-page .filter-installation .filter-installation-installation > li a .icon-GAS,
.energy-portal-page .filter-installation .filter-installation-installation > li a .icon-GAS-EXT,
.energy-portal-page .filter-installation .filter-installation-installation > li a .icon-EL,
.energy-portal-page .filter-installation .filter-installation-installation > li a .icon-EL-EXT {
  display: inline-block;
  border-radius: 0.5rem;
  background: #000;
  width: 0.5rem;
  height: 0.5rem;
  margin-bottom: 0.15rem;
  margin-top: 0.25rem;
  margin-left: 0.25rem;
}
.energy-portal-page .filter-installation .filter-installation-installation > li a .icon-GAS,
.energy-portal-page .filter-installation .filter-installation-installation > li a .icon-GAS-EXT {
  background: #5399d8;
}
.energy-portal-page .filter-installation .filter-installation-installation > li a .icon-EL,
.energy-portal-page .filter-installation .filter-installation-installation > li a .icon-EL-EXT {
  background: #40bab1;
}
.energy-portal-page .filter-installation .filter-installation-installation > li.selected {
  background: #40bab1;
}
.energy-portal-page .filter-installation .filter-installation-installation > li.selected a {
  color: #fff;
  text-decoration: none;
}
.energy-portal-page .filter-installation .productType {
  flex-grow: 100;
  text-align: right;
  margin-left: 20px;
}
.energy-portal-page .filter-installation .filter-installation-selected {
  margin-bottom: 20px;
}
.energy-portal-page .filter-installation .filter-installation-selected .selected-header {
  text-align: center;
  width: 100%;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}
.energy-portal-page .filter-installation .filter-installation-selected .selected-body {
  text-align: center;
}
.energy-portal-page .filter-installation #ProductTypeCheckboxes li {
  margin: 0;
  padding: 0.25rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.energy-portal-page .filter-installation .checkbox_producttype {
  margin: 15px 0;
  position: relative;
  font-size: 90%;
  font-weight: 600;
  cursor: pointer;
}
.energy-portal-page .filter-installation .checkbox_producttype svg {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(-50%, -50%);
}
.energy-portal-page .filter-installation .filter-installation-productfilter {
  margin-bottom: 2rem;
}
.energy-portal-page .filter-installation .filter-installation-productfilter li {
  margin: 0.25rem 0rem;
  padding: 0rem 0;
}
.energy-portal-page .filter-installation .filter-installation-productfilter ul {
  padding-inline-start: 0px;
}
.energy-portal-page .filter-installation .filter-installation-productfilter input {
  margin-right: 0.25rem;
}
.energy-portal-page .filter-installation .filter-installation-productfilter filter-installation__product-disc {
  margin-bottom: 0.15rem !important;
}
.energy-portal-page .filter-installation .filter-installation-company {
  margin-bottom: 2rem;
  font-size: 90%;
}
.energy-portal-page .filter-installation ul,
.energy-portal-page .filter-installation li {
  list-style: none;
}
.energy-portal-page .filter-installation__product-disc {
  /*vertical-align: middle;*/
  height: 10px;
  width: 10px;
  margin-right: 0.25rem;
  border-radius: 50%;
  background-color: #777777;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0.25rem;
  margin-left: 0.15rem;
}
.energy-portal-page .tab-container {
  margin: 0 2rem;
}
@media (max-width: 1199px) {
  .energy-portal-page .tab-container {
    margin: 2rem 0;
  }
}
.energy-portal-page .tab-container .tab-content {
  margin-top: 2rem;
  /*@media (min-width: 1200px) {
                max-width: 48rem;
            }*/
}
.energy-portal-page .tab-container .tab-content .invoice-tab .invoice-open {
  border-bottom: 1px solid #000000;
}
.energy-portal-page .tab-container .tab-content .invoice-tab .invoice-details {
  margin-top: 30px;
}
.energy-portal-page .tab-container .tab-content .invoice-tab .invoice-details .invoice-detail-sum {
  margin-bottom: 20px;
}
.energy-portal-page .tab-container .tab-content .invoice-tab .invoice-details .invoice-details__payment-numbers,
.energy-portal-page .tab-container .tab-content .invoice-tab .invoice-details .invoice-details__breakdown {
  border-bottom: none;
}
.energy-portal-page .tab-container .tab-content .invoice-tab .poster-content__divider {
  background-color: #00205b;
}
.energy-portal-page .tab-container .tab-content .invoice-list__abstract {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  color: #00205b;
  background-color: transparent;
  border: none;
}
.energy-portal-page .tab-container .tab-content .invoice-list__abstract .invoice-list__address {
  display: flex;
  flex: 1.5 0;
  flex-flow: column;
  align-items: start;
}
.energy-portal-page .tab-container .tab-content .invoice-list__abstract .invoice-list__address-date {
  font-size: 0.75rem;
  font-weight: bold;
}
.energy-portal-page .tab-container .tab-content .invoice-list__abstract .invoice-list__address-label {
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  color: #5173B1;
}
.energy-portal-page .tab-container .tab-content .invoice-list__abstract .invoice-list__address {
  flex: 6;
}
@media (max-width: 767px) {
  .energy-portal-page .tab-container .tab-content .invoice-list__abstract .invoice-list__address-label {
    margin-bottom: 0;
  }
  .energy-portal-page .tab-container .tab-content .invoice-list__abstract .invoice-list__address div:last-child {
    margin-bottom: 0.625rem;
  }
}
.energy-portal-page .tab-container .tab-content .invoice-list__abstract .invoice-list__due {
  flex: 3;
  align-items: start;
}
@media (max-width: 767px) {
  .energy-portal-page .tab-container .tab-content .invoice-list__abstract .invoice-list__due-label {
    margin-bottom: 0;
  }
  .energy-portal-page .tab-container .tab-content .invoice-list__abstract .invoice-list__due div:last-child {
    margin-bottom: 0.625rem;
  }
}
.energy-portal-page .tab-container .tab-content .invoice-list__abstract .invoice-list__payment {
  flex: 3;
  align-items: start;
}
@media (max-width: 767px) {
  .energy-portal-page .tab-container .tab-content .invoice-list__abstract .invoice-list__payment-title {
    margin-bottom: 0;
  }
  .energy-portal-page .tab-container .tab-content .invoice-list__abstract .invoice-list__payment div:last-child {
    margin-bottom: 0.625rem;
  }
}
.energy-portal-page .tab-container .tab-content .invoice-list__abstract .invoice-list__status {
  flex: 1;
  align-items: start;
}
@media (max-width: 767px) {
  .energy-portal-page .tab-container .tab-content .invoice-list__abstract {
    display: block;
  }
}
@media (max-width: 767px) {
  .energy-portal-page .invoice-list__item {
    position: relative;
  }
}
.energy-portal-page .invoice-list__arrow {
  width: 40px;
}
@media (max-width: 767px) {
  .energy-portal-page .invoice-list__arrow {
    position: absolute;
    right: 0;
    top: 35px;
  }
}
.energy-portal-page .energy-portal-list {
  position: relative;
  max-width: 48rem;
  margin: 0 auto calc(1rem + 10vh);
  padding: 1rem 1rem 0;
}
.energy-portal-page .energy-portal-list__abstract {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.energy-portal-page .energy-portal-list__header {
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  padding: 5px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .energy-portal-page .energy-portal-list__label {
    margin-bottom: 0;
  }
}
.energy-portal-page .energy-portal-list__data {
  font-size: 0.75rem;
  flex-flow: column;
  padding: 5px 5px 1.25rem 5px;
}
.energy-portal-page .energy-portal-list__head {
  display: flex;
}
.energy-portal-page .energy-portal-list__info {
  font-weight: 100;
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .energy-portal-page .energy-portal-list__info {
    margin-bottom: 0.625rem;
  }
}
.energy-portal-page .energy-portal-list__flex1 {
  flex: 1 0;
}
.energy-portal-page .energy-portal-list__flex2 {
  flex: 2 0;
}
.energy-portal-page .energy-portal-list__flex3 {
  flex: 3 0;
}
.energy-portal-page .energy-portal-list__flex4 {
  flex: 4 0;
}
.energy-portal-page .energy-portal-list__flex5 {
  flex: 5 0;
}
.energy-portal-page .energy-portal-list__flex6 {
  flex: 6 0;
}
.energy-portal-page .energy-portal-list__flex7 {
  flex: 7 0;
}
.energy-portal-page .energy-portal-list__flex8 {
  flex: 8 0;
}
.energy-portal-page .energy-portal-list__flex9 {
  flex: 9 0;
}
.energy-portal-page .energy-portal-list__flex10 {
  flex: 10 0;
}
.energy-portal-page .energy-portal-list__item {
  display: block;
  border-bottom: 0.0625rem solid #dfdfdf;
  padding-top: 1.25rem;
  list-style: none;
  cursor: pointer;
}
.energy-portal-page .energy-portal-list__item.selected {
  background-color: #40bab1;
}
.energy-portal-page .energy-portal-list__item.selected .energy-portal-list__data {
  color: white;
}
.energy-portal-page .energy-portal-list__item:hover {
  background-color: #40bab1;
}
.energy-portal-page .energy-portal-list__item:hover .energy-portal-list__data {
  color: white;
}
.energy-portal-page .energy-portal-list__item:last-child {
  border-bottom: 0;
}
.energy-portal-page .energy-portal-list__list {
  /*min-height: 20rem;*/
  margin: 0.75rem 0 2rem;
  padding: 0;
}
.energy-portal-page .energy-portal-list__list-wrapper {
  /*min-height: 25rem;*/
}
.energy-portal-page .energy-portal-list__title {
  margin-top: 0;
  text-align: left;
}
.energy-portal-page .energy-portal-list .underline {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .energy-portal-page .energy-portal-list .remove_mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .energy-portal-page .energy-portal-list .remove_desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .energy-portal-page .energy-portal-list .mobile-last {
    text-align: right;
  }
}
.energy-portal-page .energy-portal-details {
  font-size: 0.875rem;
  line-height: normal;
  cursor: auto;
  background-color: white;
  padding: 10px 50px;
}
@media (max-width: 768px) {
  .energy-portal-page .energy-portal-details {
    padding: 10px 20px;
  }
}
.energy-portal-page .energy-portal-details .mobile-detail-breakdown .mobile_details .energy-portal-list__header {
  padding-left: 0;
}
.energy-portal-page .energy-portal-details .mobile-detail-breakdown .mobile_details .energy-portal-details__product-disc {
  height: 8px;
  width: 8px;
  margin-top: 3px;
}
.energy-portal-page .energy-portal-details .mobile-detail-breakdown .mobile_details:last-of-type .poster-content__divider {
  display: none;
}
.energy-portal-page .energy-portal-details__breakdown {
  border-bottom: 0.0625rem solid #cdd2d8;
  padding: 1.5rem 0 2.5rem;
}
.energy-portal-page .energy-portal-details__breakdown:last-child {
  border-bottom: none;
}
.energy-portal-page .energy-portal-details__breakdown strong {
  font-size: 0.875rem;
}
.energy-portal-page .energy-portal-details__breakdown table {
  width: 100%;
  table-layout: fixed;
}
.energy-portal-page .energy-portal-details__breakdown table tbody tr:nth-child(odd) {
  background: transparent;
}
.energy-portal-page .energy-portal-details__breakdown th,
.energy-portal-page .energy-portal-details__breakdown td {
  padding: 0.5rem;
  text-align: left;
}
.energy-portal-page .energy-portal-details__breakdown th:first-child,
.energy-portal-page .energy-portal-details__breakdown td:first-child {
  padding: 0.5rem 0.5rem 0.5rem 0;
}
.energy-portal-page .energy-portal-details__breakdown th:last-child,
.energy-portal-page .energy-portal-details__breakdown td:last-child {
  padding: 0.5rem 0 0.5rem 0.5rem;
  text-align: right;
}
.energy-portal-page .energy-portal-details__breakdown tbody th {
  border-bottom: 0.0625rem solid #cdd2d8;
  font-size: 0.75rem;
  font-weight: normal;
}
.energy-portal-page .energy-portal-details__breakdown tbody tr {
  border-bottom: 0.0625rem solid #cdd2d8;
}
.energy-portal-page .energy-portal-details__breakdown tbody tr:last-child {
  border-bottom: 0;
}
.energy-portal-page .energy-portal-details__breakdown tbody td {
  font-weight: 100;
  font-size: 0.75rem;
}
.energy-portal-page .energy-portal-details__breakdown thead th {
  color: #152d4d;
  font-size: 0.75rem;
}
.energy-portal-page .energy-portal-details__breakdown .invoice-details__heading {
  padding: 0 0;
}
.energy-portal-page .energy-portal-details__due {
  margin: 1rem 0;
  margin-bottom: 0.5rem;
}
.energy-portal-page .energy-portal-details__due:first-child {
  margin-top: 0;
}
.energy-portal-page .energy-portal-details__due:last-child {
  margin-bottom: 0;
}
.energy-portal-page .energy-portal-details__due > * {
  margin: 0.5rem 0;
}
.energy-portal-page .energy-portal-details__due > *:first-child {
  margin-top: 0;
}
.energy-portal-page .energy-portal-details__due > *:last-child {
  margin-bottom: 0;
}
.energy-portal-page .energy-portal-details__heading {
  margin-bottom: 0.5rem;
}
.energy-portal-page .energy-portal-details__subheading {
  font-size: 0.75rem;
}
.energy-portal-page .energy-portal-details__info {
  font-size: 0.75rem;
}
.energy-portal-page .energy-portal-details__paid-so-far {
  border-bottom: 0.0625rem solid #cdd2d8;
  padding: 1rem 0;
}
.energy-portal-page .energy-portal-details__paid-so-far:last-child {
  border-bottom: none;
}
.energy-portal-page .energy-portal-details__paid-so-far strong {
  font-size: 0.875rem;
}
.energy-portal-page .energy-portal-details__payment-instructions {
  border-bottom: 0.0625rem solid #cdd2d8;
  padding: 1rem 0;
}
.energy-portal-page .energy-portal-details__payment-instructions:last-child {
  border-bottom: none;
}
.energy-portal-page .energy-portal-details__payment-instructions strong {
  font-size: 0.875rem;
}
.energy-portal-page .energy-portal-details__payment-instructions .invoice-details__heading {
  margin: 0 0 1rem;
}
.energy-portal-page .energy-portal-details__product-disc {
  display: inline-block;
  vertical-align: top;
  height: 0.875rem;
  width: 0.875rem;
  margin-right: 0.25rem;
  border-radius: 50%;
  background-color: #777777;
}
.energy-portal-page .energy-portal-details__ocr {
  margin: 1rem 0;
}
.energy-portal-page .energy-portal-details__ocr:first-child {
  margin-top: 0;
}
.energy-portal-page .energy-portal-details__ocr:last-child {
  margin-bottom: 0;
}
.energy-portal-page .energy-portal-details__ocr > * {
  margin: 0.5rem 0;
}
.energy-portal-page .energy-portal-details__ocr > *:first-child {
  margin-top: 0;
}
.energy-portal-page .energy-portal-details__ocr > *:last-child {
  margin-bottom: 0;
}
.energy-portal-page .energy-portal-details__payment-numbers {
  border-bottom: 0.0625rem solid #cdd2d8;
  padding: 0 0 1rem;
}
.energy-portal-page .energy-portal-details__payment-numbers:last-child {
  border-bottom: none;
}
.energy-portal-page .energy-portal-details__payment-numbers strong {
  font-size: 0.875rem;
}
.energy-portal-page .energy-portal-details__repay {
  padding: 1rem 0 0;
  font-size: 0.75rem;
  line-height: 2;
}
.energy-portal-page .energy-portal-details__repay a {
  color: #40bab1;
}
.energy-portal-page .energy-portal-details__start-end {
  margin: 1rem 0;
}
.energy-portal-page .energy-portal-details__start-end:first-child {
  margin-top: 0;
}
.energy-portal-page .energy-portal-details__start-end:last-child {
  margin-bottom: 0;
}
.energy-portal-page .energy-portal-details__start-end > * {
  margin: 0.5rem 0;
}
.energy-portal-page .energy-portal-details__start-end > *:first-child {
  margin-top: 0;
}
.energy-portal-page .energy-portal-details__start-end > *:last-child {
  margin-bottom: 0;
}
.energy-portal-page .energy-portal-details__start-end-dates {
  font-size: 0.875rem;
  font-weight: bold;
}
.energy-portal-page .energy-portal-details__status {
  display: inline-flex;
  margin: 0 2rem 0 0;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #132845;
  align-items: center;
}
.energy-portal-page .energy-portal-details__sum {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.energy-portal-page .energy-portal-details__top-bar {
  display: flex;
  position: absolute;
  top: -3rem;
  color: #40bab1;
  justify-content: space-between;
}
@media (min-width: 48rem) {
  .energy-portal-page .energy-portal-details__top-bar {
    position: absolute;
    top: 0;
    right: 5rem;
    left: 1rem;
    padding: 1rem 0 0 0;
    justify-content: flex-start;
  }
}
.energy-portal-page .installations-tab thead th:first-child,
.energy-portal-page .contracts-tab thead th:first-child {
  width: 40%;
}
.energy-portal-page .installations-tab page .poster-content__divider,
.energy-portal-page .contracts-tab page .poster-content__divider {
  background-color: #00205b;
  margin-bottom: 20px;
}
.energy-portal-page .information {
  margin-bottom: 20px;
}
.energy-portal-page .form-text {
  margin: 15px auto;
}
.energy-portal-page .success-message {
  color: #00205b;
  margin-top: 1rem;
}
.energy-portal-page .error-message {
  color: #e1b0a0;
  margin-top: 1rem;
}
.blogListingPage {
  /****************Blog top image**************/
}
.blogListingPage a {
  text-decoration: none;
  color: inherit;
}
.blogListingPage #blogContainer {
  margin: 0 auto;
}
.blogListingPage #blogContainer .blogAuthor {
  font-style: italic;
  color: #00205b;
}
.blogListingPage #blogContainer .categoryContainer {
  margin: 10px 0;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .blogListingPage #blogContainer .categoryContainer {
    display: none;
  }
}
.blogListingPage #blogContainer .categoryContainer .category.active {
  background-color: #00205b;
}
.blogListingPage #blogContainer .categoryMobile {
  width: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  margin: 20px 0;
}
@media (min-width: 768px) {
  .blogListingPage #blogContainer .categoryMobile {
    display: none;
  }
}
.blogListingPage #blogContainer .categoryMobile .navbar {
  background-color: #009fdc;
  color: white;
}
.blogListingPage #blogContainer .categoryMobile .navbar .navbar-toggler {
  outline: none;
}
.blogListingPage #blogContainer .categoryMobile .navbar .navbar-toggler span {
  color: white;
}
.blogListingPage #blogContainer .categoryMobile .navbar .navbar-nav .nav-link.active {
  background-color: rgba(0, 0, 0, 0.1);
}
.blogListingPage #blogContainer .blogPost {
  display: inline-block;
  min-height: 350px;
  font-size: 14px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .blogListingPage #blogContainer .blogPost {
    /*width: calc(25% - 16px);
                margin: 8px;

                &:nth-child(6n+1), &:nth-child(6n+6) {
                    width: calc(50% - 16px) !important;
                }*/
  }
}
.blogListingPage #blogContainer .blogPost a {
  width: 100%;
}
.blogListingPage #blogContainer .blogPost .blogImg {
  min-height: 18em;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 0.5rem;
}
.blogListingPage #blogContainer .blogPost .blogImg div .category {
  background-color: #009fdc;
  color: white;
  padding: 5px;
  margin: 5px;
  display: inline-block;
  border-radius: 0.5rem;
}
.blogListingPage #blogContainer .blogPost .blogContent {
  width: auto;
}
.blogListingPage #blogContainer .blogPost .blogContent .blogDate {
  margin-bottom: 5px;
}
.blogListingPage #blogContainer .blogPost .blogContent .blogTitle {
  font-size: 16px;
  font-weight: bold;
}
.blogListingPage #blogContainer .blogPost .blogContent .blogSubTitle {
  font-size: 1.1em;
  margin-bottom: 0.5rem;
}
.blogListingPage #blogContainer .category {
  background-color: #009fdc;
  color: white;
  padding: 5px;
  margin: 3px;
  display: inline-block;
  text-align: center;
}
.blogListingPage #blogContainer .loadMoreBtn {
  margin-top: 30px;
}
.blogListingPage #blogContainer .loadMoreBtn button {
  border: none;
  background-color: #79d9ff;
  background-image: linear-gradient(3rad, #79d9ff -10%, #79d9ff 50%, #79d9ff 51%, #79d9ff 120%);
  color: #00205b;
}
.blogListingPage .coverImage {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  height: 40vh;
}
.blogListingPage .coverImage .title {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 60%;
  font-size: 4vw;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .blogListingPage .coverImage .title {
    font-size: 7vw;
    top: 66%;
  }
}
.blogListingPage .coverImage .title .subtitle {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .blogListingPage .coverImage .title .subtitle {
    font-size: 12px;
  }
}
/************blog post page**************/
.blogPostPage h1 {
  font-size: 2.5rem;
  margin-bottom: 0px;
}
.blogPostPage h2 {
  font-weight: 100;
  margin-bottom: 50px;
  margin-top: 10px;
}
.blogPostPage #blogContainer .blogAuthor {
  font-style: italic;
  color: #00205b;
}
.blogPostPage #blogContainer .blogImgCover {
  background-size: cover;
  background-position: 50% 50%;
  min-height: 500px;
  position: relative;
}
.blogPostPage #blogContainer .blogImgCover .blogCat {
  margin-left: 8px;
}
.blogPostPage #blogContainer .blogImgCover .blogCat .category {
  margin-left: 8px;
  margin-top: 10px;
  margin-left: 3px;
  background-color: #009fdc;
  color: white;
  padding: 5px;
  display: inline-block;
  border-radius: 0.5rem;
}
.blogPostPage #blogContainer .blogImgCover .ctaImage {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.blogPostPage #blogContainer .contentContainer {
  max-width: 45em;
  margin: 0 auto;
}
.blogPostPage #blogContainer .contentContainer .wrapper {
  margin: 30px;
}
.blogPostPage #blogContainer .contentContainer .wrapper .blogDate {
  color: #1e3f6d;
}
.blogPostPage #blogContainer .contentContainer .wrapper .mainContent img {
  height: auto;
}
.blogPostPage #blogContainer .contentContainer .wrapper .mainContent iframe {
  max-width: 100%;
  max-height: 100%;
}
.blogPostPage #blogContainer .contentContainer .wrapper .mainBody.blogAuthor {
  text-align: right;
  margin-top: 30px;
}
.blogPostPage #blogContainer .contentContainer .wrapper .atricles .article {
  margin: 15px 0;
}
.blogPostPage #blogContainer .contentContainer .wrapper .atricles .article .relatedPostsHeading {
  color: #00205b;
  font-size: 1.6em;
  font-weight: 100;
  text-align: center;
  margin-bottom: 20px;
}
.blogPostPage #blogContainer .contentContainer .wrapper .atricles .article .blogPost {
  position: relative;
  font-size: 14px;
}
.blogPostPage #blogContainer .contentContainer .wrapper .atricles .article .blogPost .blogImg {
  height: 180px;
  border-radius: 0.5rem;
  background-size: cover;
  background-position: 50% 50%;
}
.blogPostPage #blogContainer .contentContainer .wrapper .atricles .article .blogPost .blogContent p {
  margin-bottom: 5px;
}
.blogPostPage #blogContainer .contentContainer .wrapper .atricles .article .blogPost .blogContent p:last-child {
  margin-bottom: 2rem;
}
.blogPostPage #blogContainer .contentContainer .wrapper .atricles .article .blogPost .blogTitle {
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .blogPostPage #blogContainer .contentContainer .wrapper .atricles .article .blogPost .blogTitle {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .blogPostPage #blogContainer .contentContainer .wrapper .atricles .article .blogPost .blogDate {
    margin-bottom: 0;
  }
}
.forgot-password-container {
  margin: 30px;
  /*.registration-form {
            width: 300px;
        }*/
}
@media (min-width: 768px) {
  .forgot-password-container {
    width: 600px;
    margin: auto;
  }
}
.forgot-password-container .info {
  margin: 15px 0;
}
.forgot-password-container .form-text {
  margin: 15px auto;
  /*width: 300px;*/
}
.forgot-password-container .our-button {
  float: right;
}
.forgot-password-container .error-message {
  color: #e1b0a0;
}
.forgot-password-container .success-message {
  color: #abe1dd;
}
.landing-page-container {
  margin: 30px;
}
@media (min-width: 768px) {
  .landing-page-container {
    width: 600px;
    margin: auto;
  }
}
.landing-page-container .info {
  margin: 15px 0;
}
.login-container {
  margin: 30px;
  /*.registration-form {
            width: 300px;
        }*/
}
@media (min-width: 768px) {
  .login-container {
    width: 400px;
    margin: auto;
  }
}
.login-container .info {
  margin: 15px 0;
}
.login-container .form-text {
  margin: 15px auto;
  /*width: 300px;*/
}
.login-container .our-button {
  float: right;
}
.login-container .message {
  color: #e1b0a0;
}
#bankid-login-btn,
#bankid-login-retry-btn {
  background-image: linear-gradient(3rad, #79d9ff -10%, #79d9ff 50%, #79d9ff 51%, #79d9ff 120%);
  color: #00205b;
  border: 0.0625rem solid #70c8eb;
}
#bankid-error-message {
  background-color: #ffb5c1;
  color: #000000;
}
#bankid-info-message {
  background-color: #ffe373;
  color: #000000;
}
.login-form__form > * {
  margin: 1.5rem 0;
}
.login-form__spinner-frame {
  position: relative;
  height: 4rem;
}
.login-form__attempt-message {
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  border-radius: 0.125rem;
  color: #fff;
  background: #ea7676;
}
.login-form__info-message {
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  border-radius: 0.125rem;
  color: #fff;
  background: #f4bd49;
}
.login-form__form p {
  white-space: pre-line;
}
.login-form__form .qrcode {
  width: 245px;
  height: 245px;
  margin-left: auto;
  margin-right: auto;
}
.login-form__actions {
  text-align: center;
}
.bankid.dialog-layout .dialog-layout__wrapper .dialog-layout__window {
  width: 26rem;
}
@media (max-width: 440px) {
  .bankid.dialog-layout .dialog-layout__wrapper .dialog-layout__window {
    width: 20rem;
    top: -3rem;
  }
}
.no-access-page {
  padding-top: 150px;
}
.registration-container {
  margin: 30px;
  /*.registration-form {
            width: 300px;
        }*/
}
@media (min-width: 768px) {
  .registration-container {
    width: 600px;
    margin: auto;
  }
}
.registration-container .info {
  margin: 15px 0;
}
.registration-container .form-text {
  margin: 15px auto;
  /*width: 300px;*/
}
.registration-container .our-button {
  float: right;
}
.registration-container .message {
  color: #e1b0a0;
}
.registration-container .register-organization #gdpr {
  display: inline;
}
.registration-container .register-organization .gdprLabel {
  display: inline;
}
.registration-container .register-organization #registerBtn:disabled {
  cursor: not-allowed;
}
.registration-container .register-organization #registerBtn:disabled:hover {
  color: rgba(255, 255, 255, 0.7);
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes collapse {
  0% {
    max-height: 100rem;
  }
  100% {
    max-height: 0;
  }
}
.article-page.au-enter {
  opacity: 0 !important;
}
.article-page.au-enter-active {
  animation: fadeIn 0.3s;
}
.overlay-view__body .article-page__main {
  margin: 0 0 1.25rem;
  padding: 0 0 1rem 0;
  border-radius: 0.5rem;
  background: #fff;
}
#extendedExport .card-body {
  border: none;
}
#extendedExport .export.filter-button {
  background: #79d9ff;
  border-color: #79d9ff;
  color: #00205b;
  text-decoration: none;
}
.cost-use-tabs.nav-tabs li a {
  text-decoration: none;
}
.cost-use-tabs.nav-tabs .nav-link {
  color: #5173B1;
}
.cost-use-tabs.nav-tabs .nav-link.active {
  color: #00205b;
}
.consumption-cost-container .loading-spinner.backdrop {
  background-color: rgba(255, 255, 255, 0.5);
}
.my-pages .ultra-thin-bottom-line {
  border-bottom: none;
}
.periodical-offers-wizard.tab-container span {
  color: #00205b;
}
.periodical-offers-wizard.tab-container h3 {
  font-size: 24px;
}
.periodical-offers-wizard.tab-container .btn-yellow {
  color: black;
  background-color: #f5d179;
  border: none;
}
.periodical-offers-wizard.tab-container .btn-white {
  background-color: white;
  color: #00205b;
  border: 1px solid #00205b;
}
.periodical-offers-wizard.tab-container .btn-blue {
  background-color: #79d9ff;
  color: black;
  border: 1px solid #79d9ff;
}
.periodical-offers-wizard.tab-container .btn-blue:disabled {
  opacity: 0.5;
}
.periodical-offers-wizard.tab-container .btn-disabled {
  opacity: 0.5;
}
.periodical-offers-wizard.tab-container .btn-light-blue {
  background-color: #dff7ff;
  border: 1px solid #dff7ff;
  color: #00205b;
  min-width: auto;
}
.periodical-offers-wizard.tab-container .btn-active {
  color: white !important;
  background-color: #00205b;
}
.periodical-offers-wizard.tab-container .btn-transparent {
  border: 1px solid black;
  color: black;
}
.periodical-offers-wizard.tab-container .btn-invisible {
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.periodical-offers-wizard.tab-container .gray-box {
  background-color: #f3f4f7;
  border: 1px solid #CCD2DE;
  width: 100%;
  border-radius: 5px;
  padding: 30px 30px;
}
.periodical-offers-wizard.tab-container .dark-gray-box {
  background-color: #CCD2DE;
  border: 1px solid #CCD2DE;
  width: 100%;
  border-radius: 6px;
  padding: 16px 16px;
}
.periodical-offers-wizard.tab-container .blue-border-box {
  border-radius: 5px;
  border: 1px solid #808FAD;
  color: #00205b;
}
.periodical-offers-wizard.tab-container .white-box {
  background-color: white;
  border: 1px solid #CCD2DE;
  border-radius: 5px;
  padding: 25px 20px;
}
.periodical-offers-wizard.tab-container .beige-box {
  background-color: #f5f2ed;
  width: 100%;
  border-radius: 5px;
  padding: 25px 20px;
}
.periodical-offers-wizard.tab-container .beige-line {
  height: 2px;
  background-color: #d9cab2;
}
.periodical-offers-wizard.tab-container .thin-text {
  font-size: 14px;
  letter-spacing: 2px;
}
.periodical-offers-wizard.tab-container .title-signed {
  font-size: 17px;
  margin-bottom: 12px;
}
.periodical-offers-wizard.tab-container .flash {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  border-color: #86b7fe;
  border-radius: 2px;
}
.periodical-offers-wizard.tab-container p.sticky {
  position: sticky;
  left: 0;
}
.periodical-offers-wizard.tab-container #table-prices {
  transition: all 0.15s ease;
}
.periodical-offers-wizard.tab-container .checkbox-terms {
  width: 1.5rem;
  height: 1.5rem;
  border: 1.5px solid #00205b;
}
.periodical-offers-wizard.tab-container .stepper {
  gap: 24px;
}
@media (max-width: 768px) {
  .periodical-offers-wizard.tab-container .stepper {
    gap: 10px;
  }
}
.periodical-offers-wizard.tab-container .stepper button {
  border: none;
}
.periodical-offers-wizard.tab-container .stepper button:first-of-type {
  margin-left: 35px;
}
@media (max-width: 768px) {
  .periodical-offers-wizard.tab-container .stepper button:first-of-type {
    margin-left: 5px;
  }
}
.periodical-offers-wizard.tab-container .stepper button:last-of-type {
  margin-right: 35px;
}
@media (max-width: 768px) {
  .periodical-offers-wizard.tab-container .stepper button:last-of-type {
    margin-right: 5px;
  }
}
.periodical-offers-wizard.tab-container .stepper .line {
  background-color: #00205b;
  height: 2px;
  width: 100%;
  margin-top: 15px;
}
.periodical-offers-wizard.tab-container .stepper .stepper-text {
  color: #00205b;
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
  width: 25px;
  background-color: #f5f2ed;
}
@media (max-width: 768px) {
  .periodical-offers-wizard.tab-container .stepper .stepper-text {
    font-size: 14px;
  }
  .periodical-offers-wizard.tab-container .stepper .stepper-text .btn-text {
    display: none;
  }
}
.periodical-offers-wizard.tab-container .stepper .stepper-text .circle.circle-blue {
  color: #fff;
  background-color: #00205b;
}
.periodical-offers-wizard.tab-container .stepper .stepper-text .circle {
  background-color: transparent;
  border: 2px solid #00205b;
  color: #00205b;
  font-size: 1.2em;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 999px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .periodical-offers-wizard.tab-container .stepper .stepper-text .circle {
    width: 28px;
    height: 28px;
  }
}
.periodical-offers-wizard.tab-container .support-box {
  border-radius: 5px;
  background-color: #f3f4f7;
}
@media (max-width: 768px) {
  .periodical-offers-wizard.tab-container .table-container {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    /*            position: relative;
            white-space: nowrap;*/
  }
}
.periodical-offers-wizard.tab-container .table-container table {
  table-layout: fixed;
  width: 100%;
  background-color: white;
  /* Make first column sticky */
}
@media (max-width: 768px) {
  .periodical-offers-wizard.tab-container .table-container table {
    min-width: 660px;
  }
}
.periodical-offers-wizard.tab-container .table-container table thead tr th {
  border-width: 1px;
  text-align: center;
  vertical-align: middle;
  background-color: #dff7ff;
  color: #00205b;
}
.periodical-offers-wizard.tab-container .table-container table tbody tr {
  background-color: white;
}
.periodical-offers-wizard.tab-container .table-container table tbody tr td {
  border-width: 1px;
  text-align: center;
  color: #00205b;
}
.periodical-offers-wizard.tab-container .table-container table tbody tr td:first-child {
  text-transform: capitalize;
  text-align: start;
}
@media (max-width: 768px) {
  .periodical-offers-wizard.tab-container .table-container table th,
  .periodical-offers-wizard.tab-container .table-container table td {
    width: 140px;
  }
  .periodical-offers-wizard.tab-container .table-container table th:first-child,
  .periodical-offers-wizard.tab-container .table-container table td:first-child {
    width: 100px;
    position: sticky;
    left: 0;
    background: white;
    z-index: 1;
    box-shadow: -1px 0px 0px #dee2e6 inset;
  }
  .periodical-offers-wizard.tab-container .table-container table th:first-child {
    z-index: 2;
    background: #dff7ff;
  }
}
.periodical-offers-wizard.tab-container .service-card {
  border: 1px solid #CCD2DE;
  background-color: white;
}
.periodical-offers-wizard.tab-container .service-card.selected {
  border-color: #00205b;
  background-color: #dff7ff;
}
.periodical-offers-wizard.tab-container .service-card label {
  cursor: pointer;
}
.periodical-offers-wizard.tab-container .service-card .arrow-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}
.periodical-offers-wizard.tab-container .service-card .arrow-icon.rotated {
  transform: rotate(180deg);
}
.periodical-offers-wizard.tab-container .service-card .btn-section {
  padding-left: 32px;
}
.periodical-offers-wizard.tab-container .service-card .btn-section .btn-wide {
  width: 100%;
  text-align: start;
  color: #00205b;
  transition: none;
}
.periodical-offers-wizard.tab-container .service-card .btn-section .btn-wide:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 32, 91, 0.3);
}
.periodical-offers-wizard.tab-container .service-card .btn-section .btn-wide:active {
  border: none;
}
.periodical-offers-wizard.tab-container .service-card .details-container {
  padding-left: 44px;
}
.periodical-offers-wizard.tab-container .service-card .container-checkbox {
  display: flex;
  align-items: center;
}
.periodical-offers-wizard.tab-container .service-card .container-checkbox .round-checkbox {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #00205b;
  cursor: pointer;
  outline: none;
  transition: background 0.2s, border-color 0.2s;
}
.periodical-offers-wizard.tab-container .service-card .container-checkbox .round-checkbox:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 32, 91, 0.3);
}
.periodical-offers-wizard.tab-container .service-card .container-checkbox .round-checkbox:checked {
  background-color: #00205b;
  border-color: #00205b;
}
.periodical-offers-wizard.tab-container .service-card .container-checkbox .round-checkbox:checked::after {
  content: "\2714";
  color: white;
  font-size: 12px;
  position: relative;
  top: -4px;
  left: 4px;
}
.periodical-offers-wizard.tab-container .intro-offer ul li {
  margin-bottom: 5px;
}
.periodical-offers-wizard.tab-container .intro-offer ul li::marker {
  list-style-type: none;
  color: transparent;
}
.periodical-offers-wizard.tab-container .intro-offer ul li::before {
  content: "\2714";
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #00205b;
  border-radius: 50%;
  border: 1px solid #00205b;
  margin-right: 10px;
  font-size: 14px;
  margin-left: -30px;
}
.periodical-offers-wizard.tab-container .step-offer-details .dropdown {
  width: 40%;
}
.periodical-offers-wizard.tab-container .step-offer-details .dropdown .energy-portal-dropdown {
  font-size: 15px;
}
@media (max-width: 768px) {
  .periodical-offers-wizard.tab-container .step-offer-details .dropdown {
    width: 100%;
  }
}
.periodical-offers-wizard.tab-container .step-offer-details .accordion-button span {
  color: #00205b;
}
.log-downloaded-consumption-tab .table-container {
  overflow-x: auto;
}
.log-downloaded-consumption-tab .table-container table {
  font-size: 14px;
  background-color: #fff;
}
.log-downloaded-consumption-tab .table-container table thead th {
  padding-right: 12px;
  padding-left: 12px;
  white-space: nowrap;
}
.log-downloaded-consumption-tab .table-container table tbody tr {
  border-bottom: 1px solid #fff;
}
.log-downloaded-consumption-tab .table-container table tbody tr td {
  padding-right: 16px;
  padding-left: 16px;
  white-space: nowrap;
  vertical-align: top;
}
.log-downloaded-consumption-tab .table-container table tbody tr td .entry {
  font-size: 14px;
}
.log-downloaded-consumption-tab .table-container table tbody tr td .time {
  font-size: 14px;
}
.log-downloaded-consumption-tab .table-container table button {
  color: #fff;
  cursor: pointer;
  padding: 5px 12px 5px 12px;
  border-radius: 24px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  background-color: #00205b;
  margin-top: 9px;
  border: none;
}
.epiBlock > div {
  margin-top: -30px;
  padding-bottom: 30px;
}
.epiBlock:first-of-type > div {
  margin-top: 0px;
}
.epiBlock > section {
  margin-top: -30px;
  padding-bottom: 30px;
}
.block-container {
  max-width: 55rem;
  margin: 0 auto;
  padding: 30px 1rem 30px 1rem;
}
.rounded-bg-corners {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}
.rounded-bg-corners .block-container {
  padding: 0px 1rem 30px 1rem;
}
.list-block-icons h2 {
  background: #005FAA;
  color: #fff;
  padding: 20px 15px;
  font-size: 1.2rem;
  line-height: 100%;
}
.list-block-icons .list-block-icons-scroller {
  overflow-x: auto;
  flex-wrap: nowrap;
}
.list-block-icons .list-block-icon-desc {
  margin-top: 15px;
}
.list-block-icons .list-block-icons-item {
  margin-top: 15px;
}
.list-block-icons .list-block-icons-item a,
.list-block-icons .list-block-icons-item a:hover,
.list-block-icons .list-block-icons-item a:active,
.list-block-icons .list-block-icons-item a:visited {
  text-decoration: none;
}
.list-block-icons .list-block-icons-item .list-block-icon {
  display: inline;
  width: 32px;
  height: 32px;
}
.image-side-list-block h2 {
  font-size: 2.5rem;
  margin: 0px;
  overflow-wrap: break-word;
}
.image-side-list-block .block-container {
  padding-bottom: 15px;
}
.image-side-list-block-head .arrow-container {
  display: flex;
  justify-content: end;
  padding-top: 0.7rem;
  padding-bottom: 0.3rem;
  gap: 0.3rem;
}
.image-side-list-block-head .arrow-cus {
  display: inline-block;
  border: 1px solid #00205b;
  border-radius: 50%;
  height: 33px;
  text-align: center;
  width: 33px;
  font-size: 1.3rem;
  background-color: #ffffff;
}
.image-side-list-block-head .arrow-cus:hover {
  color: #0057f8;
  border: 1px solid #0057f8;
}
.image-side-list-block-head .slick-disabled {
  color: #555;
  border: 1px solid #555;
  cursor: default;
}
.image-side-list-block-head .slick-disabled:hover {
  color: #555;
  border: 1px solid #555;
}
.image-side-list-block-head img,
.image-side-list-block-head video {
  border-radius: 0.5rem;
}
.image-text-link-block {
  padding: 60px 0rem 2rem 0rem;
}
.image-text-link-block h2 {
  font-size: 2.5rem;
  overflow-wrap: break-word;
}
.image-text-link-block img {
  width: 100%;
}
@media (max-width: 576px) {
  .image-text-link-block img {
    height: 290px;
    object-fit: cover;
  }
}
.image-text-link-block img,
.image-text-link-block video {
  border-radius: 0.5rem;
}
.image-text-link-block .video-holder {
  display: flex;
  height: 100%;
}
.image-text-link-block .video-holder video {
  width: 100%;
}
.image-text-link-block .video-img-holder {
  position: relative;
  justify-content: center;
  align-items: center;
}
.image-text-link-block .video-img-holder video,
.image-text-link-block .video-img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.image-text-link-block .video-img-holder .overlay {
  background: rgba(69, 77, 87, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border-radius: 0.5rem;
}
.image-text-link-block .video-img-holder .play-btn-holder a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  padding: 0;
  border: none;
  background-color: transparent;
  text-decoration: none;
}
.image-text-link-block .video-img-holder .play-btn-holder a:focus {
  outline: none;
}
.image-text-link-block .video-img-holder .play-btn-holder a i,
.image-text-link-block .video-img-holder .play-btn-holder a svg {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.image-text-link-block .video-img-holder .play-btn-holder a svg {
  background-color: #333;
  width: 50px;
  height: 50px;
  border: 16px solid #333;
}
.image-text-link-block .image-text-link-block-body {
  margin-bottom: 8px;
}
.image-text-link-block .image-text-link-block-link {
  display: inline-block;
  color: #00205b;
  text-decoration: underline;
  cursor: pointer;
}
.image-text-link-block .image-text-link-block-button {
  color: white;
  cursor: pointer;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
}
.section-image-text-link-block {
  padding: 1rem 0rem;
}
.section-image-text-link-block picture {
  width: 100%;
}
.section-image-text-link-block img {
  width: 100%;
}
@media (max-width: 576px) {
  .section-image-text-link-block img {
    height: 290px;
    object-fit: contain;
  }
}
.section-image-text-link-block img,
.section-image-text-link-block video {
  border-radius: 0.5rem;
}
.section-image-text-link-block .section-image-text-link-block-body {
  margin-bottom: 8px;
}
.district-heating-assessment-block {
  padding: 2rem 0rem 0rem 0rem;
}
.district-heating-assessment-block input[type=text] {
  padding: 7px 10px;
  width: 300px;
  outline: none;
  border: 1px solid #00205b;
  border-radius: 2px;
  min-height: 37px;
}
.district-heating-assessment-block input[type=text]:focus,
.district-heating-assessment-block input[type=text]:focus-visible {
  outline: none;
  border: 2px solid #00205b;
}
.district-heating-assessment-block button {
  border: none;
}
.district-heating-assessment-block .top-border {
  border-top: 2px solid white;
}
.district-heating-assessment-block .row {
  margin-bottom: 1rem;
}
.district-heating-assessment-block .district-heating-assessment-block-body {
  margin-bottom: 15px;
}
.district-heating-assessment-block .district-heating-assessment-block-link {
  display: inline-block;
  color: #00205b;
  text-decoration: underline;
  cursor: pointer;
}
.district-heating-assessment-block .district-heating-assessment-block-button {
  background-color: #5399d8;
  color: white;
  cursor: pointer;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
}
.block-header-line {
  height: 2px;
  width: 120px;
  margin-top: 15px;
  margin-bottom: 30px;
  background: #40bab1;
}
.block-header-line.line-bg-yellow {
  background: #F4BD49;
}
.block-header-line.line-bg-red {
  background: #F77260;
}
.block-header-line.line-bg-green {
  background: #51BBB2;
}
.block-header-line.line-bg-none {
  background: none;
}
.img-video-block {
  position: relative;
  height: 470px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.img-video-block .block__image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .img-video-block .block__image {
    z-index: -4;
  }
}
.img-video-block .block__video > video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .img-video-block .block__video > video {
    height: 100%;
    object-fit: cover;
  }
}
.image-side-list-block .image-text-link-block {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .image-side-list-block .image-text-link-block {
    padding: 2rem 1rem;
  }
}
@media (max-width: 960px) and (min-width: 768px) {
  .image-side-list-block .image-text-link-block {
    width: 43rem;
  }
}
@media (max-width: 767px) {
  .image-side-list-block .image-text-link-block {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: 0px;
  }
}
.image-side-list-block .image-text-link-block .video-img-holder .teaser-video {
  height: 187px;
  overflow: hidden;
}
.image-side-list-block .image-text-link-block .image-box {
  position: relative;
}
.image-side-list-block .image-text-link-block .image-box h2 {
  align-items: stretch;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .image-side-list-block .image-text-link-block .image-box {
    width: 270px;
  }
}
.image-side-list-block .image-text-link-block .image-box .img-holder img,
.image-side-list-block .image-text-link-block .image-box .video-img-holder img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.image-side-list-block .image-text-link-block .slick-prev {
  left: -42px;
}
.image-side-list-block .image-text-link-block .slick-next,
.image-side-list-block .image-text-link-block .slick-prev {
  top: 18%;
}
.image-side-list-block .image-text-link-block .slick-next::before,
.image-side-list-block .image-text-link-block .slick-prev::before {
  font-size: 40px;
  color: #00205b;
}
.youtube-block {
  padding: 2rem 1rem;
  margin-left: -15px;
  margin-right: -15px;
}
.youtube-block .youtube-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.youtube-block .youtube-wrapper iframe,
.youtube-block .youtube-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.my-pages .image-side-list-block .image-heading {
  height: 45px;
}
.my-pages .image-side-list-block .image-text-link-block-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.my-pages .image-side-list-block .image-box {
  display: flex;
  flex-direction: column;
}
.btn-ep.btn-ep-common.skip-to-main-content-link {
  position: absolute;
  left: 50%;
  display: inline-block;
  z-index: 999;
  font-size: 1.25rem;
  font-weight: normal;
  padding-left: 4rem;
  padding-right: 4rem;
  border-radius: 999px;
  transform: translateX(-50%) translateY(2rem);
  transition: transform 200ms ease-in-out;
}
.btn-ep.btn-ep-common.skip-to-main-content-link:not(:focus) {
  transform: translateX(-50%) translateY(-6rem);
}
main.main-my-pages {
  margin-top: -122px;
  padding-top: 122px !important;
}
main.main-energy-portal {
  margin-top: -111px;
  padding-top: 111px !important;
}
.highcharts-data-table .highcharts-text {
  padding-left: 0.25rem;
}
.highcharts-data-table td,
.highcharts-data-table th {
  border: 1px solid #5399d8;
}
.page-breadcrumb {
  display: flex;
  max-width: 55rem;
  margin: 0 auto;
  padding: 1rem 1rem;
  align-items: center;
}
.page-breadcrumb a.crumb,
.page-breadcrumb span {
  text-decoration: none;
  color: #2C2C2C;
}
.page-breadcrumb span {
  padding-left: 5px;
  padding-right: 5px;
}
a.is-external::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f35d";
  font-style: normal;
  font-variant-alternates: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
  font-weight: 900;
  text-decoration-color: #2c2c2c;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-rendering: auto;
  font-size: 12px;
  margin-left: 6px;
}
.mobile-menu .mobile-brand {
  display: flex;
}
.mm-menu .mm-listview .mm-listitem__text .mm-listitem__text {
  color: #2C2C2C !important;
}
#main-mobile-menu.mm-menu--opened {
  z-index: 11;
}
#main-mobile-menu a.nav-category,
#main-mobile-menu a.nav-category:not([href]) {
  color: #2C2C2C;
  text-decoration: none;
}
#main-mobile-menu .mobile-menu-divider {
  border-bottom: solid 2px rgba(0, 0, 0, 0.1);
}
#main-mobile-menu .mobile-menu-divider.mm-listitem::after {
  border-color: transparent;
}
.top-header {
  background-color: #dff7ff;
}
.top-header .site-header__logo-large {
  height: 34px;
}
.top-header .navigation__divider {
  border-left: 2px solid #AFD7DF;
  list-style: none;
  margin: 18px 20px;
}
.top-header .top-login-button {
  margin-left: 15px;
}
.top-header .top-login-button span {
  font-weight: 700;
  padding: 11px 24px 13px 24px;
  background: #ffcc00;
  color: #00205b;
  border-radius: 24px;
}
.top-header .top-login-button.disabled span {
  opacity: 0.6;
}
.top-header .navigation__right > .navigation__item {
  line-height: 60px;
}
.top-header .navigation__right > .navigation__item .nav-category {
  margin-top: 6px;
}
.top-header .navigation__right > .navigation__item .nav-category::after {
  display: none;
  content: '';
}
.top-header .navigation__right .nav-link-content > .dropdown-toggle-up,
.top-header .navigation__right .nav-link-content > .dropdown-toggle-down {
  display: none;
}
.top-header .navigation__right .nav-link-content .fa-chevron-up,
.top-header .navigation__right .nav-link-content .fa-chevron-down {
  font-size: 9px;
}
.top-header .navigation__right .nav-item.dropdown.show .nav-link-content > .fa-chevron-up,
.top-header .navigation__right .nav-item.dropdown.show .nav-link-content > .dropdown-toggle-up {
  display: inline-block;
}
.top-header .navigation__right .nav-item.dropdown:not(.show) .nav-link-content > .fa-chevron-down,
.top-header .navigation__right .nav-item.dropdown:not(.show) .nav-link-content > .dropdown-toggle-down {
  display: inline-block;
}
.top-header .login {
  line-height: 20px;
}
.top-header .navigation__right .dropdown .dropdown-menu {
  background-color: #f5f2ed;
  color: #2C2C2C;
}
.top-header .navigation__right .dropdown .dropdown-menu .dropdown-submenu {
  line-height: 24px;
}
.top-header .navigation__right .dropdown .dropdown-menu .dropdown-submenu a.dropdown-item {
  color: #2C2C2C;
  text-decoration: none;
}
.top-header .navigation__right .dropdown .dropdown-menu .dropdown-submenu a.dropdown-item:focus,
.top-header .navigation__right .dropdown .dropdown-menu .dropdown-submenu a.dropdown-item:hover {
  background-color: transparent;
  text-decoration: underline;
}
.top-header .navigation__right .dropdown .dropdown-menu .dropdown-submenu .main-login-link {
  width: 100%;
}
.top-header .navigation__right .dropdown .dropdown-menu .dropdown-submenu .main-login-link:focus,
.top-header .navigation__right .dropdown .dropdown-menu .dropdown-submenu .main-login-link:hover {
  text-decoration: underline;
}
.top-header .navigation__right .dropdown a.nav-category {
  padding-left: 0px;
  padding-right: 0px;
}
.top-header .navigation__right .dropdown a.nav-category .nav-link-content {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: block;
  padding: 0px 15px;
}
.top-header .navigation__right .dropdown.show a.nav-category .nav-link-content {
  background: #e0d1c7;
}
.sub-header-wrapper {
  background: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.sub-header {
  background: #fff;
  max-width: 1250px;
  margin: 0 auto;
}
.sub-header .navbar {
  padding: 5px 0 0 0;
}
.sub-header .fa-chevron-down,
.sub-header .fa-chevron-up {
  display: none;
  padding-left: 2px;
  font-size: 9px;
  width: 1.2em;
}
.sub-header .inline-menu-items {
  padding-left: 10px;
}
.sub-header .inline-menu.collapsed .fa-chevron-down {
  display: inline-block;
}
.sub-header .inline-menu:not(.collapsed) .fa-chevron-up {
  display: inline-block;
}
.sub-header .tab-link > .nav-link {
  float: left;
  line-height: 24px;
}
.sub-header .tab-link > .nav-link > .dropdown-toggle-up,
.sub-header .tab-link > .nav-link > .dropdown-toggle-down {
  line-height: 24px;
  margin-left: 5px;
}
.sub-header .navigation__item.nav-item.dropdown.show .first-level > .fa-chevron-up {
  display: inline-block;
}
.sub-header .navigation__item.nav-item.dropdown:not(.show) .first-level > .fa-chevron-down {
  display: inline-block;
}
.sub-header .dropdown-menu .nav-link.active > .fa-chevron-up {
  display: inline-block;
}
.sub-header .dropdown-menu .nav-link:not(.active) > .fa-chevron-down {
  display: inline-block;
}
.sub-header .navigation__item.show .nav-category {
  background: #e0d1c7;
}
.sub-header .navigation__item .first-level {
  font-weight: 700;
}
.sub-header .navigation__item .nav-category {
  padding: 10px 25px 15px 25px;
  text-decoration: none;
  color: #2C2C2C;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.sub-header .navigation__item .nav-category:hover {
  background: #e0d1c7;
}
.sub-header .navigation__item .left-menu {
  padding-bottom: 30px;
}
.sub-header .navigation__item .right-menu {
  padding-top: 28px;
  border-left: 2px solid #e0d1c7;
}
.sub-header .navigation__item .right-menu a {
  text-decoration: none;
  color: #2C2C2C;
  white-space: nowrap;
}
.sub-header .navigation__item .right-menu a:hover,
.sub-header .navigation__item .right-menu a:visited {
  text-decoration: underline;
}
.sub-header .navigation__item .dropdown-menu {
  background-color: transparent;
  padding: 0px !important;
  margin: 0px;
  border-top-left-radius: 0px;
  border: none;
  width: 90vw;
}
.sub-header .navigation__item .dropdown-menu .menu-wrapper {
  max-width: 70rem;
  float: left;
  background: none;
  background-color: transparent;
}
.sub-header .navigation__item .dropdown-menu .menu-wrapper ul.menu-sections {
  background: #e0d1c7;
  border: none;
  flex-direction: row;
  float: left;
  width: 100%;
}
.sub-header .navigation__item .dropdown-menu .menu-wrapper ul.menu-sections li.nav-item {
  background: transparent;
  border: none;
  padding: 10px 25px;
}
.sub-header .navigation__item .dropdown-menu .menu-wrapper ul.menu-sections li.nav-item:hover {
  background: transparent;
  border: none;
}
.sub-header .navigation__item .dropdown-menu .menu-wrapper ul.menu-sections li.nav-item a.nav-link {
  color: #434343;
  background: transparent;
  text-decoration: none;
  border: none;
  padding: 0px;
}
.sub-header .navigation__item .dropdown-menu .menu-wrapper ul.menu-sections li.nav-item a.nav-link.active {
  font-weight: 700;
}
.sub-header .navigation__item .dropdown-menu .menu-wrapper ul.menu-sections li.nav-item a.nav-link:hover {
  color: #434343;
  background: transparent;
  border: none;
  text-decoration: underline;
}
.sub-header .navigation__item .dropdown-menu .tab-content {
  overflow-y: auto;
  max-height: 70vh;
  padding: 0px 0px 0px 20px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  background: #f5f2ed;
}
.sub-header .navigation__item .dropdown-menu .tab-content .tab-pane {
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
.sub-header .navigation__item .dropdown-menu .tab-content .tab-section {
  padding: 0px 30px 0px 0px;
}
.sub-header .navigation__item .dropdown-menu .tab-content .tab-section .tab-section-header {
  font-family: CentraNo1-Bold, FuturaStd, "Segoe UI", sans-serif;
  margin-top: 20px;
  color: #00205b;
  white-space: nowrap;
  margin-bottom: 5px;
}
.sub-header .navigation__item .dropdown-menu .tab-content .tab-section a.tab-section-header:hover,
.sub-header .navigation__item .dropdown-menu .tab-content .tab-section a.tab-section-header:active,
.sub-header .navigation__item .dropdown-menu .tab-content .tab-section a.tab-section-header:visited {
  color: #00205b;
  text-decoration: underline;
}
.sub-header .navigation__item .dropdown-menu .tab-content .tab-section .tab-section-link.active {
  font-weight: bold;
}
.sub-header .navigation__item .dropdown-menu .tab-content .tab-section .tab-section-link:hover {
  text-decoration: underline;
}
.sub-header .navigation__item .dropdown-menu .tab-content .tab-section a,
.sub-header .navigation__item .dropdown-menu .tab-content .tab-section a:hover,
.sub-header .navigation__item .dropdown-menu .tab-content .tab-section a:visited {
  color: #2C2C2C;
  text-decoration: none;
  display: block;
  white-space: nowrap;
}
.mm-navbar-top .logo {
  max-height: 30px;
}
.mm-navbar-top .fa-xmark {
  position: absolute;
  right: 20px;
  font-size: 26px;
  color: #707070;
  cursor: pointer;
}
a.mm-navbar__title,
.mm-navbar__title > span {
  color: rgba(0, 0, 0, 0.75) !important;
  text-decoration: none !important;
  justify-content: center !important;
  padding-left: 10px !important;
}
.mm-panel,
.mm-navbar {
  background: #fff;
}
.mm-listitem__expand a {
  padding-left: 15px;
}
.mm-level2,
.mm-level3,
.mm-level4 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.mm-active {
  font-weight: 700;
}
.mm-flexrow {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mm-flexrow .mm-itemtitle {
  flex-grow: 1;
  cursor: pointer;
}
.mm-level2 {
  margin-left: 30px;
  padding-left: 20px;
  height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /*background: rgba(255, 0, 0, 0.1f);*/
}
.mm-level3 {
  padding-left: 60px;
  height: 50px;
  /*background: rgba(0, 255, 0, 0.1f);*/
}
.mm-level4 {
  padding-left: 70px;
  height: 28px;
  /*background: rgba(0, 0, 255, 0.1f);*/
}
.mm-subitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
}
.mm-listitem__expand {
  padding-left: 30px !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
.mm-listitem__text {
  padding-left: 40px;
}
.mm-btn {
  border-left: none !important;
}
.mm-btn--next::after,
.mm-btn--prev::after {
  border-color: #707070 !important;
}
.mm-btn--expanded::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 23px;
  left: auto;
  border: 1px solid #707070;
  content: "";
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.mm-btn--closed::after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 23px;
  left: auto;
  border: 1px solid #707070;
  content: "";
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
/*    .mm-listitem__text, .mm-btn {
        color: #707070;
    }
*/
.main-header {
  background: #fff;
  padding-right: 0 !important;
}
.main-header #site-header {
  margin-bottom: 2px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.main-header .main-header__wrapper {
  background-color: white;
  height: auto;
}
.main-header .main-header__wrapper .fake-link {
  color: white;
  text-decoration: none;
}
.main-header .main-header__wrapper #xp1 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: auto;
}
.main-header .main-header__wrapper button.toggle-readspeaker {
  background: 0 0;
  border: none;
  display: block;
}
.main-header .main-header__wrapper button.toggle-readspeaker i {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
.main-header .main-header__wrapper #readspeaker_button {
  display: none;
  position: absolute;
  top: 122%;
  left: 0;
}
.main-header .main-header__wrapper.fixed-top {
  position: fixed;
  width: 100%;
  z-index: 1020;
}
.main-header .main-header__wrapper__wrapper {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.main-header .main-header__wrapper nav {
  /*        padding-top: 25px;*/
}
.main-header .main-header__wrapper .navigation {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  max-width: 1250px;
  margin: 0 auto;
}
.main-header .main-header__wrapper .navigation li a.first-level,
.main-header .main-header__wrapper .navigation li button.first-level {
  font-family: CentraNo1-Bold, FuturaStd, "Segoe UI", sans-serif;
}
.main-header .main-header__wrapper .navigation__left {
  padding: 10px 15px 10px 0px;
  display: flex;
  justify-content: flex-start;
}
.main-header .main-header__wrapper .navigation__left--menu {
  width: 100%;
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  justify-content: space-between;
}
.main-header .main-header__wrapper .navigation__logo {
  display: flex;
  align-items: center;
  width: 20%;
  height: 80px;
  justify-content: center;
}
.main-header .main-header__wrapper .navigation__logo img {
  max-height: 70px;
}
.main-header .main-header__wrapper .navigation__right {
  margin: 0;
  padding-left: 0;
  display: flex;
  justify-content: flex-end;
  justify-content: space-between;
}
.main-header .main-header__wrapper .navigation__right--menu {
  width: 100%;
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.main-header .main-header__wrapper .navigation__right .dropdown-menu.dropdown-menu-right {
  right: 0px;
  left: inherit;
}
.main-header .main-header__wrapper .navigation__right .dropdown-menu .dropdown-submenu .dropdown-menu {
  left: inherit !important;
  right: 99%;
}
.main-header .main-header__wrapper .navigation__item {
  display: flex;
  align-items: center;
  font-size: 1em;
}
.main-header .main-header__wrapper .navigation__item:hover .mega-container {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s;
}
.main-header .main-header__wrapper .navigation__item > .nav-category {
  color: #2C2C2C;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  font-weight: normal;
  /*line-height: 60px;*/
  cursor: pointer;
  position: relative;
}
.main-header .main-header__wrapper .navigation__item > .nav-category:not(.top-login-button):hover {
  background-color: #e0d1c7;
  border-radius: 5px;
}
.main-header .main-header__wrapper .navigation__item > .nav-category:hover,
.main-header .main-header__wrapper .navigation__item > .nav-category.activePage {
  /*                    &:after {
                        left: 50%;
                        content: "";
                        border-radius: 50%;
                        background: @themeDarkBlue;
                        width: 10px;
                        height: 10px;
                        position: absolute;
                        bottom: 0;
                        transform: translateX(-50%);
                    }*/
}
.main-header .main-header__wrapper .navigation__item > .nav-category .user-category {
  padding: 18px 0;
  background-color: white;
  border: none;
}
.main-header .main-header__wrapper .navigation__item > .nav-category .user-category:focus {
  outline: none;
}
.main-header .main-header__wrapper .navigation__item > .nav-category.login-btn {
  color: #025cab;
  font-weight: normal;
}
.main-header .main-header__wrapper .navigation__item .login {
  padding: 0;
}
.main-header .main-header__wrapper .navigation__item .login > button {
  background-color: transparent;
  border: none;
  color: #2C2C2C;
  padding: 0rem 1.5rem;
  font-weight: 100;
  text-transform: none;
  font-size: 1rem;
  justify-content: left;
}
.main-header .main-header__wrapper .navigation__item .active {
  font-weight: bold;
}
.main-header .main-header__wrapper .navigation__item .active:after {
  left: 50%;
  content: "";
  border-radius: 50%;
  background: #025cab;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
}
.main-header .main-header__wrapper .navigation__item .dropdown-menu {
  top: 68px;
  border-radius: 0;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border: none;
  padding: 10px 0;
  min-width: 250px;
}
.main-header .main-header__wrapper .navigation__item .dropdown-menu .dropdown-toggle::after {
  display: none;
}
.main-header .main-header__wrapper .navigation__item .dropdown-menu .dropdown-submenu {
  position: relative;
}
.main-header .main-header__wrapper .navigation__item .dropdown-menu .dropdown-submenu a:after {
  display: none;
}
.main-header .main-header__wrapper .navigation__item .dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 99%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
@media (max-width: 992px) {
  .main-header .main-header__wrapper .login-btn {
    color: #025cab;
    font-weight: bold;
    height: 62px;
  }
  .main-header .main-header__wrapper .login-btn:focus {
    outline: none;
  }
  .main-header .main-header__wrapper .navtop.mobile-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    line-height: 60px;
    padding: 0px;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0px 1px 12px 0px rgba(207, 207, 207, 0.5);
    -moz-box-shadow: 0px 1px 12px 0px rgba(207, 207, 207, 0.5);
    box-shadow: 0px 1px 12px 0px rgba(207, 207, 207, 0.5);
    z-index: 10;
    border-bottom: 2px solid #00205b;
  }
  .main-header .main-header__wrapper .navtop.mobile-menu .mobile-brand {
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .main-header .main-header__wrapper .navtop.mobile-menu .mobile-brand img {
    max-height: 30px;
  }
  .main-header .main-header__wrapper .navtop.mobile-menu .hamburger {
    font-size: 1.5rem;
    color: inherit;
    text-decoration: none;
    display: flex;
    justify-content: left;
    flex-direction: column;
  }
  .main-header .main-header__wrapper .navtop.mobile-menu .hamburger .hamburger-menu {
    margin-top: 10px;
  }
  .main-header .main-header__wrapper .navtop.mobile-menu .hamburger .hamburger-menu__bar {
    display: block;
    background-color: black;
    height: 2px;
    width: 30px;
  }
  .main-header .main-header__wrapper .navtop.mobile-menu .hamburger .menu__text {
    font-size: 12px;
    line-height: normal;
    margin-top: 2px;
  }
  .main-header .main-header__wrapper .navtop.mobile-menu a.nav-link {
    color: inherit;
    text-decoration: none;
  }
  .main-header .main-header__wrapper .navtop.mobile-menu .rs-mobile {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 10px;
    top: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
  }
  .main-header .main-header__wrapper .navtop.mobile-menu .rs-mobile a {
    color: inherit;
    text-decoration: none;
  }
  .main-header .main-header__wrapper .navtop.mobile-menu .top-login-button {
    padding: 0px;
  }
  .main-header .main-header__wrapper .navtop.mobile-menu .dropdown-menu {
    background-color: #e0d1c7;
    color: #2C2C2C;
    right: 0px;
    left: auto;
    line-height: 30px;
  }
  .main-header .main-header__wrapper .navtop.mobile-menu .dropdown-menu .our-button__text {
    color: #2C2C2C;
  }
  .main-header .main-header__wrapper .navtop.mobile-menu .dropdown-menu.show-mypages-login {
    display: block !important;
  }
  .main-header .main-header__wrapper .navtop.mobile-menu .dropdown-menu li a {
    padding: 6px 30px 6px 20px;
    color: #2C2C2C;
    text-decoration: none;
  }
  .main-header .main-header__wrapper .navtop.mobile-menu .dropdown-menu li a:visited,
  .main-header .main-header__wrapper .navtop.mobile-menu .dropdown-menu li a:focus,
  .main-header .main-header__wrapper .navtop.mobile-menu .dropdown-menu li a:active {
    color: #2C2C2C;
    background-color: #e0d1c7;
  }
  .main-header .main-header__wrapper .navtop.mobile-menu .dropdown-menu li a::after {
    display: none;
  }
  .main-header .main-header__wrapper .navtop.mobile-menu .dropdown-menu li:hover > .dropdown-item {
    background-color: #e0d1c7;
    color: #2C2C2C;
  }
  .main-header .main-header__wrapper .navtop.mobile-menu .dropdown-menu .login {
    padding: 0;
  }
  .main-header .main-header__wrapper .navtop.mobile-menu .dropdown-menu .login > button {
    background-color: transparent;
    border: none;
    color: #dff7ff;
    padding: 6px 30px 6px 20px;
    width: 100%;
    font-weight: 100;
    text-transform: none;
    font-size: 1rem;
    justify-content: left;
  }
}
.electronic-invoice-block {
  max-width: 48rem;
  margin: 0 auto;
  padding: 1rem 1rem;
  font-size: 0.875rem;
  line-height: 1.79;
}
.electronic-invoice-block .electronic-invoice-divider {
  display: block;
  height: 0.125rem;
  width: 7.5rem;
  background: #40bab1;
}
.electronic-invoice-block .messages {
  min-height: 28px;
  padding: 1.5rem;
}
.electronic-invoice-block .messages .success-message {
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}
.electronic-invoice-block .energy-portal-dropdown {
  position: relative;
}
.electronic-invoice-block .energy-portal-dropdown .icon {
  position: absolute;
  right: 13px;
}
.electronic-invoice-block .energy-portal-dropdown-menu {
  max-height: 300px;
  overflow-y: overlay;
  left: -1px !important;
  width: 101%;
}
.electronic-invoice-block .energy-portal-dropdown-menu .dropdown-item {
  color: #808080;
}
.electronic-invoice-block .energy-portal-dropdown-menu .dropdown-item.active {
  color: #5399D8;
}
.filter-compare-list .filter-button {
  padding: 3px 10px;
  float: left;
  margin-left: 10px;
  font-size: 10px;
  font-weight: 700;
}
.compare-legend {
  line-height: 20px;
}
.compare-legend span {
  margin-left: 10px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.compare-legend .legend-icon {
  border-radius: 4px;
  height: 20px;
  width: 20px;
  display: inline-block;
}
.compare-legend .legend-icon.compare {
  opacity: 0.55;
}
.filter-display .link {
  font-size: 14px;
}
.filter-dropdown .filter-dropdown-column {
  max-width: 240px;
  float: left;
  display: block;
  margin-left: 15px;
  margin-right: 15px;
}
.filter-dropdown .filter-dropdown-column .filter-button {
  margin-bottom: 10px;
  max-width: 120px;
  width: 120px;
  float: left;
}
.filter-dropdown .filter-dropdown-column .filter-button.full {
  max-width: 240px;
  width: 240px;
}
.filter-dropdown .filter-dropdown-column .filter-button.small {
  max-width: 60px;
  width: 60px;
  padding-left: 0px;
  padding-right: 0px;
}
.frame-content .filter-button {
  color: #00205b;
  text-decoration: none;
}
.filter-period-row {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.filter-period-left {
  float: right;
  display: flex;
}
.filter-period-buttons {
  display: flex;
}
.filter-period-buttons .period-button {
  flex: 1 0 auto;
  border-radius: 0px;
}
.filter-period-buttons .period-button.first {
  border-right: none;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
}
.filter-period-buttons .period-button.last {
  border-left: none;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
}
.filter-period-buttons .period-button.disabled {
  color: white;
  background-color: lightgray;
}
@media (max-width: 768px) {
  .filter-btn {
    width: 100%;
    float: none;
  }
  .filter-btn:first-of-type {
    margin-bottom: 0.5rem;
  }
  .filter-btn .filter-button {
    margin-left: 0 !important;
  }
  .filter-compare-list {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .filter-compare-list .filter-button {
    padding: 3px 10px;
    margin-left: 0!important;
    font-size: 10px;
    font-weight: 700;
    width: 32%;
  }
  .filter-compare-list .filter-button:first-of-type {
    margin-left: 0px;
  }
  .filter-dropdown .filter-dropdown-column {
    display: inline-flex;
    width: 100%;
    max-width: none;
    float: none;
    gap: 5px;
    flex-wrap: wrap;
  }
  .filter-dropdown .filter-dropdown-column .filter-button {
    width: 32%;
  }
  .filter-dropdown .filter-dropdown-column .filter-button.full {
    max-width: none;
    width: 100%;
    margin-top: 2rem;
  }
  .close-btn {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .half-charts .donut-chart-container .donut-chart {
    width: 200px;
    height: 200px;
  }
  .no-padding-left {
    padding-left: 0px;
  }
}
#donut-chart-per-product .highcharts-subtitle {
  text-align: center;
}
#donut-chart-compare .highcharts-subtitle {
  text-align: center;
}
#donut-chart-compare .col-12.donut-chart-container div {
  overflow: visible !important;
}
.donut-chart {
  position: relative;
  margin-bottom: 1rem;
  width: 350px;
  height: 350px;
}
.donut-chart svg {
  height: 100%;
  width: 100%;
}
.donut-chart .donut-center {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.donut-chart .donut-center .donut-total {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .donut-chart .donut-center .donut-total {
    font-size: 15px;
  }
}
.donut-chart .donut-center .donut-date {
  text-align: center;
}
@media (max-width: 767px) {
  .donut-chart .donut-center .donut-date {
    font-size: 12px;
  }
}
.donut-chart .donut-center .donut-date-previous {
  text-align: center;
  color: #777;
}
.our-button {
  border-color: #0293ca;
  background-color: #0293ca;
  background-image: linear-gradient(3rad, #009fdc -10%, #009fdc 50%, #009fdc 51%, #009fdc 120%);
  position: relative;
  border: 0.0625rem solid #3cb4ab;
  border-radius: 0.25rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.our-button:disabled {
  background: #bbe1e0;
  color: rgba(255, 255, 255, 0.7);
}
.our-button:focus,
.our-button:hover,
.our-button:visited {
  color: #fff;
}
.our-button--color-white {
  background: #fff;
  color: #40bab1;
}
.our-button--color-white:focus,
.our-button--color-white:hover,
.our-button--color-white:visited {
  color: #40bab1;
}
.our-button--color--el {
  background: #276b66;
  border-color: #276b66;
}
.our-button--color--fjk {
  background: #84c0c6;
  border-color: #84c0c6;
}
.our-button--color--gas {
  background: #4782b7;
  border-color: #4782b7;
}
.our-button--color--sol {
  background: #f4bd49;
  border-color: #f4bd49;
}
.our-button--color--fiber {
  background: #d85374;
  border-color: #d85374;
}
.our-button--color--misc {
  background: #2f4561;
  border-color: #2f4561;
}
.our-button--color--white {
  background: #fff;
  border-color: #fff;
}
.our-button--color--primary {
  background: #40bab1;
  border-color: #40bab1;
}
.our-button--color--secondary {
  background: #5399d8;
  border-color: #5399d8;
}
.our-button--bones.our-button--small {
  min-height: 2.375rem;
}
.our-button--icon {
  padding-right: 2rem;
}
.our-button--icon.our-button--small {
  padding-right: 2.5rem;
}
.our-button--text-align-left {
  justify-content: left;
  text-align: left;
}
.our-button--text-align-right {
  justify-content: right;
  text-align: right;
}
.our-button__icon {
  font-size: 1rem;
}
.our-button__icon--large {
  font-size: 1.5rem;
}
.our-button--color-white.our-button--round .our-button__icon {
  background: #fff;
  color: #40bab1;
}
.our-button--color-white.our-button--round .our-button__icon:focus,
.our-button--color-white.our-button--round .our-button__icon:hover,
.our-button--color-white.our-button--round .our-button__icon:visited {
  color: #40bab1;
}
.our-button--round .our-button__icon {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.our-button--color-white.our-button--round .our-button__text {
  color: #fff;
}
.our-button--round .our-button__text {
  display: block;
  position: absolute;
  top: 2rem;
  left: 50%;
  padding: 0.5rem 0 0;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #40bab1;
  white-space: nowrap;
  transform: translateX(-50%);
}
.our-button--round .our-button__text + .material-icons {
  position: relative;
  right: auto;
}
.our-button__text + .material-icons {
  position: absolute;
  right: 1rem;
}
.our-button.our-button {
  display: inline-flex;
}
.our-button.our-button--text-size-small {
  font-size: 0.875rem;
}
.our-button.our-button--text-size-tiny {
  font-size: 0.75rem;
}
.our-button.our-button--font-weight-normal {
  font-weight: normal;
}
.our-button .material-icons {
  transition: transform 0.25s;
}
.our-button.btn-common {
  background-color: #79d9ff;
  color: #00205b;
}
.our-button--bones {
  border-color: #40bab1;
  color: #40bab1;
  background: transparent;
}
.our-button--bones:focus {
  color: #40bab1;
}
.our-button--bones:hover {
  color: #40bab1;
}
.our-button--bones:visited {
  color: #40bab1;
}
.our-button--dark {
  color: #fff;
  background: #3cb4ab;
}
.our-button--secondary {
  border-color: #498fce;
  background-color: #498fce;
  background-image: linear-gradient(3rad, #5399d8 -10%, #5399d8 50%, #498fce 51%, #498fce 120%);
  border: 0.0625rem solid #498fce;
}
.our-button--secondary:disabled {
  border-color: #d0e3f4;
  background: #d0e3f4;
  color: #fff;
}
.our-button--secondary:focus {
  color: #fff;
}
.our-button--secondary:hover {
  color: #fff;
}
.our-button--secondary:visited {
  color: #fff;
}
.our-button--light {
  border-color: #bbe1e0;
  background: #bbe1e0;
  color: #132845;
}
.our-button--fullwidth {
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.our-button--small-screen-fullwidth {
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 38rem) {
  .our-button--small-screen-fullwidth {
    width: auto;
  }
}
.our-button--small {
  height: auto;
  min-height: 2.5rem;
  padding: 0.6875rem 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: normal;
}
.our-button--stripped {
  height: auto;
  border: none;
  border-radius: 0;
  padding: 0.5rem 0.25rem;
  font-size: inherit;
  font-weight: normal;
  color: #3cb4ab;
  background: transparent;
}
.our-button--stripped:disabled {
  color: inherit;
}
.our-button--stripped:focus {
  color: inherit;
}
.our-button--stripped:hover {
  color: inherit;
}
.our-button--stripped:visited {
  color: inherit;
}
.our-button--stripped .material-icons {
  font-size: 1.5rem;
}
.our-button--straight {
  border-radius: 0;
}
.our-button--fake-link {
  height: auto;
  border: none;
  border-radius: 0;
  padding: 0.5rem 0.25rem;
  font-size: inherit;
  font-weight: inherit;
  color: #2fba70;
  background: transparent;
  text-decoration: underline;
}
.our-button--fake-link:focus {
  color: #2fba70;
}
.our-button--fake-link:hover {
  color: #2fba70;
}
.our-button--fake-link:visited {
  color: #2fba70;
}
.profile-fake-link {
  height: auto;
  border: none;
  border-radius: 0;
  padding: 0.5rem 0.25rem;
  font-size: inherit;
  font-weight: inherit;
  color: #004a37;
  background: transparent;
  text-decoration: underline;
}
.profile-fake-link:focus {
  color: #004a37;
}
.profile-fake-link:hover {
  color: #004a37;
}
.profile-fake-link:visited {
  color: #004a37;
}
.profile-btn {
  border-color: #79d9ff;
  background-color: #79d9ff;
  background-image: linear-gradient(3rad, #79d9ff -10%, #79d9ff 50%, #79d9ff 51%, #79d9ff 120%);
  color: #00205b;
}
.our-button.our-button--round {
  min-height: 0;
  min-width: 0;
  height: 2rem;
  width: 2rem;
  border: none;
  border-radius: 50%;
  flex-flow: column;
  font-weight: normal;
}
.our-button.our-button--round.our-button--icon {
  padding: 0;
}
.our-button.our-button--round .material-icons {
  font-size: 1rem;
}
.our-button.our-button--round-w-text {
  top: -1.25rem;
}
.our-button--white {
  border: 0.0625rem solid #fff;
  color: #40bab1;
  background: #fff;
}
.our-button--white:disabled {
  border-color: #aaa;
  background: #aaa;
  color: #40bab1;
}
.our-button--white:focus {
  color: #40bab1;
}
.our-button--white:hover {
  color: #40bab1;
}
.our-button--white:visited {
  color: #40bab1;
}
.our-button--bankid {
  display: flex;
  position: relative;
  border: 0.0625rem solid #fff;
  color: #40bab1;
  font-weight: bold;
  background: #fff;
  width: 100%;
}
.our-button--bankid:disabled {
  background: #bbe1e0;
  color: rgba(255, 255, 255, 0.7);
}
.our-button--bankid:focus {
  color: #40bab1;
}
.our-button--bankid:hover {
  color: #40bab1;
}
.our-button--bankid:visited {
  color: #40bab1;
}
.our-button--bankid::after {
  content: "";
  position: absolute;
  top: 0.875rem;
  right: 1rem;
  width: 22px;
  height: 22px;
  background-image: url(../../resources/brand/bankid-brand-color.svg);
  background-repeat: no-repeat;
}
@media (min-width: 38rem) {
  .our-button--bankid {
    padding: 1rem 4rem 1rem 1.5rem;
  }
}
.our-button--bankid-secondary {
  display: flex;
  position: relative;
  border: 0.0625rem solid #fff;
  color: #40bab1;
  font-weight: bold;
  background: #fff;
  width: 100%;
  border-color: #498fce;
  background-color: #498fce;
  background-image: linear-gradient(3rad, #5399d8 -10%, #5399d8 50%, #498fce 51%, #498fce 120%);
  color: #fff;
}
.our-button--bankid-secondary:disabled {
  background: #bbe1e0;
  color: rgba(255, 255, 255, 0.7);
}
.our-button--bankid-secondary:focus {
  color: #40bab1;
}
.our-button--bankid-secondary:hover {
  color: #40bab1;
}
.our-button--bankid-secondary:visited {
  color: #40bab1;
}
.our-button--bankid-secondary::after {
  content: "";
  position: absolute;
  top: 0.875rem;
  right: 1rem;
  width: 22px;
  height: 22px;
  background-image: url(../../resources/brand/bankid-brand-color.svg);
  background-repeat: no-repeat;
}
@media (min-width: 38rem) {
  .our-button--bankid-secondary {
    padding: 1rem 4rem 1rem 1.5rem;
  }
}
.our-button--bankid-secondary:disabled {
  border-color: #d0e3f4;
  background: #d0e3f4;
  color: rgba(255, 255, 255, 0.7);
}
.our-button--bankid-secondary:focus {
  color: #fff;
}
.our-button--bankid-secondary:hover {
  color: #fff;
}
.our-button--bankid-secondary:visited {
  color: #fff;
}
.our-button--bankid-secondary::after {
  content: "";
  position: absolute;
  top: 0.875rem;
  right: 1rem;
  width: 22px;
  height: 22px;
  background-image: url(../../resources/brand/bankid-white.svg);
  background-repeat: no-repeat;
}
@media (min-width: 38rem) {
  .our-button--bankid-secondary {
    padding: 1rem 5rem;
  }
}
.nav-bar {
  position: sticky;
  z-index: 1;
  top: 4rem;
  font-size: 0.75rem;
  color: #fff;
  background: #40bab1;
  top: 0;
  margin: 0 0 2rem;
}
.nav-bar__button {
  height: 100%;
  margin: 0;
  padding: 1.25rem 2rem;
  color: #fff;
}
.nav-bar__button:focus {
  outline: none;
  padding: 1.25rem 2rem 1rem;
  border-bottom: 0.25rem solid rgba(255, 255, 255, 0.8);
}
.nav-bar__item--active .nav-bar__button:focus {
  border-bottom: 0.25rem solid rgba(255, 255, 255, 0.8);
}
.nav-bar__item--active .nav-bar__button {
  padding: 1.25rem 2rem 1rem;
  border-bottom: 0.25rem solid #fff;
}
.nav-bar__inner {
  position: relative;
  max-width: 48rem;
  margin: 0 auto;
  padding: 0;
}
.nav-bar .nav-bar__item {
  display: inline-block;
}
.nav-bar__list {
  margin: 0;
  padding: 0 1rem;
  list-style: none;
  overflow-x: scroll;
  white-space: nowrap;
}
@media (min-width: 48rem) {
  .nav-bar__list {
    overflow-x: hidden;
  }
}
.nav-bar__list.sub-menu-list {
  font-size: 0.9rem;
}
.nav-bar__list.sub-menu-list span {
  font-weight: bold;
}
.nav-bar__overflow-button {
  position: absolute;
  z-index: 1;
  top: 0.25rem;
  min-width: 2.5rem;
  height: calc(100% - .5rem);
  color: #fff;
}
.nav-bar__overflow-button:focus {
  outline: none;
}
.nav-bar__overflow-button--left {
  left: 0;
  background-image: linear-gradient(90deg, #40bab1 0, rgba(64, 186, 177, 0) 3rem, rgba(64, 186, 177, 0) 100%);
}
.nav-bar__overflow-button--right {
  right: 0;
  background-image: linear-gradient(-90deg, #40bab1 0, rgba(64, 186, 177, 0) 3rem, rgba(64, 186, 177, 0) 100%);
}
.cta-button.cta-button--center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-button.cta-button--bottom-center {
  height: 90%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.cta-button .our-button.cta-button--el {
  background: #276b66;
  border-color: #276b66;
}
.cta-button .our-button.cta-button--fjk {
  background: #84c0c6;
  border-color: #84c0c6;
}
.cta-button .our-button.cta-button--gas {
  background: #4782b7;
  border-color: #4782b7;
}
.cta-button .our-button.cta-button--sol {
  background: #f4bd49;
  border-color: #f4bd49;
}
.cta-button .our-button.cta-button--fiber {
  background: #d85374;
  border-color: #d85374;
}
.cta-button .our-button.cta-button--misc {
  background: #2f4561;
  border-color: #2f4561;
}
.btn-bold {
  font-family: CentraNo1-Bold;
}
.button.btn-common {
  display: inline-block;
  font-family: CentraNo1-Book, FuturaStd, "Segoe UI", sans-serif;
  color: white;
  cursor: pointer;
  padding: 11px 24px 13px 24px;
  border-radius: 24px;
  text-decoration: none;
  text-align: center;
  min-width: 150px;
}
.button.button--filled {
  color: #4EB5AC;
  border: 2px solid #4EB5AC;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
}
.button.button--filled span {
  padding: 11px 30px;
  display: block;
  background-color: #fff;
  transition: all 0.3s;
}
.button.button--filled:before {
  padding: 11px 30px;
  background-color: #4EB5AC;
  color: #fff;
  content: attr(data-hover);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  transform: translateX(-25%);
  transition: all 0.3s;
}
.button.button--filled:hover span {
  transform: translateX(100%);
}
.button.button--filled:hover:before {
  transform: translateX(0);
}
.poster-content__actions {
  margin: 0 auto;
  max-width: 48rem;
}
.poster-content--full-width .poster-content__actions {
  max-width: none;
}
.poster-content__divider {
  display: block;
  height: 0.125rem;
  width: 7.5rem;
  background: #00205b;
}
.poster-content__intro {
  max-width: 48rem;
  padding: 1rem 1rem 1.25rem;
  justify-content: space-between;
}
@media (min-width: 38rem) {
  .poster-content__intro {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 1rem 1.25rem;
  }
}
.poster-content__lede {
  max-width: 26rem;
  margin: 1.25rem 0 0;
  font-weight: bold;
  line-height: 1.5rem;
}
@media (min-width: 66rem) {
  .poster-content__lede {
    max-width: 32rem;
  }
}
.poster-content--full-width .poster-content__lede {
  max-width: none;
}
.poster-content__text {
  max-width: 26rem;
  margin: 1.25rem 0 0;
}
@media (min-width: 66rem) {
  .poster-content__text {
    max-width: 32rem;
  }
}
.poster-content--full-width .poster-content__text {
  max-width: none;
}
.poster-content__text a,
.poster-content__text a:visited,
.poster-content__text a:hover,
.poster-content__text a:active {
  text-decoration: underline;
}
.poster-content__title {
  max-width: 38rem;
}
h2.poster-content__title,
h3.poster-content__title {
  font-size: 2rem;
}
.poster-content--full-width .poster-content__title {
  max-width: none;
}
.text-block .poster-content__intro {
  max-width: 48rem;
  padding: 1rem 1rem 1.25rem;
  justify-content: space-between;
}
@media (min-width: 38rem) {
  .text-block .poster-content__intro {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 1rem 1.25rem;
  }
}
.text-block .poster-content__lede {
  max-width: none;
  margin: 1.25rem 0 0;
  font-weight: bold;
  line-height: 1.5rem;
}
.text-block .poster-content__text {
  max-width: none;
  margin: 1.25rem 0 0;
}
.text-block .poster-content__text a,
.text-block .poster-content__text a:visited,
.text-block .poster-content__text a:hover,
.text-block .poster-content__text a:active {
  text-decoration: underline;
}
.text-block .poster-content__title {
  max-width: none;
}
h2.text-block .poster-content__title,
h3.text-block .poster-content__title {
  font-size: 2rem;
}
.contracts-overview__poster-wrapper .poster-content__intro {
  padding: 2rem 0rem 1.25rem;
  margin: 0 1rem;
}
.profile-overview {
  max-width: 48rem;
  margin: 2rem auto /*calc(~"1rem + 10vh")*/;
}
.profile-overview .our-button--secondary {
  margin-top: 1rem;
}
.profile-overview .our-button:disabled {
  cursor: default;
}
.profile-overview .form-text--light {
  background: white;
}
.profile-overview__account-choice-footer {
  display: none;
}
@media (min-width: 48rem) {
  .profile-overview__account-choice-footer {
    display: block;
  }
}
.profile-overview__item {
  position: relative;
  margin: 0;
  padding: 1rem 0 0;
  font-size: 16px;
  line-height: 1.5;
}
.profile-overview__item > div:first-child {
  padding-top: 0px;
}
.profile-overview__item--extended .profile-overview__item-border {
  transform: scale(0, 1);
}
.profile-overview__item--extended .profile-overview__item-main {
  margin: 0;
  padding: 0.75rem 1rem 0.5rem;
  background: #bbe1e0;
  transition: background 0.25s;
}
.profile-overview__item-border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.0625rem;
  width: 100%;
  background-color: #dfdfdf;
  transform: scale(1, 1);
  transition: transform 0.25s linear;
}
.profile-overview__item-extension {
  max-height: 0;
  width: 100%;
  background: transparent;
  overflow: hidden;
}
.profile-overview__item-extension--extended {
  max-height: 100rem;
  padding: 1rem 1rem 1rem;
  background: #f9f9f9;
  transition: max-height 1s, padding-top 0.5s, padding-bottom 0.5s, background 0.25s;
}
.profile-overview__item-main {
  display: flex;
  position: relative;
  padding: 0.75rem 0 0.5rem;
  justify-content: space-between;
  white-space: nowrap;
  align-items: center;
}
.profile-overview__label {
  flex: 1 0 auto;
  margin: 0 0 0.5rem;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #5173B1;
}
.profile-overview__logout-button {
  margin-top: 2rem;
}
.profile-overview__table {
  width: 100%;
}
.profile-overview__title {
  padding: 0px;
  text-align: left;
}
.profile-overview__value {
  flex: 1 0;
  font-weight: bold;
}
.profile-overview__value--account-choice {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.profile-overview__value-part {
  white-space: nowrap;
}
.profile-overview__inner .article-carousel .article-carousel__slide {
  max-width: 100%;
  padding: 0;
}
.profile-overview__inner .article-carousel .carousel {
  max-width: 100%;
  padding: 0 !important;
}
.profile-overview__inner .form-text .form-text__field {
  font-size: 16px;
}
.profile-overview__inner .form-text .form-text__label {
  font-size: 16px;
}
@media (max-width: 776px) {
  .profile-overview__inner .profile-btn {
    width: 100%;
  }
}
.profile-family__add .profile-family-add-btn {
  height: 55px;
  padding: 0;
  border: 0;
  transition: height 0.3s linear;
}
.profile-family__add .profile-family-add-btn-active {
  height: 0px;
}
@media (max-width: 776px) {
  .profile-family__add .profile-family-add-btn {
    width: 100%;
  }
}
.profile-family h4 {
  font-size: 18px;
  font-weight: 400;
}
.profile-power-of-attorney .filter-button-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding-bottom: 1rem;
}
.profile-power-of-attorney button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.profile-power-of-attorney .button {
  border: 1px solid #808fad;
  color: #00205b;
  background-color: #fff;
  white-space: nowrap;
  min-width: auto !important;
}
.profile-power-of-attorney .button.active {
  background-color: #00205b;
  color: #ffffff;
}
.profile-power-of-attorney .item-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.profile-power-of-attorney .item-container .item {
  display: flex;
  flex-direction: column;
  background-color: #f5f2ed;
  border-radius: 5px;
  justify-content: space-between;
}
.profile-power-of-attorney .item-container .item .header {
  display: flex;
  padding: 20px;
  border: none;
  background-color: #f5f2ed;
  text-align: left;
}
.profile-power-of-attorney .item-container .item .header .left {
  flex: 1;
}
.profile-power-of-attorney .item-container .item .header .right {
  display: flex;
  gap: 10px;
  align-items: center;
}
.profile-power-of-attorney .item-container .item .header .right .badge {
  background-color: #fff;
  color: #00205b;
}
.profile-power-of-attorney .item-container .item .bankid-button .rounded-button {
  border-radius: var(--bs-border-radius-pill);
  background-color: #79d9ff;
  border: none;
}
.profile-power-of-attorney .table .col-6 {
  align-content: center;
}
.alert-message {
  margin: 0.25rem auto 0;
  background-color: #fff3d5;
}
.alert-message__border {
  height: 0.1875rem;
  width: 100%;
  background-color: #f4f1c0;
}
.alert-message__inner {
  max-width: 75rem;
  margin: 0 auto;
  padding: 1.5rem 1rem;
}
.alert-message__text {
  max-width: 35rem;
  font-size: 0.875rem;
}
@media (min-width: 48rem) {
  .alert-message__text {
    margin: 0 0 0 3rem;
  }
}
.alert-message__header {
  display: flex;
  margin: 0 0 0.75rem;
}
@media (min-width: 48rem) {
  .alert-message__header {
    justify-content: flex-start;
  }
}
.alert-message__header h3 {
  max-width: 35rem;
  margin: auto 0;
}
@media (min-width: 48rem) {
  .alert-message__header h3 {
    order: 1;
  }
}
.alert-message__header img {
  margin: 0 0 0 auto;
}
@media (min-width: 48rem) {
  .alert-message__header img {
    width: 2rem;
    margin: 0 1rem 0 0;
    order: 0;
  }
}
.epiBlock > div.heads-up-message-block {
  padding-bottom: 0px;
}
.heads-up-message-block .heads-up-message {
  background-color: #fff3d5;
  color: #000;
}
@media (min-width: 48rem) {
  .heads-up-message-block .heads-up-message {
    justify-content: flex-start;
  }
}
.heads-up-message-block .heads-up-message__inner {
  max-width: 75rem;
  margin: 0 auto;
  padding: 1.3rem;
}
.heads-up-message-block .heads-up-message__text {
  font-size: 0.875rem;
  align-items: center;
  display: flex;
  margin: 0 0 0.75rem;
}
@media (min-width: 48rem) {
  .heads-up-message-block .heads-up-message__text {
    margin: 0 0 0 3rem;
  }
}
@media (min-width: 48rem) {
  .heads-up-message-block .heads-up-message__text {
    justify-content: flex-start;
  }
}
.heads-up-message-block .heads-up-message__text h3 {
  max-width: 35rem;
  margin: auto 0;
}
@media (min-width: 48rem) {
  .heads-up-message-block .heads-up-message__text h3 {
    order: 1;
  }
}
@media (min-width: 48rem) {
  .heads-up-message-block .heads-up-message__text img {
    width: 2rem;
    margin: 0 1rem 0 0;
    order: 0;
  }
}
@media (min-width: 22rem) {
  .heads-up-message-block .heads-up-message__text img {
    margin-right: 10px;
  }
}
.heads-up-message-block .heads-up-message p {
  margin: 0;
}
.heads-up-message-block .close {
  position: absolute;
  top: 5px;
  right: 20px;
}
.operational-control-block {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 1rem 1.25rem;
  max-width: 48rem;
}
.operational-control-block .button {
  background: #79d9ff;
  color: #00205b;
}
.operational-control-block__title {
  max-width: 38rem;
}
h2.operational-control-block__title,
h3.operational-control-block__title {
  font-size: 2rem;
}
.operational-control-block .button.disabled {
  cursor: default;
  background: #ccc;
  color: white;
}
.operational-control-block .button.btn-warning {
  background: #f4f1c0;
}
.operational-control-block__available-slots {
  vertical-align: middle;
}
.operational-control-block__available-slots .operational-control-block__available-slot {
  line-height: 40px;
}
.operational-control-block__available-slots .operational-control-block__available-slot .col-6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #fff;
}
.operational-control-block__panel-content {
  padding: 1rem 1rem 1.25rem;
  border: 1px solid #eee;
  border-radius: 1rem;
}
.column-poster {
  padding: 0;
}
.column-poster--primary .poster-content__divider {
  background: #00205b;
}
.column-poster--primary .page-progress-bar {
  background: rgba(0, 32, 91, 0.1);
}
.column-poster--primary .page-progress-bar__current {
  background: #00205b;
}
.column-poster--secondary .page-progress-bar {
  background: rgba(0, 159, 220, 0.1);
}
.column-poster--secondary .page-progress-bar__current {
  background: #009fdc;
}
@media (min-width: 48rem) {
  .column-poster__inner {
    padding: 0 0 2rem;
  }
}
@media (min-width: 66rem) {
  .column-poster__inner {
    padding: 0 0 3rem;
  }
}
.column-poster .poster-content {
  padding: 1rem 0 0;
}
@media (min-width: 48rem) {
  .column-poster .poster-content {
    padding: 0;
  }
}
.column-poster .our-button--bankid {
  border-color: #498fce;
  background-color: #498fce;
  background-image: linear-gradient(3rad, #5399d8 -10%, #5399d8 50%, #498fce 51%, #498fce 120%);
  width: calc(100% - 2rem);
  margin: 0 1rem 1rem;
  color: #fff;
}
.column-poster .our-button--bankid:disabled {
  border-color: #d0e3f4;
  background: #d0e3f4;
  color: rgba(255, 255, 255, 0.7);
}
.column-poster .our-button--bankid:focus {
  color: #fff;
}
.column-poster .our-button--bankid:hover {
  color: #fff;
}
.column-poster .our-button--bankid:visited {
  color: #fff;
}
.column-poster .our-button--bankid::after {
  content: "";
  position: absolute;
  top: 0.875rem;
  right: 1rem;
  width: 22px;
  height: 22px;
  background-image: url(../../resources/brand/bankid-white.svg);
  background-repeat: no-repeat;
}
@media (min-width: 38rem) {
  .column-poster .our-button--bankid {
    width: auto;
    margin: 0 1rem 1rem;
    padding: 1rem 5rem;
  }
}
.page-progress-bar {
  background: #bbe1e0;
}
.product-theme--el .page-progress-bar--context-theme {
  background: rgba(0, 74, 55, 0.1);
}
.product-theme--el-ext .page-progress-bar--context-theme {
  background: rgba(148, 222, 157, 0.1);
}
.product-theme--fjk .page-progress-bar--context-theme {
  background: rgba(0, 159, 220, 0.1);
}
.product-theme--fjv .page-progress-bar--context-theme {
  background: rgba(249, 83, 92, 0.1);
}
.product-theme--gas .page-progress-bar--context-theme {
  background: rgba(0, 32, 91, 0.1);
}
.product-theme--gas-ext .page-progress-bar--context-theme {
  background: rgba(121, 217, 255, 0.1);
}
.product-theme--ansl_sol .page-progress-bar--context-theme {
  background: rgba(255, 227, 115, 0.1);
}
.product-theme--stadsnät .page-progress-bar--context-theme {
  background: rgba(216, 83, 116, 0.1);
}
.product-theme--misc .page-progress-bar--context-theme {
  background: rgba(47, 69, 97, 0.1);
}
.product-theme--mörkblå .page-progress-bar--context-theme {
  background: rgba(0, 32, 91, 0.8);
}
.product-theme--mörkgrön .page-progress-bar--context-theme {
  background: rgba(0, 74, 55, 0.8);
}
.product-theme--mörkröd .page-progress-bar--context-theme {
  background: rgba(101, 29, 50, 0.8);
}
.product-theme--vallmo .page-progress-bar--context-theme {
  background: rgba(249, 83, 92, 0.8);
}
.product-theme--trä .page-progress-bar--context-theme {
  background: rgba(174, 137, 120, 0.8);
}
.product-theme--jord .page-progress-bar--context-theme {
  background: rgba(72, 55, 55, 0.8);
}
.product-theme--hav .page-progress-bar--context-theme {
  background: rgba(0, 159, 220, 0.8);
}
.page-progress-bar__current {
  position: relative;
  height: 0.25rem;
  background: #40bab1;
  transition: left 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.product-theme--el .page-progress-bar--context-theme .page-progress-bar__current {
  background: #004A37;
}
.product-theme--el-ext .page-progress-bar--context-theme .page-progress-bar__current {
  background: #94DE9D;
}
.product-theme--fjk .page-progress-bar--context-theme .page-progress-bar__current {
  background: #009FDC;
}
.product-theme--fjv .page-progress-bar--context-theme .page-progress-bar__current {
  background: #F9535C;
}
.product-theme--gas .page-progress-bar--context-theme .page-progress-bar__current {
  background: #00205B;
}
.product-theme--gas-ext .page-progress-bar--context-theme .page-progress-bar__current {
  background: #79D9FF;
}
.product-theme--ansl_sol .page-progress-bar--context-theme .page-progress-bar__current {
  background: #FFE373;
}
.product-theme--stadsnät .page-progress-bar--context-theme .page-progress-bar__current {
  background: #d85374;
}
.product-theme--misc .page-progress-bar--context-theme .page-progress-bar__current {
  background: #2f4561;
}
.image-poster-block .image-poster {
  position: relative;
}
.image-poster-block .image-poster img {
  width: 100%;
}
@media (min-width: 66rem) {
  .image-poster-block .image-poster {
    background-position: center center;
    background-size: cover;
  }
}
.image-poster-block .image-poster__img {
  margin: 0 auto;
}
@media (min-width: 66rem) {
  .image-poster-block .image-poster__img {
    max-height: 30rem;
    /*                opacity: 0;*/
  }
}
.image-poster-block .image-poster__overlay {
  display: none;
}
@media (min-width: 66rem) {
  .image-poster-block .image-poster__overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-1rem);
  }
  60% {
    transform: translateY(-0.5rem);
  }
}
.splash-poster {
  display: flex;
  position: relative;
  min-height: calc(100vh - 4rem);
  flex-flow: column;
  justify-content: flex-end;
}
@media (min-width: 48rem) {
  .splash-poster {
    min-height: calc(60vh - 4rem);
  }
}
@media (min-width: 66rem) {
  .splash-poster {
    min-height: calc(100vh - 7rem);
  }
}
.splash-poster .splash-poster__arrow-button {
  display: none;
  border: none;
  background-color: transparent;
}
@media (min-width: 66rem) {
  .splash-poster .splash-poster__arrow-button {
    display: flex;
    z-index: 2;
    left: calc(50vw - 1rem);
    position: absolute;
    bottom: 1rem;
    animation: bounce 2s infinite;
    animation-iteration-count: 5;
  }
}
@media screen and (min-width: 2560px) {
  .splash-poster .splash-poster__arrow-button {
    top: 88vh;
  }
}
.splash-poster__descriptive {
  position: relative;
  flex: 1 0 auto;
  color: #fff;
}
@media (min-width: 48rem) {
  .splash-poster__descriptive {
    min-width: 30rem;
    color: #132845;
  }
}
@media (min-width: 66rem) {
  .splash-poster__descriptive {
    min-width: 38rem;
  }
}
.splash-poster__descriptive-lock {
  flex: 8 0 auto;
}
.splash-poster__illustrative {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: calc(100vh - 4rem);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 48rem) {
  .splash-poster__illustrative {
    left: auto;
    height: calc(60vh - 4rem);
    max-width: 45%;
    background-position: left;
  }
}
@media (min-width: 66rem) {
  .splash-poster__illustrative {
    height: calc(100vh - 7rem);
    max-width: 54%;
    object-position: center;
  }
}
.splash-poster__illustrative:before {
  display: none;
}
@media (min-width: 48rem) {
  .splash-poster__illustrative:before {
    display: block;
    content: "";
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 300%;
    transform: rotate(-60deg);
    transform-origin: bottom left;
    height: 200%;
  }
}
.splash-poster__illustrative:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -45vw;
  height: 200%;
  width: 200%;
  background-color: #40bab1;
  opacity: 0.8;
  transform: rotate(30deg);
  transform-origin: bottom left;
}
@media (min-width: 48rem) {
  .splash-poster__illustrative:after {
    left: 50%;
  }
}
.splash-poster__image {
  opacity: 0;
}
.splash-poster__inner {
  display: flex;
  flex: 1 0 auto;
  max-width: 48rem;
  margin: 0 1rem;
  flex-flow: column;
}
@media (min-width: 38rem) {
  .splash-poster__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
  }
}
.splash-poster__inner--with-illustrative {
  max-width: 75rem;
}
@media (min-width: 38rem) {
  .splash-poster__inner--with-illustrative {
    padding: 0 1rem;
  }
}
@media (min-width: 66rem) {
  .splash-poster__inner--with-illustrative {
    width: 100%;
  }
}
@media (min-width: 38rem) {
  .splash-poster .our-button--bankid {
    width: auto;
  }
}
@media (min-width: 48rem) {
  .splash-poster .our-button--bankid {
    border-color: #0293ca;
    background-color: #0293ca;
    background-image: linear-gradient(3rad, #009fdc -10%, #009fdc 50%, #009fdc 51%, #009fdc 120%);
    color: #fff;
  }
}
@media (min-width: 48rem) {
  .splash-poster .our-button--bankid::after {
    background-image: url(../../resources/brand/bankid-white.svg);
  }
}
.splash-poster .poster-content__actions {
  margin: auto;
  max-width: none;
}
.splash-poster .poster-content__divider {
  background: #fff;
}
@media (min-width: 48rem) {
  .splash-poster .poster-content__divider {
    background: #00205b;
  }
}
.splash-poster .poster-content__intro {
  margin: 0;
  padding: 1rem 0 2.5rem;
}
.splash-poster .poster-content__text a,
.splash-poster .poster-content__text a:visited,
.splash-poster .poster-content__text a:hover,
.splash-poster .poster-content__text a:active {
  color: #fff;
}
@media (min-width: 48rem) {
  .splash-poster .poster-content__text a,
  .splash-poster .poster-content__text a:visited,
  .splash-poster .poster-content__text a:hover,
  .splash-poster .poster-content__text a:active {
    color: #40bab1;
  }
}
@media (min-width: 38rem) {
  .custom-overlay .simpliform-wrapper.solar-wrapper {
    max-width: 42rem;
  }
}
.simpliform-wrapper {
  position: relative;
  max-width: 48rem;
  min-height: 10rem;
  padding: 1rem 1rem 1.25rem;
}
@media (min-width: 38rem) {
  .simpliform-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 1rem 1.25rem;
  }
}
.simpliform-wrapper.solar-wrapper {
  margin: 0 1rem;
  max-width: 46rem;
  border-radius: 4px;
  background: linear-gradient(172deg, #e4a231, #ffdd4c);
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
@media (min-width: 38rem) {
  .simpliform-wrapper.solar-wrapper {
    margin: 0 auto 1rem;
    max-width: 46rem;
  }
}
#simpliform .simpliform-content-wrapper .submit-btn,
#simpliform .simpliform-content-wrapper .submit-btn:hover,
#simpliform .simpliform-content-wrapper .submit-btn:focus,
#simpliform .simpliform-content-wrapper .submit-btn:active {
  background-color: #79d9ff !important;
  border-color: #79d9ff;
  color: #00205b;
}
#simpliform .simpliform-content-wrapper a {
  color: #00205b;
  text-decoration: underline;
}
@keyframes rotate-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.loading-spinner {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.loading-spinner--outer-side-spacing {
  left: -1rem;
  width: calc(100% + 2rem);
}
.loading-spinner--white {
  background: #fff;
}
.loading-spinner svg {
  display: block;
  height: 100%;
  max-height: 20rem;
  max-width: 15rem;
  margin: auto;
  animation: rotate-spinner 1s infinite linear;
  fill: #2fba70;
}
@media (min-width: 48rem) {
  .one-line-contact__actions,
  .one-line-contact__fields {
    display: inline-flex;
  }
}
@media (min-width: 48rem) {
  .one-line-contact__actions {
    flex: 1 0 auto;
  }
}
.one-line-contact__fields {
  margin: 0 0 1rem;
}
@media (min-width: 48rem) {
  .one-line-contact__fields {
    flex: 2 0 auto;
    margin: 0 1rem 0 0;
  }
}
@media (min-width: 48rem) {
  .one-line-contact__form {
    display: flex;
    align-items: flex-start;
  }
}
.one-line-contact__recaptcha-wrapper {
  margin: 1rem auto;
}
@media (min-width: 48rem) {
  .one-line-contact__recaptcha-wrapper {
    margin: 0 0 0 1rem;
  }
}
.iframe-container {
  margin: 0 auto;
  padding: 1rem 1rem;
  font-size: 0.875rem;
  line-height: 1.79;
}
.iframe-container__divider {
  display: block;
  height: 0.125rem;
  width: 7.5rem;
  background: #00205b;
  margin-bottom: 2rem;
}
.iframe-container__title {
  max-width: 38rem;
  font-size: 2rem;
}
.iframe-container__wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.iframe-container__wrapper iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  left: 0;
  top: 0;
}
.vacancies-list__main {
  max-width: 48rem;
  margin: 0 auto;
  padding: 1rem 1rem;
  line-height: 1.79;
  padding-bottom: 0rem;
}
.vacancies-list__placeholder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.vacancies-list__value {
  align-self: flex-end;
}
.vacancies-list li {
  margin: 1.25rem 0;
  font-size: 0.75rem;
  font-weight: bold;
}
.vacancies-list li:first-child {
  margin-top: 0;
}
.vacancies-list li:last-child {
  margin-bottom: 0;
}
.vacancies-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vacancies-list ul li {
  font-weight: normal;
  font-size: 0.75rem;
  color: #132845;
}
.vacancies-list ul li a {
  color: #00205b;
  font-size: 0.875rem;
  text-decoration: underline;
  padding: 0;
}
.register-cv__article {
  max-width: 48rem;
  margin: 0 auto;
  padding: 1rem 1rem;
  font-size: 0.875rem;
  line-height: 1.79;
}
.register-cv p {
  font-size: 0.875rem;
  line-height: 1.79;
}
.address-header {
  max-width: 46rem;
  margin: 0 auto 1rem;
  border-top: 0.0625rem solid #dfdfdf;
  padding: 1rem 0;
  text-align: left;
}
.address-header__address {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
@media (min-width: 22rem) {
  .address-header__address {
    font-size: 0.875rem;
  }
}
.address-header__title {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.address-header .input-select__field {
  height: auto;
  margin: 0 auto 0 0;
  padding: 0;
  font-size: 0.75rem;
  font-weight: normal;
}
@media (min-width: 22rem) {
  .address-header .input-select__field {
    font-size: 0.875rem;
  }
}
.address-header .input-select__label {
  padding: 0;
}
.address-header .input-select__increment-arrow {
  display: flex;
  position: absolute;
  top: -0.25rem;
  left: auto;
  height: 2rem;
  width: 2rem;
  border: 0.0625rem solid #40bab1;
  padding: 0;
  box-shadow: none;
  justify-content: center;
  align-items: center;
}
.address-header .input-select__increment-arrow:disabled {
  background: none;
  opacity: 0.25;
}
.address-header .input-select__increment-arrow:disabled .material-icons {
  color: #40bab1;
}
.address-header .input-select__increment-arrow--prev {
  right: 2.625rem;
}
.address-header .input-select__increment-arrow--next {
  right: 0;
}
.address-header .input-select__increment-arrow .material-icons {
  top: 0.2825rem;
  color: #40bab1;
}
.heatPump__steering {
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .heatPump__steering {
    margin-bottom: 15px;
  }
  .heatPump__steering .heatPump__temp-desc {
    margin-bottom: 5px;
  }
}
.heatPump .content-wrapper .switch.mypages {
  width: 40px;
  height: 23px;
}
@media (max-width: 768px) {
  .heatPump .content-wrapper .switch.mypages {
    margin-left: 10px !important;
    width: 55px;
    height: 30px;
  }
}
.heatPump .content-wrapper .switch.mypages input:checked + .slider {
  background-color: #00205b;
}
.heatPump .content-wrapper .switch.mypages input:checked + .slider:before {
  height: 19px;
  width: 19px;
  left: 6px;
}
@media (max-width: 768px) {
  .heatPump .content-wrapper .switch.mypages input:checked + .slider:before {
    height: 26px;
    width: 26px;
    left: 14px;
  }
}
.heatPump .content-wrapper .switch.mypages .slider:before {
  height: 19px;
  width: 19px;
}
@media (max-width: 768px) {
  .heatPump .content-wrapper .switch.mypages .slider:before {
    height: 26px;
    width: 26px;
  }
}
.heatPump .content-wrapper .fas-question {
  font-size: 22px;
}
@media (max-width: 768px) {
  .heatPump .content-wrapper .fas-question {
    font-size: 25px;
  }
}
.heatPump .content-wrapper .activate-heatpump {
  margin-top: 15px;
}
.heatPump .content-wrapper .activate-heatpump button {
  background-color: transparent;
  border: none;
  color: #00205b;
}
.heatPump .content-wrapper .range-slider {
  margin-top: 20px;
}
.heatPump .content-wrapper__temp {
  font-size: 25px;
}
.heatPump .content-wrapper__temp-graph-heading {
  font-size: 20px;
  margin-top: 1.5rem;
  margin-bottom: 1rem !important;
}
.heatPump .content-wrapper .switch {
  top: 13%;
}
.heatPump .content-wrapper .heatPump-modal .modal-body {
  padding: 2rem;
}
.phase-load {
  display: flex;
}
.phase-load__wrapper {
  margin-right: 2em;
}
.phase-load__label {
  text-align: center;
}
.phase-load__box-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phase-load__box {
  height: 180px;
  width: 85px;
  max-width: 100%;
  /*border: 1px solid #a3a0a0;*/
  position: relative;
  display: flex;
  align-items: center;
  background-color: #efefef;
  border-radius: 5px;
}
.phase-load__fill {
  width: 100%;
  background: #00205b;
  background-size: 6px 100%;
  border-radius: 5px;
  align-self: flex-end;
}
.forced-connection-block {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 1rem 1.25rem;
  max-width: 48rem;
}
.forced-connection-block .blue-box {
  background-color: #dff7ff;
  width: 100%;
}
.forced-connection-block .wide-button {
  width: 100%;
  border-radius: 999px;
  border: 1px solid #00205b;
}
.forced-connection-block .wide-button.checked {
  background-color: #00205b;
  color: white;
}
@media (max-width: 768px) {
  .forced-connection-block label {
    font-size: 14px;
  }
}
.forced-connection-block .container-checkbox {
  display: flex;
  align-items: center;
}
.forced-connection-block .container-checkbox .round-checkbox {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #00205b;
  cursor: pointer;
  outline: none;
  transition: background 0.2s, border-color 0.2s;
}
.forced-connection-block .container-checkbox .round-checkbox:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 32, 91, 0.3);
}
.forced-connection-block .container-checkbox .round-checkbox:checked {
  background-color: #dff7ff;
  border-color: #dff7ff;
}
.forced-connection-block .container-checkbox .round-checkbox:checked::after {
  content: "\2714";
  color: #00205b;
  font-size: 12px;
  position: relative;
  top: -4px;
  left: 4px;
}
.forced-connection-block .button {
  text-decoration: none;
  background-color: #79d9ff;
  color: #00205b;
}
.forced-connection-block .blue-box {
  background-color: #dff7ff;
  width: 100%;
}
.forced-connection-block .wide-button {
  width: 100%;
  border-radius: 999px;
  border: 1px solid #00205b;
}
.forced-connection-block .wide-button.checked {
  background-color: #00205b;
  color: white;
}
.forced-connection-block .container-checkbox {
  display: flex;
  align-items: center;
}
.forced-connection-block .container-checkbox .round-checkbox {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #00205b;
  cursor: pointer;
  outline: none;
  transition: background 0.2s, border-color 0.2s;
}
.forced-connection-block .container-checkbox .round-checkbox:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 32, 91, 0.3);
}
.forced-connection-block .container-checkbox .round-checkbox:checked {
  background-color: #dff7ff;
  border-color: #dff7ff;
}
.forced-connection-block .container-checkbox .round-checkbox:checked::after {
  content: "\2714";
  color: #00205b;
  font-size: 12px;
  position: relative;
  top: -4px;
  left: 4px;
}
.forced-connection-block .button {
  text-decoration: none;
  background-color: #79d9ff;
  color: #00205b;
}
.forced-connection-block .bankid-button {
  color: #00205b;
  background-color: #79d9ff;
  border: none;
  width: 100%;
}
.forced-connection-block .bankid-button:disabled {
  opacity: 0.5;
}
.color-EL {
  color: #40BAB1;
}
.bg-color-EL {
  background-color: #40BAB1;
}
.color-EL-EXT {
  color: #40BAB1;
}
.bg-color-EL-EXT {
  background-color: #40BAB1;
}
.color-GAS {
  color: #5399d8;
}
.bg-color-GAS {
  background-color: #5399d8;
}
.color-GAS-EXT {
  color: #5399d8;
}
.bg-color-GAS-EXT {
  background-color: #5399d8;
}
.color-FJV {
  color: #f77260;
}
.bg-color-FJV {
  background-color: #f77260;
}
.color-FJK {
  color: #bfdbde;
}
.bg-color-FJK {
  background-color: #bfdbde;
}
.color-PROD {
  color: #f4bd49;
}
.bg-color-PROD {
  background-color: #f4bd49;
}
.modal .modal-dialog-small {
  max-width: 600px !important;
}
.modal .modal-dialog {
  max-width: calc(100vw - 400px);
}
.modal .modal-dialog.delete-user {
  max-width: 500px;
}
@media (max-width: 991px) {
  .modal .modal-dialog {
    width: initial;
    max-width: initial;
  }
}
.modal .modal-dialog .modalcontent-small {
  min-height: 100% !important;
}
.modal .modal-dialog .modalcontent {
  height: 100%;
  min-height: calc(100vh - 80px);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.modal .modal-dialog .modalcontent .modalheader {
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #f0f0f0;
  flex-direction: row;
  display: flex;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modalcontent .modalheader .search {
    display: none !important;
  }
}
.modal .modal-dialog .modalcontent .modal-body .modaltab {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991px) {
  .modal .modal-dialog .modalcontent .modal-body .modaltab {
    flex-direction: column;
  }
}
.modal .modal-dialog .modalcontent .modal-body .navbtn {
  margin: 0px;
  display: flex;
  flex-direction: row;
  padding: 15px 15px 15px 30px;
  align-items: center;
  justify-content: flex-start;
  min-height: 65px;
}
.modal .modal-dialog .modalcontent .modal-body .navbtn.disabled {
  cursor: default;
}
.modal .modal-dialog .modalcontent .modal-body .navbtn.disabled.checked input {
  cursor: default;
}
.modal .modal-dialog .modalcontent .modal-body .navbtn.disabled.checked input:after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  border: solid #808080;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 8px;
}
.modal .modal-dialog .modalcontent .modal-body .navbtn.active {
  background: #dff7ff;
}
.modal .modal-dialog .modalcontent .modal-body .navbtn.active .navlabel {
  color: #132845;
  font-weight: normal;
}
.modal .modal-dialog .modalcontent .modal-body .navbtn.active.customerNav::after {
  content: '\f054';
  font-family: 'FontAwesome';
  margin-left: 30px;
  color: #132845;
}
.modal .modal-dialog .modalcontent .modal-body .navbtn .navlabel {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-weight: normal;
}
.modal .modal-dialog .modalcontent .modal-body .navbtn .navlabel .subtext {
  font-weight: normal;
}
.modal .modal-dialog .modalcontent .modal-body .navbtn .navlabel .custom-checkbox {
  margin-right: 35px;
  margin-top: 4px;
}
.modal .modal-dialog .modalcontent .modal-body .modalpanel {
  flex-grow: 1;
  min-width: 50%;
  display: flex;
  flex-direction: column;
}
.modal .modal-dialog .modalcontent .modal-body .modalpanel.edit-content {
  max-height: calc(100vh - 400px);
  overflow-y: auto;
}
.modal .modal-dialog .modalcontent .modal-body .modalpanel.add-content {
  max-height: calc(100vh - 320px);
  overflow-y: auto;
}
.modal .modal-dialog .modalcontent .modal-body .modalpanel .modalpanelcontent {
  border-right: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
}
.modal .modal-dialog .modalcontent .modal-body .modalpanel .modalpaneltitle {
  padding: 7.5px 30px;
  border-bottom: 1px solid #f0f0f0;
}
.modal .modal-dialog .modalcontent .modal-body .modalpanel:last-of-type .modalpanelcontent {
  border-right: none;
}
.modal .modal-dialog .modalcontent .modal-body .modalpanel.panel-api-product {
  min-width: 33%;
}
.modal .modal-dialog .modalcontent .modal-body .modalpanel.panel-analysis-product {
  min-width: 33%;
}
.modal .modal-dialog .modalcontent .modal-body .modalpanel.three-columns {
  min-width: 33%;
}
.modal .modal-dialog .modalcontent .modal-body .edit-user {
  padding: 7.5px 30px 0 30px;
}
.modal .modal-dialog .modalcontent .modal-body .edit-user .title {
  padding: 0;
  margin: 5px 0 15px 0;
}
.modal .navtabs {
  display: flex;
  flex-direction: row;
}
.modal .navtabs .navtab {
  padding: 25px 30px;
  text-decoration: none;
  color: #132845;
}
.modal .navtabs .navtab.active {
  border-bottom: 2px solid #40BAB1;
  font-weight: bold;
  color: #4d4d4d;
  padding-bottom: 23px;
  cursor: unset;
}
.sign-electricity-contract-block .checkbox_custom {
  height: 20px;
  width: 20px;
}
.sign-electricity-contract-block .btn-contract {
  background-color: transparent;
  color: #00205b;
  border: 1px solid #00205b;
  padding: 13px 20px;
  font-size: 16px;
  border-radius: 24px;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
}
.sign-electricity-contract-block .btn-contract.btn-dark-blue {
  background-color: #00205b;
  color: #dff7ff;
}
.sign-electricity-contract-block .custom-width {
  max-width: 350px;
}
.sign-electricity-contract-block .card-with-button-block {
  background-color: white;
  border-radius: 5px;
  width: calc(50% - 0.75rem);
}
@media (max-width: 576px) {
  .sign-electricity-contract-block .card-with-button-block {
    width: 100%;
  }
}
.sign-electricity-contract-block .card-with-button-block h4 {
  font-size: 18px;
}
.sign-electricity-contract-block .offer-sign-up-btn {
  background-image: linear-gradient(3rad, #00205b -10%, #00205b 50%, #00205b 51%, #00205b 120%);
}
.sign-electricity-contract-block .offer-sign-up-btn span {
  color: #00205b;
}
.sign-electricity-contract-block .offer-sign-up-link {
  text-decoration-color: #00205b;
}
.sign-electricity-contract-block .offer-sign-up-link span {
  color: #00205b;
}
.sign-electricity-contract-block .not-active {
  opacity: 0.4;
}
.sign-electricity-contract-block .close {
  position: absolute;
  right: 5px;
  z-index: 10;
}
.sign-electricity-contract-block button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.sign-electricity-contract-block .offer-sign-up-step__fields .our-button:not(.our-button--fake-link) {
  background-color: #005dab;
  background-image: none;
  border: none;
}
.sign-electricity-contract-block .offer-sign-up-step__fields .our-button {
  text-decoration: none;
}
.sign-electricity-contract-block .speech-bubble {
  position: relative;
  background: #ffb5c1;
  border-radius: 0.4em;
  color: black;
  width: 400px;
}
@media only screen and (max-width: 576px) {
  .sign-electricity-contract-block .speech-bubble {
    width: inherit;
  }
}
@media only screen and (min-width: 576px) {
  .sign-electricity-contract-block .speech-bubble .after-element {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1px;
    top: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right-color: #ffb5c1;
    border-left: 0;
    margin-left: -20px;
    margin-top: -20px;
  }
}
.sign-electricity-contract-block .sign-up-form .read-more {
  width: 100%;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.sign-electricity-contract-block .sign-up-form .read-more > div {
  padding: 20px;
}
.sign-electricity-contract-block .sign-up-form .read-more table {
  font-size: 14px;
  margin-bottom: 20px;
}
.sign-electricity-contract-block .sign-up-form .read-more table thead th {
  font-weight: 100;
  padding-bottom: 1rem;
}
.sign-electricity-contract-block .sign-up-form .read-more .electricity-offer-spec__price-details-note {
  font-size: small;
  padding: 0;
}
.sign-electricity-contract-block .sign-up-form__heading {
  position: relative;
  min-height: 36px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  padding: 15px 0;
}
.sign-electricity-contract-block .sign-up-form__heading .step {
  color: #fff;
  font-size: 1.3em;
  margin-right: 10px;
  background-color: #00205b;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 999px;
}
@media only screen and (max-width: 576px) {
  .sign-electricity-contract-block .sign-up-form__heading .title {
    font-size: 15px;
  }
}
.sign-electricity-contract-block .sign-up-form__heading i {
  position: absolute;
  right: 10px;
  color: #00205b;
  font-size: 22px;
}
.sign-electricity-contract-block .sign-up-form__content {
  padding: 15px 0;
  border-bottom: 1px solid white;
}
.sign-electricity-contract-block .sign-up-form__content:last-of-type {
  border-bottom: none;
}
.sign-electricity-contract-block .sign-up-form__content .actions .error-message {
  font-size: small;
  color: red;
}
.sign-electricity-contract-block .sign-up-form__content .actions .form__errors {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  color: #ea7676;
  list-style: none;
}
.sign-electricity-contract-block .sign-up-form__content .actions input[type=text] {
  padding: 7px 10px;
  width: 160px;
  outline: none;
  border: rgba(0, 0, 0, 0.2) 1px solid;
  border-radius: 2px;
  margin-right: 20px;
  min-height: 37px;
}
.sign-electricity-contract-block .sign-up-form__content .actions input[type=text]:focus,
.sign-electricity-contract-block .sign-up-form__content .actions input[type=text]:focus-visible {
  outline: none;
  border: 2px solid #00205b;
}
.sign-electricity-contract-block .sign-up-form__content .actions .housing-box__content {
  background-color: #f397bf;
  padding: 10px 15px;
  border-radius: 5px;
  color: white;
  width: 90%;
  min-height: 62px;
}
@media only screen and (max-width: 576px) {
  .sign-electricity-contract-block .sign-up-form__content .actions .housing-box__content {
    width: 100%;
    justify-content: center;
    height: auto;
  }
}
.sign-electricity-contract-block .sign-up-form__content .actions .housing-box__content img {
  width: 30px;
  height: 30px;
}
.sign-electricity-contract-block .sign-up-form__content .actions .housing-box__content span {
  text-transform: uppercase;
  font-size: small;
  margin-left: 10px;
}
.sign-electricity-contract-block .sign-up-form__content .actions .housing-box__content .property-size,
.sign-electricity-contract-block .sign-up-form__content .actions .housing-box__content .year-consumption {
  font-size: small;
}
.sign-electricity-contract-block .sign-up-form__alternative .btn-shadow {
  background-color: #001640;
  color: #9cacb2;
}
.sign-electricity-contract-block .sign-up-form__alternative .overlay-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.sign-electricity-contract-block .sign-up-form__alternative .alternative__item {
  background-color: white;
  border-bottom: none;
  border-top: none;
  padding: 20px;
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.sign-electricity-contract-block .sign-up-form__alternative .alternative__item .checkmark-list {
  list-style: none;
  padding-left: 0;
}
.sign-electricity-contract-block .sign-up-form__alternative .alternative__item .checkmark-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.sign-electricity-contract-block .sign-up-form__alternative .alternative__item .checkmark-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 14px;
  transform: translateY(-50%);
  background-color: #00205b;
  color: #fff;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}
.sign-electricity-contract-block .sign-up-form__alternative .alternative__header {
  background-color: #ffcc00;
  display: flex;
  flex-direction: column;
  padding: 1.3rem 1rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.sign-electricity-contract-block .sign-up-form__alternative .alternative__bottom {
  background-color: white;
  transition: background-color 0.3s ease;
  font-size: 18px;
  cursor: pointer;
  margin-top: 1rem;
}
.sign-electricity-contract-block .sign-up-form__alternative .alternative__bottom.active {
  background-color: #025cab;
}
.sign-electricity-contract-block .sign-up-form__alternative .alternative__main-descr {
  font-size: small;
}
.sign-electricity-contract-block .sign-up-form__alternative .alternative__parts .parts__monthly-price {
  background-color: #f5f2ed;
  padding: 1rem;
  border-radius: 3px;
  font-size: 18px;
}
.sign-electricity-contract-block .sign-up-form__alternative .alternative__parts .parts__monthly-price .rich-text-box p {
  font-size: 15px;
}
.sign-electricity-contract-block .sign-up-form__alternative .alternative__parts .part {
  margin: 0.5rem 1rem;
}
.sign-electricity-contract-block .sign-up-form__alternative .alternative__parts-wrapper {
  font-size: small;
}
.sign-electricity-contract-block .sign-up-form__stepTwo.not-active .actions input {
  pointer-events: none;
}
.sign-electricity-contract-block .sign-up-form__stepThree .info-box {
  border: 1px solid #00205b;
  border-radius: 5px;
  font-size: 14px;
}
.sign-electricity-contract-block .sign-up-form__stepThree .housing-box {
  padding-left: 10px;
  padding-right: 10px;
}
.sign-electricity-contract-block .sign-up-form__stepThree .housing-box .housing-box__content {
  padding: 10px 10px;
  width: 100%;
}
.sign-electricity-contract-block .sign-up-form__stepThree.not-active .actions input,
.sign-electricity-contract-block .sign-up-form__stepThree.not-active .actions button {
  pointer-events: none;
}
@media only screen and (max-width: 576px) {
  .sign-electricity-contract-block .sign-up-form__stepThree .actions .bubble-wrapper {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .sign-electricity-contract-block .sign-up-form__stepThree .actions .bubble-wrapper input {
    margin-bottom: 20px;
  }
  .sign-electricity-contract-block .sign-up-form__stepThree .actions .bubble-wrapper .speech-bubble .after-element {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    top: 0;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom-color: #ffb5c1;
    border-left: 0;
    margin-left: -20px;
    border-top: 0;
    margin-top: -20px;
  }
}
.sign-electricity-contract-block .sign-up-form__stepFour .recommendation-bubble .speech-bubble {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: small;
  background: #f77260;
  cursor: pointer;
}
.sign-electricity-contract-block .sign-up-form__stepFour .recommendation-bubble .speech-bubble .after-element {
  content: '';
  position: absolute;
  bottom: 1px;
  top: initial;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #f77260;
  border-bottom: 0;
  margin-left: -10px;
  margin-bottom: -10px;
}
@media only screen and (max-width: 576px) {
  .sign-electricity-contract-block .sign-up-form__stepFour .sign-up-form__alternative {
    margin-bottom: 40px;
  }
}
.sign-electricity-contract-block .sign-up-form__stepFour .recommended-desc {
  padding: 20px;
}
@media only screen and (max-width: 990px) {
  .sign-electricity-contract-block .horizontal-container {
    display: none;
  }
}
@media only screen and (min-width: 990px) {
  .sign-electricity-contract-block .vertical-container {
    display: none;
  }
}
.timeline-block {
  overflow: hidden;
}
.timeline-block .timeline-outer-wrapper {
  max-width: 1900px;
  margin: 0 auto;
  overflow: hidden;
}
.timeline-block .timeline-details {
  height: 440px;
  max-width: 1300px;
  margin: 0 auto;
}
.timeline-block .timeline-details .slide-right {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: left 3s ease-in-out;
}
.timeline-block .timeline-details .slide-right.slide-right-out {
  transition: 3s;
  left: -300%;
}
.timeline-block .timeline-details .slide-left {
  position: absolute;
  right: 0;
  bottom: 40px;
  transition: right 3s ease-in-out;
}
.timeline-block .timeline-details .slide-left.slide-left-out {
  transition: 3s;
  right: -300%;
}
.timeline-block .timeline-details .slide-up {
  position: absolute;
  bottom: 0;
  bottom: 40px;
  transition: bottom 3s ease-in-out;
}
.timeline-block .timeline-details .slide-up.slide-up-out {
  transition: 3s;
  bottom: -300%;
}
.timeline-block .timeline-details__year {
  font-size: 10em;
  position: absolute;
  padding-left: 3rem;
}
.timeline-block .timeline-details__heading {
  white-space: nowrap;
  font-size: 2.5em;
  position: absolute;
  top: 35%;
  padding-left: 6rem;
}
.timeline-block .timeline-details__text {
  display: flex;
  align-items: end;
  margin-bottom: 0;
  font-size: 18px;
}
.timeline-block .timeline-details__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 342px;
}
.timeline-block .timeline-details__content {
  align-items: end;
  margin-bottom: 40px;
}
.timeline-block .timeline-year-listing {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.timeline-block .timeline-year-listing .img-wrapper {
  height: 120px;
}
.timeline-block .timeline-year-listing__years {
  position: absolute;
  z-index: 4;
  max-width: 100vw;
}
.timeline-block .timeline-year-listing__years .material-icon-arrow:hover,
.timeline-block .timeline-year-listing__years .material-icon-arrow:focus {
  color: white;
}
.timeline-block .timeline-year-listing__years .material-icon-arrow .material-icons {
  font-size: 2.5rem;
}
.timeline-block .timeline-year-listing__years ul {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow-x: hidden;
  justify-content: center;
}
.timeline-block .timeline-year-listing__years ul li {
  list-style-type: none;
  display: inline-block;
  min-width: 115px;
  padding: 0;
  margin: 0;
  text-align: center;
}
.timeline-block .timeline-year-listing__years ul li a {
  font-size: 1.5em;
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-rendering: geometricPrecision;
  display: block;
  transition: font-size 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
.timeline-block .timeline-year-listing__years ul li a.active {
  font-size: 3em;
}
.timeline-block .timeline-year-listing__years ul li a:hover:not(.active) {
  font-size: 3em;
}
.timeline-block .timeline-year-listing #overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .timeline-block .timeline-details {
    height: auto;
  }
  .timeline-block .timeline-details__year {
    font-size: 6em;
    padding-left: 0;
    position: initial;
  }
  .timeline-block .timeline-details__heading {
    font-size: 1.5em;
    padding-left: 2rem;
    margin-top: -40px;
    position: initial;
    overflow: hidden;
  }
  .timeline-block .timeline-details__img {
    max-height: 200px;
  }
  .timeline-block .timeline-details .slide-left-wrapper {
    display: flex;
    justify-content: end;
    padding: 0;
    margin-top: 40px;
  }
  .timeline-block .timeline-details .slide-left-wrapper .slide-left {
    width: 200px;
    height: 200px;
    position: initial;
  }
  .timeline-block .timeline-details .slide-right-wrapper {
    margin-top: -55px;
    padding-bottom: 1rem;
  }
  .timeline-block .timeline-details .slide-right-wrapper .slide-right {
    position: initial;
  }
  .timeline-block .timeline-details .slide-up-wrapper {
    padding-bottom: 40px;
  }
  .timeline-block .timeline-details .slide-up-wrapper .slide-up {
    position: initial;
  }
  .timeline-block .timeline-year-listing__years ul {
    overflow-x: auto;
    padding-left: 0;
  }
  .timeline-block .timeline-year-listing__years ul li {
    min-width: 70px;
  }
  .timeline-block .timeline-year-listing__years ul li a {
    font-size: 1.1em;
  }
  .timeline-block .timeline-year-listing__years ul li a.active {
    font-size: 1.5em;
  }
}
.hero-block {
  position: relative;
  height: 470px;
  overflow: hidden;
  /*    .pseudo-background-img-container {
        position: relative;
        height: 470px;

        @media (max-width: 768px) {
            height: auto;
        }
    }

    .pseudo-background-img {
        position: absolute;
        top: 0; 
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }*/
}
@media (max-width: 768px) {
  .hero-block {
    height: auto;
  }
}
.hero-block__wrapper {
  background-position: center center;
  background-size: cover;
  /*.full {
            @media (min-width: 769px) {
                display: block !important;
            }
        }

        .small {
            @media (min-width: 600px) and (max-width: 768) {
                display: block !important;
            }
        }

        .smaller {
            @media (max-width: 601) {
                display: block !important;
            }
        }*/
}
.hero-block__wrapper .hero-block__video > video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .hero-block__wrapper .hero-block__video > video {
    height: 100%;
    object-fit: cover;
  }
}
.hero-block__wrapper .hero-block__image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-block__textbox {
  padding: 25px 20px;
  border-radius: 3px;
  position: absolute;
  margin: 15px;
  max-width: 50%;
}
.hero-block__textbox.text-box-right {
  right: 0;
}
.hero-block__textbox.text-box-left {
  left: 0;
}
.hero-block__textbox.text-box-top {
  top: 0;
}
.hero-block__textbox.text-box-bottom {
  bottom: 0;
}
@media (max-width: 768px) {
  .hero-block__textbox {
    position: relative;
    font-size: 1em;
    max-width: 100%;
    margin: 20px;
  }
}
.hero-block__textbox .heading {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .hero-block__textbox .heading {
    font-size: 1em;
  }
}
.hero-block__version2 {
  font-family: CentraNo1-Bold, FuturaStd, "Segoe UI", sans-serif;
  position: absolute;
  margin: 15px;
  max-width: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hero-block__version2 .heading {
  text-align: center;
}
.hero-block__version2 .text {
  font-size: 2.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .hero-block__version2 .text {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .hero-block__version2 {
    position: relative;
    font-size: 1em;
    max-width: 100%;
    margin: 20px;
    left: inherit;
    top: inherit;
    transform: inherit;
  }
}
.product-landing-block {
  background-color: #EEF3F7;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .product-landing-block {
    padding: 5px 0;
  }
}
.product-landing-block img {
  width: 600px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 70px;
  max-width: 41%;
  height: auto;
}
@media (max-width: 991px) {
  .product-landing-block img {
    display: none;
  }
}
@media (min-width: 1449px) {
  .product-landing-block .offset-lg-6 {
    margin-left: 45%;
  }
}
@media (min-width: 1579px) {
  .product-landing-block .offset-lg-6 {
    margin-left: 35%;
  }
}
.product-landing-block .heading {
  text-align: left;
  margin-bottom: 20px;
  max-width: none;
}
.product-landing-block .heading .title {
  font-size: 30px;
}
.product-item-block:before {
  content: "";
  display: block;
  position: absolute;
  width: 41%;
  height: 65%;
  top: 0;
  left: 0;
  background-color: #fff5d4;
  height: 300px;
}
.product-item-block .title {
  margin-bottom: 23px;
}
.product-item-block ul {
  list-style: none;
  padding-left: 0;
}
.product-item-block ul li {
  position: relative;
  padding-left: 40px;
}
.product-item-block ul li:before {
  background-color: #00205b;
  content: "";
  display: inline-block;
  height: 1px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 11px;
}
.product-tabs-listing-block .nav-tabs {
  border-bottom: none;
}
.product-tabs-listing-block .nav-tabs .tab-header {
  display: inline-block;
  color: #82868a;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  padding: 15px 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.product-tabs-listing-block .nav-tabs .tab-header:hover,
.product-tabs-listing-block .nav-tabs .tab-header:focus {
  color: #00205b;
  border: none;
}
.product-tabs-listing-block .nav-tabs .tab-header.active {
  color: #fff;
  background-color: #00205b;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.product-tabs-listing-block .nav-tabs .nav-link {
  border: none;
}
.product-tabs-listing-block .tab-content {
  position: relative;
}
.product-tabs-listing-block .tab-content .product-item {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 50px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-tabs-listing-block .tab-content .product-item:hover {
  background-color: #f5f2ed;
}
@media only screen and (min-width: 576px) {
  .product-tabs-listing-block .tab-content .product-item {
    max-width: 100%;
    margin: 0;
  }
}
.product-tabs-listing-block .tab-content .product-item .img-holder {
  display: block;
  position: relative;
  outline: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  max-height: 300px;
  overflow: hidden;
}
.product-tabs-listing-block .tab-content .product-item .img-holder:before {
  content: "";
  display: block;
  padding-top: 89.52381%;
}
.product-tabs-listing-block .tab-content .product-item .img-holder img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 90%;
  max-width: 90%;
}
.product-tabs-listing-block .tab-content .product-item .title {
  margin-top: 12px;
  font-size: 18px;
}
.product-tabs-listing-block .tab-content .product-item .bottom-element {
  flex-grow: 1;
  position: relative;
  min-height: 90px;
}
.product-tabs-listing-block .tab-content .product-item .bottom-element .button.btn-common {
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #79d9ff;
  color: #00205b;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-two-column-blocks .info-box-v2 {
  position: relative;
  height: 100%;
}
.product-two-column-blocks .info-box-v2 .info-box__img {
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
}
.product-two-column-blocks .info-box-v2 .info-box_v2_description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: background-color 0.5s;
}
.product-two-column-blocks .info-box-v2 .info-box_v2_description .pdf-link {
  color: #4eb5ac;
}
.product-two-column-blocks .info-box-v2 .info-box_v2_description .info-box__inner {
  padding: 17px;
  background-color: #4eb5ac;
  transition: background-color 0.7s;
}
.product-two-column-blocks .info-box-v2 .info-box_v2_description .info-box__inner .info-box_v2_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 1rem !important;
  font-weight: 700;
  color: #ffffff;
}
.product-two-column-blocks .info-box-v2 .info-box_v2_description .info-box__inner .info-box_v2_hidden {
  transition: height 0.7s;
  overflow: hidden;
  font-size: 0.9rem;
  color: #ababab;
  height: 0px;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  position: relative;
}
.product-two-column-blocks .info-box-v2 .info-box_v2_description .info-box__inner .info-box_v2_hidden .variant-description {
  margin-top: 20px;
  font-size: 13px;
  color: black;
}
.product-two-column-blocks .info-box-v2 .info-box_v2_description .info-box__inner .info-box_v2_hidden .variant-description padding {
  margin-bottom: 0px;
}
.product-two-column-blocks .info-box-v2 .info-box_v2_description .info-box__inner .info-box_v2_hidden .variant-description a {
  color: #004a37;
}
.product-two-column-blocks .info-box-v2 .info-box_v2_description .info-box__inner .info-box_v2_hidden h3 {
  font-size: 1.4rem;
  color: black;
}
.product-two-column-blocks .info-box-v2 .info-box_v2_description .info-box__inner .info-box_v2_hidden .item-description {
  margin: 0;
}
.product-two-column-blocks .info-box-v2 .info-box_v2_description .info-box__inner .info-box_v2_hidden .item-description p {
  margin: 0;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.product-two-column-blocks .info-box-v2 .info-box_v2_description .info-box__inner .info-box_v2_hidden ul {
  color: #82868a;
  list-style: none;
  line-height: 30px;
}
.product-two-column-blocks .info-box-v2 .info-box_v2_description .info-box__inner .info-box_v2_hidden ul li {
  position: relative;
  color: black;
}
.product-two-column-blocks .info-box-v2 .info-box_v2_description .info-box__inner .info-box_v2_hidden ul li::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 16px;
  background-color: #004a37;
  position: absolute;
  left: -26px;
  top: 14px;
}
.product-two-column-blocks .info-box-v2 .info-box_v2_description .info-box__inner .info-box_v2_hidden .bottom-section {
  position: absolute;
  z-index: -2;
  display: none;
  bottom: 3%;
}
.sun-trip-block .mobile-no-padding {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .sun-trip-block .mobile-no-padding {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.sun-trip-block .mobile-image {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sun-trip-block .mobile-image {
    width: 100%;
    z-index: -1;
    height: 250px;
    display: block;
  }
  .sun-trip-block .mobile-image .img-bg,
  .sun-trip-block .mobile-image .video-bg video {
    margin: auto;
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%";
  }
}
.sun-trip-block .bg-holder {
  position: relative;
  background-size: cover;
}
.sun-trip-block .bg-holder .img-holder {
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .sun-trip-block .bg-holder .img-holder {
    display: none;
  }
}
.sun-trip-block .bg-holder .img-holder .img-bg,
.sun-trip-block .bg-holder .img-holder .video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
@media only screen and (min-width: 768px) {
  .sun-trip-block .bg-holder {
    height: 810px;
  }
}
@media only screen and (max-width: 767px) {
  .sun-trip-block .bg-holder {
    background-image: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .sun-trip-block .bg-holder {
    height: 760px;
  }
}
.sun-trip-block .bg-holder .about-item {
  padding: 40px 30px 40px 30px;
  background-color: #EEF3F7;
  margin-top: 0;
}
@media only screen and (min-width: 576px) {
  .sun-trip-block .bg-holder .about-item {
    padding: 63px 49px 64px 49px;
  }
}
@media only screen and (min-width: 768px) {
  .sun-trip-block .bg-holder .about-item {
    margin-top: 50px;
  }
}
.sun-trip-block .bg-holder .about-item .title {
  letter-spacing: -0.05em;
  font-size: 30px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) {
  .sun-trip-block .bg-holder .about-item .title {
    font-size: 40px;
  }
}
.sun-trip-block .bg-holder .about-item .description {
  min-height: 150px;
}
.sun-trip-block .bg-holder .about-item .element-holder .container {
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .sun-trip-block .bg-holder .about-item .element-holder .container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .sun-trip-block .bg-holder .about-item .element-holder .container {
    max-width: 960px;
  }
}
@media only screen and (max-width: 767px) {
  .sun-trip-block .bg-holder .about-item .element-holder .container .tabs {
    display: none;
  }
}
.sun-trip-block .bg-holder .about-item .element-holder .container .nav-tabs {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.sun-trip-block .bg-holder .about-item .element-holder .container .nav-tabs .nav-item {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 0px;
}
.sun-trip-block .bg-holder .about-item .element-holder .container .nav-tabs .nav-item a {
  color: #2C2C2C;
  text-decoration: none;
  padding: 0.5rem 0.7rem;
  border-bottom: none;
  border: none;
}
.sun-trip-block .bg-holder .about-item .element-holder .container .nav-tabs .nav-item a.active {
  color: #025cab;
}
@media only screen and (min-width: 768px) {
  .sun-trip-block .bg-holder .about-item .element-holder .container .nav-tabs .nav-item a.active {
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.sun-trip-block .bg-holder .about-item .element-holder .container .nav-tabs .nav-item a .tinyIcon {
  width: 32px;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sun-trip-block .bg-holder .about-item .element-holder .container .tab-content .tab-pane {
  background-color: white;
  border: none;
  height: 230px;
  overflow-y: auto;
}
@media only screen and (min-width: 576px) {
  .sun-trip-block .bg-holder .about-item .element-holder .container .tab-content .tab-pane {
    padding: 47px 50px 25px 50px;
  }
}
.sun-trip-block .bg-holder .about-item .element-holder .container .tabs-mobile {
  margin-top: 2rem;
}
@media only screen and (min-width: 767px) {
  .sun-trip-block .bg-holder .about-item .element-holder .container .tabs-mobile {
    display: none;
  }
}
.sun-trip-block .bg-holder .about-item .element-holder .container .tabs-mobile .card {
  border-bottom: none;
  background-color: transparent;
  border-radius: 0;
}
.sun-trip-block .bg-holder .about-item .element-holder .container .tabs-mobile .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 5px;
}
.sun-trip-block .bg-holder .about-item .element-holder .container .tabs-mobile .card .card-header button {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #333;
  text-decoration: none;
}
.sun-trip-block .bg-holder .about-item .element-holder .container .tabs-mobile .card .card-header button:not(.collapsed) {
  color: #025cab;
}
.sun-trip-block .bg-holder .about-item .element-holder .container .tabs-mobile .card .card-header button img {
  position: absolute;
  left: calc(50% - 90px);
  width: 32px;
}
.sun-trip-block .bg-holder .about-item .element-holder .container .tabs-mobile .card .card-body {
  background-color: white;
  padding: 2rem;
}
.sun-trip-block .bg-holder .about-item .element-holder .container .tabs-mobile .card:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.new-grid .container-block-body .article-carousel .article-carousel__title {
  max-width: none;
}
.new-grid .container-block-body .article-carousel .article-carousel__slide {
  max-width: none;
  padding: 0;
}
.new-grid .container-block-body .outage-notice .poster-content__intro,
.new-grid .container-block-body .outage-notice .outage-notice__table-wrapper {
  max-width: none;
  padding: 0;
}
.new-grid .container-block-body .outage-notice .poster-content__intro .poster-content__lede,
.new-grid .container-block-body .outage-notice .outage-notice__table-wrapper .poster-content__lede,
.new-grid .container-block-body .outage-notice .poster-content__intro .poster-content__text,
.new-grid .container-block-body .outage-notice .outage-notice__table-wrapper .poster-content__text {
  max-width: inherit;
}
.faq {
  color: #00205b;
}
.faq .faq-hr {
  color: #00205b;
  border-top: 1px solid #00205b;
  margin: 1rem auto;
}
.faq .primary-heading {
  padding-top: 30px;
  padding-bottom: 30px;
}
.faq .primary-heading h2 {
  font-size: 2.5rem;
}
.faq .primary-heading .subtitle {
  font-size: 40px;
  line-height: 50px;
  margin: 13px 0 0 0;
  letter-spacing: -0.03em;
  margin-top: 0;
}
@media (max-width: 768px) {
  .faq .primary-heading .subtitle {
    font-size: 36px;
    line-height: 46px;
  }
}
.faq .accordion-item .title-block.faq-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #00205b;
  width: 100%;
  border-style: none;
  text-align: left;
}
.faq .accordion-item .title-block.faq-buttons .title {
  margin-bottom: 0;
  width: calc(100% - 50px);
  font-size: 20px;
  font-weight: 400;
  font-family: CentraNo1-Book, FuturaStd, "Segoe UI", sans-serif;
}
.faq .accordion-item .title-block.faq-buttons .icon-border {
  border: 1px solid #00205b;
  border-radius: 50%;
  height: 25px;
  text-align: center;
  width: 25px;
  position: relative;
}
.faq .accordion-item .title-block.faq-buttons .icon {
  color: #00205b;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq .accordion-item .title-block.faq-buttons.collapsed .icon {
  transform: translate(-50%, -50%) rotate(180deg);
}
.faq .accordion-item .faq-answer {
  padding: 20px 0px;
}
.testimonials {
  position: relative;
  padding: 0 !important;
}
@media only screen and (min-width: 992px) {
  .testimonials {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 768px) {
  .testimonials {
    padding: 90px 0;
  }
}
.testimonials .subtitle {
  color: #0d73fc;
  font-size: 13px;
  line-height: 27px;
  font-weight: 500;
  text-transform: uppercase;
}
.testimonials .title {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) {
  .testimonials .title {
    font-size: 40px;
    line-height: 50px;
    margin: 13px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .testimonials .title {
    font-size: 36px;
    line-height: 46px;
  }
}
.testimonials .testimonials-dots {
  display: flex;
  justify-content: flex-start;
  margin: 25px 0;
  position: absolute;
  left: 60%;
  top: 100px;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .testimonials .testimonials-dots {
    justify-content: flex-end;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials .testimonials-dots {
    top: 0;
    left: 80% !important;
  }
}
.testimonials .testimonials-dots .slick-dots {
  padding: 0;
  margin: 0;
  line-height: initial;
  display: flex;
  right: -70px;
  width: inherit;
}
.testimonials .testimonials-dots .slick-dots li {
  padding-left: 0;
  display: inline-flex;
  align-items: flex-start;
  list-style: none;
  height: 18px;
  width: 18px;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  line-height: initial;
}
.testimonials .testimonials-dots .slick-dots li:not(:last-of-type) {
  margin-right: 30px;
}
.testimonials .testimonials-dots .slick-dots li button {
  font-size: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  padding: 0;
  border: none;
  outline: 0;
  background-color: #c7c7c7;
  transition: 0.3s;
  cursor: pointer;
}
.testimonials .testimonials-dots .slick-dots li button:before {
  display: none;
}
.testimonials .testimonials-dots .slick-dots li button:not(:disabled) {
  cursor: pointer;
}
.testimonials .testimonials-dots .slick-dots .slick-active {
  border: 2px solid #00205b;
  cursor: pointer;
}
.testimonials .testimonials-dots .slick-dots .slick-active button {
  background-color: #00205b;
}
.testimonials .testimonials-slider .slider-item p {
  color: #00205B;
  font-size: 20px;
  line-height: 30px;
}
.testimonials .testimonials-slider .slider-item .user {
  display: inline-block;
  font-weight: 700;
  margin-top: 30px;
}
.testimonials .testimonials-slider .slider-item .user:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 39px;
  background-color: #00205b;
  vertical-align: middle;
  margin-right: 20px;
}
.testimonials .testimonials-slider .slider-item .user .position {
  color: #0d73fc;
}
.testimonials--img-left .img-holder .quote-icon {
  right: -31px;
}
.testimonials--img-right .img-holder .quote-icon {
  left: -31px;
}
.testimonials-img .wrapper {
  display: flex;
  justify-content: space-between;
}
.testimonials-img .wrapper .slick-content-item {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .testimonials-img .wrapper .slick-content-item .white-block {
    display: none;
  }
}
.testimonials-img .wrapper .slick-content-item .img-holder {
  display: none;
  height: 386px;
  width: 198px;
  position: absolute;
  overflow: visible;
}
@media only screen and (min-width: 992px) {
  .testimonials-img .wrapper .slick-content-item .img-holder {
    display: block;
  }
}
.testimonials-img .wrapper .slick-content-item .img-holder .quote-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 107px;
  width: 62px;
  background-color: #0d73fc;
  position: absolute;
  top: 101px;
  z-index: 2;
}
.testimonials-img .wrapper .slick-content-item .img-holder .quote-icon span {
  color: #fff;
  font-size: 92px;
  line-height: 0;
  position: absolute;
  top: 84px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonials-img .wrapper .slick-content-item .img-holder .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.testimonials-img .wrapper .slick-content-item .text-block {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .testimonials-img .wrapper .slick-content-item .text-block {
    width: calc(100% - 260px);
  }
}
.testimonials-img .wrapper .slick-content-item .text-block .align-items-end {
  align-items: flex-end !important;
}
.testimonials-img .wrapper .slick-content-item .text-block .align-items-end .primary-heading {
  width: 100%;
  text-align: left;
  max-width: 100%;
  margin: 0;
}
.testimonials-img .wrapper .slick-content-item .text-block .content {
  margin-top: 21px;
}
.testimonials.no-img .testimonials-dots {
  left: 90%;
}
@media only screen and (max-width: 991px) {
  .testimonials.no-img .testimonials-dots {
    top: 0;
  }
}
.testimonials.no-img .slider-holder {
  position: relative;
}
.testimonials.no-img .slider-holder .wrapper.testimonials-wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #eff2f5;
  padding: 70px 0 65px 0;
  padding-top: 20px !important;
}
@media only screen and (min-width: 576px) {
  .testimonials.no-img .slider-holder .wrapper.testimonials-wrapper {
    padding: 97px 0 94px 0;
  }
}
.testimonials.no-img .slider-holder .wrapper.testimonials-wrapper .align-items-end {
  align-items: flex-end !important;
}
.testimonials.no-img .slider-holder .wrapper.testimonials-wrapper .align-items-end .testimonials-top {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .testimonials.no-img .slider-holder .wrapper.testimonials-wrapper .align-items-end .testimonials-top {
    flex-direction: row;
  }
}
.testimonials.no-img .slider-holder .wrapper.testimonials-wrapper .align-items-end .testimonials-top .quote-icon {
  height: 78px;
  width: 70px;
  background-color: #0d73fc;
  position: relative;
  margin-bottom: 25px;
}
@media only screen and (min-width: 576px) {
  .testimonials.no-img .slider-holder .wrapper.testimonials-wrapper .align-items-end .testimonials-top .quote-icon {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.testimonials.no-img .slider-holder .wrapper.testimonials-wrapper .align-items-end .testimonials-top .quote-icon span {
  color: #fff;
  font-size: 92px;
  line-height: 0;
  position: absolute;
  bottom: -7px;
  right: 16px;
}
.testimonials.no-img .slider-holder .wrapper.testimonials-wrapper .align-items-end .testimonials-top .heading {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  max-width: 650px;
  margin: 0 auto 40px auto;
}
@media only screen and (min-width: 576px) {
  .testimonials.no-img .slider-holder .wrapper.testimonials-wrapper .align-items-end .testimonials-top .heading {
    width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 1300px) {
  .testimonials.no-img .slider-holder .wrapper.testimonials-wrapper .align-items-end .testimonials-top .heading {
    max-width: 800px;
  }
}
.testimonials.no-img .slider-holder .wrapper.testimonials-wrapper .testimonials-slider .slider-item {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .testimonials.no-img .slider-holder .wrapper.testimonials-wrapper .testimonials-slider .slider-item {
    padding-left: 100px;
  }
}
.testimonials.no-img .slider-holder .wrapper.testimonials-wrapper .testimonials-slider .slider-item p {
  color: #333;
}
.teaser-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .teaser-block:last-of-type {
    margin-bottom: 0;
  }
}
.teaser-block .teaser-button {
  background-color: #5399d8;
  color: white;
  cursor: pointer;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
}
.teaser-block .media-wrapper {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.teaser-block .media-wrapper .overlay {
  background: rgba(69, 77, 87, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.teaser-block .media-wrapper .teaser-image {
  height: 100%;
  display: block;
  max-width: 100%;
  object-fit: cover;
  transition: all 0.5s;
  border-radius: 0.5rem;
}
.teaser-block .media-wrapper .teaser-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  border-radius: 0.5rem;
}
.teaser-block .media-wrapper:hover .teaser-image,
.teaser-block .media-wrapper:focus .teaser-image {
  transform: scale(1.1);
}
.teaser-block .fancybox_videoplayer {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  padding: 0;
  border: none;
  background-color: transparent;
  text-decoration: none;
}
.teaser-block .fancybox_videoplayer i {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.infographic-container__header .subtitle {
  color: #0d73fc;
  font-size: 13px;
  line-height: 27px;
  font-weight: 500;
  text-transform: uppercase;
}
.infographic-container__body {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-left: 0px;
}
.infographic-container .infographic-block {
  min-width: 270px;
}
@media (max-width: 848px) {
  .infographic-container .infographic-block {
    margin-bottom: 20px;
  }
}
.infographic-container .infographic-block .media-wrapper {
  height: 175px;
  position: relative;
}
.infographic-container .infographic-block .media-wrapper .overlay {
  background: rgba(69, 77, 87, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.infographic-container .infographic-block .media-wrapper .infographic-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.infographic-container .infographic-block .media-wrapper .fancybox_videoplayer {
  top: 50%;
}
.infographic-container .infographic-block .media-wrapper .infographic-image {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.infographic-container .button.button--filled {
  color: #4EB5AC;
  border: 2px solid #4EB5AC;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
}
.infographic-container .button.button--filled span {
  padding: 11px 30px;
  display: block;
  background-color: #fff;
  transition: all 0.3s;
}
.infographic-container .button.button--filled:before {
  padding: 11px 30px;
  background-color: #4EB5AC;
  color: #fff;
  content: attr(data-hover);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  transform: translateX(-25%);
  transition: all 0.3s;
}
.infographic-container .button.button--filled:hover span {
  transform: translateX(100%);
}
.infographic-container .button.button--filled:hover:before {
  transform: translateX(0);
}
.product-with-image-slider-blocks {
  margin-top: 2rem;
}
.product-with-image-slider-blocks .title-block {
  padding-bottom: 13px;
}
.product-with-image-slider-blocks .title-block .title {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.product-with-image-slider-blocks figure {
  margin: 0 0 1rem;
}
.product-with-image-slider-blocks .book-item {
  background-color: #fff;
  padding: 30px 30px 40px 30px;
  margin-bottom: 50px;
}
.product-with-image-slider-blocks .book-item .img-holder {
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.product-with-image-slider-blocks .book-item .img-holder .img-bg {
  object-fit: contain;
  font-family: 'object-fit: contain';
  width: auto;
  z-index: 2;
}
.product-with-image-slider-blocks .book-item figcaption {
  margin-top: 25px;
}
.product-with-image-slider-blocks .book-item figcaption h4 {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 600;
}
.product-with-image-slider-blocks .book-item figcaption ul {
  list-style: none;
  line-height: 30px;
  font-size: 0.9rem;
}
.product-with-image-slider-blocks .book-item figcaption ul li {
  position: relative;
}
.product-with-image-slider-blocks .book-item figcaption ul li::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 16px;
  background-color: #00205b;
  position: absolute;
  left: -26px;
  top: 14px;
}
.product-with-image-slider-blocks .book-item .imageSlider .slick-dots {
  display: flex;
  margin-top: 5px;
  padding: 0;
  margin: 0;
  line-height: initial;
  justify-content: center;
}
.product-with-image-slider-blocks .book-item .imageSlider .slick-dots li {
  padding-left: 0;
  display: inline-flex;
  align-items: flex-start;
  list-style: none;
  height: 18px;
  width: 18px;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  line-height: initial;
}
.product-with-image-slider-blocks .book-item .imageSlider .slick-dots li.slick-active button {
  background-color: #f2ab00;
}
.product-with-image-slider-blocks .book-item .imageSlider .slick-dots li:not(:last-of-type) {
  margin-right: 20px;
}
.product-with-image-slider-blocks .book-item .imageSlider .slick-dots li button {
  font-size: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  padding: 0;
  border: none;
  outline: 0;
  background-color: #c7c7c7;
  transition: 0.3s;
  cursor: pointer;
}
.product-with-image-slider-blocks .book-item .imageSlider .slick-dots li button:before {
  display: none;
}
.product-with-image-slider-blocks .book-item .imageSlider .slick-dots li.slick-active {
  border: 2px solid #f2ab00;
}
@media only screen and (min-width: 1180px) {
  .background-wrapper {
    max-width: 55rem;
    background-color: #EEF3F7;
    margin: 0 auto;
    height: 83%;
  }
}
@media (max-width: 980px) {
  .background-wrapper .article-with-images-block .guide-block-item {
    margin-top: 1.5rem;
  }
  .background-wrapper .article-with-images-block .guide-block-item:first-child {
    margin-top: 0;
  }
}
.background-wrapper .article-with-images-block__item-container {
  padding: 0;
  overflow: hidden;
}
.background-wrapper .article-with-images-block__item-container:hover .image-item img {
  transform: scale(1.2);
}
.background-wrapper .article-with-images-block__item-container:hover .article-with-images-block__description-contaier {
  background-color: #ffe373;
  bottom: 0;
}
.background-wrapper .article-with-images-block__item-container:hover .article-with-images-block__description-contaier .info-box__title i {
  transform: rotate(90deg);
}
.background-wrapper .article-with-images-block__item-container:hover .info-box__hidden {
  max-height: unset;
}
.background-wrapper .article-with-images-block__item-container .image-item {
  overflow: hidden;
  position: relative;
}
.background-wrapper .article-with-images-block__item-container .image-item img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 0.6s;
}
.background-wrapper .article-with-images-block__description-contaier {
  transition: bottom 0.7s, background-color 0.7s;
  position: absolute;
  background-color: #f2ab00;
  width: 100%;
  padding: 1rem;
  overflow: hidden;
  bottom: -156px;
  min-height: 228px;
}
.background-wrapper .article-with-images-block__description-contaier .info-box__title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  min-height: 38px;
  justify-content: space-between;
}
.background-wrapper .article-with-images-block__description-contaier .info-box__title a {
  color: #000;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}
.background-wrapper .article-with-images-block__description-contaier .info-box__title i {
  transition: transform 0.7s;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
}
.background-wrapper .article-with-images-block__description-contaier .info-box__hidden {
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 30px;
  margin-bottom: 0px;
  max-height: 144px;
}
.background-wrapper .article-with-images-block__description-contaier .info-box__hidden p {
  color: #000;
}
.background-wrapper .article-with-images-block__description-contaier .info-box__hidden a {
  display: inline-block;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.background-wrapper .article-with-images-block__description-contaier .info-box__hidden a::after {
  content: "";
  display: inline-block;
  width: 49px;
  height: 1px;
  background-color: #000;
  vertical-align: middle;
  position: relative;
  transition: all 0.3s;
  margin-left: 12px;
}
.background-wrapper .article-with-images-block__description-contaier .info-box__hidden a:hover::after {
  width: 20px;
  color: white;
}
.background-wrapper .article-with-images-block .content-container .top-container__title {
  padding-top: 2rem;
}
.background-wrapper .article-with-images-block .content-container .top-container__content {
  padding-bottom: 1.5rem;
}
.background-wrapper .article-with-images-block .content-container .top-container__content .btn-common {
  background-color: #79d9ff;
  color: #00205b;
}
.background-wrapper .article-with-images-block .content-container h2 {
  width: 60%;
}
@media (max-width: 980px) {
  .background-wrapper .article-with-images-block .content-container h2 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.background-wrapper .article-with-images-block .content-container .left-content-container {
  margin-top: 0.4rem;
  margin-bottom: 1.5rem;
}
.list-item-styled ul {
  margin: 40px 0;
}
.list-item-styled ul li {
  position: relative;
  padding-left: 40px;
  list-style: none;
}
.list-item-styled ul li::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 16px;
  background-color: #40bab1;
  position: absolute;
  left: 0;
  top: 11px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.article-page-with-side-menu__container {
  padding-top: 140px;
}
@media only screen and (max-width: 768px) {
  .article-page-with-side-menu__container {
    padding-top: 40px;
  }
}
.article-page-with-side-menu__container__menu-list ul {
  padding: 0;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 15px 2px;
}
.article-page-with-side-menu__container__menu-list ul li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 13px;
  background: white;
  padding: 1rem;
  list-style: none;
  cursor: pointer;
  position: relative;
}
.article-page-with-side-menu__container__menu-list ul li:not(:last-of-type) {
  border-bottom: 1px solid #f6f7f9;
}
.article-page-with-side-menu__container__menu-list ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: transparent;
  transition: background-color 0.3s;
}
.article-page-with-side-menu__container__menu-list ul li:hover::before {
  background-color: #f2ab00;
}
.article-page-with-side-menu__container__menu-list .active {
  color: white;
  background-color: #f2ab00;
}
.article-page-with-side-menu__container__content ul {
  margin: 40px 0;
}
.article-page-with-side-menu__container__content ul li {
  position: relative;
  padding-left: 40px;
  list-style: none;
}
.article-page-with-side-menu__container__content ul li::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 16px;
  background-color: #40bab1;
  position: absolute;
  left: 0;
  top: 11px;
}
.article-page-with-side-menu__container__content div:first-child {
  animation: fadeIn 0.7s;
}
.article-page-with-side-menu__container__content h3:first-child {
  font-size: 1.5rem;
}
.article-page-with-side-menu__container__content h4 {
  font-size: 1rem;
  font-weight: 700;
}
.article-page-with-side-menu__container__content .guideInfoBox {
  border: 2px solid black;
  padding: 30px;
  margin: 30px;
}
.article-page-with-side-menu__container__content .guideInfoBox ul {
  margin: 40px 0;
}
.article-page-with-side-menu__container__content .guideInfoBox ul li {
  position: relative;
  padding-left: 40px;
  list-style: none;
}
.article-page-with-side-menu__container__content .guideInfoBox ul li::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 16px;
  background-color: #40bab1;
  position: absolute;
  left: 0;
  top: 11px;
}
.product-list-block a {
  text-decoration: none;
}
.product-list-block .block-container {
  row-gap: 1rem;
}
.product-list-block .product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-list-block .product-card h3 {
  margin-bottom: 0.1rem;
}
.product-list-block .product-card h3 + p {
  margin-bottom: 0;
}
.product-list-block .product-card .product-circle {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  max-width: 210px;
}
.product-list-block .product-card .product-circle .product-image {
  position: absolute;
  width: 80%;
  height: 80%;
}
.product-list-block .product-card .product-circle .product-image img {
  width: 100%;
}
.text-box-block {
  padding-bottom: 2rem;
}
.text-box-block .link {
  text-decoration: none;
}
.text-box-block .text-box {
  padding: 1.4rem;
  border-radius: 14px;
  height: 100%;
}
.text-box-block .text-box.with-link:hover {
  box-shadow: 0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.0141), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.0202), 0px 12.52px 10.02px 0px rgba(0, 0, 0, 0.025), 0px 22.34px 17.87px 0px rgba(0, 0, 0, 0.0298), 0px 41.78px 33.42px 0px rgba(0, 0, 0, 0.0359), 0px 100px 80px 0px rgba(0, 0, 0, 0.05);
}
.text-box-block .text-box h3 {
  line-height: 1.4;
}
.text-box-block .text-box p {
  line-height: 1.3;
  font-size: 15px;
}
@media (max-width: 768px) {
  .shortcut-block .block-container {
    max-width: unset;
  }
}
.shortcut-block .links-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media (max-width: 768px) {
  .shortcut-block .links-container {
    flex-wrap: nowrap;
    justify-content: unset;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-left: 16px;
    padding-right: 16px;
  }
  .shortcut-block .links-container::-webkit-scrollbar {
    display: none;
  }
}
.shortcut-block .links-container .shortcut-link {
  border: 1px solid #808FAD;
  color: #00205b;
  background-color: #fff;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .shortcut-block .links-container .shortcut-link {
    display: inline-table;
  }
}
.shortcut-block .links-container .shortcut-link:focus {
  outline: 2px solid #009FDC;
}
.epiBlock .shortcut-block {
  margin-top: 0px;
}
.article-date {
  margin: 0.75rem 0;
  margin-bottom: 0rem;
  border-top: 0.0625rem solid #dfdfdf;
  border-bottom: 0.0625rem solid #dfdfdf;
  padding: 0.75rem 0;
  font-size: 0.75rem;
  color: #a8a8a8;
  white-space: nowrap;
  text-align: center;
}
.article-header {
  margin: 0 0 1.5rem;
  padding: 1.5rem 0 0;
}
.article-header__contact,
.article-header__text {
  display: flex;
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 1rem;
  align-items: center;
}
.article-header__contact {
  color: #a8a8a8;
  font-size: 0.75rem;
}
.article-header__contact-link {
  color: #132845;
}
.article-header__contact-image-frame {
  position: relative;
  height: 1.75rem;
  width: 1.75rem;
  margin: 0 0.5rem 0 0;
  border-radius: 50%;
  overflow: hidden;
}
.article-header__contact-image {
  min-height: 100%;
  min-width: 100%;
}
.article-header__text {
  margin-bottom: 1.5rem;
}
.article-header__text:only-child {
  margin-bottom: 0;
}
.article-header h1 {
  font-size: 2rem;
}
.article-legal-company {
  padding-top: 1rem;
  font-size: 0.75rem;
  color: #a8a8a8;
  white-space: nowrap;
  text-align: center;
}
.article-markup-content {
  position: relative;
  max-height: 2400rem;
  overflow: hidden;
}
.article-markup-content--limited-height {
  max-height: 12rem;
}
.article-markup-content--unlimited-height {
  transition: max-height 3000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.article-markup-content__actions {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4rem 1rem 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #ffffff 4rem, #ffffff 100%);
  justify-content: center;
}
.article-markup-content__text {
  max-width: 48rem;
  margin: 0 auto;
  padding: 1rem 1rem;
  font-size: 0.875rem;
  line-height: 1.79;
}
.article-markup-content__text hr {
  margin: 2.25rem 0;
}
.article-markup-content__text img {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.article-markup-content__text p {
  line-height: 1.79;
}
.article-top-media {
  display: flex;
  position: relative;
  height: 12rem;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
@media (min-width: 48rem) {
  .article-top-media {
    height: 20rem;
  }
}
.overlay-view__body .article-top-media {
  border-radius: 0.5rem 0.5rem 0 0;
}
.overlay-view__body .article-top-media--video {
  transform: translateY(0rem);
}
.article-top-media.article-top-media--video {
  height: auto;
  background: #fff;
}
@media (min-width: 48rem) {
  .article-top-media.article-top-media--video {
    margin: auto;
    background: transparent;
  }
}
.article-top-media__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
.article-top-media__overlay {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(83, 153, 216, 0.8);
}
.article-top-media__play-button.our-button {
  display: flex;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  background: #fff;
}
.article-top-media__play-button.our-button .material-icons {
  font-size: 1.75rem;
}
.article-top-media__play-button-wrapper {
  display: flex;
  height: 4.75rem;
  width: 4.75rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  justify-content: center;
  align-items: center;
}
.article-top-media__thin-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.75rem;
  background-color: rgba(83, 153, 216, 0.8);
}
.article-contact-form__inner {
  position: relative;
  max-width: 48rem;
  margin: 0 auto;
  padding: 0.5rem 1rem 1rem;
}
.article-contact-form__intro {
  margin: 0 0 1rem 0;
  font-size: 0.875rem;
  line-height: 1.79;
}
.article-contact-form__success {
  display: flex;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.article-contact-form__success--showing {
  opacity: 1;
  transition: opacity 150ms linear;
}
.article-contact-form__success--hiding {
  opacity: 0;
  transition: opacity 150ms linear;
}
.article-contact-form__success-heading {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.article-carousel {
  padding: 1rem 0;
}
.article-carousel__progress-wrapper,
.article-carousel__slide,
.article-carousel__title {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1rem;
}
.article-carousel__frame {
  display: flex;
  margin: 0 -0.5rem;
}
@media (min-width: 48rem) {
  .article-carousel__frame {
    flex-flow: row wrap;
  }
}
.article-carousel__frame.transition {
  transition: transform 300ms ease-out;
}
.article-carousel__frame.transition .article-carousel__item {
  transition: transform 300ms ease-out;
}
.article-carousel__item-wrapper {
  flex: 1 0 auto;
  padding: 0 0.5rem 1.5rem;
}
@media (min-width: 48rem) {
  .article-carousel__item-wrapper {
    padding: 0 0.5rem;
  }
}
@media (min-width: 48rem) {
  .article-carousel__item-wrapper--line-break {
    flex: 0 0 auto;
    width: 33.33333333%;
    margin-bottom: 1rem;
  }
}
.overlay-view__body .article-carousel__progress-wrapper {
  margin: 0;
  padding: 0;
}
.article-carousel__slide {
  overflow-x: hidden;
}
.overlay-view__body .article-carousel__slide {
  margin: 0 -1rem;
  padding-right: 0;
}
@media (min-width: 48rem) {
  .overlay-view__body .article-carousel__slide {
    margin: 0 0 0 -1rem;
  }
}
.article-carousel__slide--single {
  padding-right: 1rem;
}
.overlay-view__body .article-carousel__slide--single {
  padding-right: 1rem;
}
@media (min-width: 48rem) {
  .overlay-view__body .article-carousel__slide--single {
    padding-right: 0;
  }
}
.article-carousel__title {
  margin: 0.5rem auto 1.5rem;
  line-height: 1.5em;
}
.overlay-view__body .article-carousel__title {
  margin: 0 -1rem 1.5rem;
  color: #fff;
}
@media (min-width: 48rem) {
  .overlay-view__body .article-carousel__title {
    margin: 0 0 1.5rem -1rem;
  }
}
.article-carousel .carousel .carousel-control-prev,
.article-carousel .carousel .carousel-control-next {
  margin: 10px;
}
.article-carousel .carousel .carousel-indicators {
  bottom: -15%;
  margin-right: 0;
  margin-left: 0;
  padding: 0 1rem;
}
.article-carousel .carousel .carousel-indicators li {
  background-color: #5399d8;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.article-carousel .carousel .carousel-indicators li:first-of-type {
  margin-left: 3px;
}
.article-carousel .carousel .article-card__title,
.article-carousel .carousel .article-card__underline {
  margin-left: 10%;
}
.article-card {
  display: flex;
  position: relative;
  min-height: 9.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #5399d8;
  background-position: center;
  background-size: cover;
  transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.article-card:hover {
  background-color: rgba(83, 153, 216, 0.8);
}
.article-card:hover .article-card__overlay {
  background: transparent;
}
.product-theme--el .article-card:hover .article-card__overlay,
.product-theme--el-ext .article-card:hover .article-card__overlay,
.product-theme--fjk .article-card:hover .article-card__overlay,
.product-theme--fjv .article-card:hover .article-card__overlay,
.product-theme--gas .article-card:hover .article-card__overlay,
.product-theme--gas-ext .article-card:hover .article-card__overlay,
.product-theme--ansl_sol .article-card:hover .article-card__overlay,
.product-theme--stadsnät .article-card:hover .article-card__overlay,
.product-theme--misc .article-card:hover .article-card__overlay,
.product-theme--mörkblå .article-card:hover .article-card__overlay,
.product-theme--hav .article-card:hover .article-card__overlay,
.product-theme--mörkgrön .article-card:hover .article-card__overlay,
.product-theme--mörkröd .article-card:hover .article-card__overlay,
.product-theme--vallmo .article-card:hover .article-card__overlay,
.product-theme--jord .article-card:hover .article-card__overlay,
.product-theme--trä .article-card:hover .article-card__overlay {
  background: transparent;
}
@media (min-width: 48rem) {
  .article-card {
    width: auto;
  }
}
.article-card--el {
  background-color: #004A37;
}
.article-card--el:hover {
  background-color: rgba(0, 74, 55, 0.7);
}
.article-card--el .article-card__overlay {
  background: rgba(0, 74, 55, 0.8);
}
.article-card--el-ext {
  background-color: #94DE9D;
}
.article-card--el-ext:hover {
  background-color: rgba(148, 222, 157, 0.7);
}
.article-card--el-ext .article-card__overlay {
  background: rgba(148, 222, 157, 0.8);
}
.article-card--fjk {
  background-color: #009FDC;
}
.article-card--fjk:hover {
  background-color: rgba(0, 159, 220, 0.7);
}
.article-card--fjk .article-card__overlay {
  background: rgba(0, 159, 220, 0.8);
}
.article-card--fjv {
  background-color: #F9535C;
}
.article-card--fjv:hover {
  background-color: rgba(249, 83, 92, 0.7);
}
.article-card--fjv .article-card__overlay {
  background: rgba(249, 83, 92, 0.8);
}
.article-card--gas {
  background-color: #00205B;
}
.article-card--gas:hover {
  background-color: rgba(0, 32, 91, 0.7);
}
.article-card--gas .article-card__overlay {
  background: rgba(0, 32, 91, 0.8);
}
.article-card--gas-ext {
  background-color: #79D9FF;
}
.article-card--gas-ext:hover {
  background-color: rgba(121, 217, 255, 0.7);
}
.article-card--gas-ext .article-card__overlay {
  background: rgba(121, 217, 255, 0.8);
}
.article-card--ansl_sol {
  background-color: #FFE373;
}
.article-card--ansl_sol:hover {
  background-color: rgba(255, 227, 115, 0.7);
}
.article-card--ansl_sol .article-card__overlay {
  background: rgba(255, 227, 115, 0.8);
}
.article-card--stadsnät {
  background-color: #d85374;
}
.article-card--stadsnät:hover {
  background-color: rgba(216, 83, 116, 0.7);
}
.article-card--stadsnät .article-card__overlay {
  background: rgba(216, 83, 116, 0.8);
}
.article-card--misc {
  background-color: #2f4561;
}
.article-card--misc:hover {
  background-color: rgba(47, 69, 97, 0.7);
}
.article-card--misc .article-card__overlay {
  background: rgba(47, 69, 97, 0.8);
}
.article-card--mörkblå {
  background-color: #00205b;
}
.article-card--mörkblå:hover {
  background-color: rgba(0, 32, 91, 0.7);
}
.article-card--mörkblå .article-card__overlay {
  background: rgba(0, 32, 91, 0.8);
}
.article-card--hav {
  background-color: #009fdc;
}
.article-card--hav:hover {
  background-color: rgba(0, 159, 220, 0.7);
}
.article-card--hav .article-card__overlay {
  background: rgba(0, 159, 220, 0.8);
}
.article-card--mörkgrön {
  background-color: #004a37;
}
.article-card--mörkgrön:hover {
  background-color: rgba(0, 74, 55, 0.7);
}
.article-card--mörkgrön .article-card__overlay {
  background: rgba(0, 74, 55, 0.8);
}
.article-card--mörkröd {
  background-color: #651d32;
}
.article-card--mörkröd:hover {
  background-color: rgba(101, 29, 50, 0.7);
}
.article-card--mörkröd .article-card__overlay {
  background: rgba(101, 29, 50, 0.8);
}
.article-card--vallmo {
  background-color: #651d32;
}
.article-card--vallmo:hover {
  background-color: rgba(249, 83, 92, 0.7);
}
.article-card--vallmo .article-card__overlay {
  background: rgba(249, 83, 92, 0.8);
}
.article-card--jord {
  background-color: #483737;
}
.article-card--jord:hover {
  background-color: rgba(72, 55, 55, 0.7);
}
.article-card--jord .article-card__overlay {
  background: rgba(72, 55, 55, 0.8);
}
.article-card--trä {
  background-color: #ae8978;
}
.article-card--trä:hover {
  background-color: rgba(174, 137, 120, 0.7);
}
.article-card--trä .article-card__overlay {
  background: rgba(174, 137, 120, 0.8);
}
.article-card__content {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem 1rem 1.25rem;
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
}
.article-card__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(83, 153, 216, 0.8);
  transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.product-theme--el .article-card--context-theme .article-card__overlay {
  background: rgba(0, 74, 55, 0.8);
}
.product-theme--el-ext .article-card--context-theme .article-card__overlay {
  background: rgba(148, 222, 157, 0.8);
}
.product-theme--fjk .article-card--context-theme .article-card__overlay {
  background: rgba(0, 159, 220, 0.8);
}
.product-theme--fjv .article-card--context-theme .article-card__overlay {
  background: rgba(249, 83, 92, 0.8);
}
.product-theme--gas .article-card--context-theme .article-card__overlay {
  background: rgba(0, 32, 91, 0.8);
}
.product-theme--gas-ext .article-card--context-theme .article-card__overlay {
  background: rgba(121, 217, 255, 0.8);
}
.product-theme--ansl_sol .article-card--context-theme .article-card__overlay {
  background: rgba(255, 227, 115, 0.8);
}
.product-theme--stadsnät .article-card--context-theme .article-card__overlay {
  background: rgba(216, 83, 116, 0.8);
}
.product-theme--misc .article-card--context-theme .article-card__overlay {
  background: rgba(47, 69, 97, 0.8);
}
.product-theme--mörkblå .article-card--context-theme .article-card__overlay {
  background: rgba(0, 32, 91, 0.8);
}
.product-theme--mörkgrön .article-card--context-theme .article-card__overlay {
  background: rgba(0, 74, 55, 0.8);
}
.product-theme--mörkröd .article-card--context-theme .article-card__overlay {
  background: rgba(101, 29, 50, 0.8);
}
.product-theme--vallmo .article-card--context-theme .article-card__overlay {
  background: rgba(249, 83, 92, 0.8);
}
.product-theme--trä .article-card--context-theme .article-card__overlay {
  background: rgba(174, 137, 120, 0.8);
}
.product-theme--jord .article-card--context-theme .article-card__overlay {
  background: rgba(72, 55, 55, 0.8);
}
.product-theme--hav .article-card--context-theme .article-card__overlay {
  background: rgba(0, 159, 220, 0.8);
}
.article-card--current.article-card--context-theme .article-card__overlay {
  background: transparent;
}
.article-card__title {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: white;
}
.article-card__play-button.our-button {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  padding: 0;
  background: #fff;
}
.article-card__play-button.our-button .material-icons {
  font-size: 0.75rem;
}
.article-card__play-button-wrapper {
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #40bab1;
  justify-content: center;
  align-items: center;
}
.article-card__underline {
  display: block;
  height: 0.125rem;
  width: 5rem;
  background: #fff;
}
.article-card--current .article-card__underline {
  background: #5399d8;
}
.product-theme--el .article-card--current .article-card__underline {
  background: #004A37;
}
.product-theme--el-ext .article-card--current .article-card__underline {
  background: #94DE9D;
}
.product-theme--fjk .article-card--current .article-card__underline {
  background: #009FDC;
}
.product-theme--fjv .article-card--current .article-card__underline {
  background: #F9535C;
}
.product-theme--gas .article-card--current .article-card__underline {
  background: #00205B;
}
.product-theme--gas-ext .article-card--current .article-card__underline {
  background: #79D9FF;
}
.product-theme--ansl_sol .article-card--current .article-card__underline {
  background: #FFE373;
}
.product-theme--stadsnät .article-card--current .article-card__underline {
  background: #d85374;
}
.product-theme--misc .article-card--current .article-card__underline {
  background: #2f4561;
}
.product-theme--mörkblå .article-card--current .article-card__underline {
  background: rgba(0, 32, 91, 0.8);
}
.product-theme--mörkgrön .article-card--current .article-card__underline {
  background: rgba(0, 74, 55, 0.8);
}
.product-theme--mörkröd .article-card--current .article-card__underline {
  background: rgba(101, 29, 50, 0.8);
}
.product-theme--vallmo .article-card--current .article-card__underline {
  background: rgba(249, 83, 92, 0.8);
}
.product-theme--trä .article-card--current .article-card__underline {
  background: rgba(174, 137, 120, 0.8);
}
.product-theme--jord .article-card--current .article-card__underline {
  background: rgba(72, 55, 55, 0.8);
}
.product-theme--hav .article-card--current .article-card__underline {
  background: rgba(0, 159, 220, 0.8);
}
.article-card--current-default-color .article-card__underline {
  background: #fff;
}
.highcharts-tooltip table {
  background-color: white;
  font-family: CentraNo1-Book, FuturaStd, "Segoe UI", sans-serif;
}
.highcharts-tooltip table tr {
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
.highcharts-tooltip table tr th {
  background-color: white;
  color: #19624f;
  font-size: 19px;
  text-transform: capitalize;
}
.highcharts-tooltip table tr th b {
  font-family: CentraNo1-Bold, FuturaStd, "Segoe UI", sans-serif;
}
.highcharts-tooltip table tr td {
  background-color: white;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
  margin-left: 0px;
  font-size: 14px;
}
.highcharts-tooltip table tr td.name-series {
  padding-right: 20px !important;
}
.highcharts-tooltip table tr td:not(.name-series) {
  padding-right: 0px !important;
}
.highcharts-tooltip table tr td b {
  color: #19624f;
  font-weight: bold;
  font-size: 16px;
}
.highcharts-tooltip table tr.total-row td {
  padding-top: 0.6rem !important;
}
.electricity-offer-spec__actions {
  position: absolute;
  right: 1rem;
  bottom: 0;
}
.electricity-offer-spec__actions--campaign {
  padding: 0 0 1rem;
}
.electricity-offer-spec__actions.au-enter {
  opacity: 0 !important;
}
.electricity-offer-spec__actions.au-enter-active {
  animation: fadeIn 0.3s;
}
.electricity-campaign-spec .electricity-offer-spec__actions {
  position: static;
}
.electricity-offer-spec__details.au-enter {
  opacity: 0 !important;
}
.electricity-offer-spec__details.au-enter-active {
  animation: fadeIn 0.3s;
}
.electricity-offer-spec__details.au-leave-active {
  overflow: hidden;
  animation-name: fadeIn, collapse;
  animation-duration: 0.3s;
  animation-direction: reverse, normal;
}
.electricity-offer-spec--showing-details .electricity-offer-spec__details {
  padding: 0 0 1rem;
}
.electricity-offer-spec__details h3 {
  max-width: 48rem;
  padding: 2rem 1rem 1rem;
  margin: 0 auto;
  font-size: 1.125rem;
}
.electricity-offer-spec__details table {
  font-size: 0.875rem;
}
.electricity-offer-spec__details td,
.electricity-offer-spec__details th,
.electricity-offer-spec__details tr {
  display: flex;
}
.electricity-offer-spec__details td,
.electricity-offer-spec__details th {
  white-space: nowrap;
}
.electricity-offer-spec__details td:first-child,
.electricity-offer-spec__details th:first-child {
  flex: 1 0 auto;
  max-width: 40rem;
  padding-left: 1rem;
}
.electricity-offer-spec__details td:last-child,
.electricity-offer-spec__details th:last-child {
  flex: 0 0 8rem;
  padding-right: 1rem;
}
.electricity-offer-spec__details th {
  padding: 0 0.25rem 0.75rem;
  font-size: 0.875rem;
}
.electricity-offer-spec__details tr {
  justify-content: center;
}
.electricity-offer-spec__discount-notes,
.electricity-offer-spec__price-details-descr,
.electricity-offer-spec__price-details-note {
  max-width: 48rem;
  padding: 0 1rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.electricity-offer-spec__discount-notes {
  margin: 0.75rem auto;
}
.electricity-offer-spec__discount-parts {
  background-image: linear-gradient(100deg, #369891, #40bab1);
  color: #fff;
}
.electricity-campaign-spec .electricity-offer-spec__discount-parts {
  background-image: none;
}
.electricity-campaign-spec .electricity-offer-spec__discount-parts .electricity-offer-spec__part-wrapper {
  padding: 0;
}
.electricity-offer-spec__discount-parts .electricity-offer-spec__part-wrapper {
  padding: 0.75rem 0;
}
.electricity-offer-spec__discount-parts .offer-part__label {
  color: #fff;
}
.electricity-offer-spec__info {
  width: 100%;
}
.electricity-offer-spec__inner {
  display: flex;
  position: relative;
  min-height: 7rem;
  border-bottom: 0.0625rem solid #dfdfdf;
  justify-content: space-between;
  align-items: flex-end;
}
.electricity-campaign-spec .electricity-offer-spec__inner {
  border-bottom: none;
}
.electricity-offer-spec--showing-details .electricity-offer-spec__inner {
  justify-content: stretch;
}
.electricity-offer-spec__minimize.au-leave-active {
  animation-name: fadeIn;
  animation-duration: 0.1s;
  animation-direction: reverse;
}
.electricity-offer-spec__part-wrapper {
  max-width: 48rem;
  margin: 0 auto;
}
.electricity-offer-spec__part-wrapper:first-child {
  margin-top: 0;
}
.electricity-offer-spec__part-wrapper:last-child {
  margin-bottom: 0;
}
.electricity-offer-spec__parts {
  position: relative;
  margin: 1rem auto;
  max-width: 48rem;
}
.electricity-offer-spec__parts .electricity-offer-spec__part-wrapper {
  margin: 1rem auto;
}
.electricity-offer-spec__postal-code-wrapper {
  max-width: 48rem;
  margin: 0 auto;
}
.electricity-offer-spec__price-details-descr {
  margin: 0 auto 1rem;
}
.electricity-offer-spec__price-details-note {
  margin: 0.75rem auto 1.75rem;
}
.electricity-offer-spec__read-more--standard.electricity-offer-spec__read-more--standard {
  display: inline-flex;
}
.electricity-campaign-spec .electricity-offer-spec__read-more--standard.electricity-offer-spec__read-more--standard {
  display: none;
}
.electricity-offer-spec__read-more--campaign.electricity-offer-spec__read-more--campaign {
  display: none;
}
.electricity-campaign-spec .electricity-offer-spec__read-more--campaign.electricity-offer-spec__read-more--campaign {
  display: inline-flex;
}
.electricity-article-offer__alternatives-wrapper {
  opacity: 1;
  transition: opacity 300ms linear;
}
.electricity-article-offer__alternatives-wrapper--anim-start {
  opacity: 0;
  transition: none;
}
.electricity-article-offer__form-wrapper {
  max-width: 48rem;
  margin: 0 auto;
  padding: 1.25rem 1rem 2rem;
}
@media (min-width: 64rem) {
  .electricity-article-offer__form-wrapper {
    padding: 1.25rem 0 2rem;
    max-width: 46rem;
  }
}
.electricity-article-offer__form-wrapper--drawing-alternatives {
  border-bottom: 0.0625rem solid #dfdfdf;
}
@media (min-width: 64rem) {
  .overlay-view .electricity-article-offer__form-wrapper {
    padding: 1.25rem 1rem 2rem;
  }
}
.electricity-campaign-spec {
  position: relative;
  margin: 0 auto;
  max-width: 46rem;
  color: #fff;
}
.electricity-campaign-spec__actions {
  padding: 0 1rem 1.25rem;
}
.electricity-campaign-spec__divider {
  height: 0.125rem;
  width: 7.5rem;
  background: #fff;
}
@media (min-width: 48rem) {
  .electricity-campaign-spec__form-wrapper {
    color: #132845;
  }
}
.electricity-campaign-spec__form-wrapper--hidden {
  display: none;
}
.electricity-campaign-spec__result {
  position: relative;
  border-radius: 0.25rem;
  background-image: linear-gradient(170deg, #369891 0, #40bab1 30rem);
  justify-content: space-between;
}
.electricity-campaign-spec__result.au-enter {
  opacity: 0 !important;
}
.electricity-campaign-spec__result.au-enter-active {
  animation: fadeIn 0.3s;
}
.electricity-campaign-spec__result-header {
  max-width: 48rem;
  margin: 0 auto;
  padding: 1.25rem 1rem;
}
.electricity-campaign-spec a,
.electricity-campaign-spec .our-button,
.electricity-campaign-spec .offer-part__label {
  color: #fff;
}
.electricity-campaign-spec table tbody tr:nth-child(odd) {
  background-color: #369891;
}
.electricity-sign-up-intro .btn-contract {
  background-color: transparent;
  color: #00205b;
  border: 1px solid #00205b;
  padding: 13px 20px;
  font-size: 16px;
  border-radius: 24px;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
}
.electricity-sign-up-intro .btn-contract.btn-dark-blue {
  background-color: #00205b;
  color: #dff7ff;
}
.electricity-sign-up-intro .custom-width {
  max-width: 350px;
}
.electricity-sign-up-intro .form-text,
.electricity-sign-up-intro .our-button {
  margin: 0.5rem 0;
}
.electricity-meter .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.electricity-meter .content-wrapper .custom-swich {
  display: flex;
  align-items: center;
}
.electricity-meter .content-wrapper input:checked + .slider {
  background-color: #00205b;
}
.electricity-meter .content-wrapper .status-label {
  font-size: 1.8em;
}
.form-text {
  position: relative;
  width: 100%;
}
.form-text:first-child {
  margin-top: 0;
}
.form-text:last-child {
  margin-bottom: 0;
}
.form-text__border {
  height: 0.1875rem;
  width: 100%;
  margin-top: -0.1875rem;
  background: #00205b;
  transform: scale(0, 1);
}
.form-text__border--errors {
  height: 0.1875rem;
  width: 100%;
  margin-top: -0.1875rem;
  background: #00205b;
  transform: scale(0, 1);
  background: #e1b0a0;
  transform: scale(1, 1);
}
.form-text__label {
  position: absolute;
  display: block;
  width: 100%;
  margin-bottom: 0;
  color: #5173B1;
  font-size: 1rem;
  top: 1.125rem;
  transition: top 0.2s ease, font-size 0.2s ease;
  pointer-events: none;
}
.form-text__label--tiny {
  top: 1.4rem;
  font-size: 0.75rem;
}
.form-text__label-text {
  padding: 0 0 0 1rem;
}
.form-text--changed .form-text__label {
  font-size: 0.75rem;
  top: 0.375rem;
}
@media (min-width: 48rem) {
  .form-text--changed .form-text__label {
    top: 0.25rem;
  }
}
.form-text--light {
  position: relative;
  width: 100%;
}
.form-text--light:first-child {
  margin-top: 0;
}
.form-text--light:last-child {
  margin-bottom: 0;
}
.form-text--light__label {
  color: #fff;
}
.form-text__errors {
  margin: 0;
  padding: 0;
  border-radius: 0 0 0.125rem 0.125rem;
  font-size: 0.875rem;
  color: #fff;
  background: #ea7676;
  list-style: none;
}
.form-text__errors > li {
  padding: 1rem;
}
.form-text__field {
  display: block;
  width: 100%;
  border: 0.0625rem solid #00205b;
  border-radius: 0.25rem;
  padding: 0.875rem 1rem 0;
  color: #132845;
  font-size: 15px;
  line-height: 2.5rem;
  background: #fff;
}
.form-text--ie .form-text__field {
  height: 3.5rem;
  line-height: inherit;
}
.form-text__field:focus {
  outline: none;
}
.form-text__field:focus ~ .form-text__border {
  transform: scale(1, 1);
  transition: all 0.1s linear;
}
.form-text__field:focus + .form-text__label {
  font-size: 0.75rem;
  top: 0.375rem;
}
@media (min-width: 48rem) {
  .form-text__field:focus + .form-text__label {
    top: 0.25rem;
  }
}
.form-text__field::placeholder {
  opacity: 0;
}
.form-text__field::-webkit-input-placeholder {
  opacity: 0;
}
.form-text__field::-ms-clear {
  opacity: 0;
}
.form-text--bankid:after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 22px;
  height: 22px;
  background-image: url(../resources/brand/bankid.svg);
  background-repeat: no-repeat;
}
.form-checkbox > label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.875rem;
}
.form-checkbox .form-checkbox__box {
  position: relative;
  order: -2;
  margin-right: 1rem;
  padding: 0;
  line-height: 0;
  overflow: visible;
  pointer-events: none;
}
.form-checkbox .form-checkbox__box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #2fba70;
  transform: scale(0, 0);
  transform-origin: bottom right;
  transition: transform 0.05s linear;
}
.form-checkbox .form-checkbox__box .material-icons {
  font-size: 1.5rem;
  color: #2fba70;
}
.form-checkbox .form-checkbox__field {
  display: inline-flex;
  order: -1;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form-checkbox .form-checkbox__field:focus ~ .form-checkbox__box::after {
  transform: scale(1, 1);
}
.form-checkbox .form-checkbox__frame {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.0625rem solid #004a37;
  border-radius: 0.125rem;
  justify-content: center;
  align-items: center;
}
.form-checkbox .form-checkbox__text {
  flex: 1 0 auto;
  pointer-events: none;
}
.form-checkbox-blue > label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.875rem;
}
.form-checkbox-blue .form-checkbox__box {
  position: relative;
  order: -2;
  margin-right: 1rem;
  padding: 0;
  line-height: 0;
  overflow: visible;
  pointer-events: none;
  background-color: white;
}
.form-checkbox-blue .form-checkbox__box .material-icons {
  font-size: 1.5rem;
  color: white;
}
.form-checkbox-blue .form-checkbox__field {
  display: inline-flex;
  order: -1;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form-checkbox-blue .form-checkbox__field:focus ~ .form-checkbox__box::after {
  transform: scale(1, 1);
}
.form-checkbox-blue .form-checkbox__frame {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.0625rem solid #00205b;
  border-radius: 0.125rem;
  justify-content: center;
  align-items: center;
}
.form-checkbox-blue .form-checkbox__text {
  flex: 1 0 auto;
  pointer-events: none;
}
.form-checkbox-blue .bg-dark-blue {
  background-color: #00205b;
}
.postal-code-form {
  position: relative;
  margin: 0 auto;
  font-size: 0.875rem;
}
@media (min-width: 48rem) {
  .postal-code-form__actions {
    flex: 1 0 auto;
  }
}
.postal-code-form__description {
  margin-bottom: 1.5rem;
}
.postal-code-form__fields {
  margin: 0 0 1rem 0;
}
@media (min-width: 48rem) {
  .postal-code-form__fields {
    flex: 2 0 auto;
    margin: 0 1rem 0 0;
  }
}
@media (min-width: 48rem) {
  .postal-code-form__input {
    display: flex;
    align-items: flex-start;
  }
}
.input-select {
  font-size: 1rem;
}
.input-select--inset {
  font-size: 0.75rem;
}
.input-select__arrow {
  position: absolute;
  z-index: 2;
  right: 0.75rem;
  bottom: 0.375rem;
  color: #fff;
  pointer-events: none;
}
.input-select__arrow--increment {
  display: none;
}
.input-select__arrow--stripped {
  right: 0;
  bottom: -0.375rem;
  color: #40bab1;
}
.input-select__field {
  border-color: #0293ca;
  background-color: #0293ca;
  background-image: linear-gradient(3rad, #009fdc -10%, #009fdc 50%, #009fdc 51%, #009fdc 120%);
  -webkit-appearance: none;
  appearance: none;
  display: block;
  height: 2.5rem;
  width: 100%;
  margin-top: 0.625rem;
  border: 0.0625rem solid #40bab1;
  border-radius: 0.25rem;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  line-height: 1.5rem;
  color: #fff;
  cursor: pointer;
}
.input-select__field::-ms-expand {
  display: none;
}
.input-select__field:first-child {
  margin-top: 0;
}
.input-select__field--increment {
  width: auto;
  margin: 0 auto;
  border: none;
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-size: 0.75rem;
  color: #132845;
  background: transparent;
}
.input-select__field--inset {
  margin-top: 0;
}
.input-select__field--stripped {
  height: 1rem;
  border: 0.0625rem solid transparent;
  padding: 0 1.5rem 0 1rem;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #132845;
  background: transparent;
}
.input-select__increment-arrow.our-button {
  display: flex;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  justify-content: center;
  align-items: center;
}
.input-select__increment-arrow.our-button:disabled {
  background: rgba(0, 0, 0, 0.05);
}
.input-select__increment-arrow.our-button:disabled .material-icons {
  color: #dfdfdf;
}
.input-select__increment-arrow.our-button .material-icons {
  font-size: 1.125rem;
}
.input-select__label {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  color: #40bab1;
}
.input-select__label--increment {
  display: flex;
  width: auto;
  padding: 0 0.25rem;
  justify-content: space-between;
  align-items: center;
}
.input-select__label-text--inset {
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  left: 1rem;
  height: 1.5rem;
  border-radius: 0.25rem;
  line-height: 1.5rem;
  text-align: left;
  color: #fff;
  background: #40bab1;
  pointer-events: none;
}
.all-or-one-select__checkbox-button {
  margin: 0.5rem auto;
}
.all-or-one-select .radio-set__item {
  /*&:first-child {
      .radio-set__label {
        border: .0625rem solid @primaryColor;
        color: @primaryColor;
        .radio-set__icon::before {
          color: @primaryColor;
        }
      }
    }*/
}
.all-or-one-select .radio-set__item--checked:first-child .radio-set__label .radio-set__icon::before {
  color: #fff;
}
.all-or-one-select .radio-set__item--checked:first-child ~ .radio-set__item .radio-set__label {
  /*color: @textColor;
          background-color: @primaryColorLight;*/
}
.all-or-one-select .radio-set__item--checked:first-child ~ .radio-set__item .icon-checkbox_right_emy:before {
  content: "\E901";
}
.radio-set {
  font-size: 0.75rem;
}
.radio-set--variant-arrow .material-icons {
  font-size: 1rem;
}
.radio-set--variant-arrow .radio-set__label {
  display: flex;
  justify-content: space-between;
}
.radio-set--variant-checkbox-pills .radio-set__label {
  display: flex;
  flex: 1 0;
  margin: 0.5rem auto;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: left;
  color: #132845;
  cursor: pointer;
  background: transparent;
  justify-content: flex-start;
}
.radio-set--variant-checkbox-pills .radio-set__item {
  display: block;
}
.radio-set--variant-checkbox-pills .radio-set__button {
  /*&:focus {
				+.radio-set__label {
					border-color: @primaryColorLight;
					background:	@primaryColorLight;
				}
			}
			&:focus:checked {
				+.radio-set__label {
					color: @textColor;
				}
			}*/
}
.radio-set--variant-checkbox-pills .radio-set__button:checked + .radio-set__label {
  border-color: #0293ca;
  background-color: #0293ca;
  background-image: linear-gradient(3rad, #009fdc -10%, #009fdc 50%, #009fdc 51%, #009fdc 120%);
  color: #fff;
}
.radio-set--variant-pill {
  display: flex;
}
.radio-set--variant-pill .radio-set__button:focus ~ .radio-set__text {
  text-decoration: underline;
}
.radio-set--variant-pill .radio-set__label {
  display: inline-flex;
  flex: 1 0;
  border: 0.0625rem solid #40bab1;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  cursor: pointer;
  background: transparent;
  justify-content: center;
}
.radio-set--variant-pill .radio-set__label:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.radio-set--variant-pill .radio-set__label:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.radio-set--variant-pill .radio-set__label--checked {
  color: #fff;
  background: #40bab1;
}
.radio-set--variant-pill.radio-set--color-dark .radio-set__label {
  border: 0.0625rem solid #132845;
}
.radio-set--variant-pill.radio-set--color-dark .radio-set__label--checked {
  color: #fff;
  background: #132845;
}
.radio-set--variant-state {
  line-height: 1.5;
  width: 100%;
  display: flex;
  justify-content: center;
}
.radio-set--variant-state .radio-set__button:checked ~ .radio-set__label {
  color: #fff;
  background: #40bab1;
}
.radio-set--variant-state .radio-set__button:focus ~ .radio-set__label {
  border-color: #40bab1;
  color: #fff;
  background: #40bab1;
}
.radio-set--variant-state .radio-set__button:checked:focus ~ .radio-set__label {
  border-color: #40bab1;
  color: #fff;
}
.radio-set--variant-state .radio-set__item {
  height: 2.5rem;
  font-weight: bold;
  width: calc(100%/3);
  display: inline-flex;
}
.radio-set--variant-state .radio-set__item:first-child .radio-set__label {
  border-right: 0.0625rem solid #40bab1;
}
.radio-set--variant-state .radio-set__item:last-child .radio-set__label {
  border-left: 0.0625rem solid #40bab1;
}
.radio-set--variant-state .radio-set__items {
  width: 75%;
  border: 0.0625rem solid #40bab1;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.radio-set--variant-state .radio-set__label {
  width: 100%;
  height: 100%;
  padding: 0 2rem;
}
@media (min-width: 48rem) {
  .radio-set--variant-state .radio-set__label {
    padding: 0.5rem 1rem;
  }
}
.radio-set--variant-pills,
.radio-set--variant-grid {
  width: 100%;
}
@media (min-width: 38rem) {
  .radio-set--variant-pills,
  .radio-set--variant-grid {
    display: inline-flex;
    width: auto;
    margin: 0 auto 0 0;
  }
}
.radio-set--variant-pills .radio-set__button:checked ~ .radio-set__label,
.radio-set--variant-grid .radio-set__button:checked ~ .radio-set__label {
  color: #fff;
  background: #2fba70;
}
.radio-set--variant-pills .radio-set__button:focus ~ .radio-set__label,
.radio-set--variant-grid .radio-set__button:focus ~ .radio-set__label {
  border-color: #2fba70;
  color: #fff;
  background: #2fba70;
}
.radio-set--variant-pills .radio-set__button:checked:focus ~ .radio-set__label,
.radio-set--variant-grid .radio-set__button:checked:focus ~ .radio-set__label {
  border-color: #2fba70;
  color: #fff;
}
.radio-set--variant-pills .radio-set__item,
.radio-set--variant-grid .radio-set__item {
  display: inline-flex;
  flex: 1 0 auto;
  margin: 0 0.25rem;
}
.radio-set--variant-pills .radio-set__item--color-danger .radio-set__button:checked ~ .radio-set__label,
.radio-set--variant-grid .radio-set__item--color-danger .radio-set__button:checked ~ .radio-set__label {
  border-color: #ffedf5;
  color: #132845;
  background: #ffedf5;
}
.radio-set--variant-pills .radio-set__item--color-danger .radio-set__button:focus ~ .radio-set__label,
.radio-set--variant-grid .radio-set__item--color-danger .radio-set__button:focus ~ .radio-set__label {
  border-color: #ffedf5;
  color: #132845;
  background: #ffedf5;
}
.radio-set--variant-pills .radio-set__item--color-danger .radio-set__button:checked:focus ~ .radio-set__label,
.radio-set--variant-grid .radio-set__item--color-danger .radio-set__button:checked:focus ~ .radio-set__label {
  border-color: #ffedf5;
  color: #132845;
  background: #ffedf5;
}
.radio-set--variant-pills .radio-set__item--color-danger .radio-set__label,
.radio-set--variant-grid .radio-set__item--color-danger .radio-set__label {
  border-color: #ffedf5;
  color: #132845;
}
.radio-set--variant-pills .radio-set__item--color-success .radio-set__button:checked ~ .radio-set__label,
.radio-set--variant-grid .radio-set__item--color-success .radio-set__button:checked ~ .radio-set__label {
  border-color: #e3ffe0;
  color: #132845;
  background: #e3ffe0;
}
.radio-set--variant-pills .radio-set__item--color-success .radio-set__button:focus ~ .radio-set__label,
.radio-set--variant-grid .radio-set__item--color-success .radio-set__button:focus ~ .radio-set__label {
  border-color: #e3ffe0;
  color: #132845;
  background: #e3ffe0;
}
.radio-set--variant-pills .radio-set__item--color-success .radio-set__button:checked:focus ~ .radio-set__label,
.radio-set--variant-grid .radio-set__item--color-success .radio-set__button:checked:focus ~ .radio-set__label {
  border-color: #e3ffe0;
  color: #132845;
  background: #e3ffe0;
}
.radio-set--variant-pills .radio-set__item--color-success .radio-set__label,
.radio-set--variant-grid .radio-set__item--color-success .radio-set__label {
  border-color: #e3ffe0;
  color: #132845;
}
.radio-set--variant-pills .radio-set__item--color-warning .radio-set__button:checked ~ .radio-set__label,
.radio-set--variant-grid .radio-set__item--color-warning .radio-set__button:checked ~ .radio-set__label {
  border-color: #ffe373;
  color: #132845;
  background: #ffe373;
}
.radio-set--variant-pills .radio-set__item--color-warning .radio-set__button:focus ~ .radio-set__label,
.radio-set--variant-grid .radio-set__item--color-warning .radio-set__button:focus ~ .radio-set__label {
  border-color: #ffe373;
  color: #132845;
  background: #ffe373;
}
.radio-set--variant-pills .radio-set__item--color-warning .radio-set__button:checked:focus ~ .radio-set__label,
.radio-set--variant-grid .radio-set__item--color-warning .radio-set__button:checked:focus ~ .radio-set__label {
  border-color: #ffe373;
  color: #132845;
  background: #ffe373;
}
.radio-set--variant-pills .radio-set__item--color-warning .radio-set__label,
.radio-set--variant-grid .radio-set__item--color-warning .radio-set__label {
  border-color: #ffe373;
  color: #132845;
}
.radio-set--variant-pills .radio-set__items,
.radio-set--variant-grid .radio-set__items {
  display: flex;
  margin: 0 -0.25rem;
}
.radio-set--variant-pills .radio-set__label,
.radio-set--variant-grid .radio-set__label {
  width: 100%;
  border: 0.0625rem solid #bbe1e0;
  border-radius: 0.25rem;
  padding: 0.5rem;
}
@media (min-width: 48rem) {
  .radio-set--variant-pills .radio-set__label,
  .radio-set--variant-grid .radio-set__label {
    padding: 0.5rem 1rem;
  }
}
.radio-set--variant-grid {
  display: block;
}
.radio-set--variant-grid .radio-set__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
}
.radio-set--variant-grid .radio-set__item {
  margin: 0.25rem;
}
.radio-set__label {
  display: inline-flex;
  box-sizing: border-box;
  min-height: 2.5rem;
  padding: 0.25rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.radio-set__text {
  pointer-events: none;
  margin-top: 0.125rem;
}
.news-block-layout-1 .speech-bubble {
  position: relative;
  background: #009c91;
  border-radius: 0.4em;
  color: white;
  max-width: 350px;
  float: right;
  margin: 0 0 20px 25px;
}
.news-block-layout-1 .speech-bubble .after-element {
  content: '';
  position: absolute;
  bottom: 0;
  left: 70%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #009c91;
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: -20px;
}
.news-block-layout-1 .outside-grid-option {
  margin-right: -15%;
}
.news-block-layout-1 .news-wrapper p {
  margin-bottom: 5px;
}
.news-block-layout-1 .news-wrapper p:last-of-type {
  margin-bottom: 0;
}
.news-block-layout-2 .block-content {
  padding-top: 5rem;
  margin-top: 60px;
}
.news-block-layout-2 .block-content .speech-bubble {
  position: absolute;
  top: -30px;
  left: -40px;
}
.news-block-layout-2 .block-content .speech-bubble i {
  font-size: 100px;
  color: #00205b;
}
@media screen and (max-width: 1168px) {
  .news-block-layout-1 .outside-grid-option {
    margin-right: initial;
  }
  .news-block-layout-2 .block-content .speech-bubble {
    position: absolute;
    top: -30px;
    left: 0px;
  }
}
@media screen and (max-width: 619px) {
  .news-block-layout-1 .mobile-flex {
    display: flex;
    flex-direction: column;
  }
  .news-block-layout-1 .mobile-flex .speech-bubble {
    order: 1;
    margin: 0;
    margin-top: 1.5rem;
  }
}
.invoice-list {
  position: relative;
  max-width: 48rem;
  margin: 0 auto calc(1rem + 10vh);
  padding: 1rem 1rem 0;
}
.invoice-list .load-invoices-btn {
  border-color: #79d9ff;
  background-color: #79d9ff;
  background-image: linear-gradient(3rad, #79d9ff -10%, #79d9ff 50%, #79d9ff 51%, #79d9ff 120%);
  color: #00205b;
}
.invoice-list__abstract {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.invoice-list__address-filter-btn-wrapper {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
}
.invoice-list__address-filter-footer {
  /*display: none;*/
}
@media (min-width: 48rem) {
  .invoice-list__address-filter-footer {
    display: block;
  }
}
.invoice-list__details-wrapper[aria-hidden=true] {
  display: none;
}
.invoice-list__due {
  display: flex;
  flex: 1.5 0;
  flex-flow: column;
}
.invoice-list__due-date {
  font-size: 0.75rem;
  font-weight: bold;
}
.invoice-list__due-label {
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  color: #5173B1;
}
.invoice-list__filter {
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  max-width: 48rem;
  margin: 0 auto;
  margin-top: 15px;
}
.invoice-list__filter > .our-button {
  border-radius: 0.25rem;
}
.invoice-list__filter-loading {
  margin: 1rem 0;
}
.invoice-list__filter-toggle {
  border-color: #132845;
  color: #132845;
}
.invoice-list__filter-toggle--filled {
  color: #fff;
  background: #132845;
}
.invoice-list__filter-toggle--filled:focus {
  color: #fff;
}
.invoice-list__filter-toggle--filled:hover {
  color: #fff;
}
.invoice-list__filter-toggle--filled:visited {
  color: #fff;
}
.invoice-list__filter-panel {
  display: flex;
  flex-flow: column;
  margin: 0.25rem 0;
}
.invoice-list__item {
  display: block;
  border-bottom: 0.0625rem solid #dfdfdf;
  padding: 1.25rem 0 1rem;
  list-style: none;
  cursor: pointer;
}
.invoice-list__item[aria-expanded=false] .invoice-list__light-up-border {
  transform: scale(0, 1);
  transition: none;
}
.invoice-list__light-up-border {
  height: 0.1875rem;
  margin: -0.1875rem 0 0 0;
  background: #40bab1;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.invoice-list__list {
  min-height: 20rem;
  margin: 0.75rem 0 2rem;
  padding: 0;
}
.invoice-list__list-wrapper {
  min-height: 25rem;
}
.invoice-list__no-invoices {
  display: flex;
  height: 20rem;
  padding: 1.5rem;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.invoice-list__payment {
  display: flex;
  flex: 1 0;
  flex-flow: column;
}
.invoice-list__payment-title {
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  color: #5173B1;
}
.invoice-list__raise-cap.our-button {
  color: #40bab1;
}
.invoice-list__status {
  flex: 0.5 0;
  border-radius: 0.25rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.75rem;
  text-align: center;
}
.invoice-list__status-filters {
  margin-bottom: 0.25rem;
}
.invoice-list__sum {
  font-size: 0.75rem;
  font-weight: bold;
  white-space: nowrap;
}
.invoice-list__title {
  margin-top: 0;
  text-align: left;
}
.invoice-list__toggle {
  display: flex;
  padding: 1.25rem 0 0.5rem;
  align-items: center;
}
.invoice-list__toggle .material-icons {
  font-size: 1rem;
}
.invoice-list .loading-spinner {
  top: auto;
  bottom: 0;
  height: 20rem;
}
.custom-overlay--animation-done-show .invoice-details__top-bar {
  position: fixed;
  z-index: 5002;
  top: 1rem;
}
@media (min-width: 48rem) {
  .custom-overlay--animation-done-show .invoice-details__top-bar {
    position: absolute;
    top: 0;
  }
}
.invoice-details {
  font-size: 0.875rem;
  line-height: normal;
}
.invoice-details__bankgiro {
  margin: 1rem 0;
  margin-bottom: 0.5rem;
}
.invoice-details__bankgiro:first-child {
  margin-top: 0;
}
.invoice-details__bankgiro:last-child {
  margin-bottom: 0;
}
.invoice-details__bankgiro > * {
  margin: 0.5rem 0;
}
.invoice-details__bankgiro > *:first-child {
  margin-top: 0;
}
.invoice-details__bankgiro > *:last-child {
  margin-bottom: 0;
}
.invoice-details__bankgiro.user-select {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.invoice-details .text-right .our-button--fake-link {
  color: #00205b;
}
.invoice-details__breakdown {
  border-bottom: 0.0625rem solid #cdd2d8;
  padding: 1.5rem 0 1rem;
}
.invoice-details__breakdown:last-child {
  border-bottom: none;
}
.invoice-details__breakdown strong {
  font-size: 0.875rem;
}
.invoice-details__breakdown table {
  width: 100%;
}
.invoice-details__breakdown table tbody tr:nth-child(odd) {
  background: transparent;
}
.invoice-details__breakdown th,
.invoice-details__breakdown td {
  padding: 0.5rem;
  text-align: right;
  /*white-space: nowrap;*/
}
.invoice-details__breakdown th:first-child,
.invoice-details__breakdown td:first-child {
  width: 100%;
  padding: 0.5rem 0.5rem 0.5rem 0;
  text-align: left;
}
.invoice-details__breakdown th:last-child,
.invoice-details__breakdown td:last-child {
  padding: 0.5rem 0 0.5rem 0.5rem;
}
.invoice-details__breakdown tbody th {
  border-bottom: 0.0625rem solid #cdd2d8;
  font-size: 0.75rem;
  font-weight: normal;
}
.invoice-details__breakdown tbody td {
  border-bottom: 0.0625rem solid #cdd2d8;
  /*font-weight: bold;*/
}
.invoice-details__breakdown tbody td.bold {
  font-weight: bold;
}
.invoice-details__breakdown tbody.indent td:first-child {
  padding-left: 0.5rem;
}
.invoice-details__breakdown thead th {
  color: #152d4d;
  font-size: 0.75rem;
}
.invoice-details__breakdown .invoice-details__heading {
  padding: 0 0;
}
.invoice-details__due {
  margin: 1rem 0;
  margin-bottom: 0.5rem;
}
.invoice-details__due:first-child {
  margin-top: 0;
}
.invoice-details__due:last-child {
  margin-bottom: 0;
}
.invoice-details__due > * {
  margin: 0.5rem 0;
}
.invoice-details__due > *:first-child {
  margin-top: 0;
}
.invoice-details__due > *:last-child {
  margin-bottom: 0;
}
.invoice-details__heading {
  margin-bottom: 0.5rem;
}
.invoice-details__paid-so-far {
  border-bottom: 0.0625rem solid #cdd2d8;
  padding: 1rem 0;
}
.invoice-details__paid-so-far:last-child {
  border-bottom: none;
}
.invoice-details__paid-so-far strong {
  font-size: 0.875rem;
}
.invoice-details__payment-instructions {
  border-bottom: 0.0625rem solid #cdd2d8;
  padding: 1rem 0;
}
.invoice-details__payment-instructions:last-child {
  border-bottom: none;
}
.invoice-details__payment-instructions strong {
  font-size: 0.875rem;
}
.invoice-details__payment-instructions .invoice-details__heading {
  margin: 0 0 1rem;
}
.invoice-details__product-disc {
  display: inline-block;
  vertical-align: top;
  height: 0.875rem;
  width: 0.875rem;
  margin-right: 0.25rem;
  border-radius: 50%;
  background-color: #777777;
}
.invoice-details__ocr {
  margin: 1rem 0;
}
.invoice-details__ocr:first-child {
  margin-top: 0;
}
.invoice-details__ocr:last-child {
  margin-bottom: 0;
}
.invoice-details__ocr > * {
  margin: 0.5rem 0;
}
.invoice-details__ocr > *:first-child {
  margin-top: 0;
}
.invoice-details__ocr > *:last-child {
  margin-bottom: 0;
}
.invoice-details__ocr.user-select {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.invoice-details__payment-numbers {
  border-bottom: 0.0625rem solid #cdd2d8;
  padding: 0 0 1rem;
}
.invoice-details__payment-numbers:last-child {
  border-bottom: none;
}
.invoice-details__payment-numbers strong {
  font-size: 0.875rem;
}
.invoice-details__repay {
  padding-top: 1rem;
  font-size: 0.75rem;
  line-height: 2;
}
.invoice-details__repay a {
  color: #40bab1;
}
.invoice-details__start-end {
  margin: 1rem 0;
}
.invoice-details__start-end:first-child {
  margin-top: 0;
}
.invoice-details__start-end:last-child {
  margin-bottom: 0;
}
.invoice-details__start-end > * {
  margin: 0.5rem 0;
}
.invoice-details__start-end > *:first-child {
  margin-top: 0;
}
.invoice-details__start-end > *:last-child {
  margin-bottom: 0;
}
.invoice-details__start-end-dates {
  font-size: 0.875rem;
  font-weight: bold;
}
.invoice-details__status {
  display: inline-flex;
  margin: 0 2rem 0 0;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #132845;
  align-items: center;
}
.invoice-details__sum {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.invoice-details__top-bar {
  display: flex;
  position: absolute;
  top: -3rem;
  color: #40bab1;
  justify-content: space-between;
}
@media (min-width: 48rem) {
  .invoice-details__top-bar {
    position: absolute;
    top: 0;
    right: 5rem;
    left: 1rem;
    padding: 1rem 0 0 0;
    justify-content: flex-start;
  }
}
.latest-invoice-charts .productlabel {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -25px;
}
.latest-invoice-charts .productlabel__amount {
  overflow: visible;
  font-family: CentraNo1-Book, FuturaStd, "Segoe UI", sans-serif;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-size: 0.8rem;
  color: #132845;
}
.latest-invoice-charts img.productlabel__url-icon {
  height: 45px;
  width: 45px;
  min-width: 45px;
}
.latest-invoice-charts .highcharts-axis-labels {
  font-family: CentraNo1-Book, FuturaStd, "Segoe UI", sans-serif;
}
.total-invoice {
  position: relative;
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 1rem 0;
}
.total-invoice__due {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  width: 0;
  transition: width 0.3s ease-out;
}
.total-invoice__due.centerText {
  width: 100%;
}
.total-invoice__due-date {
  font-weight: bold;
}
.total-invoice__due-label {
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  color: #5173B1;
}
.total-invoice__inner {
  position: relative;
  height: 100%;
  min-height: 5rem;
  border-bottom: 0.0625rem solid #dfdfdf;
}
.total-invoice__sum {
  font-size: 2.25rem;
  font-weight: bold;
}
.total-invoice__unit {
  font-size: 1.5rem;
  font-weight: bold;
}
.total-invoice__show-all-years {
  float: right;
}
.total-invoice__viz-wrapper {
  position: relative;
  min-height: 1rem;
  opacity: 0;
  transition: min-height 0.3s, opacity 0.5s ease-in-out;
}
.total-invoice__viz-wrapper.active {
  min-height: 20rem;
  margin-bottom: 1rem;
  opacity: 1;
}
.total-invoice .consumption-header {
  border-top: none;
  margin: 0.5rem auto 1rem;
}
.total-invoice .loading-spinner {
  top: -4.5rem;
  position: absolute;
  bottom: auto;
  height: 10rem;
}
.total-invoice .our-button {
  top: -2.5rem;
}
.total-invoice-viz {
  text-align: left;
}
.total-invoice-viz__breakdown-icon {
  display: flex;
  height: 3rem;
  width: 3rem;
  padding: 0.5rem;
  border-radius: 50%;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.total-invoice-viz__breakdown-icon--all-products {
  padding: 0;
}
.total-invoice-viz__breakdown-icon img {
  height: 100%;
}
.total-invoice-viz__breakdown-list {
  max-width: 48rem;
  min-height: 6rem;
  margin: -0.25rem 0 -0.25rem;
  padding: 0.25rem 1.5rem 0.25rem;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.total-invoice-viz__breakdown-list--fade {
  opacity: 1;
}
.total-invoice-viz__breakdown-list--checked .total-invoice-viz__breakdown-value {
  opacity: 0.5;
}
.total-invoice-viz__breakdown-list--checked .total-invoice-viz__breakdown-value--checked {
  opacity: 1;
}
.total-invoice-viz__breakdown-list .input-radio__label {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.total-invoice-viz__breakdown-text {
  margin: 1rem auto 0;
}
.total-invoice-viz__breakdown-type {
  margin: 0.5rem 0 0 0;
  font-size: 0.75rem;
}
.total-invoice-viz__breakdown-type:only-child {
  margin: 0;
  text-align: center;
}
.total-invoice-viz__breakdown-value {
  display: inline-flex;
  margin: 0.5rem 1rem;
  border-radius: 0.625rem;
  flex-flow: column;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.total-invoice-viz__breakdown-value:only-child {
  display: block;
  max-width: 5rem;
}
.total-invoice-viz__breakdown-value:only-child .total-invoice-viz__breakdown-icon {
  margin: 0 auto;
}
.total-invoice-viz__no-data {
  display: flex;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  font-weight: bold;
  background: #fff;
  justify-content: center;
  align-items: center;
}
.latest-invoice {
  position: relative;
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 1rem 2rem;
  text-align: center;
}
.latest-invoice__bankgiro {
  margin: 0 0 0.5rem 0;
}
.latest-invoice__canvas-container {
  position: relative;
  height: 40vh;
  max-height: 20rem;
  max-width: 30rem;
  margin: 0 auto;
}
.latest-invoice__credit-details {
  font-size: 0.875rem;
  padding: 0 1rem 3rem 1rem;
}
.latest-invoice__due {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  line-height: 1.5;
}
.latest-invoice__due-date {
  font-weight: bold;
}
.latest-invoice__inner {
  position: relative;
  min-height: 20rem;
}
.latest-invoice__instructions {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
.latest-invoice__instructions strong {
  font-size: 1.25rem;
}
.latest-invoice__no-invoices {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}
.latest-invoice__payment {
  border-radius: 0.625rem;
}
.latest-invoice__payment.background-color-success {
  background-image: linear-gradient(to bottom, #e3ffe0, #fff);
}
.latest-invoice__payment.background-color-warning {
  background-image: linear-gradient(to bottom, #ffe373, #fff);
}
.latest-invoice__payment.background-color-danger {
  background-image: linear-gradient(to bottom, #ffedf5, #fff);
}
.latest-invoice__repay {
  padding: 1rem 1.5rem 0;
  font-size: 1rem;
}
.latest-invoice__repay a {
  color: #40bab1;
}
.latest-invoice__status {
  margin: 0 0 1rem;
  border-radius: 0.25rem;
  padding: 1.5rem 0 0.75rem 0;
  font-size: 0.75rem;
  font-weight: bold;
}
.latest-invoice__sum {
  font-size: 2.25rem;
  font-weight: bold;
}
.latest-invoice__title {
  padding: 1rem 0 0;
  text-align: left;
}
.latest-invoice__unit {
  font-size: 1.5rem;
  font-weight: bold;
}
.latest-invoice__visualize {
  border-bottom: 0.0625rem solid #dfdfdf;
  padding-bottom: 1.25rem;
}
.offer-sign-up__actions {
  padding: 1rem 0;
}
.offer-sign-up__address-info-complete,
.offer-sign-up__contact-info-complete {
  font-size: 0.875rem;
  line-height: 1.79;
  opacity: 0.6;
}
.offer-sign-up__bank-id-instruction {
  text-align: center;
}
.offer-sign-up__bank-id-instruction--invisible {
  opacity: 0;
}
.offer-sign-up__inner {
  max-width: 48rem;
  margin: 0 auto;
}
.offer-sign-up__sign-loading-panel {
  text-align: center;
}
.offer-sign-up__sign-loading-panel--invisible {
  opacity: 0;
}
.offer-sign-up__spinner-frame {
  position: relative;
  height: 4rem;
}
.offer-sign-up__terms {
  display: flex;
  justify-content: flex-start;
  padding: 18px;
  border-radius: 5px;
  margin: 18px 0px;
  background-color: #ccd2de;
}
.offer-sign-up__terms-text {
  font-size: 0.875rem;
  line-height: 1.79;
}
.offer-sign-up .bg-blue-selected {
  background-color: #eae9e9;
}
.offer-sign-up-step__body {
  display: flex;
  flex-flow: column;
}
.offer-sign-up-step--complete .offer-sign-up-step__body {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
}
.offer-sign-up-contact-form .form-text,
.offer-sign-up-contact-form .our-button {
  margin: 0.5rem 0;
}
.offer-sign-up-address-form .form-text,
.offer-sign-up-address-form .our-button {
  margin: 0.5rem 0;
}
.offer-sign-up-address-form .form-checkbox {
  margin: 1.25rem 0 1.25rem;
}
.offer-sign-up-address-form__info {
  position: relative;
}
.offer-sign-up-address-form__info-loading {
  min-height: 20rem;
}
.offer-sign-up-address-form__info-loading--again {
  min-height: 0;
}
.offer-alternative__main-descr,
.offer-alternative__sub-descr {
  padding: 0 1rem;
}
.offer-alternative__actions {
  margin: 0 auto;
  padding: 0 1rem 2rem;
}
@media (min-width: 64rem) {
  .offer-alternative__actions {
    padding: 0 0 2rem;
  }
}
@media (min-width: 64rem) {
  .overlay-view .offer-alternative__actions {
    padding: 0 1rem 2rem;
  }
}
.offer-alternative__descr {
  max-width: 48rem;
  margin: 0 auto;
  padding: 1rem 0;
  background: #40bab1;
}
.product-theme--el .offer-alternative__descr {
  background: rgba(0, 74, 55, 0.8);
}
.product-theme--el-ext .offer-alternative__descr {
  background: rgba(148, 222, 157, 0.8);
}
.product-theme--fjk .offer-alternative__descr {
  background: rgba(0, 159, 220, 0.8);
}
.product-theme--fjv .offer-alternative__descr {
  background: rgba(249, 83, 92, 0.8);
}
.product-theme--gas .offer-alternative__descr {
  background: rgba(0, 32, 91, 0.8);
}
.product-theme--gas-ext .offer-alternative__descr {
  background: rgba(121, 217, 255, 0.8);
}
.product-theme--ansl_sol .offer-alternative__descr {
  background: rgba(255, 227, 115, 0.8);
}
.product-theme--stadsnät .offer-alternative__descr {
  background: rgba(216, 83, 116, 0.8);
}
.product-theme--misc .offer-alternative__descr {
  background: rgba(47, 69, 97, 0.8);
}
.product-theme--mörkblå .offer-alternative__descr {
  background: rgba(0, 32, 91, 0.8);
}
.product-theme--mörkgrön .offer-alternative__descr {
  background: rgba(0, 74, 55, 0.8);
}
.product-theme--mörkröd .offer-alternative__descr {
  background: rgba(101, 29, 50, 0.8);
}
.product-theme--vallmo .offer-alternative__descr {
  background: rgba(249, 83, 92, 0.8);
}
.product-theme--trä .offer-alternative__descr {
  background: rgba(174, 137, 120, 0.8);
}
.product-theme--jord .offer-alternative__descr {
  background: rgba(72, 55, 55, 0.8);
}
.product-theme--hav .offer-alternative__descr {
  background: rgba(0, 159, 220, 0.8);
}
.offer-alternative__header {
  display: flex;
  min-height: 4rem;
  max-width: 48rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  align-items: center;
}
@media (min-width: 64rem) {
  .offer-alternative__header {
    padding: 2rem 0;
  }
}
@media (min-width: 64rem) {
  .overlay-view .offer-alternative__header {
    padding: 2rem 1rem;
  }
}
.offer-alternative__main-descr {
  margin: 0 auto 0.5rem;
  font-weight: bold;
}
.offer-alternative__parts {
  max-width: 48rem;
  margin: 0 auto;
  padding: 0.5rem 0;
}
.offer-alternative__part-wrapper {
  margin: 1rem 0;
}
.offer-alternative__part-wrapper__checkbox .offer-part__price {
  padding-left: 2rem;
}
.offer-alternative__form-checkbox {
  margin: -1.475rem auto 0;
  padding: 0 1rem;
}
.offer-alternative__link-text {
  margin: -1rem 1rem 2rem;
}
.offer-alternative__link-text > a {
  padding: 0;
}
.offer-alternative__sub-descr {
  margin: 0 auto;
  font-size: 0.875rem;
  color: #fff;
}
.product-theme--ansl_sol .offer-alternative__sub-descr {
  color: #132845;
}
.offer-alternative__title {
  font-size: 1.5rem;
}
.offer-part {
  padding: 0 1rem;
}
.offer-part__label {
  margin: 0 auto 0.5rem;
  font-size: 0.875rem;
  color: #a8a8a8;
}
.offer-part__price {
  font-size: 1.125rem;
}
.product-breakdown {
  text-align: left;
}
.product-breakdown--variant-centered .product-breakdown__value:only-child {
  display: block;
  max-width: 5rem;
}
.product-breakdown--variant-centered .product-breakdown__value:only-child .product-breakdown__icon {
  margin: 0 auto;
}
.product-breakdown__icon {
  display: flex;
  height: 3rem;
  width: 3rem;
  margin: 0 1.5rem;
  padding: 0.5rem;
  border-radius: 50%;
  color: #fff;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.product-breakdown__icon--all-products {
  padding: 0;
}
.product-breakdown__icon img {
  height: 100%;
}
.product-breakdown__list {
  display: flex;
  margin: -0.25rem 0 -0.25rem;
  padding: 0.25rem 1.5rem 0.25rem;
  flex-flow: row wrap;
}
@media (max-width: 768px) {
  .product-breakdown__list {
    padding: 0;
  }
}
.product-breakdown__list--checked .product-breakdown__value {
  opacity: 0.5;
}
.product-breakdown__list--checked .product-breakdown__value--checked {
  opacity: 1;
}
.product-breakdown--variant-centered .product-breakdown__list {
  justify-content: center;
}
@media (max-width: 768px) {
  .product-breakdown__list .product-types ul {
    flex-wrap: wrap;
  }
  .product-breakdown__list .product-types ul li {
    min-width: 40px;
    max-width: 40px;
    /*&.product-type-icon-ALL {
                            min-width: 40px;
                        }*/
  }
  .product-breakdown__list .product-types ul li.product-type-icon {
    padding: 10px;
  }
  .product-breakdown__list .product-types ul li.product-type-icon:first-of-type {
    margin-left: 0;
  }
  .product-breakdown__list .product-types ul li.product-type-icon:last-of-type {
    margin-right: 0;
  }
  .product-breakdown__list .product-types ul li.product-type-icon img {
    width: 1.75rem;
    height: inherit;
  }
}
.product-breakdown__period-info {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
}
.product-breakdown__quantity {
  font-size: 1rem;
  font-weight: bold;
}
.product-breakdown__text {
  margin: 1rem auto 0;
  pointer-events: none;
}
.product-breakdown__type {
  margin: 0.5rem 0 0 0;
  font-size: 0.75rem;
}
.product-breakdown__type:only-child {
  margin: 0;
  text-align: center;
}
.product-breakdown__unit {
  font-size: 0.75rem;
  font-weight: bold;
}
.product-breakdown__value {
  display: inline-flex;
  margin: 0.5rem 0;
  border-radius: 0.625rem;
  flex-flow: column;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.product-breakdown .input-radio__label {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.product-article-offer__main-descr,
.product-article-offer__sub-descr {
  padding: 0 1rem;
}
.product-article-offer__alternative {
  max-width: 48rem;
  margin: 0 auto;
  border-top: 0.0625rem solid #dfdfdf;
}
.product-article-offer__alternative:first-child {
  border-top: none;
}
@media (min-width: 64rem) {
  .product-article-offer__alternative {
    max-width: 46rem;
  }
}
.product-offer-list .product-short__lede {
  padding-bottom: 0;
}
.product-offer-list .product-short__lede .product-short__ball {
  display: none;
}
.product-offer-list .product-short__wrapper .product-short__descriptive .product-short__heading {
  font-size: 1rem;
  font-weight: bold;
}
.product-offer-list .product-short__wrapper .product-short__descriptive .product-short__underline {
  display: none;
}
.product-short {
  padding: 1.75rem 0 0;
}
@media (min-width: 48rem) {
  .product-short {
    padding: 2.75rem 0 0;
  }
}
@media (min-width: 66rem) {
  .product-short {
    padding: 4.75rem 0 0;
  }
}
.product-short .page-progress-bar {
  background: rgba(83, 153, 216, 0.1);
}
.product-short .page-progress-bar__current {
  background: #5399d8;
}
.product-short__ball {
  display: flex;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background: #5399d8;
  justify-content: center;
  align-items: center;
}
.product-short__ball img {
  width: 1.5rem;
  height: 1.5rem;
}
.product-short__card-wrapper {
  margin: 2rem 0 0;
}
.product-short__descriptive {
  flex: 1 1 auto;
}
.product-short__heading {
  margin: 1.25rem 0;
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media (min-width: 22rem) {
  .product-short__heading {
    font-size: 2rem;
  }
}
@media (min-width: 38rem) {
  .product-short__heading {
    margin: 1.5rem 0;
    font-size: 3rem;
  }
}
@media (min-width: 66rem) {
  .product-short__heading {
    margin: 2rem 0;
    font-size: 4rem;
  }
}
@media (min-width: 48rem) {
  .product-short__heading {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
.product-short__image {
  display: none;
}
@media (min-width: 48rem) {
  .product-short__image {
    display: block;
    flex: 1 1 auto;
    max-width: 50%;
    margin-left: 2rem;
  }
  .product-short__image img {
    border-radius: 0.5rem;
    align-self: flex-end;
  }
}
.product-short__intro {
  max-width: 30rem;
  margin: 1.5rem 0;
  font-size: 0.875rem;
  line-height: 1.79;
}
.product-short__lede {
  max-width: 48rem;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 48rem) {
  .product-short__lede {
    align-self: flex-start;
  }
}
.product-short__link {
  text-decoration: underline;
  font-size: 0.875rem;
  line-height: 1.79;
}
@media (min-width: 48rem) {
  .product-short__link {
    max-width: 20rem;
  }
}
.product-short__underline {
  display: block;
  height: 0.125rem;
  width: 7.5rem;
  background: #5399d8;
}
.product-short__wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (min-width: 48rem) {
  .product-short__wrapper {
    margin-top: 2rem;
  }
}
.contracts-overview {
  /*padding: 0 0 3rem;*/
}
.contracts-overview__poster-wrapper .poster-content__lede {
  margin: 0;
}
.contracts-overview__table {
  display: flex;
  flex-flow: column;
}
.contracts-overview__table th {
  font-size: 20px;
}
.contracts-overview caption {
  margin: 0 0 1rem;
  font-weight: bold;
  text-align: left;
}
.contracts-overview .main-contract-table__table-wrapper {
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.contracts-overview .main-contract-table tbody {
  display: flex;
  flex-flow: column;
  max-width: calc(48rem - 2rem);
  font-size: 16px;
}
.contracts-overview .main-contract-table tbody label {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
}
.contracts-overview .main-contract-table tbody p {
  font-size: 14px;
  margin-bottom: 0px;
}
.contracts-overview .main-contract-table tbody.collapse-add {
  animation: collapse 0.3s;
  min-height: 5rem;
  overflow: hidden;
}
.contracts-overview .main-contract-table thead {
  display: flex;
  font-size: 0.875rem;
}
.contracts-overview .main-contract-table thead th {
  display: flex;
  flex: 1 0 auto;
  padding: 0.25rem 0rem;
}
.contracts-overview .main-contract-table thead tr {
  display: flex;
  width: 100%;
  justify-content: stretch;
}
.contracts-overview .main-contract-table__table-wrapper {
  margin: 0 1rem;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.contracts-overview .main-contract-table tbody {
  display: inline;
}
.contracts-overview .main-contract-table tbody button {
  font-size: 16px;
}
.contracts-overview .main-contract-table .periodical-offer {
  border-bottom-width: 0px;
}
@media (max-width: 768px) {
  .contracts-overview .table-periodicalOffer {
    overflow-x: auto;
  }
}
.contracts-overview .table-periodicalOffer table {
  table-layout: fixed;
  width: 100%;
  background-color: white;
  /* Make first column sticky */
}
@media (max-width: 768px) {
  .contracts-overview .table-periodicalOffer table {
    min-width: 800px;
  }
}
.contracts-overview .table-periodicalOffer table thead tr th {
  border-width: 1px;
  text-align: center;
  vertical-align: middle;
  background-color: #dff7ff;
  color: #00205b;
}
.contracts-overview .table-periodicalOffer table tbody tr {
  background-color: white;
}
.contracts-overview .table-periodicalOffer table tbody tr td {
  border-width: 1px;
  text-align: center;
  color: #00205b;
}
.contracts-overview .table-periodicalOffer table tbody tr td:first-child {
  text-transform: capitalize;
  text-align: start;
}
@media (max-width: 768px) {
  .contracts-overview .table-periodicalOffer table th:first-child,
  .contracts-overview .table-periodicalOffer table td:first-child {
    position: sticky;
    left: 0;
    background: white;
    z-index: 1;
    box-shadow: -1px 0px 0px #dee2e6 inset;
  }
  .contracts-overview .table-periodicalOffer table th:first-child {
    z-index: 2;
    background: #dff7ff;
  }
}
.contracts-overview .periodical-offer-text {
  font-size: 15px;
  margin-bottom: 15px;
}
.contracts-overview .gray-line {
  border-bottom: 0.0625rem solid #dfdfdf;
}
.contracts-list {
  position: relative;
  padding: 0 0 2rem;
}
.contracts-list__detail-head {
  opacity: 0;
}
.contracts-list__end-head {
  justify-content: flex-end;
}
tbody tr.contracts-list__no-rows {
  display: flex;
  padding: 0.5rem 0 0 0;
  font-size: 0.75rem;
}
tbody tr.contracts-list__no-rows:nth-child(odd) {
  background: transparent;
}
.contracts-list__actions .our-button {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
}
.contracts-list__table {
  display: flex;
  flex-flow: column;
}
.contracts-list caption {
  margin: 0 0 1rem;
  font-weight: bold;
  text-align: left;
}
.contracts-list tbody {
  display: flex;
  flex-flow: column;
}
.contracts-list tbody.collapse-add {
  animation: collapse 0.3s;
  min-height: 5rem;
  overflow: hidden;
}
.contracts-list thead {
  display: flex;
  font-size: 0.875rem;
}
.contracts-list thead th {
  display: flex;
  flex: 1 0 auto;
  padding: 0.25rem 0.625rem;
}
.contracts-list thead tr {
  display: flex;
  width: 100%;
  justify-content: stretch;
}
.outage-row {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 0.0625rem solid #dfdfdf;
  justify-content: stretch;
  font-size: 0.75rem;
}
.outage-row:nth-child(odd) {
  background: transparent;
}
tbody tr td.outage-row__area {
  flex: 4 1 auto;
  max-width: 60%;
  padding: 0.25rem 0.625rem 0.25rem 0;
  cursor: pointer;
  align-items: center;
}
@media (min-width: 48rem) {
  tbody tr td.outage-row__area {
    max-width: none;
  }
}
tbody tr td.outage-row__area .our-button {
  text-decoration: none;
  width: 1.5rem;
}
tbody tr td.outage-row__detail {
  display: flex;
  width: 100%;
  margin: 0 0 0 0.625rem;
  border-left: 0.125rem solid #bbe1e0;
  padding: 0.375rem 0.625rem 0.375rem 0.75rem;
  justify-content: space-between;
}
tbody tr td.outage-row__detail.au-enter {
  opacity: 0 !important;
}
tbody tr td.outage-row__detail.au-enter-active {
  animation: fadeIn 0.3s;
}
tbody tr td.outage-row__detail--addresses {
  flex-flow: column;
}
tbody tr td.outage-row__detail--last {
  margin: 0 0 1.25rem 0.625rem;
}
.outage-row__detail-label {
  font-weight: bold;
}
.outage-row__detail-value {
  padding: 0 0 0 2rem;
  text-align: right;
}
.outage-row__detail-value--addresses {
  text-align: left;
  padding: 0.5rem 0 0 0.5rem;
  line-height: 1.5;
}
tbody tr td.outage-row__to-date {
  flex: 1 1 auto;
  max-width: 40%;
  padding: 0.25rem 0.625rem 0.25rem;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
@media (min-width: 48rem) {
  tbody tr td.outage-row__to-date {
    max-width: none;
  }
}
.outage-row__to-date button {
  background-color: transparent;
  border: none;
  color: #00205b;
}
.outage-row td {
  display: flex;
}
.outage-list {
  position: relative;
  padding: 0 0 2rem;
}
.outage-list .our-button--fake-link {
  color: #00205b;
}
.outage-list__detail-head {
  opacity: 0;
}
.outage-list__end-head {
  justify-content: flex-end;
}
tbody tr.outage-list__no-rows {
  display: flex;
  padding: 0.5rem 0 0 0;
  font-size: 0.75rem;
}
tbody tr.outage-list__no-rows:nth-child(odd) {
  background: transparent;
}
.outage-list__actions .our-button {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
}
.outage-list__table {
  display: flex;
  flex-flow: column;
}
.outage-list caption {
  margin: 0 0 1rem;
  font-weight: bold;
  text-align: left;
}
.outage-list tbody {
  display: flex;
  flex-flow: column;
}
.outage-list tbody.collapse-add {
  animation: collapse 0.3s;
  min-height: 5rem;
  overflow: hidden;
}
.outage-list thead {
  display: flex;
  font-size: 0.875rem;
}
.outage-list thead th {
  display: flex;
  flex: 1 0 auto;
  padding: 0.25rem 0.625rem;
}
.outage-list thead tr {
  display: flex;
  width: 100%;
  justify-content: stretch;
}
.outage-row {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 0.0625rem solid #dfdfdf;
  justify-content: stretch;
  font-size: 0.75rem;
}
.outage-row:nth-child(odd) {
  background: transparent;
}
tbody tr td.outage-row__area {
  flex: 4 1 auto;
  max-width: 60%;
  padding: 0.25rem 0.625rem 0.25rem 0;
  cursor: pointer;
  align-items: center;
}
@media (min-width: 48rem) {
  tbody tr td.outage-row__area {
    max-width: none;
  }
}
tbody tr td.outage-row__area .our-button {
  text-decoration: none;
  width: 1.5rem;
}
tbody tr td.outage-row__detail {
  display: flex;
  width: 100%;
  margin: 0 0 0 0.625rem;
  border-left: 0.125rem solid #004a37;
  padding: 0.375rem 0.625rem 0.375rem 0.75rem;
  justify-content: space-between;
}
tbody tr td.outage-row__detail.au-enter {
  opacity: 0 !important;
}
tbody tr td.outage-row__detail.au-enter-active {
  animation: fadeIn 0.3s;
}
tbody tr td.outage-row__detail--addresses {
  flex-flow: column;
}
tbody tr td.outage-row__detail--last {
  margin: 0 0 1.25rem 0.625rem;
}
.outage-row__detail-label {
  font-weight: bold;
}
.outage-row__detail-value {
  padding: 0 0 0 2rem;
  text-align: right;
}
.outage-row__detail-value--addresses {
  text-align: left;
  padding: 0.5rem 0 0 0.5rem;
  line-height: 1.5;
}
tbody tr td.outage-row__to-date {
  flex: 1 1 auto;
  max-width: 40%;
  padding: 0.25rem 0.625rem 0.25rem;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
@media (min-width: 48rem) {
  tbody tr td.outage-row__to-date {
    max-width: none;
  }
}
.outage-row td {
  display: flex;
}
@media (min-width: 48rem) {
  .outage-notice {
    padding: 0 0 2rem;
  }
}
@media (min-width: 48rem) {
  .outage-notice {
    padding: 0 0 3rem;
  }
}
.outage-notice__poster-wrapper {
  padding: 0 0 1rem;
}
.outage-notice__table-wrapper {
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.outage-map__wrapper {
  overflow: hidden;
  position: relative;
  background-size: cover;
}
.outage-map__wrapper--actions {
  display: flex;
  height: calc(60vh - 8rem);
  justify-content: center;
  align-items: center;
}
@media (min-width: 38rem) and (max-height: 420px) {
  .outage-map__wrapper--actions {
    height: calc(130vh - 8rem);
    min-height: 16rem;
  }
}
.outage-map__wrapper--map {
  padding-bottom: calc(100vh - 8rem);
}
.outage-map__wrapper iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  left: 0;
  top: 0;
}
.site-menu__overlay {
  position: fixed;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #40bab1;
}
.site-menu__overlay .site-header__content-menu {
  padding: 0px 15px;
}
.site-menu__overlay:not(.open) {
  transition: 0.75s ease-in-out;
  top: 100%;
  z-index: 999;
}
.site-menu__overlay.open {
  transition: 0.75s ease-in-out;
  top: 64px;
  z-index: 999;
}
.site-header-login {
  margin: auto 1rem auto auto;
}
.main-view {
  padding: 0 0 3rem;
}
@media (min-width: 48rem) {
  .main-view {
    padding: 0 0 5rem;
  }
}
@keyframes openMenu {
  0% {
    position: relative;
    top: 100vh;
  }
  50% {
    position: relative;
    top: 0;
  }
  99% {
    position: relative;
    top: 0;
  }
  100% {
    position: relative;
    top: 0;
  }
}
@keyframes closeMenu {
  0% {
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
.site-header,
.site-header * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.site-header {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 48rem) {
  .site-header {
    position: relative;
    z-index: auto;
    width: auto;
  }
}
.site-header__actions {
  display: flex;
}
.site-header__frame {
  background: #fff;
}
@media (min-width: 48rem) {
  .site-header__content-menu-wrapper,
  .site-header__login-wrapper,
  .site-header__menu-list-wrapper {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
    border-top: none;
  }
}
.site-header__content-menu-wrapper:not(:first-child),
.site-header__login-wrapper:not(:first-child) {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.5);
}
.site-header__content-menu {
  margin: 2rem 0;
  padding: 0;
  color: #fff;
  list-style: none;
}
.site-header__content-menu li {
  margin: 1.25rem 0;
  font-size: 1.125rem;
  font-weight: bold;
}
.site-header__content-menu li:first-child {
  margin-top: 0;
}
.site-header__content-menu li:last-child {
  margin-bottom: 0;
}
.site-header__content-menu ul {
  margin: 2rem 0 1rem;
  padding: 0 0 0 1rem;
  list-style: none;
}
.site-header__content-menu ul li {
  font-weight: normal;
}
.site-header__content-menu-item {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.site-header__content-menu-link {
  align-items: flex-start;
  flex-flow: column;
}
.site-header__content-menu-link:focus {
  outline: none;
}
.site-header__content-menu-link--active {
  color: #fff;
}
.site-header__content-menu-underline {
  height: 0.125rem;
  width: 100%;
  margin-top: 0.25rem;
  background: #fff;
  transform: scale(0, 1);
}
.site-header__content-menu-link--active .site-header__content-menu-underline,
.site-header__content-menu-link:focus .site-header__content-menu-underline,
.site-header__content-menu-link:hover .site-header__content-menu-underline {
  transform: scale(1, 1);
  transition: transform 0.1s linear;
}
.site-header__content-menu-link:focus.site-header__content-menu-link--active .site-header__content-menu-underline {
  background: #bbe1e0;
}
.site-header__menu-head {
  display: flex;
  padding: 1rem 0;
  justify-content: space-between;
}
.site-header__menu.custom-overlay {
  padding: 0 1rem;
  background: #40bab1;
}
@media (min-width: 48rem) {
  .site-header__menu.custom-overlay {
    padding: 0;
    background: transparent;
  }
}
.site-header__menu-body {
  display: flex;
  z-index: 10;
  top: 100vh;
  left: 0;
  width: 100%;
  visibility: hidden;
  background-color: #40bab1;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}
@media (min-width: 48rem) {
  .site-header__menu-body {
    position: relative;
    top: 0;
    z-index: 1000;
    min-height: calc(100vh - 3.9375rem);
    padding: 0 1rem;
    justify-content: flex-start;
  }
}
.site-header__menu-body--show {
  visibility: visible;
}
@media (min-width: 48rem) {
  .site-header__menu-body--show {
    animation: openMenu 0.25s;
  }
}
.site-header__menu-body--shown--hidden {
  top: 100vh;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .site-header__menu-body--shown--hidden {
    animation: closeMenu 0.25s;
  }
}
.site-header__menu-show {
  margin-left: 0.625rem;
}
.site-header__menu-list-wrapper {
  padding: 1.5rem 0;
}
.site-header__bar {
  display: flex;
  height: 4rem;
  padding: 0 1rem 0;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 38rem) {
  .site-header__bar {
    height: 4rem;
  }
}
.site-header__inner {
  position: relative;
  max-width: 75rem;
  margin: 0 auto;
}
.site-header__login-wrapper {
  padding: 1.5rem 0 6rem;
}
.site-header__logo-small {
  position: relative;
  z-index: 1000;
  height: 2rem;
}
@media (min-width: 48rem) {
  .site-header__logo-small {
    z-index: 0;
  }
}
.site-header__logo-large {
  height: 3rem;
}
.site-header__logo-large.footer {
  height: 3rem;
}
.site-header__logo-regular {
  display: none;
}
@media (min-width: 38rem) {
  .site-header__logo-regular {
    display: block;
    height: 2rem;
  }
}
.site-footer {
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  background-color: #00205b;
}
.site-footer .divider-line {
  background: #DFF7FF;
}
.site-footer p {
  line-height: normal;
  color: #dff7ff;
}
.site-footer p a {
  color: #dff7ff;
}
.site-footer p a:focus,
.site-footer p a:hover,
.site-footer p a:visited {
  color: #dff7ff;
}
.site-footer__grecaptcha-inline-badge {
  display: flex;
  margin: 2rem 0 0;
  justify-content: center;
}
.site-footer__inner {
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .site-footer__inner {
    padding: 0;
  }
}
.site-footer__social-link {
  margin: 0 0.5rem;
}
.site-footer__social-links {
  display: flex;
  margin: 1rem 0;
  justify-content: center;
}
.site-footer .footer-box {
  background-color: #DFF7FF;
  padding: 2rem 5rem 3rem;
  color: #00205b;
}
.site-footer .footer-box a {
  text-decoration: none;
  color: #00205b;
}
.site-footer .footer-box a:focus,
.site-footer .footer-box a:hover,
.site-footer .footer-box a:visited {
  color: #00205b;
}
.site-footer .footer-box p {
  color: #00205b;
}
.site-footer .footer-box .cookie-info a {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .site-footer .footer-box {
    padding: 2rem;
  }
}
.site-footer .footer-info {
  padding: 2rem 7rem 3rem;
}
.site-footer .footer-info .text-left a {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .site-footer .footer-info {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-info {
    padding: 2rem 3rem;
  }
}
.site-footer .footer-btn {
  display: flex;
  padding: 0.25rem 0.25rem;
  color: #dff7ff;
  text-decoration: none;
}
@keyframes backgroundFadeIn {
  from {
    background: transparent;
  }
  to {
    background: rgba(19, 40, 69, 0.88);
  }
}
.overlay-view__backdrop {
  display: block;
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(19, 40, 69, 0.88);
}
.overlay-view__backdrop.au-enter {
  background: transparent;
}
.overlay-view__backdrop.au-enter-active {
  animation: backgroundFadeIn 0.5s;
}
.overlay-view__backdrop.au-leave-active {
  animation: backgroundFadeIn 0.5s reverse;
}
@media (min-width: 48rem) {
  .overlay-view__backdrop.au-enter {
    background: transparent;
  }
  .overlay-view__backdrop.au-enter-active {
    animation: backgroundFadeIn 0.3s;
  }
  .overlay-view__backdrop.au-leave-active {
    animation: backgroundFadeIn 0.3s reverse;
  }
}
.overlay-view__body {
  position: relative;
  min-height: calc(100vh - 3.9375rem);
  padding: 0 1rem 1rem;
}
@media (min-width: 48rem) {
  .overlay-view__body {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
  }
}
.overlay-view__close.our-button {
  display: none;
}
@media (min-width: 48rem) {
  .overlay-view__close.our-button {
    display: flex;
    position: absolute;
    z-index: 2001;
    top: -3rem;
    right: 0;
  }
}
.overlay-view__head {
  position: relative;
}
.overlay-view__head .dialog-head.dialog-head {
  position: relative;
}
.overlay-view__head .dialog-head__inner {
  border-bottom: none;
}
.overlay-view__body-content {
  position: relative;
  z-index: 1;
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 0 1rem;
  border-radius: 0.5rem;
}
@media (min-width: 48rem) {
  .overlay-view__body-content {
    display: block;
    position: relative;
    z-index: 2001;
    width: 44rem;
    min-height: 0;
    margin: 4rem auto 0;
  }
}