@charset "UTF-8";
/*!
    Theme Name:  Bornholms Energi & Forsyning
    Theme URI:   https://beof.dk
    Template:    flatsome
    Version:     1.0
    Author:      Adtention A/S
    Author URI:  https://adtention.dk
    Text Domain: beof
*/
.font-bold {
  font-weight: 700 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.h-full {
  height: 100%;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pb-0.row .col {
  padding-bottom: 0 !important;
}

.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.mx-0 {
  margin-inline: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.max-h-500 {
  max-height: 500px;
}
.max-h-500.img .img-inner, .max-h-500.img img {
  max-height: 500px;
}

.rounded {
  border-radius: 3px;
  overflow: hidden;
}

.text-underline {
  text-decoration: underline;
}

.content-center {
  align-content: center;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.self-center {
  align-self: center;
}

.rotate-90 {
  transform: rotate(90deg);
}
@media (min-width: 1024px) {
  .rotate-90 {
    transform: none;
  }
}

.sr-only {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.shadow-borders {
  box-shadow: 2px 0 0 0 #ECF1F5, 0 2px 0 0 #ECF1F5, 2px 2px 0 0 #ECF1F5, 2px 0 0 0 #ECF1F5 inset, 0 2px 0 0 #ECF1F5 inset;
}
.shadow-borders.row .col {
  box-shadow: 2px 0 0 0 #ECF1F5, 0 2px 0 0 #ECF1F5, 2px 2px 0 0 #ECF1F5, 2px 0 0 0 #ECF1F5 inset, 0 2px 0 0 #ECF1F5 inset;
}

span[data-text-color=focus] {
  color: #FDB913;
}

span[data-bg-color=focus] {
  background-color: #FDB913;
}

span[data-text-color=primary-shade-dark-1] {
  color: #337f87;
}

html.no-scroll {
  overflow: hidden;
  height: 100%;
}

.banner h5, .banner h6, .banner p {
  margin-top: 0;
  margin: 0;
}

.gform_validation_errors {
  display: none !important;
}

.img {
  border-radius: 3px;
  overflow: hidden;
}

h1, .h1, .banner h1, .banner .h1 {
  font-size: calc(1.2583333333rem + 4.8222222222vw);
  letter-spacing: -0.02em;
  line-height: 120%;
  font-family: "Fjalla One";
  margin-bottom: 0.5em;
}
@media (min-width: 1200px) {
  h1, .h1, .banner h1, .banner .h1 {
    font-size: 4.875rem;
  }
}

h2, .h2, .banner h2, .banner .h2 {
  font-size: calc(1.175rem + 3.2666666667vw);
  letter-spacing: -0.02em;
  line-height: 120%;
  font-family: "Fjalla One";
  margin-bottom: 0.5em;
}
@media (min-width: 1200px) {
  h2, .h2, .banner h2, .banner .h2 {
    font-size: 3.625rem;
  }
}

h3, .h3, .banner h3, .banner .h3 {
  font-size: calc(1.1208333333rem + 2.2555555556vw);
  letter-spacing: -0.02em;
  line-height: 120%;
  font-family: "Fjalla One";
  margin-bottom: 0.5em;
}
@media (min-width: 1200px) {
  h3, .h3, .banner h3, .banner .h3 {
    font-size: 2.8125rem;
  }
}

h4, .h4, .banner h4, .banner .h4 {
  font-size: calc(1.0333333333rem + 0.6222222222vw);
  letter-spacing: -0.02em;
  line-height: 34px;
  font-family: "Fjalla One";
  margin-bottom: 0.5em;
}
@media (min-width: 1200px) {
  h4, .h4, .banner h4, .banner .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5, .banner h5, .banner .h5 {
  font-size: calc(1.0166666667rem + 0.3111111111vw);
  letter-spacing: -0.02em;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "Fjalla One";
  margin-bottom: 0.5em;
}
@media (min-width: 1200px) {
  h5, .h5, .banner h5, .banner .h5 {
    font-size: 1.25rem;
  }
}

h6, .h6, .banner h6, .banner .h6 {
  font-size: 1rem;
  letter-spacing: -0.02em;
  line-height: 24px;
}

p, .p {
  font-size: calc(1.0166666667rem + 0.3111111111vw);
  letter-spacing: -0.02em;
  line-height: 30px;
}
@media (min-width: 1200px) {
  p, .p {
    font-size: 1.25rem;
  }
}

.text p:last-of-type {
  margin: 0;
}
.text p:last-of-type + * {
  margin-top: 1.3em;
}

.header-shadow .header-wrapper,
.header-wrapper.stuck,
.layout-shadow #wrapper {
  box-shadow: 1px 1px 0px #ECF1F5;
}

.nav-line-bottom > li > a::before,
.nav-line-grow > li > a::before,
.nav-line > li > a::before {
  background-color: #004251;
}

.header-top .top-bar-nav a {
  color: #14515F;
  font-family: "Open Sans";
  font-size: 0.875rem;
}

.header-main .flex-left.flex-grow {
  width: -moz-fit-content;
  width: fit-content;
  flex: unset;
  margin-right: unset;
}

.header-main .nav-left {
  width: -moz-fit-content;
  width: fit-content;
}
.header-main .nav-left li {
  transition: margin 0.2s ease;
  margin: 0 15px;
}
@media (min-width: 955px) {
  .header-main .nav-left li {
    margin: 0 30px;
  }
}
.header-main .nav-left li a svg:only-of-type {
  display: none;
}
.header-main .nav-left .nav-top-link {
  text-transform: uppercase;
  color: #004251;
  font-size: calc(1.0166666667rem + 0.3111111111vw);
}
@media (min-width: 1200px) {
  .header-main .nav-left .nav-top-link {
    font-size: 1.25rem;
  }
}
.header-main .nav-right.nav-line-bottom > li > a::before {
  display: none;
}
.header-main .nav-right li {
  margin: 0 20px;
}
.header-main .nav-right li.current-dropdown .nav-top-link {
  color: #3EC2CF;
}
.header-main .nav-right li svg:nth-of-type(2):nth-last-of-type(1) {
  display: none;
}
.header-main .nav-right .nav-top-link {
  font-family: "Open Sans";
  color: #222A2C;
  font-size: 0;
}
@media (min-width: 1180px) {
  .header-main .nav-right .nav-top-link {
    font-size: 0.875rem;
  }
}
.header-main .nav-right .nav-top-link:hover {
  color: #3EC2CF;
}
.header-main .mobile-nav.nav-right li {
  margin: 0 5px;
}
@media (min-width: 768px) {
  .header-main .mobile-nav.nav-right li {
    margin: 0 15px;
  }
}
.header-main .mobile-nav.nav-right li a {
  color: #222A2C;
}
.header-main .mobile-nav.nav-right .nav-top-link svg {
  margin: 0;
  height: 25px;
}
@media (min-width: 768px) {
  .header-main .mobile-nav.nav-right .nav-top-link svg {
    height: auto;
  }
}
.header-main .mobile-nav.nav-right .current-lightbox-clicked {
  opacity: 0;
}

.mobile-sidebar .nav-sidebar li + li {
  border: none;
}
.mobile-sidebar .nav-sidebar li a {
  opacity: 1;
  color: #F7F9FB;
  font-size: calc(1.0166666667rem + 0.3111111111vw);
}
@media (min-width: 1200px) {
  .mobile-sidebar .nav-sidebar li a {
    font-size: 1.25rem;
  }
}

.logo-left .logo {
  margin-right: 30px;
}
@media (min-width: 768px) {
  .logo-left .logo {
    margin-right: auto;
  }
}

.sub-menu.nav-dropdown {
  border-top: 1px solid #ECF1F5;
  color: #004251;
}
.sub-menu.nav-dropdown .row {
  margin-inline: auto;
}
.sub-menu.nav-dropdown .ux-menu-link {
  font-size: 1rem;
  font-weight: 600;
  opacity: 1;
  color: #004251;
}
.sub-menu.nav-dropdown .ux-menu-link.large {
  font-size: calc(1.0166666667rem + 0.3111111111vw);
  letter-spacing: -0.02em;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "Fjalla One";
  margin-bottom: 0.5em;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .sub-menu.nav-dropdown .ux-menu-link.large {
    font-size: 1.25rem;
  }
}
.sub-menu.nav-dropdown .ux-menu-link a:hover {
  color: #3EC2CF;
}
.sub-menu.nav-dropdown .adt-row-divided {
  border-left: 1px solid #ECF1F5;
  padding-left: 30px;
}

.mfp-bg {
  display: none;
}

.mfp-wrap,
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
  top: 70px;
  box-shadow: none;
}
@media (min-width: 768px) {
  .mfp-wrap,
  .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    top: 95px;
  }
}

.off-canvas-left.dark .mfp-content, .off-canvas-right.dark .mfp-content {
  background-color: #004251;
}

.off-canvas-right .mfp-close {
  color: #222A2C;
  opacity: 1;
  top: 14px;
  right: 8px;
}
@media (min-width: 768px) {
  .off-canvas-right .mfp-close {
    top: 27px;
    right: 7px;
  }
}

.absolute-footer {
  color: rgba(0, 0, 0, 0.7);
}

.breakout.left img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

@media (max-width: 1400px) {
  .footer-wrapper .row:has(.breakout) {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.searchform {
  width: 100%;
}
.searchform input[name=s] {
  font-size: calc(1.0166666667rem + 0.3111111111vw);
  letter-spacing: -0.02em;
  line-height: 30px;
  font-weight: 600;
  border: none;
  background-color: #F7F9FB;
  padding: 30px 45px;
  height: auto;
  box-shadow: none;
  border-radius: 99px;
}
@media (min-width: 1200px) {
  .searchform input[name=s] {
    font-size: 1.25rem;
  }
}
.searchform input[name=s]::-moz-placeholder {
  font-size: calc(1.0166666667rem + 0.3111111111vw);
  letter-spacing: -0.02em;
  line-height: 30px;
  font-weight: 600;
  color: #222A2C;
  opacity: 1;
}
.searchform input[name=s]::placeholder {
  font-size: calc(1.0166666667rem + 0.3111111111vw);
  letter-spacing: -0.02em;
  line-height: 30px;
  font-weight: 600;
  color: #222A2C;
  opacity: 1;
}
@media (min-width: 1200px) {
  .searchform input[name=s]::-moz-placeholder {
    font-size: 1.25rem;
  }
  .searchform input[name=s]::placeholder {
    font-size: 1.25rem;
  }
}
.searchform button[type=submit] {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  right: 30px;
  margin: 0;
  padding: 0;
}
.searchform button[type=submit] svg {
  width: 31px;
  height: 31px;
  color: #222A2C;
}

.box-blog-post.box-overlay .box-text, .box-blog-post.box-shade .box-text {
  padding: 60px;
  height: 100%;
}
.box-blog-post.box-overlay .box-text .box-text-inner, .box-blog-post.box-shade .box-text .box-text-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.box-blog-post.box-overlay .box-text .box-text-inner .from_the_blog_excerpt, .box-blog-post.box-shade .box-text .box-text-inner .from_the_blog_excerpt {
  margin-bottom: auto;
  padding-right: 140px;
}
.box-blog-post.box-overlay .box-text .box-text-inner .button, .box-blog-post.box-shade .box-text .box-text-inner .button {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  color: #F7F9FB;
}
.box-blog-post.box-overlay .box-text .post-title, .box-blog-post.box-shade .box-text .post-title {
  font-size: calc(1.1208333333rem + 2.2555555556vw);
  letter-spacing: -0.02em;
  line-height: 120%;
  font-family: "Fjalla One";
  margin-bottom: 0.5em;
  text-transform: revert;
}
@media (min-width: 1200px) {
  .box-blog-post.box-overlay .box-text .post-title, .box-blog-post.box-shade .box-text .post-title {
    font-size: 2.8125rem;
  }
}
.box-blog-post.box-default .button, .box-blog-post.box-normal .button {
  margin: 0 !important;
  text-transform: revert;
}
.box-blog-post .box-image {
  border-radius: 3px;
  overflow: hidden;
}
.box-blog-post .cat-label {
  text-transform: uppercase;
  color: #004251;
  font-family: "Fjalla One";
  font-size: 1rem;
}
.box-blog-post .post-tags {
  position: absolute;
  top: 30px;
  left: 30px;
}
.box-blog-post .project-vote__button {
  position: absolute;
  right: 20px;
  bottom: 18px;
}

.post-item--vote-projects .col-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.post-item--vote-projects .col-inner .post-vote-container {
  margin-top: auto;
}
.post-item--vote-projects .col-inner .post-vote-container p {
  font-size: 1rem;
  margin-top: 0.5em;
}
.post-item--vote-projects .col-inner .post-vote-progress-container {
  width: 100%;
  background-color: #F7F9FB;
  height: 9px;
  border-radius: 99px;
  overflow: hidden;
}
.post-item--vote-projects .col-inner .post-vote-progress-container .post-vote-progress {
  background-color: #004251;
  height: inherit;
  width: 10%;
}

.row-masonry .post-item .box-image,
.row-masonry .post-item .image-cover,
.row-masonry .post-item img {
  height: 260px;
}
@media (min-width: 1024px) {
  .row-masonry .post-item:nth-child(2) .box-image,
  .row-masonry .post-item:nth-child(2) .image-cover,
  .row-masonry .post-item:nth-child(2) img {
    height: 340px;
  }
  .row-masonry .post-item:nth-child(3) .box-image,
  .row-masonry .post-item:nth-child(3) .image-cover,
  .row-masonry .post-item:nth-child(3) img {
    height: 440px;
  }
}

.gform-theme.gform-theme--framework #gform_1 .gf_progressbar {
  background-color: #F7F9FB !important;
}
.gform-theme.gform-theme--framework #gform_1 .gf_progressbar .gf_progressbar_percentage {
  background-color: #004251 !important;
}
.gform-theme.gform-theme--framework #gform_1 .gform_next_button.gform-theme-button.button,
.gform-theme.gform-theme--framework #gform_1 .gform_button.button {
  background-color: #3EC2CF;
}
.gform-theme.gform-theme--framework #gform_1 input[type=radio],
.gform-theme.gform-theme--framework #gform_1 input[type=radio] + label,
.gform-theme.gform-theme--framework #gform_1 input[type=checkbox],
.gform-theme.gform-theme--framework #gform_1 input[type=checkbox] + label {
  cursor: pointer;
}

.partners-grid {
  display: flex;
  flex-wrap: wrap;
}
.partners-grid .partner {
  display: grid;
  place-items: center;
  border-right: 2px solid #ECF1F5;
  border-bottom: 2px solid #ECF1F5;
  width: 50%;
}
.partners-grid .partner:last-child, .partners-grid .partner:nth-child(2n) {
  border-right: none;
}
.partners-grid .partner:nth-last-child(-n+2) {
  border-bottom: none;
}
@media (min-width: 768px) {
  .partners-grid .partner {
    width: 25%;
  }
  .partners-grid .partner:last-child, .partners-grid .partner:nth-child(4n) {
    border-right: none;
  }
  .partners-grid .partner:nth-last-child(-n+4) {
    border-bottom: none;
  }
  .partners-grid .partner:nth-child(2n) {
    border-right: 2px solid #ECF1F5;
  }
}
@media (min-width: 1024px) {
  .partners-grid .partner {
    width: 20%;
  }
  .partners-grid .partner:last-child, .partners-grid .partner:nth-child(5n) {
    border-right: none;
  }
  .partners-grid .partner:nth-last-child(-n+5) {
    border-bottom: none;
  }
}

.upcoming-activities {
  display: grid;
  place-items: center;
}
.upcoming-activities__inner {
  display: flex;
  flex-direction: column;
  gap: 12.5px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 65px;
}
.upcoming-activities__inner:has(.activity--simple) {
  margin-bottom: 20px;
}
.upcoming-activities .activity {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: #F7F9FB;
  max-width: 1187px;
  margin-inline: 15px;
  border-radius: 3px;
  border: 2px solid #ECF1F5;
  gap: 2rem;
}
@media (min-width: 768px) {
  .upcoming-activities .activity {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .upcoming-activities .activity {
    max-height: 200px;
    height: 200px;
    gap: unset;
  }
}
.upcoming-activities .activity--simple {
  height: auto;
  width: 400px;
  margin-inline: unset;
}
.upcoming-activities .activity--simple a {
  display: flex;
  gap: 1.5rem;
}
.upcoming-activities .activity--simple .activity__date {
  width: auto;
  padding-inline: 1.3rem;
  margin: 0;
}
.upcoming-activities .activity--simple .activity__month {
  font-size: calc(1.0333333333rem + 0.6222222222vw);
  letter-spacing: -0.02em;
  line-height: 34px;
  font-family: "Fjalla One";
  margin-bottom: 0.5em;
  font-size: calc(1.0583333333rem + 1.0888888889vw);
  margin: 0;
}
@media (min-width: 1200px) {
  .upcoming-activities .activity--simple .activity__month {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .upcoming-activities .activity--simple .activity__month {
    font-size: 1.875rem;
  }
}
.upcoming-activities .activity--simple .activity__content {
  margin: 0;
  color: #222A2C;
  text-align: left;
}
.upcoming-activities .activity--simple .activity__heading {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  text-transform: none;
  color: inherit;
}
.upcoming-activities .activity--simple .activity__excerpt {
  font-size: 1rem;
  color: inherit;
  font-weight: normal;
}
.upcoming-activities .activity__date {
  background-color: #004251;
  width: 100%;
  color: #F7F9FB;
  display: flex;
  place-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0;
  border-radius: 3px 0 0 3px;
}
@media (min-width: 768px) {
  .upcoming-activities .activity__date {
    width: auto;
    padding-inline: 2rem;
  }
}
@media (min-width: 1024px) {
  .upcoming-activities .activity__date {
    width: 222px;
    margin-right: 58px;
  }
}
.upcoming-activities .activity__date span {
  display: block;
}
.upcoming-activities .activity__day {
  text-transform: uppercase;
  font-size: 0.875rem;
}
.upcoming-activities .activity__month {
  font-size: calc(1.1208333333rem + 2.2555555556vw);
  letter-spacing: -0.02em;
  line-height: 120%;
  font-family: "Fjalla One";
  margin-bottom: 0.5em;
  margin: 0;
}
@media (min-width: 1200px) {
  .upcoming-activities .activity__month {
    font-size: 2.8125rem;
  }
}
.upcoming-activities .activity__content {
  align-self: center;
  padding-inline: 1.5rem;
  line-height: 24px;
  width: 100%;
  flex: 1;
}
@media (min-width: 768px) {
  .upcoming-activities .activity__content {
    padding: 1.5rem 0;
  }
}
@media (min-width: 1024px) {
  .upcoming-activities .activity__content {
    padding: 0;
    margin-right: 75px;
  }
}
.upcoming-activities .activity__button {
  align-self: center;
  text-transform: uppercase;
  font-family: "Fjalla One";
  color: #F7F9FB;
  background-color: #3EC2CF;
  padding: 11px 35px;
  border-radius: 3px;
  white-space: nowrap;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .upcoming-activities .activity__button {
    margin-right: 45px;
    margin-bottom: 0;
  }
}
.upcoming-activities .activity__button:hover {
  background-color: #004251;
}
.upcoming-activities .activity__heading, .upcoming-activities .activity__excerpt {
  line-height: inherit;
}
.upcoming-activities .activity__heading {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.upcoming-activities .activity__excerpt {
  margin-bottom: 0;
}

form.adt-newsletter-form .gform_fields {
  --gf-form-gap-y: 15px;
}
form.adt-newsletter-form .gform_fields input[type=email],
form.adt-newsletter-form .gform_fields input[type=text] {
  height: 60px;
  font-size: 20px;
}
form.adt-newsletter-form .gform_fields .gfield-type--consent .gfield_consent_label {
  color: #F7F9FB !important;
}

.operational-status .tabbed-content {
  gap: 10px;
}
.operational-status .status-tabs__nav {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #F7F9FB;
}
.operational-status .status-tabs__button {
  flex: 1;
  padding: 1rem 2rem;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.1s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  color: #004251;
}
.operational-status .status-tabs__button:hover {
  background-color: #f5f5f5;
}
.operational-status .status-tabs__button.active {
  border-bottom-color: currentColor;
  font-weight: 600;
  background-color: #f5f5f5;
}
.operational-status .status-tabs__panel {
  display: none;
}
.operational-status .status-tabs__panel.active {
  display: block;
}
.operational-status .status__accordion {
  box-shadow: 2px 0 0 0 #ECF1F5, 0 2px 0 0 #ECF1F5, 2px 2px 0 0 #ECF1F5, 2px 0 0 0 #ECF1F5 inset, 0 2px 0 0 #ECF1F5 inset;
}
.operational-status .status__accordion-header {
  display: flex;
  align-items: center;
  height: 150px;
}
.operational-status .status__accordion-header .status__accordion-icon {
  margin-right: 15px;
  height: 30%;
}
@media (min-width: 768px) {
  .operational-status .status__accordion-header .status__accordion-icon {
    margin-right: 20px;
    height: 100%;
  }
}
.operational-status .status__accordion-header .status__accordion-title {
  text-transform: uppercase;
  color: #004251;
  margin: 0;
}
.operational-status .status__accordion-header .status__accordion-status {
  border-radius: 99px;
  border: 1px solid #00A94F;
  color: #00A94F;
  font-size: 1rem;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  font-weight: bold;
  margin-left: auto;
  margin-right: 40px;
}
.operational-status .status__accordion-header .status__accordion-status.historical {
  border: none;
}
@media (min-width: 1165px) {
  .operational-status .status__accordion-header .status__accordion-status {
    width: 200px;
    height: 40px;
  }
}
.operational-status .status__accordion-header .status__accordion-status.disruptions {
  border-color: #D71920;
  color: #D71920;
}
.operational-status .status__accordion-header .status__accordion-status span:first-of-type {
  display: grid;
}
@media (min-width: 1165px) {
  .operational-status .status__accordion-header .status__accordion-status span:first-of-type {
    display: inline;
    margin-right: 0.2em;
  }
}
.operational-status .status__accordion-header .status__accordion-status span:last-child {
  display: none;
}
@media (min-width: 1165px) {
  .operational-status .status__accordion-header .status__accordion-status span:last-child {
    display: inline;
  }
}
.operational-status .status__accordion-header .status__accordion-toggle {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.operational-status .status__accordion-header,
.operational-status .status__accordion-content {
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .operational-status .status__accordion-header,
  .operational-status .status__accordion-content {
    padding-inline: 60px;
  }
}
.operational-status .status__accordion-header.active + .status__accordion-content {
  display: block;
  height: auto;
}
.operational-status .status__accordion-content {
  height: 0;
  display: none;
  overflow: hidden;
}
.operational-status .status__accordion-content .status__dialog-content p {
  font-size: 14px;
}
.operational-status .status__accordion-content .status__dialog-content--collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.operational-status .status__accordion-content .status__dialog-content--expanded {
  display: block;
}
.operational-status .status__accordion-content .status__content-wrapper {
  position: relative;
}
.operational-status .status__accordion-content .status__read-more {
  font-size: 14px;
}
.operational-status .status__accordion-content:has(.status__accordion-item) {
  padding-bottom: 70px;
}
.operational-status .status__accordion-content .status__accordion-item {
  border-top: 1px solid #BEC6CC;
  padding-top: 40px;
}
.operational-status .status__accordion-content .status__accordion-item:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
}
.operational-status .status__accordion-content p, .operational-status .status__accordion-content li {
  margin: 0;
}
.operational-status .status__accordion-content ul {
  list-style: none;
}
.operational-status .status__dialog[popover] {
  border-radius: 3px;
  border: 2px solid #ECF1F5;
  padding: 20px 30px;
  max-width: 95vw;
  max-height: 95vw;
}
@media (min-width: 1536px) {
  .operational-status .status__dialog[popover] {
    max-width: 50vw;
  }
}
.operational-status .status__dialog[popover]::backdrop {
  background-color: #004251;
  opacity: 60%;
}
.operational-status .status__dialog[popover] header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10rem;
  margin-bottom: 2rem;
}
.operational-status .status__dialog[popover] .status__dialog-close {
  padding: 0;
  margin: 0;
}
.operational-status .status__dialog[popover] .status__dialog-close svg {
  height: 40px;
  width: 40px;
}
.operational-status .status__dialog[popover] .status__dialog-content {
  word-wrap: break-word;
  font-size: 14px;
}

.breakout::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.breakout.clr-secondary::after {
  background-color: #004251;
}
.breakout.right::after {
  width: 60vw;
  right: -50vw;
}
.breakout.left::after {
  width: 130vw;
  left: -50vw;
}
@media (min-width: 768px) {
  .breakout.left::after {
    width: 60vw;
  }
}
.breakout.left.skew::after {
  left: 0;
}
@media (min-width: 1024px) {
  .breakout.left.skew::after {
    left: -29.5vw;
  }
}
@media (min-width: 1536px) {
  .breakout.left.skew::after {
    left: -37.5vw;
  }
}
@media (min-width: 1950px) {
  .breakout.left.skew::after {
    left: -42.5vw;
  }
}
@media (min-width: 3000px) {
  .breakout.left.skew::after {
    left: -46vw;
  }
}
.breakout.skew::after {
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.banner.breakout-skew {
  position: relative;
  left: 130%;
  margin-left: -33vw;
  width: 45vw !important;
  clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
}
@media (min-width: 1024px) {
  .banner.breakout-skew {
    width: 40vw !important;
    left: 100%;
  }
}
@media (min-width: 1536px) {
  .banner.breakout-skew {
    left: 130%;
  }
}
@media (min-width: 1950px) {
  .banner.breakout-skew {
    margin-left: -30vw;
    left: 160%;
  }
}
@media (min-width: 3000px) {
  .banner.breakout-skew {
    margin-left: -20vw;
  }
}
.banner.breakout-skew .overlay.overlay--graphic.overlay--large {
  width: 100% !important;
}

.button,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button {
  display: inline-flex;
  align-items: center;
  border: none;
  font-family: "Fjalla One";
  margin-bottom: calc(1em + 4px);
  margin-right: calc(1em + 4px);
  font-weight: normal;
}
.button:hover,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button:hover {
  box-shadow: none;
}
.button span,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button span {
  line-height: inherit;
}
.button svg,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button svg {
  margin-left: 10px;
  margin-bottom: 1px;
}
.button.primary, .button.secondary, .button.focus,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.focus {
  font-size: calc(1.0333333333rem + 0.6222222222vw);
  letter-spacing: -0.02em;
  line-height: 34px;
  font-family: "Fjalla One";
  margin-bottom: 0.5em;
  line-height: 30px;
  height: 64px;
  max-height: 72px;
  border-radius: 3px;
  position: relative;
  --pseudo-border-offsets: -3px;
  --transition-duration: .2s;
}
@media (min-width: 1200px) {
  .button.primary, .button.secondary, .button.focus,
  .gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary,
  .gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary,
  .gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.focus {
    font-size: 1.5rem;
  }
}
.button.primary:not(.is-outline, .is-small, .is-link, .is-underline), .button.secondary:not(.is-outline, .is-small, .is-link, .is-underline), .button.focus:not(.is-outline, .is-small, .is-link, .is-underline),
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary:not(.is-outline, .is-small, .is-link, .is-underline),
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary:not(.is-outline, .is-small, .is-link, .is-underline),
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.focus:not(.is-outline, .is-small, .is-link, .is-underline) {
  margin-left: 3px;
  margin-top: 3px;
}
.button.primary:not(.is-outline, .is-small, .is-link, .is-underline)::after, .button.primary:not(.is-outline, .is-small, .is-link, .is-underline)::before, .button.secondary:not(.is-outline, .is-small, .is-link, .is-underline)::after, .button.secondary:not(.is-outline, .is-small, .is-link, .is-underline)::before, .button.focus:not(.is-outline, .is-small, .is-link, .is-underline)::after, .button.focus:not(.is-outline, .is-small, .is-link, .is-underline)::before,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary:not(.is-outline, .is-small, .is-link, .is-underline)::after,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary:not(.is-outline, .is-small, .is-link, .is-underline)::before,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary:not(.is-outline, .is-small, .is-link, .is-underline)::after,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary:not(.is-outline, .is-small, .is-link, .is-underline)::before,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.focus:not(.is-outline, .is-small, .is-link, .is-underline)::after,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.focus:not(.is-outline, .is-small, .is-link, .is-underline)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  transition: top var(--transition-duration) ease, right var(--transition-duration) ease, bottom var(--transition-duration) ease, left var(--transition-duration) ease;
}
.button.primary:not(.is-outline, .is-small, .is-link, .is-underline)::before, .button.secondary:not(.is-outline, .is-small, .is-link, .is-underline)::before, .button.focus:not(.is-outline, .is-small, .is-link, .is-underline)::before,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary:not(.is-outline, .is-small, .is-link, .is-underline)::before,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary:not(.is-outline, .is-small, .is-link, .is-underline)::before,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.focus:not(.is-outline, .is-small, .is-link, .is-underline)::before {
  top: var(--pseudo-border-offsets);
  right: var(--pseudo-border-offsets);
}
.button.primary:not(.is-outline, .is-small, .is-link, .is-underline)::after, .button.secondary:not(.is-outline, .is-small, .is-link, .is-underline)::after, .button.focus:not(.is-outline, .is-small, .is-link, .is-underline)::after,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary:not(.is-outline, .is-small, .is-link, .is-underline)::after,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary:not(.is-outline, .is-small, .is-link, .is-underline)::after,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.focus:not(.is-outline, .is-small, .is-link, .is-underline)::after {
  bottom: var(--pseudo-border-offsets);
  left: var(--pseudo-border-offsets);
}
.button.primary:not(.is-outline, .is-small, .is-link, .is-underline):hover::before, .button.secondary:not(.is-outline, .is-small, .is-link, .is-underline):hover::before, .button.focus:not(.is-outline, .is-small, .is-link, .is-underline):hover::before,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary:not(.is-outline, .is-small, .is-link, .is-underline):hover::before,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary:not(.is-outline, .is-small, .is-link, .is-underline):hover::before,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.focus:not(.is-outline, .is-small, .is-link, .is-underline):hover::before {
  top: 0;
  right: 0;
}
.button.primary:not(.is-outline, .is-small, .is-link, .is-underline):hover::after, .button.secondary:not(.is-outline, .is-small, .is-link, .is-underline):hover::after, .button.focus:not(.is-outline, .is-small, .is-link, .is-underline):hover::after,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary:not(.is-outline, .is-small, .is-link, .is-underline):hover::after,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary:not(.is-outline, .is-small, .is-link, .is-underline):hover::after,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.focus:not(.is-outline, .is-small, .is-link, .is-underline):hover::after {
  bottom: 0;
  left: 0;
}
.button.primary, .button.secondary,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary {
  padding-inline: 60px;
}
.button.primary,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary {
  background: none;
  color: #3EC2CF;
}
.button.primary::after, .button.primary::before,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary::after,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary::before {
  border: 1px solid #3EC2CF;
}
.button.primary:hover,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary:hover {
  color: #F7F9FB;
  background: #3EC2CF;
}
.button.primary.is-underline:hover,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary.is-underline:hover {
  color: #004251;
}
.button.primary.is-outline,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary.is-outline {
  color: #3EC2CF;
  border-color: #3EC2CF;
}
.button.primary.is-outline.is-small,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary.is-outline.is-small {
  color: #004251;
}
.button.primary.is-outline.show-for-small,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary.is-outline.show-for-small {
  height: auto;
  padding-inline: 0.9em;
}
.button.primary.is-outline.show-for-small svg,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary.is-outline.show-for-small svg {
  margin: 0;
}
.button.primary.is-outline:hover,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary.is-outline:hover {
  color: #F7F9FB;
}
.button.primary.is-link:hover,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary.is-link:hover {
  color: #004251;
}
.button.primary.is-solid,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary.is-solid {
  color: #F7F9FB;
}
.button.primary.is-solid span,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary.is-solid span {
  background-color: #3EC2CF;
  padding-inline: 60px;
}
.button.primary.is-solid:hover,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary.is-solid:hover {
  background-color: #3EC2CF;
  color: #F7F9FB;
}
.button.primary.is-solid.is-small,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.primary.is-solid.is-small {
  background-color: #3EC2CF;
  padding-inline: 1em;
}
.button.secondary,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary {
  background: none;
  color: #004251;
}
.button.secondary::after, .button.secondary::before,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary::after,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary::before {
  border: 1px solid #004251;
}
.button.secondary:hover,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary:hover {
  color: #F7F9FB;
  background-color: #004251;
}
.button.secondary.is-underline:hover,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary.is-underline:hover {
  color: #3EC2CF;
}
.button.secondary.is-outline,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary.is-outline {
  border-color: #004251;
}
.button.secondary.is-solid,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary.is-solid {
  color: #F7F9FB;
}
.button.secondary.is-solid span,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary.is-solid span {
  background-color: #004251;
  padding-inline: 60px;
}
.button.secondary.is-solid:hover,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary.is-solid:hover {
  background-color: #3EC2CF;
  color: #F7F9FB;
}
.button.secondary.is-solid:hover::after, .button.secondary.is-solid:hover::before,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary.is-solid:hover::after,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary.is-solid:hover::before {
  border: 1px solid #3EC2CF;
}
.button.secondary.is-solid:hover span,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary.is-solid:hover span {
  background-color: #3EC2CF;
}
.button.secondary.is-solid.is-small,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary.is-solid.is-small {
  padding-inline: 1em !important;
  background-color: #004251;
}
.button.secondary.is-solid.is-small:hover,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary.is-solid.is-small:hover {
  background-color: #3EC2CF;
}
.button.secondary.is-solid.is-small:hover span,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.secondary.is-solid.is-small:hover span {
  background: none;
}
.button.focus,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.focus {
  background: none;
  color: #FDB913;
  padding-inline: 1.2em;
}
.button.focus:hover,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.focus:hover {
  color: #004251;
  background-color: #FDB913;
}
.button.focus::after, .button.focus::before,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.focus::after,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.focus::before {
  border: 1px solid #FDB913;
}
.button.focus.is-solid,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.focus.is-solid {
  color: #004251;
  background-color: transparent;
}
.button.focus.is-solid span,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.focus.is-solid span {
  background-color: #FDB913;
  padding-inline: 1.2em;
}
.button.focus.is-solid:hover,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.focus.is-solid:hover {
  background-color: #FDB913;
}
.button.focus.is-solid.is-small,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.focus.is-solid.is-small {
  padding-inline: 1em;
  background-color: #004251;
}
.button.white,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.white {
  font-size: calc(1.0333333333rem + 0.6222222222vw);
  letter-spacing: -0.02em;
  line-height: 34px;
  font-family: "Fjalla One";
  margin-bottom: 0.5em;
}
@media (min-width: 1200px) {
  .button.white,
  .gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.white {
    font-size: 1.5rem;
  }
}
.button.white.is-underline:hover,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.white.is-underline:hover {
  color: #3EC2CF !important;
}
.button.is-solid,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.is-solid {
  padding: 3px !important;
  padding-inline: 3px !important;
  padding-block: 3px !important;
}
.button.is-solid span,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.is-solid span {
  height: 100%;
  padding-inline: 1.2em;
  border-radius: 0 3px 0 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button.is-solid.is-small,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.is-solid.is-small {
  padding: 0 !important;
}
.button.is-solid.is-small span,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.is-solid.is-small span {
  background: none;
  padding-inline: 0 !important;
  border-radius: 0;
}
.button.is-solid.expand span,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.is-solid.expand span {
  width: 100%;
}
.button.is-small,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.is-small {
  font-size: 1rem;
  letter-spacing: -0.02em;
  line-height: 24px;
  letter-spacing: -0.02em;
  height: auto;
  font-family: "Open Sans";
  font-weight: 600;
  margin-right: 0.3em;
}
.button.is-small svg,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.is-small svg {
  margin-left: 5px;
  margin-bottom: 0;
  height: 9px;
  width: 8px;
}
.button.is-outline,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.is-outline {
  border-width: 1px;
  padding-inline: 1.5em;
  font-size: calc(1.0166666667rem + 0.3111111111vw);
}
@media (min-width: 1200px) {
  .button.is-outline,
  .gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.is-outline {
    font-size: 1.25rem;
  }
}
.button.is-outline.is-small,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.is-outline.is-small {
  padding-inline: 1em;
  font-size: 1rem;
}
.button.is-underline,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.is-underline {
  padding-inline: 0;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: normal;
}
.button.is-underline span,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.is-underline span {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.button.is-underline::before,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.is-underline::before {
  content: none;
}
.button.is-underline.is-small,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.is-underline.is-small {
  font-family: "Fjalla One";
}
.button.is-link,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.is-link {
  padding-inline: 0;
}
.button.is-link svg,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.is-link svg {
  color: #004251;
}
.button.is-link.is-small,
.gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.is-link.is-small {
  font-size: calc(1.0041666667rem + 0.0777777778vw);
  letter-spacing: -0.02em;
}
@media (min-width: 1200px) {
  .button.is-link.is-small,
  .gform-theme.gform-theme--framework.gform_wrapper .gform_button.button.is-link.is-small {
    font-size: 1.0625rem;
  }
}

.accordion .accordion-item {
  border-bottom: 1px solid #BEC6CC;
  margin-bottom: 1em;
}
@media only screen and (max-width: 48em) {
  .accordion .accordion-item {
    padding-bottom: 1em;
  }
}
.accordion .accordion-title {
  border-top: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-family: "Fjalla One";
  text-transform: uppercase;
  font-size: calc(1.0166666667rem + 0.3111111111vw);
  letter-spacing: -0.02em;
  line-height: 30px;
}
@media (min-width: 1200px) {
  .accordion .accordion-title {
    font-size: 1.25rem;
  }
}
.accordion .accordion-title.active {
  font-weight: normal;
  color: inherit;
  background: none;
}
.accordion .accordion-title.active .toggle {
  color: #3EC2CF;
}
@media only screen and (max-width: 48em) {
  .accordion .accordion-title {
    font-size: 0.8em !important;
  }
}
.accordion .toggle {
  position: static;
  color: #3EC2CF;
}
.accordion .accordion-inner {
  border-left: 2px solid #3EC2CF;
  padding: 0 8em 0 1.5em;
  margin: 1.5em 0 4.5em 1.5em;
}
@media only screen and (max-width: 48em) {
  .accordion .accordion-inner {
    padding: 0 0.5em 0 0.5em;
    margin: 0.5em 0 1.5em 0.5em;
    font-size: 0.8em !important;
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  border: 2px solid #E4E9ED !important;
  box-shadow: none !important;
}
input[type=text][aria-invalid=true],
input[type=email][aria-invalid=true],
input[type=tel][aria-invalid=true],
textarea[aria-invalid=true] {
  border-color: #D71920 !important;
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  margin: 0;
}
input[type=radio].label-only {
  display: none;
}
input[type=radio].label-only + label:hover {
  cursor: pointer;
}

input[type=checkbox],
.gform-theme--framework .gfield_checkbox input[type=checkbox],
.gform-theme--framework .ginput_container_consent input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 22px;
  max-width: 22px;
  min-width: 22px;
  height: 22px;
  max-height: 22px;
  min-height: 22px;
  border: 2px solid #E4E9ED;
  border-radius: 3px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  box-shadow: none;
}
input[type=checkbox]:focus,
.gform-theme--framework .gfield_checkbox input[type=checkbox]:focus,
.gform-theme--framework .ginput_container_consent input[type=checkbox]:focus {
  outline: none;
}
input[type=checkbox]::before,
.gform-theme--framework .gfield_checkbox input[type=checkbox]::before,
.gform-theme--framework .ginput_container_consent input[type=checkbox]::before {
  content: "";
  width: 0.95em;
  height: 0.95em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #004251;
  transform-origin: center;
}
input[type=checkbox]:checked::before,
.gform-theme--framework .gfield_checkbox input[type=checkbox]:checked::before,
.gform-theme--framework .ginput_container_consent input[type=checkbox]:checked::before {
  transform: scale(1);
}

.dark input[type=checkbox],
.dark .gform-theme--framework .gfield_checkbox input[type=checkbox],
.dark .gform-theme--framework .ginput_container_consent input[type=checkbox] {
  background: #F7F9FB;
}

.gform-theme--framework .ginput_container_consent input[type=checkbox] {
  margin-top: 5px;
}

.gform-theme--framework .ginput_container_consent input[type=checkbox] + label:hover {
  cursor: pointer;
}

.gform-theme--framework .gfield_radio input[type=radio] {
  border-width: 2px;
  border-color: #E4E9ED;
  box-shadow: none;
}
.gform-theme--framework .gfield_radio input[type=radio]::before {
  background-color: #004251;
  block-size: 13px;
  inline-size: 13px;
}
.gform-theme--framework .gfield_radio input[type=radio]:focus {
  box-shadow: none;
}

.ginput_counter {
  display: none;
}

.dark label.gform-field-label {
  color: #F7F9FB;
}

label.gform-field-label {
  color: #004251;
}

.icon-box.icon-box-left .icon-box-img {
  display: grid;
  place-items: center;
}
.icon-box.icon-box-left .icon-box-img .icon {
  width: 100%;
}
.icon-box.icon-box-left .icon-box-text p {
  margin: 0;
  line-height: 20px;
}

.help {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  /* Polyfill, has to be defined separately. */
}
.help-dialog__open {
  border-radius: 99px 0 99px 99px;
  background-color: #337f87;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 9px;
  padding-right: 13px;
  margin-right: 0;
}
.help-dialog__open:hover {
  background-color: #004251;
  color: #ffffff;
}
.help-dialog__open svg {
  width: 17px;
  height: 17px;
}
.help-dialog__close {
  position: absolute;
  z-index: 999;
  right: 10px;
  top: 5px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}
.help-dialog__close:focus-visible {
  outline: 0 !important;
}
.help #help-dialog[popover]:popover-open {
  width: 333px;
  height: 380px;
  margin: 0;
  inset: unset;
  border-radius: 9px 9px 0 9px;
  border: 2px solid #ECF1F5;
  right: 10px;
  bottom: 75px;
  padding: 0;
}
.help #help-dialog[popover]:popover-open + .help-dialog__open {
  background-color: #004251;
  color: #3EC2CF;
}
.help #help-dialog[popover].\:popover-open {
  width: 333px;
  height: 380px;
  margin: 0;
  inset: unset;
  border-radius: 9px 9px 0 9px;
  border: 2px solid #ECF1F5;
  right: 10px;
  bottom: 75px;
  padding: 0;
}
.help #help-dialog[popover].\:popover-open + .help-dialog__open {
  background-color: #004251;
  color: #3EC2CF;
}

.help__dialog .icon-box:not(.help-emergency) {
  padding: 15px 0 16px 30px;
  overflow: hidden;
}
.help__dialog .icon-box:not(.help-emergency):hover {
  background-color: #ECF1F5;
}
.help__dialog .icon-box-text {
  display: flex;
  align-items: center;
}
.help__dialog .icon-box-text > * {
  font-size: 16px;
}
.help__dialog .help-emergency .icon-box-text > * {
  font-size: 12px;
  line-height: 16px !important;
}

.post-tag {
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 99px;
  padding: 3px 14px 4px 14px;
  font-size: 0.75rem;
  background-color: #3EC2CF;
  width: -moz-fit-content;
  width: fit-content;
}
.post-tag.post-tag--nyhed {
  background-color: #004251;
  color: #ffffff;
}
.post-tag.post-tag--varsling {
  background-color: #337f87;
  color: #ffffff;
}

.slider-wrapper .flickity-slider > * {
  margin-inline: 10px !important;
}
.slider-wrapper.display-all .flickity-viewport {
  overflow: visible;
  clip-path: inset(-100vw -100vw -100vw 0);
}
.slider-wrapper.nav-top .flickity-button {
  right: 0;
  top: -85px;
  bottom: unset;
  display: block !important;
  border: 1px solid #3EC2CF;
  border-radius: 99px;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .slider-wrapper.nav-top .flickity-button {
    width: 72px;
    height: 72px;
    top: -120px;
  }
}
@media (min-width: 1024px) {
  .slider-wrapper.nav-top .flickity-button {
    top: -135px;
  }
}
.slider-wrapper.nav-top .flickity-button[disabled] {
  border-color: #ECF1F5;
  cursor: auto;
  opacity: 1 !important;
  pointer-events: none;
  display: block;
}
.slider-wrapper.nav-top .flickity-button svg {
  width: 60%;
  color: #222A2C;
}
.slider-wrapper.nav-top .flickity-button.next {
  right: 0;
  left: unset;
}
.slider-wrapper.nav-top .flickity-button.previous {
  margin-right: 50px;
  left: unset;
}
@media (min-width: 768px) {
  .slider-wrapper.nav-top .flickity-button.previous {
    margin-right: 100px;
  }
}
.slider-wrapper .flickity-page-dots {
  position: static;
  margin-top: 40px;
  width: 45vw;
  margin-inline: auto;
  display: flex;
}
@media (min-width: 1024px) {
  .slider-wrapper .flickity-page-dots {
    margin-top: 100px;
  }
}
.slider-wrapper .flickity-page-dots .dot {
  flex: 1;
}
.slider-wrapper .flickity-page-dots .dot:first-child {
  border-radius: 99px 0 0 99px;
}
.slider-wrapper .flickity-page-dots .dot:last-child {
  border-radius: 0 99px 99px 0;
}
.slider-wrapper .flickity-page-dots .dot.is-selcted {
  background-color: #222A2C;
  border-color: #222A2C;
}
.slider-wrapper.nav-arrows-circle .flickity-button {
  border: 1px solid #E4E9ED;
  opacity: 1 !important;
}
.slider-wrapper.nav-arrows-circle .flickity-button:not(:is([disabled], :disabled)) {
  background-color: #3EC2CF !important;
}
.slider-wrapper .slider.slider-nav-dots-dashes-spaced .flickity-page-dots {
  position: absolute;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 50px;
  right: 15px;
  left: unset;
}
@media (min-width: 1024px) {
  .slider-wrapper .slider.slider-nav-dots-dashes-spaced .flickity-page-dots {
    right: 150px;
  }
}
.slider-wrapper .slider.slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
  opacity: 1;
  border-radius: 99px;
}
.slider-wrapper .slider.slider-nav-dots-dashes-spaced .flickity-page-dots .dot.is-selected {
  border-color: #3EC2CF;
}

.ux-menu.stack.stack-col > * ~ * {
  margin: 0 !important;
}
.ux-menu-title {
  font-family: "Fjalla One";
  font-weight: 400;
  font-size: calc(1.0166666667rem + 0.3111111111vw);
  color: #004251;
}
@media (min-width: 1200px) {
  .ux-menu-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1180px) {
  .ux-menu-link {
    white-space: nowrap;
  }
}

.ext-slider-control {
  cursor: pointer;
}
.ext-slider-control.icon-box .icon-box-img {
  width: 50px !important;
}
@media (min-width: 1024px) {
  .ext-slider-control.icon-box .icon-box-img {
    width: 100px !important;
  }
}
.ext-slider-control.icon-box .has-icon-bg .icon .icon-inner {
  border-color: #ECF1F5;
  color: transparent;
}
.ext-slider-control.icon-box:hover .icon-inner, .ext-slider-control.icon-box.current .icon-inner {
  border-color: #3EC2CF !important;
}
.ext-slider-control.icon-box:not(:has(.icon-box-img)):hover::before, .ext-slider-control.icon-box:not(:has(.icon-box-img)).current::before {
  background-color: #3EC2CF;
}
.ext-slider-control.icon-box:not(:has(.icon-box-img))::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: auto;
  background-color: #ECF1F5;
  margin-right: 2rem;
}

.banner .overlay.overlay--graphic {
  transform: skewX(-12deg);
  background-color: rgba(0, 66, 81, 0.6);
}
.banner .overlay.overlay--graphic.overlay--style-r80 {
  width: 75%;
  right: 0;
  left: unset;
  transform-origin: bottom left;
}
@media (min-width: 1024px) {
  .banner .overlay.overlay--graphic.overlay--style-r80 {
    width: 75%;
  }
}
.banner .overlay.overlay--graphic.overlay--style-r80.overlay--large {
  width: 95%;
}
@media (min-width: 1024px) {
  .banner .overlay.overlay--graphic.overlay--style-r80.overlay--large {
    width: 95%;
  }
}
.banner .overlay.overlay--graphic.overlay--style-40 {
  width: 35%;
  transform-origin: top right;
  right: unset;
  left: 0;
}
.banner .overlay.overlay--graphic.overlay--style-40.overlay--large {
  width: 45%;
}
.banner .overlay.overlay--graphic.overlay--style-40l {
  width: 85%;
  transform-origin: top right;
  right: unset;
  left: 0;
}
@media (min-width: 1024px) {
  .banner .overlay.overlay--graphic.overlay--style-40l {
    width: 40%;
  }
}
.banner .overlay.overlay--graphic.overlay--style-40l.overlay--large {
  width: 100%;
}
@media (min-width: 1024px) {
  .banner .overlay.overlay--graphic.overlay--style-40l.overlay--large {
    width: 55%;
  }
}
.banner .overlay.overlay--graphic .overlay--large {
  background-color: rgba(0, 66, 81, 0.3);
}

.notification-bar {
  text-align: center;
  background-color: #FDB913;
  color: #004251;
}
.notification-bar a {
  color: #004251;
  text-decoration: underline;
}
.notification-bar > * {
  margin: 0;
  font-size: 16px;
}

@media (min-width: 768px) {
  .tabbed-content {
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .tabbed-content {
    gap: 10rem;
  }
}
@media (min-width: 768px) {
  .tabbed-content.gap-xl {
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .tabbed-content.gap-xl {
    gap: 20rem;
  }
}
.tabbed-content .nav.nav-vertical {
  width: -moz-fit-content;
  width: fit-content;
}
.tabbed-content .nav.nav-vertical li:not(.active) a {
  color: #004251;
}
.tabbed-content .nav.nav-vertical.nav-center {
  justify-content: flex-start;
}
.tabbed-content .nav.nav-vertical.nav-center a {
  padding-inline: 2em;
}
@media (min-width: 768px) {
  .tabbed-content .nav.nav-vertical.nav-center a {
    justify-content: center;
  }
}
.tabbed-content .nav.nav-vertical.nav-size-xlarge > li > a {
  font-size: calc(1.0166666667rem + 0.3111111111vw);
}
@media (min-width: 1200px) {
  .tabbed-content .nav.nav-vertical.nav-size-xlarge > li > a {
    font-size: 1.25rem;
  }
}
.tabbed-content .nav.nav-vertical + .tab-panels {
  border: none;
}
.tabbed-content .nav.nav-vertical > li + li {
  border: none;
}

.project-vote__button {
  color: #F7F9FB;
  background-color: #3EC2CF;
  border-radius: 3px;
  font-family: "Fjalla One";
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: calc(1.0166666667rem + 0.3111111111vw);
  letter-spacing: -0.02em;
  line-height: 30px;
  font-weight: normal;
  margin: 0;
  min-height: unset;
  padding: 9px 22px;
}
@media (min-width: 1200px) {
  .project-vote__button {
    font-size: 1.25rem;
  }
}
.project-vote__button p {
  margin: 0;
}
.project-vote__button svg path {
  fill: rgba(247, 249, 251, 0);
}
.project-vote__button.current {
  padding-inline: 10px;
  background-color: #00A94F;
  pointer-events: none;
}
.project-vote__button.current svg path {
  fill: rgb(247, 249, 251);
}
.project-vote__button.current p {
  display: none;
}
.project-vote__button:hover {
  background-color: #004251;
}

dialog.project-vote__dialog {
  border: none;
  border-radius: 3px;
  padding: 30px;
  max-width: 500px;
}
dialog.project-vote__dialog::backdrop {
  background-color: #004251;
  opacity: 60%;
}
dialog.project-vote__dialog .close-dialog {
  margin: 0 !important;
}
dialog.project-vote__dialog .vote-for-project input[name=name] {
  visibility: hidden;
  display: none;
}
dialog.project-vote__dialog .vote-for-project input:has(+ small) {
  margin-bottom: 0;
}
dialog.project-vote__dialog .vote-for-project input[type=submit] {
  margin-top: 2rem;
}
dialog.project-vote__dialog .vote-for-project .vote-customer-type {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 20px 0;
}
dialog.project-vote__dialog .vote-for-project .vote-customer-type .checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
}
dialog.project-vote__dialog .vote-for-project .vote-customer-type .checkbox-label input[type=checkbox] {
  cursor: pointer;
  margin: 0;
  min-width: 18px;
  min-height: 18px;
}
dialog.project-vote__dialog .vote-for-project #customer-number-field {
  margin: 15px 0;
}
dialog.project-vote__dialog .vote-for-project .vote-helper-text {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.6);
}

@media (849px <= width <= 1225px) {
  .uxb-need-help .banner-inner .banner-layers .text-box:last-of-type.lg-y75 {
    bottom: 15%;
  }
  .uxb-need-help .banner-inner .banner-layers .text-box:last-of-type .col > .col-inner {
    padding-left: 0 !important;
  }
  .uxb-need-help .banner-inner .banner-layers .text-box:last-of-type .icon-box.featured-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
}

.adt-spotprice-wrapper {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.spotprice-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .spotprice-header {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.spotprice-left-column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.spotprice-description {
  flex: 1;
}
.spotprice-description p {
  margin: 0;
  letter-spacing: -0.02em;
  font-size: 1.25rem;
  line-height: 30px;
  color: #333;
}

.spotprice-controls-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .spotprice-controls-desktop {
    display: none !important;
  }
}

.spotprice-navigation-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  gap: 1rem;
}

@media (max-width: 767px) {
  .spotprice-navigation-desktop {
    display: none !important;
  }
}

.spotprice-controls-mobile {
  display: none;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .spotprice-controls-mobile {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .spotprice-controls-mobile .spotprice-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .spotprice-controls-mobile .spotprice-navigation .nav-btn {
    display: none !important;
  }
  .spotprice-controls-mobile .spotprice-zone-toggle,
  .spotprice-controls-mobile .time-interval-toggle {
    width: auto;
  }
}

.spotprice-current-price {
  text-align: left;
  padding: 1.5rem;
  border: 2px solid #E5E5E5;
  background: #fff;
}
@media (max-width: 767px) {
  .spotprice-current-price {
    text-align: center;
    width: 100%;
  }
}
.spotprice-current-price .current-price-label {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .spotprice-current-price .current-price-label {
    justify-content: center;
  }
}
.spotprice-current-price .current-price-label .clock-icon {
  width: 16px;
  height: 16px;
}
.spotprice-current-price .current-price-value {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .spotprice-current-price .current-price-value {
    justify-content: center;
  }
}
.spotprice-current-price .current-price-value .current-el-price strong {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3EC2CF;
  line-height: 1;
}
.spotprice-current-price .current-price-value .current-price-unit {
  font-size: 1rem;
  color: #333;
  font-weight: 600;
}
.spotprice-current-price .current-price-description {
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.25rem;
}

.spotprice-zone-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.adt-spotprice-wrapper[data-show-zone-switcher=no] .spotprice-zone-toggle {
  display: none;
}
.spotprice-zone-toggle .zone-buttons {
  display: flex;
  background-color: #14515F;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  border-radius: 99px;
  height: 48px;
}
@media (max-width: 767px) {
  .spotprice-zone-toggle .zone-buttons {
    width: 100%;
  }
}
.spotprice-zone-toggle .zone-tab {
  display: block;
  flex: 1;
}
@media (max-width: 767px) {
  .spotprice-zone-toggle .zone-tab {
    flex: 1;
  }
}
.spotprice-zone-toggle .zone-tab input[type=radio] {
  display: none;
}
.spotprice-zone-toggle .zone-tab input[type=radio]:checked + label {
  background-color: #3EC2CF;
}
.spotprice-zone-toggle .zone-tab label {
  color: #fff;
  border-radius: 99px;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.spotprice-zone-toggle .zone-tab label:hover {
  background-color: rgba(62, 194, 207, 0.2);
}
@media (max-width: 767px) {
  .spotprice-zone-toggle .zone-tab label {
    font-size: 13px;
    padding: 10px 12px;
  }
}
.spotprice-zone-toggle .zone-tab input[type=radio]:checked + label:hover {
  background-color: #3EC2CF;
}

.spotprice-transport-toggle {
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}
.adt-spotprice-wrapper[data-show-transport-toggle=yes] .spotprice-transport-toggle {
  display: flex;
}
.spotprice-transport-toggle .toggle-label {
  font-size: 0.875rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.spotprice-transport-toggle .transport-buttons {
  display: flex;
  background-color: #14515F;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  border-radius: 99px;
  height: 48px;
}
.spotprice-transport-toggle .transport-tab {
  display: block;
}
.spotprice-transport-toggle .transport-tab input[type=radio] {
  display: none;
}
.spotprice-transport-toggle .transport-tab input[type=radio]:checked + label {
  background-color: #3EC2CF;
}
.spotprice-transport-toggle .transport-tab label {
  color: #fff;
  border-radius: 99px;
  padding: 10px 24px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.spotprice-transport-toggle .transport-tab label:hover {
  background-color: rgba(62, 194, 207, 0.2);
}
.spotprice-transport-toggle .transport-tab input[type=radio]:checked + label:hover {
  background-color: #3EC2CF;
}

.spotprice-chart-container {
  position: relative;
  padding: 0;
  background: #fff;
  min-height: 300px;
  transition: opacity 0.3s ease;
}
.spotprice-chart-container canvas {
  display: block;
  width: 100% !important;
  min-height: 300px !important;
  height: 400px !important;
  transition: transform 0.2s ease-out;
}
@media (min-width: 768px) {
  .spotprice-chart-container canvas {
    height: 500px !important;
  }
}
@media only screen and (max-width: 80em) {
  .spotprice-chart-container {
    padding: 0;
  }
}
@media only screen and (max-width: 48em) {
  .spotprice-chart-container {
    padding: 0;
  }
}

.spotprice-swipe-hint {
  display: none;
  text-align: center;
  padding: 8px 0 12px 0;
  color: #666;
}
@media (max-width: 767px) {
  .spotprice-swipe-hint {
    display: block;
  }
}
.spotprice-swipe-hint small {
  font-size: 0.85rem;
}

.spotprice-navigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3rem;
}
@media (max-width: 767px) {
  .spotprice-navigation {
    width: 100%;
    justify-content: space-between;
  }
}

.nav-btn {
  padding: 10px 20px !important;
  margin: 0 !important;
  border: none;
  background: #14515F;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 99px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 40px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
.nav-btn:hover:not(:disabled) {
  background-color: rgba(62, 194, 207, 0.2);
}
.nav-btn:active:not(:disabled) {
  background: #3EC2CF;
}
.nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.nav-btn span {
  font-size: 14px;
  line-height: 1.5;
  display: inline;
  width: auto;
  height: auto;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  padding: 0;
}

.time-interval-toggle {
  display: flex;
  background-color: #14515F;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  border-radius: 99px;
  height: 48px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.adt-spotprice-wrapper[data-show-interval-toggle=no] .time-interval-toggle {
  display: none;
}
.time-interval-toggle .interval-tab {
  display: block;
}
.time-interval-toggle .interval-tab input[type=radio] {
  display: none;
}
.time-interval-toggle .interval-tab input[type=radio]:checked + label {
  background-color: #3EC2CF;
}
.time-interval-toggle .interval-tab label {
  color: #fff;
  border-radius: 99px;
  padding: 0 24px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  line-height: 40px;
}
.time-interval-toggle .interval-tab label:hover {
  background-color: rgba(62, 194, 207, 0.2);
}
.time-interval-toggle .interval-tab input[type=radio]:checked + label:hover {
  background-color: #3EC2CF;
}

.spotprice-download {
  display: none;
  text-align: center;
  margin-bottom: 1.5rem;
}
.adt-spotprice-wrapper[data-show-download=yes] .spotprice-download {
  display: block;
}
.spotprice-download .download-btn {
  padding: 0.875rem 2rem;
  border: 2px solid #3EC2CF;
  background: #3EC2CF;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.spotprice-download .download-btn:hover {
  background: #2bb0bf;
  border-color: #2bb0bf;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(62, 194, 207, 0.3);
}
.spotprice-download .download-btn:active {
  transform: translateY(0);
}
.spotprice-download .download-btn::before {
  content: "⬇";
  font-size: 1.2rem;
}

.adt-spotprice-wrapper[data-show-stats=no] .spotprice-current-price {
  display: none;
}

.spotprice-info {
  text-align: left;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.spotprice-info p {
  margin: 0;
}
.spotprice-info p small {
  color: #666;
  font-size: 0.85rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .adt-spotprice-wrapper {
    padding: 1rem 0.5rem;
  }
  .spotprice-header {
    gap: 1.5rem;
  }
  .spotprice-navigation {
    flex-direction: column;
  }
  .spotprice-navigation .nav-btn {
    width: 100%;
    justify-content: center;
  }
  .spotprice-navigation .time-interval-toggle .interval-btn {
    flex: 1;
  }
}
.worth-knowing-archive {
  padding-top: 105px;
}
.worth-knowing-archive header {
  margin-bottom: 85px;
}
.worth-knowing-archive header h1 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
@media (max-width: 768px) {
  .worth-knowing-archive header {
    margin-bottom: 35px;
  }
}
.worth-knowing-archive header,
.worth-knowing-archive .categories {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .worth-knowing-archive header,
  .worth-knowing-archive .categories {
    flex-direction: column;
  }
}
.worth-knowing-archive .categories p {
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .worth-knowing-archive .categories p {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
}
.worth-knowing-archive .categories a {
  height: 56px;
  width: 154px;
  margin: 0 !important;
  display: flex;
  gap: 9px;
  justify-content: center;
  align-items: center;
  color: #004251;
  box-shadow: 2px 0 0 0 #ECF1F5, 0 2px 0 0 #ECF1F5, 2px 2px 0 0 #ECF1F5, 2px 0 0 0 #ECF1F5 inset, 0 2px 0 0 #ECF1F5 inset;
}
.worth-knowing-archive .categories a.current, .worth-knowing-archive .categories a:hover {
  background-color: #ECF1F5;
}
.worth-knowing-archive .categories a img {
  width: 20px;
  height: 25px;
}
@media (max-width: 768px) {
  .worth-knowing-archive .categories a {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .worth-knowing-archive .categories {
    flex-direction: row;
    flex-flow: wrap;
  }
}
.worth-knowing-archive .posts-container {
  margin-bottom: 200px;
}

.faq-cat__toggle {
  font-size: calc(1.0166666667rem + 0.3111111111vw);
  letter-spacing: -0.02em;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "Fjalla One";
  margin-bottom: 0.5em;
  width: 100%;
  text-align: center;
  padding-inline: 35px;
  height: 45px;
  display: grid;
  place-items: center;
  color: #004251;
}
@media (min-width: 1200px) {
  .faq-cat__toggle {
    font-size: 1.25rem;
  }
}
.faq-cat__toggle:hover, .faq-cat__toggle.current {
  background-color: #3EC2CF;
  border-radius: 99px;
  color: #F7F9FB;
}

.faq-cat__toggle-group .col-inner {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0 !important;
}

.faq-cat.hide {
  display: none;
}

body.search-faqs-only .col.large-6 .search__col-title,
body.search-faqs-only .col.large-6 .search__col-results--news {
  display: none !important;
}

.page-search {
  padding-top: 80px;
}
.page-search .search__header {
  margin-bottom: 100px;
}
.page-search .search__col-title {
  padding-bottom: 17px;
  border-bottom: 1px solid #E4E9ED;
  margin-bottom: 37px;
}
.page-search .search__col-title span {
  color: #3EC2CF;
}
.page-search .search__col-results .search-result-breadcrumb {
  font-size: 0.75rem;
  color: #004251;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.page-search .search__col-results .search-result-breadcrumb svg, .page-search .search__col-results .search-result-breadcrumb i {
  font-size: 10px;
  flex-shrink: 0;
  color: #3EC2CF !important;
  height: 10px;
}
.page-search .search__col-results article p {
  font-size: calc(1.05rem + 0.9333333333vw);
}
@media (min-width: 1200px) {
  .page-search .search__col-results article p {
    font-size: 1.75rem;
  }
}
.page-search .search__col-results--faqs {
  padding-bottom: 47px;
}
.page-search .search__col-results--faqs .search__faq-pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.page-search .search__col-results--faqs .search__faq-pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #E4E9ED;
  color: #3EC2CF;
  text-decoration: none;
  transition: border-color 0.2s, background-color 0.2s;
}
.page-search .search__col-results--faqs .search__faq-pagination-btn svg {
  width: 10px;
  height: 10px;
}
.page-search .search__col-results--faqs .search__faq-pagination-btn:hover {
  border-color: #3EC2CF;
  background-color: #3EC2CF;
  color: #fff;
}
.page-search .search__col-results--faqs .search__faq-pagination-btn.is-disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.page-search .search__col-results--faqs .search__faq-pagination-count {
  font-size: 0.875rem;
  color: #666;
}
.page-search .search__col-results--news {
  border-bottom: 1px solid #E4E9ED;
  padding-bottom: 47px;
  margin-bottom: 90px;
}
.page-search .search__col-results--news article {
  margin-bottom: 1.5rem;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-search .search__col-results--news article {
    margin-bottom: 2.3rem;
    flex-direction: row;
    align-items: center;
    gap: 50px;
  }
}
.page-search .search__col-results--news article img {
  max-width: 100%;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .page-search .search__col-results--news article img {
    max-width: 222px;
  }
}
.page-search .search__col-results--news article time {
  font-size: 0.75rem;
}
.page-search .search__col-results--news article .button {
  margin: 0;
}
.page-search .search__col-results--others article {
  border-bottom: 1px solid #E4E9ED;
  padding-bottom: 27px;
  padding-top: 37px;
}
.page-search .search__col-results--others article a {
  color: #004251;
}
.page-search .search__col-results--others article a svg {
  color: #3EC2CF;
  margin-left: 1rem;
}
.page-search .search-pagination {
  padding-top: 20px;
  border-top: 1px solid #E4E9ED;
}
.page-search .search-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  position: relative;
}
.page-search .search-pagination ul.page-numbers:hover {
  background: none;
  border: none;
}
.page-search .search-pagination ul.page-numbers li:has(.prev) {
  position: absolute;
  left: 0;
}
.page-search .search-pagination ul.page-numbers li:has(.next) {
  position: absolute;
  right: 0;
}
.page-search .search-pagination ul.page-numbers li:not(:has(.prev)):not(:has(.next)) {
  position: static;
}
.page-search .search-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border-radius: 3px;
  background: #F7F9FB;
  color: #004251;
  font-family: "Fjalla One", sans-serif;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 2px solid #E4E9ED;
}
@media only screen and (max-width: 48em) {
  .page-search .search-pagination .page-numbers {
    min-width: 25px;
    height: 25px;
    padding: 0 4px;
    font-size: 0.8125rem;
  }
}
.page-search .search-pagination .page-numbers:hover {
  background: #3EC2CF;
  color: #F7F9FB;
  border-color: #3EC2CF;
}
.page-search .search-pagination .page-numbers.current {
  background: #3EC2CF;
  color: #F7F9FB;
  border-color: #3EC2CF;
  pointer-events: none;
}
.page-search .search-pagination .page-numbers.prev, .page-search .search-pagination .page-numbers.next {
  background: #004251;
  color: #F7F9FB;
  border-color: #004251;
}
.page-search .search-pagination .page-numbers.prev:hover, .page-search .search-pagination .page-numbers.next:hover {
  background: #3EC2CF;
  border-color: #3EC2CF;
}
@media only screen and (max-width: 48em) {
  .page-search .search-pagination .page-numbers.prev, .page-search .search-pagination .page-numbers.next {
    height: 25px;
    padding: 0 8px;
    font-size: 0.8125rem;
  }
}
.page-search .search-pagination .page-numbers.dots {
  border: none;
  background: transparent;
  pointer-events: none;
  color: #004251;
}
