/*! 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;
.ebook-page {
  .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-\[50px\] {
    margin-top: 50px;
  }
  .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;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\[\#fff\] {
    background-color: #fff;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .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-ebook {
    font-family: var(--font-primary-ebook);
  }
  .\!text-\[30px\] {
    font-size: 30px !important;
  }
  .\!leading-\[36px\] {
    --tw-leading: 36px !important;
    line-height: 36px !important;
  }
  .text-\[\#000\] {
    color: #000;
  }
  .text-\[\#404040\] {
    color: #404040;
  }
  .text-\[\#989898\] {
    color: #989898;
  }
  .text-\[\#ccc\] {
    color: #ccc;
  }
  .text-\[\#fff\] {
    color: #fff;
  }
  .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;
  }
  .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-\[42\%\] {
    @media (width >= 1200px) {
      width: 42% !important;
    }
  }
  .xl\:\!w-\[58\%\] {
    @media (width >= 1200px) {
      width: 58% !important;
    }
  }
  .xl\:\!flex-row {
    @media (width >= 1200px) {
      flex-direction: row !important;
    }
  }
  .xl\:\!pl-\[22px\] {
    @media (width >= 1200px) {
      padding-left: 22px !important;
    }
  }
  .\[\&_ol\]\:\!list-decimal {
    & ol {
      list-style-type: decimal !important;
    }
  }
  .\[\&_ol\]\:\!pl-\[40px\] {
    & ol {
      padding-left: 40px !important;
    }
  }
  .\[\&_p\]\:\!mb-2 {
    & p {
      margin-bottom: calc(var(--spacing) * 2) !important;
    }
  }
  .\[\&_ul\]\:\!list-disc {
    & ul {
      list-style-type: disc !important;
    }
  }
  .\[\&_ul\]\:\!pl-\[40px\] {
    & ul {
      padding-left: 40px !important;
    }
  }
}
:root, :host {
  --font-primary-ebook: 'Libre Franklin', sans-serif;
  --color-theme: #2b2b2b;
  --color-header: #404040;
  --bg-theme: #67AEE0;
  --bg-separator: #67AEE0;
  --spacing: 5px;
  --tw-shadow-form: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.partners h3 {
  color: var(--color-header);
  font-weight: 800;
  margin: 0 0 25px;
  font-size: 20px;
  line-height: 22px;
  font-family: var(--font-primary-ebook);
}
.partners.list-wrapper ul {
  margin: calc(var(--spacing) * 0);
  display: grid;
  list-style-type: none !important;
  grid-template-columns: auto auto auto;
  align-items: center;
  column-gap: 12px;
  padding: calc(var(--spacing) * 0);
}
.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 {
  position: absolute;
  bottom: -200px;
  z-index: 1;
  margin-bottom: 10px;
  display: none;
  width: 100%;
  border-radius: 9px;
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #16a34a;
  background-color: #fff;
  padding: 28px;
  font-size: 16px;
  color: #16a34a;
  opacity: 100%;
}
.mauticform-checkboxgrp-checkbox {
  opacity: 0;
  position: absolute;
}
.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 {
  padding-left: 30px;
  position: relative;
}
.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;
  padding: 15px 25px !important;
  margin-bottom: 0;
  font-size: 16px;
  color: var(--color-theme);
  font-family: var(--font-family);
}
.mauticform-checkboxgrp-label {
  width: 100%;
  text-align: left;
  line-height: 24px;
  display: flex;
  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-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-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;
    }
  }
}
