@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800&amp;display=swap);

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0
}

.andios {
  height: 55px!important;
}

.glightbox-container.inactive {
  display: none
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden
}

.glightbox-container .gslider {
  transition: transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0)
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999
}

.glightbox-container .gslide-inner-content {
  width: 100%
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important
}

.gslide iframe,
.gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto
}

.gslide:not(.current) {
  pointer-events: none
}

.gslide-image {
  align-items: center
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px
}

.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
  width: auto
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%
}

.gslide-image img.zoomable {
  position: relative
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto
}

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, .34);
  display: none
}

.gslide-video.playing::before {
  display: none
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%
}

.gslide-media {
  display: flex;
  width: auto
}

.zoomed .gslide-media {
  box-shadow: none !important
}

.desc-bottom .gslide-media,
.desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column
}

.gslide-description {
  position: relative;
  flex: 1 0 100%
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%
}

.gslide-description p {
  margin-bottom: 12px
}

.gslide-description p:last-child {
  margin-bottom: 0
}

.zoomed .gslide-description {
  display: none
}

.glightbox-button-hidden {
  display: none
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
  transition: opacity .3s linear;
  padding-bottom: 50px
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: .4
}

.gdesc-open .gslide-media {
  transition: opacity .5s ease;
  opacity: .4
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px
}

.gdesc-closed .gslide-media {
  transition: opacity .5s ease;
  opacity: 1
}

.greset {
  transition: all .3s ease
}

.gabsolute {
  position: absolute
}

.grelative {
  position: relative
}

.glightbox-desc {
  display: none !important
}

.glightbox-open {
  overflow: hidden
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader .8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity
}

.glightbox-mobile .goverlay {
  background: #000
}

.gclose,
.gnext,
.gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

.gclose svg,
.gnext svg,
.gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0
}

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
  opacity: .1
}

.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
  stroke: #fff
}

.gbtn.focused {
  outline: 2px solid #0f3d81
}

iframe.wait-autoplay {
  opacity: 0
}

.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
  opacity: 0 !important
}

.glightbox-clean .gslide-description {
  background: #fff
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em
}

.glightbox-clean .gslide-desc {
  font-size: .86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em
}

.glightbox-clean .gslide-video {
  background: #000
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, .75);
  border-radius: 4px
}

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
  fill: #fff
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto
}

.glightbox-clean .gclose:hover {
  opacity: 1
}

.gfadeIn {
  animation: gfadeIn .5s ease
}

.gfadeOut {
  animation: gfadeOut .5s ease
}

.gslideOutLeft {
  animation: gslideOutLeft .3s ease
}

.gslideInLeft {
  animation: gslideInLeft .3s ease
}

.gslideOutRight {
  animation: gslideOutRight .3s ease
}

.gslideInRight {
  animation: gslideInRight .3s ease
}

.gzoomIn {
  animation: gzoomIn .5s ease
}

.gzoomOut {
  animation: gzoomOut .5s ease
}

@keyframes lightboxLoader {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0)
  }

  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0)
  }

  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0)
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0)
  }

  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 1
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

@media (min-width:769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row
  }

  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0
  }

  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1
  }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0
  }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1
  }

  .gslide-image img {
    max-height: 97vh;
    max-width: 100%
  }

  .gslide-image img.zoomable {
    cursor: zoom-in
  }

  .zoomed .gslide-image img.zoomable {
    cursor: grab
  }

  .gslide-inline {
    max-height: 95vh
  }

  .gslide-external {
    max-height: 100vh
  }

  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px
  }

  .glightbox-open {
    height: auto
  }

  .goverlay {
    background: rgba(0, 0, 0, .92)
  }

  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65)
  }

  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto
  }

  .glightbox-clean .gclose,
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, .32)
  }

  .glightbox-clean .gclose:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, .7)
  }

  .glightbox-clean .gprev {
    top: 45%
  }

  .glightbox-clean .gnext {
    top: 45%
  }
}

@media (min-width:992px) {
  .glightbox-clean .gclose {
    opacity: .7;
    right: 20px
  }
}

@media screen and (max-height:420px) {
  .goverlay {
    background: #000
  }
}


@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print),
(prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/style.css (1) ***!
  \*******************************************************************************************************************/
/*
! tailwindcss v3.1.8 | 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;
  
  border-width: 0;
  
  border-style: solid;
  
  border-color: currentColor;
  
}

::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;
  
  -webkit-text-size-adjust: 100%;
  
  -moz-tab-size: 4;
  
  -o-tab-size: 4;
  tab-size: 4;
  
  font-family: 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";
  
}

/*
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;
  
  line-height: inherit;
  
}

/*
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;
  
  color: inherit;
  
  border-top-width: 1px;
  
}

/*
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;
  
  font-size: 1em;
  
}

/*
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;
  
  border-color: inherit;
  
  border-collapse: collapse;
  
}

/*
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;
  
  font-size: 100%;
  
  font-weight: inherit;
  
  line-height: inherit;
  
  color: inherit;
  
  margin: 0;
  
  padding: 0;
  
}

/*
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;
  
  background-color: transparent;
  
  background-image: none;
  
}

/*
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;
  
  outline-offset: -2px;
  
}

/*
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;
  
  font: inherit;
  
}

/*
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;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  
  color: #9ca3af;
  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  
  color: #9ca3af;
  
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  
  color: #9ca3af;
  
}


button,
[role="button"] {
  cursor: pointer;
}


:disabled {
  cursor: default;
}


html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Mulish', sans-serif;
}

*,
::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: ;
}

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

@media (min-width: 540px) {

  .a {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .a {
    max-width: 768px;
  }
}

@media (min-width: 992px) {

  .a {
    max-width: 992px;
  }
}

@media (min-width: 1140px) {

  .a {
    max-width: 1140px;
  }
}

@media (min-width: 1320px) {

  .a {
    max-width: 1320px;
  }
}

.sticky .menu-scroll.active {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}

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

.c {
  position: fixed;
}

.d {
  position: absolute;
}

.e {
  position: relative;
}

.f {
  position: sticky;
}

.g {
  top: 0px;
}

.h {
  right: 1rem;
}

.i\/2 {
  top: 50%;
}

.j {
  top: 7px;
}

.k {
  top: -8px;
}

.l {
  top: 100%;
}

.m {
  left: 0px;
}

.n {
  bottom: 0px;
}

.o {
  right: 0px;
}

.p {
  right: 6px;
}

.q {
  bottom: 2rem;
}

.r {
  right: 2rem;
}

.s {
  left: auto;
}

.t\/2 {
  left: 50%;
}

.u {
  right: 8rem;
}

.v {
  left: -4rem;
}

.w {
  bottom: 1rem;
}

.x {
  right: -4rem;
}

.y {
  top: -3rem;
}

.z {
  left: 3.5rem;
}

._ {
  right: 3.5rem;
}

.aa {
  left: -3.5rem;
}

.ba {
  top: -2rem;
}

.ca {
  right: -3.5rem;
}

.da {
  z-index: 50;
}

.ea {
  z-index: 10;
}

.fa {
  z-index: -1;
}

.ga {
  z-index: 999;
}

.ha {
  z-index: 0;
}

.ia {
  margin-left: -1rem;
  margin-right: -1rem;
}

.ja {
  margin-top: 6px;
  margin-bottom: 6px;
}

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

.la {
  margin-left: 1rem;
  margin-right: 1rem;
}

.ma {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.na {
  margin-bottom: 2rem;
}

.oa {
  margin-bottom: 0.5rem;
}

.pa {
  margin-right: 1.25rem;
}

.qa {
  margin-right: 1rem;
}

.ra {
  margin-bottom: 0.25rem;
}

.sa {
  margin-right: 0.75rem;
}

.ta {
  margin-bottom: 1.25rem;
}

.ua {
  margin-bottom: 2.5rem;
}

.va {
  margin-bottom: 0.75rem;
}

.wa {
  margin-left: 0.75rem;
}

.xa {
  margin-bottom: 3rem;
}

.ya {
  margin-bottom: 2.25rem;
}

.za {
  margin-top: 6px;
}

._a {
  margin-bottom: 3.5rem;
}

.ab {
  margin-bottom: 4rem;
}

.bb {
  margin-right: 2.25rem;
}

.cb {
  margin-bottom: 70px;
}

.db {
  margin-bottom: 1.5rem;
}

.eb {
  margin-left: -0.75rem;
}

.fb {
  margin-bottom: 1rem;
}

.gb {
  margin-bottom: 1.75rem;
}

.hb {
  margin-right: 0.5rem;
}

.ib {
  margin-left: -2rem;
}

.jb {
  display: block;
}

.kb {
  display: inline-block;
}

.lb {
  display: flex;
}

.mb {
  display: inline-flex;
}

.nb {
  display: none;
}

.ob {
  height: 2px;
}

.pb {
  height: 2.25rem;
}

.qb {
  height: 1.25rem;
}

.rb {
  height: 350px;
}

.sb {
  height: 100%;
}

.tb {
  height: 40px;
}

.ub {
  height: 42px;
}

.vb {
  height: 2.5rem;
}

.wb {
  height: 0.75rem;
}

.xb {
  height: 1.75rem;
}

.yb {
  height: 1rem;
}

.zb {
  height: 60px;
}

._b {
  height: 532px;
}

.ac {
  height: 450px;
}

.bc {
  height: 38px;
}

.cc {
  height: 5rem;
}

.dc {
  height: 3rem;
}

.ec {
  height: 270px;
}

.fc {
  width: 100%;
}

.gc {
  width: 15rem;
}

.hc {
  width: 30px;
}

.ic {
  width: 2.25rem;
}

.jc {
  width: 1.25rem;
}

.kc {
  width: 42px;
}

.lc {
  width: 2.5rem;
}

.mc {
  width: 0.75rem;
}

.nc {
  width: 1.75rem;
}

.oc {
  width: 1rem;
}

.pc {
  width: 60px;
}

.qc {
  width: 38px;
}

.rc {
  width: 5rem;
}

.sc {
  width: 3rem;
}

.tc {
  max-width: 100%;
}

.uc {
  max-width: 250px;
}

.vc {
  max-width: 40px;
}

.wc {
  max-width: 570px;
}

.xc {
  max-width: 160px;
}

.yc {
  max-width: 410px;
}

.zc {
  max-width: 470px;
}

._c {
  max-width: 350px;
}

.ad {
  max-width: 450px;
}

.bd {
  max-width: 510px;
}

.cd {
  max-width: 485px;
}

.dd {
  max-width: 310px;
}

.ed {
  max-width: 400px;
}

.fd {
  max-width: 770px;
}

.gd\/2 {
  --tw-translate-y: -50%;
  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));
}

.hd\/2 {
  --tw-translate-x: -50%;
  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));
}

.id {
  --tw-rotate: 45deg;
  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));
}

.jd {
  --tw-rotate: 135deg;
  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));
}

.kd {
  cursor: pointer;
}

.ld {
  resize: none;
}

.md {
  list-style-position: inside;
}

.nd {
  list-style-type: disc;
}

.od {
  flex-wrap: wrap;
}

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

.qd {
  align-items: center;
}

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

.sd {
  justify-content: center;
}

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

.ud> :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));
}

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

.wd> :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));
}

.xd> :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)));
}

.yd {
  overflow: hidden;
}

.zd {
  border-radius: 0.5rem;
}

._d {
  border-radius: 0.25rem;
}

.ae {
  border-radius: 9999px;
}

.be {
  border-radius: 0.75rem;
}

.ce {
  border-radius: 0.375rem;
}

.de {
  border-radius: 20px;
}

.ee {
  border-radius: 1.5rem;
}

.fe {
  border-radius: 1rem;
}

.ge {
  border-top-left-radius: 0px;
}

.he {
  border-width: 1px;
}

.ie {
  border-width: 2px;
}

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

.ke {
  border-left-width: 1px;
}

.le {
  border-color: transparent;
}

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

.ne {
  --tw-border-opacity: 1;
  border-color: rgb(243 238 255 / var(--tw-border-opacity));
}

.oe {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.pe {
  --tw-border-opacity: 1;
  border-color: rgb(228 242 254 / var(--tw-border-opacity));
}

.qe {
  --tw-border-opacity: 1;
  border-color: rgb(228 242 254 / var(--tw-border-opacity));
}

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

.se {
  --tw-bg-opacity: 1;
  background-color: rgb(7 16 45 / var(--tw-bg-opacity));
}

.te {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}

.ue {
  --tw-bg-opacity: 1;
  background-color: rgb(228 242 254 / var(--tw-bg-opacity));
}

.ve {
  background-color: transparent;
}

.we {
  --tw-bg-opacity: 0.8;
}

.xe {
  --tw-bg-opacity: 0.1;
}

.ye {
  --tw-bg-opacity: 0.25;
}

.ze {
  --tw-bg-opacity: 0.05;
}

._e {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.af {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bf {
  --tw-gradient-from: #07102D;
  --tw-gradient-to: rgb(7 16 45 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.cf {
  --tw-gradient-from: #2130ea;
  --tw-gradient-to: rgb(228 242 254 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.df {
  --tw-gradient-to: transparent;
}

.ef {
  --tw-gradient-to: #9298f5;
}

.ff {
  fill: currentColor;
}

.gf {
  stroke: currentColor;
}

.hf {
  -o-object-fit: cover;
  object-fit: cover;
}

.if {
  -o-object-position: center;
  object-position: center;
}

.jf {
  padding: 2rem;
}

.kf {
  padding: 1.75rem;
}

.lf {
  padding: 2.5rem;
}

.mf {
  padding: 0.75rem;
}

.nf {
  padding-left: 1rem;
  padding-right: 1rem;
}

.of {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pf {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.qf {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.rf {
  padding-top: 6px;
  padding-bottom: 6px;
}

.sf {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tf {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.uf {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.vf {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wf {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.xf {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.yf {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.zf {
  padding-left: 18px;
  padding-right: 18px;
}

._f {
  padding-top: 14px;
  padding-bottom: 14px;
}

.ag {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.bg {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.cg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.dg {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.eg {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.fg {
  padding-left: 2rem;
  padding-right: 2rem;
}

.gg {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hg {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ig {
  padding-top: 15px;
  padding-bottom: 15px;
}

.jg {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.kg {
  padding-right: 4rem;
}

.lg {
  padding-top: 100px;
}

.mg {
  padding-bottom: 52px;
}

.ng {
  padding-top: 2.5rem;
}

.og {
  padding-left: 1.5rem;
}

.pg {
  padding-top: 110px;
}

.qg {
  padding-right: 10px;
}

.rg {
  padding-left: 1rem;
}

.sg {
  padding-left: 0.5rem;
}

.tg {
  padding-top: 3.5rem;
}

.ug {
  padding-right: 0.75rem;
}

.vg {
  padding-top: 6rem;
}

.wg {
  padding-top: 2.75rem;
}

.xg {
  padding-bottom: 70px;
}

.yg {
  padding-top: 3rem;
}

.zg {
  text-align: center;
}

._g {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.bh {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.ch {
  font-size: 1.5rem;
  line-height: 2rem;
}

.dh {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.eh {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

.gh {
  font-size: 0.75rem;
  line-height: 1rem;
}

.hh {
  font-size: 40px;
}

.ih {
  font-weight: 500;
}

.jh {
  font-weight: 800;
}

.kh {
  font-weight: 600;
}

.lh {
  font-weight: 700;
}

.mh {
  font-weight: 400;
}

.nh {
  line-height: 1.625;
}

.oh {
  line-height: 1.25;
}

.ph {
  --tw-text-opacity: 1;
  color: rgb(150 153 166 / var(--tw-text-opacity));
}

.qh {
  --tw-text-opacity: 1;
  color: rgb(7 16 45 / var(--tw-text-opacity));
}

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

.sh {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}

.th::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(150 153 166 / var(--tw-placeholder-opacity));
}

.th:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(150 153 166 / var(--tw-placeholder-opacity));
}

.th::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(150 153 166 / var(--tw-placeholder-opacity));
}

.uh {
  opacity: 0;
}

.vh {
  opacity: 0.7;
}

.wh {
  --tw-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: inset 0 -1px 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);
}

.xh {
  --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);
}

.yh {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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);
}

.zh {
  --tw-shadow: 0px 0px 100px rgba(0, 0, 0, 0.03);
  --tw-shadow-colored: 0px 0px 100px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

._h {
  --tw-shadow: 0px 3px 100px rgba(11, 5, 22, 0.07);
  --tw-shadow-colored: 0px 3px 100px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ai {
  --tw-shadow: 0px 5px 50px rgba(178, 152, 236, 0.05);
  --tw-shadow-colored: 0px 5px 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);
}

.bi {
  --tw-shadow: 0px 4px 50px rgba(0, 0, 0, 0.03);
  --tw-shadow-colored: 0px 4px 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);
}

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

.di {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity));
}

.ei {
  --tw-drop-shadow: drop-shadow(25px 40px 100px rgba(0, 0, 0, 0.1));
  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);
}

.fi {
  --tw-grayscale: grayscale(100%);
  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);
}

.gi {
  --tw-backdrop-blur: blur(4px);
  -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);
}

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

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

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

.ki {
  transition-duration: 300ms;
}

.li::after {
  content: var(--tw-content);
  position: absolute;
}

.mi::after {
  content: var(--tw-content);
  right: 0.25rem;
}

.ni\/2::after {
  content: var(--tw-content);
  top: 50%;
}

.oi::after {
  content: var(--tw-content);
  margin-top: -2px;
}

.pi::after {
  content: var(--tw-content);
  height: 0.5rem;
}

.qi::after {
  content: var(--tw-content);
  width: 0.5rem;
}

.ri::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  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));
}

.si::after {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  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));
}

.ti::after {
  content: var(--tw-content);
  border-bottom-width: 2px;
}

.ui::after {
  content: var(--tw-content);
  border-right-width: 2px;
}

.vi::after {
  content: var(--tw-content);
  border-color: currentColor;
}

.wi:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}

.xi:hover {
  --tw-bg-opacity: 1;
}

.yi:hover {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}

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

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

.aj:hover {
  --tw-shadow: 0px 11px 20px rgba(139, 92, 246, 0.2);
  --tw-shadow-colored: 0px 11px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bj:hover {
  --tw-shadow: 0px 11px 30px rgba(7, 16, 45, 0.15);
  --tw-shadow-colored: 0px 11px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.cj:hover {
  --tw-grayscale: grayscale(0);
  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);
}

.dj:focus {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity));
}

.ej: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);
}

.fj:focus-visible {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.gj:hover .hj {
  --tw-bg-opacity: 1;
}

.gj:hover .ij {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}

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

.gj:hover .kj {
  --tw-text-opacity: 0.7;
}

.gj:hover .lj {
  opacity: 1;
}

.mj .nj {
  display: block;
}

.mj .oj {
  display: none;
}

.mj .pj {
  --tw-border-opacity: 1;
  border-color: rgb(7 16 45 / var(--tw-border-opacity));
}

.mj .qj {
  --tw-border-opacity: 1;
  border-color: rgb(150 153 166 / var(--tw-border-opacity));
}

.mj .rj {
  --tw-border-opacity: 1;
  border-color: rgb(29 33 68 / var(--tw-border-opacity));
}

.mj .sj {
  --tw-bg-opacity: 1;
  background-color: rgb(29 33 68 / var(--tw-bg-opacity));
}

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

.mj .uj {
  --tw-bg-opacity: 1;
  background-color: rgb(7 16 45 / var(--tw-bg-opacity));
}

.mj .vj {
  --tw-bg-opacity: 0.8;
}

.mj .wj {
  --tw-bg-opacity: 0.25;
}

.mj .xj {
  --tw-gradient-from: #3c3e56;
  --tw-gradient-to: rgb(60 62 86 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.mj .yj {
  --tw-gradient-from: #07102D;
  --tw-gradient-to: rgb(7 16 45 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.mj .zj {
  --tw-gradient-to: #07102D;
}

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

.mj .ak {
  --tw-text-opacity: 1;
  color: rgb(7 16 45 / var(--tw-text-opacity));
}

.mj .bk {
  opacity: 0.7;
}

.mj .ck:hover {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}

@media (min-width: 540px) {

  .dk {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .ek {
    margin-left: 0.75rem;
  }

  .fk {
    margin-right: 1.25rem;
  }

  .gk {
    display: flex;
  }

  .hk\/2 {
    width: 50%;
  }

  .ik {
    max-width: 300px;
  }

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

  .kk {
    padding: 3rem;
  }

  .lk {
    padding: 70px;
  }

  .mk {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nk {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ok {
    text-align: right;
  }

  .pk {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .qk {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {

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

  @media (min-width: 540px) {

    .rk {
      max-width: 540px;
    }
  }

  @media (min-width: 768px) {

    .rk {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {

    .rk {
      max-width: 992px;
    }
  }

  @media (min-width: 1140px) {

    .rk {
      max-width: 1140px;
    }
  }

  @media (min-width: 1320px) {

    .rk {
      max-width: 1320px;
    }
  }

  .sk {
    height: 3.5rem;
  }

  .tk {
    height: 1.5rem;
  }

  .uk {
    height: 430px;
  }

  .vk {
    height: 2.5rem;
  }

  .wk {
    height: 570px;
  }

  .xk {
    width: 3.5rem;
  }

  .yk {
    width: 1.5rem;
  }

  .zk\/2 {
    width: 50%;
  }

  ._k {
    width: 2.5rem;
  }

  .al {
    border-radius: 20px;
  }

  .bl {
    padding: 2.25rem;
  }

  .cl {
    padding: 2.5rem;
  }

  .dl {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .el {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .fl {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .hl {
    padding-left: 50px;
    padding-right: 50px;
  }

  .il {
    font-size: 45px;
  }

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

  .kl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .ll {
    line-height: 1.25;
  }
}

@media (min-width: 992px) {

  .ml {
    visibility: hidden;
  }

  .nl {
    position: static;
  }

  .ol {
    position: absolute;
  }

  .pl {
    top: 115%;
  }

  .ql {
    order: -9999;
  }

  .rl {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sl {
    margin-left: 2rem;
  }

  .tl {
    margin-left: 2.5rem;
  }

  .ul {
    margin-bottom: 0px;
  }

  .vl {
    margin-left: auto;
  }

  .wl {
    margin-bottom: 4rem;
  }

  .xl {
    display: block;
  }

  .yl {
    display: flex;
  }

  .zl {
    display: inline-flex;
  }

  ._l {
    display: none;
  }

  .am {
    width: 100%;
  }

  .bm {
    width: 250px;
  }

  .cm\/12 {
    width: 83.333333%;
  }

  .dm\/12 {
    width: 66.666667%;
  }

  .em\/12 {
    width: 33.333333%;
  }

  .fm\/12 {
    width: 16.666667%;
  }

  .gm\/12 {
    width: 25%;
  }

  .hm\/2 {
    width: 50%;
  }

  .hm\/3 {
    width: 33.333333%;
  }

  .im {
    max-width: 100%;
  }

  .jm {
    max-width: 130px;
  }

  .km {
    background-color: transparent;
  }

  .lm {
    padding: 1rem;
  }

  .mm {
    padding: 2rem;
  }

  .nm {
    padding: 3rem;
  }

  .om {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .pm {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .qm {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .rm {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tm {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .um {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .vm {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .wm {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xm {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .ym {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .zm {
    padding-left: 0px;
  }

  ._m {
    padding-right: 1rem;
  }

  .an {
    padding-right: 0px;
  }

  .bn {
    padding-top: 5rem;
  }

  .cn {
    padding-left: 2.5rem;
  }

  .dn {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .en {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .fn {
    opacity: 0;
  }

  .gn {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .hn {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
  }

  .in::after {
    content: var(--tw-content);
    right: 0px;
  }

  .gj:hover .jn {
    visibility: visible;
  }

  .gj:hover .kn {
    top: 100%;
  }

  .mj .ln {
    background-color: transparent;
  }
}

@media (min-width: 1140px) {

  .mn {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .nn {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .on {
    margin-left: 3rem;
  }

  .pn\/12 {
    width: 33.333333%;
  }

  .qn\/12 {
    width: 16.666667%;
  }

  .rn\/12 {
    width: 25%;
  }

  .sn\/3 {
    width: 33.333333%;
  }

  .tn {
    max-width: 150px;
  }

  .un {
    padding: 2.25rem;
  }

  .vn {
    padding: 2.5rem;
  }

  .wn {
    padding: 3rem;
  }

  .xn {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .yn {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .zn {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._n {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ao {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .bo {
    padding-left: 5rem;
  }

  .co {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1320px) {

  .\32xl\:ud-mx-\[60px\] {
    margin-left: 60px;
    margin-right: 60px;
  }

  .\32xl\:ud-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:ud-max-w-\[160px\] {
    max-width: 160px;
  }

  .\32xl\:ud-p-12 {
    padding: 3rem;
  }

  .\32xl\:ud-p-14 {
    padding: 3.5rem;
  }

  .\32xl\:ud-py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .\32xl\:ud-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:ud-px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px;
  }

  .\32xl\:ud-py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}