/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 5px;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --default-mono-font-family: var(--font-mono);
    --font-primary: 'Libre Franklin', sans-serif;
    --font-secondary: 'Lato', sans-serif;
    --color-theme: #2b2b2b;
    --bg-theme: #67AEE0;
    --bg-separator: #67AEE0;
    --color-header: #404040;
    --tw-shadow-form: 0px 1px 10px rgba(0, 0, 0, 0.1);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--font-primary, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-\[56px\] {
    margin-top: 56px;
  }
  .\!mb-\[20px\] {
    margin-bottom: 20px !important;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[45px\] {
    margin-bottom: 45px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-\[5px\] {
    height: 5px;
  }
  .h-auto {
    height: auto;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[510px\] {
    max-width: 510px;
  }
  .max-w-none {
    max-width: none;
  }
  .list-none {
    list-style-type: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .justify-between {
    justify-content: space-between;
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-\[46px\] {
    column-gap: 46px;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[60px\] {
    border-radius: 60px;
  }
  .rounded-t-lg {
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
  }
  .rounded-b-lg {
    border-bottom-right-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-\[22px\] {
    padding-inline: 22px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .text-left {
    text-align: left;
  }
  .\!font-primary {
    font-family: var(--font-primary) !important;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .\!text-\[30px\] {
    font-size: 30px !important;
  }
  .\!leading-\[36px\] {
    --tw-leading: 36px !important;
    line-height: 36px !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-\[\#383838\] {
    color: #383838;
  }
  .text-\[\#404040\] {
    color: #404040;
  }
  .text-\[\#989898\] {
    color: #989898;
  }
  .text-\[\#ccc\] {
    color: #ccc;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .\!shadow-\[var\(--tw-shadow-form\)\] {
    --tw-shadow: var(--tw-shadow-form) !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .md\:max-xl\:\!px-\[20px\] {
    @media (width >= 768px) {
      @media (width < 1200px) {
        padding-inline: 20px !important;
      }
    }
  }
  .lg\:pl-5 {
    @media (width >= 992px) {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .xl\:\!w-\[45\%\] {
    @media (width >= 1200px) {
      width: 45% !important;
    }
  }
  .xl\:\!w-\[55\%\] {
    @media (width >= 1200px) {
      width: 55% !important;
    }
  }
  .xl\:\!flex-row {
    @media (width >= 1200px) {
      flex-direction: row !important;
    }
  }
  .xl\:\!pl-\[22px\] {
    @media (width >= 1200px) {
      padding-left: 22px !important;
    }
  }
  .\[\&_p\]\:\!mb-2 {
    & p {
      margin-bottom: calc(var(--spacing) * 2) !important;
    }
  }
  .\[\&_p\]\:\!font-primary {
    & p {
      font-family: var(--font-primary) !important;
    }
  }
  .\[\&_p\]\:\!font-secondary {
    & p {
      font-family: var(--font-secondary) !important;
    }
  }
}
.mauticform-select[data-validate-multiple="true"] select option:checked {
  background: linear-gradient(#fff, #fff);
  background-color: #fff;
  color: #2b2b2b;
  -webkit-text-fill-color: #2b2b2b;
}
.mauticform-select[data-validate-multiple="true"] select option {
  margin: 2px;
}
.mauticform-select[data-validate-multiple="true"] select option:hover {
  background-color: #f8f8f8 !important;
  cursor: pointer;
}
.mauticform-select[data-validate-multiple="true"] select option::before {
  content: '';
  display: inline-block;
  width: 20px;
  font-size: 14px;
}
.mauticform-select[data-validate-multiple="true"] option.selected {
  background-color: white;
}
.mauticform-select[data-validate-multiple="true"] option.selected::before {
  content: '\2713';
}
.mauticform-select[data-validate-multiple="true"] select option {
  margin: 2px;
  white-space: normal;
  display: grid;
  grid-template-columns: 20px 1fr;
  margin-bottom: 5px;
}
.mauticform_wrapper form {
  position: relative;
}
.mauticform-message {
  display: none;
  margin-bottom: 10px;
  color: green;
  position: absolute;
  background-color: white;
  bottom: -200px;
  padding: 28px;
  opacity: 1;
  z-index: 1;
  border: 2px solid green;
  border-radius: 9px;
  width: 100%;
  font-size: 16px;
}
.mauticform-checkboxgrp-checkbox {
  float: left;
}
.mauticform-checkboxgrp-label .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #707070;
  background-color: #fff;
}
.mauticform-checkboxgrp-row input ~ .mauticform-checkboxgrp-label .checkmark {
  background-color: #eee;
}
.mauticform-checkboxgrp-row input:checked ~ .mauticform-checkboxgrp-label .checkmark {
  background-color: var(--bg-theme);
}
.mauticform-checkboxgrp-row input:hover ~ .mauticform-checkboxgrp-label .checkmark {
  background-color: var(--bg-theme);
}
.mauticform-checkboxgrp-label:hover {
  cursor: pointer;
}
.mauticform-checkboxgrp-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.mauticform-checkboxgrp-row input:checked ~ .mauticform-checkboxgrp-label .checkmark:after {
  display: block;
}
.mauticform-checkboxgrp-label .checkmark:after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mauticform-checkboxgrp-row {
  position: relative;
}
.mauticform-errormsg + .mauticform-has-error input,.mauticform-errormsg + .mauticform-has-error select {
  border-bottom: 1px solid #a94442;
}
.mauticform-errormsg + .mauticform-has-error select {
  border-bottom: 1px solid #a94442;
}
.mauticform-radiogrp label {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #fff;
}
.mauticform-errormsg {
  display: none !important;
}
.mauticform-radiogrp .mauticform-errormsg {
  border: 0 !important;
  font-size: unset;
  margin-top: 3px !important;
  font-size: 12px;
}
.mauticform-button {
  display: none !important;
}
.mauticform-row {
  position: relative;
}
.mauticform-checkboxgrp-label {
  width: 90%;
  padding-left: 10px;
}
.mauticform-checkboxgrp-checkbox {
  width: 18px;
  height: 18px;
}
.mauticform-input,.mauticform-selectbox {
  background: #ffffff 0% 0% no-repeat padding-box !important;
  border: 1px solid #bcbcbc;
  border-radius: 10px !important;
  opacity: 1;
  height: 50px;
  padding: 15px 25px !important;
  margin-bottom: 0;
  font-size: 16px;
  color: var(--color-theme);
  font-family: var(--font-family);
}
.mauticform-checkboxgrp-label {
  width: 90%;
  text-align: left;
  margin-left: 35px;
  line-height: 24px;
  margin-top: -30px;
  font-size: 14px;
  color: var(--color-theme);
  font-family: var(--font-family);
  font-weight: normal;
}
button#mauticSubmit_trigger {
  cursor: pointer;
  &:hover {
    @media (hover: hover) {
      opacity: 80%;
    }
  }
  &:disabled {
    cursor: wait;
  }
  &:disabled {
    background-color: #c0c0c0 !important;
  }
  background: var(--bg-theme);
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border: 0;
  border-radius: 0;
}
@keyframes l2 {
  to {
    background-size: 100% 3px;
  }
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
