﻿html,
body {
  font-family: "ReplicaLL", "Inter", sans-serif;
  background: white;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}
body.fixed {
  overflow: hidden;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
@keyframes pulse {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@font-face {
  font-family: "ReplicaLL";
  font-weight: 300;
  src: url("/fonts/ReplicaLLWeb-Light.woff") format("woff");
}
@font-face {
  font-family: "ReplicaLL";
  font-weight: normal;
  src: url("/fonts/ReplicaLLWeb-Regular.woff") format("woff");
}
@font-face {
  font-family: "ReplicaLL";
  font-weight: bold;
  src: url("/fonts/ReplicaLLWeb-Heavy.woff") format("woff");
}
form-field[breezer-form-field].is-template {
  visibility: hidden;
}
display-for[type="image"] img,
display-for[type="document"] img {
  max-width: 100%;
}
editor-for[breezer-editor-for-enum] {
  margin: 0;
}
.br-list[identifier="icon"] list-items {
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 1100px) {
  .br-list[identifier="icon"] list-items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 700px) {
  .br-list[identifier="icon"] list-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
breezer-page.br-list[identifier="page"] form[breezer-list-filter] {
  align-items: end;
}
breezer-page.br-list[identifier="page"] form-field[breezer-form-field] {
  margin-bottom: 0;
}
:root {
  --background-colour: white;
}
html,
body,
#app {
  height: unset;
}
input[type="text"],
input[type="password"] {
  min-width: unset;
  width: 100%;
}
button[disabled] {
  opacity: 0.5;
  cursor: default;
}
button[disabled]:hover {
  opacity: 0.5;
}
.page-actions {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.page-actions a {
  display: block;
  padding: 10px 0;
}
.component-editor carousel-cards {
  flex-direction: row;
  flex-wrap: wrap;
}
.component-editor .hero-carousel {
  overflow: visible;
}
.component-editor .hero-carousel .cards {
  display: block;
  transform: none;
}
.component-editor selectable-slider-panel {
  min-height: 450px;
}
.component-editor switchable-panels-section panel-display panel-container {
  position: relative;
  opacity: 1;
}
.component-editor switchable-panels-section panel-display panel-container > panel-link {
  display: block;
}
.component-editor switchable-panels-section panel-display panel-container > panel-link > * {
  font-family: "ReplicaLL", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  line-height: 1.5em;
  margin: 0.5em 0;
  letter-spacing: 0.02em;
  font-style: italic;
}
.component-editor switchable-panels-section section section-content panel-display panel-container {
  position: relative;
  opacity: 1;
  margin-bottom: 50px;
  pointer-events: all;
}
.component-editor reel-section items-panel {
  display: block;
  overflow: visible;
}
.component-editor reel-section items-panel item-reel {
  display: flex;
  animation: none;
  max-height: unset;
  width: 100%;
  flex-wrap: wrap;
}
.component-editor reel-section items-panel item-reel reel-item img:not([src]) {
  width: 200px;
  height: 200px;
  background: #e7e6e5;
  border-radius: 5px;
}
.component-editor reel-section items-panel item-reel:nth-child(2) {
  display: none;
}
.component-editor collage-panel-section section > div.content {
  max-height: unset;
  min-height: unset;
  overflow: hidden;
}
.component-editor collage-panel-section section > div.content images-panel {
  position: relative !important;
  margin-bottom: 30px;
}
.component-editor collage-panel-section section > div.content images-panel reel image-reel {
  animation: none;
}
.component-editor collage-panel-section section > div.content images-panel reel image-reel:nth-child(2) {
  display: none;
}
.component-editor collage-panel-section section > div.content images-panel reel image-reel img:not([src]) {
  width: 200px;
  height: 200px;
  background: #e7e6e5;
  border-radius: 5px;
}
.component-editor products product-card {
  display: block;
  position: relative;
  z-index: 1;
  margin: 80px 0;
}
.component-editor products product-card product-details > * {
  z-index: 1;
}
.component-editor products product-card product-details > img {
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
}
.component-editor *:has(.ql-toolbar) {
  overflow: visible !important;
}
.component-editor .ql-container {
  font-size: inherit;
}
.component-editor .ql-editor p,
.component-editor .ql-editor ol,
.component-editor .ql-editor ul,
.component-editor .ql-editor pre,
.component-editor .ql-editor blockquote,
.component-editor .ql-editor h1,
.component-editor .ql-editor h2,
.component-editor .ql-editor h3,
.component-editor .ql-editor h4,
.component-editor .ql-editor h5,
.component-editor .ql-editor h6 {
  margin: unset;
  padding: unset;
}
.component-editor .ql-toolbar.ql-snow {
  position: sticky;
  background: white;
  z-index: 1;
  top: 0;
  text-align: left;
}
.component-editor split-text-panel > panel-container > dot-points-container dot-point-text .ql-editor ul > li::before {
  display: none;
}
.component-editor li .text-area-wrapper {
  display: inline-block;
  padding: 10px;
}
.component-editor nav section[data-depth="2"] {
  display: block;
}
.component-editor[data-editing]:has(> .main-menu-item) {
  position: static;
}
.component-editor #cookies {
  opacity: 1;
  position: static;
}
.component-editor no-data-section {
  display: block !important;
}
.component-editor[data-type="RequirementItem"] {
  display: contents;
}
card-content > .component-editor {
  height: 100%;
}
.component-editor:has(+ .component-editor > hub-panels-section) hero-section .hero-content {
  padding-bottom: var(--section-padding);
}
.component-editor[data-type="Link"][data-editing] > a {
  display: flex;
  position: relative;
}
.component-editor[data-type="Link"][data-editing] > a > .component-editor[data-type="HubspotForm"],
.component-editor[data-type="Link"][data-editing] > a component-editor-wrapper > .component-editor[data-type="HubspotForm"] {
  display: block;
  overflow: hidden;
}
.component-editor[data-type="Link"][data-editing] > a > .component-editor[data-type="HubspotForm"] > hubspot-form-container::after,
.component-editor[data-type="Link"][data-editing] > a component-editor-wrapper > .component-editor[data-type="HubspotForm"] > hubspot-form-container::after {
  content: "> FORM";
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 20px;
  border-color: #333;
  border-radius: 3px;
  background-color: #0039ff;
  height: 100%;
  top: 0;
  align-content: center;
}
.component-editor[data-type="Link"][data-editing] > a > .component-editor[data-type="HubspotForm"] > hubspot-form-container > form-preview,
.component-editor[data-type="Link"][data-editing] > a component-editor-wrapper > .component-editor[data-type="HubspotForm"] > hubspot-form-container > form-preview {
  display: none;
}
.component-editor[data-type="Link"] > a {
  display: flex;
  position: relative;
}
.component-editor[data-type="Link"] > a > .component-editor[data-type="HubspotForm"],
.component-editor[data-type="Link"] > a component-editor-wrapper > .component-editor[data-type="HubspotForm"] {
  display: block;
  overflow: hidden;
}
.component-editor[data-type="Link"] > a > .component-editor[data-type="HubspotForm"] > hubspot-form-container > form-preview,
.component-editor[data-type="Link"] > a component-editor-wrapper > .component-editor[data-type="HubspotForm"] > hubspot-form-container > form-preview {
  display: none;
}