/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/project/general/scss/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable-next-line scss/at-rule-no-unknown */
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.plus-minus-icon {
  position: relative;
  cursor: pointer;
  --crest-icon-size: 14px;
}
.plus-minus-icon::before, .plus-minus-icon::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  background-color: #004547;
  transition: transform 0.3s ease;
}
.plus-minus-icon::before {
  height: 2px;
  width: var(--crest-icon-size);
  transform: translateY(-50%);
}
.plus-minus-icon::after {
  height: var(--crest-icon-size);
  width: 2px;
  transform: translate(-5.8px, -50%);
}
.plus-minus-icon.active::after, .is-expanded > .plus-minus-icon::after {
  transform: translate(-5.8px, -50%) rotate(-90deg);
}

@font-face {
  font-family: Gotham-light;
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url(/dist/fonts/Gotham_Light.woff2) format("woff2"), url(/dist/fonts/Gotham_Light.woff) format("woff");
}
@font-face {
  font-family: Gotham-book;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(/dist/fonts/Gotham_Book.woff2) format("woff2"), url(/dist/fonts/Gotham_Book.woff) format("woff");
}
@font-face {
  font-family: Gotham-medium;
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url(/dist/fonts/Gotham_Medium.woff2) format("woff2"), url(/dist/fonts/Gotham_Medium.woff) format("woff");
}
@font-face {
  font-family: Gotham-bold;
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url(/dist/fonts/Gotham_Bold.woff2) format("woff2"), url(/dist/fonts/Gotham_Bold.woff) format("woff");
}
/*  reset default styles */
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

a {
  color: #004547;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  vertical-align: top;
}

[data-whatinput=mouse] *:focus,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *:focus-visible,
[data-whatintent=touch] *:focus-visible {
  outline: none;
}

.is-mobile-and-tablet {
  display: none;
}
@media screen and (max-width: 1023px) {
  .is-mobile-and-tablet {
    display: block;
  }
}

.spacing-wrapper {
  overflow: hidden;
  padding-top: var(--sw-top-size);
  padding-bottom: var(--sw-bottom-size);
}

.spacing-none {
  --sw-bottom-size: 0;
}

.spacing-top-none {
  --sw-top-size: 0;
}

.spacing-small {
  --sw-bottom-size: 25px;
}
@media screen and (min-width: 1024px) {
  .spacing-small {
    --sw-bottom-size: 25px;
  }
}

.spacing-top-small {
  --sw-top-size: 25px;
}
@media screen and (min-width: 1024px) {
  .spacing-top-small {
    --sw-top-size: 25px;
  }
}

.spacing-medium {
  --sw-bottom-size: 40px;
}
@media screen and (min-width: 1024px) {
  .spacing-medium {
    --sw-bottom-size: 70px;
  }
}

.spacing-top-medium {
  --sw-top-size: 40px;
}
@media screen and (min-width: 1024px) {
  .spacing-top-medium {
    --sw-top-size: 55px;
  }
}

.spacing-large {
  --sw-bottom-size: 40px;
}
@media screen and (min-width: 1024px) {
  .spacing-large {
    --sw-bottom-size: 80px;
  }
}

.spacing-top-large {
  --sw-top-size: 40px;
}
@media screen and (min-width: 1024px) {
  .spacing-top-large {
    --sw-top-size: 80px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --header-mobile-height: 66px;
  --header-desktop-height: 80px;
  --full-size-vh: calc(var(--vh, 1vh) * 100);
}

html {
  -webkit-text-size-adjust: 100%;
}
html.scroll-locked {
  overflow: hidden;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  font-family: Gotham-book, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media screen and (max-width: 1023px) {
  body.nav-open {
    position: fixed;
  }
}
body.product-page {
  padding-bottom: 80px;
}
.scroll-locked body {
  overflow: hidden;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

.container-narrow {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 768px) {
  .container-narrow {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container-medium {
  max-width: 1056px;
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 768px) {
  .container-medium {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container-wide {
  max-width: 1324px;
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 768px) {
  .container-wide {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container {
  max-width: 1600px;
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.umb-block-grid__layout-item {
  overflow-y: visible;
}

.button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  appearance: none;
  position: relative;
  height: 48px;
  line-height: 48px;
  padding: 0 31px;
  border-radius: 24px;
  font-size: 14px;
  letter-spacing: -0.01em;
  background: #004547;
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.button:hover {
  background: #1a5859;
}
.button--massive {
  width: 100%;
  height: 72px;
  line-height: 72px;
  border-radius: 36px;
  text-align: center;
  justify-content: center;
}
.button--lime {
  background: #e5ff66;
  color: #004547;
  --arrow-color: #004547 !important;
  --before-icon-color: #004547 !important;
}
.button--lime:hover {
  background: #d9f35a;
}
.button--grey {
  background: #edebeb;
  color: #004547;
  --arrow-color: #004547 !important;
  --before-icon-color: #004547 !important;
}
.button--grey:hover {
  background: #004547;
  color: #ffffff;
  --arrow-color: #ffffff !important;
  --before-icon-color: #ffffff !important;
}
.button--keyline {
  color: #004547;
  background: transparent;
  border: 2px solid rgba(0, 69, 71, 0.2);
  --arrow-color: #004547 !important;
  --before-icon-color: #004547 !important;
  transition: border-color 0.3s ease;
}
.button--keyline:hover {
  background: transparent;
  border-color: #004547;
}
.button--keyline-dark {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.2);
  --arrow-color: #ffffff;
  --before-icon-color: #ffffff;
  transition: border-color 0.3s ease;
}
.button--keyline-dark:hover {
  background: transparent;
  border-color: #ffffff;
}
.button--arrow-right, .button--cta {
  --arrow-position-x-offset: 0;
  --arrow-position-x: calc(1px + var(--arrow-position-x-offset));
  --arrow-width: 10px;
  --arrow-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 28px;
}
.button--arrow-right::after, .button--cta::after {
  display: block;
  position: relative;
  content: "";
  background-color: var(--arrow-color);
  mask-image: url(/dist/images/right-angle-fe5a7d913fec939fd363.svg);
  mask-repeat: repeat-x;
  mask-position: var(--arrow-position-x) center;
  mask-size: var(--arrow-width) 11px;
  width: var(--arrow-width);
  height: 11px;
  transition: background-color, mask-position 0.3s ease;
}
.button--arrow-right:hover, .button--arrow-right:focus-visible, .button--cta:hover, .button--cta:focus-visible {
  --arrow-position-x-offset: var(--arrow-width);
}
.button--search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 31px 0 51px;
  --before-icon-color: #ffffff;
}
.button--search::before {
  position: absolute;
  content: "";
  left: 26px;
  top: 16px;
  width: 16px;
  height: 16px;
  background: var(--before-icon-color);
  mask-image: url(/dist/images/search-d95cfc881b2f081cbfe5.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
}
.button--arrow-round-left, .button--arrow-round-right {
  --arrow-color: #004547;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
}
.button--arrow-round-left::after, .button--arrow-round-right::after {
  display: block;
  position: relative;
  content: "";
  background-color: var(--arrow-color);
  mask-image: url(/dist/images/right-angle-fe5a7d913fec939fd363.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  width: 10px;
  height: 15px;
}
.button--arrow-round-left.is-on-white, .button--arrow-round-right.is-on-white {
  background: transparent;
  border: 2px solid rgba(0, 69, 71, 0.2);
}
.button--arrow-round-left.is-on-white:hover, .button--arrow-round-left.is-on-white:focus-visible, .button--arrow-round-right.is-on-white:hover, .button--arrow-round-right.is-on-white:focus-visible {
  border: 2px solid #004547;
}
.button--arrow-round-left.is-grey, .button--arrow-round-right.is-grey {
  border: none;
  background: #edebeb;
  --arrow-color: #004547;
}
.button--arrow-round-left.is-grey:hover, .button--arrow-round-left.is-grey:focus-visible, .button--arrow-round-right.is-grey:hover, .button--arrow-round-right.is-grey:focus-visible {
  background: #e5ff66;
}
.button--arrow-round-left.is-lime, .button--arrow-round-right.is-lime {
  background: #e5ff66;
  --arrow-color: #004547;
}
.button--arrow-round-left.is-on-dark, .button--arrow-round-right.is-on-dark {
  border: 2px solid rgba(255, 255, 255, 0.3);
  --arrow-color: #ffffff;
  transition: border-color 0.3s ease;
}
.button--arrow-round-left.is-on-dark:hover, .button--arrow-round-right.is-on-dark:hover {
  background: transparent;
  border-color: #ffffff;
}
.button--arrow-round-left::after {
  transform: rotate(180deg);
}

.swiper-button-prev.button--arrow-round-left::after,
.swiper-button-next.button--arrow-round-right::after {
  content: "";
  font-family: inherit;
}

.button__text {
  padding-top: 0.1cap;
}

.umbraco-forms-field-wrapper,
.form__input {
  position: relative;
}
.umbraco-forms-field-wrapper:has(input)::after,
.form__input:has(input)::after {
  position: absolute;
  content: "";
  background-color: #004547;
  width: 0;
  height: 4px;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease;
}
.umbraco-forms-field-wrapper:focus-visible::after, .umbraco-forms-field-wrapper:focus-within::after, .umbraco-forms-field-wrapper:hover::after,
.form__input:focus-visible::after,
.form__input:focus-within::after,
.form__input:hover::after {
  width: 100%;
}
.umbraco-forms-field-wrapper:has(input.input-validation-error)::after,
.form__input:has(input.input-validation-error)::after {
  top: 32px;
  left: unset;
  right: 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  background-color: transparent;
  background-image: url(/dist/images/crest-icon-6a3f9257c996a9b51514.svg);
}
.umbraco-forms-field-wrapper:has(input.valid)::after,
.form__input:has(input.valid)::after {
  top: 32px;
  left: unset;
  right: 0;
  width: 19px;
  height: 15px;
  background-size: cover;
  background-color: transparent;
  background-image: url(/dist/images/form-tick-success-d7a36d5bc93901d68305.svg);
}
.umbraco-forms-field-wrapper input[type=text],
.umbraco-forms-field-wrapper input[type=number],
.umbraco-forms-field-wrapper input[type=email],
.form__input input[type=text],
.form__input input[type=number],
.form__input input[type=email] {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  width: 100%;
  border: none;
  border-bottom: 4px solid #edebeb;
  height: 69px;
  font-size: 32px;
  font-weight: 750;
  letter-spacing: -0.01em;
  color: #004547;
  padding-bottom: 20px;
  text-transform: uppercase;
  transition: border-color 0.3s ease;
}
.umbraco-forms-field-wrapper input[type=text]::placeholder,
.umbraco-forms-field-wrapper input[type=number]::placeholder,
.umbraco-forms-field-wrapper input[type=email]::placeholder,
.form__input input[type=text]::placeholder,
.form__input input[type=number]::placeholder,
.form__input input[type=email]::placeholder {
  color: rgba(0, 69, 71, 0.3);
}
.umbraco-forms-field-wrapper input[type=text].input-validation-error,
.umbraco-forms-field-wrapper input[type=number].input-validation-error,
.umbraco-forms-field-wrapper input[type=email].input-validation-error,
.form__input input[type=text].input-validation-error,
.form__input input[type=number].input-validation-error,
.form__input input[type=email].input-validation-error {
  border-color: #ca3a3a;
}
.umbraco-forms-field-wrapper input[type=text].valid,
.umbraco-forms-field-wrapper input[type=number].valid,
.umbraco-forms-field-wrapper input[type=email].valid,
.form__input input[type=text].valid,
.form__input input[type=number].valid,
.form__input input[type=email].valid {
  border-color: #004547;
}
.umbraco-forms-field-wrapper input[type=text]:focus, .umbraco-forms-field-wrapper input[type=text]:focus-visible, .umbraco-forms-field-wrapper input[type=text]:hover,
.umbraco-forms-field-wrapper input[type=number]:focus,
.umbraco-forms-field-wrapper input[type=number]:focus-visible,
.umbraco-forms-field-wrapper input[type=number]:hover,
.umbraco-forms-field-wrapper input[type=email]:focus,
.umbraco-forms-field-wrapper input[type=email]:focus-visible,
.umbraco-forms-field-wrapper input[type=email]:hover,
.form__input input[type=text]:focus,
.form__input input[type=text]:focus-visible,
.form__input input[type=text]:hover,
.form__input input[type=number]:focus,
.form__input input[type=number]:focus-visible,
.form__input input[type=number]:hover,
.form__input input[type=email]:focus,
.form__input input[type=email]:focus-visible,
.form__input input[type=email]:hover {
  outline: none;
}
.umbraco-forms-field-wrapper input[type=checkbox],
.form__input input[type=checkbox] {
  appearance: none;
  padding-left: 26px;
  position: relative;
  height: auto;
}
.umbraco-forms-field-wrapper input[type=checkbox]::before,
.form__input input[type=checkbox]::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 2px solid #ccdada;
  top: 0;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: background-color, border-color 0.3s ease;
}
.umbraco-forms-field-wrapper input[type=radio],
.form__input input[type=radio] {
  appearance: none;
  padding-left: 26px;
  position: relative;
  height: auto;
}
.umbraco-forms-field-wrapper input[type=radio]::before,
.form__input input[type=radio]::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 2px solid #ccdada;
  border-radius: 50%;
  top: 0;
  left: 0;
  position: absolute;
  transform: translateY(calc(-50% - 3px));
  transition: background-color, border-color 0.3s ease;
}
.umbraco-forms-field-wrapper input[type=checkbox]:checked::before,
.form__input input[type=checkbox]:checked::before {
  border-color: #004547;
  background-color: #004547;
}
.umbraco-forms-field-wrapper input[type=radio]:checked::before,
.form__input input[type=radio]:checked::before {
  border-color: #004547;
}
.umbraco-forms-field-wrapper input[type=radio]:checked::after,
.form__input input[type=radio]:checked::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #004547;
  transform: translate(50%, calc(-50% - 3px));
}
.umbraco-forms-field-wrapper input[type=checkbox]::before,
.form__input input[type=checkbox]::before {
  background-image: url(/dist/images/tick-icon-adc3b203f5eec01686b3.svg);
}
.umbraco-forms-field-wrapper:has(input[type=checkbox])::after, .umbraco-forms-field-wrapper:has(input[type=radio])::after,
.form__input:has(input[type=checkbox])::after,
.form__input:has(input[type=radio])::after {
  display: none;
}
.umbraco-forms-field-wrapper:has(input[type=checkbox]) input[type=checkbox]:focus-visible::before,
.umbraco-forms-field-wrapper:has(input[type=checkbox]) input[type=radio]:focus-visible::before, .umbraco-forms-field-wrapper:has(input[type=radio]) input[type=checkbox]:focus-visible::before,
.umbraco-forms-field-wrapper:has(input[type=radio]) input[type=radio]:focus-visible::before,
.form__input:has(input[type=checkbox]) input[type=checkbox]:focus-visible::before,
.form__input:has(input[type=checkbox]) input[type=radio]:focus-visible::before,
.form__input:has(input[type=radio]) input[type=checkbox]:focus-visible::before,
.form__input:has(input[type=radio]) input[type=radio]:focus-visible::before {
  outline: 1px solid #004547;
  outline-offset: 4px;
}
.umbraco-forms-field-wrapper label.data-consent,
.form__input label.data-consent {
  font-family: Gotham-book, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  display: inline-block;
  width: calc(100% - 50px);
  transition: opacity 0.3s ease;
}
.umbraco-forms-field-wrapper label.data-consent:hover,
.form__input label.data-consent:hover {
  cursor: pointer;
  opacity: 0.7;
}
.umbraco-forms-field-wrapper h1,
.umbraco-forms-field-wrapper h2,
.umbraco-forms-field-wrapper h3,
.umbraco-forms-field-wrapper h4,
.umbraco-forms-field-wrapper h5,
.form__input h1,
.form__input h2,
.form__input h3,
.form__input h4,
.form__input h5 {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 40px;
  line-height: 0.72;
  letter-spacing: -0.01em;
  color: #004547;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .umbraco-forms-field-wrapper h1,
  .umbraco-forms-field-wrapper h2,
  .umbraco-forms-field-wrapper h3,
  .umbraco-forms-field-wrapper h4,
  .umbraco-forms-field-wrapper h5,
  .form__input h1,
  .form__input h2,
  .form__input h3,
  .form__input h4,
  .form__input h5 {
    font-size: 48px;
  }
}
.umbraco-forms-field-wrapper p,
.form__input p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
.umbraco-forms-field-wrapper .data-consent,
.form__input .data-consent {
  color: #004547;
}
.umbraco-forms-field-wrapper .data-consent a,
.form__input .data-consent a {
  color: inherit;
  border-color: inherit;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid;
  transition: opacity 0.3s ease;
}
.umbraco-forms-field-wrapper .data-consent a:hover, .umbraco-forms-field-wrapper .data-consent a:focus-visible,
.form__input .data-consent a:hover,
.form__input .data-consent a:focus-visible {
  opacity: 0.7;
}
@media screen and (min-width: 1024px) {
  .umbraco-forms-field-wrapper .ss-main, .umbraco-forms-field-wrapper select,
  .form__input .ss-main,
  .form__input select {
    max-width: 30%;
  }
}

.umbraco-forms-field:has(input.input-validation-error) label,
.umbraco-forms-field:has(input.input-validation-error) input[type=text],
.umbraco-forms-field:has(input.input-validation-error) input[type=email] {
  color: #ca3a3a;
}

.umbraco-forms-field + .umbraco-forms-field {
  margin-top: 32px;
}

.field-validation-error {
  font-family: Gotham-book, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #ca3a3a;
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.field-validation-error::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-image: url(/dist/images/form-alert-6926aa550c017e947608.svg);
}

.umbraco-forms-navigation {
  margin-top: 32px;
}
.umbraco-forms-navigation button[type=submit] {
  font-size: 14px;
}

.umbraco-forms-form textarea {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 32px;
}
@media screen and (min-width: 1024px) {
  .umbraco-forms-form textarea {
    font-size: 32px;
  }
}
.umbraco-forms-form textarea {
  resize: none;
  padding: 32px;
  width: 100%;
  border: 4px solid #edebeb;
  border-radius: 4px;
  transition: border-color 0.3s ease;
}
.umbraco-forms-form textarea:focus {
  outline: none;
}
.umbraco-forms-form textarea:focus-visible {
  border-color: #004547;
}
.umbraco-forms-form textarea.input-validation-error {
  border-color: #ca3a3a;
}

.umbraco-forms-label,
.umbraco-forms-legend {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #004547;
  margin-bottom: 24px;
}

.umbraco-forms-tooltip {
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.7;
  color: #004547;
  gap: 8px;
}
.umbraco-forms-tooltip .tooltip {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #edebeb;
  transition: color, background-color 0.3s ease;
}
.umbraco-forms-tooltip .tooltip:focus {
  outline: none;
}
.umbraco-forms-tooltip .tooltip:hover, .umbraco-forms-tooltip .tooltip:focus-visible {
  background-color: #004547;
}
.umbraco-forms-tooltip .tooltip:hover .tooltip-question, .umbraco-forms-tooltip .tooltip:focus-visible .tooltip-question {
  color: #ffffff;
}
.umbraco-forms-tooltip .tooltip:hover .tooltip__body, .umbraco-forms-tooltip .tooltip:focus-visible .tooltip__body {
  display: block;
}
.umbraco-forms-tooltip .tooltip-question {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 750;
  color: #004547;
  font-size: 23px;
  line-height: 1;
  padding-top: 3px;
  transition: color 0.3s ease;
}
.umbraco-forms-tooltip .tooltip__body {
  display: none;
  width: 280px;
  position: absolute;
  bottom: calc(100% + 21px);
  left: 0;
  padding: 21px;
  background-color: #004547;
  color: #ffffff;
  line-height: 1.4;
  text-align: left;
}
.umbraco-forms-tooltip .tooltip__body::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  border: 9px solid transparent;
  border-left: 9px solid #004547;
  border-top: 9px solid #004547;
}
@media screen and (max-width: 767px) {
  .umbraco-forms-tooltip .tooltip__body {
    transform: translateX(-100%);
  }
  .umbraco-forms-tooltip .tooltip__body::after {
    left: unset;
    right: 0;
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 1023px) {
  .umbraco-forms-field.dataconsent input[type=checkbox] {
    height: 14px;
  }
}

.form__input-radio-check:has(input[type=checkbox]) label, .form__input-radio-check:has(input[type=radio]) label {
  display: flex;
  height: 100%;
}

.form__container {
  max-width: 920px;
  margin: 0 auto;
}

.umbraco-forms-ronseal .checkbox-list,
.umbraco-forms-ronseal .radio-list {
  display: grid;
  gap: 10px;
}
.umbraco-forms-ronseal .checkbox-list label,
.umbraco-forms-ronseal .radio-list label {
  font-family: Gotham-book, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #004547;
  font-size: 14px;
  transition: opacity 0.3s ease;
}
.umbraco-forms-ronseal .checkbox-list label:hover,
.umbraco-forms-ronseal .radio-list label:hover {
  cursor: pointer;
  opacity: 0.7;
}

.input__label {
  color: #004547;
}

/* global styles for SVG */
.icon {
  vertical-align: top;
  fill: currentColor;
}
.icon path {
  fill: inherit;
}

.responsive-media > img, .responsive-media > video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.of-cover {
  object-fit: cover;
}

.of-contain {
  object-fit: contain;
}

.op-top {
  object-position: 50% 0;
}

.op-bottom {
  object-position: 50% 100%;
}

.op-left {
  object-position: 0 50%;
}

.op-right {
  object-position: 100% 50%;
}

.op-top-left {
  object-position: 0 0;
}

.op-top-right {
  object-position: 100% 0;
}

.op-bottom-left {
  object-position: 0 100%;
}

.op-bottom-right {
  object-position: 100% 100%;
}

.transparent-overlay::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.has-theme-deep-teal {
  --font-colour: #ffffff;
  --bg-colour: #004547;
  --dots-colour: 255, 255, 255;
  --current-dot-colour: #e5ff66;
}

.has-theme-stone {
  --font-colour: #004547;
  --bg-colour: #edebeb;
  --dots-colour: 00, 45, 47;
  --current-dot-colour: #004547;
}

.has-theme-bright-teal {
  --font-colour: #004547;
  --bg-colour: #94f5d4;
  --dots-colour: 00, 45, 47;
  --current-dot-colour: #004547;
}

.has-theme-violet {
  --font-colour: #004547;
  --bg-colour: #adb5ff;
  --dots-colour: 00, 45, 47;
  --current-dot-colour: #004547;
}

.link-underlined {
  color: #004547;
  display: inline-block;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.link-underlined:before {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -4px;
  background: rgba(0, 69, 71, 0.3);
}
.link-underlined:after {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  bottom: -4px;
  background: #004547;
  transition: width 0.3s ease;
}
.link-underlined:hover, .link-underlined:focus, .link-underlined:active {
  color: #004547;
  text-decoration: none;
}
.link-underlined:hover:after, .link-underlined:focus:after, .link-underlined:active:after {
  width: 100%;
}

.richtext {
  color: #004547;
  font-size: 16px;
}
.spacing-wrapper .richtext {
  max-width: 1056px;
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 768px) {
  .spacing-wrapper .richtext {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
  color: #004547;
  margin-bottom: 20px;
}
.richtext h1 {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 56px;
}
@media screen and (min-width: 1024px) {
  .richtext h1 {
    font-size: 88px;
  }
}
.richtext h2 {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 48px;
}
@media screen and (min-width: 1024px) {
  .richtext h2 {
    font-size: 80px;
  }
}
.richtext h3 {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 48px;
}
@media screen and (min-width: 1024px) {
  .richtext h3 {
    font-size: 72px;
  }
}
.richtext h3.sans-heading {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  line-height: 1.3;
  text-transform: none;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .richtext h3.sans-heading {
    font-size: 28px;
    line-height: 3.2;
    margin-bottom: 0;
  }
}
.richtext .sans-header {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 48px;
}
@media screen and (min-width: 1024px) {
  .richtext .sans-header {
    font-size: 72px;
  }
}
.richtext .sans-header {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  line-height: 1.3;
  text-transform: none;
  margin-bottom: 20px;
  color: #004547;
}
@media screen and (min-width: 1024px) {
  .richtext .sans-header {
    font-size: 28px;
    line-height: 3.2;
    margin-bottom: 0;
  }
}
.richtext h4 {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 48px;
}
@media screen and (min-width: 1024px) {
  .richtext h4 {
    font-size: 64px;
  }
}
.richtext h5 {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 40px;
}
@media screen and (min-width: 1024px) {
  .richtext h5 {
    font-size: 48px;
  }
}
.richtext h6 {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 26px;
}
@media screen and (min-width: 1024px) {
  .richtext h6 {
    font-size: 32px;
  }
}
.richtext p {
  margin-bottom: 20px;
  line-height: 1.6;
}
.richtext p:last-child {
  margin-bottom: 0;
}
.richtext blockquote {
  margin-bottom: 30px;
  line-height: 1.6;
  position: relative;
  padding-left: 32px;
  color: #004547;
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 48px;
}
@media screen and (min-width: 1024px) {
  .richtext blockquote {
    font-size: 64px;
  }
}
.richtext blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 9px;
  height: 100%;
  background: #e5ff66;
}
@media screen and (min-width: 768px) {
  .richtext blockquote {
    margin-bottom: 40px;
  }
}
.richtext blockquote:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .richtext blockquote:last-child {
    margin-bottom: 0;
  }
}
.richtext ul {
  margin-bottom: 20px;
  line-height: 1.6;
}
.richtext ul:last-child {
  margin-bottom: 0;
}
.richtext ul li {
  position: relative;
  padding: 0 0 4px 23px;
}
.richtext ul li:last-child {
  padding-bottom: 0;
}
.richtext ul li::before {
  display: block;
  position: absolute;
  content: "";
  background: #004547;
  left: 10px;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.richtext ul li > .tick {
  display: inline-block;
  position: relative;
  padding-left: 6px;
}
.richtext ul li > .tick::before, .richtext ul li > .tick::after {
  display: block;
  position: absolute;
  content: "";
  left: -23px;
  top: 0;
  width: 19px;
  height: 25px;
}
.richtext ul li > .tick::before {
  background: #ffffff;
}
.richtext ul li > .tick::after {
  background: #004547;
  mask-image: url(/dist/images/tick-icon-adc3b203f5eec01686b3.svg);
  mask-repeat: no-repeat;
  mask-size: 19px 25px;
  mask-position: 0 0;
}
.richtext ol {
  margin-top: 0;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.6;
  padding-left: 23px;
}
.richtext ol:last-child {
  margin-bottom: 0;
}
.richtext ol li {
  padding: 0 0 20px;
}
.richtext ol li::marker {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.richtext table {
  border-left: none;
  border-right: none;
  color: #004547;
}
.richtext table th,
.richtext table td {
  padding: 15px 0;
  border-color: #1a5859;
  border-left: none;
  border-right: none;
  text-align: left;
}
.richtext table th {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.richtext a {
  color: #004547;
  display: inline-block;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.richtext a:before {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -4px;
  background: rgba(0, 69, 71, 0.3);
}
.richtext a:after {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  bottom: -4px;
  background: #004547;
  transition: width 0.3s ease;
}
.richtext a:hover, .richtext a:focus, .richtext a:active {
  color: #004547;
  text-decoration: none;
}
.richtext a:hover:after, .richtext a:focus:after, .richtext a:active:after {
  width: 100%;
}
.richtext a:before, .richtext a:after {
  bottom: 5px;
}
.richtext img {
  max-width: 100%;
  height: auto;
}

#cookiebanner {
  box-sizing: border-box;
  opacity: 1;
  padding: 0;
  position: fixed;
  z-index: 2147483645;
  bottom: -800px;
  width: 100%;
}
#cookiebanner .c-header,
#cookiebanner .cb__title {
  margin-bottom: 16px;
  font-size: 18px;
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
#cookiebanner .c-message {
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 40px;
}

.cookie-container {
  padding: 45px 30px;
  background: #336a6c;
  color: #ffffff;
  box-shadow: 0 16px 36px 0 rgba(0, 0, 0, 0.17);
  text-align: left;
}
@media screen and (min-width: 768px) {
  .cookie-container {
    padding: 55px 50px;
  }
}

.c-close-btn {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  appearance: none;
  display: block;
  position: absolute;
  top: 27px;
  right: 27px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  place-items: center;
  border: none;
  padding: 0;
}
.c-close-btn::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  mask-image: url(/dist/images/large-crest-icon-afea7d531a35c7d2023c.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 100%;
  height: 100%;
}

#c-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#c-buttons .button {
  width: 100%;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #c-buttons {
    flex-direction: row;
    gap: 8px;
    justify-content: flex-start;
  }
  #c-buttons .button {
    width: auto;
  }
}

#settings {
  display: none;
  width: 0;
  height: 0;
}

.settings-header {
  font-size: 18px;
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: none;
  margin-bottom: 32px;
}

.cookie-settings-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .cookie-settings-wrapper {
    flex-direction: row;
  }
}

.settings-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.settings-cookie {
  display: flex;
  flex-direction: column;
  flex: 1;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .settings-cookie {
    margin-right: 32px;
  }
}

.settings-title {
  display: flex;
  justify-content: space-between;
}

.show {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.cb__checkbox {
  display: none;
}
.cb__checkbox + label {
  display: block;
  position: relative;
  width: 45px;
  height: 24px;
  font-size: 0;
  line-height: 0;
  background-color: #777772;
  border-radius: 13px;
  cursor: pointer;
  margin-bottom: 14px;
}
.cb__checkbox + label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
.cb__checkbox + label:before {
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 14px;
  color: #ffffff;
}
.cb__checkbox:checked + label {
  background-color: #e5ff66;
}
.cb__checkbox:checked + label:after {
  left: calc(100% - 23px);
}
.cb__checkbox:checked + label:before {
  content: "";
  position: absolute;
  right: auto;
  left: 10px;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/project/lazysizes/scss/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}
