@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: Object Sans; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
}
.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
}
.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}
.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
}
.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-royal{
  color: #CADDFB;
}
.prose-royal :where(h1):not(:where([class~="not-prose"] *)){
  color: #F5F7F9;
  font-size: 42px;
  font-size: [object Object];
}
.prose-royal :where(h2):not(:where([class~="not-prose"] *)){
  color: #F5F7F9;
  font-size: 28px;
  font-size: [object Object];
}
.prose-royal :where(h3):not(:where([class~="not-prose"] *)){
  color: #F5F7F9;
  font-size: 24px;
  font-size: [object Object];
}
.prose-royal :where(h4):not(:where([class~="not-prose"] *)){
  color: #F5F7F9;
  font-size: 18px;
  font-size: [object Object];
}
.prose-royal :where(h5):not(:where([class~="not-prose"] *)){
  color: #F5F7F9;
  font-size: 12px;
  font-size: [object Object];
}
.prose-royal :where(h6):not(:where([class~="not-prose"] *)){
  color: #F5F7F9;
}
.prose-white{
  color: #FFFFFF;
}
.prose-white :where(strong):not(:where([class~="not-prose"] *)){
  color: #FFFFFF;
}
.container {
  max-width: 1160px;
  padding: 0 20px;
}

.grid-default{
  display: -ms-grid;
  display: grid;
  gap: 8px;
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (min-width: 640px) {
  .grid-default{
    -ms-grid-columns: (minmax(0, 1fr))[12];
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-default{
    gap: 32px;
  }
}

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
}

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.bottom-0{
  bottom: 0px;
}

.right-20{
  right: 20px;
}

.top-40{
  top: 40px;
}

.z-20{
  z-index: 20;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.z-10{
  z-index: 10;
}

.order-3{
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.col-span-4{
  -ms-grid-column-span: 4;
  -ms-grid-column: span 4;
  grid-column: span 4 / span 4;
}

.col-span-12{
  -ms-grid-column-span: 12;
  -ms-grid-column: span 12;
  grid-column: span 12 / span 12;
}

.col-span-6{
  -ms-grid-column-span: 6;
  -ms-grid-column: span 6;
  grid-column: span 6 / span 6;
}

.col-span-5{
  -ms-grid-column-span: 5;
  -ms-grid-column: span 5;
  grid-column: span 5 / span 5;
}

.col-span-2{
  -ms-grid-column-span: 2;
  -ms-grid-column: span 2;
  grid-column: span 2 / span 2;
}

.col-span-3{
  -ms-grid-column-span: 3;
  -ms-grid-column: span 3;
  grid-column: span 3 / span 3;
}

.col-start-1{
  -ms-grid-column: 1;
  grid-column-start: 1;
}

.col-start-2{
  -ms-grid-column: 2;
  grid-column-start: 2;
}

.col-end-13{
  grid-column-end: 13;
}

.col-end-8{
  grid-column-end: 8;
}

.row-start-2{
  -ms-grid-row: 2;
  grid-row-start: 2;
}

.row-start-1{
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-20{
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-2{
  margin-top: 2px;
  margin-bottom: 2px;
}

.my-72{
  margin-top: 72px;
  margin-bottom: 72px;
}

.my-24{
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-8{
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-32{
  margin-top: 32px;
  margin-bottom: 32px;
}

.mt-20{
  margin-top: 20px;
}

.mb-42{
  margin-bottom: 42px;
}

.mb-16{
  margin-bottom: 16px;
}

.mb-1{
  margin-bottom: 1px;
}

.mt-32{
  margin-top: 32px;
}

.mt-1{
  margin-top: 1px;
}

.mt-56{
  margin-top: 56px;
}

.mt-72{
  margin-top: 72px;
}

.mt-4{
  margin-top: 4px;
}

.mb-2{
  margin-bottom: 2px;
}

.mt-8{
  margin-top: 8px;
}

.mb-24{
  margin-bottom: 24px;
}

.mb-32{
  margin-bottom: 32px;
}

.mt-16{
  margin-top: 16px;
}

.mt-24{
  margin-top: 24px;
}

.mb-40{
  margin-bottom: 40px;
}

.mb-80{
  margin-bottom: 80px;
}

.mt-40{
  margin-top: 40px;
}

.mt-10{
  margin-top: 10px;
}

.mt-80{
  margin-top: 80px;
}

.mt-48{
  margin-top: 48px;
}

.ml-16{
  margin-left: 16px;
}

.mr-2{
  margin-right: 2px;
}

.mt-6{
  margin-top: 6px;
}

.mt-12{
  margin-top: 12px;
}

.mt-px{
  margin-top: 1px;
}

.mb-20{
  margin-bottom: 20px;
}

.mb-12{
  margin-bottom: 12px;
}

.\!mr-0{
  margin-right: 0px !important;
}

.mt-28{
  margin-top: 28px;
}

.mt-2{
  margin-top: 2px;
}

.mb-8{
  margin-bottom: 8px;
}

.mt-0{
  margin-top: 0px;
}

.\!mt-4{
  margin-top: 4px !important;
}

.mb-4{
  margin-bottom: 4px;
}

.mb-14{
  margin-bottom: 14px;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex{
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.table{
  display: table;
}

.table-cell{
  display: table-cell;
}

.table-header-group{
  display: table-header-group;
}

.table-row-group{
  display: table-row-group;
}

.table-row{
  display: table-row;
}

.grid{
  display: -ms-grid;
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.h-48{
  height: 48px;
}

.h-screen{
  height: 100vh;
}

.h-64{
  height: 64px;
}

.h-\[417px\]{
  height: 417px;
}

.h-full{
  height: 100%;
}

.h-\[146px\]{
  height: 146px;
}

.h-16{
  height: 16px;
}

.h-40{
  height: 40px;
}

.h-24{
  height: 24px;
}

.h-8{
  height: 8px;
}

.h-\[14px\]{
  height: 14px;
}

.h-12{
  height: 12px;
}

.min-h-\[350px\]{
  min-height: 350px;
}

.min-h-\[50vh\]{
  min-height: 50vh;
}

.min-h-\[70vh\]{
  min-height: 70vh;
}

.w-full{
  width: 100%;
}

.w-48{
  width: 48px;
}

.w-64{
  width: 64px;
}

.w-\[240px\]{
  width: 240px;
}

.w-20{
  width: 20px;
}

.w-auto{
  width: auto;
}

.w-40{
  width: 40px;
}

.w-24{
  width: 24px;
}

.w-1\/2{
  width: 50%;
}

.w-8{
  width: 8px;
}

.w-\[calc\(100\%\+20px\)\]{
  width: calc(100% + 20px);
}

.w-142{
  width: 142px;
}

.w-\[14px\]{
  width: 14px;
}

.w-12{
  width: 12px;
}

.max-w-\[352px\]{
  max-width: 352px;
}

.max-w-\[736px\]{
  max-width: 736px;
}

.max-w-none{
  max-width: none;
}

.max-w-\[424px\]{
  max-width: 424px;
}

.max-w-\[640px\]{
  max-width: 640px;
}

.max-w-\[730px\]{
  max-width: 730px;
}

.max-w-\[508px\]{
  max-width: 508px;
}

.max-w-\[735px\]{
  max-width: 735px;
}

.max-w-\[450px\]{
  max-width: 450px;
}

.max-w-\[927px\]{
  max-width: 927px;
}

.max-w-\[544px\]{
  max-width: 544px;
}

.max-w-\[310px\]{
  max-width: 310px;
}

.flex-1{
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.flex-shrink-0{
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flex-shrink{
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.shrink{
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.flex-grow{
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.translate-y-\[64px\]{
  --tw-translate-y: 64px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180{
  --tw-rotate: 180deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.list-none{
  list-style-type: none;
}

.grid-cols-8{
  -ms-grid-columns: (minmax(0, 1fr))[8];
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.flex-row{
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-col{
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-wrap{
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.items-start{
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.items-end{
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.items-center{
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-start{
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-end{
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-center{
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between{
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gap-\[24px\]{
  gap: 24px;
}

.gap-32{
  gap: 32px;
}

.gap-8{
  gap: 8px;
}

.gap-12{
  gap: 12px;
}

.gap-6{
  gap: 6px;
}

.gap-16{
  gap: 16px;
}

.gap-y-32{
  row-gap: 32px;
}

.gap-y-12{
  row-gap: 12px;
}

.gap-y-48{
  row-gap: 48px;
}

.gap-y-40{
  row-gap: 40px;
}

.gap-y-16{
  row-gap: 16px;
}

.gap-x-12{
  -webkit-column-gap: 12px;
  column-gap: 12px;
}

.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}

.space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(48px * var(--tw-space-y-reverse));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32px * var(--tw-space-y-reverse));
}

.space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}

.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2px * var(--tw-space-x-reverse));
  margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(56px * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

.space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(28px * var(--tw-space-x-reverse));
  margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(6px * var(--tw-space-x-reverse));
  margin-left: calc(6px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(24px * var(--tw-space-x-reverse));
  margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}

.space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2px * var(--tw-space-y-reverse));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(4px * var(--tw-space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-10 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-divide-opacity));
}

.divide-gray-20 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-divide-opacity));
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-scroll{
  overflow: scroll;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded{
  border-radius: 8px;
}

.rounded-\[4px\]{
  border-radius: 4px;
}

.rounded-l{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.border-\[1\.5px\]{
  border-width: 1.5px;
}

.border{
  border-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-night-70{
  --tw-border-opacity: 1;
  border-color: rgb(38 36 71 / var(--tw-border-opacity));
}

.border-shadow-60{
  --tw-border-opacity: 1;
  border-color: rgb(65 88 122 / var(--tw-border-opacity));
}

.border-gray-20{
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.border-gray-30{
  --tw-border-opacity: 1;
  border-color: rgb(198 198 198 / var(--tw-border-opacity));
}

.border-night-50{
  --tw-border-opacity: 1;
  border-color: rgb(70 76 130 / var(--tw-border-opacity));
}

.border-shadow-90{
  --tw-border-opacity: 1;
  border-color: rgb(21 24 51 / var(--tw-border-opacity));
}

.border-neutral-gray-20{
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.border-royal-10{
  --tw-border-opacity: 1;
  border-color: rgb(245 247 249 / var(--tw-border-opacity));
}

.bg-product-realestate{
  --tw-bg-opacity: 1;
  background-color: rgb(56 135 255 / var(--tw-bg-opacity));
}

.bg-product-option{
  --tw-bg-opacity: 1;
  background-color: rgb(247 102 172 / var(--tw-bg-opacity));
}

.bg-product-dividend{
  --tw-bg-opacity: 1;
  background-color: rgb(110 187 49 / var(--tw-bg-opacity));
}

.bg-product-obligation{
  --tw-bg-opacity: 1;
  background-color: rgb(247 198 27 / var(--tw-bg-opacity));
}

.bg-product-crypto{
  --tw-bg-opacity: 1;
  background-color: rgb(105 244 119 / var(--tw-bg-opacity));
}

.bg-royal-10{
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 249 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-shadow-90{
  --tw-bg-opacity: 1;
  background-color: rgb(21 24 51 / var(--tw-bg-opacity));
}

.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(20 115 230 / var(--tw-bg-opacity));
}

.bg-shadow-80{
  --tw-bg-opacity: 1;
  background-color: rgb(25 29 62 / var(--tw-bg-opacity));
}

.bg-royal-50{
  --tw-bg-opacity: 1;
  background-color: rgb(56 135 255 / var(--tw-bg-opacity));
}

.bg-transparent{
  background-color: transparent;
}

.bg-red-40{
  --tw-bg-opacity: 1;
  background-color: rgb(255 58 70 / var(--tw-bg-opacity));
}

.bg-night-70{
  --tw-bg-opacity: 1;
  background-color: rgb(38 36 71 / var(--tw-bg-opacity));
}

.bg-royal-30{
  --tw-bg-opacity: 1;
  background-color: rgb(202 221 251 / var(--tw-bg-opacity));
}

.bg-gray-20{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

.bg-royal-20{
  --tw-bg-opacity: 1;
  background-color: rgb(227 236 250 / var(--tw-bg-opacity));
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.p-12{
  padding: 12px;
}

.p-48{
  padding: 48px;
}

.p-24{
  padding: 24px;
}

.p-40{
  padding: 40px;
}

.p-4{
  padding: 4px;
}

.p-20{
  padding: 20px;
}

.p-16{
  padding: 16px;
}

.py-46{
  padding-top: 46px;
  padding-bottom: 46px;
}

.py-96{
  padding-top: 96px;
  padding-bottom: 96px;
}

.py-48{
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-40{
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-56{
  padding-top: 56px;
  padding-bottom: 56px;
}

.py-16{
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-28{
  padding-top: 28px;
  padding-bottom: 28px;
}

.py-72{
  padding-top: 72px;
  padding-bottom: 72px;
}

.px-20{
  padding-left: 20px;
  padding-right: 20px;
}

.px-12{
  padding-left: 12px;
  padding-right: 12px;
}

.py-12{
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-24{
  padding-top: 24px;
  padding-bottom: 24px;
}

.px-16{
  padding-left: 16px;
  padding-right: 16px;
}

.py-20{
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-8{
  padding-top: 8px;
  padding-bottom: 8px;
}

.px-40{
  padding-left: 40px;
  padding-right: 40px;
}

.py-4{
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-80{
  padding-top: 80px;
  padding-bottom: 80px;
}

.px-32{
  padding-left: 32px;
  padding-right: 32px;
}

.px-8{
  padding-left: 8px;
  padding-right: 8px;
}

.py-32{
  padding-top: 32px;
  padding-bottom: 32px;
}

.px-24{
  padding-left: 24px;
  padding-right: 24px;
}

.py-2{
  padding-top: 2px;
  padding-bottom: 2px;
}

.pb-32{
  padding-bottom: 32px;
}

.pt-72{
  padding-top: 72px;
}

.pt-20{
  padding-top: 20px;
}

.pt-\[80\]{
  padding-top: 80;
}

.pb-96{
  padding-bottom: 96px;
}

.pb-88{
  padding-bottom: 88px;
}

.pt-32{
  padding-top: 32px;
}

.pb-24{
  padding-bottom: 24px;
}

.pb-40{
  padding-bottom: 40px;
}

.pr-32{
  padding-right: 32px;
}

.pt-40{
  padding-top: 40px;
}

.pb-42{
  padding-bottom: 42px;
}

.pb-48{
  padding-bottom: 48px;
}

.pb-80{
  padding-bottom: 80px;
}

.pt-142{
  padding-top: 142px;
}

.pb-28{
  padding-bottom: 28px;
}

.pb-0{
  padding-bottom: 0px;
}

.pt-48{
  padding-top: 48px;
}

.pb-72{
  padding-bottom: 72px;
}

.pt-16{
  padding-top: 16px;
}

.pb-16{
  padding-bottom: 16px;
}

.pl-10{
  padding-left: 10px;
}

.pr-10{
  padding-right: 10px;
}

.pb-4{
  padding-bottom: 4px;
}

.pl-14{
  padding-left: 14px;
}

.pb-20{
  padding-bottom: 20px;
}

.pt-88{
  padding-top: 88px;
}

.pb-8{
  padding-bottom: 8px;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.align-middle{
  vertical-align: middle;
}

.text-large{
  font-size: 18px;
  line-height: 27px;
}

.text-h3{
  font-size: 24px;
  line-height: 130%;
}

.text-14{
  font-size: 14px;
}

.text-24{
  font-size: 24px;
}

.text-12{
  font-size: 12px;
}

.text-28{
  font-size: 28px;
}

.text-small{
  font-size: 14px;
  line-height: 21px;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-32{
  font-size: 32px;
}

.text-16{
  font-size: 16px;
}

.text-\[8px\]{
  font-size: 8px;
}

.text-medium{
  font-size: 16px;
  line-height: 24px;
}

.text-h4{
  font-size: 18px;
  line-height: 130%;
}

.text-extrasmall{
  font-size: 12px;
  line-height: 130%;
}

.text-20{
  font-size: 20px;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[11px\]{
  font-size: 11px;
}

.text-18{
  font-size: 18px;
}

.font-bold{
  font-weight: 700;
}

.font-semibold{
  font-weight: 600;
}

.font-normal{
  font-weight: 400;
}

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-\[14px\]{
  line-height: 14px;
}

.leading-\[20px\]{
  line-height: 20px;
}

.leading-0{
  line-height: 0px;
}

.leading-18{
  line-height: 18px;
}

.text-product-realestate{
  --tw-text-opacity: 1;
  color: rgb(56 135 255 / var(--tw-text-opacity));
}

.text-product-option{
  --tw-text-opacity: 1;
  color: rgb(247 102 172 / var(--tw-text-opacity));
}

.text-product-dividend{
  --tw-text-opacity: 1;
  color: rgb(110 187 49 / var(--tw-text-opacity));
}

.text-product-obligation{
  --tw-text-opacity: 1;
  color: rgb(247 198 27 / var(--tw-text-opacity));
}

.text-product-crypto{
  --tw-text-opacity: 1;
  color: rgb(105 244 119 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-royal-30{
  --tw-text-opacity: 1;
  color: rgb(202 221 251 / var(--tw-text-opacity));
}

.text-night-70{
  --tw-text-opacity: 1;
  color: rgb(38 36 71 / var(--tw-text-opacity));
}

.text-night-50{
  --tw-text-opacity: 1;
  color: rgb(70 76 130 / var(--tw-text-opacity));
}

.text-royal-20{
  --tw-text-opacity: 1;
  color: rgb(227 236 250 / var(--tw-text-opacity));
}

.text-night-40{
  --tw-text-opacity: 1;
  color: rgb(101 107 158 / var(--tw-text-opacity));
}

.text-royal-50{
  --tw-text-opacity: 1;
  color: rgb(56 135 255 / var(--tw-text-opacity));
}

.text-royal-10{
  --tw-text-opacity: 1;
  color: rgb(245 247 249 / var(--tw-text-opacity));
}

.text-shadow-60{
  --tw-text-opacity: 1;
  color: rgb(65 88 122 / var(--tw-text-opacity));
}

.text-gray-40{
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity));
}

.text-gray-60{
  --tw-text-opacity: 1;
  color: rgb(111 111 111 / var(--tw-text-opacity));
}

.text-red-40{
  --tw-text-opacity: 1;
  color: rgb(255 58 70 / var(--tw-text-opacity));
}

.\!text-neutral-gray-20{
  --tw-text-opacity: 1 !important;
  color: rgb(224 224 224 / var(--tw-text-opacity)) !important;
}

.text-royal-60{
  --tw-text-opacity: 1;
  color: rgb(29 109 232 / var(--tw-text-opacity));
}

.underline{
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline{
  outline-style: solid;
}

.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-\[1\.5px\]{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-gray-20{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 224 224 / var(--tw-ring-opacity));
}

.ring-royal-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 135 255 / var(--tw-ring-opacity));
}

.blur{
  --tw-blur: blur(8px);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-200{
  transition-duration: 200ms;
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
/**
 * Z-Index function
 * @param {string} $list (Array) - The list to find the current z-index in
 * @param {string} $element (String) - The name of the current element, must be in the $list
 * @returns {number}
 * Example: Define your z-index list in variables like this
 * $layout: default, content, header, overlay;
 * Then use it like this: z-index: zindex($layout, header);
*/
/**
 * easing function
 * @param {string} $easeName - The name of the easing function.
 * @returns {string} - Returns a cubic-bezier function with the easing values.
 */
/**
 * Size an Element
 * @param {number} $width (1em) - Width of the element
 * @param {number} $height ($width) - Height of the element
 */
/**
 * Respond To (Breakpoint)
 * @param {string} $name - Name of the breakpoint used in $breakpoints
 */
@font-face {
  font-family: "GT Eesti Pro Text";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-ThinItalic.eot");
  src: local("GT Eesti Pro Text Thin Italic"), local("GTEestiProText-ThinItalic"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-ThinItalic.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-ThinItalic.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "GT Eesti Pro Text";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Medium.eot");
  src: local("GT Eesti Pro Text Medium"), local("GTEestiProText-Medium"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Medium.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Medium.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GT Eesti Pro Text";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-LightItalic.eot");
  src: local("GT Eesti Pro Text Light Italic"), local("GTEestiProText-LightItalic"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-LightItalic.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-LightItalic.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "GT Eesti Pro Display";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Bold.eot");
  src: local("GT Eesti Pro Display Bold"), local("GTEestiProDisplay-Bold"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Bold.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Bold.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "GT Eesti Pro Text";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Light.eot");
  src: local("GT Eesti Pro Text Light"), local("GTEestiProText-Light"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Light.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Light.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GT Eesti Pro Display";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-MediumItalic.eot");
  src: local("GT Eesti Pro Display Medium Italic"), local("GTEestiProDisplay-MediumItalic"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-MediumItalic.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-MediumItalic.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "GT Eesti Pro Text";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-RegularItalic.eot");
  src: local("GT Eesti Pro Text Regular Italic"), local("GTEestiProText-RegularItalic"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-RegularItalic.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-RegularItalic.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "GT Eesti Pro Text Book";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Book.eot");
  src: local("GT Eesti Pro Text Book"), local("GTEestiProText-Book"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Book.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Book.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT Eesti Pro Text";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-BoldItalic.eot");
  src: local("GT Eesti Pro Text Bold Italic"), local("GTEestiProText-BoldItalic"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-BoldItalic.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-BoldItalic.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "GT Eesti Pro Text";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-UltraLightItalic.eot");
  src: local("GT Eesti Pro Text UltraLight Italic"), local("GTEestiProText-UltraLightItalic"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-UltraLightItalic.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-UltraLightItalic.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "GT Eesti Pro Display";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Thin.eot");
  src: local("GT Eesti Pro Display Thin"), local("GTEestiProDisplay-Thin"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Thin.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Thin.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "GT Eesti Pro Text";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Regular.eot");
  src: local("GT Eesti Pro Text Regular"), local("GTEestiProText-Regular"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Regular.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Regular.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT Eesti Pro Display";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Light.eot");
  src: local("GT Eesti Pro Display Light"), local("GTEestiProDisplay-Light"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Light.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Light.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GT Eesti Pro Display";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-UltraBold.eot");
  src: local("GT Eesti Pro Display UltraBold"), local("GTEestiProDisplay-UltraBold"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-UltraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-UltraBold.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-UltraBold.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-UltraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "GT Eesti Pro Display";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-UltraBoldItalic.eot");
  src: local("GT Eesti Pro Display UltraBold Italic"), local("GTEestiProDisplay-UltraBoldItalic"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-UltraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-UltraBoldItalic.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-UltraBoldItalic.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-UltraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "GT Eesti Pro Display";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Medium.eot");
  src: local("GT Eesti Pro Display Medium"), local("GTEestiProDisplay-Medium"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Medium.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Medium.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GT Eesti Pro Display";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-UltraLight.eot");
  src: local("GT Eesti Pro Display UltraLight"), local("GTEestiProDisplay-UltraLight"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-UltraLight.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-UltraLight.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "GT Eesti Pro Display";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-RegularItalic.eot");
  src: local("GT Eesti Pro Display Regular Italic"), local("GTEestiProDisplay-RegularItalic"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-RegularItalic.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-RegularItalic.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "GT Eesti Pro Display";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-LightItalic.eot");
  src: local("GT Eesti Pro Display Light Italic"), local("GTEestiProDisplay-LightItalic"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-LightItalic.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-LightItalic.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "GT Eesti Pro Text";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Bold.eot");
  src: local("GT Eesti Pro Text Bold"), local("GTEestiProText-Bold"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Bold.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Bold.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "GT Eesti Pro Text";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Thin.eot");
  src: local("GT Eesti Pro Text Thin"), local("GTEestiProText-Thin"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Thin.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Thin.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "GT Eesti Pro Display";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-UltraLightItalic.eot");
  src: local("GT Eesti Pro Display UltraLight Italic"), local("GTEestiProDisplay-UltraLightItalic"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-UltraLightItalic.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-UltraLightItalic.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "GT Eesti Pro Display";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-BoldItalic.eot");
  src: local("GT Eesti Pro Display Bold Italic"), local("GTEestiProDisplay-BoldItalic"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-BoldItalic.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-BoldItalic.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "GT Eesti Pro Text";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-MediumItalic.eot");
  src: local("GT Eesti Pro Text Medium Italic"), local("GTEestiProText-MediumItalic"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-MediumItalic.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-MediumItalic.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "GT Eesti Pro Text Book";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-BookItalic.eot");
  src: local("GT Eesti Pro Text Book Italic"), local("GTEestiProText-BookItalic"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-BookItalic.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-BookItalic.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "GT Eesti Pro Text";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-UltraLight.eot");
  src: local("GT Eesti Pro Text UltraLight"), local("GTEestiProText-UltraLight"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-UltraLight.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-UltraLight.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProText-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "GT Eesti Pro Display";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Regular.eot");
  src: local("GT Eesti Pro Display Regular"), local("GTEestiProDisplay-Regular"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Regular.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Regular.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT Eesti Pro Display";
  src: url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-ThinItalic.eot");
  src: local("GT Eesti Pro Display Thin Italic"), local("GTEestiProDisplay-ThinItalic"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-ThinItalic.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-ThinItalic.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display/GTEestiProDisplay-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Object Sans";
  src: url("../fonts/objectsans/ObjectSans-Heavy.eot");
  src: url("../fonts/objectsans/ObjectSans-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/objectsans/ObjectSans-Heavy.woff2") format("woff2"), url("../fonts/objectsans/ObjectSans-Heavy.woff") format("woff"), url("../fonts/objectsans/ObjectSans-Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Object Sans Slanted";
  src: url("../fonts/objectsans/ObjectSans-HeavySlanted.eot");
  src: url("../fonts/objectsans/ObjectSans-HeavySlanted.eot?#iefix") format("embedded-opentype"), url("../fonts/objectsans/ObjectSans-HeavySlanted.woff2") format("woff2"), url("../fonts/objectsans/ObjectSans-HeavySlanted.woff") format("woff"), url("../fonts/objectsans/ObjectSans-HeavySlanted.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Object Sans Slanted";
  src: url("../fonts/objectsans/ObjectSans-Slanted.eot");
  src: url("../fonts/objectsans/ObjectSans-Slanted.eot?#iefix") format("embedded-opentype"), url("../fonts/objectsans/ObjectSans-Slanted.woff2") format("woff2"), url("../fonts/objectsans/ObjectSans-Slanted.woff") format("woff"), url("../fonts/objectsans/ObjectSans-Slanted.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Object Sans";
  src: url("../fonts/objectsans/ObjectSans-Regular.eot");
  src: url("../fonts/objectsans/ObjectSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/objectsans/ObjectSans-Regular.woff2") format("woff2"), url("../fonts/objectsans/ObjectSans-Regular.woff") format("woff"), url("../fonts/objectsans/ObjectSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
}

html {
  font-style: normal;
  font-weight: normal;
  font-family: Object Sans;
}

body {
  font-size: 1.4rem;
  line-height: 1.5;
  width: 100%;
}

small{
  font-size: 12px;
}

.site-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.page-container {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, ul, ol, address {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: GT Eesti Pro Display;
}

h1,
.heading-01 {
  font-weight: 700;
  font-size: 28px;
  --tw-text-opacity: 1;
  color: rgb(245 247 249 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
  h1, .heading-01{
    font-size: 42px;
    line-height: 130%;
  }
}

h2,
.heading-02 .prose h2 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(245 247 249 / var(--tw-text-opacity));
  font-size: 18px;
}
@media (min-width: 640px) {
  h2, .heading-02 .prose h2{
    font-size: 28px;
    line-height: 130%;
  }
}

h3,
.heading-03 {
  font-weight: 700;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(245 247 249 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
  h3, .heading-03{
    font-size: 24px;
    line-height: 130%;
  }
}

h4,
.heading-04 {
  font-weight: 700;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(245 247 249 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
  h4, .heading-04{
    font-size: 18px;
    line-height: 130%;
  }
}

h5,
.heading-05 {
  font-weight: 800;
  font-size: 12px;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(245 247 249 / var(--tw-text-opacity));
  font-family: Object Sans;
}

img {
  max-width: 100%;
  height: auto;
}

p{
  font-size: 14px;
  line-height: 21px;
}

.section.section-landings-cards .flex.items-center.mt-8.space-x-8p.text-night-50 {
  display: none;
}

p{
  font-family: Object Sans;
}
@media (min-width: 640px) {
  p{
    font-size: 16px;
    line-height: 24px;
  }
}

.icon {
  /* Make sure the parent font-size and line-height are inherited */
  font-size: inherit;
  line-height: 0;
  display: block;
}
.icon svg {
  /* Flow with text content */
  display: inline-block;
  /* Use the parent font-size for width and height */
  /* Depending on your situation you might need to use width or height, or both. The default works perfect in most cases */
  height: 1em;
  width: 1em;
  /* Vertically align icon with adjacent text */
  vertical-align: middle;
  /* Align more nicely with capital letters */
  position: relative;
}

.icon--before:before {
  content: "";
  display: inline-block;
}
.c-header .icon--before:before {
  width: 20px;
  height: 20px;
}
.icon--before.icon--income-value-rapport:before {
  background-image: url("../svg/income-value-rapport.svg");
}
.icon--before.icon--user-blue:before {
  background-image: url("../svg/user-blue.svg");
}
.icon--before.icon--creme-de-la-creme-rapport:before {
  background-image: url("../svg/creme-de-la-creme-rapport.svg");
}
.icon--before.icon--insider-alert-rapport:before {
  background-image: url("../svg/insider-alert-rapport.svg");
}
.icon--before.icon--waarde-rapport:before {
  background-image: url("../svg/waarde-rapport.svg");
}

.button {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --tw-bg-opacity: 1;
  background-color: rgb(56 135 255 / var(--tw-bg-opacity));
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 21px;
}

.section.section-landings-cards .flex.items-center.mt-8.space-x-8.button.text-night-50 {
  display: none;
}

.button {
  color: #FFFFFF;
  border-radius: 8px;
  text-decoration: none;
  transition: all 250ms;
  text-align: center;
  cursor: pointer;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  outline: 0;
}
.button:disabled{
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.button:not(.button--ghost):hover, .button:not(.button--ghost):focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 109 232 / var(--tw-ring-opacity));
  --tw-ring-inset: inset;
}
.button:not(.button--ghost):active{
  --tw-bg-opacity: 1;
  background-color: rgb(29 109 232 / var(--tw-bg-opacity));
}

.button--blue {
  background: #0068c3;
  border: 0.1rem solid #0068c3;
}
.button--blue:hover {
  background: #004d92;
  border: 0.1rem solid #004d92;
}
.button--blue:active {
  background: #408dd2;
  border: 0.1rem solid #408dd2;
}
.button--blue:focus {
  border: 0.1rem solid #004d92;
}

.button--ghost {
  background: none;
}

.dark .button--ghost{
  --tw-text-opacity: 1;
  color: rgb(245 247 249 / var(--tw-text-opacity));
}

.button--ghost{
  --tw-text-opacity: 1;
  color: rgb(70 76 130 / var(--tw-text-opacity));
}

.section.section-landings-cards .flex.items-center.mt-8.space-x-8.text-small.button--ghost {
  display: none;
}

.button--ghost{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(70 76 130 / var(--tw-border-opacity));
}
.button--ghost:active{
  --tw-bg-opacity: 1;
  background-color: rgb(38 36 71 / var(--tw-bg-opacity));
}
.button--ghost:hover, .button--ghost:focus{
  --tw-border-opacity: 1;
  border-color: rgb(101 107 158 / var(--tw-border-opacity));
}

.button--transparent {
  background: none;
  border: 0.1rem transparent solid;
  color: #0068c3;
}
.button--transparent:hover {
  background: transparent;
  color: #0068c3;
  border: 0.1rem transparent solid;
  text-decoration: underline;
}
.button--transparent:active, .button--transparent:focus {
  background: none;
  color: #0068c3;
}

.button--rounded {
  font-size: 1.4rem;
  border-radius: 5rem;
  background: none;
  border: 0.1rem #0068c3 solid;
  color: #0068c3;
  padding: 1rem 2.2rem;
}
.button--rounded:hover {
  background: #0068c3;
  color: #FFFFFF;
  border: 0.1rem #0068c3 solid;
}
.button--rounded:active, .button--rounded:focus {
  background: none;
  border: 0.1rem solid #408dd2;
  color: #0068c3;
}

.button-with-icon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button-with-icon .button-label {
  margin: 0 0.4rem;
}
.button-with-icon .icon {
  line-height: 0;
}

.button--icon-left .button-label {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.button--icon-left .icon {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.button-loader {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.1rem;
  margin-top: -1.1rem;
  width: 2.2rem;
  height: 2.2rem;
  border: 0.3rem solid white;
  border-right-color: #408dd2;
  border-radius: 50%;
  -webkit-animation: loaderAnimation 1s infinite linear;
  animation: loaderAnimation 1s infinite linear;
}

.is-loading .button-loader {
  display: block;
}
.is-loading .button-label,
.is-loading .icon {
  visibility: hidden;
  opacity: 0;
}

@-webkit-keyframes loaderAnimation {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loaderAnimation {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.button:not(:last-child) {
  margin-right: 1.5rem;
}

label{
  display: block;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(21 24 51 / var(--tw-text-opacity));
}
label input, label textarea, label select{
  margin-top: 8px;
}
.section.section-landings-cards .flex.items-centerlabel input.space-x-8.text-small.text-night-50, .section.section-landings-cards .flex.items-centerlabel textarea.space-x-8.text-small.text-night-50, .section.section-landings-cards .flex.items-centerlabel select.space-x-8.text-small.text-night-50 {
  display: none;
}

.label-text {
  display: block;
  margin-bottom: 0.8rem;
  color: #777777;
  font-weight: 500;
}

input[type=text],
input[type=email],
input[type=password] {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 198 198 / var(--tw-border-opacity));
  height: 37px;
  font-size: 14px;
  padding: 0 16px;
  width: 100%;
  transition: border 0.25s;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.post-type-archive-blog .py-40.bg-white .col-span-4 input[type=text].group, .post-type-archive-blog .py-40.bg-white .col-span-4 input[type=email].group, .post-type-archive-blog .py-40.bg-white .col-span-4 input[type=password].group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-type-archive-blog .py-40.bg-white .col-span-4 input[type=text].group .img-box, .post-type-archive-blog .py-40.bg-white .col-span-4 input[type=email].group .img-box, .post-type-archive-blog .py-40.bg-white .col-span-4 input[type=password].group .img-box {
  aspect-ratio: 4/3;
  max-height: 100%;
  width: 100%;
}

.post-type-archive-blog .py-40.bg-white .col-span-4 input[type=text].group .img-box img, .post-type-archive-blog .py-40.bg-white .col-span-4 input[type=email].group .img-box img, .post-type-archive-blog .py-40.bg-white .col-span-4 input[type=password].group .img-box img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

input[type=text], input[type=email], input[type=password]{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.post-type-archive-blog .py-40.bg-white .col-span-4 input[type=text]:focus.group, .post-type-archive-blog .py-40.bg-white .col-span-4 input[type=email]:focus.group, .post-type-archive-blog .py-40.bg-white .col-span-4 input[type=password]:focus.group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post-type-archive-blog .py-40.bg-white .col-span-4 input[type=text]:focus.group .img-box, .post-type-archive-blog .py-40.bg-white .col-span-4 input[type=email]:focus.group .img-box, .post-type-archive-blog .py-40.bg-white .col-span-4 input[type=password]:focus.group .img-box {
  aspect-ratio: 4/3;
  max-height: 100%;
  width: 100%;
}
.post-type-archive-blog .py-40.bg-white .col-span-4 input[type=text]:focus.group .img-box img, .post-type-archive-blog .py-40.bg-white .col-span-4 input[type=email]:focus.group .img-box img, .post-type-archive-blog .py-40.bg-white .col-span-4 input[type=password]:focus.group .img-box img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(56 135 255 / var(--tw-border-opacity));
}
input[type=text].has-error, input[type=email].has-error, input[type=password].has-error{
  --tw-border-opacity: 1;
  border-color: rgb(255 58 70 / var(--tw-border-opacity));
}

::-webkit-input-placeholder {
  color: #999999;
}

::-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

:-moz-placeholder {
  color: #999999;
}

.checkbox-input {
  display: none;
}

.checkbox {
  line-height: 1;
}

.checkbox-label {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.checkbox-label:before {
  content: "";
  display: block;
  background-image: url("../svg/check-white.svg");
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #d5d5d5;
  margin-right: 1.5rem;
  transition: background 0.15s, border 0.15s;
}
.checkbox-label:hover:before {
  border-color: #222222;
}

[type=checkbox]:checked + label:before {
  background-color: #0068c3;
  border-color: #0068c3;
}

.radio-inner {
  width: 100%;
  color: #d5d5d5;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: 0.1rem #e5e5e5 solid;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.radio-inner > input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.radio-inner > label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 3.8rem;
  z-index: 9;
  cursor: pointer;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  color: #222222;
}
.radio-inner .check {
  position: absolute;
  display: block;
  box-shadow: inset 0 0 0 1px #d5d5d5;
  border-radius: 100%;
  height: 2.4rem;
  width: 2.4rem;
  z-index: 5;
  transition: border 0.25s;
  top: 2.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: box-shadow 0.25s, background 0.25s;
}
.radio-inner:hover .check {
  box-shadow: inset 0 0 0 1px #222222;
}
.radio-inner .check::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url("../svg/check-white.svg");
  background-size: 90%;
  background-position: center;
  border-radius: 100%;
}
.radio-inner input[type=radio]:checked ~ .check {
  background-color: #0068c3;
  box-shadow: inset 0 0 0 1px #0068c3;
}

.radio-children {
  margin-top: 1.5rem;
}
.radio-children label {
  vertical-align: middle;
  font-size: 1.2rem;
  margin-left: 0.8rem;
  color: #222222;
}
.radio-children input {
  width: auto;
  vertical-align: middle;
  margin-left: 0.2rem;
  height: 3rem;
}

.loading-spinner *{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.loading-spinner::after {
  content: "";
  visibility: hidden;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  z-index: 9999;
  border-radius: 50%;
  width: 8em;
  height: 8em;
  position: absolute;
  left: calc(50% - 4em);
  top: calc(50% - 4em);
  font-size: 3px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  overflow: hidden;
}

.is-loading .loading-spinner{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  pointer-events: none;
}
.is-loading .loading-spinner > *{
  visibility: hidden;
  opacity: 0;
}
.is-loading .loading-spinner::after{
  visibility: visible;
}
.squeezepage-form .squeezepage-nocaptcha.is-loading .loading-spinner::after{
  display: block;
}
.newsletter .newsletter-nocaptcha.is-loading .loading-spinner::after{
  display: block;
}
.is-loading .loading-spinner::after{
  opacity: 1;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
table:not(.stock-table) {
  width: 100%;
  border-radius: 5px;
  font-size: 1.4rem;
}
table:not(.stock-table) tbody {
  border-radius: 5px;
  box-shadow: 0 0 0 1px #E0E0E0;
}
table:not(.stock-table) th{
  font-weight: 700;
  width: 25%;
}
table:not(.stock-table) td{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
table:not(.stock-table) tr td:first-child{
  font-weight: 700;
}
table:not(.stock-table) th, table:not(.stock-table) td{
  padding: 16px;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

footer .widget .widgettitle{
  font-size: 14px;
  margin-bottom: 20px;
}
footer .widget ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
footer .widget ul li a{
  display: block;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(245 247 249 / var(--tw-text-opacity));
}
footer .widget ul li a:hover{
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
footer .socket .widget ul{
  list-style-type: none;
}
footer .socket .widget ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}
@media (min-width: 640px) {
  footer .socket .widget ul{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
.section.section-landings-cards footer .socket .widget ul.items-center.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}
  footer .socket .widget ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  footer .socket .widget ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
  }
}
footer .socket .widget ul a{
  font-size: 12px;
}

.prose.prose--page{
  row-gap: 0px;
}
.prose.prose--page > *{
  -ms-grid-column-span: 4;
  -ms-grid-column: span 4;
  grid-column: span 4 / span 4;
}
.post-type-archive-blog .py-40.bg-white .prose.prose--page > * .outline-none.group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post-type-archive-blog .py-40.bg-white .prose.prose--page > * .outline-none.group .img-box {
  aspect-ratio: 4/3;
  max-height: 100%;
  width: 100%;
}
.post-type-archive-blog .py-40.bg-white .prose.prose--page > * .outline-none.group .img-box img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 640px){
  .prose.prose--page > *{
    -ms-grid-column: 3;
    grid-column-start: 3;
  }
  .prose.prose--page > *{
    grid-column-end: 11;
  }
}

[class*=line-clamp-] {
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.c-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.5);
  color: #333;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
}

.modal--open {
  opacity: 1;
  visibility: visible;
}

.modal__head {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 62px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.modal-title {
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.modal__content {
  position: fixed;
  left: 20px;
  right: 20px;
  top: 50%;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 249 / var(--tw-bg-opacity));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .modal__content {
    max-width: 544px;
    left: 50%;
    max-height: 700px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.modal__main{
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 640px) {
  .modal__main{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.modal__close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  cursor: pointer;
}
.modal__close .icon{
  font-size: 20px;
}

.modal-is-open,
.modal-is-open body {
  position: fixed;
  overflow: hidden;
}
@media (min-width: 640px) {
  .modal-is-open,
.modal-is-open body {
    position: relative;
  }
}

.leadgen-background {
  background: linear-gradient(180deg, rgba(21, 24, 51, 0.9) 0%, rgba(21, 24, 51, 0.95) 100%), url("/wp-content/themes/money-makers/assets/img/leadgen.png") no-repeat center center/cover;
}

.pagination {
  padding: 3.2rem 1.5rem;
  text-align: center;
  font-size: 0;
  background-color: #FFFFFF;
}
.pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1;
  color: #777777;
  min-width: 20px;
  padding: 3px 2px;
  border-radius: 2px;
  margin: 0 4px;
}
.pagination .prev, .pagination .next {
  border: 1px solid #999999;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination .prev {
  background-image: url("../svg/arrow-back-black.svg");
}
.pagination .next {
  background-image: url("../svg/arrow-forward-black.svg");
}
.pagination .current {
  color: #FFFFFF;
  background-color: #0068c3;
}

.button-loader,
.button-loader:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}

.button-loader {
  position: absolute;
  left: 2.4rem;
  top: 1.5rem;
  margin-top: -4em;
  top: 50%;
  font-size: 3px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #FFFFFF;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  margin-right: 1.5rem;
  overflow: hidden;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.breadcrumbs a, .breadcrumbs span{
  --tw-text-opacity: 1;
  color: rgb(70 76 130 / var(--tw-text-opacity));
}
.section.section-landings-cards .flex.items-center.mt-8.space-x-8.text-small.breadcrumbs a, .section.section-landings-cards .flex.items-center.mt-8.space-x-8.text-small.breadcrumbs span {
  display: none;
}
.breadcrumbs a, .breadcrumbs span{
  font-size: 14px;
}
.dark .breadcrumbs a, .dark .breadcrumbs span{
  --tw-text-opacity: 1;
  color: rgb(202 221 251 / var(--tw-text-opacity));
}
.breadcrumbs a, .breadcrumbs span {
  line-height: 14px;
  text-transform: lowercase;
}
.breadcrumbs a:first-letter, .breadcrumbs span:first-letter{
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .breadcrumbs a, .breadcrumbs span{
    text-transform: none;
  }
}
.breadcrumbs a{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.breadcrumbs > span span{
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section.section-landings-cards .flex.breadcrumbs > span span.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}
.breadcrumbs > span span{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section.section-landings-cards .breadcrumbs > span span.items-center.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}
@media (min-width: 640px) {
  .breadcrumbs > span span > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }
}
.breadcrumbs svg, .breadcrumbs a:not([title=last], [title=last-home]), .breadcrumbs span.breadcrumb_last{
  display: none;
}
.breadcrumbs a[title=last]::before {
  content: "Naar ";
}
.breadcrumbs a[title=last-home]::before {
  content: "Naar home";
}
.breadcrumbs a:hover{
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  --tw-text-opacity: 1;
  color: rgb(101 107 158 / var(--tw-text-opacity));
}
.dark .breadcrumbs a:hover{
  --tw-text-opacity: 1;
  color: rgb(227 236 250 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
  .breadcrumbs svg, .breadcrumbs a:not([title=last]), .breadcrumbs span.breadcrumb_last{
    display: block;
  }
  .breadcrumbs a::before {
    content: "" !important;
  }
}
.breadcrumbs .breadcrumb_last {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 270px;
  overflow: hidden;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.breadcrumbs > span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
}

#gdpr_cookie_notice [type=checkbox]:checked + label {
  background: none;
  border: none;
}

.gdpr_cookie_notice {
  z-index: 1099;
}
.gdpr_cookie_notice .checkbox-color:focus, .gdpr_cookie_notice .checkbox-grey:focus {
  outline: none;
}
.gdpr_cookie_notice label {
  font-size: 12px;
}

.c-countdown {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #FFFFFF;
  background-color: #0068c3;
  background-image: url("../img/bg-cta.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.c-countdown.countdown-flying {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
.c-countdown.is-active {
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media screen and (max-width: 799px) {
  .c-countdown.is-active {
    top: 0;
  }
}

.countdown__inner > .row {
  margin-left: 0;
  margin-right: 0;
}

.countdown__inner .columns:not(.countdown__counter) {
  padding-left: 0;
  padding-right: 0;
}

.countdown__counter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  font-size: 0;
  overflow-x: hidden;
}

.countdown__wrapper {
  position: relative;
  text-align: center;
  width: 60px;
}
.countdown__wrapper:before {
  display: inline-block;
  content: ":";
  position: absolute;
  right: 100%;
  top: 0;
  color: #FFFFFF;
  font-size: 2.6rem;
  text-align: center;
}
.countdown__wrapper:first-child {
  margin-left: 0;
}
.countdown__wrapper:first-child:before {
  display: none;
}
.countdown__wrapper:last-child {
  margin-right: 0;
}

.countdown__holder {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  width: 40px;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  color: #222222;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 48px;
}

.countdown__label {
  margin-top: 0.5rem;
  display: block;
  color: #FFFFFF;
  font-size: 1.3rem;
  text-align: center;
}

.countdown__content {
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  text-align: center;
  margin-bottom: 2.4rem;
}

.countdown__title {
  font-size: 2rem;
  line-height: 1;
  color: #FFFFFF;
}

.countdown__subtitle {
  margin-top: 0.8rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1;
}

body .express-checkout .form-header h3{
  --tw-text-opacity: 1;
  color: rgb(21 24 51 / var(--tw-text-opacity));
}
body .express-checkout .express-checkout-preview{
  padding: 24px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section.section-landings-cards body .express-checkout .express-checkout-preview.items-center.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}
body .express-checkout .express-checkout-preview{
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section.section-landings-cards .flexbody .express-checkout .express-checkout-preview.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}
body .express-checkout .express-checkout-preview {
  max-width: 185px;
  margin-top: 0px !important;
}
body .express-checkout .express-checkout-preview .cta-label{
  --tw-bg-opacity: 1;
  background-color: rgb(202 221 251 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 109 232 / var(--tw-text-opacity));
}
body .express-checkout .express-checkout-preview .from-label{
  margin-top: 32px;
  --tw-text-opacity: 1;
  color: rgb(25 29 62 / var(--tw-text-opacity));
  font-size: 12px;
  line-height: 130%;
}
body .express-checkout .express-checkout-preview .price{
  --tw-text-opacity: 1;
  color: rgb(38 36 71 / var(--tw-text-opacity));
}
.section.section-landings-cards body .express-checkout .express-checkout-preview .price {
  display: none;
}
body .express-checkout .express-checkout-preview .price{
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 28px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section.section-landings-cards body .express-checkout .express-checkout-preview .price.items-center.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}
body .express-checkout .express-checkout-preview .price{
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .express-checkout .express-checkout-preview .price span{
  --tw-text-opacity: 1;
  color: rgb(204 3 40 / var(--tw-text-opacity));
}
body .express-checkout .express-checkout-preview .monthly-price{
  display: none;
}
body .express-checkout .express-checkout-preview .u-button{
  width: 100%;
}
body .express-checkout .express-checkout-modal .header h2{
  --tw-text-opacity: 1;
  color: rgb(21 24 51 / var(--tw-text-opacity));
}
body .express-checkout .express-checkout-modal .modal-content{
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 249 / var(--tw-bg-opacity));
  --ec-primary-color: #3887FF;
}
body .express-checkout .express-checkout-modal .button-navigation{
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 249 / var(--tw-bg-opacity));
}
body .express-checkout .express-checkout-modal .express-checkout-cart{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.post-type-archive-blog .py-40body .express-checkout .express-checkout-modal .express-checkout-cart .col-span-4 .outline-none.group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post-type-archive-blog .py-40body .express-checkout .express-checkout-modal .express-checkout-cart .col-span-4 .outline-none.group .img-box {
  aspect-ratio: 4/3;
  max-height: 100%;
  width: 100%;
}
.post-type-archive-blog .py-40body .express-checkout .express-checkout-modal .express-checkout-cart .col-span-4 .outline-none.group .img-box img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.single-alerts .py-40body .express-checkout .express-checkout-modal .express-checkout-cart .container.mx-auto.intro-analysis ul {
  list-style: disc;
  padding-bottom: 1.25em;
}
.single-alerts .py-40body .express-checkout .express-checkout-modal .express-checkout-cart .container.mx-auto.intro-analysis a:not(.button) {
  color: #3887ffd9;
  text-decoration: underline;
}
.single-alerts .py-40body .express-checkout .express-checkout-modal .express-checkout-cart .container.mx-auto.intro-analysis li::marker {
  color: #d1d5db;
}
.single-alerts .py-40body .express-checkout .express-checkout-modal .express-checkout-cart .container.mx-auto.intro-analysis p {
  padding-bottom: 1.25em;
}
body .express-checkout .express-checkout-modal .express-checkout-cart .cart-title, body .express-checkout .express-checkout-modal .express-checkout-cart .product{
  --tw-text-opacity: 1;
  color: rgb(21 24 51 / var(--tw-text-opacity));
}
body .express-checkout .express-checkout-modal .express-checkout-cart .duration{
  --tw-text-opacity: 1;
  color: rgb(38 36 71 / var(--tw-text-opacity));
}
.section.section-landings-cards body .express-checkout .express-checkout-modal .express-checkout-cart .duration {
  display: none;
}
body .express-checkout .express-checkout-modal .express-checkout-cart .discount{
  --tw-text-opacity: 1;
  color: rgb(204 3 40 / var(--tw-text-opacity));
}
body .express-checkout .express-checkout-modal .radio-container{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.post-type-archive-blog .py-40body .express-checkout .express-checkout-modal .radio-container .col-span-4 .outline-none.group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post-type-archive-blog .py-40body .express-checkout .express-checkout-modal .radio-container .col-span-4 .outline-none.group .img-box {
  aspect-ratio: 4/3;
  max-height: 100%;
  width: 100%;
}
.post-type-archive-blog .py-40body .express-checkout .express-checkout-modal .radio-container .col-span-4 .outline-none.group .img-box img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.single-alerts .py-40body .express-checkout .express-checkout-modal .radio-container .container.mx-auto.intro-analysis ul {
  list-style: disc;
  padding-bottom: 1.25em;
}
.single-alerts .py-40body .express-checkout .express-checkout-modal .radio-container .container.mx-auto.intro-analysis a:not(.button) {
  color: #3887ffd9;
  text-decoration: underline;
}
.single-alerts .py-40body .express-checkout .express-checkout-modal .radio-container .container.mx-auto.intro-analysis li::marker {
  color: #d1d5db;
}
.single-alerts .py-40body .express-checkout .express-checkout-modal .radio-container .container.mx-auto.intro-analysis p {
  padding-bottom: 1.25em;
}
body .express-checkout .express-checkout-modal .radio-container {
  border-radius: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
body .express-checkout .express-checkout-modal .radio-container .radio-label-text{
  --tw-text-opacity: 1;
  color: rgb(85 91 108 / var(--tw-text-opacity));
}
body .express-checkout .express-checkout-modal .duration-options .total{
  --tw-text-opacity: 1;
  color: rgb(21 24 51 / var(--tw-text-opacity));
}
body .express-checkout .express-checkout-modal .duration-options .total span{
  --tw-text-opacity: 1;
  color: rgb(204 3 40 / var(--tw-text-opacity));
  font-size: 18px;
  padding-left: 10px;
}
body .express-checkout .express-checkout-modal .duration-options .duration-button{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.post-type-archive-blog .py-40body .express-checkout .express-checkout-modal .duration-options .duration-button .col-span-4 .outline-none.group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post-type-archive-blog .py-40body .express-checkout .express-checkout-modal .duration-options .duration-button .col-span-4 .outline-none.group .img-box {
  aspect-ratio: 4/3;
  max-height: 100%;
  width: 100%;
}
.post-type-archive-blog .py-40body .express-checkout .express-checkout-modal .duration-options .duration-button .col-span-4 .outline-none.group .img-box img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.single-alerts .py-40body .express-checkout .express-checkout-modal .duration-options .duration-button .container.mx-auto.intro-analysis ul {
  list-style: disc;
  padding-bottom: 1.25em;
}
.single-alerts .py-40body .express-checkout .express-checkout-modal .duration-options .duration-button .container.mx-auto.intro-analysis a:not(.button) {
  color: #3887ffd9;
  text-decoration: underline;
}
.single-alerts .py-40body .express-checkout .express-checkout-modal .duration-options .duration-button .container.mx-auto.intro-analysis li::marker {
  color: #d1d5db;
}
.single-alerts .py-40body .express-checkout .express-checkout-modal .duration-options .duration-button .container.mx-auto.intro-analysis p {
  padding-bottom: 1.25em;
}
body .express-checkout .express-checkout-modal .duration-options .duration-button {
  border-radius: 3px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 224 224 / var(--tw-ring-opacity));
}
body .express-checkout .express-checkout-modal .duration-options .duration-button.is-active{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 135 255 / var(--tw-ring-opacity));
}
body .express-checkout .express-checkout-modal .duration-options .duration-button .duration{
  --tw-text-opacity: 1;
  color: rgb(21 24 51 / var(--tw-text-opacity));
}
body .express-checkout .express-checkout-modal .duration-options .duration-button .price{
  --tw-text-opacity: 1;
  color: rgb(70 76 130 / var(--tw-text-opacity));
}
.section.section-landings-cards .flex.items-center.mt-8.space-x-8.text-smallbody .express-checkout .express-checkout-modal .duration-options .duration-button .price {
  display: none;
}
body .express-checkout .button-navigation{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section.section-landings-cards body .express-checkout .button-navigation.items-center.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}
body .express-checkout .button-navigation{
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body .express-checkout .button-navigation > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
body .express-checkout .u-button.primary {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --tw-bg-opacity: 1;
  background-color: rgb(56 135 255 / var(--tw-bg-opacity));
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.section.section-landings-cards .flex.items-center.mt-8.space-x-8body .express-checkout .u-button.primary.text-night-50 {
  display: none;
}
body .express-checkout .u-button.primary {
  color: #FFFFFF;
  border-radius: 8px;
  text-decoration: none;
  transition: all 250ms;
  text-align: center;
  cursor: pointer;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  outline: 0;
}
body .express-checkout .u-button.primary:disabled{
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
body .express-checkout .u-button.primary:not(.button--ghost):hover, body .express-checkout .u-button.primary:not(.button--ghost):focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 109 232 / var(--tw-ring-opacity));
  --tw-ring-inset: inset;
}
body .express-checkout .u-button.primary:not(.button--ghost):active{
  --tw-bg-opacity: 1;
  background-color: rgb(29 109 232 / var(--tw-bg-opacity));
}
body .express-checkout .u-button.primary:not(:last-child) {
  margin-right: 1.5rem;
}
header.header .secondary-navigation a:not(body .express-checkout .u-button.primary):before {
  width: 100%;
}
header.header .primary-navigation > div > ul > li.menu-item > a:not(body .express-checkout .u-button.primary), header.header .secondary-navigation > div > ul > li.menu-item > a:not(body .express-checkout .u-button.primary){
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section.section-landings-cards header.header .primary-navigation > div > ul > li.menu-item > a:not(body .express-checkout .u-button.primary).items-center.mt-8.space-x-8.text-small.text-night-50, .section.section-landings-cards header.header .secondary-navigation > div > ul > li.menu-item > a:not(body .express-checkout .u-button.primary).items-center.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}
header.header .primary-navigation > div > ul > li.menu-item > a:not(body .express-checkout .u-button.primary), header.header .secondary-navigation > div > ul > li.menu-item > a:not(body .express-checkout .u-button.primary){
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section.section-landings-cards header.header .primary-navigation > div > ul > li.menu-item > a:not(body .express-checkout .u-button.primary).items-center.mt-8.space-x-8.text-small.text-night-50, .section.section-landings-cards header.header .secondary-navigation > div > ul > li.menu-item > a:not(body .express-checkout .u-button.primary).items-center.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}
header.header .primary-navigation > div > ul > li.menu-item > a:not(body .express-checkout .u-button.primary), header.header .secondary-navigation > div > ul > li.menu-item > a:not(body .express-checkout .u-button.primary){
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section.section-landings-cards .flexheader.header .primary-navigation > div > ul > li.menu-item > a:not(body .express-checkout .u-button.primary).mt-8.space-x-8.text-small.text-night-50, .section.section-landings-cards .flexheader.header .secondary-navigation > div > ul > li.menu-item > a:not(body .express-checkout .u-button.primary).mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}
header.header .primary-navigation > div > ul > li.menu-item > a:not(body .express-checkout .u-button.primary), header.header .secondary-navigation > div > ul > li.menu-item > a:not(body .express-checkout .u-button.primary){
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section.section-landings-cards .flexheader.header .primary-navigation > div > ul > li.menu-item > a:not(body .express-checkout .u-button.primary).mt-8.space-x-8.text-small.text-night-50, .section.section-landings-cards .flexheader.header .secondary-navigation > div > ul > li.menu-item > a:not(body .express-checkout .u-button.primary).mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}
header.header .primary-navigation > div > ul > li.menu-item > a:not(body .express-checkout .u-button.primary), header.header .secondary-navigation > div > ul > li.menu-item > a:not(body .express-checkout .u-button.primary) {
  outline: 0;
}
header.header .primary-navigation > div > ul > li.menu-item > a:not(body .express-checkout .u-button.primary)::before, header.header .secondary-navigation > div > ul > li.menu-item > a:not(body .express-checkout .u-button.primary)::before {
  content: "";
  opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  position: absolute;
  bottom: 0px;
  height: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(56 135 255 / var(--tw-bg-opacity));
}
.single-alerts .py-40.bg-white .container.mx-auto.intro-analysis a:not(body .express-checkout .u-button.primary) {
  color: #3887ffd9;
  text-decoration: underline;
}
body .express-checkout .u-button {
  width: 120px;
  height: 48px;
  padding: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section.section-landings-cards body .express-checkout .u-button.items-center.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}
body .express-checkout .u-button{
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section.section-landings-cards .flexbody .express-checkout .u-button.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}
body .express-checkout .u-button{
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.express-checkout-cta {
  --ec-base-font: "Roboto";
  --ec-headings-font: "Roboto";
  --ec-base-font-color: #222222;
  --ec-primary-color: #0068c3;
  --ec-primary-color-darker: #004d92;
  --ec-border-radius: 3px;
  --ec-button-border-radius: 5px;
  --ec-modal-border-radius: 15px;
  --ec-red: #f04b4b;
  --ec-gray: #999999;
  --ec-gray-light: #999999;
  --ec-gray-lighter: #f5f7f8;
  --ec-duration-button-active: #004d92;
  background: #f5f7f8;
  padding: 3.2rem 0.8rem;
}
.express-checkout-cta .express-checkout-content h2 {
  margin: 0;
}
.express-checkout-cta .express-checkout-content p {
  margin-top: 1rem;
  margin-bottom: 3.2rem;
}
.express-checkout-cta .cta-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.express-checkout-cta .cta-col {
  padding: 0 0.62rem;
  width: 100%;
}
.express-checkout-cta .checkout-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.adsbygoogle,
.jagers-ad {
  display: inline-block;
  background-color: #f5f5f5;
}
.adsbygoogle.ad-wide-desktop,
.jagers-ad.ad-wide-desktop {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .adsbygoogle.ad-wide-mobile,
.jagers-ad.ad-wide-mobile {
    display: none;
  }
  .adsbygoogle.ad-wide-desktop,
.jagers-ad.ad-wide-desktop {
    display: inline-block;
  }
}

header.header .header-navigation{
  --tw-bg-opacity: 1;
  background-color: rgb(21 24 51 / var(--tw-bg-opacity));
  position: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 30;
  visibility: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1024px) {
  header.header .header-navigation {
    top: 0;
  }
  header.header .header-navigation{
    margin-left: 64px;
  }
  header.header .header-navigation{
    background-color: transparent;
  }
}
.menu-is-open header.header .header-navigation {
  visibility: visible;
}
@media (min-width: 1024px) {
  header.header .header-navigation {
    position: relative;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
    overflow: initial;
    visibility: visible;
  }
}
header.header .mobile-navigation-header {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 7rem;
  font-size: 1.8rem;
}
header.header .primary-navigation{
  height: 100%;
  position: relative;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1200px) {
  header.header .primary-navigation {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
header.header .primary-navigation > div > ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
@media (min-width: 1024px) {
  header.header .primary-navigation > div > ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
  }
  header.header .primary-navigation > div > ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
header.header .primary-navigation a:before {
  width: 100%;
}
header.header .secondary-navigation{
  height: 100%;
}
header.header .secondary-navigation ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(35px * var(--tw-space-x-reverse));
  margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
}
header.header .secondary-navigation a:not(.button):before {
  width: 100%;
}
header.header .primary-navigation > div, header.header .secondary-navigation > div{
  height: 100%;
}
header.header .primary-navigation > div > ul, header.header .secondary-navigation > div > ul{
  height: 100%;
}
header.header .primary-navigation > div > ul > li, header.header .secondary-navigation > div > ul > li{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section.section-landings-cards header.header .primary-navigation > div > ul > li.items-center.mt-8.space-x-8.text-small.text-night-50, .section.section-landings-cards header.header .secondary-navigation > div > ul > li.items-center.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}
header.header .primary-navigation > div > ul > li, header.header .secondary-navigation > div > ul > li{
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section.section-landings-cards .flexheader.header .primary-navigation > div > ul > li.mt-8.space-x-8.text-small.text-night-50, .section.section-landings-cards .flexheader.header .secondary-navigation > div > ul > li.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}
header.header .primary-navigation > div > ul > li, header.header .secondary-navigation > div > ul > li{
  position: relative;
}
@media (min-width: 1024px) {
  header.header .primary-navigation > div > ul > li, header.header .secondary-navigation > div > ul > li{
    height: 100%;
  }
}
header.header .primary-navigation > div > ul > li.menu-item > a:not(.button), header.header .secondary-navigation > div > ul > li.menu-item > a:not(.button){
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section.section-landings-cards header.header .primary-navigation > div > ul > li.menu-item > a:not(.button).items-center.mt-8.space-x-8.text-small.text-night-50, .section.section-landings-cards header.header .secondary-navigation > div > ul > li.menu-item > a:not(.button).items-center.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}
header.header .primary-navigation > div > ul > li.menu-item > a:not(.button), header.header .secondary-navigation > div > ul > li.menu-item > a:not(.button){
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section.section-landings-cards .flexheader.header .primary-navigation > div > ul > li.menu-item > a:not(.button).mt-8.space-x-8.text-small.text-night-50, .section.section-landings-cards .flexheader.header .secondary-navigation > div > ul > li.menu-item > a:not(.button).mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}
header.header .primary-navigation > div > ul > li.menu-item > a:not(.button),
header.header .secondary-navigation > div > ul > li.menu-item > a:not(.button) {
  outline: 0;
}
header.header .primary-navigation > div > ul > li.menu-item > a:not(.button)::before,
header.header .secondary-navigation > div > ul > li.menu-item > a:not(.button)::before {
  content: "";
  opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  position: absolute;
  bottom: 0px;
  height: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(56 135 255 / var(--tw-bg-opacity));
}
header.header .primary-navigation > div > ul > li.menu-item:hover a::before, header.header .primary-navigation > div > ul > li.menu-item:focus-within a::before,
header.header .secondary-navigation > div > ul > li.menu-item:hover a::before,
header.header .secondary-navigation > div > ul > li.menu-item:focus-within a::before {
  height: 2px !important;
}
header.header .primary-navigation > div > ul > li.menu-item.current-menu-item a::before,
header.header .secondary-navigation > div > ul > li.menu-item.current-menu-item a::before {
  height: 2px;
  opacity: 1;
}
header.header .primary-navigation ul > :not([hidden]) ~ :not([hidden]), header.header .secondary-navigation ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
header.header .primary-navigation ul, header.header .secondary-navigation ul{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section.section-landings-cards header.header .primary-navigation ul.items-center.mt-8.space-x-8.text-small.text-night-50, .section.section-landings-cards header.header .secondary-navigation ul.items-center.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}
header.header .primary-navigation ul, header.header .secondary-navigation ul{
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 32px;
  padding-right: 32px;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  header.header .primary-navigation ul, header.header .secondary-navigation ul{
    padding-left: 0px;
    padding-right: 0px;
  }
  header.header .primary-navigation ul > :not([hidden]) ~ :not([hidden]), header.header .secondary-navigation ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  header.header .primary-navigation ul, header.header .secondary-navigation ul{
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  header.header .primary-navigation ul, header.header .secondary-navigation ul{
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
header.header .primary-navigation li,
header.header .secondary-navigation li {
  position: relative;
}
header.header .primary-navigation a,
header.header .secondary-navigation a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 130%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  header.header .primary-navigation a,
header.header .secondary-navigation a {
    border: 0;
  }
  header.header .primary-navigation a, header.header .secondary-navigation a{
    font-size: 14px;
    line-height: 21px;
  }
.section.section-landings-cards .flex.items-center.mt-8.space-x-8header.header .primary-navigation a.text-night-50, .section.section-landings-cards .flex.items-center.mt-8.space-x-8header.header .secondary-navigation a.text-night-50 {
  display: none;
}
  header.header .primary-navigation a, header.header .secondary-navigation a{
    font-weight: 400;
  }
}
@media (min-width: 640px) {
  header.header .primary-navigation ul li.menu-item-has-children > a::after,
header.header .secondary-navigation ul li.menu-item-has-children > a::after {
    content: "";
  }
  header.header .primary-navigation ul li.menu-item-has-children > a::after, header.header .secondary-navigation ul li.menu-item-has-children > a::after{
    margin-left: 8px;
  }
  header.header .primary-navigation ul li.menu-item-has-children > a::after, header.header .secondary-navigation ul li.menu-item-has-children > a::after{
    display: block;
  }
  header.header .primary-navigation ul li.menu-item-has-children > a::after,
header.header .secondary-navigation ul li.menu-item-has-children > a::after {
    height: 5px;
    width: 8px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms;
    background-image: url("../svg/chevron-down-white.svg");
  }
}
header.header .primary-navigation ul li.menu-item-has-children:hover > a::after,
header.header .secondary-navigation ul li.menu-item-has-children:hover > a::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
header.header .primary-navigation ul.sub-menu, header.header .secondary-navigation ul.sub-menu{
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(21 24 51 / var(--tw-bg-opacity));
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
header.header .primary-navigation ul.sub-menu > :not([hidden]) ~ :not([hidden]), header.header .secondary-navigation ul.sub-menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(28px * var(--tw-space-y-reverse));
}
@media (min-width: 640px) {
  header.header .primary-navigation ul.sub-menu, header.header .secondary-navigation ul.sub-menu{
    display: block;
  }
  header.header .primary-navigation ul.sub-menu,
header.header .secondary-navigation ul.sub-menu {
    height: 0;
    overflow: hidden;
  }
}
header.header .primary-navigation ul.sub-menu a, header.header .secondary-navigation ul.sub-menu a{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
header.header .primary-navigation ul.sub-menu a:hover, header.header .secondary-navigation ul.sub-menu a:hover{
  --tw-text-opacity: 1;
  color: rgb(202 221 251 / var(--tw-text-opacity));
}
header.header .primary-navigation ul.sub-menu::before,
header.header .secondary-navigation ul.sub-menu::before {
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -8px;
}
@media (min-width: 1024px) {
  header.header .primary-navigation ul.sub-menu,
header.header .secondary-navigation ul.sub-menu {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(100% + 8px);
    height: auto;
    white-space: nowrap;
  }
  header.header .primary-navigation ul.sub-menu, header.header .secondary-navigation ul.sub-menu{
    padding-top: 16px;
    padding-bottom: 16px;
  }
  header.header .primary-navigation ul.sub-menu, header.header .secondary-navigation ul.sub-menu{
    border-width: 1px;
  }
  header.header .primary-navigation ul.sub-menu, header.header .secondary-navigation ul.sub-menu{
    --tw-border-opacity: 1;
    border-color: rgb(38 36 71 / var(--tw-border-opacity));
  }
  header.header .primary-navigation ul.sub-menu,
header.header .secondary-navigation ul.sub-menu {
    border-radius: 5px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.03);
    visibility: hidden;
    overflow: initial;
    opacity: 0;
    transition: opacity 0.25s, visibility 0.25s;
  }
}
@media (min-width: 1200px) {
  header.header .primary-navigation ul.sub-menu a, header.header .secondary-navigation ul.sub-menu a{
    padding-left: 20px;
    padding-right: 20px;
  }
  header.header .primary-navigation ul.sub-menu .sub-menu,
header.header .secondary-navigation ul.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: white;
    min-width: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
header.header .primary-navigation ul.sub-menu .sub-menu:before, header.header .primary-navigation ul.sub-menu .sub-menu:after,
header.header .secondary-navigation ul.sub-menu .sub-menu:before,
header.header .secondary-navigation ul.sub-menu .sub-menu:after {
  display: none;
}
@media (min-width: 1200px) {
  header.header .primary-navigation .menu-item-has-children:hover > .sub-menu,
header.header .secondary-navigation .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}
header.header .button-account .icon {
  font-size: 1.6rem;
}
header.header .mobile-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu-is-open,
.menu-is-open body {
  overflow: hidden;
}

.socket ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.socket a{
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(245 247 249 / var(--tw-text-opacity));
}
.socket--dark a{
  --tw-text-opacity: 1;
  color: rgb(38 36 71 / var(--tw-text-opacity));
}
.section.section-landings-cards .socket--dark a {
  display: none;
}

.hamburger{
  padding-top: 12px;
  padding-bottom: 12px;
}
.hamburger > span{
  width: 20px;
  height: 12px;
  position: relative;
  display: block;
}
.hamburger > span span{
  position: absolute;
  display: block;
  height: 2px;
  width: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.post-type-archive-blog .py-40.hamburger > span span .col-span-4 .outline-none.group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post-type-archive-blog .py-40.hamburger > span span .col-span-4 .outline-none.group .img-box {
  aspect-ratio: 4/3;
  max-height: 100%;
  width: 100%;
}
.post-type-archive-blog .py-40.hamburger > span span .col-span-4 .outline-none.group .img-box img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.single-alerts .py-40.hamburger > span span .container.mx-auto.intro-analysis ul {
  list-style: disc;
  padding-bottom: 1.25em;
}
.single-alerts .py-40.hamburger > span span .container.mx-auto.intro-analysis a:not(.button) {
  color: #3887ffd9;
  text-decoration: underline;
}
.single-alerts .py-40.hamburger > span span .container.mx-auto.intro-analysis li::marker {
  color: #d1d5db;
}
.single-alerts .py-40.hamburger > span span .container.mx-auto.intro-analysis p {
  padding-bottom: 1.25em;
}
.hamburger > span span{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.hamburger > span span:first-child{
  top: 0px;
}
.hamburger > span span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hamburger > span span:last-child{
  bottom: 0px;
}

html.menu-is-open .hamburger > span span:first-child {
  top: calc(50% - 2px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
html.menu-is-open .hamburger > span span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
}
html.menu-is-open .hamburger > span span:last-child {
  top: calc(50% - 2px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.report{
  cursor: pointer;
}

.report:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(38 36 71 / var(--tw-bg-opacity));
}

.report{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.report .icon-background {
  height: 0;
  width: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  border-radius: 9999px;
}
.report.active{
  --tw-bg-opacity: 1;
  background-color: rgb(38 36 71 / var(--tw-bg-opacity));
}
.report.active .icon-background{
  height: 100%;
  width: 100%;
}
.report.active .icon-background + div{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section iframe {
  -webkit-filter: drop-shadow(0px 14.9076px 29.8153px rgba(35, 23, 5, 0.26));
  filter: drop-shadow(0px 14.9076px 29.8153px rgba(35, 23, 5, 0.26));
}

table.stock-table{
  width: 100%;
}
table.stock-table th{
  text-align: left;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  --tw-text-opacity: 1;
  color: rgb(70 76 130 / var(--tw-text-opacity));
}
.section.section-landings-cards .flex.items-center.mt-8.space-x-8.text-smalltable.stock-table th {
  display: none;
}
table.stock-table th{
  font-family: Object Sans;
  font-size: 12px;
}
table.stock-table td{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding: 16px;
  font-family: Object Sans;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(70 76 130 / var(--tw-text-opacity));
}
.section.section-landings-cards .flex.items-center.mt-8.space-x-8.text-smalltable.stock-table td {
  display: none;
}
table.stock-table td{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
table.stock-table td a{
  --tw-text-opacity: 1;
  color: rgb(56 135 255 / var(--tw-text-opacity));
  font-weight: 700;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  -webkit-text-decoration-color: #CADDFB;
  text-decoration-color: #CADDFB;
}
table.stock-table tbody tr td:first-child{
  position: relative;
}
table.stock-table tbody tr td:first-child::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  --tw-bg-opacity: 1;
  background-color: rgb(56 135 255 / var(--tw-bg-opacity));
}
table.stock-table--interactive tbody tr:hover{
  cursor: pointer;
}
table.stock-table--interactive tbody tr:hover td:first-child::before{
  width: 4px;
}
table.stock-table--interactive tbody tr:hover td:not(:last-child){
  padding-left: 20px;
  padding-right: 12px;
}
table.stock-table--blurred tbody{
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  pointer-events: none;
}
table.stock-table--blurred tbody tr:nth-child(1), table.stock-table--blurred tbody tr:nth-child(2), table.stock-table--blurred tbody tr:nth-child(3), table.stock-table--blurred tbody tr:nth-child(4), table.stock-table--blurred tbody tr:nth-child(5){
  display: none;
}
@media (min-width: 1024px) {
  table.stock-table--blurred tbody tr{
    display: table-row !important;
  }
}

.blurred{
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  pointer-events: none;
}

a.link{
  --tw-text-opacity: 1;
  color: rgb(56 135 255 / var(--tw-text-opacity));
  font-weight: 700;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  -webkit-text-decoration-color: #CADDFB;
  text-decoration-color: #CADDFB;
}

#menu-account-sidebar li{
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
}
#menu-account-sidebar li:before {
  content: "";
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#menu-account-sidebar li a{
  display: block;
  padding: 7.5px 0;
  padding-left: 24px;
  padding-right: 24px;
  --tw-text-opacity: 1;
  color: rgb(70 76 130 / var(--tw-text-opacity));
}
.section.section-landings-cards .flex.items-center.mt-8.space-x-8.text-small#menu-account-sidebar li a {
  display: none;
}
#menu-account-sidebar li a{
  font-size: 14px;
  line-height: 21px;
}
.section.section-landings-cards .flex.items-center.mt-8.space-x-8#menu-account-sidebar li a.text-night-50 {
  display: none;
}
#menu-account-sidebar li a{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#menu-account-sidebar li.current-menu-item::before, #menu-account-sidebar li:hover::before {
  width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(56 135 255 / var(--tw-bg-opacity));
}
#menu-account-sidebar li.current-menu-item a, #menu-account-sidebar li:hover a{
  --tw-text-opacity: 1;
  color: rgb(38 36 71 / var(--tw-text-opacity));
}
.section.section-landings-cards #menu-account-sidebar li.current-menu-item a, .section.section-landings-cards #menu-account-sidebar li:hover a {
  display: none;
}

#mobile-menu-account-sidebar > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-divide-opacity));
}
#mobile-menu-account-sidebar li{
  padding-top: 24px;
  padding-bottom: 24px;
}
#mobile-menu-account-sidebar li a{
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(38 36 71 / var(--tw-text-opacity));
}
.section.section-landings-cards #mobile-menu-account-sidebar li a {
  display: none;
}
#mobile-menu-account-sidebar li a img{
  width: 100%;
  height: 100%;
}

ul.menu-404{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section.section-landings-cards ul.menu-404.items-center.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}

ul.menu-404{
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.section-landings-cards .flexul.menu-404.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}

ul.menu-404 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
ul.menu-404 li a{
  --tw-text-opacity: 1;
  color: rgb(56 135 255 / var(--tw-text-opacity));
  font-size: 14px;
  line-height: 21px;
}
.section.section-landings-cards .flex.items-center.mt-8.space-x-8ul.menu-404 li a.text-night-50 {
  display: none;
}
ul.menu-404 li a{
  font-weight: 700;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  -webkit-text-decoration-color: #3887FF;
  text-decoration-color: #3887FF;
}

.squeezepage-form.is-success > form{
  display: none;
}
.squeezepage-form.is-success .success-message{
  display: block;
}
.squeezepage-form > form{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section.section-landings-cards .squeezepage-form > form.items-center.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}
.squeezepage-form > form > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}
.squeezepage-form > form.is-loading input{
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(141 141 141 / var(--tw-bg-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(141 141 141 / var(--tw-ring-opacity));
}
.squeezepage-form .squeezepage-nocaptcha{
  display: none;
}
.dark .squeezepage-form .squeezepage-nocaptcha{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.squeezepage-form .squeezepage-nocaptcha.visible{
  display: block;
}

.squeezepage-form .squeezepage-response .success, .squeezepage-form .squeezepage-response .error{
  display: none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.section-landings-cards .flex.squeezepage-form .squeezepage-response .success.mt-8.space-x-8.text-small.text-night-50, .section.section-landings-cards .flex.squeezepage-form .squeezepage-response .error.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}

.squeezepage-form .squeezepage-response .success > :not([hidden]) ~ :not([hidden]), .squeezepage-form .squeezepage-response .error > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}
.squeezepage-form .squeezepage-response .success{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.squeezepage-form .squeezepage-response .error{
  --tw-text-opacity: 1;
  color: rgb(204 3 40 / var(--tw-text-opacity));
}
.squeezepage-form.is-success form{
  display: none;
}
.squeezepage-form.is-success .squeezepage-response .success{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section.section-landings-cards .squeezepage-form.is-success .squeezepage-response .success.items-center.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}
.squeezepage-form.is-error .squeezepage-response{
  margin-top: 12px;
}
.squeezepage-form.is-error .squeezepage-response .error{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section.section-landings-cards .squeezepage-form.is-error .squeezepage-response .error.items-center.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}

.newsletter.is-success > form{
  display: none;
}
.newsletter.is-success .success-message{
  display: block;
}
.newsletter > form{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section.section-landings-cards .newsletter > form.items-center.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}
.newsletter > form > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}
.newsletter > form.is-loading input{
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(141 141 141 / var(--tw-bg-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(141 141 141 / var(--tw-ring-opacity));
}
.newsletter .newsletter-nocaptcha{
  display: none;
}
.dark .newsletter .newsletter-nocaptcha{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.newsletter .newsletter-nocaptcha.visible{
  display: block;
}

.newsletter .newsletter-response .success, .newsletter .newsletter-response .error{
  display: none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.section-landings-cards .flex.newsletter .newsletter-response .success.mt-8.space-x-8.text-small.text-night-50, .section.section-landings-cards .flex.newsletter .newsletter-response .error.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}

.newsletter .newsletter-response .success > :not([hidden]) ~ :not([hidden]), .newsletter .newsletter-response .error > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}
.newsletter .newsletter-response .success{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.newsletter .newsletter-response .error{
  --tw-text-opacity: 1;
  color: rgb(204 3 40 / var(--tw-text-opacity));
}
.newsletter.is-success form{
  display: none;
}
.newsletter.is-success .newsletter-response .success{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section.section-landings-cards .newsletter.is-success .newsletter-response .success.items-center.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}
.newsletter.is-error .newsletter-response{
  margin-top: 12px;
}
.newsletter.is-error .newsletter-response .error{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section.section-landings-cards .newsletter.is-error .newsletter-response .error.items-center.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}

.teaser{
  position: relative;
}

.teaser::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-mask: linear-gradient(transparent, black 90%);
  mask: linear-gradient(transparent, black 90%);
}

.analysis-item__thumb-container {
  position: relative;
  height: 240px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.analysis-item__thumb-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ab__top-logo {
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  background-color: #fff;
  padding: 0 32px;
  display: block;
}
.ab__top-logo img {
  display: block;
  margin: auto;
}
.ab__input-notice {
  font-size: 14px;
  color: #535353;
  margin-bottom: 54px;
}

.ab__container {
  margin: auto;
  position: relative;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  height: auto;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 80px 16px 0;
}
@media screen and (max-width: 760px) {
  .ab__container {
    padding: 40px 16px 0;
  }
}
.ab__container .ab__box {
  border-radius: 8px;
  border-width: 4px;
  box-sizing: border-box;
  position: relative;
  width: 640px;
  max-width: 100%;
  margin: 0 12px 80px;
  background-color: #fff;
}
.ab__container .ab__content {
  padding: 36px 48px 0;
  text-align: center;
  color: black;
}
@media screen and (max-width: 760px) {
  .ab__container .ab__content {
    padding: 32px 32px 0;
  }
}
.ab__container .ab__content h1, .ab__container .ab__content h2, .ab__container .ab__content h3{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.ab__container .ab__content .ab__main-title {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 32px;
}
@media screen and (max-width: 760px) {
  .ab__container .ab__content .ab__main-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 24px;
  }
}
.ab__container .ab__content .ab__subtitle {
  font-weight: 700;
  margin-bottom: 8px;
}
.ab__container .ab__content .ab__text {
  font-size: 14px;
  line-height: 21px;
  color: #464C82;
}
.ab__container .ab__content .ab__input-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 14px;
  margin: 32px 0 16px;
}
@media screen and (max-width: 760px) {
  .ab__container .ab__content .ab__input-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ab__container .ab__content .ab__input-container .ab__input {
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #F5F7F9;
  border-radius: 8px;
}
.ab__container .ab__content .ab__input-container .ab__btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33.33%;
  height: 40px;
  margin-top: 0;
  margin-left: 8px;
  border-radius: 8px;
  padding: 8px 16px;
  font-family: "Object Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 760px) {
  .ab__container .ab__content .ab__input-container .ab__btn {
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }
}
.ab__container .ab__content .ab__desc {
  font-size: 18px;
  width: 450px;
  max-width: 90%;
  margin: 0 auto 32px;
}
@media screen and (max-width: 760px) {
  .ab__container .ab__content .ab__desc {
    font-size: 16px;
    line-height: 26px;
    margin: 0 auto 24px;
  }
}
.ab__container .ab__content .ab__top-title {
  font-family: GT America;
  font-size: 18px;
  font-weight: 800;
  color: red;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  .ab__container .ab__content .ab__top-title {
    font-size: 14px;
    line-height: 24px;
  }
}
.ab__container .ab__content .ab__logo-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ab__container .ab__content .ab__logo {
  width: 96px;
  height: 96px;
  margin: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ab__container .ab__content .ab__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.ab__container .ab__content .ab__logo-separator {
  border-top: 4px solid black;
  min-height: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 54px 12px 0;
}
.ab__container .ab__content .ab__logo-separator-title {
  background-color: #fff;
  -webkit-transform: translatey(-14px);
  transform: translatey(-14px);
  text-align: center;
  display: inline-block;
  padding: 0 12px;
  font-size: 18px;
  font-weight: 600;
}
.ab__container .ab__footer {
  border-top: 1px solid #ADAFB2;
  padding: 24px 100px;
  color: #ADAFB2;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 760px) {
  .ab__container .ab__footer {
    font-size: 14px;
    line-height: 24px;
    padding: 24px 32px;
  }
}
.ab__container .ab__footer p {
  font-size: 12px;
  line-height: 1.5;
  color: #ADAFB2;
}

picture {
  line-height: 0;
  display: inline-block;
}

input[type=text], input[type=textarea], input[type=submit], textarea, button {
  -webkit-appearance: none;
}

.xdebug-var-dump {
  background-color: black !important;
  padding: 30px !important;
  padding-top: 0px !important;
  color: white !important;
  text-align: left !important;
  border: solid 3px red !important;
  overflow-x: scroll;
}
.xdebug-var-dump small {
  color: white !important;
  font-size: 1em !important;
}
.xdebug-var-dump small:first-of-type {
  font-size: 1.5rem !important;
  background-color: red !important;
  color: black !important;
  padding: 30px !important;
  display: block !important;
  margin-left: -30px !important;
  margin-right: -30px !important;
}
.xdebug-var-dump b {
  color: yellow !important;
}
.xdebug-var-dump font[color="#888a85"] {
  color: chartreuse !important;
}
.xdebug-var-dump font[color="#75507b"] {
  color: red !important;
}
.xdebug-var-dump font[color="#cc0000"] {
  color: deeppink !important;
}
.xdebug-var-dump font[color="#3465a4"] {
  color: deepskyblue !important;
}

.post-type-archive-blog .py-40.bg-white .col-span-4 .outline-none.group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post-type-archive-blog .py-40.bg-white .col-span-4 .outline-none.group .img-box {
  aspect-ratio: 4/3;
  max-height: 100%;
  width: 100%;
}
.post-type-archive-blog .py-40.bg-white .col-span-4 .outline-none.group .img-box img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.paywall-btn a {
  text-decoration: none !important;
  color: white !important;
}

.intro-analysis {
  font-size: 16px;
}

.single-alerts .py-40.bg-white .container.mx-auto.intro-analysis ul {
  list-style: disc;
  padding-bottom: 1.25em;
}
.single-alerts .py-40.bg-white .container.mx-auto.intro-analysis a:not(.button) {
  color: #3887ffd9;
  text-decoration: underline;
}
.single-alerts .py-40.bg-white .container.mx-auto.intro-analysis li::marker {
  color: #d1d5db;
}
.single-alerts .py-40.bg-white .container.mx-auto.intro-analysis p {
  padding-bottom: 1.25em;
}

.section.section-landings-cards .text-night-70 {
  display: none;
}
.section.section-landings-cards .flex.items-center.mt-8.space-x-8.text-small.text-night-50 {
  display: none;
}

.section.section-wysiwyg a,
.section.section-wysiwyg a strong {
  color: #3887ffd9;
}

.countdown-flying .countdown__content.columns {
  position: relative;
  margin-top: 32px;
}
.countdown-flying .countdown__content.columns .close-button {
  cursor: pointer;
  position: absolute;
  right: 50px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.countdown-flying .countdown__counter {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.countdown-flying .countdown .close__wrapper {
  position: absolute;
  right: 50px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.countdown-flying .countdown__wrapper {
  width: 86px;
}
.countdown-flying .countdown__wrapper::before {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.countdown-flying .countdown__label {
  font-size: 1rem;
}
.countdown-flying .countdown__button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.first-letter\:uppercase::first-letter{
  text-transform: uppercase;
}
.hover\:border-night-40:hover{
  --tw-border-opacity: 1;
  border-color: rgb(101 107 158 / var(--tw-border-opacity));
}
.hover\:bg-royal-60:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 109 232 / var(--tw-bg-opacity));
}
.hover\:text-royal-30:hover{
  --tw-text-opacity: 1;
  color: rgb(202 221 251 / var(--tw-text-opacity));
}
.hover\:text-royal-60:hover{
  --tw-text-opacity: 1;
  color: rgb(29 109 232 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.hover\:shadow-card-white:hover{
  --tw-shadow: 0px 0px 0px 2px #E3ECFA;;
  --tw-shadow-colored: 0px 0px 0px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-tile-hover-light:hover{
  --tw-shadow: 0px 0px 0px 2px #CADDFB, 0px 16px 28px -4px rgba(0, 0, 0, 0.08);;
  --tw-shadow-colored: 0px 0px 0px 2px var(--tw-shadow-color), 0px 16px 28px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-card:hover{
  --tw-shadow: 0px 0px 0px 2px #464C82, 0px 16px 28px -4px rgba(0, 0, 0, 0.2);;
  --tw-shadow-colored: 0px 0px 0px 2px var(--tw-shadow-color), 0px 16px 28px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:ring-royal-50:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 135 255 / var(--tw-ring-opacity));
}
.focus\:shadow-card-white:focus{
  --tw-shadow: 0px 0px 0px 2px #E3ECFA;;
  --tw-shadow-colored: 0px 0px 0px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:shadow-card:focus{
  --tw-shadow: 0px 0px 0px 2px #464C82, 0px 16px 28px -4px rgba(0, 0, 0, 0.2);;
  --tw-shadow-colored: 0px 0px 0px 2px var(--tw-shadow-color), 0px 16px 28px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:scale-\[1\.02\]{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-royal-60{
  --tw-text-opacity: 1;
  color: rgb(29 109 232 / var(--tw-text-opacity));
}
.group:focus .group-focus\:scale-\[1\.02\]{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.prose-p\:text-small :is(:where(p):not(:where([class~="not-prose"] *))){
  font-size: 14px;
  line-height: 21px;
}
.prose-strong\:text-white :is(:where(strong):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .dark\:border-none{
  border-style: none;
}
.dark .dark\:bg-night-70{
  --tw-bg-opacity: 1;
  background-color: rgb(38 36 71 / var(--tw-bg-opacity));
}
.dark .dark\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .dark\:text-royal-30{
  --tw-text-opacity: 1;
  color: rgb(202 221 251 / var(--tw-text-opacity));
}
.dark .dark\:text-royal-10{
  --tw-text-opacity: 1;
  color: rgb(245 247 249 / var(--tw-text-opacity));
}
.dark .dark\:hover\:shadow-card:hover{
  --tw-shadow: 0px 0px 0px 2px #464C82, 0px 16px 28px -4px rgba(0, 0, 0, 0.2);;
  --tw-shadow-colored: 0px 0px 0px 2px var(--tw-shadow-color), 0px 16px 28px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark .dark\:focus\:shadow-card:focus{
  --tw-shadow: 0px 0px 0px 2px #464C82, 0px 16px 28px -4px rgba(0, 0, 0, 0.2);;
  --tw-shadow-colored: 0px 0px 0px 2px var(--tw-shadow-color), 0px 16px 28px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px){
  .sm\:static{
    position: static;
  }
  .sm\:absolute{
    position: absolute;
  }
  .sm\:col-span-12{
    -ms-grid-column-span: 12;
    -ms-grid-column: span 12;
    grid-column: span 12 / span 12;
  }
  .sm\:col-span-8{
    -ms-grid-column-span: 8;
    -ms-grid-column: span 8;
    grid-column: span 8 / span 8;
  }
  .sm\:col-span-6{
    -ms-grid-column-span: 6;
    -ms-grid-column: span 6;
    grid-column: span 6 / span 6;
  }
  .sm\:col-span-5{
    -ms-grid-column-span: 5;
    -ms-grid-column: span 5;
    grid-column: span 5 / span 5;
  }
  .sm\:col-span-7{
    -ms-grid-column-span: 7;
    -ms-grid-column: span 7;
    grid-column: span 7 / span 7;
  }
  .sm\:col-span-9{
    -ms-grid-column-span: 9;
    -ms-grid-column: span 9;
    grid-column: span 9 / span 9;
  }
  .sm\:col-span-3{
    -ms-grid-column-span: 3;
    -ms-grid-column: span 3;
    grid-column: span 3 / span 3;
  }
  .sm\:col-span-10{
    -ms-grid-column-span: 10;
    -ms-grid-column: span 10;
    grid-column: span 10 / span 10;
  }
  .sm\:col-start-3{
    -ms-grid-column: 3;
    grid-column-start: 3;
  }
  .sm\:col-start-4{
    -ms-grid-column: 4;
    grid-column-start: 4;
  }
  .sm\:col-start-7{
    -ms-grid-column: 7;
    grid-column-start: 7;
  }
  .sm\:col-start-2{
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
  .sm\:col-start-8{
    -ms-grid-column: 8;
    grid-column-start: 8;
  }
  .sm\:col-end-10{
    grid-column-end: 10;
  }
  .sm\:col-end-13{
    grid-column-end: 13;
  }
  .sm\:col-end-11{
    grid-column-end: 11;
  }
  .sm\:col-end-12{
    grid-column-end: 12;
  }
  .sm\:row-start-1{
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  .sm\:row-start-2{
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  .sm\:my-56{
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .sm\:my-96{
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .sm\:my-40{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sm\:my-16{
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .sm\:mt-40{
    margin-top: 40px;
  }
  .sm\:mt-96{
    margin-top: 96px;
  }
  .sm\:mt-56{
    margin-top: 56px;
  }
  .sm\:mb-56{
    margin-bottom: 56px;
  }
  .sm\:mt-136{
    margin-top: 136px;
  }
  .sm\:mt-64{
    margin-top: 64px;
  }
  .sm\:mt-142{
    margin-top: 142px;
  }
  .sm\:mt-\[288px\]{
    margin-top: 288px;
  }
  .sm\:mb-40{
    margin-bottom: 40px;
  }
  .sm\:mt-12{
    margin-top: 12px;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mt-16{
    margin-top: 16px;
  }
  .sm\:mt-32{
    margin-top: 32px;
  }
  .sm\:mt-8{
    margin-top: 8px;
  }
  .sm\:ml-24{
    margin-left: 24px;
  }
  .sm\:mt-46{
    margin-top: 46px;
  }
  .sm\:mt-20{
    margin-top: 20px;
  }
  .sm\:mb-28{
    margin-bottom: 28px;
  }
  .sm\:mt-36{
    margin-top: 9rem;
  }
  .sm\:mt-80{
    margin-top: 80px;
  }
  .sm\:mt-48{
    margin-top: 48px;
  }
  .sm\:mb-12{
    margin-bottom: 12px;
  }
  .sm\:mt-10{
    margin-top: 10px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:inline{
    display: inline;
  }
  .sm\:flex{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-56{
    height: 56px;
  }
  .sm\:h-\[520px\]{
    height: 520px;
  }
  .sm\:h-\[152px\]{
    height: 152px;
  }
  .sm\:min-h-screen{
    min-height: 100vh;
  }
  .sm\:min-h-\[70vh\]{
    min-height: 70vh;
  }
  .sm\:w-56{
    width: 56px;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:w-2\/3{
    width: 66.666667%;
  }
  .sm\:min-w-\[185px\]{
    min-width: 185px;
  }
  .sm\:max-w-\[260px\]{
    max-width: 260px;
  }
  .sm\:max-w-\[352px\]{
    max-width: 352px;
  }
  .sm\:translate-y-\[65px\]{
    --tw-translate-y: 65px;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:grid-cols-8{
    -ms-grid-columns: (minmax(0, 1fr))[8];
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sm\:grid-cols-10{
    -ms-grid-columns: (minmax(0, 1fr))[10];
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .sm\:grid-cols-12{
    -ms-grid-columns: (minmax(0, 1fr))[12];
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .sm\:flex-row{
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sm\:flex-col{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sm\:items-start{
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sm\:items-center{
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sm\:gap-12{
    gap: 12px;
  }
  .sm\:gap-y-32{
    row-gap: 32px;
  }
  .sm\:gap-y-0{
    row-gap: 0px;
  }
  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }
  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(32px * var(--tw-space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72px * var(--tw-space-y-reverse));
  }
  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse));
  }
  .sm\:overflow-visible{
    overflow: visible;
  }
  .sm\:rounded{
    border-radius: 8px;
  }
  .sm\:border-\[1px\]{
    border-width: 1px;
  }
  .sm\:border-\[1\.5px\]{
    border-width: 1.5px;
  }
  .sm\:p-48{
    padding: 48px;
  }
  .sm\:p-16{
    padding: 16px;
  }
  .sm\:p-32{
    padding: 32px;
  }
  .sm\:py-96{
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .sm\:py-72{
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .sm\:py-80{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sm\:py-88{
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .sm\:py-142{
    padding-top: 142px;
    padding-bottom: 142px;
  }
  .sm\:px-24{
    padding-left: 24px;
    padding-right: 24px;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-56{
    padding-left: 56px;
    padding-right: 56px;
  }
  .sm\:py-48{
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .sm\:py-22{
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .sm\:px-96{
    padding-left: 96px;
    padding-right: 96px;
  }
  .sm\:pt-\[62px\]{
    padding-top: 62px;
  }
  .sm\:pt-40{
    padding-top: 40px;
  }
  .sm\:pt-96{
    padding-top: 96px;
  }
  .sm\:pb-136{
    padding-bottom: 136px;
  }
  .sm\:pb-64{
    padding-bottom: 64px;
  }
  .sm\:pb-72{
    padding-bottom: 72px;
  }
  .sm\:pt-56{
    padding-top: 56px;
  }
  .sm\:pr-56{
    padding-right: 56px;
  }
  .sm\:pb-80{
    padding-bottom: 80px;
  }
  .sm\:pb-16{
    padding-bottom: 16px;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:text-center{
    text-align: center;
  }
  .sm\:text-60{
    font-size: 60px;
  }
  .sm\:text-h1{
    font-size: 42px;
    line-height: 130%;
  }
  .sm\:text-18{
    font-size: 18px;
  }
  .sm\:text-14{
    font-size: 14px;
  }
  .sm\:text-32{
    font-size: 32px;
  }
  .sm\:text-large{
    font-size: 18px;
    line-height: 27px;
  }
  .sm\:text-28{
    font-size: 28px;
  }
  .sm\:text-medium{
    font-size: 16px;
    line-height: 24px;
  }
  .sm\:leading-\[19\.2px\]{
    line-height: 19.2px;
  }
  .sm\:line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 1024px){
  .md\:col-span-4{
    -ms-grid-column-span: 4;
    -ms-grid-column: span 4;
    grid-column: span 4 / span 4;
  }
  .md\:col-span-3{
    -ms-grid-column-span: 3;
    -ms-grid-column: span 3;
    grid-column: span 3 / span 3;
  }
  .md\:col-start-4{
    -ms-grid-column: 4;
    grid-column-start: 4;
  }
  .md\:col-end-10{
    grid-column-end: 10;
  }
  .md\:mt-64{
    margin-top: 64px;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:gap-y-32{
    row-gap: 32px;
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:py-80{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .md\:py-96{
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .md\:py-48{
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:text-center{
    text-align: center;
  }
}