/**
 * Breakpoints
 * WordPress Breakpoints: 782px 600px
 * Other Breakpoints: 1280px 960px 425px
 * Example usage:
 *
 *   .container {
 *     flex-direction: column;
 *     @include above(782px) {
 *       flex-direction: row;
 *     }
 *   }
 *
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

summary::-webkit-details-marker {
  display: none;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  color: currentColor;
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

details > summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=submit],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

select {
  display: block;
}

@font-face {
  font-family: "StrandliebeBold";
  src: url("https://mella-holding.bgn.dev/dist/fonts/strandliebe-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "nitti_grotesk_mediumregular";
  src: url("https://mella-holding.bgn.dev/dist/fonts/nitti_grotesk_medium-webfont.woff2") format("woff2"), url("https://mella-holding.bgn.dev/dist/fonts/nitti_grotesk_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  position: relative;
}

[data-animation=heading],
[data-animation=paragraph] {
  opacity: 0;
}
[data-animation=heading] .line,
[data-animation=paragraph] .line {
  overflow: hidden;
}

[data-animation=fade-in] {
  opacity: 0;
  transition: opacity 0.6s;
}
[data-animation=fade-in][data-animation-status=active] {
  opacity: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 30;
}
header:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(77px, 6.1403508772vw, 154px);
  background: linear-gradient(180deg, rgba(228, 228, 228, 0) 0%, #F6F6F6 50%);
  display: block;
}
header .brand {
  position: absolute;
  bottom: clamp(19.8px, 1.5789473684vw, 39.6px);
  left: calc(50vw - clamp(59.4px, 4.7368421053vw, 118.8px));
  width: clamp(118.8px, 9.4736842105vw, 237.6px);
  height: auto;
  opacity: 0;
  transform: translateY(clamp(13.2px, 1.0526315789vw, 26.4px));
  transition: opacity 0.6s, transform 0.6s;
  pointer-events: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
header .brand[data-animation-status=active] {
  opacity: 1;
  transform: translateY(0);
}
header .brand canvas,
header .brand img,
header .brand svg {
  width: 100%;
  height: auto;
  display: block;
}
header .crest {
  position: absolute;
  top: clamp(11.55px, 0.9210526316vw, 23.1px);
  left: calc(50vw - clamp(51.7px, 4.1228070175vw, 103.4px));
  width: clamp(103.4px, 8.2456140351vw, 206.8px);
  pointer-events: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
header .crest canvas,
header .crest img,
header .crest svg {
  width: 100%;
  height: auto;
  display: block;
}

.container {
  background: linear-gradient(180deg, #5F96CD 0%, #E4E4E4 55%, #F6F6F6 100%);
  position: relative;
}
.container[data-animation-status=active]:after {
  opacity: 0;
}
.container[data-animation-status=active] .cloud {
  opacity: 1;
  transform: translate(0, 0) scale(1) !important;
}
.container:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #FFFFFF;
  display: block;
  transition: opacity 1.6s;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 70;
}
.container .inner {
  position: relative;
  min-height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: clamp(148.5px, 11.8421052632vw, 297px) clamp(26.4px, 2.1052631579vw, 52.8px) clamp(90.75px, 7.2368421053vw, 181.5px);
  z-index: 10;
}
.container .note {
  font-family: "nitti_grotesk_mediumregular", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(9.9px, 0.7894736842vw, 19.8px);
  color: #0A2B5E;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.container h1 {
  font-family: "StrandliebeBold", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  font-size: clamp(26.4px, 2.1052631579vw, 52.8px);
  color: #0A2B5E;
  max-width: clamp(506px, 40.350877193vw, 1012px);
  margin: clamp(13.2px, 1.0526315789vw, 26.4px) 0 0;
}
.container .klaviyo-wrapper {
  max-width: clamp(396px, 31.5789473684vw, 792px);
  width: calc(100% - clamp(26.4px, 2.1052631579vw, 52.8px));
  margin: clamp(26.4px, 2.1052631579vw, 52.8px) 0 0;
}
.container .klaviyo-wrapper form {
  padding: 0 !important;
}
.container .klaviyo-wrapper form > .needsclick {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}
.container .klaviyo-wrapper [data-testid=form-row] {
  display: block !important;
}
.container .klaviyo-wrapper [data-testid=form-row]:nth-child(1), .container .klaviyo-wrapper [data-testid=form-row]:nth-child(2) {
  width: calc(50% - clamp(6.6px, 0.5263157895vw, 13.2px)) !important;
}
.container .klaviyo-wrapper [data-testid=form-row]:nth-child(3) {
  width: 100% !important;
  margin: clamp(6.6px, 0.5263157895vw, 13.2px) 0 0 !important;
}
.container .klaviyo-wrapper [data-testid=form-row]:nth-child(4) {
  margin: clamp(13.2px, 1.0526315789vw, 26.4px) 0 0 !important;
}
.container .klaviyo-wrapper [data-testid=form-row]:nth-child(4) div {
  font-family: "nitti_grotesk_mediumregular", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(9.9px, 0.7894736842vw, 19.8px);
  color: #929DAB;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.container .klaviyo-wrapper [data-testid=form-row]:nth-child(4) div a {
  color: #0A2B5E;
  text-decoration: none;
}
.container .klaviyo-wrapper [data-testid=form-row]:nth-child(5) {
  width: 100% !important;
  margin: clamp(13.2px, 1.0526315789vw, 26.4px) 0 0 !important;
}
.container .klaviyo-wrapper [data-testid=form-row]:nth-child(5) .needsclick {
  position: relative;
  align-items: center !important;
  justify-content: center !important;
}
.container .klaviyo-wrapper [data-testid=form-row]:nth-child(5) .needsclick svg:nth-child(2) {
  top: 0;
  left: 0;
}
.container .klaviyo-wrapper [data-testid=form-row]:nth-child(5) label div {
  font-family: "nitti_grotesk_mediumregular", sans-serif !important;
  line-height: 1.2 !important;
  font-size: clamp(9.9px, 0.7894736842vw, 19.8px) !important;
  font-weight: 600 !important;
  color: #0A2B5E !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  margin: 0 !important;
}
.container .klaviyo-wrapper [data-testid=form-row]:nth-child(6) {
  position: absolute !important;
  top: clamp(33px, 2.6315789474vw, 66px) !important;
  right: 0 !important;
  height: clamp(26.4px, 2.1052631579vw, 52.8px) !important;
}
.container .klaviyo-wrapper [data-testid=form-component] {
  padding: 0 !important;
  margin: 0 !important;
}
.container .klaviyo-wrapper input[type=text] {
  font-family: "nitti_grotesk_mediumregular", sans-serif !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #122E52 !important;
  height: clamp(26.4px, 2.1052631579vw, 52.8px) !important;
  color: #122E52 !important;
  background: transparent !important;
  width: 100% !important;
  padding: 0 !important;
  display: block !important;
}
.container .klaviyo-wrapper input[type=email] {
  font-family: "nitti_grotesk_mediumregular", sans-serif !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #122E52 !important;
  height: clamp(26.4px, 2.1052631579vw, 52.8px) !important;
  color: #122E52 !important;
  letter-spacing: 0.08em !important;
  background: transparent !important;
  width: 100% !important;
  padding: 0 clamp(66px, 5.2631578947vw, 132px) 0 0 !important;
  display: block !important;
}
.container .klaviyo-wrapper button {
  font-family: "nitti_grotesk_mediumregular", sans-serif !important;
  background: none !important;
  border-radius: 0 !important;
  color: #0A2B5E !important;
  height: clamp(26.4px, 2.1052631579vw, 52.8px) !important;
  padding: 0 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}
.container .klaviyo-wrapper input[type=submit] {
  display: none !important;
}
.container .cloud {
  position: fixed;
  height: auto;
  display: block;
  opacity: 0;
  transition: transform 1.25s, opacity 1.25s;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 90;
}
.container .cloud.cloud-01 {
  top: 0;
  left: 0;
  width: clamp(139.425px, 11.1184210526vw, 278.85px);
  transform: translate(-30%, -30%) rotate(-15deg);
  transform-origin: top left;
}
@media (min-width: 782px) {
  .container .cloud.cloud-01 {
    width: clamp(278.85px, 22.2368421053vw, 557.7px);
  }
}
.container .cloud.cloud-02 {
  top: 0;
  right: 0;
  width: clamp(172.7px, 13.7719298246vw, 345.4px);
  transform: translate(30%, -30%) rotate(15deg);
  transform-origin: top right;
}
@media (min-width: 782px) {
  .container .cloud.cloud-02 {
    width: clamp(345.4px, 27.5438596491vw, 690.8px);
  }
}
.container .cloud.cloud-03 {
  bottom: 0;
  left: calc(clamp(49.5px, 3.9473684211vw, 99px) * -1);
  width: clamp(199.925px, 15.9429824561vw, 399.85px);
  transform: translate(-30%, 30%) rotate(15deg);
  transform-origin: bottom left;
}
@media (min-width: 782px) {
  .container .cloud.cloud-03 {
    left: 0;
    width: clamp(399.85px, 31.8859649123vw, 799.7px);
  }
}
.container .cloud.cloud-04 {
  bottom: 0;
  right: 0;
  width: clamp(158.4px, 12.6315789474vw, 316.8px);
  transform: translate(30%, 30%) rotate(-15deg);
  transform-origin: bottom right;
}
@media (min-width: 782px) {
  .container .cloud.cloud-04 {
    width: clamp(316.8px, 25.2631578947vw, 633.6px);
  }
}
.container .text-block {
  color: #0A2B5E;
  text-align: left;
  max-width: clamp(396px, 31.5789473684vw, 792px);
  margin: clamp(33px, 2.6315789474vw, 66px) 0 0;
}
.container .text-block h2 {
  font-family: "StrandliebeBold", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  font-size: clamp(12.1px, 0.9649122807vw, 24.2px);
}
.container .text-block h2:nth-child(n+2) {
  margin: clamp(13.2px, 1.0526315789vw, 26.4px) 0 0;
}
.container .text-block p {
  font-family: "nitti_grotesk_mediumregular", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(9.9px, 0.7894736842vw, 19.8px);
  line-height: 1.4;
}
.container .text-block p:nth-child(n+2) {
  margin: clamp(13.2px, 1.0526315789vw, 26.4px) 0 0;
}
.container .text-block ul,
.container .text-block ol {
  list-style-position: outside;
  margin: 0 0 0 clamp(13.2px, 1.0526315789vw, 26.4px);
}
.container .text-block ul:nth-child(n+2),
.container .text-block ol:nth-child(n+2) {
  margin: clamp(13.2px, 1.0526315789vw, 26.4px) 0 0 clamp(13.2px, 1.0526315789vw, 26.4px);
}
.container .text-block ul {
  list-style-type: disc;
}
.container .text-block ol {
  list-style-type: decimal;
}
.container .text-block li {
  font-family: "nitti_grotesk_mediumregular", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(9.9px, 0.7894736842vw, 19.8px);
  line-height: 1.4;
}

@keyframes static {
  100% {
    background-position: 50% 0, 60% 50%;
  }
}
