@font-face {
  font-family: vi-bold;
  src: url(assets/fonts/ViessmannWeb-Bold.woff2);
}

@font-face {
  font-family: vi-light;
  src: url(assets/fonts/ViessmannWeb-Light.woff2);
}

@font-face {
  font-family: vi-medium;
  src: url(assets/fonts/ViessmannWeb-Medium.woff2);
}

@font-face {
  font-family: vi-regular;
  src: url(assets/fonts/ViessmannWeb-Regular.woff2);
}

@font-face {
  font-family: vi-semibold;
  src: url(assets/fonts/ViessmannWeb-SemiBold.woff2);
}

@font-face {
  font-family: vi-wideregular;
  src: url(assets/fonts/ViessmannWeb-WideRegular.woff2);
}

* {
  box-sizing: border-box;
  margin: 0;
}

:root {
  --logo-color: #ff3e17;
  --logo-color-darker: #a71c00;
  --page-bg-color: #f6f6f6;
  --header-height: 88px;
}

body {
  font-family: vi-regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  background: var(--page-bg-color);
}

h1 {
  font-family: vi-bold;
}

h2 {
  font-family: vi-semibold;
}

h3 {
  font-family: vi-semibold;
}

h5 {
  font-family: vi-semibold;
}

small {
  font-family: vi-light;
}

footer {
  width: 100%;
  background-color: #fff;
}

footer svg {
  color: #333;
  height: 10px;
  width: 10px;
  pointer-events: none;
}

.footer-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #fff;
  height: 56px;
  width: 100%;
  align-items: center;
  overflow: hidden;
}

.breadcrumb-box {
  width: 100%;
  max-width: 1322px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 64px;
}

.breadcrumbs-section {
  display: flex;
  overflow-x: scroll;
  align-items: center;
  height: 56px;
}

.breadcrumb-box ::-webkit-scrollbar {
  display: none;
}

.breadcrumbs-section {
  scrollbar-width: none;
}

.breadcrumbs-section ul {
  padding: 0;
  list-style: none;
  display: flex;
}

.breadcrumbs-section li {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  flex-shrink: 0;
}

.breadcrumbs-section svg {
  color: #333;
  height: 10px;
  width: 10px;
}

.breadcrumbs-section ul li:first-child a {
  padding-right: 16px;
  padding-left: 0;
}

.breadcrumbs-section a {
  text-decoration: none;
  color: #333;
  padding: 0 16px;
}

.breadcrumbs-section a:hover {
  text-decoration: underline;
}

.back-to-top-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.back-to-top-btn {
  display: flex;
  border: none;
  background-color: #fff;
  padding: 8px;
  border-radius: 4px;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  width: fit-content;
}

.back-to-top-label {
  margin-right: 8px;
  color: #000;
}

.back-to-top-btn svg {
  height: 16px;
  width: 16px;
}

.back-to-top-btn:hover {
  background-color: var(--page-bg-color);
}

.sitemap-container {
  display: flex;
  border-top: 1px solid rgb(222, 222, 222);
  justify-content: center;
}

.sitemap {
  width: 100%;
  max-width: 1322px;
  padding: 48px 64px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.sitemap-item {
  padding-right: 60px;
}

.sitemap-item ul {
  list-style: none;
  padding: 0;
}

.sitemap-item ul li {
  font-size: 14px;
  font-weight: 300;
}

.sitemap-item a {
  text-decoration: none;
  color: inherit;
}

.sitemap-item a:hover {
  text-decoration: underline;
}

.sitemap-item h5 {
  color: #333;
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.legal-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgb(222, 222, 222);
  min-height: 88px;
}

.legal-footer-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1322px;
  width: 100%;
  padding: 0 64px;
}

.legal-footer-nav ul {
  display: flex;
}

.legal-footer-nav ul {
  list-style-type: none;
}

.legal-footer-nav ul li {
  margin-right: 32px;
  font-weight: 300;
  line-height: 18px;
  font-size: 14px;
  color: rgb(51, 51, 51);
}

.legal-footer-nav a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

.legal-footer-nav span:hover {
  text-decoration: underline;
}

.copyright-line {
  padding: 12px 0;
  display: flex;
  justify-content: center;
}

.copyright-line p {
  width: 100%;
  color: #858585;
  max-width: 1322px;
  padding: 0 64px;
  font-size: 12px;
  font-weight: 400;
}

.copyright-line a {
  text-decoration: none;
  color: inherit;
}

.copyright-line a:hover {
  text-decoration: underline;
}

.legal-footer-logo {
  height: 28px;
}

@media screen and (max-width: 991px) {
  .legal-footer-logo {
    margin-bottom: 24px;
  }

  .legal-footer {
    max-height: none;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .legal-footer-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 32px;
  }

  .breadcrumb-box {
    padding: 0 32px;
  }

  .sitemap {
    padding: 48px 32px;
  }

  .legal-footer-content nav ul {
    flex-direction: column;
  }

  .legal-footer-content nav li {
    margin-bottom: 12px;
  }

  .legal-footer-content ul {
    padding: 0;
  }

  .copyright-line p {
    padding: 0 32px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb-box {
    padding: 0;
    justify-content: flex-start;
    flex-direction: column;
  }

  .footer-top {
    height: 112px;
  }

  .back-to-top-box {
    width: 100%;
    order: -1;
    height: 56px;
    background-color: var(--page-bg-color);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  }

  .back-to-top-btn {
    background-color: var(--page-bg-color);
    transition: none;
  }

  .breadcrumbs-section {
    padding: 0 32px;
    width: 100%;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    align-self: flex-start;
  }

  .sitemap {
    flex-direction: column;
  }
}

#page-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

header {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.navigation-overlay {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 2;
  visibility: hidden;
  overflow: hidden;
  transition: visibility 0.3s, background 0.3s ease-in-out;
}

.navigation-overlay-open {
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
}

.header-top-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: var(--page-bg-color);
}

.header-top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 1322px;
}

.vn-login-link {
  display: inline;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: var(--header-height);
  max-width: 1322px;
}

.navigation-toggle {
  background-color: inherit;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px;
  border-radius: 4px;
  transition: background 0.1s ease-in-out;
}

.navigation-toggle:hover {
  cursor: pointer;
  background-color: var(--page-bg-color);
}

.navigation-toggle-text {
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  margin-top: 4px;
  color: #000;
}

.burger-icon {
  width: 24px;
  height: 24px;
}

.header-main-nav {
  display: flex;
}

.header-main-navlist {
  display: flex;
  list-style: none;
}

.header-main-navlist a {
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 1050px) {
  .navigation-toggle {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1050px) {
  .header-main-navlist {
    display: none;
  }

  .header-main {
    width: 100%;
    justify-content: space-between;
    padding: 0 32px;
  }

  .navigation-toggle {
    order: 1;
  }
}

.header-main-navlist-item {
  border: none;
  border-radius: 120px;
  color: #000;
  cursor: pointer;
  display: block;
  padding: 10px 16px;
  position: relative;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
  font-size: 15px;
  font-family: vi-semibold;
  font-weight: 500;
  line-height: 18px;
}

.header-main-navlist-item:hover {
  background: var(--page-bg-color);
}

.logo-link {
  display: flex;
  align-items: center;
}

.vn-logo {
  position: relative;
  top: 2px;
  width: 127px;
  height: 27px;
  fill: var(--logo-color);
  transition: 0.3s ease-in-out;
}

.vn-logo:hover {
  fill: var(--logo-color-darker);
}

.navigation-flyout {
  width: 450px;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  z-index: 20;
  left: 0px;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

.navigation-flyout-content {
  display: flex;
  flex-direction: column;
  padding: 28px 48px 28px 120px;
}

.navigation-flyout-content nav ul {
  padding: 0;
}

.navigation-flyout-content nav ul li {
  list-style-type: none;
  margin-bottom: 24px;
}

.navigation-flyout-content a {
  text-decoration: none;
  color: #000;
}

.navigation-flyout-content a:hover {
  text-decoration: underline;
}

.flyout-nav-primary {
  margin-top: 60px;
}

.flyout-nav-secondary {
  margin-top: 48px;
}

.flyout-nav-tertiary {
  margin-top: 40px;
}

.flyout-nav-primary a {
  font-family: vi-bold;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

.flyout-nav-secondary a {
  font-family: vi-semibold;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}

.flyout-subnav {
  display: none;
}

.flyout-subnav-open {
  display: block;
}

.navigation-close-btn {
  position: absolute;
  padding: 0;
  left: 60px;
  top: 32px;
  margin-top: -8px;
  background-color: #fff;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  height: 40px;
  width: 40px;
  transition: background 0.3s ease-in-out;
}

.navigation-close-btn:hover {
  background-color: #dedede;
}

.navigation-close-btn svg {
  color: #000;
  height: 24px;
  width: 24px;
}

@media screen and (max-width: 1332px) {
  .flyout-nav-primary a {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-flyout {
    width: 100vw;
  }

  .navigation-flyout-content {
    padding: 32px 32px 100px;
  }

  .navigation-close-btn {
    right: 32px;
    left: auto;
    top: 32px;
  }
}

.arrow-icon {
  position: relative;
  fill: currentColor;
  width: 16px;
  top: 2px;
  margin-left: 4px;
}

.external-link-icon {
  height: 18px;
  width: 18px;
  position: relative;
  top: 2px;
  fill: currentColor;
}

.main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.banner-and-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65vh;
  margin-bottom: 100px;
}

.banner-img-wrapper {
  width: 100%;
  height: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  background-position: center;
  z-index: -1;
}

.banner-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 32px;
}

@media screen and (min-width: 1050px) {
  .banner-and-cta h1 {
    color: #fff;
  }
}

@media screen and (min-width: 1322px) {
  .banner-and-cta h1 {
    font-size: 56px;
  }
}

@media screen and (max-width: 1322px) {
  .banner-and-cta h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .banner-and-cta h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1050px) {
  .banner-and-cta {
    height: 100vh;
    justify-content: flex-start;
  }

  .banner-img-wrapper {
    position: static;
    order: 1;
  }

  .banner-content h1 {
    color: #000;
  }
}

.banner-and-cta h1 {
  margin-bottom: 16px;
  text-align: center;
  line-height: 60px;
}

.cta-button {
  background: var(--logo-color);
  border: none;
  border-radius: 120px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 19px 56px;
  margin-top: 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out,
    border 0.3s ease-in-out;
  font-size: inherit;
  font-weight: 600;
  font-family: vi-semibold;
  line-height: 18px;
  width: fit-content;
}

.cta-button:hover {
  background: var(--logo-color-darker);
}

.grid {
  max-width: 1322px;
  width: 100%;
  padding: 0 64px;
}

.grid-row {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.grid-row {
  margin-left: calc(16.66667% + 15px);
  max-width: calc(66.66667% - 30px);
}

.grid-row-altn {
  margin-left: calc(16.66667% + 15px);
  max-width: 100%;
}

.text-section {
  max-width: 1322px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  width: 100%;
  padding: 0 64px;
  margin: 0 15px 80px;
}

.accordion-label {
  width: 100%;
  max-width: 1322px;
  padding: 0 84px;
  margin-bottom: 55px;
  margin-top: 60px;
  line-height: normal;
}

.accordion-label h3 {
  font-size: 32px;
  font-weight: 700;
}

.accordion-container {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  margin-bottom: 32px;
}

.licensed-partner-caution p {
  padding: 12px;
  font-weight: 450;
}

@media screen and (max-width: 990px) {
  .text-section {
    max-width: 100%;
    padding: 0 32px;
  }
  .text-section-row {
    min-width: 100%;
  }
  .grid {
    max-width: 100%;
    padding: 0 32px;
  }

  .grid-row {
    min-width: 100%;
    margin: 0;
  }

  .grid-row-altn {
    min-width: 100%;
    margin: 0;
  }
  .accordion-section {
    max-width: 100%;
    padding: 0;
  }

  .accordion-toggle-box {
    padding: 0 32px;
  }

  .accordion-label {
    padding: 0 52px;
  }

  .accordion-content-box {
    max-width: 100%;
  }
  .licensed-partner-caution {
    margin: 0 32px;
  }

  .licensed-partner-caution p {
    padding: 12px 18px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-label h3 {
    font-size: 28px;
  }
}

@media screen and (min-width: 991px) {
  .accordion-section {
    padding: 0 64px;
  }

  .accordion-toggle-box {
    padding: 0 64px;
  }
}

.text-section-row {
  max-width: calc(66.66667% - 30px);
}

.text-section-row-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 44px;
  font-weight: 600;
}

.text-section-row-content h3 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 36px;
}

.text-section-row-content h4 {
  margin-bottom: 20px;
  font-size: 24px;
}

.text-section-row-content p {
  margin-bottom: 30px;
}

.text-section-row-content ul {
  margin-bottom: 30px;
  padding-left: 40px;
}

.text-section-row-content li {
  margin-bottom: 12px;
}

.text-section-row-content small {
  font-size: 12px;
  font-weight: 200;
}

@media screen and (max-width: 767px) {
  .text-section-row-content h2 {
    font-size: 28px;
  }

  .text-section-row-content h3 {
    font-size: 24px;
  }
}

.goto-link {
  color: #ff3e17;
  cursor: pointer;
  line-height: 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}

.goto-link:hover {
  text-decoration: underline;
}

.phone-number-lg {
  text-decoration: none;
  color: var(--logo-color);
  font-weight: 600;
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .phone-number-lg {
    font-size: 28px;
  }
}

.phone-number-section {
  margin-bottom: 20px;
}

.phone-number-sm {
  text-decoration: none;
  color: var(--logo-color);
  font-weight: 600;
}

.accordion-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.accordion-toggle-box {
  max-width: 1322px;
  width: 100%;
  border-top: 1px solid #dedede;
  box-sizing: border-box;
}

.accordion-toggle-btn {
  border-top: 1px solid #dedede;
  width: 100%;
  border: none;
  background-color: var(--page-bg-color);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.accordion-toggle-btn:hover .arrow-down-icon {
  box-shadow: 0 0 0 6px #dedede;
  background-color: #dedede;
}

.toggle-box-label {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

.arrow-down-icon {
  flex-shrink: 0;
  height: 24px;
  position: relative;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  width: 24px;
  border-radius: 100%;
}

.accordion-content-box {
  display: flex;
  justify-content: center;
  box-sizing: content-box;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
  width: 100%;
}

.accordion-content-box-open {
  max-height: 1000px;
}

.max-width-banner {
  background: #fff;
  box-sizing: border-box;
  max-height: 640px;
  width: 100%;
  display: flex;
  margin-bottom: 120px;
}

.max-width-banner img {
  max-width: 50%;
  height: auto;
  object-fit: cover;
  flex-basis: 50%;
}

@media screen and (max-width: 990px) {
  .max-width-banner {
    flex-direction: column;
    max-height: none;
  }

  .max-width-banner img {
    min-width: 100%;
    max-height: 400px;
    object-fit: cover;
  }
}

.banner-content-box {
  padding: 96px 0 120px 96px;
}

.banner-content-box h2 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 16px;
}

.banner-content-box p {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .banner-content-box {
    padding: 40px 35px;
  }

  .banner-content-box h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1580px) {
  .banner-content-box {
    padding: 50px 50px;
  }
}

@media screen and (991px <=width<= 1332px) {
  .banner-content-box {
    padding: 30px 30px;
    max-width: 900px;
  }
}

.small-box {
  width: 100%;
  max-height: 456px;
  display: flex;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  margin-bottom: 40px;
}

.small-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  flex-basis: 50%;
}

.small-box-content {
  padding: 64px 96px;
}

.small-box-content h2 {
  margin-bottom: 12px;
}

.small-box-content p {
  margin-bottom: 12px;
}

.partner-tile {
  width: 100%;
  padding: 12px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.partner-tile h2 {
  padding: 12px;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.partner-tile-info-box {
  padding: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.partner-tile-info-box div {
  width: 50%;
  font-size: 15px;
  display: flex;
  flex-direction: column;
}

.partner-tile-info-box img {
  width: 27px;
  margin-right: 20px;
}

.partner-tile-info-box a {
  text-decoration: none;
  color: inherit;
}

.partner-tile-info-box a:hover {
  color: var(--logo-color);
}

.serwis-grid {
  padding: 0 47px;
  display: flex;
  flex-flow: row wrap;
  margin-top: 80px;
}

@media screen and (max-width: 990px) {
  .serwis-grid {
    max-width: 1322px;
  }
}

@media screen and (max-width: 1920px) {
  .serwis-grid {
    max-width: 1700px;
  }
}

@media screen and (min-width: 1921px) {
  .serwis-grid {
    max-width: 2000px;
  }
}

.grid-item:hover {
  cursor: pointer;
}

.grid-item img {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

.grid-item p {
  font-size: 13px;
}

.grid-item {
  background-color: #fff;
  margin: 0 15px 30px;
  max-width: calc(33.333% - 30px);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}

@media screen and (max-width: 1322px) {
  .grid-item-content h5 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1322px) {
  .grid-item-content h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 990px) {
  .serwis-grid {
    padding: 0 17px;
  }

  .grid-item {
    max-width: calc(50% - 30px);
  }
}

@media screen and (max-width: 768px) {
  .grid-item {
    max-width: 100%;
  }
}

@media screen and (min-width: 1300px) {
  .grid-item {
    max-width: calc(25% - 30px);
  }
}

.grid-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 26px 32px 32px;
}

.grid-item-content h5 {
  font-family: vi-semibold;
  margin: 0 0 8px;
  line-height: 28px;
  font-weight: 700;
  font-size: 24px;
}

.grid-item-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.grid-item-content a {
  margin-top: 8px;
  border: 1px solid transparent;
  color: #ff3e17;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  outline: 0;
  padding: 0;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  font-family: vi-semibold;
  font-weight: 600;
}

.grid-item-content a:hover {
  text-decoration: underline;
}

.input-form form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.checkboxes-container {
  display: flex;
  width: 100%;
}

.checkboxes-container input {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.checkboxes-container label {
  display: flex;
  align-items: center;
  max-width: 350px;
  border-radius: 10px;
  margin-right: 10px;
  padding: 10px;
  box-shadow: 8px 9px 16px -12px rgba(66, 68, 90, 1);
}

#solar-label {
  background-color: rgba(255, 255, 0, 0.252);
}

#cwu-label {
  background-color: #ff2a001c;
}

.checkboxes-container label span {
  font-size: 15px;
  font-weight: 400;
  max-width: 230px;
}

@media screen and (max-width: 530px) {
  .checkboxes-container label {
    padding: 6px;
  }
  .checkboxes-container label span {
    font-size: 14px;
    line-height: 170%;
  }
}

#servicechecklist-button {
  margin-top: 10;
}

.error-message {
  color: red;
  font-weight: 400;
  display: none;
  margin-bottom: 10px;
}

.select-box {
  width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

select {
  -webkit-appearance: none;
}

.input-box {
  width: 100%;
  min-height: 56px;
  background-color: inherit;
  margin-bottom: 12px;
  border: 1px solid #d0d0d0;
  padding: 16px;
  border-radius: 4px;
  transition: border 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.input-box:hover {
  border-color: #545454;
}

.text-hero {
  max-width: 1322px;
  padding: 0 64px;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.text-hero h1 {
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .text-hero h1 {
    font-size: 32px;
  }
}

@media screen and (min-width: 768px) {
  .text-hero h1 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1322px) {
  .text-hero h1 {
    font-size: 56px;
  }
}

@media screen and (max-width: 990px) {
  .text-hero {
    padding: 0 32px;
  }
}

.licensed-partner-caution {
  background-color: #dedede;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.partnersearch-container {
  width: 100%;
  background-color: #fff;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.partnersearch-form-container {
  margin-bottom: 80px;
}

.partnersearch-form-container form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}

.partnersearch-form-container h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 60px 0;
}

.partnersearch-form-container span {
  font-size: 18px;
  font-weight: 400;
}

@media screen and (min-width: 1322px) {
  .partnersearch-form-container {
    width: 50%;
  }
}

@media screen and (max-width: 1321px) {
  .partnersearch-form-container {
    width: 100%;
    padding: 0 128px;
  }
}

@media screen and (max-width: 900px) {
  .partnersearch-form-container {
    padding: 0 64px;
  }
}

@media screen and (max-width: 767px) {
  .partnersearch-form-container {
    padding: 0 32px;
  }

  .partnersearch-form-container h2 {
    font-size: 28px;
  }
}

#check-price-button {
  margin-top: 0;
  margin-bottom: 12px;
}

@media screen and (max-width: 450px) {
  #check-price-button {
    padding: 12px 30px;
  }
}

@media screen and (max-width: 350px) {
  #check-price-button {
    padding: 12px 25px;
  }
}

@media screen and (min-width: 451px) {
  #check-price-button {
    padding: 12px 45px;
  }
}

#priceInfo {
  margin-top: 24px;
}

.price-legal-disclaimer {
  margin-right: 24px;
  margin-top: 24px;
  background-color: #dedede;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  padding: 12px;
  font-weight: 400;
}

@media screen and (max-width: 450px) {
  .price-legal-disclaimer {
    font-size: 16px;
  }
}

.prices {
  font-weight: 500;
  margin-top: 6px;
}

.available {
  font-weight: 500;
  color: #329e1a;
}

.unavailable {
  font-weight: 500;
  color: #ad2323;
}

.subpart h2 {
  font-size: 26px;
  margin-top: 12px;
}

.subpart p {
  font-weight: 500;
  color: #329e1a;
  margin-bottom: 0;
  margin-top: 16px;
}

.part-info {
  margin-top: 12px;
}

.no-price-info {
  background-color: #dedede;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.514);
  padding: 16px;
  font-weight: 400;
  width: fit-content;
  margin-top: 24px;
}

.fault-information h3 {
  font-size: 24px;
  margin: 12px 0;
}

.fault-information {
  margin-top: 20px;
}

.fault-information ol {
  margin-bottom: 8px;
}

#loader {
  width: 32px;
  height: 32px;
  border: 4px solid #fff;
  border-bottom-color: var(--logo-color);
  border-radius: 50%;

  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.device-group {
  margin: 32px 0;
  background-color: #dedede8d;
  border-radius: 4px;
  box-shadow: 8px 9px 16px -12px rgba(154, 154, 165, 1);
  padding: 20px;
}

.name-and-icon img {
  height: 60px;
  width: 60px;
}

.name-and-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.device-group-desc p {
  font-size: 13px;
  font-weight: 400;
}

.datestart {
  font-weight: 500;
  color: gray;
}

.dateend {
  font-weight: 500;
  color: var(--logo-color);
}

.level {
  margin-top: 12px;
  font-weight: 500;
}

.dates {
  max-width: 250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dates span {
  font-size: 18px;
  color: var(--logo-color);
}
.installer-info {
  margin: 12px 0;
}

.installer-info h1 {
  margin-bottom: 6px;
}

@media screen and (max-width: 420px) {
  .device-group-desc h2 {
    font-size: 22px;
  }

  .level {
    font-size: 14px;
  }

  .device-group-desc p {
    font-size: 11px;
  }
}

#service-checklist-form {
  margin-bottom: 42px;
}

.device-info {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  padding: 24px;
  background-color: #8585850c;
  box-shadow: 8px 9px 16px -10px rgba(66, 68, 90, 1);
}

#deviceImg {
  width: 250px;
}

#fuelIcon {
  width: 120px;
  align-self: flex-start;
  margin-top: 50px;
}

.device-name-fuel {
  display: flex;
  flex-direction: column;
}

.device-name {
  display: flex;
  flex-direction: column;
}

.device-name h2 {
  font-size: 30px;
}

.device-name p {
  font-size: 18px;
  font-weight: 400;
}

.device-name small {
  font-size: 18px;
}

@media screen and (max-width: 700px) {
  .device-name h2 {
    font-size: 23px;
  }

  .device-name small {
    font-size: 15px;
  }

  .device-name p {
    font-size: 17px;
  }

  #fuelIcon {
    width: 80px;
  }
}

@media screen and (max-width: 540px) {
  .device-name p {
    font-size: 15px;
  }

  .device-name small {
    font-size: 14px;
  }

  .device-name h2 {
    font-size: 19px;
  }

  #deviceImg {
    width: 200px;
  }

  #fuelIcon {
    width: 70px;
  }
}

@media screen and (max-width: 462px) {
  .device-info {
    flex-direction: column;
  }

  .device-name-fuel {
    flex-direction: row;
  }

  #fuelIcon {
    justify-self: center;
    margin-top: 20px;
    width: 60px;
  }

  #deviceImg {
    align-self: center;
    margin-top: 60px;
    width: 200px;
    height: fit-content;
  }
}

.service-actions-wrapper {
  margin-bottom: 24px;
}

.service-action h3 {
  margin-top: 14px;
}

.service-step-list p {
  font-size: 14px;
}

.service-step-list li {
  margin-top: 10px;
  font-weight: 400;
}

.service-step-list small {
  font-weight: 500;
  color: rgb(21, 21, 21);
}

.parts-section h2 {
  font-size: 22px;
  margin: 12px 0;
}

.parts-section li {
  font-weight: 400;
  margin-bottom: 6px;
}

.not-applicable {
  font-size: 16px;
  font-weight: 400;
}
