/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css ***!
  \********************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'Caros Soft';
  src: url('CarosSoft.otf') format('opentype');
  font-weight: 400;
}
@font-face {
  font-family: 'Caros Soft';
  src: url('CarosSoftBold.otf') format('opentype');
  font-weight: 600;
}
.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}
.cdk-overlay-container{position:fixed;z-index:1000}
.cdk-overlay-container:empty{display:none}
.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}
.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}
.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}
.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}
.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}
.cdk-overlay-backdrop-noop-animation{transition:none}
.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}
.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
/*
! 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: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  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"; /* 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::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:  ;
}
::-webkit-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:  ;
}
::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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 600px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
.wide-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 1920px) {
  .wide-container {
    max-width: 1920px;
  }
}
.content-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 960px) {
  .content-container {
    width: 52.5rem;
  }
}
@media (min-width: 1280px) {
  .content-container {
    width: 73.75rem;
  }
}
.shading {
  position: absolute;
  left: calc(50% - 50vw);
  top: 3.75rem;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(69 69 69 / var(--tw-bg-opacity));
  opacity: 0.2;
}
.pointer-events-none {
  pointer-events: none;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-0 {
  top: 0px;
}
.top-18 {
  top: 4.5rem;
}
.bottom-10 {
  bottom: 2.5rem;
}
.right-5 {
  right: 1.25rem;
}
.top-2 {
  top: 0.5rem;
}
.left-\[-40px\] {
  left: -40px;
}
.right-0 {
  right: 0px;
}
.left-2\.5 {
  left: 0.625rem;
}
.left-2 {
  left: 0.5rem;
}
.-top-11 {
  top: -2.75rem;
}
.-right-15 {
  right: -3.75rem;
}
.bottom-0 {
  bottom: 0px;
}
.-top-1 {
  top: -0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.top-15 {
  top: 3.75rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.left-0 {
  left: 0px;
}
.top-5 {
  top: 1.25rem;
}
.-top-5 {
  top: -1.25rem;
}
.-bottom-5 {
  bottom: -1.25rem;
}
.right-12 {
  right: 3rem;
}
.-top-2 {
  top: -0.5rem;
}
.right-2 {
  right: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.right-2\.5 {
  right: 0.625rem;
}
.-bottom-6 {
  bottom: -1.5rem;
}
.left-1 {
  left: 0.25rem;
}
.left-5 {
  left: 1.25rem;
}
.top-\[7\.5px\] {
  top: 7.5px;
}
.top-\[18px\] {
  top: 18px;
}
.top-1\/2 {
  top: 50%;
}
.bottom-\[7\.5px\] {
  bottom: 7.5px;
}
.bottom-\[18px\] {
  bottom: 18px;
}
.bottom-20 {
  bottom: 5rem;
}
.top-25 {
  top: 6.25rem;
}
.-right-2 {
  right: -0.5rem;
}
.-left-3 {
  left: -0.75rem;
}
.-top-4 {
  top: -1rem;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[90\] {
  z-index: 90;
}
.z-50 {
  z-index: 50;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-0 {
  z-index: 0;
}
.z-40 {
  z-index: 40;
}
.float-right {
  float: right;
}
.m-10 {
  margin: 2.5rem;
}
.m-30 {
  margin: 7.5rem;
}
.m-auto {
  margin: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-30 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mb-px {
  margin-bottom: 1px;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-\[-1rem\] {
  margin-left: -1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[38px\] {
  margin-bottom: 38px;
}
.ml-8 {
  margin-left: 2rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-15 {
  margin-bottom: 3.75rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-\[-2\.5rem\] {
  margin-left: -2.5rem;
}
.ml-4\.5 {
  margin-left: 1.125rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[18px\] {
  margin-left: 18px;
}
.mt-\[26px\] {
  margin-top: 26px;
}
.ml-\[30px\] {
  margin-left: 30px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-30 {
  margin-bottom: 7.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-28 {
  margin-bottom: 7rem;
}
.mt-30 {
  margin-top: 7.5rem;
}
.ml-3\.75 {
  margin-left: 0.9375rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mb-1\.25 {
  margin-bottom: 0.3125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.ml-\[1px\] {
  margin-left: 1px;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-6\.5 {
  margin-top: 1.625rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-\[-6px\] {
  margin-top: -6px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-30 {
  margin-right: 7.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mb-33 {
  margin-bottom: 8.25rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mb-22\.25 {
  margin-bottom: 5.5625rem;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mb-17 {
  margin-bottom: 4.25rem;
}
.mt-19\.5 {
  margin-top: 4.875rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-4\.5 {
  margin-top: 1.125rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-18 {
  margin-top: 4.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.mt-15 {
  margin-top: 3.75rem;
}
.mb-18 {
  margin-bottom: 4.5rem;
}
.mt-2\.25 {
  margin-top: 0.5625rem;
}
.mb-4\.75 {
  margin-bottom: 1.1875rem;
}
.mt-4\.75 {
  margin-top: 1.1875rem;
}
.mb-9\.75 {
  margin-bottom: 2.4375rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mr-11\.75 {
  margin-right: 2.9375rem;
}
.mr-11 {
  margin-right: 2.75rem;
}
.mt-6\.75 {
  margin-top: 1.6875rem;
}
.ml-6\.5 {
  margin-left: 1.625rem;
}
.ml-6\.25 {
  margin-left: 1.5625rem;
}
.mb-51\.75 {
  margin-bottom: 12.9375rem;
}
.mt-32 {
  margin-top: 8rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mb-13 {
  margin-bottom: 3.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.mb-18\.75 {
  margin-bottom: 4.6875rem;
}
.mb-29\.5 {
  margin-bottom: 7.375rem;
}
.mt-5\.5 {
  margin-top: 1.375rem;
}
.mb-29\.25 {
  margin-bottom: 7.3125rem;
}
.mt-40 {
  margin-top: 10rem;
}
.mb-50 {
  margin-bottom: 12.5rem;
}
.mb-50\.5 {
  margin-bottom: 12.625rem;
}
.mt-13 {
  margin-top: 3.25rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.mb-6\.75 {
  margin-bottom: 1.6875rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-8\.5 {
  margin-top: 2.125rem;
}
.mt-11\.5 {
  margin-top: 2.875rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mt-17 {
  margin-top: 4.25rem;
}
.mt-\[0\.3rem\] {
  margin-top: 0.3rem;
}
.-mt-7 {
  margin-top: -1.75rem;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.-mb-2\.5 {
  margin-bottom: -0.625rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.mt-28 {
  margin-top: 7rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-15 {
  height: 3.75rem;
}
.h-12 {
  height: 3rem;
}
.h-8 {
  height: 2rem;
}
.h-6 {
  height: 1.5rem;
}
.h-full {
  height: 100%;
}
.h-173 {
  height: 43.25rem;
}
.h-125 {
  height: 31.25rem;
}
.h-87 {
  height: 21.75rem;
}
.h-10 {
  height: 2.5rem;
}
.h-26\.5 {
  height: 6.625rem;
}
.h-26 {
  height: 6.5rem;
}
.h-106 {
  height: 26.5rem;
}
.h-110 {
  height: 27.5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-140 {
  height: 35rem;
}
.h-52 {
  height: 13rem;
}
.h-70 {
  height: 17.5rem;
}
.h-41\.5 {
  height: 10.375rem;
}
.h-73 {
  height: 18.25rem;
}
.h-170 {
  height: 42.5rem;
}
.h-21 {
  height: 5.25rem;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[440px\] {
  height: 440px;
}
.h-100 {
  height: 25rem;
}
.h-156 {
  height: 39rem;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-18 {
  height: 4.5rem;
}
.h-136\.5 {
  height: 34.125rem;
}
.h-13 {
  height: 3.25rem;
}
.h-19\.75 {
  height: 4.9375rem;
}
.h-45 {
  height: 11.25rem;
}
.h-205 {
  height: 51.25rem;
}
.h-20 {
  height: 5rem;
}
.h-\[125px\] {
  height: 125px;
}
.h-50 {
  height: 12.5rem;
}
.h-screen {
  height: 100vh;
}
.h-9 {
  height: 2.25rem;
}
.h-55 {
  height: 13.75rem;
}
.h-75 {
  height: 18.75rem;
}
.h-25 {
  height: 6.25rem;
}
.h-42 {
  height: 10.5rem;
}
.h-65 {
  height: 16.25rem;
}
.h-4 {
  height: 1rem;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[2\.5px\] {
  height: 2.5px;
}
.h-39 {
  height: 9.75rem;
}
.h-16 {
  height: 4rem;
}
.h-197\.5 {
  height: 49.375rem;
}
.h-162 {
  height: 40.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-\[262px\] {
  height: 262px;
}
.h-24 {
  height: 6rem;
}
.h-31 {
  height: 7.75rem;
}
.h-266\.75 {
  height: 66.6875rem;
}
.h-166\.25 {
  height: 41.5625rem;
}
.h-154 {
  height: 38.5rem;
}
.h-42\.5 {
  height: 10.625rem;
}
.h-\[1133px\] {
  height: 1133px;
}
.h-\[68px\] {
  height: 68px;
}
.h-32\.5 {
  height: 8.125rem;
}
.h-32 {
  height: 8rem;
}
.h-135 {
  height: 33.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-3 {
  height: 0.75rem;
}
.h-7 {
  height: 1.75rem;
}
.h-145 {
  height: 36.25rem;
}
.h-80 {
  height: 20rem;
}
.max-h-max {
  max-height: max-content;
}
.min-h-screen {
  min-height: 100vh;
}
.w-full {
  width: 100%;
}
.w-12 {
  width: 3rem;
}
.w-1\/5 {
  width: 20%;
}
.w-4\/5 {
  width: 80%;
}
.w-70 {
  width: 17.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[1060px\] {
  width: 1060px;
}
.w-6 {
  width: 1.5rem;
}
.w-28\.5 {
  width: 7.125rem;
}
.w-28 {
  width: 7rem;
}
.w-30 {
  width: 7.5rem;
}
.w-145 {
  width: 36.25rem;
}
.w-125 {
  width: 31.25rem;
}
.w-80\.5 {
  width: 20.615rem;
}
.w-80 {
  width: 20rem;
}
.w-95 {
  width: 23.75rem;
}
.w-75 {
  width: 18.75rem;
}
.w-17 {
  width: 4.25rem;
}
.w-65 {
  width: 16.25rem;
}
.w-16 {
  width: 4rem;
}
.w-113\.25 {
  width: 28.3125rem;
}
.w-55 {
  width: 13.75rem;
}
.w-18 {
  width: 4.5rem;
}
.w-10 {
  width: 2.5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-74 {
  width: 18.5rem;
}
.w-295 {
  width: 73.75rem;
}
.w-195 {
  width: 48.75rem;
}
.w-82 {
  width: 20.5rem;
}
.w-86 {
  width: 21.5rem;
}
.w-124 {
  width: 31rem;
}
.w-max {
  width: max-content;
}
.w-120 {
  width: 30rem;
}
.w-170 {
  width: 42.5rem;
}
.w-34 {
  width: 8.5rem;
}
.w-60 {
  width: 15rem;
}
.w-45\.25 {
  width: 11.3125rem;
}
.w-45 {
  width: 11.25rem;
}
.w-220 {
  width: 55rem;
}
.w-233 {
  width: 58.25rem;
}
.w-97\.5 {
  width: 24.375rem;
}
.w-26\.5 {
  width: 6.625rem;
}
.w-26 {
  width: 6.5rem;
}
.w-27\.5 {
  width: 6.875rem;
}
.w-\[154px\] {
  width: 154px;
}
.w-\[328px\] {
  width: 328px;
}
.w-50 {
  width: 12.5rem;
}
.w-187\.5 {
  width: 46.875rem;
}
.w-20 {
  width: 5rem;
}
.w-\[287\.5px\] {
  width: 287.5px;
}
.w-64 {
  width: 16rem;
}
.w-\[720px\] {
  width: 720px;
}
.w-62 {
  width: 15.5rem;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-245 {
  width: 61.25rem;
}
.w-7 {
  width: 1.75rem;
}
.w-\[600px\] {
  width: 600px;
}
.w-144\.75 {
  width: 36.1875rem;
}
.w-147 {
  width: 36.875rem;
}
.w-140 {
  width: 35rem;
}
.w-\[106px\] {
  width: 106px;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-\[380px\] {
  width: 380px;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2 {
  width: 0.5rem;
}
.w-286\.25 {
  width: 71.5625rem;
}
.w-157\.5 {
  width: 39.375rem;
}
.w-56 {
  width: 14rem;
}
.w-100 {
  width: 25rem;
}
.w-\[780px\] {
  width: 780px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[326px\] {
  width: 326px;
}
.w-40 {
  width: 10rem;
}
.w-\[580px\] {
  width: 580px;
}
.w-\[269px\] {
  width: 269px;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-full {
  max-width: 100%;
}
.flex-none {
  flex: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.basis-30 {
  flex-basis: 7.5rem;
}
.basis-20 {
  flex-basis: 5rem;
}
.table-auto {
  table-layout: auto;
}
.origin-\[0\] {
  transform-origin: 0;
}
.origin-center {
  transform-origin: center;
}
.origin-top {
  transform-origin: top;
}
.-translate-x-\[35px\] {
  --tw-translate-x: -35px;
  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));
}
.-translate-y-\[50px\] {
  --tw-translate-y: -50px;
  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));
}
.-translate-x-1\/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));
}
.-translate-x-10 {
  --tw-translate-x: -2.5rem;
  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));
}
.translate-y-8 {
  --tw-translate-y: 2rem;
  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));
}
.-translate-y-4 {
  --tw-translate-y: -1rem;
  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));
}
.translate-y-\[2px\] {
  --tw-translate-y: 2px;
  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));
}
.-translate-y-1\/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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --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));
}
.-rotate-45 {
  --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));
}
.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));
}
@keyframes flower-pulse {
  12.5%, 25% {
    animation-timing-function: ease-in;
    transform: scale(1);
  }
  18.75% {
    animation-timing-function: ease-in;
    transform: scale(1.32);
  }
}
.animate-flower-pulse {
  animation: flower-pulse  1s linear infinite;
}
@keyframes error-appear {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.animate-error-appear {
  animation: error-appear  0.3s ease-in-out;
}
@keyframes menu-appear {
  0% {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
.animate-menu-appear {
  animation: menu-appear  0.3s ease-in-out;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-text {
  cursor: text;
}
.cursor-default {
  cursor: default;
}
.cursor-move {
  cursor: move;
}
.resize-none {
  resize: none;
}
.list-disc {
  list-style-type: disc;
}
.list-decimal {
  list-style-type: decimal;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
          appearance: none;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[380px_380px_380px\] {
  grid-template-columns: 380px 380px 380px;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.place-items-center {
  place-items: center;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.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;
}
.justify-items-center {
  justify-items: center;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-7\.5 {
  gap: 1.875rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-15 {
  gap: 3.75rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-\[36px\] {
  gap: 36px;
}
.gap-x-5 {
  column-gap: 1.25rem;
}
.gap-y-4\.5 {
  row-gap: 1.125rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-x-7 {
  column-gap: 1.75rem;
}
.gap-y-15 {
  row-gap: 3.75rem;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-clip {
  overflow-y: clip;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-30 {
  border-radius: 30px;
}
.rounded-10 {
  border-radius: 10px;
}
.rounded-8 {
  border-radius: 8px;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-15 {
  border-radius: 15px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.rounded-\[0\.4375rem\] {
  border-radius: 0.4375rem;
}
.rounded-t-30 {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.rounded-b-30 {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-l-30 {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.rounded-l-10 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rounded-tr-30 {
  border-top-right-radius: 30px;
}
.rounded-tl-30 {
  border-top-left-radius: 30px;
}
.rounded-tl-\[10px\] {
  border-top-left-radius: 10px;
}
.rounded-bl-\[10px\] {
  border-bottom-left-radius: 10px;
}
.border-4 {
  border-width: 4px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-gray-stroke {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}
.border-accent-additional {
  --tw-border-opacity: 1;
  border-color: rgb(250 55 120 / var(--tw-border-opacity));
}
.border-accent-base {
  --tw-border-opacity: 1;
  border-color: rgb(225 50 110 / var(--tw-border-opacity));
}
.border-gray-card {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-primary-base {
  --tw-border-opacity: 1;
  border-color: rgb(110 40 95 / var(--tw-border-opacity));
}
.border-gray-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-gray-dark {
  --tw-border-opacity: 1;
  border-color: rgb(69 69 69 / var(--tw-border-opacity));
}
.border-attention-base {
  --tw-border-opacity: 1;
  border-color: rgb(255 69 69 / var(--tw-border-opacity));
}
.border-secondary-base {
  --tw-border-opacity: 1;
  border-color: rgb(255 190 0 / var(--tw-border-opacity));
}
.border-b-gray-medium-low {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(231 231 231 / var(--tw-border-opacity));
}
.border-t-gray-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-primary-base {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(110 40 95 / var(--tw-border-opacity));
}
.border-b-gray-stroke {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(231 231 231 / var(--tw-border-opacity));
}
.border-b-gray-dark {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(69 69 69 / var(--tw-border-opacity));
}
.bg-gray-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-card {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-accent-base {
  --tw-bg-opacity: 1;
  background-color: rgb(225 50 110 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-primary-base {
  --tw-bg-opacity: 1;
  background-color: rgb(110 40 95 / var(--tw-bg-opacity));
}
.bg-secondary-base {
  --tw-bg-opacity: 1;
  background-color: rgb(255 190 0 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-white\/\[0\.6\] {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-warning-base {
  --tw-bg-opacity: 1;
  background-color: rgb(255 69 69 / var(--tw-bg-opacity));
}
.bg-gray-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(69 69 69 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-gray-low {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.bg-gray-details {
  --tw-bg-opacity: 1;
  background-color: rgb(160 160 160 / var(--tw-bg-opacity));
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-\[linear-gradient\(0deg\2c \#6E285F_43\%\2c rgba\(110\2c 40\2c 95\2c 0\)_100\%\)\] {
  background-image: linear-gradient(0deg,#6E285F 43%,rgba(110,40,95,0) 100%);
}
.bg-\[linear-gradient\(0deg\2c \#6E285F_40\.16\%\2c rgba\(110\2c 40\2c 95\2c 0\.991615\)_43\.09\%\2c rgba\(110\2c 40\2c 95\2c 0\.967585\)_45\.48\%\2c rgba\(110\2c 40\2c 95\2c 0\.9296\)_47\.41\%\2c rgba\(110\2c 40\2c 95\2c 0\.879348\)_48\.95\%\2c rgba\(110\2c 40\2c 95\2c 0\.818519\)_50\.21\%\2c rgba\(110\2c 40\2c 95\2c 0\.7488\)_51\.25\%\2c rgba\(110\2c 40\2c 95\2c 0\.671881\)_52\.17\%\2c rgba\(110\2c 40\2c 95\2c 0\.589452\)_53\.04\%\2c rgba\(110\2c 40\2c 95\2c 0\.5032\)_53\.96\%\2c rgba\(110\2c 40\2c 95\2c 0\.414815\)_55\%\2c rgba\(110\2c 40\2c 95\2c 0\.325985\)_56\.25\%\2c rgba\(110\2c 40\2c 95\2c 0\.2384\)_57\.8\%\2c rgba\(110\2c 40\2c 95\2c 0\.153748\)_59\.73\%\2c rgba\(110\2c 40\2c 95\2c 0\.0737185\)_62\.12\%\2c rgba\(110\2c 40\2c 95\2c 0\)_65\.05\%\)\] {
  background-image: linear-gradient(0deg,#6E285F 40.16%,rgba(110,40,95,0.991615) 43.09%,rgba(110,40,95,0.967585) 45.48%,rgba(110,40,95,0.9296) 47.41%,rgba(110,40,95,0.879348) 48.95%,rgba(110,40,95,0.818519) 50.21%,rgba(110,40,95,0.7488) 51.25%,rgba(110,40,95,0.671881) 52.17%,rgba(110,40,95,0.589452) 53.04%,rgba(110,40,95,0.5032) 53.96%,rgba(110,40,95,0.414815) 55%,rgba(110,40,95,0.325985) 56.25%,rgba(110,40,95,0.2384) 57.8%,rgba(110,40,95,0.153748) 59.73%,rgba(110,40,95,0.0737185) 62.12%,rgba(110,40,95,0) 65.05%);
}
.bg-\[url\(\'src\/assets\/images\/bgPic\/nezabutkaFlower\.png\'\)\] {
  background-image: url('nezabutkaFlower.png');
}
.bg-\[url\(\'src\/assets\/images\/bgPic\/nezabutkamobileSubscribeForm\.png\'\)\] {
  background-image: url('nezabutkamobileSubscribeForm.png');
}
.bg-\[url\(\'src\/assets\/images\/bgPic\/emailBG\.png\'\)\] {
  background-image: url('emailBG.png');
}
.bg-\[url\(\'src\/assets\/images\/not-found\/notFound-bg\.png\'\)\] {
  background-image: url('notFound-bg.png');
}
.bg-\[linear-gradient\(90deg\2c \#6E285F_40\.16\%\2c rgba\(110\2c 40\2c 95\2c 0\.991615\)_43\.09\%\2c rgba\(110\2c 40\2c 95\2c 0\.967585\)_45\.48\%\2c rgba\(110\2c 40\2c 95\2c 0\.9296\)_47\.41\%\2c rgba\(110\2c 40\2c 95\2c 0\.879348\)_48\.95\%\2c rgba\(110\2c 40\2c 95\2c 0\.818519\)_50\.21\%\2c rgba\(110\2c 40\2c 95\2c 0\.7488\)_51\.25\%\2c rgba\(110\2c 40\2c 95\2c 0\.671881\)_52\.17\%\2c rgba\(110\2c 40\2c 95\2c 0\.589452\)_53\.04\%\2c rgba\(110\2c 40\2c 95\2c 0\.5032\)_53\.96\%\2c rgba\(110\2c 40\2c 95\2c 0\.414815\)_55\%\2c rgba\(110\2c 40\2c 95\2c 0\.325985\)_56\.25\%\2c rgba\(110\2c 40\2c 95\2c 0\.2384\)_57\.8\%\2c rgba\(110\2c 40\2c 95\2c 0\.153748\)_59\.73\%\2c rgba\(110\2c 40\2c 95\2c 0\.0737185\)_62\.12\%\2c rgba\(110\2c 40\2c 95\2c 0\)_65\.05\%\)\] {
  background-image: linear-gradient(90deg,#6E285F 40.16%,rgba(110,40,95,0.991615) 43.09%,rgba(110,40,95,0.967585) 45.48%,rgba(110,40,95,0.9296) 47.41%,rgba(110,40,95,0.879348) 48.95%,rgba(110,40,95,0.818519) 50.21%,rgba(110,40,95,0.7488) 51.25%,rgba(110,40,95,0.671881) 52.17%,rgba(110,40,95,0.589452) 53.04%,rgba(110,40,95,0.5032) 53.96%,rgba(110,40,95,0.414815) 55%,rgba(110,40,95,0.325985) 56.25%,rgba(110,40,95,0.2384) 57.8%,rgba(110,40,95,0.153748) 59.73%,rgba(110,40,95,0.0737185) 62.12%,rgba(110,40,95,0) 65.05%);
}
.bg-mobilegradienFirstBanner {
  background-image: linear-gradient(360deg, #6e285f 29.77%, rgba(110, 40, 95, 0.991615) 33.93%, rgba(110, 40, 95, 0.967585) 37.31%, rgba(110, 40, 95, 0.9296) 40.04%, rgba(110, 40, 95, 0.879348) 42.23%, rgba(110, 40, 95, 0.818519) 44.01%, rgba(110, 40, 95, 0.7488) 45.49%, rgba(110, 40, 95, 0.671881) 46.79%, rgba(110, 40, 95, 0.589452) 48.03%, rgba(110, 40, 95, 0.5032) 49.33%, rgba(110, 40, 95, 0.414815) 50.81%, rgba(110, 40, 95, 0.325985) 52.58%, rgba(110, 40, 95, 0.2384) 54.78%, rgba(110, 40, 95, 0.153748) 57.51%, rgba(110, 40, 95, 0.0737185) 60.89%, rgba(110, 40, 95, 0) 65.05%);
}
.bg-\[url\(\'assets\/images\/bannerPicture\/tabletSecondBanner\.png\'\)\] {
  background-image: url('tabletSecondBanner.png');
}
.bg-\[url\(\'assets\/images\/bannerPicture\/thirdBannerMobile\.png\'\)\] {
  background-image: url('thirdBannerMobile.png');
}
.bg-\[url\(\'src\/assets\/icons\/svg-sprites\/button-icons-sprite\.svg\#chevron\(viewBox\(0\2c 0\2c 22\2c 22\)\)\'\)\] {
  background-image: url('button-icons-sprite.svg#chevron(viewBox(0,0,22,22))');
}
.bg-contain {
  background-size: contain;
}
.bg-auto {
  background-size: auto;
}
.bg-cover {
  background-size: cover;
}
.bg-\[length\:470px_413px\] {
  background-size: 470px 413px;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-center {
  background-position: center;
}
.bg-\[top_right_14rem\] {
  background-position: top right 14rem;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-\[top_0\.5rem_left_1\.5rem\] {
  background-position: top 0.5rem left 1.5rem;
}
.bg-\[top_right_13rem\] {
  background-position: top right 13rem;
}
.bg-\[top_-40px_right_-55px\] {
  background-position: top -40px right -55px;
}
.bg-\[16rem\] {
  background-position: 16rem;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-accent-base {
  fill: #E1326E;
}
.fill-secondary-base {
  fill: #FFBE00;
}
.fill-gray-gray2 {
  fill: #E1E1E1;
}
.fill-accent-additional {
  fill: #FA3778;
}
.fill-inherit {
  fill: inherit;
}
.fill-gray-white {
  fill: #FFFFFF;
}
.fill-gray-card {
  fill: #F5F5F5;
}
.fill-secondary-additional {
  fill: #F2B500;
}
.fill-gray-details {
  fill: #A0A0A0;
}
.fill-primary-base {
  fill: #6E285F;
}
.fill-gray-dark {
  fill: #454545;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-scale-down {
  object-fit: scale-down;
}
.object-left {
  object-position: left;
}
.p-5 {
  padding: 1.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-7\.5 {
  padding: 1.875rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-1 {
  padding: 0.25rem;
}
.px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.py-30 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4\.5 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.py-6\.5 {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-4\.5 {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
.py-7\.75 {
  padding-top: 1.9375rem;
  padding-bottom: 1.9375rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-\[38\.5px\] {
  padding-top: 38.5px;
  padding-bottom: 38.5px;
}
.px-25 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-42\.5 {
  padding-left: 10.625rem;
  padding-right: 10.625rem;
}
.px-42 {
  padding-left: 10.5rem;
  padding-right: 10.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pl-18 {
  padding-left: 4.5rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-\[25px\] {
  padding-bottom: 25px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pl-1\.5 {
  padding-left: 0.375rem;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pt-0 {
  padding-top: 0px;
}
.pr-1\.5 {
  padding-right: 0.375rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-25 {
  padding-left: 6.25rem;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pt-30 {
  padding-top: 7.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-18 {
  padding-top: 4.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-20 {
  padding-left: 5rem;
}
.pt-17\.5 {
  padding-top: 4.375rem;
}
.pt-17 {
  padding-top: 4.25rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pt-25\.75 {
  padding-top: 6.4375rem;
}
.pt-25 {
  padding-top: 6.25rem;
}
.pb-7\.5 {
  padding-bottom: 1.875rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-19\.75 {
  padding-bottom: 4.9375rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-15 {
  padding-top: 3.75rem;
}
.pt-19\.75 {
  padding-top: 4.9375rem;
}
.pb-25 {
  padding-bottom: 6.25rem;
}
.pr-19\.5 {
  padding-right: 4.875rem;
}
.pl-11 {
  padding-left: 2.75rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pl-15 {
  padding-left: 3.75rem;
}
.pl-34 {
  padding-left: 8.5rem;
}
.pb-12\.5 {
  padding-bottom: 3.125rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-18 {
  padding-right: 4.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-87\.75 {
  padding-left: 21.9375rem;
}
.pl-87 {
  padding-left: 21.75rem;
}
.pt-30\.5 {
  padding-top: 7.625rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pb-17\.5 {
  padding-bottom: 4.375rem;
}
.pb-17 {
  padding-bottom: 4.25rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pt-20\.25 {
  padding-top: 5.0625rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-50 {
  padding-top: 12.5rem;
}
.pb-75 {
  padding-bottom: 18.75rem;
}
.pl-6\.5 {
  padding-left: 1.625rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pb-30 {
  padding-bottom: 7.5rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-31 {
  padding-bottom: 7.75rem;
}
.pb-23 {
  padding-bottom: 5.75rem;
}
.pb-15 {
  padding-bottom: 3.75rem;
}
.pl-0\.5 {
  padding-left: 0.125rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pl-\[0\.15rem\] {
  padding-left: 0.15rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.align-bottom {
  vertical-align: bottom;
}
.font-sans {
  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";
}
.text-main-text {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
.text-h2-heading {
  font-size: 1.625rem;
  line-height: 2rem;
  font-weight: 600;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-main-text-bold {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.text-smaller-main {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.text-h3-subheading {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.text-h1-heading {
  font-size: 2.375rem;
  line-height: 3rem;
  font-weight: 600;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-details {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-smaller-bold {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.text-menu {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.text-h3-360 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.text-h1-360 {
  font-size: 1.625rem;
  line-height: 2rem;
  font-weight: 600;
}
.text-h2-heading-bold {
  font-size: 1.625rem;
  line-height: 2rem;
  font-weight: 600;
}
.text-not-found-title {
  font-size: 2.3rem;
  line-height: 2.5rem;
  font-weight: 600;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-h1-heading-bold {
  font-size: 2.375rem;
  line-height: 3rem;
  font-weight: 600;
}
.text-h1-narrow {
  font-size: 2.375rem;
  line-height: 3rem;
  font-weight: 600;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.normal-case {
  text-transform: none;
}
.not-italic {
  font-style: normal;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.tracking-not_found_page {
  letter-spacing: 0.29rem;
}
.text-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(69 69 69 / var(--tw-text-opacity));
}
.text-accent-base {
  --tw-text-opacity: 1;
  color: rgb(225 50 110 / var(--tw-text-opacity));
}
.text-primary-base {
  --tw-text-opacity: 1;
  color: rgb(110 40 95 / var(--tw-text-opacity));
}
.text-gray-medium {
  --tw-text-opacity: 1;
  color: rgb(160 160 160 / var(--tw-text-opacity));
}
.text-primary-additional {
  --tw-text-opacity: 1;
  color: rgb(135 50 115 / var(--tw-text-opacity));
}
.text-gray-details {
  --tw-text-opacity: 1;
  color: rgb(160 160 160 / var(--tw-text-opacity));
}
.text-gray-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-secondary-base {
  --tw-text-opacity: 1;
  color: rgb(255 190 0 / var(--tw-text-opacity));
}
.text-warning-base {
  --tw-text-opacity: 1;
  color: rgb(255 69 69 / var(--tw-text-opacity));
}
.text-attention-base {
  --tw-text-opacity: 1;
  color: rgb(255 69 69 / var(--tw-text-opacity));
}
.text-accent-additional {
  --tw-text-opacity: 1;
  color: rgb(250 55 120 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-5 {
  text-underline-offset: 5px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-100 {
  opacity: 1;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-25 {
  opacity: 0.25;
}
.shadow-cookies {
  --tw-shadow: 0px 0px 40px rgba(69, 69, 69, 0.2);
  --tw-shadow-colored: 0px 0px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-prevention-card {
  --tw-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 4px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline-0 {
  outline-width: 0px;
}
.outline-primary-base {
  outline-color: #6E285F;
}
.filter {
  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);
}
.transition-\[top\] {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[left\] {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-100 {
  transition-delay: 100ms;
}
.delay-200 {
  transition-delay: 200ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Caros Soft', 'Calibri';
}
.container {
  max-width: 1180px;
  margin: 0 auto;
}
html {
  scroll-behavior: smooth;
}
@keyframes gradientMove {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.gradient-animation {
  width: 200%;
  animation: gradientMove 2s linear infinite;
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(0, 0, 0, 0.5),
    transparent
  );
}
.placeholder\:text-attention-base::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 69 69 / var(--tw-text-opacity));
}
.before\:pointer-events-none::before {
  content: var(--tw-content);
  pointer-events: none;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:h-3\.5::before {
  content: var(--tw-content);
  height: 0.875rem;
}
.before\:h-3::before {
  content: var(--tw-content);
  height: 0.75rem;
}
.before\:w-3\.5::before {
  content: var(--tw-content);
  width: 0.875rem;
}
.before\:w-3::before {
  content: var(--tw-content);
  width: 0.75rem;
}
.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}
.before\:bg-transparent::before {
  content: var(--tw-content);
  background-color: transparent;
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:z-\[2\]::after {
  content: var(--tw-content);
  z-index: 2;
}
.after\:-mt-\[0\.1875rem\]::after {
  content: var(--tw-content);
  margin-top: -0.1875rem;
}
.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}
.after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}
.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:border-none::after {
  content: var(--tw-content);
  border-style: none;
}
.after\:bg-neutral-100::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.after\:shadow-\[0_0px_3px_0_rgb\(0_0_0_\/_7\%\)\2c _0_2px_2px_0_rgb\(0_0_0_\/_4\%\)\]::after {
  content: var(--tw-content);
  --tw-shadow: 0 0px 3px 0 rgb(0 0 0 / 7%), 0 2px 2px 0 rgb(0 0 0 / 4%);
  --tw-shadow-colored: 0 0px 3px 0 var(--tw-shadow-color), 0 2px 2px 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);
}
.after\:transition-\[background-color_0\.2s\2c transform_0\.2s\]::after {
  content: var(--tw-content);
  transition-property: background-color 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.first\:border-t-2:first-child {
  border-top-width: 2px;
}
.first\:border-gray-stroke:first-child {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.last\:border-none:last-child {
  border-style: none;
}
.odd\:mr-4:nth-child(odd) {
  margin-right: 1rem;
}
.odd\:mr-5:nth-child(odd) {
  margin-right: 1.25rem;
}
.checked\:after\:absolute:checked::after {
  content: var(--tw-content);
  position: absolute;
}
.checked\:after\:z-\[2\]:checked::after {
  content: var(--tw-content);
  z-index: 2;
}
.checked\:after\:-mt-\[3px\]:checked::after {
  content: var(--tw-content);
  margin-top: -3px;
}
.checked\:after\:ml-\[1\.0625rem\]:checked::after {
  content: var(--tw-content);
  margin-left: 1.0625rem;
}
.checked\:after\:h-5:checked::after {
  content: var(--tw-content);
  height: 1.25rem;
}
.checked\:after\:w-5:checked::after {
  content: var(--tw-content);
  width: 1.25rem;
}
.checked\:after\:rounded-full:checked::after {
  content: var(--tw-content);
  border-radius: 9999px;
}
.checked\:after\:border-none:checked::after {
  content: var(--tw-content);
  border-style: none;
}
.checked\:after\:shadow-\[0_3px_1px_-2px_rgba\(0\2c 0\2c 0\2c 0\.2\)\2c _0_2px_2px_0_rgba\(0\2c 0\2c 0\2c 0\.14\)\2c _0_1px_5px_0_rgba\(0\2c 0\2c 0\2c 0\.12\)\]:checked::after {
  content: var(--tw-content);
  --tw-shadow: 0 3px 1px -2px rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 3px 1px -2px var(--tw-shadow-color), 0 2px 2px 0 var(--tw-shadow-color), 0 1px 5px 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);
}
.checked\:after\:transition-\[background-color_0\.2s\2c transform_0\.2s\]:checked::after {
  content: var(--tw-content);
  transition-property: background-color 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.checked\:after\:content-\[\'\'\]:checked::after {
  --tw-content: '';
  content: var(--tw-content);
}
.invalid\:text-accent-base:invalid {
  --tw-text-opacity: 1;
  color: rgb(225 50 110 / var(--tw-text-opacity));
}
.hover\:animate-none:hover {
  animation: none;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:appearance-none:hover {
  -webkit-appearance: none;
          appearance: none;
}
.hover\:border-2:hover {
  border-width: 2px;
}
.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}
.hover\:border-secondary-additional:hover {
  --tw-border-opacity: 1;
  border-color: rgb(242 181 0 / var(--tw-border-opacity));
}
.hover\:border-secondary-base:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 190 0 / var(--tw-border-opacity));
}
.hover\:border-gray-stroke:hover {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}
.hover\:border-transparent:hover {
  border-color: transparent;
}
.hover\:border-b-secondary-base:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 190 0 / var(--tw-border-opacity));
}
.hover\:bg-secondary-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 190 0 / var(--tw-bg-opacity));
}
.hover\:bg-gray-card:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.hover\:bg-primary-additional:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(135 50 115 / var(--tw-bg-opacity));
}
.hover\:bg-accent-additional:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 55 120 / var(--tw-bg-opacity));
}
.hover\:bg-gray-low:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.hover\:bg-accent-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 50 110 / var(--tw-bg-opacity));
}
.hover\:fill-secondary-base:hover {
  fill: #FFBE00;
}
.hover\:fill-secondary-additional:hover {
  fill: #F2B500;
}
.hover\:font-bold:hover {
  font-weight: 700;
}
.hover\:text-accent-additional:hover {
  --tw-text-opacity: 1;
  color: rgb(250 55 120 / var(--tw-text-opacity));
}
.hover\:text-secondary-additional:hover {
  --tw-text-opacity: 1;
  color: rgb(242 181 0 / var(--tw-text-opacity));
}
.hover\:text-secondary-base:hover {
  --tw-text-opacity: 1;
  color: rgb(255 190 0 / var(--tw-text-opacity));
}
.hover\:text-primary-base:hover {
  --tw-text-opacity: 1;
  color: rgb(110 40 95 / var(--tw-text-opacity));
}
.hover\:text-accent-base:hover {
  --tw-text-opacity: 1;
  color: rgb(225 50 110 / var(--tw-text-opacity));
}
.hover\:text-gray-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:opacity-60:hover {
  opacity: 0.6;
}
.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:before\:shading:hover::before {
    content: var(--tw-content);
    position: absolute;
    left: calc(50% - 50vw);
    top: 3.75rem;
    z-index: 10;
    height: 100vh;
    width: 100vw;
    --tw-bg-opacity: 1;
    background-color: rgb(69 69 69 / var(--tw-bg-opacity));
    opacity: 0.2;
  }
.focus\:animate-none:focus {
  animation: none;
}
.focus\:appearance-none:focus {
  -webkit-appearance: none;
          appearance: none;
}
.focus\:border-secondary-additional:focus {
  --tw-border-opacity: 1;
  border-color: rgb(242 181 0 / var(--tw-border-opacity));
}
.focus\:border-primary-base:focus {
  --tw-border-opacity: 1;
  border-color: rgb(110 40 95 / var(--tw-border-opacity));
}
.focus\:border-accent-base:focus {
  --tw-border-opacity: 1;
  border-color: rgb(225 50 110 / var(--tw-border-opacity));
}
.focus\:bg-secondary-additional:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(242 181 0 / var(--tw-bg-opacity));
}
.focus\:bg-gray-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:fill-secondary-base:focus {
  fill: #FFBE00;
}
.focus\:font-bold:focus {
  font-weight: 700;
}
.focus\:text-secondary-additional:focus {
  --tw-text-opacity: 1;
  color: rgb(242 181 0 / var(--tw-text-opacity));
}
.focus\:text-primary-base:focus {
  --tw-text-opacity: 1;
  color: rgb(110 40 95 / var(--tw-text-opacity));
}
.focus\:no-underline:focus {
  text-decoration-line: none;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-0:focus {
  outline-width: 0px;
}
.focus\:ring-0: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:before\:scale-100:focus::before {
  content: var(--tw-content);
  --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));
}
.focus\:before\:opacity-\[0\.12\]:focus::before {
  content: var(--tw-content);
  opacity: 0.12;
}
.focus\:before\:shadow-\[3px_-1px_0px_13px_rgba\(0\2c 0\2c 0\2c 0\.6\)\]:focus::before {
  content: var(--tw-content);
  --tw-shadow: 3px -1px 0px 13px rgba(0,0,0,0.6);
  --tw-shadow-colored: 3px -1px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:before\:transition-\[box-shadow_0\.2s\2c transform_0\.2s\]:focus::before {
  content: var(--tw-content);
  transition-property: box-shadow 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.focus\:after\:absolute:focus::after {
  content: var(--tw-content);
  position: absolute;
}
.focus\:after\:z-\[1\]:focus::after {
  content: var(--tw-content);
  z-index: 1;
}
.focus\:after\:block:focus::after {
  content: var(--tw-content);
  display: block;
}
.focus\:after\:h-5:focus::after {
  content: var(--tw-content);
  height: 1.25rem;
}
.focus\:after\:w-5:focus::after {
  content: var(--tw-content);
  width: 1.25rem;
}
.focus\:after\:rounded-full:focus::after {
  content: var(--tw-content);
  border-radius: 9999px;
}
.focus\:after\:content-\[\'\'\]:focus::after {
  --tw-content: '';
  content: var(--tw-content);
}
.checked\:focus\:before\:ml-\[1\.0625rem\]:focus:checked::before {
  content: var(--tw-content);
  margin-left: 1.0625rem;
}
.checked\:focus\:before\:scale-100:focus:checked::before {
  content: var(--tw-content);
  --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));
}
.checked\:focus\:before\:shadow-\[3px_-1px_0px_13px_\#3b71ca\]:focus:checked::before {
  content: var(--tw-content);
  --tw-shadow: 3px -1px 0px 13px #3b71ca;
  --tw-shadow-colored: 3px -1px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.checked\:focus\:before\:transition-\[box-shadow_0\.2s\2c transform_0\.2s\]:focus:checked::before {
  content: var(--tw-content);
  transition-property: box-shadow 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.active\:border-secondary-additional:active {
  --tw-border-opacity: 1;
  border-color: rgb(242 181 0 / var(--tw-border-opacity));
}
.active\:bg-secondary-additional:active {
  --tw-bg-opacity: 1;
  background-color: rgb(242 181 0 / var(--tw-bg-opacity));
}
.active\:fill-secondary-additional:active {
  fill: #F2B500;
}
.active\:fill-secondary-base:active {
  fill: #FFBE00;
}
.active\:text-secondary-additional:active {
  --tw-text-opacity: 1;
  color: rgb(242 181 0 / var(--tw-text-opacity));
}
.active\:text-secondary-base:active {
  --tw-text-opacity: 1;
  color: rgb(255 190 0 / var(--tw-text-opacity));
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:border-gray-gray2:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity));
}
.disabled\:bg-gray-gray2:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity));
}
.disabled\:bg-gray-dark:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(69 69 69 / var(--tw-bg-opacity));
}
.disabled\:text-gray-gray2:disabled {
  --tw-text-opacity: 1;
  color: rgb(225 225 225 / var(--tw-text-opacity));
}
.group\/first[open] .group-open\/first\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/second[open] .group-open\/second\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/submenu:hover .group-hover\/submenu\:visible {
  visibility: visible;
}
.group:hover .group-hover\:ml-2 {
  margin-left: 0.5rem;
}
.group\/name:hover .group-hover\/name\:flex {
  display: flex;
}
.group\/submenu:hover .group-hover\/submenu\:max-h-max {
  max-height: max-content;
}
.group\/donate:hover .group-hover\/donate\:animate-none {
  animation: none;
}
.group\/arrow:hover .group-hover\/arrow\:gap-5 {
  gap: 1.25rem;
}
.group:hover .group-hover\:border-secondary-base {
  --tw-border-opacity: 1;
  border-color: rgb(255 190 0 / var(--tw-border-opacity));
}
.group\/help:hover .group-hover\/help\:border-secondary-additional {
  --tw-border-opacity: 1;
  border-color: rgb(242 181 0 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-t-gray-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.group:hover .group-hover\:bg-secondary-base {
  --tw-bg-opacity: 1;
  background-color: rgb(255 190 0 / var(--tw-bg-opacity));
}
.group\/scroll:hover .group-hover\/scroll\:fill-secondary-additional {
  fill: #F2B500;
}
.group\/donate:hover .group-hover\/donate\:fill-gray-white {
  fill: #FFFFFF;
}
.group\/svg:hover .group-hover\/svg\:fill-secondary-base {
  fill: #FFBE00;
}
.group\/arrow:hover .group-hover\/arrow\:fill-secondary-additional {
  fill: #F2B500;
}
.group\/help:hover .group-hover\/help\:fill-secondary-additional {
  fill: #F2B500;
}
.group\/social:hover .group-hover\/social\:fill-secondary-additional {
  fill: #F2B500;
}
.group:hover .group-hover\:fill-secondary-base {
  fill: #FFBE00;
}
.group\/select:hover .group-hover\/select\:fill-secondary-base {
  fill: #FFBE00;
}
.group\/arrow:hover .group-hover\/arrow\:pr-0 {
  padding-right: 0px;
}
.group\/arrow:hover .group-hover\/arrow\:text-secondary-base {
  --tw-text-opacity: 1;
  color: rgb(255 190 0 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-secondary-base {
  --tw-text-opacity: 1;
  color: rgb(255 190 0 / var(--tw-text-opacity));
}
.group\/select:hover .group-hover\/select\:text-secondary-base {
  --tw-text-opacity: 1;
  color: rgb(255 190 0 / var(--tw-text-opacity));
}
.group\/donate:hover .group-hover\/donate\:opacity-30 {
  opacity: 0.3;
}
.group\/submenu:hover .group-hover\/submenu\:opacity-100 {
  opacity: 1;
}
.group\/donate:active .group-active\/donate\:animate-none {
  animation: none;
}
.group\/help:active .group-active\/help\:border-secondary-additional {
  --tw-border-opacity: 1;
  border-color: rgb(242 181 0 / var(--tw-border-opacity));
}
.group\/donate:active .group-active\/donate\:fill-gray-white {
  fill: #FFFFFF;
}
.group\/arrow:active .group-active\/arrow\:fill-secondary-additional {
  fill: #F2B500;
}
.group\/help:active .group-active\/help\:fill-secondary-additional {
  fill: #F2B500;
}
.group:active .group-active\:fill-secondary-additional {
  fill: #F2B500;
}
.group:active .group-active\:text-secondary-additional {
  --tw-text-opacity: 1;
  color: rgb(242 181 0 / var(--tw-text-opacity));
}
.group\/donate:active .group-active\/donate\:opacity-30 {
  opacity: 0.3;
}
.peer:checked ~ .peer-checked\:border-0 {
  border-width: 0px;
}
.peer:checked ~ .peer-checked\:bg-primary-additional {
  --tw-bg-opacity: 1;
  background-color: rgb(135 50 115 / var(--tw-bg-opacity));
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:top-3\.5 {
  top: 0.875rem;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:top-3 {
  top: 0.75rem;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:-translate-y-1 {
  --tw-translate-y: -0.25rem;
  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));
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:text-main-text {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
.peer:invalid ~ .peer-invalid\:border-attention-base {
  --tw-border-opacity: 1;
  border-color: rgb(255 69 69 / var(--tw-border-opacity));
}
.peer:focus ~ .peer-focus\:top-2 {
  top: 0.5rem;
}
.peer:focus ~ .peer-focus\:-translate-y-4 {
  --tw-translate-y: -1rem;
  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));
}
.peer:focus ~ .peer-focus\:border-0 {
  border-width: 0px;
}
.peer:focus ~ .peer-focus\:px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.peer:focus ~ .peer-focus\:text-details {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.peer:focus ~ .peer-focus\:text-primary-base {
  --tw-text-opacity: 1;
  color: rgb(110 40 95 / var(--tw-text-opacity));
}
.peer:focus ~ .peer-focus\:text-attention-base {
  --tw-text-opacity: 1;
  color: rgb(255 69 69 / var(--tw-text-opacity));
}
.peer:focus ~ .peer-focus\:shadow-checkbox {
  --tw-shadow: 0 0 0 0.1em rgba(225, 50, 110, 1);
  --tw-shadow-colored: 0 0 0 0.1em var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.peer:checked:focus ~ .peer-checked\:peer-focus\:shadow-none {
  --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);
}
@media (prefers-color-scheme: dark) {
  .dark\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity));
  }
  .dark\:after\:bg-neutral-400::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(163 163 163 / var(--tw-bg-opacity));
  }
  .dark\:focus\:before\:shadow-\[3px_-1px_0px_13px_rgba\(255\2c 255\2c 255\2c 0\.4\)\]:focus::before {
    content: var(--tw-content);
    --tw-shadow: 3px -1px 0px 13px rgba(255,255,255,0.4);
    --tw-shadow-colored: 3px -1px 0px 13px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .dark\:checked\:focus\:before\:shadow-\[3px_-1px_0px_13px_\#3b71ca\]:focus:checked::before {
    content: var(--tw-content);
    --tw-shadow: 3px -1px 0px 13px #3b71ca;
    --tw-shadow-colored: 3px -1px 0px 13px 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: 600px) {
  .sm\:mt-30 {
    margin-top: 7.5rem;
  }
  .sm\:w-135 {
    width: 33.75rem;
  }
  .sm\:w-114 {
    width: 28.5rem;
  }
  .sm\:w-120 {
    width: 30rem;
  }
  .sm\:w-125 {
    width: 31.25rem;
  }
  .sm\:w-100 {
    width: 25rem;
  }
  .sm\:w-55 {
    width: 13.75rem;
  }
  .sm\:bg-\[url\(\'assets\/images\/bannerPicture\/thirdBannerTablet\.png\'\)\] {
    background-image: url('thirdBannerTablet.png');
  }
  .sm\:bg-right {
    background-position: right;
  }
  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:pr-10 {
    padding-right: 2.5rem;
  }
  .sm\:text-h2-heading {
    font-size: 1.625rem;
    line-height: 2rem;
    font-weight: 600;
  }
  .sm\:text-main-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media (min-width: 960px) {
  .md\:pointer-events-none {
    pointer-events: none;
  }
  .md\:content-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  @media (min-width: 960px) {
    .md\:content-container {
      width: 52.5rem;
    }
  }
  @media (min-width: 1280px) {
    .md\:content-container {
      width: 73.75rem;
    }
  }
  .md\:left-\[calc\(50vw_\+_360px\)\] {
    left: calc(50vw + 360px);
  }
  .md\:top-0 {
    top: 0px;
  }
  .md\:bottom-5 {
    bottom: 1.25rem;
  }
  .md\:top-18 {
    top: 4.5rem;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:float-right {
    float: right;
  }
  .md\:mx-7\.5 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-15 {
    margin-bottom: 3.75rem;
  }
  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:ml-5 {
    margin-left: 1.25rem;
  }
  .md\:-ml-34 {
    margin-left: -8.5rem;
  }
  .md\:mt-5 {
    margin-top: 1.25rem;
  }
  .md\:mt-7 {
    margin-top: 1.75rem;
  }
  .md\:ml-0 {
    margin-left: 0px;
  }
  .md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:mr-5 {
    margin-right: 1.25rem;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-20 {
    height: 5rem;
  }
  .md\:h-7 {
    height: 1.75rem;
  }
  .md\:h-50 {
    height: 12.5rem;
  }
  .md\:h-15 {
    height: 3.75rem;
  }
  .md\:h-12 {
    height: 3rem;
  }
  .md\:h-137\.5 {
    height: 34.375rem;
  }
  .md\:h-\[550px\] {
    height: 550px;
  }
  .md\:h-133 {
    height: 33.25rem;
  }
  .md\:h-\[126px\] {
    height: 126px;
  }
  .md\:h-13 {
    height: 3.25rem;
  }
  .md\:h-205 {
    height: 51.25rem;
  }
  .md\:h-106 {
    height: 26.5rem;
  }
  .md\:h-75 {
    height: 18.75rem;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:h-\[2\.5px\] {
    height: 2.5px;
  }
  .md\:h-30 {
    height: 7.5rem;
  }
  .md\:h-\[282px\] {
    height: 282px;
  }
  .md\:h-67\.5 {
    height: 16.875rem;
  }
  .md\:h-73 {
    height: 18.25rem;
  }
  .md\:h-100 {
    height: 25rem;
  }
  .md\:w-95 {
    width: 23.75rem;
  }
  .md\:w-7 {
    width: 1.75rem;
  }
  .md\:w-102\.5 {
    width: 25.625rem;
  }
  .md\:w-82 {
    width: 20.5rem;
  }
  .md\:w-55 {
    width: 13.75rem;
  }
  .md\:w-86 {
    width: 21.5rem;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-\[410px\] {
    width: 410px;
  }
  .md\:w-195 {
    width: 48.75rem;
  }
  .md\:w-\[calc\(50\%_-_20px\)\] {
    width: calc(50% - 20px);
  }
  .md\:w-60 {
    width: 15rem;
  }
  .md\:w-74 {
    width: 18.5rem;
  }
  .md\:w-\[169px\] {
    width: 169px;
  }
  .md\:w-48 {
    width: 12rem;
  }
  .md\:w-295 {
    width: 73.75rem;
  }
  .md\:w-52\.5 {
    width: 13.125rem;
  }
  .md\:w-52 {
    width: 13rem;
  }
  .md\:w-75 {
    width: 18.75rem;
  }
  .md\:w-133 {
    width: 33.25rem;
  }
  .md\:w-210 {
    width: 52.5rem;
  }
  .md\:w-\[580px\] {
    width: 580px;
  }
  .md\:w-145 {
    width: 36.25rem;
  }
  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .md\:shrink-0 {
    flex-shrink: 0;
  }
  .md\:flex-grow {
    flex-grow: 1;
  }
  .md\:basis-32 {
    flex-basis: 8rem;
  }
  .md\:basis-\[680px\] {
    flex-basis: 680px;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:place-content-center {
    place-content: center;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-2\.5 {
    gap: 0.625rem;
  }
  .md\:gap-2 {
    gap: 0.5rem;
  }
  .md\:gap-12 {
    gap: 3rem;
  }
  .md\:gap-3\.5 {
    gap: 0.875rem;
  }
  .md\:gap-3 {
    gap: 0.75rem;
  }
  .md\:gap-x-5 {
    column-gap: 1.25rem;
  }
  .md\:gap-y-4 {
    row-gap: 1rem;
  }
  .md\:bg-\[linear-gradient\(90deg\2c \#6E285F_40\.16\%\2c rgba\(110\2c 40\2c 95\2c 0\.991615\)_43\.09\%\2c rgba\(110\2c 40\2c 95\2c 0\.967585\)_45\.48\%\2c rgba\(110\2c 40\2c 95\2c 0\.9296\)_47\.41\%\2c rgba\(110\2c 40\2c 95\2c 0\.879348\)_48\.95\%\2c rgba\(110\2c 40\2c 95\2c 0\.818519\)_50\.21\%\2c rgba\(110\2c 40\2c 95\2c 0\.7488\)_51\.25\%\2c rgba\(110\2c 40\2c 95\2c 0\.671881\)_52\.17\%\2c rgba\(110\2c 40\2c 95\2c 0\.589452\)_53\.04\%\2c rgba\(110\2c 40\2c 95\2c 0\.5032\)_53\.96\%\2c rgba\(110\2c 40\2c 95\2c 0\.414815\)_55\%\2c rgba\(110\2c 40\2c 95\2c 0\.325985\)_56\.25\%\2c rgba\(110\2c 40\2c 95\2c 0\.2384\)_57\.8\%\2c rgba\(110\2c 40\2c 95\2c 0\.153748\)_59\.73\%\2c rgba\(110\2c 40\2c 95\2c 0\.0737185\)_62\.12\%\2c rgba\(110\2c 40\2c 95\2c 0\)_65\.05\%\)\] {
    background-image: linear-gradient(90deg,#6E285F 40.16%,rgba(110,40,95,0.991615) 43.09%,rgba(110,40,95,0.967585) 45.48%,rgba(110,40,95,0.9296) 47.41%,rgba(110,40,95,0.879348) 48.95%,rgba(110,40,95,0.818519) 50.21%,rgba(110,40,95,0.7488) 51.25%,rgba(110,40,95,0.671881) 52.17%,rgba(110,40,95,0.589452) 53.04%,rgba(110,40,95,0.5032) 53.96%,rgba(110,40,95,0.414815) 55%,rgba(110,40,95,0.325985) 56.25%,rgba(110,40,95,0.2384) 57.8%,rgba(110,40,95,0.153748) 59.73%,rgba(110,40,95,0.0737185) 62.12%,rgba(110,40,95,0) 65.05%);
  }
  .md\:bg-\[url\(\'src\/assets\/images\/bgPic\/nezabutkaFlower\.png\'\)\] {
    background-image: url('nezabutkaFlower.png');
  }
  .md\:bg-gradientFirstBanner {
    background-image: linear-gradient(90deg, #6e285f 29.77%, rgba(110, 40, 95, 0.991615) 33.93%, rgba(110, 40, 95, 0.967585) 37.31%, rgba(110, 40, 95, 0.9296) 40.04%, rgba(110, 40, 95, 0.879348) 42.23%, rgba(110, 40, 95, 0.818519) 44.01%, rgba(110, 40, 95, 0.7488) 45.49%, rgba(110, 40, 95, 0.671881) 46.79%, rgba(110, 40, 95, 0.589452) 48.03%, rgba(110, 40, 95, 0.5032) 49.33%, rgba(110, 40, 95, 0.414815) 50.81%, rgba(110, 40, 95, 0.325985) 52.58%, rgba(110, 40, 95, 0.2384) 54.78%, rgba(110, 40, 95, 0.153748) 57.51%, rgba(110, 40, 95, 0.0737185) 60.89%, rgba(110, 40, 95, 0) 65.05%);
  }
  .md\:bg-\[url\(\'assets\/images\/bannerPicture\/tabletSecondBanner\.png\'\)\] {
    background-image: url('tabletSecondBanner.png');
  }
  .md\:bg-contain {
    background-size: contain;
  }
  .md\:bg-\[length\:808px_710px\] {
    background-size: 808px 710px;
  }
  .md\:bg-\[top_right_-16\.5rem\] {
    background-position: top right -16.5rem;
  }
  .md\:bg-\[top_0\.5rem_left_-2\.5rem\] {
    background-position: top 0.5rem left -2.5rem;
  }
  .md\:bg-left {
    background-position: left;
  }
  .md\:bg-\[top_-86px_right_-142px\] {
    background-position: top -86px right -142px;
  }
  .md\:bg-center {
    background-position: center;
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:px-7\.5 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .md\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:py-\[7\.5px\] {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .md\:pt-10 {
    padding-top: 2.5rem;
  }
  .md\:pb-15 {
    padding-bottom: 3.75rem;
  }
  .md\:pt-15 {
    padding-top: 3.75rem;
  }
  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .md\:pl-0 {
    padding-left: 0px;
  }
  .md\:pt-30 {
    padding-top: 7.5rem;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:pl-25 {
    padding-left: 6.25rem;
  }
  .md\:pt-8 {
    padding-top: 2rem;
  }
  .md\:pt-0 {
    padding-top: 0px;
  }
  .md\:pt-11 {
    padding-top: 2.75rem;
  }
  .md\:pl-10 {
    padding-left: 2.5rem;
  }
  .md\:pr-9 {
    padding-right: 2.25rem;
  }
  .md\:pb-39 {
    padding-bottom: 9.75rem;
  }
  .md\:pb-33 {
    padding-bottom: 8.25rem;
  }
  .md\:pl-15 {
    padding-left: 3.75rem;
  }
  .md\:pb-21 {
    padding-bottom: 5.25rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-h1-heading {
    font-size: 2.375rem;
    line-height: 3rem;
    font-weight: 600;
  }
  .md\:text-main-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
  .md\:text-h3-subheading {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
  }
  .md\:text-h1-narrow-big {
    font-size: 3rem;
    line-height: 3.75rem;
    font-weight: 600;
  }
  .md\:text-impact-card-special {
    font-size: 3.375rem;
    line-height: 4rem;
    font-weight: 600;
  }
  .md\:text-h2-heading {
    font-size: 1.625rem;
    line-height: 2rem;
    font-weight: 600;
  }
  .md\:text-h2-heading-bold {
    font-size: 1.625rem;
    line-height: 2rem;
    font-weight: 600;
  }
  .md\:text-smaller-main {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
}
@media (min-width: 1280px) {
  .xl\:content-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  @media (min-width: 960px) {
    .xl\:content-container {
      width: 52.5rem;
    }
  }
  @media (min-width: 1280px) {
    .xl\:content-container {
      width: 73.75rem;
    }
  }
  .xl\:left-\[calc\(50vw_\+_530px\)\] {
    left: calc(50vw + 530px);
  }
  .xl\:m-10 {
    margin: 2.5rem;
  }
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .xl\:mb-36 {
    margin-bottom: 9rem;
  }
  .xl\:mt-0 {
    margin-top: 0px;
  }
  .xl\:mt-7\.5 {
    margin-top: 1.875rem;
  }
  .xl\:mt-7 {
    margin-top: 1.75rem;
  }
  .xl\:mr-5 {
    margin-right: 1.25rem;
  }
  .xl\:ml-0 {
    margin-left: 0px;
  }
  .xl\:mb-0 {
    margin-bottom: 0px;
  }
  .xl\:mt-4\.25 {
    margin-top: 1.0625rem;
  }
  .xl\:mt-4 {
    margin-top: 1rem;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:grid {
    display: grid;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:h-32\.5 {
    height: 8.125rem;
  }
  .xl\:h-32 {
    height: 8rem;
  }
  .xl\:h-18 {
    height: 4.5rem;
  }
  .xl\:h-162 {
    height: 40.5rem;
  }
  .xl\:h-125 {
    height: 31.25rem;
  }
  .xl\:h-100 {
    height: 25rem;
  }
  .xl\:h-120 {
    height: 30rem;
  }
  .xl\:h-39 {
    height: 9.75rem;
  }
  .xl\:h-\[400px\] {
    height: 400px;
  }
  .xl\:h-85\.75 {
    height: 21.4375rem;
  }
  .xl\:h-13 {
    height: 3.25rem;
  }
  .xl\:w-295 {
    width: 73.75rem;
  }
  .xl\:w-170 {
    width: 42.5rem;
  }
  .xl\:w-195 {
    width: 48.75rem;
  }
  .xl\:w-95 {
    width: 23.75rem;
  }
  .xl\:w-145 {
    width: 36.25rem;
  }
  .xl\:w-124 {
    width: 31rem;
  }
  .xl\:w-55 {
    width: 13.75rem;
  }
  .xl\:w-\[1260px\] {
    width: 1260px;
  }
  .xl\:w-\[580px\] {
    width: 580px;
  }
  .xl\:w-120 {
    width: 30rem;
  }
  .xl\:w-70 {
    width: 17.5rem;
  }
  .xl\:w-165 {
    width: 41.25rem;
  }
  .xl\:w-50\.5 {
    width: 12.625rem;
  }
  .xl\:w-50 {
    width: 12.5rem;
  }
  .xl\:w-52 {
    width: 13rem;
  }
  .xl\:w-full {
    width: 100%;
  }
  .xl\:w-135 {
    width: 33.75rem;
  }
  .xl\:w-245 {
    width: 61.25rem;
  }
  .xl\:w-119 {
    width: 29.75rem;
  }
  .xl\:w-12\.5 {
    width: 3.125rem;
  }
  .xl\:w-12 {
    width: 3rem;
  }
  .xl\:w-75 {
    width: 18.75rem;
  }
  .xl\:max-w-\[100\%\] {
    max-width: 100%;
  }
  .xl\:max-w-full {
    max-width: 100%;
  }
  .xl\:flex-1 {
    flex: 1 1 0%;
  }
  .xl\:basis-145 {
    flex-basis: 36.25rem;
  }
  .xl\:basis-60 {
    flex-basis: 15rem;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .xl\:items-end {
    align-items: flex-end;
  }
  .xl\:items-center {
    align-items: center;
  }
  .xl\:justify-start {
    justify-content: flex-start;
  }
  .xl\:justify-center {
    justify-content: center;
  }
  .xl\:justify-between {
    justify-content: space-between;
  }
  .xl\:gap-30 {
    gap: 7.5rem;
  }
  .xl\:gap-24\.5 {
    gap: 6.125rem;
  }
  .xl\:gap-24 {
    gap: 6rem;
  }
  .xl\:gap-2\.5 {
    gap: 0.625rem;
  }
  .xl\:gap-2 {
    gap: 0.5rem;
  }
  .xl\:gap-x-23 {
    column-gap: 5.75rem;
  }
  .xl\:whitespace-normal {
    white-space: normal;
  }
  .xl\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .xl\:rounded-b-30 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .xl\:border-t-0 {
    border-top-width: 0px;
  }
  .xl\:bg-\[url\(\'assets\/images\/bannerPicture\/secondBannerPicture\.png\'\)\] {
    background-image: url('secondBannerPicture.png');
  }
  .xl\:bg-\[url\(\'assets\/images\/bannerPicture\/thirdBanner\.png\'\)\] {
    background-image: url('thirdBanner.png');
  }
  .xl\:bg-contain {
    background-size: contain;
  }
  .xl\:bg-\[top_right_14rem\] {
    background-position: top right 14rem;
  }
  .xl\:bg-\[top_6px_left_1rem\] {
    background-position: top 6px left 1rem;
  }
  .xl\:bg-\[top_0px_right_3\.5rem\] {
    background-position: top 0px right 3.5rem;
  }
  .xl\:p-\[38px\] {
    padding: 38px;
  }
  .xl\:p-0 {
    padding: 0px;
  }
  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:px-25 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .xl\:pt-20 {
    padding-top: 5rem;
  }
  .xl\:pb-20 {
    padding-bottom: 5rem;
  }
  .xl\:pt-15 {
    padding-top: 3.75rem;
  }
  .xl\:pt-14 {
    padding-top: 3.5rem;
  }
  .xl\:pt-25 {
    padding-top: 6.25rem;
  }
  .xl\:pl-25 {
    padding-left: 6.25rem;
  }
  .xl\:pt-24\.5 {
    padding-top: 6.125rem;
  }
  .xl\:pl-5 {
    padding-left: 1.25rem;
  }
  .xl\:pt-24 {
    padding-top: 6rem;
  }
  .xl\:pt-5 {
    padding-top: 1.25rem;
  }
  .xl\:pt-0 {
    padding-top: 0px;
  }
  .xl\:pt-6 {
    padding-top: 1.5rem;
  }
  .xl\:pb-35 {
    padding-bottom: 8.75rem;
  }
  .xl\:pl-0 {
    padding-left: 0px;
  }
  .xl\:text-left {
    text-align: left;
  }
  .xl\:text-main-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}


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