@font-face {
  font-family: "Lobster";
  font-weight: 400;
  src: url("../assets/fonts/lobster/Lobster.otf"), url("../assets/fonts/lobster/Lobster.otf") format("opentype");
}
.link {
  color: #2727d9;
  text-decoration: underline;
}

.section-bg-primary {
  background-color: #aafadb;
}

.section-bg-gray {
  background-color: #f4f4f4;
}

.section-bg-violet {
  background-color: #5600f8;
}

.section-bg-purple {
  background-color: #464264;
}

.section-bg-blue-dark {
  background-color: #0e0934;
}

.section-bg-yellow {
  background-color: #ffffd1;
}

.rotate {
  -moz-transition: all 250ms linear;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

.rotate.rotate-90 {
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nav-section {
  z-index: 100;
  width: 100vw;
  position: fixed;
  padding: 20px 30px;
  transition: 250ms;
}
@media (max-width: 767.98px) {
  .nav-section {
    padding: 16px 5px;
  }
}
.nav-section.active {
  transition: 250ms;
  background-color: white;
  box-shadow: 0 10px 30px 0 rgba(25, 45, 100, 0.08);
}
.nav-section .container {
  max-width: 1110px;
}
.nav-section .brand-logo {
  width: 115px;
  position: relative;
  z-index: 101;
}
@media (max-width: 1199.98px) {
  .nav-section .brand-logo {
    width: 90px;
  }
}
.nav-section .links a {
  display: inline-block;
  margin-right: 40px;
  color: black;
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  line-height: 26px;
  text-decoration: none;
  position: relative;
}
@media (max-width: 1199.98px) {
  .nav-section .links a {
    font-size: 1rem;
    margin-right: 1rem;
  }
}
.nav-section .links a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -10px;
  left: 0;
  background-color: #3fe5b3;
  visibility: hidden;
  transform: scaleX(0);
  transition: 200ms;
  border-radius: 2px;
}
.nav-section .links a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.nav-section .links a.active:before {
  visibility: visible;
  transform: scaleX(1);
}
.nav-section .links a .icon-logo {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  margin-top: -4px;
}
.nav-section .links button {
  padding: 1rem 2.4375rem;
  font-family: "Lato", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  transition: 150ms;
  text-decoration: none;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  transition: 200ms;
  background-color: #000d1e;
  color: white;
  border-color: #000d1e;
  padding: 0.625rem 1.5rem;
  font-size: 1.125rem;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .nav-section .links button {
    font-size: 1rem;
    padding: 0.9rem 2rem;
  }
}
.nav-section .links button:hover {
  background-color: black;
  border-color: black;
}
@media (max-width: 1199.98px) {
  .nav-section .links button {
    padding: 0.5rem 1rem;
  }
}
.nav-section .links button:hover {
  background-color: #2d2a4c;
  border-color: #2d2a4c;
}
.nav-section .button {
  padding: 1rem 2.4375rem;
  font-family: "Lato", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  transition: 150ms;
  text-decoration: none;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  transition: 200ms;
  background-color: #000d1e;
  color: white;
  border-color: #000d1e;
  padding: 0.625rem 1.5rem;
  font-size: 1.125rem;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .nav-section .button {
    font-size: 1rem;
    padding: 0.9rem 2rem;
  }
}
.nav-section .button:hover {
  background-color: black;
  border-color: black;
}
@media (max-width: 1199.98px) {
  .nav-section .button {
    padding: 0.5rem 1rem;
  }
}
.nav-section .button:hover {
  background-color: #2d2a4c;
  border-color: #2d2a4c;
}
.nav-section .mobile-menu-open {
  display: flex;
  align-items: center;
  column-gap: 1.5em;
}
.nav-section .mobile-menu-open .menu-xs-icon {
  font-size: 25px;
  cursor: pointer;
}
.nav-section .menu-xs {
  background-color: white;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  padding-top: 83px;
  transform: translateX(100%);
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}
.nav-section .menu-xs.active {
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
}
.nav-section .menu-xs .menu-cta-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  column-gap: 1.5em;
}
.nav-section .menu-xs .menu-cta-wrapper .menu-close {
  font-size: 30px;
}
.nav-section .menu-xs .menu-container {
  width: 100vw;
  height: 400px;
  display: flex;
  flex-direction: column;
}
.nav-section .menu-xs .menu-container a {
  padding: 2rem 1.5rem;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  border-top: 1px solid #e9e9e9;
  color: #0e0934;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-section .menu-xs .menu-container a::before {
  content: none !important;
}
.nav-section .menu-xs .menu-container a:last-child {
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
  display: block;
}

section.cta {
  padding: 8em 1.5em;
  text-align: center;
}
@media (max-width: 991.98px) {
  section.cta {
    padding-top: 7em;
    padding-bottom: 7em;
  }
}
@media (max-width: 767.98px) {
  section.cta {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
section.cta .title {
  color: white;
  font-size: 3.875rem;
}
@media (max-width: 991.98px) {
  section.cta .title {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  section.cta .title {
    font-size: 1.5rem;
  }
}
section.cta .description {
  color: white;
  margin-top: 1em;
  max-width: 730px;
}
section.cta a {
  padding: 1rem 2.4375rem;
  font-family: "Lato", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  transition: 150ms;
  text-decoration: none;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  transition: 200ms;
  background-color: #0e0934;
  color: white;
  border-color: #0e0934;
  margin-top: 2.5rem;
}
@media (max-width: 767.98px) {
  section.cta a {
    font-size: 1rem;
    padding: 0.9rem 2rem;
  }
}
section.cta a:hover {
  background-color: black;
  border-color: black;
}
@media (max-width: 767.98px) {
  section.cta a {
    margin-top: 2rem;
  }
}
section.cta a:hover {
  background-color: #2d2a4c;
  border-color: #2d2a4c;
}
section.cta .icon-wrapper {
  margin-top: 2em;
  display: flex;
  column-gap: 1em;
  justify-content: center;
}

[aria-label=breadcrumb] {
  overflow-x: auto;
}

.breadcrumb {
  padding: 2em 0;
  font-family: "Lato", sans-serif;
  width: max-content;
  --bs-breadcrumb-item-padding-x: 1em;
  --bs-breadcrumb-divider-color: #dfdcef;
  --bs-breadcrumb-item-active-color: #dfdcef;
}
.breadcrumb li a {
  color: #dfdcef !important;
  transition: 200ms;
}

footer {
  padding: 3em 1.5em;
  text-align: center;
  background-color: #0e0934;
}
footer .brand-logo {
  width: 115px;
}
@media (max-width: 1199.98px) {
  footer .brand-logo {
    width: 90px;
  }
}
footer .links-wrapper {
  margin-top: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  color: white;
}
@media (max-width: 575.98px) {
  footer .links-wrapper {
    flex-direction: column;
    margin-top: 3em;
  }
}
footer .links-wrapper a {
  font-family: "Lato", sans-serif;
  color: #020e1d;
  text-decoration: none;
  color: white;
  font-size: 0.875em;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  footer .links-wrapper .divider {
    display: none;
  }
}

body.page-home .main-section {
  padding: calc(86px + 108px) 1.5rem 10.3125em;
}
@media (max-width: 767.98px) {
  body.page-home .main-section {
    padding-top: calc(46px + 83px);
    padding-bottom: 6em;
  }
}
body.page-home .main-section .title {
  font-family: "Merriweather", serif;
  font-weight: bold;
  color: #020e1d;
  font-size: 3.875rem;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  body.page-home .main-section .title {
    font-size: 3.15rem;
  }
}
@media (max-width: 767.98px) {
  body.page-home .main-section .title {
    font-size: 2.625rem;
  }
}
@media (max-width: 767.98px) {
  body.page-home .main-section .title {
    padding-left: 25px;
    padding-right: 25px;
  }
}
body.page-home .main-section .description {
  font-family: "Lato", sans-serif;
  color: #020e1d;
  font-size: 1.8125rem;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  max-width: 805px;
}
@media (max-width: 991.98px) {
  body.page-home .main-section .description {
    font-size: 1.64rem;
  }
}
@media (max-width: 767.98px) {
  body.page-home .main-section .description {
    font-size: 1.5rem;
  }
}
body.page-home .main-section a {
  padding: 1rem 2.4375rem;
  font-family: "Lato", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  transition: 150ms;
  text-decoration: none;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  transition: 200ms;
  background-color: #5f36ff;
  color: white;
  border-color: #5f36ff;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
}
@media (max-width: 767.98px) {
  body.page-home .main-section a {
    font-size: 1rem;
    padding: 0.9rem 2rem;
  }
}
body.page-home .main-section a:hover {
  background-color: #2f00e9;
  border-color: #2f00e9;
}
@media (max-width: 767.98px) {
  body.page-home .main-section a {
    margin-top: 48px;
  }
}
body.page-home .main-section .arrow {
  width: 156px;
  margin: auto;
  margin-left: calc(50% + 160px);
  margin-top: 12px;
  position: absolute;
  left: 0;
  right: 0;
}
body.page-home .main-section .extra-info {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: fit-content;
  margin-top: 4rem;
  padding: 1.2rem 1.75rem;
  background-color: #ddfdf1;
  border-radius: 10px;
}
body.page-home .main-section .extra-info ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding-left: 0;
  list-style: none;
  column-gap: 2.5em;
}
@media (max-width: 575.98px) {
  body.page-home .main-section .extra-info ul {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.75em;
  }
}
body.page-home .main-section .extra-info ul li {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  column-gap: 0.5em;
}
@media (max-width: 575.98px) {
  body.page-home .main-section .extra-info ul li {
    font-size: 1.15rem;
    text-align: left;
    flex: 1;
  }
}
body.page-home .main-section .extra-info ul li svg {
  flex-shrink: 0;
}
body.page-home section.why-jc {
  padding: 10.56rem 1.5rem 9.3125rem;
}
@media (max-width: 767.98px) {
  body.page-home section.why-jc {
    padding-top: 72px;
    padding-bottom: 100px;
  }
}
body.page-home section.why-jc .description {
  max-width: 800px;
  margin-top: 0.5em;
}
@media (max-width: 767.98px) {
  body.page-home section.why-jc .description {
    margin-top: 23px;
  }
}
body.page-home section.why-jc .content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  body.page-home section.why-jc .content {
    margin-top: 35px;
  }
}
@media (min-width: 992px) {
  body.page-home section.why-jc .content {
    margin-left: -29px;
  }
}
body.page-home section.why-jc .content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.page-home section.why-jc .content li {
  display: flex;
  justify-content: initial;
  align-items: center;
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  body.page-home section.why-jc .content li {
    font-size: 1rem;
  }
}
body.page-home section.why-jc .content li .check-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  border-radius: 50%;
  color: #3fe5b3;
  background-color: rgba(216, 250, 240, 0.4);
  border: 1px solid rgba(216, 250, 240, 0.6);
}
body.page-home section.carousel {
  padding: 7rem 0;
  overflow-x: hidden;
}
@media (max-width: 991.98px) {
  body.page-home section.carousel {
    padding: 6rem 0;
  }
}
@media (max-width: 767.98px) {
  body.page-home section.carousel {
    padding: 5rem 1.5rem;
  }
}
body.page-home section.carousel .header-wrapper {
  width: 100%;
  padding-left: 22%;
  padding-right: 1.5rem;
}
@media (max-width: 991.98px) {
  body.page-home section.carousel .header-wrapper {
    padding-left: 1.5rem;
  }
}
body.page-home section.carousel .header-wrapper .title {
  text-align: left;
}
@media (max-width: 991.98px) {
  body.page-home section.carousel .header-wrapper .title {
    text-align: center;
  }
}
body.page-home section.carousel .header-wrapper .description {
  max-width: 900px;
  margin-top: 1em;
  margin-left: 0;
  text-align: left;
}
@media (max-width: 991.98px) {
  body.page-home section.carousel .header-wrapper .description {
    text-align: center;
  }
}
body.page-home section.carousel #carousel {
  margin-top: 6.25em;
}
@media (max-width: 991.98px) {
  body.page-home section.carousel #carousel {
    margin-top: 5em;
  }
}
@media (max-width: 767.98px) {
  body.page-home section.carousel #carousel {
    margin-top: 2.5em;
  }
}
@media (max-width: 575.98px) {
  body.page-home section.carousel #carousel {
    padding: 5px;
  }
}
body.page-home section.carousel #carousel .item {
  aspect-ratio: 265/491;
  height: 500px;
  margin: 5px 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
body.page-home section.carousel #carousel .item::before {
  content: "";
  width: 100%;
  height: 40%;
  bottom: 0;
  position: absolute;
  background: #080101;
  background: linear-gradient(0deg, #080101 0%, rgba(3, 0, 0, 0.68) 33.99%, rgba(0, 0, 0, 0.5) 68.97%, rgba(14, 9, 53, 0) 100%);
}
@media (max-width: 767.98px) {
  body.page-home section.carousel #carousel .item {
    height: 350px;
  }
}
@media (max-width: 575.98px) {
  body.page-home section.carousel #carousel .item {
    width: 100%;
    height: 400px;
  }
}
body.page-home section.carousel #carousel .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  body.page-home section.carousel #carousel .item img {
    object-position: top;
  }
}
body.page-home section.carousel #carousel .item .content-wrapper {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1.5rem;
}
body.page-home section.carousel #carousel .item .content-wrapper h4 {
  font-family: "Lato", sans-serif;
  color: #020e1d;
  font-size: 1.625rem;
  margin: 0;
  color: white;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 767.98px) {
  body.page-home section.carousel #carousel .item .content-wrapper h4 {
    font-size: 1.5rem;
  }
}
body.page-home section.carousel #carousel .item .content-wrapper p {
  font-family: "Lato", sans-serif;
  color: #020e1d;
  margin: 1em 0 0;
  font-size: 1.25rem;
  color: white;
  text-align: left;
}
@media (max-width: 767.98px) {
  body.page-home section.carousel #carousel .item .content-wrapper p {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  body.page-home section.carousel .flickity-viewport {
    overflow: visible;
  }
}
body.page-home section.carousel .flickity-page-dots {
  bottom: -55px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body.page-home section.carousel .flickity-page-dots {
    bottom: -3em;
  }
}
@media (max-width: 575.98px) {
  body.page-home section.carousel .flickity-page-dots {
    bottom: -2em;
  }
}
body.page-home section.carousel .flickity-page-dots .dot {
  width: 11px;
  height: 11px;
  outline: none;
  transition: 150ms;
  margin-left: 4px;
  margin-right: 4px;
  background: #dfdcef;
  opacity: 1;
}
body.page-home section.carousel .flickity-page-dots .dot.is-selected {
  border-radius: 10px;
  transition: 150ms;
  width: 35px;
  background-color: #0e0934;
}
body.page-home section.easy-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8.75rem 1.5rem;
}
@media (max-width: 1199.98px) {
  body.page-home section.easy-steps {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 991.98px) {
  body.page-home section.easy-steps {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
body.page-home section.easy-steps .fixed-width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
@media (min-width: 768px) {
  body.page-home section.easy-steps .fixed-width {
    padding-left: 7px;
  }
}
body.page-home section.easy-steps .title {
  text-align: left;
}
body.page-home section.easy-steps .description {
  margin-top: 0.5em;
  text-align: left;
}
body.page-home section.easy-steps .steps {
  margin-top: 40px;
  padding-left: 0;
}
@media (max-width: 575.98px) {
  body.page-home section.easy-steps .steps {
    padding-left: 0;
  }
}
body.page-home section.easy-steps .steps li {
  display: flex;
  padding-bottom: 70px;
  position: relative;
}
@media (max-width: 767.98px) {
  body.page-home section.easy-steps .steps li {
    padding-bottom: 2rem;
    align-items: initial;
  }
}
body.page-home section.easy-steps .steps li:last-child {
  padding-bottom: 0;
}
body.page-home section.easy-steps .steps li:last-child::before {
  display: none;
}
body.page-home section.easy-steps .steps li::before {
  content: "";
  width: 3px;
  min-height: 180px;
  margin-left: 30px;
  margin-top: 0;
  position: absolute;
  background: black;
  z-index: -1;
}
@media (max-width: 767.98px) {
  body.page-home section.easy-steps .steps li::before {
    margin-left: 25px;
  }
}
@media (max-width: 575.98px) {
  body.page-home section.easy-steps .steps li::before {
    margin-top: 0;
    top: 0;
    bottom: 0;
  }
}
body.page-home section.easy-steps .steps li .counter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  color: #130b33;
  background: white;
  border-radius: 50%;
  border: 3px solid #130b33;
  flex-shrink: 0;
  line-height: 1px;
  font-family: "Merriweather", serif;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  body.page-home section.easy-steps .steps li .counter {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
}
body.page-home section.easy-steps .steps .content {
  padding-left: 46px;
  position: relative;
}
@media (max-width: 575.98px) {
  body.page-home section.easy-steps .steps .content {
    padding-left: 15px;
  }
}
body.page-home section.easy-steps .steps .content .steps-title {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  body.page-home section.easy-steps .steps .content .steps-title {
    font-size: 1.35rem;
  }
}
body.page-home section.easy-steps .steps .content .steps-description {
  margin: 0;
  padding: 0;
  margin-top: 6px;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  body.page-home section.easy-steps .steps .content .steps-description {
    font-size: 18px;
  }
}
body.page-home section.easy-steps .action-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7.5rem;
  column-gap: 2rem;
}
@media (max-width: 767.98px) {
  body.page-home section.easy-steps .action-buttons {
    margin-top: 4rem;
  }
}
@media (max-width: 575.98px) {
  body.page-home section.easy-steps .action-buttons {
    gap: 1rem;
    flex-wrap: wrap;
  }
}
body.page-home section.easy-steps .action-buttons .btn-why {
  padding: 1rem 2.4375rem;
  font-family: "Lato", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  transition: 150ms;
  text-decoration: none;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  transition: 200ms;
  background-color: white;
  color: #0e0934;
  border-color: #0e0934;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  body.page-home section.easy-steps .action-buttons .btn-why {
    font-size: 1rem;
    padding: 0.9rem 2rem;
  }
}
body.page-home section.easy-steps .action-buttons .btn-why:hover {
  color: white;
  background-color: #0e0934;
}
body.page-home section.easy-steps .action-buttons .btn-order-pickup {
  padding: 1rem 2.4375rem;
  font-family: "Lato", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  transition: 150ms;
  text-decoration: none;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  transition: 200ms;
  background-color: #5f36ff;
  color: white;
  border-color: #5f36ff;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  body.page-home section.easy-steps .action-buttons .btn-order-pickup {
    font-size: 1rem;
    padding: 0.9rem 2rem;
  }
}
body.page-home section.easy-steps .action-buttons .btn-order-pickup:hover {
  background-color: #2f00e9;
  border-color: #2f00e9;
}
body.page-home section.easy-steps .bg-left {
  position: absolute;
  left: 0;
  z-index: -1;
}
body.page-home section.easy-steps .bg-right {
  position: absolute;
  right: 0;
  margin-top: 170px;
  z-index: -1;
}
body.page-home section.reviews {
  padding-top: 8em;
  padding-bottom: 8em;
}
@media (max-width: 991.98px) {
  body.page-home section.reviews {
    padding-top: 7em;
    padding-bottom: 7em;
  }
}
@media (max-width: 767.98px) {
  body.page-home section.reviews {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
body.page-home section.reviews .description {
  margin-top: 0.5em;
}
body.page-home section.reviews .item {
  height: 100%;
  padding: 1.5em;
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 1.5em;
}
body.page-home section.reviews .item .stars-wrapper {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
}
body.page-home section.reviews .item .stars-wrapper i {
  color: #ffcd17;
  font-size: 1.5rem;
}
body.page-home section.reviews .item .message {
  font-family: "Lato", sans-serif;
  color: #020e1d;
  font-size: 1.625rem;
  margin-bottom: 0;
  text-align: left;
  font-size: 1.375rem;
  flex: 1;
}
@media (max-width: 767.98px) {
  body.page-home section.reviews .item .message {
    font-size: 1.15rem;
  }
}
body.page-home section.reviews .item .name {
  font-family: "Lato", sans-serif;
  color: #020e1d;
  font-size: 1.625rem;
  margin-bottom: 0;
  text-align: left;
  color: #8e8e8e;
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  body.page-home section.reviews .item .name {
    font-size: 1rem;
  }
}
body.page-home section.accordion {
  padding-top: 8em;
  padding-bottom: 8em;
}
@media (max-width: 991.98px) {
  body.page-home section.accordion {
    padding-top: 7em;
    padding-bottom: 7em;
  }
}
@media (max-width: 767.98px) {
  body.page-home section.accordion {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
body.page-home section.accordion .description {
  max-width: 750px;
  margin-top: 0.5em;
}
body.page-home section.accordion .description a {
  color: #020e1d;
}
body.page-home section.accordion .description a:hover {
  color: #5600f8;
}
body.page-home section.accordion #accordion {
  margin-top: 5em;
}
@media (max-width: 991.98px) {
  body.page-home section.accordion #accordion {
    margin-top: 4em;
  }
}
@media (max-width: 767.98px) {
  body.page-home section.accordion #accordion {
    margin-top: 3em;
  }
}
body.page-home section.accordion #accordion .accordion-item {
  margin-bottom: 1em;
  border: 0;
}
body.page-home section.accordion #accordion .accordion-item .accordion-header button {
  font-family: "Lato", sans-serif;
  color: #020e1d;
  font-size: 1.5rem;
  outline: 0;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  body.page-home section.accordion #accordion .accordion-item .accordion-header button {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  body.page-home section.accordion #accordion .accordion-item .accordion-header button {
    font-size: 1.15rem;
  }
}
body.page-home section.accordion #accordion .accordion-item .accordion-header button:hover {
  background-color: rgba(170, 250, 219, 0.5882352941);
}
body.page-home section.accordion #accordion .accordion-item .accordion-header button:not(.collapsed) {
  background-color: rgba(170, 250, 219, 0.5882352941);
}
body.page-home section.accordion #accordion .accordion-item .accordion-header button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
body.page-home section.accordion #accordion .accordion-item .accordion-header button:focus {
  border: 0 !important;
  box-shadow: none !important;
}
body.page-home section.accordion #accordion .accordion-item .accordion-body {
  font-family: "Lato", sans-serif;
  color: #020e1d;
  font-size: 1.125rem;
  text-align: left;
}
@media (max-width: 767.98px) {
  body.page-home section.accordion #accordion .accordion-item .accordion-body {
    font-size: 1rem;
  }
}

div.page-hvorfor-JetClean .main-section {
  padding: calc(86px + 108px) 1.5rem 10.3125em;
}
@media (max-width: 767.98px) {
  div.page-hvorfor-JetClean .main-section {
    padding-top: calc(46px + 83px);
    padding-bottom: 6em;
  }
}
div.page-hvorfor-JetClean .main-section .title {
  font-family: "Merriweather", serif;
  font-weight: bold;
  color: #020e1d;
  font-size: 3.875rem;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
  color: #001632;
}
@media (max-width: 991.98px) {
  div.page-hvorfor-JetClean .main-section .title {
    font-size: 3.15rem;
  }
}
@media (max-width: 767.98px) {
  div.page-hvorfor-JetClean .main-section .title {
    font-size: 2.625rem;
  }
}
@media (max-width: 767.98px) {
  div.page-hvorfor-JetClean .main-section .title {
    padding-left: 25px;
    padding-right: 25px;
  }
}
div.page-hvorfor-JetClean .main-section .description {
  font-family: "Lato", sans-serif;
  color: #020e1d;
  font-size: 1.8125rem;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  max-width: 600px;
}
@media (max-width: 991.98px) {
  div.page-hvorfor-JetClean .main-section .description {
    font-size: 1.64rem;
  }
}
@media (max-width: 767.98px) {
  div.page-hvorfor-JetClean .main-section .description {
    font-size: 1.5rem;
  }
}
div.page-hvorfor-JetClean .main-section a {
  padding: 1rem 2.4375rem;
  font-family: "Lato", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  transition: 150ms;
  text-decoration: none;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  transition: 200ms;
  background-color: #5f36ff;
  color: white;
  border-color: #5f36ff;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
}
@media (max-width: 767.98px) {
  div.page-hvorfor-JetClean .main-section a {
    font-size: 1rem;
    padding: 0.9rem 2rem;
  }
}
div.page-hvorfor-JetClean .main-section a:hover {
  background-color: #2f00e9;
  border-color: #2f00e9;
}
@media (max-width: 767.98px) {
  div.page-hvorfor-JetClean .main-section a {
    margin-top: 48px;
  }
}
div.page-hvorfor-JetClean .why-jetclean {
  padding: 200px 30px;
}
@media (max-width: 767.98px) {
  div.page-hvorfor-JetClean .why-jetclean {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
div.page-hvorfor-JetClean .why-jetclean .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 935px;
  margin: 0 auto;
}
div.page-hvorfor-JetClean .why-jetclean .item:not(:last-child) {
  margin-bottom: 350px;
}
@media (max-width: 991.98px) {
  div.page-hvorfor-JetClean .why-jetclean .item:not(:last-child) {
    margin-bottom: 280px;
  }
}
@media (max-width: 767.98px) {
  div.page-hvorfor-JetClean .why-jetclean .item:not(:last-child) {
    margin-bottom: 150px;
  }
}
@media (max-width: 767.98px) {
  div.page-hvorfor-JetClean .why-jetclean .item {
    justify-content: start;
    flex-wrap: wrap;
  }
  div.page-hvorfor-JetClean .why-jetclean .item img {
    width: 80%;
    margin-bottom: 2rem;
    align-self: flex-start;
  }
  div.page-hvorfor-JetClean .why-jetclean .item .description-container {
    order: 1;
  }
}
div.page-hvorfor-JetClean .why-jetclean .item .description {
  margin-top: 1em;
}
div.page-hvorfor-JetClean .why-jetclean .item a.button {
  font-family: "Lato", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  transition: 150ms;
  text-decoration: none;
  display: inline-block;
  transition: 200ms;
  color: #0e0934;
  margin-top: 2em;
  display: flex;
  align-items: center;
  line-height: 100%;
  column-gap: 0.75em;
}
@media (max-width: 767.98px) {
  div.page-hvorfor-JetClean .why-jetclean .item a.button {
    font-size: 1rem;
  }
}
div.page-hvorfor-JetClean .why-jetclean .item a.button:hover {
  color: #3120b6;
}
div.page-hvorfor-JetClean .why-jetclean .item a.button:hover {
  column-gap: 1em;
}
div.page-hvorfor-JetClean .why-jetclean .item a.button i {
  margin-top: 2px;
  font-size: 0.8em;
}
div.page-hvorfor-JetClean .why-jetclean .item .spacing-right {
  margin-right: 75px;
}
@media (max-width: 991.98px) {
  div.page-hvorfor-JetClean .why-jetclean .item .spacing-right {
    margin-right: 35px;
  }
}
@media (max-width: 767.98px) {
  div.page-hvorfor-JetClean .why-jetclean .item .spacing-right {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  div.page-hvorfor-JetClean .why-jetclean .item picture {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
div.page-hvorfor-JetClean .why-jetclean .content {
  margin-top: 25px;
}
div.page-hvorfor-JetClean .why-jetclean .content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div.page-hvorfor-JetClean .why-jetclean .content li {
  display: flex;
  justify-content: initial;
  align-items: center;
  margin-bottom: 1em;
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  div.page-hvorfor-JetClean .why-jetclean .content li {
    font-size: 1rem;
  }
}
div.page-hvorfor-JetClean .why-jetclean .content li i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  margin-right: 1.25em;
  border-radius: 50%;
  color: #3fe5b3;
  background-color: rgba(216, 250, 240, 0.4);
  border: 1px solid rgba(216, 250, 240, 0.6);
}
div.page-hvorfor-JetClean .CO2 {
  padding: 8em 1.5em;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3.5em;
  align-items: center;
}
@media (max-width: 991.98px) {
  div.page-hvorfor-JetClean .CO2 {
    padding-top: 7em;
    padding-bottom: 7em;
    gap: 3em;
  }
}
@media (max-width: 767.98px) {
  div.page-hvorfor-JetClean .CO2 {
    padding-top: 5em;
    padding-bottom: 5em;
    grid-template-columns: 1fr;
    gap: 2em;
  }
}
div.page-hvorfor-JetClean .CO2 img {
  width: 200px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  div.page-hvorfor-JetClean .CO2 img {
    width: 175px;
  }
}
@media (max-width: 767.98px) {
  div.page-hvorfor-JetClean .CO2 img {
    width: 150px;
  }
}
@media (max-width: 767.98px) {
  div.page-hvorfor-JetClean .CO2 .title {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  div.page-hvorfor-JetClean .CO2 .description {
    text-align: center;
  }
}

body.page-erhverv .main-section {
  padding: calc(4em + 108px) 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
@media (max-width: 767.98px) {
  body.page-erhverv .main-section {
    padding-top: calc(46px + 83px);
    grid-template-columns: 1fr;
    gap: 3em;
  }
}
body.page-erhverv .main-section .content-wrapper {
  padding-bottom: 4em;
}
@media (max-width: 767.98px) {
  body.page-erhverv .main-section .content-wrapper {
    padding-bottom: 0;
  }
}
body.page-erhverv .main-section .content-wrapper .title {
  font-family: "Merriweather", serif;
  font-weight: bold;
  color: #020e1d;
  font-size: 3.875rem;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.4em;
  color: #0e0934;
}
@media (max-width: 991.98px) {
  body.page-erhverv .main-section .content-wrapper .title {
    font-size: 3.15rem;
  }
}
@media (max-width: 767.98px) {
  body.page-erhverv .main-section .content-wrapper .title {
    font-size: 2.625rem;
  }
}
@media (max-width: 991.98px) {
  body.page-erhverv .main-section .content-wrapper .title {
    font-size: 2.7rem;
  }
}
@media (max-width: 767.98px) {
  body.page-erhverv .main-section .content-wrapper .title {
    text-align: center;
    font-size: 2.4rem;
  }
}
body.page-erhverv .main-section .content-wrapper .description {
  font-family: "Lato", sans-serif;
  color: #020e1d;
  font-size: 1.8125rem;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  margin-top: 1.25rem;
}
@media (max-width: 991.98px) {
  body.page-erhverv .main-section .content-wrapper .description {
    font-size: 1.64rem;
  }
}
@media (max-width: 767.98px) {
  body.page-erhverv .main-section .content-wrapper .description {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  body.page-erhverv .main-section .content-wrapper .description {
    text-align: center;
  }
}
body.page-erhverv .main-section .content-wrapper a {
  padding: 1rem 2.4375rem;
  font-family: "Lato", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  transition: 150ms;
  text-decoration: none;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  transition: 200ms;
  background-color: #5f36ff;
  color: white;
  border-color: #5f36ff;
  margin-top: 2rem;
  display: block;
  width: fit-content;
}
@media (max-width: 767.98px) {
  body.page-erhverv .main-section .content-wrapper a {
    font-size: 1rem;
    padding: 0.9rem 2rem;
  }
}
body.page-erhverv .main-section .content-wrapper a:hover {
  background-color: #2f00e9;
  border-color: #2f00e9;
}
@media (max-width: 767.98px) {
  body.page-erhverv .main-section .content-wrapper a {
    margin-left: auto;
    margin-right: auto;
  }
}
body.page-erhverv .main-section img {
  width: 100%;
  padding-top: 2em;
  align-self: end;
}
@media (max-width: 767.98px) {
  body.page-erhverv .main-section img {
    max-width: 400px;
    padding-top: 0;
    justify-self: center;
  }
}
body.page-erhverv section.services {
  padding-top: 8em;
  padding-bottom: 8em;
}
@media (max-width: 991.98px) {
  body.page-erhverv section.services {
    padding-top: 7em;
    padding-bottom: 7em;
  }
}
@media (max-width: 767.98px) {
  body.page-erhverv section.services {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
body.page-erhverv section.services .content-wrapper {
  margin-bottom: 6em;
}
@media (max-width: 767.98px) {
  body.page-erhverv section.services .content-wrapper {
    margin-bottom: 4em;
  }
}
body.page-erhverv section.services .content-wrapper .item {
  height: 100%;
  padding: 1.5em;
  border-radius: 10px;
  border: 1px solid #dfdcef;
  display: flex;
  flex-direction: column;
}
body.page-erhverv section.services .content-wrapper .item--first-child {
  padding-top: 0;
  padding-left: 0;
  border: 0;
}
body.page-erhverv section.services .content-wrapper .item--first-child .title {
  font-family: "Lato", sans-serif;
}
body.page-erhverv section.services .content-wrapper .item--first-child .tags-container {
  display: flex;
  gap: 0.35em;
  flex-wrap: wrap;
}
body.page-erhverv section.services .content-wrapper .item--first-child .tags-container a {
  padding: 0.5em 0.75em;
  display: inline-block;
  font-size: 0.75rem;
  text-decoration: none;
  line-height: 100%;
  color: #44D1A7;
  background-color: #0e0934;
  border-radius: 6px;
  transition: 200ms;
}
body.page-erhverv section.services .content-wrapper .item--first-child .tags-container a:hover {
  opacity: 0.8;
}
body.page-erhverv section.services .content-wrapper .item img {
  height: 85px;
  width: fit-content;
}
@media (max-width: 767.98px) {
  body.page-erhverv section.services .content-wrapper .item img {
    height: 65px;
  }
}
body.page-erhverv section.services .content-wrapper .item .subtitle {
  font-weight: bold;
  text-transform: uppercase;
  color: #0e0934;
}
body.page-erhverv section.services .content-wrapper .item .description {
  font-size: 1em !important;
  font-weight: 400 !important;
  flex: 1;
  color: #0e0934;
}
body.page-erhverv section.services .content-wrapper .item a.button {
  font-family: "Lato", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  transition: 150ms;
  text-decoration: none;
  display: inline-block;
  transition: 200ms;
  color: #0e0934;
  display: flex;
  align-items: center;
  column-gap: 0.75em;
  font-size: 1rem;
  line-height: 100%;
  color: #020e1d;
}
@media (max-width: 767.98px) {
  body.page-erhverv section.services .content-wrapper .item a.button {
    font-size: 1rem;
  }
}
body.page-erhverv section.services .content-wrapper .item a.button:hover {
  color: #3120b6;
}
body.page-erhverv section.services .content-wrapper .item a.button:hover {
  column-gap: 1em;
}
body.page-erhverv section.services .content-wrapper .item a.button i {
  margin-top: 2px;
  font-size: 0.8em;
}
body.page-erhverv section.contact {
  padding-top: 8em;
  padding-bottom: 8em;
}
@media (max-width: 991.98px) {
  body.page-erhverv section.contact {
    padding-top: 7em;
    padding-bottom: 7em;
  }
}
@media (max-width: 767.98px) {
  body.page-erhverv section.contact {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
body.page-erhverv section.contact .title {
  color: white;
}
@media (min-width: 992px) {
  body.page-erhverv section.contact .title {
    font-size: 3.875rem;
  }
}
body.page-erhverv section.contact .content-wrapper {
  margin-top: 4em;
  display: grid;
  grid-template-columns: 0.55fr 0.45fr;
  column-gap: 4em;
  row-gap: 1em;
}
@media (max-width: 991.98px) {
  body.page-erhverv section.contact .content-wrapper {
    column-gap: 2em;
  }
}
@media (max-width: 767.98px) {
  body.page-erhverv section.contact .content-wrapper {
    grid-template-columns: 1fr;
    margin-top: 2em;
  }
}
body.page-erhverv section.contact .content-wrapper .content-text-wrapper p {
  color: white;
}
@media (min-width: 992px) {
  body.page-erhverv section.contact .content-wrapper .content-text-wrapper p {
    font-size: 1.875rem;
  }
}
body.page-erhverv section.contact .content-wrapper .content-form-wrapper {
  padding: 2em 2em 3em;
  border-radius: 10px;
  background-color: #aafadb;
}
@media (max-width: 767.98px) {
  body.page-erhverv section.contact .content-wrapper .content-form-wrapper {
    padding: 1.5em 1.5em 2em;
  }
}
body.page-erhverv section.contact .content-wrapper .content-form-wrapper .title {
  color: #0e0934;
  font-family: "Lato", sans-serif;
  font-size: 1.625rem;
}
@media (max-width: 767.98px) {
  body.page-erhverv section.contact .content-wrapper .content-form-wrapper .title {
    font-size: 1.5rem;
  }
}
body.page-erhverv section.contact .content-wrapper .content-form-wrapper .description {
  margin-top: 0.25em;
  font-family: "Lato", sans-serif;
  font-size: 1.375rem;
}
@media (max-width: 767.98px) {
  body.page-erhverv section.contact .content-wrapper .content-form-wrapper .description {
    font-size: 1rem;
  }
}
body.page-erhverv section.contact .content-wrapper .content-form-wrapper form {
  margin-top: 2em;
}
body.page-erhverv section.contact .content-wrapper .content-form-wrapper form input {
  padding: 0.85em 1.5em;
  border-radius: 6px;
  border: 1px solid #39f3b8;
}
@media (max-width: 767.98px) {
  body.page-erhverv section.contact .content-wrapper .content-form-wrapper form input {
    padding: 0.65em 1em;
  }
}
body.page-erhverv section.contact .content-wrapper .content-form-wrapper form input::-webkit-input-placeholder {
  color: #cbcbcb !important;
}
body.page-erhverv section.contact .content-wrapper .content-form-wrapper form input:-ms-input-placeholder {
  color: #cbcbcb !important;
}
body.page-erhverv section.contact .content-wrapper .content-form-wrapper form input::placeholder {
  color: #cbcbcb !important;
}
body.page-erhverv section.contact .content-wrapper .content-form-wrapper form button {
  padding: 1rem 2.4375rem;
  font-family: "Lato", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  transition: 150ms;
  text-decoration: none;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  transition: 200ms;
  background-color: #5f36ff;
  color: white;
  border-color: #5f36ff;
  width: 100%;
}
@media (max-width: 767.98px) {
  body.page-erhverv section.contact .content-wrapper .content-form-wrapper form button {
    font-size: 1rem;
    padding: 0.9rem 2rem;
  }
}
body.page-erhverv section.contact .content-wrapper .content-form-wrapper form button:hover {
  background-color: #2f00e9;
  border-color: #2f00e9;
}

div.page-priser {
  --search-spacing: 2.5em;
}
@media (max-width: 767.98px) {
  div.page-priser {
    --search-spacing: 1.75em;
  }
}
div.page-priser .main-section {
  padding-top: calc(46px + 58px);
  padding-bottom: 4em;
}
@media (max-width: 767.98px) {
  div.page-priser .main-section {
    padding-top: calc(46px + 83px);
    padding-bottom: 2.5em;
  }
}
div.page-priser .main-section .title {
  font-family: "Merriweather", serif;
  font-weight: bold;
  color: #020e1d;
  font-size: 3.875rem;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
  color: #001632;
}
@media (max-width: 991.98px) {
  div.page-priser .main-section .title {
    font-size: 3.15rem;
  }
}
@media (max-width: 767.98px) {
  div.page-priser .main-section .title {
    font-size: 2.625rem;
  }
}
@media (max-width: 767.98px) {
  div.page-priser .main-section .title {
    padding-left: 25px;
    padding-right: 25px;
  }
}
div.page-priser .main-section .description {
  font-family: "Lato", sans-serif;
  color: #020e1d;
  font-size: 1.8125rem;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  max-width: 805px;
}
@media (max-width: 991.98px) {
  div.page-priser .main-section .description {
    font-size: 1.64rem;
  }
}
@media (max-width: 767.98px) {
  div.page-priser .main-section .description {
    font-size: 1.5rem;
  }
}
div.page-priser section.search {
  padding-bottom: var(--search-spacing);
}
div.page-priser section.search.container {
  max-width: 800px;
}
div.page-priser section.search .search-input {
  position: relative;
  display: flex;
  align-items: center;
}
div.page-priser section.search .search-input input {
  padding: 0.85em 1em 0.85em 3em;
  width: 100%;
  font-size: 1.15rem;
  color: #020e1d;
  border: 1px solid #dfdcef;
  border-radius: 100px;
  outline: 0;
}
div.page-priser section.search .search-input input::-webkit-input-placeholder {
  color: #020e1d;
}
div.page-priser section.search .search-input input:-ms-input-placeholder {
  color: #020e1d;
}
div.page-priser section.search .search-input input::placeholder {
  color: #020e1d;
}
div.page-priser section.search .search-input i {
  position: absolute;
  font-size: 1.25rem;
  left: 1.25em;
  color: #020e1d;
}
div.page-priser section.search .filter-wrapper {
  margin-top: var(--search-spacing);
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  display: flex;
  align-items: center;
  column-gap: 1em;
  flex-wrap: nowrap;
  overflow-x: auto;
}
@media (max-width: 767.98px) {
  div.page-priser section.search .filter-wrapper {
    width: 100%;
  }
}
div.page-priser section.search .filter-wrapper button {
  background-color: transparent;
  font-size: 1.15rem;
  border-radius: 100px;
  border: 0;
  position: relative;
  flex-shrink: 0;
  transition: 200ms;
  padding: 0.5em 1em;
}
div.page-priser section.search .filter-wrapper button .count {
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
  color: white;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  right: 3%;
}
div.page-priser section.search-results {
  padding-top: var(--search-spacing);
  padding-bottom: 8em;
}
div.page-priser section.search-results.container {
  max-width: 800px;
}
div.page-priser section.search-results .search-results-list {
  transition: 300ms;
  overflow-y: hidden;
  position: relative;
  max-height: 100vh;
}
div.page-priser section.search-results .search-results-list a {
  padding: 0.5em 1em;
  margin-top: -0.5em;
  margin-bottom: 1.25em;
  display: block;
  font-size: 1.25rem;
  text-decoration: none;
  color: #0e0934;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 200ms;
  border: 2px solid white;
}
div.page-priser section.search-results .search-results-list a:hover {
  background-color: #f8f8f8;
  border-color: #f4f4f4;
}
div.page-priser section.search-results .see-more-prices {
  margin-top: 4em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.page-priser section.search-results .see-more-prices button {
  padding: 0.75em 1.5em;
  color: #464264;
  background-color: white;
  border: 1px solid #dfdcef;
  border-radius: 100px;
  z-index: 1;
  transition: 200ms;
}
div.page-priser section.search-results .see-more-prices button:hover {
  background-color: #464264;
  color: white;
}
div.page-priser section.search-results .see-more-prices .divider {
  width: 100%;
  position: absolute;
  height: 2px;
  background-color: #dfdcef;
}
div.page-priser section.accordion {
  padding-top: 8em;
  padding-bottom: 8em;
}
@media (max-width: 991.98px) {
  div.page-priser section.accordion {
    padding-top: 7em;
    padding-bottom: 7em;
  }
}
@media (max-width: 767.98px) {
  div.page-priser section.accordion {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
@media (max-width: 767.98px) {
  div.page-priser section.accordion {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
div.page-priser section.accordion .description {
  max-width: 750px;
  margin-top: 0.5em;
}
div.page-priser section.accordion .description a {
  color: #020e1d;
}
div.page-priser section.accordion .description a:hover {
  color: #5600f8;
}
div.page-priser section.accordion #accordion {
  margin-top: 5em;
}
@media (max-width: 991.98px) {
  div.page-priser section.accordion #accordion {
    margin-top: 4em;
  }
}
@media (max-width: 767.98px) {
  div.page-priser section.accordion #accordion {
    margin-top: 3em;
  }
}
div.page-priser section.accordion #accordion .accordion-item {
  margin-bottom: 1em;
  border: 0;
}
div.page-priser section.accordion #accordion .accordion-item .accordion-header button {
  font-family: "Lato", sans-serif;
  color: #020e1d;
  font-size: 1.5rem;
  outline: 0;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  div.page-priser section.accordion #accordion .accordion-item .accordion-header button {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  div.page-priser section.accordion #accordion .accordion-item .accordion-header button {
    font-size: 1.15rem;
  }
}
div.page-priser section.accordion #accordion .accordion-item .accordion-header button:hover {
  background-color: rgba(170, 250, 219, 0.5882352941);
}
div.page-priser section.accordion #accordion .accordion-item .accordion-header button:not(.collapsed) {
  background-color: rgba(170, 250, 219, 0.5882352941);
}
div.page-priser section.accordion #accordion .accordion-item .accordion-header button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
div.page-priser section.accordion #accordion .accordion-item .accordion-header button:focus {
  border: 0 !important;
  box-shadow: none !important;
}
div.page-priser section.accordion #accordion .accordion-item .accordion-body {
  font-family: "Lato", sans-serif;
  color: #020e1d;
  font-size: 1.125rem;
  text-align: left;
}
@media (max-width: 767.98px) {
  div.page-priser section.accordion #accordion .accordion-item .accordion-body {
    font-size: 1rem;
  }
}
div.page-priser section.services {
  padding-top: 8em;
  padding-bottom: 8em;
}
@media (max-width: 991.98px) {
  div.page-priser section.services {
    padding-top: 7em;
    padding-bottom: 7em;
  }
}
@media (max-width: 767.98px) {
  div.page-priser section.services {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
div.page-priser section.services .description {
  color: #0e0934;
}
div.page-priser section.services .links-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 2em;
  padding-right: 1.25em;
}
@media (max-width: 767.98px) {
  div.page-priser section.services .links-wrapper {
    row-gap: 1em;
  }
}
div.page-priser section.services .links-wrapper a {
  font-family: "Lato", sans-serif;
  color: #020e1d;
  font-size: 1.5rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  div.page-priser section.services .links-wrapper a {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  div.page-priser section.services .links-wrapper a {
    font-size: 1.15rem;
  }
}
div.page-priser section.services .links-wrapper a:hover i {
  transform: translateX(10px);
}
div.page-priser section.services .links-wrapper a i {
  font-size: 0.8em;
  transition: 200ms;
}

.filter-wrapper {
  position: relative;
}
.filter-wrapper .animation {
  position: absolute;
  height: 100%;
  border-radius: 100px;
  border: 1px solid #020e1d;
  background-color: white;
  top: 0;
  z-index: 0;
  transition: all 300ms ease 0s;
}
.filter-wrapper button {
  z-index: 1;
}
.filter-wrapper button:nth-child(1) {
  width: 160px;
}
.filter-wrapper button:nth-child(2) {
  width: 140px;
}
.filter-wrapper button:nth-child(3) {
  width: 110px;
}
.filter-wrapper button:nth-child(4) {
  width: 160px;
}
.filter-wrapper button:nth-child(5) {
  width: 125px;
}

html,
body {
  overflow-x: clip;
}

body {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
}
body .container {
  --bs-gutter-x: 3rem;
  max-width: 1110px;
}
body section .title {
  font-family: "Merriweather", serif;
  font-weight: bold;
  color: #020e1d;
  font-size: 2.125rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  body section .title {
    font-size: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  body section .title {
    font-size: 1.5rem;
  }
}
body section .description {
  font-family: "Lato", sans-serif;
  color: #020e1d;
  font-size: 1.625rem;
  margin: 0;
  padding: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  body section .description {
    font-size: 1.325rem;
  }
}
@media (max-width: 767.98px) {
  body section .description {
    font-size: 1.125rem;
  }
}

/* Style for the pagination links container */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* Style for the pagination links */
.pagination {
    list-style-type: none;
    padding: 0;
    display: flex;
}

.page-item {
    margin: 0 5px;
}

.page-link {
    display: block;
    padding: 6px 12px;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.page-link:hover {
    background-color: #f2f2f2;
}

.page-link.active {
    background-color: #007bff;
    color: #fff;
}

.page-link.disabled {
    pointer-events: none;
    color: #bbb;
}

/* Mobile view styles */
@media (max-width: 768px) {
    .pagination-wrapper {
        flex-wrap: nowrap; /* Prevent wrapping, enable horizontal scrolling */overflow-y: hidden;
    }
    .page-item {
        margin: 0 5px;
    }
    .page-link {
        font-size: 12px;
        padding: 4px 8px;
    }
}
@media (max-width: 620px) {
    .small-text-620 {
        font-size: 2rem !important;
    }
}@media (max-width: 470px) {
    .small-text-620 {
        font-size: 1.3rem !important;
    }
}
/* Style for the "No products found" message */
.no-results {
    text-align: center;
    margin-top: 20px;
    color: #888;
}

.no-results p {
    font-size: 18px;
}
.category-button.active {
    background-color: white !important;
    border-radius: 100px !important;
    border: 1px solid black !important;
}
div.page-priser section.search .filter-wrapper button .category-button.active {
    background-color: white !important;
    border-radius: 100px !important;
    border: 1px solid black !important;
}


.BestilButton {
    padding: 1rem 2.4375rem;
    font-family: "Lato", sans-serif;
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
    border-radius: 6px;
    transition: 150ms;
    text-decoration: none;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    transition: 200ms;
    background-color: #5f36ff;
    color: white;
    border-color: #5f36ff;
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
}
@media (max-width: 767.98px) {
    .BestilButton {
        font-size: 1rem;
        padding: 0.9rem 2rem;
    }
}
.BestilButton:hover {
    background-color: #2f00e9;
    border-color: #2f00e9;
}
@media (max-width: 767.98px) {
    .BestilButton {
        margin-top: 48px;
    }
}
