* {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #4d453f;
  line-height: 1.2em;
  font-family: "Outfit", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus-visible {
  outline-color: #4d453f;
}

body {
  background-color: #f3efe7;
}

#bgCanvas {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.animated-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.animated-bg img {
  position: absolute;
  width: 100%;
  filter: blur(20px);
}
.animated-bg img:first-of-type {
  top: -50%;
  right: -50%;
  animation: floatLoopFirst 10s linear infinite alternate;
  width: 100vw;
}
.animated-bg img:last-of-type {
  bottom: -50%;
  left: -10%;
  animation: floatLoopLast 15s linear infinite alternate;
  width: 80vw;
}

@keyframes floatLoopFirst {
  0% {
    transform: translate(0, 0) scale(1) rotate(0);
  }
  25% {
    transform: translate(-5%, 10%) scale(1.05) rotate(30deg);
  }
  50% {
    transform: translate(-80%, 25%) scale(1.5) rotate(30deg);
  }
  75% {
    transform: translate(-45%, 3%) scale(0.8) rotate(0deg);
  }
  100% {
    transform: translate(-1%, 0) scale(1.3) rotate(10deg);
  }
}
@keyframes floatLoopLast {
  0% {
    transform: translate(0, 0) scale(1) rotate(0);
  }
  25% {
    transform: translate(-10%, -10%) scale(1.05) rotate(-60deg);
  }
  50% {
    transform: translate(3%, -5%) scale(1.15) rotate(-30deg);
  }
  75% {
    transform: translate(0%, -20%) scale(1.5) rotate(30deg);
  }
  100% {
    transform: translate(-10%, 10%) scale(1) rotate(-20deg);
  }
}
main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100svh;
  gap: 140px;
}
main .coming-soon-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
main .coming-soon-header #animacio {
  height: 48px;
  width: 48px;
}
main .coming-soon-header #animacio svg path {
  fill: #4d453f;
}
main .coming-soon-header h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 44px */
  letter-spacing: -0.4px;
}
main .coming-soon-header p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.18px;
}
main .coming-soon-header .form-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
main .coming-soon-header .form-container form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 0;
}
main .coming-soon-header .form-container form input {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  letter-spacing: -0.14px;
  background-color: transparent;
  height: 68px;
}
main .coming-soon-header .form-container form input[type=email] {
  padding: 24px;
  border-top-left-radius: 3em;
  border-bottom-left-radius: 3em;
  border: 1px solid #98897e;
  border-right: 0;
}
main .coming-soon-header .form-container form .gdpr {
  grid-column: 1/-1;
  font-size: 12px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
main .coming-soon-header .form-container form .gdpr input {
  display: none;
}
main .coming-soon-header .form-container form .gdpr:before {
  content: "";
  border: 1px solid #4d453f;
  display: inline-block;
  width: 12px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
}
main .coming-soon-header .form-container form .gdpr:has(input:checked):before {
  background-color: #4d453f;
}
main .coming-soon-header .form-container form button {
  height: 68px;
  width: 72px;
  border-top-right-radius: 3em;
  border-bottom-right-radius: 3em;
  position: relative;
  border: 1px solid #98897e;
  border-left: 0;
  background-color: transparent;
  grid-column: 2/3;
  grid-row: 1/2;
  cursor: pointer;
}
main .coming-soon-header .form-container form button .line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background-color: #4d453f;
}
main .coming-soon-header .form-container form button .line:last-of-type {
  transform: translate(-50%, -50%) rotate(90deg);
}
main .coming-soon-header .form-container ul {
  display: flex;
  list-style-type: none;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
main .coming-soon-header .form-container ul li a {
  display: flex;
}
main .jet-form-builder {
  display: flex !important;
  flex-direction: column;
}
main .jet-form-builder .wp-block-columns {
  gap: 0;
  display: grid;
  grid-template-columns: auto 1fr;
}
main .jet-form-builder .wp-block-columns .wp-block-column {
  flex-grow: 1;
}
main .jet-form-builder .wp-block-columns .field-type-checkbox-field {
  grid-column: 1/-1;
}
main .jet-form-builder .wp-block-columns .field-type-checkbox-field input {
  display: none;
}
main .jet-form-builder .jet-form-builder__field-label.for-checkbox > span {
  grid-column: 1/-1;
  font-size: 12px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
main .jet-form-builder .jet-form-builder__field-label.for-checkbox > span::before {
  content: "";
  border: 1px solid #4d453f;
  display: inline-block;
  min-width: 12px;
  height: 12px;
  width: 12px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
}
main .jet-form-builder .jet-form-builder__field-label.for-checkbox > span:focus::before {
  outline: 1px solid #4d453f;
}
main .jet-form-builder .field-type-checkbox-field .jet-form-builder__field-label.for-checkbox :checked + span::before {
  background-color: #4d453f;
  background-image: none;
  border-color: #4d453f;
}
main .jet-form-builder .field-type-checkbox-field .jet-form-builder__field-label.for-checkbox :not(:disabled):not(:checked):hover + span::before {
  border-color: #4d453f !important;
}
main .jet-form-builder .field-type-checkbox-field .jet-form-builder__field-label.for-checkbox :not(:disabled):active + span::before {
  background-color: transparent;
}
main .jet-form-builder .jet-form-builder__submit {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .jet-form-builder .jet-form-builder__submit:before {
  content: url("/wp-content/themes/enismeditalok/inc/assets/img/plus.svg");
}
main .jet-form-builder-messages-wrap .jet-form-builder-message {
  border-radius: 3em;
}

@media only screen and (max-width: 1024px) {
  .animated-bg img:first-of-type {
    top: -10%;
    right: -20%;
    width: 120vw;
  }
  .animated-bg img:last-of-type {
    bottom: -20%;
    left: -15%;
    width: 150vw;
  }
}

/*# sourceMappingURL=main.css.map */
