@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

[data-sal]{
  transition-delay:0s;
  transition-delay:var(--sal-delay,0s);
  transition-duration:.2s;
  transition-duration:var(--sal-duration,.2s);
  transition-timing-function:ease;
  transition-timing-function:var(--sal-easing,ease)
}

[data-sal][data-sal-duration="200"]{
  transition-duration:.2s
}

[data-sal][data-sal-duration="250"]{
  transition-duration:.25s
}

[data-sal][data-sal-duration="300"]{
  transition-duration:.3s
}

[data-sal][data-sal-duration="350"]{
  transition-duration:.35s
}

[data-sal][data-sal-duration="400"]{
  transition-duration:.4s
}

[data-sal][data-sal-duration="450"]{
  transition-duration:.45s
}

[data-sal][data-sal-duration="500"]{
  transition-duration:.5s
}

[data-sal][data-sal-duration="550"]{
  transition-duration:.55s
}

[data-sal][data-sal-duration="600"]{
  transition-duration:.6s
}

[data-sal][data-sal-duration="650"]{
  transition-duration:.65s
}

[data-sal][data-sal-duration="700"]{
  transition-duration:.7s
}

[data-sal][data-sal-duration="750"]{
  transition-duration:.75s
}

[data-sal][data-sal-duration="800"]{
  transition-duration:.8s
}

[data-sal][data-sal-duration="850"]{
  transition-duration:.85s
}

[data-sal][data-sal-duration="900"]{
  transition-duration:.9s
}

[data-sal][data-sal-duration="950"]{
  transition-duration:.95s
}

[data-sal][data-sal-duration="1000"]{
  transition-duration:1s
}

[data-sal][data-sal-duration="1050"]{
  transition-duration:1.05s
}

[data-sal][data-sal-duration="1100"]{
  transition-duration:1.1s
}

[data-sal][data-sal-duration="1150"]{
  transition-duration:1.15s
}

[data-sal][data-sal-duration="1200"]{
  transition-duration:1.2s
}

[data-sal][data-sal-duration="1250"]{
  transition-duration:1.25s
}

[data-sal][data-sal-duration="1300"]{
  transition-duration:1.3s
}

[data-sal][data-sal-duration="1350"]{
  transition-duration:1.35s
}

[data-sal][data-sal-duration="1400"]{
  transition-duration:1.4s
}

[data-sal][data-sal-duration="1450"]{
  transition-duration:1.45s
}

[data-sal][data-sal-duration="1500"]{
  transition-duration:1.5s
}

[data-sal][data-sal-duration="1550"]{
  transition-duration:1.55s
}

[data-sal][data-sal-duration="1600"]{
  transition-duration:1.6s
}

[data-sal][data-sal-duration="1650"]{
  transition-duration:1.65s
}

[data-sal][data-sal-duration="1700"]{
  transition-duration:1.7s
}

[data-sal][data-sal-duration="1750"]{
  transition-duration:1.75s
}

[data-sal][data-sal-duration="1800"]{
  transition-duration:1.8s
}

[data-sal][data-sal-duration="1850"]{
  transition-duration:1.85s
}

[data-sal][data-sal-duration="1900"]{
  transition-duration:1.9s
}

[data-sal][data-sal-duration="1950"]{
  transition-duration:1.95s
}

[data-sal][data-sal-duration="2000"]{
  transition-duration:2s
}

[data-sal][data-sal-delay="50"]{
  transition-delay:.05s
}

[data-sal][data-sal-delay="100"]{
  transition-delay:.1s
}

[data-sal][data-sal-delay="150"]{
  transition-delay:.15s
}

[data-sal][data-sal-delay="200"]{
  transition-delay:.2s
}

[data-sal][data-sal-delay="250"]{
  transition-delay:.25s
}

[data-sal][data-sal-delay="300"]{
  transition-delay:.3s
}

[data-sal][data-sal-delay="350"]{
  transition-delay:.35s
}

[data-sal][data-sal-delay="400"]{
  transition-delay:.4s
}

[data-sal][data-sal-delay="450"]{
  transition-delay:.45s
}

[data-sal][data-sal-delay="500"]{
  transition-delay:.5s
}

[data-sal][data-sal-delay="550"]{
  transition-delay:.55s
}

[data-sal][data-sal-delay="600"]{
  transition-delay:.6s
}

[data-sal][data-sal-delay="650"]{
  transition-delay:.65s
}

[data-sal][data-sal-delay="700"]{
  transition-delay:.7s
}

[data-sal][data-sal-delay="750"]{
  transition-delay:.75s
}

[data-sal][data-sal-delay="800"]{
  transition-delay:.8s
}

[data-sal][data-sal-delay="850"]{
  transition-delay:.85s
}

[data-sal][data-sal-delay="900"]{
  transition-delay:.9s
}

[data-sal][data-sal-delay="950"]{
  transition-delay:.95s
}

[data-sal][data-sal-delay="1000"]{
  transition-delay:1s
}

[data-sal][data-sal-easing=linear]{
  transition-timing-function:linear
}

[data-sal][data-sal-easing=ease]{
  transition-timing-function:ease
}

[data-sal][data-sal-easing=ease-in]{
  transition-timing-function:ease-in
}

[data-sal][data-sal-easing=ease-out]{
  transition-timing-function:ease-out
}

[data-sal][data-sal-easing=ease-in-out]{
  transition-timing-function:ease-in-out
}

[data-sal][data-sal-easing=ease-in-cubic]{
  transition-timing-function:cubic-bezier(.55,.055,.675,.19)
}

[data-sal][data-sal-easing=ease-out-cubic]{
  transition-timing-function:cubic-bezier(.215,.61,.355,1)
}

[data-sal][data-sal-easing=ease-in-out-cubic]{
  transition-timing-function:cubic-bezier(.645,.045,.355,1)
}

[data-sal][data-sal-easing=ease-in-circ]{
  transition-timing-function:cubic-bezier(.6,.04,.98,.335)
}

[data-sal][data-sal-easing=ease-out-circ]{
  transition-timing-function:cubic-bezier(.075,.82,.165,1)
}

[data-sal][data-sal-easing=ease-in-out-circ]{
  transition-timing-function:cubic-bezier(.785,.135,.15,.86)
}

[data-sal][data-sal-easing=ease-in-expo]{
  transition-timing-function:cubic-bezier(.95,.05,.795,.035)
}

[data-sal][data-sal-easing=ease-out-expo]{
  transition-timing-function:cubic-bezier(.19,1,.22,1)
}

[data-sal][data-sal-easing=ease-in-out-expo]{
  transition-timing-function:cubic-bezier(1,0,0,1)
}

[data-sal][data-sal-easing=ease-in-quad]{
  transition-timing-function:cubic-bezier(.55,.085,.68,.53)
}

[data-sal][data-sal-easing=ease-out-quad]{
  transition-timing-function:cubic-bezier(.25,.46,.45,.94)
}

[data-sal][data-sal-easing=ease-in-out-quad]{
  transition-timing-function:cubic-bezier(.455,.03,.515,.955)
}

[data-sal][data-sal-easing=ease-in-quart]{
  transition-timing-function:cubic-bezier(.895,.03,.685,.22)
}

[data-sal][data-sal-easing=ease-out-quart]{
  transition-timing-function:cubic-bezier(.165,.84,.44,1)
}

[data-sal][data-sal-easing=ease-in-out-quart]{
  transition-timing-function:cubic-bezier(.77,0,.175,1)
}

[data-sal][data-sal-easing=ease-in-quint]{
  transition-timing-function:cubic-bezier(.755,.05,.855,.06)
}

[data-sal][data-sal-easing=ease-out-quint]{
  transition-timing-function:cubic-bezier(.23,1,.32,1)
}

[data-sal][data-sal-easing=ease-in-out-quint]{
  transition-timing-function:cubic-bezier(.86,0,.07,1)
}

[data-sal][data-sal-easing=ease-in-sine]{
  transition-timing-function:cubic-bezier(.47,0,.745,.715)
}

[data-sal][data-sal-easing=ease-out-sine]{
  transition-timing-function:cubic-bezier(.39,.575,.565,1)
}

[data-sal][data-sal-easing=ease-in-out-sine]{
  transition-timing-function:cubic-bezier(.445,.05,.55,.95)
}

[data-sal][data-sal-easing=ease-in-back]{
  transition-timing-function:cubic-bezier(.6,-.28,.735,.045)
}

[data-sal][data-sal-easing=ease-out-back]{
  transition-timing-function:cubic-bezier(.175,.885,.32,1.275)
}

[data-sal][data-sal-easing=ease-in-out-back]{
  transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)
}

[data-sal|=fade]{
  opacity:0;
  transition-property:opacity
}

[data-sal|=fade].sal-animate,body.sal-disabled [data-sal|=fade]{
  opacity:1
}

[data-sal|=slide]{
  opacity:0;
  transition-property:opacity,transform
}

[data-sal=slide-up]{
  transform:translateY(20%)
}

[data-sal=slide-down]{
  transform:translateY(-20%)
}

[data-sal=slide-left]{
  transform:translateX(20%)
}

[data-sal=slide-right]{
  transform:translateX(-20%)
}

[data-sal|=slide].sal-animate,body.sal-disabled [data-sal|=slide]{
  opacity:1;
  transform:none
}

[data-sal|=zoom]{
  opacity:0;
  transition-property:opacity,transform
}

[data-sal=zoom-in]{
  transform:scale(.5)
}

[data-sal=zoom-out]{
  transform:scale(1.1)
}

[data-sal|=zoom].sal-animate,body.sal-disabled [data-sal|=zoom]{
  opacity:1;
  transform:none
}

[data-sal|=flip]{
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  transition-property:transform
}

[data-sal=flip-left]{
  transform:perspective(2000px) rotateY(-91deg)
}

[data-sal=flip-right]{
  transform:perspective(2000px) rotateY(91deg)
}

[data-sal=flip-up]{
  transform:perspective(2000px) rotateX(-91deg)
}

[data-sal=flip-down]{
  transform:perspective(2000px) rotateX(91deg)
}

[data-sal|=flip].sal-animate,body.sal-disabled [data-sal|=flip]{
  transform:none
}

/*
! tailwindcss v3.2.4 | 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: currentColor;
  /* 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.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: DM Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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]) {
  -webkit-text-decoration: underline dotted;
          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 */
  font-weight: inherit;
  /* 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::-moz-placeholder, textarea::-moz-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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --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: 
}

::backdrop{
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --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: 
}

.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border-width:0
}

.absolute{
  position:absolute
}

.relative{
  position:relative
}

.top-24{
  top:6rem
}

.left-4{
  left:1rem
}

.-right-12{
  right:-3rem
}

.-bottom-4{
  bottom:-1rem
}

.top-4{
  top:1rem
}

.-right-4{
  right:-1rem
}

.bottom-44{
  bottom:11rem
}

.-left-14{
  left:-3.5rem
}

.-top-16{
  top:-4rem
}

.left-auto{
  left:auto
}

.-right-16{
  right:-4rem
}

.bottom-14{
  bottom:3.5rem
}

.top-0\.5{
  top:0.125rem
}

.top-0{
  top:0px
}

.z-40{
  z-index:40
}

.z-10{
  z-index:10
}

.z-20{
  z-index:20
}

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

.mb-20{
  margin-bottom:5rem
}

.mb-6{
  margin-bottom:1.5rem
}

.mb-12{
  margin-bottom:3rem
}

.mb-3{
  margin-bottom:0.75rem
}

.mb-1{
  margin-bottom:0.25rem
}

.mb-3\.5{
  margin-bottom:0.875rem
}

.flex{
  display:flex
}

.inline-flex{
  display:inline-flex
}

.grid{
  display:grid
}

.hidden{
  display:none
}

.h-6{
  height:1.5rem
}

.h-40{
  height:10rem
}

.h-11{
  height:2.75rem
}

.w-full{
  width:100%
}

.w-\[210px\]{
  width:210px
}

.w-6{
  width:1.5rem
}

.w-28{
  width:7rem
}

.w-14{
  width:3.5rem
}

.w-32{
  width:8rem
}

.w-11{
  width:2.75rem
}

.w-20{
  width:5rem
}

.w-5{
  width:1.25rem
}

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

.max-w-md{
  max-width:28rem
}

.max-w-lg{
  max-width:32rem
}

.max-w-2xl{
  max-width:42rem
}

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

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

.max-w-5xl{
  max-width:64rem
}

.flex-none{
  flex:none
}

.grow{
  flex-grow:1
}

.scale-\[0\.6\]{
  --tw-scale-x:0.6;
  --tw-scale-y:0.6;
  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{
  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
}

.grid-cols-3{
  grid-template-columns:repeat(3, minmax(0, 1fr))
}

.grid-rows-5{
  grid-template-rows:repeat(5, minmax(0, 1fr))
}

.flex-row{
  flex-direction:row
}

.flex-col{
  flex-direction:column
}

.flex-col-reverse{
  flex-direction:column-reverse
}

.items-end{
  align-items:flex-end
}

.items-center{
  align-items:center
}

.justify-start{
  justify-content:flex-start
}

.justify-end{
  justify-content:flex-end
}

.justify-center{
  justify-content:center
}

.justify-between{
  justify-content:space-between
}

.gap-14{
  gap:3.5rem
}

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

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

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

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

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

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

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

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

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

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

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

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.875rem * var(--tw-space-y-reverse))
}

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

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

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

.space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:1
}

.rounded-lg{
  border-radius:0.5rem
}

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

.rounded-3xl{
  border-radius:1.25rem
}

.rounded-t-xl{
  border-top-left-radius:0.75rem;
  border-top-right-radius:0.75rem
}

.border{
  border-width:1px
}

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

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

.border-r{
  border-right-width:1px
}

.border-grey-light{
  --tw-border-opacity:1;
  border-color:rgb(225 236 234 / var(--tw-border-opacity))
}

.border-grey{
  --tw-border-opacity:1;
  border-color:rgb(224 226 232 / var(--tw-border-opacity))
}

.border-white\/\[\.1\]{
  border-color:rgb(255 255 255 / .1)
}

.bg-grey{
  --tw-bg-opacity:1;
  background-color:rgb(224 226 232 / var(--tw-bg-opacity))
}

.bg-lightest{
  --tw-bg-opacity:1;
  background-color:rgb(246 251 250 / var(--tw-bg-opacity))
}

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

.bg-dark{
  --tw-bg-opacity:1;
  background-color:rgb(34 39 42 / var(--tw-bg-opacity))
}

.bg-green{
  --tw-bg-opacity:1;
  background-color:rgb(229 243 237 / var(--tw-bg-opacity))
}

.p-4{
  padding:1rem
}

.px-4{
  padding-left:1rem;
  padding-right:1rem
}

.py-4{
  padding-top:1rem;
  padding-bottom:1rem
}

.px-3{
  padding-left:0.75rem;
  padding-right:0.75rem
}

.py-11{
  padding-top:2.75rem;
  padding-bottom:2.75rem
}

.py-16{
  padding-top:4rem;
  padding-bottom:4rem
}

.py-6{
  padding-top:1.5rem;
  padding-bottom:1.5rem
}

.py-8{
  padding-top:2rem;
  padding-bottom:2rem
}

.py-20{
  padding-top:5rem;
  padding-bottom:5rem
}

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

.py-7{
  padding-top:1.75rem;
  padding-bottom:1.75rem
}

.pt-7{
  padding-top:1.75rem
}

.pb-4{
  padding-bottom:1rem
}

.pb-3{
  padding-bottom:0.75rem
}

.pb-20{
  padding-bottom:5rem
}

.pt-20{
  padding-top:5rem
}

.pb-8{
  padding-bottom:2rem
}

.pl-6{
  padding-left:1.5rem
}

.pt-10{
  padding-top:2.5rem
}

.pb-9{
  padding-bottom:2.25rem
}

.pr-14{
  padding-right:3.5rem
}

.pb-24{
  padding-bottom:6rem
}

.pb-16{
  padding-bottom:4rem
}

.pt-8{
  padding-top:2rem
}

.pt-44{
  padding-top:11rem
}

.pt-36{
  padding-top:9rem
}

.pt-52{
  padding-top:13rem
}

.pb-2{
  padding-bottom:0.5rem
}

.pb-6{
  padding-bottom:1.5rem
}

.pt-16{
  padding-top:4rem
}

.pb-5{
  padding-bottom:1.25rem
}

.pb-1\.5{
  padding-bottom:0.375rem
}

.pb-1{
  padding-bottom:0.25rem
}

.pt-9{
  padding-top:2.25rem
}

.pt-4{
  padding-top:1rem
}

.text-center{
  text-align:center
}

.font-heading{
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.text-base{
  font-size:1rem;
  line-height:1
}

.text-2xs{
  font-size:0.75rem;
  line-height:1.25rem
}

.text-sm-relaxed{
  font-size:0.875rem;
  line-height:1.5rem
}

.text-3xs{
  font-size:0.625rem;
  line-height:1.25rem
}

.text-xl{
  font-size:1.75rem;
  line-height:2.5rem
}

.\!text-2xl{
  font-size:2rem !important;
  line-height:2.75rem !important
}

.text-xs-relaxed{
  font-size:0.8125rem;
  line-height:1.875rem
}

.text-3xl-none{
  font-size:2.25rem;
  line-height:1
}

.text-2xs-condensed{
  font-size:0.75rem;
  line-height:1.125rem
}

.text-md-condensed{
  font-size:0.9375rem;
  line-height:1.125rem
}

.text-sm{
  font-size:0.875rem;
  line-height:1.25rem
}

.font-bold{
  font-weight:700
}

.font-medium{
  font-weight:500
}

.uppercase{
  text-transform:uppercase
}

.tracking-wide{
  letter-spacing:0.13em
}

.text-dark{
  --tw-text-opacity:1;
  color:rgb(34 39 42 / var(--tw-text-opacity))
}

.text-primary{
  --tw-text-opacity:1;
  color:rgb(2,123,255,255)
}

.text-light{
  --tw-text-opacity:1;
  color:rgb(118 117 140 / var(--tw-text-opacity))
}

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

.text-lighter{
  --tw-text-opacity:1;
  color:rgb(131 145 154 / var(--tw-text-opacity))
}

.text-footer-dark{
  --tw-text-opacity:1;
  color:rgb(186 186 191 / var(--tw-text-opacity))
}

.underline{
  text-decoration-line:underline
}

.shadow-articles{
  --tw-shadow:0px 34px 50px rgba(53, 66, 111, 0.03);
  --tw-shadow-colored:0px 34px 50px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

html,
body{
  position:relative;
  /* height:100vh; */
  width:100vw;
  overflow-x:hidden;
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
  letter-spacing:-0.01em;
  --tw-text-opacity:1;
  color:rgb(34 39 42 / var(--tw-text-opacity))
}

nav{
  z-index:40
}

@media (min-width: 1024px){
  nav{
    position:relative
  }
}

nav > ul{
  display:flex;
  flex-direction:row
}

nav > ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(3rem * var(--tw-space-x-reverse));
  margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))
}

nav > ul li{
  cursor:pointer;
  font-size:0.875rem;
  line-height:1.25rem;
  font-weight:700;
  transition-duration:150ms
}

nav > ul li:hover{
  --tw-text-opacity:1;
  color:rgb(2,123,255,255)
}

nav > ul li .dropdown-menu{
  position:absolute;
  display:flex;
  display:none;
  width:100%;
  transition-duration:150ms;
  min-width: 500px
}

nav > ul li.active .dropdown-menu{
  display:flex;
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow:0 0 20px 0 rgb(0 0 0 / 15%);
  --tw-shadow-colored:0 0 20px 0 var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-duration:150ms
}

nav > ul li.active .dropdown-menu ul{
  display:flex;
  flex-direction:column
}

nav > ul li.active .dropdown-menu ul > :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)))
}

nav > ul li .dropdown-menu ul li{
  padding-top:1rem;
  padding-bottom:1rem;
  font-size:0.875rem;
  line-height:1.25rem;
  font-weight:400;
  --tw-text-opacity:1;
  color:rgb(34 39 42 / var(--tw-text-opacity))
}

nav > ul li .dropdown-menu ul li:hover{
  --tw-bg-opacity:1;
  background-color:rgb(246 251 250 / var(--tw-bg-opacity))
}

nav > ul li .dropdown-menu ul li a{
  display:flex;
  align-items:center;
  padding-left:1rem;
  padding-right:1rem
}

nav > ul li .dropdown-menu ul li a svg{
  margin-right:0.75rem;
  --tw-text-opacity:1;
  color:rgb(2,123,255,255)
}

nav > ul li .dropdown-menu ul.submenu-dark{
  display:flex;
  flex-direction:column
}

nav > ul li .dropdown-menu ul.submenu-dark li{
  padding-top:0.5rem;
  padding-bottom:0.5rem
}

nav > ul li .dropdown-menu ul.submenu-dark li:hover{
  --tw-bg-opacity:1;
  background-color:rgb(224 226 232 / var(--tw-bg-opacity))
}

@media (max-width: 1023px) {
  nav{
    z-index:40
  }

  nav > ul{
    position:absolute;
    top:3rem;
    left:0px;
    display:flex;
    width:100%;
    flex-direction:column
  }

  nav > ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.25rem * var(--tw-space-y-reverse));
    --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)))
  }

  nav > ul{
    border-bottom-width:1px;
    --tw-border-opacity:1;
    border-color:rgb(225 236 234 / var(--tw-border-opacity));
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255 / var(--tw-bg-opacity));
    padding:1rem
  }

  nav > ul li .dropdown-menu{
    display:none;
    min-width: none
  }

  nav > ul li.active .dropdown-menu{
    display:flex;
    --tw-shadow:0 0 #0000;
    --tw-shadow-colored:0 0 var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  nav > ul li .dropdown-menu{
    position:relative;
    width:100%;
    flex-direction:column
  }

  nav > ul li .dropdown-menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))
  }

  nav > ul li .dropdown-menu{
    padding-top:1.25rem
  }

  nav > ul li .dropdown-menu > div{
    display:none
  }

  nav > ul li .dropdown-menu ul{
    display:flex;
    flex-direction:column
  }

  nav > ul li .dropdown-menu ul > :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)));
    --tw-space-y-reverse:0;
    margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))
  }

  nav > ul li .dropdown-menu ul li{
    padding-top:0px;
    padding-bottom:0px
  }
}

.header-section{
  margin-left:auto;
  margin-right:auto;
  width:100%;
  padding-left:1rem;
  padding-right:1rem
}

@media (min-width: 1280px){
  .header-section{
    padding-left:2.5rem;
    padding-right:2.5rem
  }
}

.primary-button{
  display:inline-block;
  border-radius:0.75rem;
  border-width:1px;
  --tw-border-opacity:1;
  border-color:rgb(2,123,255,255);
  --tw-bg-opacity:1;
  background-color:rgb(2,123,255,255);
  padding-top:0.875rem;
  padding-bottom:0.875rem;
  padding-left:3rem;
  padding-right:3rem;
  text-align:center;
  font-weight:700;
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration:150ms
}

.primary-button:hover{
  --tw-border-opacity:1;
  border-color:rgb(2,123,255,255);
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgb(2,123,255,255)
}

.primary-button{
  font-size:0.875rem;
  line-height:1.125rem
}

@media (min-width: 768px){
  .primary-button{
    font-size:0.9375rem;
    line-height:1.125rem
  }
}

.primary-button-sm{
  display:inline-block;
  border-radius:0.75rem;
  border-width:1px;
  --tw-border-opacity:1;
  border-color:rgb(2,123,255,255);
  --tw-bg-opacity:1;
  background-color:rgb(2,123,255,255);
  padding-top:0.625rem;
  padding-bottom:0.625rem;
  padding-left:2rem;
  padding-right:2rem;
  text-align:center;
  font-weight:700;
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration:150ms
}

.primary-button-sm:hover{
  --tw-border-opacity:1;
  border-color:rgb(2,123,255,255);
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgb(2,123,255,255)
}

.primary-button-sm{
  font-size:0.875rem;
  line-height:1.125rem
}

.secondary-button{
  display:inline-block;
  border-radius:0.75rem;
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top:0.625rem;
  padding-bottom:0.625rem;
  padding-left:1rem;
  padding-right:1rem;
  text-align:center;
  font-size:0.875rem;
  line-height:1.125rem;
  font-weight:700;
  --tw-text-opacity:1;
  color:rgb(2,123,255,255);
  transition-duration:150ms
}

.secondary-button:hover{
  --tw-border-opacity:1;
  border-color:rgb(2,123,255,255)
}

.content-section{
  margin-left:auto;
  margin-right:auto;
  width:100%;
  max-width:92rem;
  padding-left:1rem;
  padding-right:1rem
}

@media (min-width: 1280px){
  .content-section{
    padding-left:6rem;
    padding-right:6rem
  }
}

.content-columns{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-between
}

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

@media (min-width: 768px){
  .content-columns{
    flex-direction:row
  }

  .content-columns > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(4rem * var(--tw-space-x-reverse));
    margin-left:calc(4rem * calc(1 - var(--tw-space-x-reverse)));
    --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))
  }
}

.content-columns-reversed{
  display:flex;
  flex-direction:column-reverse;
  align-items:center;
  justify-content:space-between
}

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

@media (min-width: 768px){
  .content-columns-reversed{
    flex-direction:row
  }

  .content-columns-reversed > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(4rem * var(--tw-space-x-reverse));
    margin-left:calc(4rem * calc(1 - var(--tw-space-x-reverse)));
    --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))
  }
}

.content-heading{
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size:2.25rem;
  line-height:2.5rem;
  font-weight:600
}

@media (min-width: 1024px){
  .content-heading{
    font-size:2.5rem;
    line-height:1
  }
}

@media (min-width: 1280px){
  .content-heading{
    font-size:3.5rem;
    line-height:1
  }
}

.content-heading.cd-headline{
  font-size:2rem;
  line-height:2.5rem
}

@media (min-width: 640px){
  .content-heading.cd-headline{
    font-size:2.25rem;
    line-height:2.5rem
  }
}

.content-paragraph{
  font-size:0.875rem;
  line-height:1.5rem;
  font-weight:500;
  --tw-text-opacity:1;
  color:rgb(118 117 140 / var(--tw-text-opacity))
}

@media (min-width: 1024px){
  .content-paragraph{
    font-size:1rem;
    line-height:1.875rem
  }
}

.content-list{
  display:flex;
  flex-direction:column
}

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

.content-list li{
  display:flex;
  align-items:center
}

.content-list li .content-list-icon{
  flex:none;
  padding-right:0.875rem
}

.content-list li .content-list-icon img{
  height:1.25rem;
  width:1.25rem
}

.content-list li .content-list-text{
  border-left-width:2px;
  --tw-border-opacity:1;
  border-color:rgb(2,123,255,255);
  padding-left:1.25rem
}

.content-list li .content-list-text h3{
  font-size:0.875rem;
  line-height:2rem;
  font-weight:700
}

@media (min-width: 1024px){
  .content-list li .content-list-text h3{
    font-size:1rem;
    line-height:1.875rem
  }
}

.content-list li .content-list-text p{
  max-width:20rem;
  font-size:0.8125rem;
  line-height:1.25rem;
  --tw-text-opacity:1;
  color:rgb(118 117 140 / var(--tw-text-opacity))
}

@media (min-width: 1024px){
  .content-list li .content-list-text p{
    font-size:0.875rem;
    line-height:1.25rem
  }
}

.source{
  display:flex;
  flex-direction:column;
  align-items:center
}

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

.source img{
  width:1.5rem
}

.source p{
  font-size:0.8125rem;
  line-height:1.875rem;
  font-weight:500;
  --tw-text-opacity:1;
  color:rgb(131 145 154 / var(--tw-text-opacity))
}

#play{
  position:absolute;
  display:flex;
  height:7rem;
  width:7rem;
  align-items:center;
  justify-content:center;
  left: calc(50% - 66px);
  top: calc(50% - 66px)
}

.team-member-container{
  width:145px;
  flex:none
}

@media (min-width: 768px){
  .team-member-container{
    width:12rem
  }
}

.team-member{
  height:170px;
  width:145px;
  overflow:hidden;
  border-radius:0.75rem
}

@media (min-width: 768px){
  .team-member{
    height:216px;
    width:184px
  }
}

.team-member img {
}

.article{
  width:100%;
  border-radius:0.75rem;
  border-width:1px;
  --tw-border-opacity:1;
  border-color:rgb(224 226 232 / var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left:1.5rem;
  padding-right:1.5rem;
  padding-top:1.75rem;
  padding-bottom:1.75rem;
  --tw-shadow:0px 34px 50px rgba(53, 66, 111, 0.03);
  --tw-shadow-colored:0px 34px 50px 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: 1024px){
  .article{
    padding-left:2rem;
    padding-right:2rem;
    padding-top:3rem;
    padding-bottom:3rem
  }
}

.article-author{
  margin-bottom:2rem;
  display:flex;
  align-items:center
}

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

.article-author img{
  height:2.5rem;
  width:2.5rem;
  border-radius:9999px
}

.article h4{
  margin-bottom:1rem;
  font-weight:700
}

.article p{
  padding-bottom:1.75rem;
  font-size:0.875rem;
  line-height:1.5rem;
  --tw-text-opacity:1;
  color:rgb(118 117 140 / var(--tw-text-opacity))
}

.article a{
  display:flex;
  align-items:center
}

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

.article a{
  font-size:0.9375rem;
  line-height:1.125rem;
  font-weight:700;
  --tw-text-opacity:1;
  color:rgb(2,123,255,255)
}

footer h4{
  margin-bottom:1.25rem;
  font-size:1rem;
  line-height:1;
  font-weight:700;
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 768px){
  footer h4{
    margin-bottom:1.75rem;
    font-size:1.25rem;
    line-height:1.5rem
  }
}

footer h5{
  margin-bottom:2rem;
  font-size:1rem;
  line-height:1;
  font-weight:700;
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 768px){
  footer h5{
    font-size:1.25rem;
    line-height:1.5rem
  }
}

footer ul{
  display:flex;
  flex-direction:column
}

footer ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.375rem * var(--tw-space-y-reverse))
}

@media (min-width: 768px){
  footer ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))
  }
}

footer ul li{
  font-size:0.875rem;
  line-height:1.25rem;
  --tw-text-opacity:1;
  color:rgb(186 186 191 / var(--tw-text-opacity))
}

footer ul li a:hover{
  --tw-text-opacity:1;
  color:rgb(2,123,255,255)
}

#main-container{
  position:relative;
  margin-left:auto;
  margin-right:auto;
  width:100%;
  max-width:900px;
  overflow:hidden;
  height: 350px
}

#main{
  position:absolute;
  left:4rem;
  z-index:10;
  width: 95%
}

@media (max-width: 768px) {
  #main-container{
    margin-top:4rem;
    height: 40vw
  }

  #main{
    position:absolute;
    left:2rem
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: center;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  font-weight: 600;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.cd-headline.slide span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.slide b {
  opacity: 0;
  top: 0.2em;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
  animation: slide-out 0.6s;
  width: 100%;
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  60% {
    opacity: 1;
    transform: translateY(20%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  60% {
    opacity: 0;
    transform: translateY(120%);
  }

  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

.hover\:text-primary:hover{
  --tw-text-opacity:1;
  color:rgb(2,123,255,255)
}

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

.focus\:ring-2: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)
}

.focus\:ring-primary:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(15 179 108 / var(--tw-ring-opacity))
}

@media (min-width: 640px){
  .sm\:block{
    display:block
  }

  .sm\:grid-cols-5{
    grid-template-columns:repeat(5, minmax(0, 1fr))
  }

  .sm\:grid-rows-3{
    grid-template-rows:repeat(3, minmax(0, 1fr))
  }

  .sm\:justify-center{
    justify-content:center
  }
}

@media (min-width: 768px){
  .md\:right-auto{
    right:auto
  }

  .md\:top-auto{
    top:auto
  }

  .md\:-bottom-14{
    bottom:-3.5rem
  }

  .md\:left-20{
    left:5rem
  }

  .md\:top-24{
    top:6rem
  }

  .md\:-left-16{
    left:-4rem
  }

  .md\:-left-32{
    left:-8rem
  }

  .md\:z-0{
    z-index:0
  }

  .md\:z-20{
    z-index:20
  }

  .md\:mb-28{
    margin-bottom:7rem
  }

  .md\:h-28{
    height:7rem
  }

  .md\:w-0{
    width:0px
  }

  .md\:w-28{
    width:7rem
  }

  .md\:max-w-\[50\%\]{
    max-width:50%
  }

  .md\:flex-row{
    flex-direction:row
  }

  .md\:items-start{
    align-items:flex-start
  }

  .md\:items-end{
    align-items:flex-end
  }

  .md\:items-center{
    align-items:center
  }

  .md\:justify-end{
    justify-content:flex-end
  }

  .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\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(3.5rem * var(--tw-space-x-reverse));
    margin-left:calc(3.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

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

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

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

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

  .md\:border-r{
    border-right-width:1px
  }

  .md\:border-none{
    border-style:none
  }

  .md\:px-0{
    padding-left:0px;
    padding-right:0px
  }

  .md\:py-28{
    padding-top:7rem;
    padding-bottom:7rem
  }

  .md\:pt-7{
    padding-top:1.75rem
  }

  .md\:pl-20{
    padding-left:5rem
  }

  .md\:pr-8{
    padding-right:2rem
  }

  .md\:pb-8{
    padding-bottom:2rem
  }

  .md\:pt-5{
    padding-top:1.25rem
  }

  .md\:text-left{
    text-align:left
  }

  .md\:text-base-relaxed{
    font-size:1rem;
    line-height:1.875rem
  }

  .md\:\!text-3xl-condensed{
    font-size:2.25rem !important;
    line-height:2.5rem !important
  }

  .md\:font-normal{
    font-weight:400
  }
}

@media (min-width: 1024px){
  .lg\:top-48{
    top:12rem
  }

  .lg\:-left-40{
    left:-10rem
  }

  .lg\:bottom-44{
    bottom:11rem
  }

  .lg\:-right-14{
    right:-3.5rem
  }

  .lg\:mb-52{
    margin-bottom:13rem
  }

  .lg\:mb-16{
    margin-bottom:4rem
  }

  .lg\:mb-5{
    margin-bottom:1.25rem
  }

  .lg\:mb-28{
    margin-bottom:7rem
  }

  .lg\:flex{
    display:flex
  }

  .lg\:grid{
    display:grid
  }

  .lg\:hidden{
    display:none
  }

  .lg\:h-56{
    height:14rem
  }

  .lg\:h-10{
    height:2.5rem
  }

  .lg\:w-10{
    width:2.5rem
  }

  .lg\:max-w-\[368px\]{
    max-width:368px
  }

  .lg\:grow-2{
    flex-grow:2
  }

  .lg\:scale-100{
    --tw-scale-x:1;
    --tw-scale-y:1;
    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))
  }

  .lg\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .lg\:grid-rows-2{
    grid-template-rows:repeat(2, minmax(0, 1fr))
  }

  .lg\:justify-center{
    justify-content:center
  }

  .lg\:gap-6{
    gap:1.5rem
  }

  .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(7rem * var(--tw-space-y-reverse))
  }

  .lg\: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))
  }

  .lg\:px-10{
    padding-left:2.5rem;
    padding-right:2.5rem
  }

  .lg\:py-8{
    padding-top:2rem;
    padding-bottom:2rem
  }

  .lg\:px-24{
    padding-left:6rem;
    padding-right:6rem
  }

  .lg\:py-14{
    padding-top:3.5rem;
    padding-bottom:3.5rem
  }

  .lg\:py-52{
    padding-top:13rem;
    padding-bottom:13rem
  }

  .lg\:py-28{
    padding-top:7rem;
    padding-bottom:7rem
  }

  .lg\:px-14{
    padding-left:3.5rem;
    padding-right:3.5rem
  }

  .lg\:px-9{
    padding-left:2.25rem;
    padding-right:2.25rem
  }

  .lg\:py-9{
    padding-top:2.25rem;
    padding-bottom:2.25rem
  }

  .lg\:py-12{
    padding-top:3rem;
    padding-bottom:3rem
  }

  .lg\:pb-52{
    padding-bottom:13rem
  }

  .lg\:pt-28{
    padding-top:7rem
  }

  .lg\:pl-24{
    padding-left:6rem
  }

  .lg\:pt-24{
    padding-top:6rem
  }

  .lg\:pb-20{
    padding-bottom:5rem
  }

  .lg\:pr-14{
    padding-right:3.5rem
  }

  .lg\:pt-16{
    padding-top:4rem
  }

  .lg\:pb-5{
    padding-bottom:1.25rem
  }

  .lg\:text-3xl{
    font-size:2.25rem;
    line-height:1.5
  }

  .lg\:text-base-relaxed{
    font-size:1rem;
    line-height:1.875rem
  }

  .lg\:text-6xl-none{
    font-size:3.5rem;
    line-height:1
  }
}

@media (min-width: 1280px){
  .xl\:max-w-none{
    max-width:none
  }

  .xl\:text-2xs{
    font-size:0.75rem;
    line-height:1.25rem
  }

  .xl\:text-4xl{
    font-size:2.5rem;
    line-height:3.75rem
  }
}

/* black friday */

.content-section.is-black-friday {
  position: relative;
  padding: 82px 20px 0px;
}
@media screen and (min-width: 768px) {
  .content-section.is-black-friday {
    padding: 20px 20px 0px;
 }
}
.content-section.is-black-friday > * {
  position: relative;
  z-index: 1;
}
.content-section.is-black-friday::after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  width: calc(100% - 34px);
  height: 100%;
  border-radius: 15px;
  background-color: #24242b;
  transform: translateX(-50%);
  background-image: url('../../img/black-friady/hero_bf_bg__moible.svg');
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .content-section.is-black-friday::after {
    top: 0;
    width: calc(100% - 80px);
    background-image: url('../../img/black-friady/hero_bf_bg.svg');
 }
}
.content-section.is-black-friday h1 {
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -0.36px;
  margin-top: 13px !important;
}
@media screen and (min-width: 768px) {
  .content-section.is-black-friday h1 {
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -0.56px;
 }
}
.content-section.is-black-friday p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  margin-top: 7px !important;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .content-section.is-black-friday p {
    font-size: 16px;
    letter-spacing: -0.16px;
    margin-top: 15px !important;
    padding: 0;
 }
}
.content-section.is-black-friday p.hero-hashtag {
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.56px;
  text-transform: uppercase;
  margin-top: 0px !important;
}
.content-section.is-black-friday #main-container {
  margin-top: 43px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .content-section.is-black-friday #main-container {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .content-section.is-black-friday #main-container {
    height: auto;
  }
}
.content-section.is-black-friday #main-container figure {
  max-width: 100%;
  max-height: 100%;
}
.content-section.is-black-friday #main-container figure img {
  max-height: 100%;
  width: 270px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 420px) {
  .content-section.is-black-friday #main-container figure img {
    width: 80%;
    margin: 0 auto;
 }
}
@media screen and (min-width: 992px) {
  .content-section.is-black-friday #main-container figure img {
    width: 100%;
 }
}


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