@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* ===import-google-font=== */

/* ! tailwindcss v3.3.1 | 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.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: 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 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

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

[hidden] {
  display: none;
}

*{
  margin: 0px;
  box-sizing: border-box;
  padding: 0px;
}

html,
    body{
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  scrollbar-width: thin;
}

a{
  text-decoration-line: none;
}

button,
    input{
  border-style: none;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

button:focus,
    input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.font-Raleway{
  font-family: "Raleway", serif;
}

.font-Quicksand{
  font-family: "Quicksand", serif;
}

section{
  transition-duration: 300ms;
}

::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(112 97 171 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(112 97 171 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

::-webkit-scrollbar{
  width: 10px;
}

::-webkit-scrollbar-thumb{
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(112 97 171 / var(--tw-bg-opacity));
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
}

@media (min-width: 576px){
  .container{
    max-width: 576px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 992px){
  .container{
    max-width: 992px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}

@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}

.container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 576px){
  .container{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 768px){
  .container{
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1440px){
  .container{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.small_container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 920px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 576px){
  .small_container{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 768px){
  .small_container{
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 992px){
  .small_container{
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* =desktop-navigation= */

.desktop_navigation_menu{
  display: none;
  padding-top: 52px;
  transition-duration: 300ms;
}

@media (min-width: 768px){
  .desktop_navigation_menu{
    display: block;
  }
}

.navigation_box{
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625rem;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 237 255 / var(--tw-bg-opacity));
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-duration: 300ms;
}

.desktop_navigation_menu.active{
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 40;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(227 239 233 / var(--tw-bg-opacity));
  padding-top: 0px;
}

.desktop_navigation_menu.active .navigation_box{
  display: flex;
  width: 100%;
  justify-content: space-between;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 992px){
  .desktop_navigation_menu.active .navigation_box{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.nav__menu{
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 992px){
  .nav__menu{
    gap: 50px;
  }
}

.nav__link{
  font-family: "Raleway", serif;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(67 62 63 / var(--tw-text-opacity));
}

.nav__link::after{
  position: absolute;
  left: 0px;
  bottom: -0.25rem;
  height: 0.125rem;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(67 62 63 / var(--tw-bg-opacity));
  content: var(--tw-content);
  transition-duration: 300ms;
}

.nav__link:hover::after{
  content: var(--tw-content);
  width: 0px;
}

@media (min-width: 992px){
  .nav__link{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.nav__link.active__link::after{
  content: var(--tw-content);
  width: 100%;
}

/* ==small-device-navigation-menu== */

.small_navigation_menu{
  position: fixed;
  left: -310px;
  top: 0px;
  z-index: 50;
  display: flex;
  height: 100vh;
  width: 300px;
  flex-direction: column;
  gap: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(67 62 63 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

.small_navigation_menu.active{
  left: 0px;
}

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

.small_navigation_menu a:hover{
  --tw-text-opacity: 1;
  color: rgb(112 97 171 / var(--tw-text-opacity));
}

.modal_overlay{
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
  height: 100%;
  width: 100%;
  cursor: pointer;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
}

.modal_overlay.active{
  pointer-events: auto;
  opacity: 1;
}

.features_item{
  display: flex;
  align-items: flex-start;
  gap: 0px;
  border-radius: 1rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  transition-duration: 300ms;
}

.features_item .icon{
  pointer-events: none;
  opacity: 0;
  transition-duration: 300ms;
}

.features_item .title{
  font-family: "Quicksand", serif;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(67 62 63 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

@media (min-width: 768px){
  .features_item .title{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* =active-column= */

.features_item.active{
  gap: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(112 97 171 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .features_item.active{
    gap: 1rem;
  }
}

.features_item.active .icon{
  pointer-events: auto;
  opacity: 1;
}

.features_item.active .title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(112 97 171 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .features_item.active .title{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* =newsletter-part= */

/* slider-button */

.slider_button{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(227 227 227 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.slider_button:hover i{
  --tw-rotate: 0deg;
  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));
}

.slider_buttons{
  margin-top: 1.75rem;
  margin-right: 150px;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.slider_buttons .button{
  height: 0.25rem;
  width: 21px;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(204 203 203 / var(--tw-bg-opacity));
  transition-duration: 300ms;
}

.slider_buttons .button.active{
  width: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(114 108 108 / var(--tw-bg-opacity));
}

.slider_wrapper{
  display: flex;
  min-width: 100%;
  justify-content: space-between;
  gap: 2.5rem;
  transition-duration: 300ms;
}

.slider_wrapper.slide_01{
  --tw-translate-x: 0px;
  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));
}

.slider_wrapper.slide_02{
  --tw-translate-x: -340px;
  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));
}

@media (min-width: 1024px){
  .slider_wrapper.slide_02{
    --tw-translate-x: -380px;
    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));
  }
}

.slider_wrapper.slide_03{
  --tw-translate-x: -680px;
  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));
}

@media (min-width: 1024px){
  .slider_wrapper.slide_03{
    --tw-translate-x: -760px;
    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));
  }
}

.backToTop{
  position: fixed;
  bottom: -3rem;
  right: 0.75rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(112 97 171 / var(--tw-bg-opacity));
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

.backToTop:hover{
  --tw-translate-y: -0.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));
}

.backToTop.active{
  bottom: 0.75rem;
}

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.-top-8{
  top: -2rem;
}

.bottom-\[-60px\]{
  bottom: -60px;
}

.left-0{
  left: 0px;
}

.left-\[-14px\]{
  left: -14px;
}

.right-3{
  right: 0.75rem;
}

.right-\[-60px\]{
  right: -60px;
}

.right-\[10\%\]{
  right: 10%;
}

.top-0{
  top: 0px;
}

.top-3{
  top: 0.75rem;
}

.top-\[-14px\]{
  top: -14px;
}

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

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

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

.\!mr-\[-40px\]{
  margin-right: -40px !important;
}

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

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

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

.mb-8{
  margin-bottom: 2rem;
}

.mb-\[52PX\]{
  margin-bottom: 52PX;
}

.mb-\[60px\]{
  margin-bottom: 60px;
}

.ml-5{
  margin-left: 1.25rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-2\.5{
  margin-right: 0.625rem;
}

.mr-4{
  margin-right: 1rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-9{
  height: 2.25rem;
}

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

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

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

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

.w-12{
  width: 3rem;
}

.w-9{
  width: 2.25rem;
}

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

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

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

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}

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

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

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

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

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

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

.justify-center{
  justify-content: center;
}

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

.gap-10{
  gap: 2.5rem;
}

.gap-16{
  gap: 4rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 2rem;
}

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

.overflow-hidden{
  overflow: hidden;
}

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

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

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

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

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

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

.rounded-b-\[40px\]{
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.rounded-t-\[40px\]{
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.rounded-tr-\[40px\]{
  border-top-right-radius: 40px;
}

.border-\[12px\]{
  border-width: 12px;
}

.border-b-\[4px\]{
  border-bottom-width: 4px;
}

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

.border-solid{
  border-style: solid;
}

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

.border-b-\[\#ded8f8\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(222 216 248 / var(--tw-border-opacity));
}

.border-t-\[\#cccbcb\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(204 203 203 / var(--tw-border-opacity));
}

.bg-\[\#7a5cdd\]{
  --tw-bg-opacity: 1;
  background-color: rgb(122 92 221 / var(--tw-bg-opacity));
}

.bg-\[\#e3efe9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(227 239 233 / var(--tw-bg-opacity));
}

.bg-\[\#f3efe6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 239 230 / var(--tw-bg-opacity));
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.3\)\]{
  background-color: rgba(255,255,255,0.3);
}

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

.bg-gray-blue-color{
  --tw-bg-opacity: 1;
  background-color: rgb(112 97 171 / var(--tw-bg-opacity));
}

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

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

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

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

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

.bg-\[200\%\]{
  background-position: 200%;
}

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

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

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

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

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

.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.pb-10{
  padding-bottom: 2.5rem;
}

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

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

.pb-7{
  padding-bottom: 1.75rem;
}

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

.pb-\[80px\]{
  padding-bottom: 80px;
}

.pr-\[14px\]{
  padding-right: 14px;
}

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

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

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pb-\[60px\]{
  padding-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.font-extralight{
  font-weight: 200;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

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

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

.italic{
  font-style: italic;
}

.leading-10{
  line-height: 2.5rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-8{
  line-height: 2rem;
}

.leading-9{
  line-height: 2.25rem;
}

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

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

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

.leading-normal{
  line-height: 1.5;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.text-\[\#0a0a0b\]{
  --tw-text-opacity: 1;
  color: rgb(10 10 11 / var(--tw-text-opacity));
}

.text-\[\#5a5555\]{
  --tw-text-opacity: 1;
  color: rgb(90 85 85 / var(--tw-text-opacity));
}

.text-\[\#7061ab\]{
  --tw-text-opacity: 1;
  color: rgb(112 97 171 / var(--tw-text-opacity));
}

.text-\[\#726c6c\]{
  --tw-text-opacity: 1;
  color: rgb(114 108 108 / var(--tw-text-opacity));
}

.text-\[\#8373bb\]{
  --tw-text-opacity: 1;
  color: rgb(131 115 187 / var(--tw-text-opacity));
}

.text-\[\#898384\]{
  --tw-text-opacity: 1;
  color: rgb(137 131 132 / var(--tw-text-opacity));
}

.text-\[\#b5b3b3\]{
  --tw-text-opacity: 1;
  color: rgb(181 179 179 / var(--tw-text-opacity));
}

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

.text-gray-blue-color{
  --tw-text-opacity: 1;
  color: rgb(112 97 171 / var(--tw-text-opacity));
}

.text-text-black{
  --tw-text-opacity: 1;
  color: rgb(67 62 63 / var(--tw-text-opacity));
}

.text-text-gray-black{
  --tw-text-opacity: 1;
  color: rgb(137 131 132 / var(--tw-text-opacity));
}

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

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

.mix-blend-color{
  mix-blend-mode: color;
}

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

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

/* ===base=== */

.placeholder\:font-Raleway::-moz-placeholder{
  font-family: "Raleway", serif;
}

.placeholder\:font-Raleway::placeholder{
  font-family: "Raleway", serif;
}

.placeholder\:text-base::-moz-placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.placeholder\:text-\[\#b5b3b3\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(181 179 179 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#b5b3b3\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(181 179 179 / var(--tw-text-opacity));
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:-bottom-0::before{
  content: var(--tw-content);
  bottom: -0px;
}

.before\:-bottom-0\.5::before{
  content: var(--tw-content);
  bottom: -0.125rem;
}

.before\:-bottom-2::before{
  content: var(--tw-content);
  bottom: -0.5rem;
}

.before\:-bottom-3::before{
  content: var(--tw-content);
  bottom: -0.75rem;
}

.before\:-left-3::before{
  content: var(--tw-content);
  left: -0.75rem;
}

.before\:-top-0::before{
  content: var(--tw-content);
  top: -0px;
}

.before\:-top-0\.5::before{
  content: var(--tw-content);
  top: -0.125rem;
}

.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}

.before\:-z-10::before{
  content: var(--tw-content);
  z-index: -10;
}

.before\:h-0::before{
  content: var(--tw-content);
  height: 0px;
}

.before\:h-0\.5::before{
  content: var(--tw-content);
  height: 0.125rem;
}

.before\:h-12::before{
  content: var(--tw-content);
  height: 3rem;
}

.before\:w-0::before{
  content: var(--tw-content);
  width: 0px;
}

.before\:w-\[157px\]::before{
  content: var(--tw-content);
  width: 157px;
}

.before\:bg-\[\#e3efe9\]::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(227 239 233 / var(--tw-bg-opacity));
}

.before\:bg-\[\#f3efe6\]::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(243 239 230 / var(--tw-bg-opacity));
}

.before\:bg-gray-blue-color::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(112 97 171 / var(--tw-bg-opacity));
}

.before\:duration-300::before{
  content: var(--tw-content);
  transition-duration: 300ms;
}

.before\:duration-500::before{
  content: var(--tw-content);
  transition-duration: 500ms;
}

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

.after\:-bottom-0::after{
  content: var(--tw-content);
  bottom: -0px;
}

.after\:-bottom-0\.5::after{
  content: var(--tw-content);
  bottom: -0.125rem;
}

.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}

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

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

.after\:h-\[1px\]::after{
  content: var(--tw-content);
  height: 1px;
}

.after\:h-\[2px\]::after{
  content: var(--tw-content);
  height: 2px;
}

.after\:w-0::after{
  content: var(--tw-content);
  width: 0px;
}

.after\:w-\[58px\]::after{
  content: var(--tw-content);
  width: 58px;
}

.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}

.after\:-translate-x-1\/2::after{
  content: var(--tw-content);
  --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));
}

.after\:bg-\[\#8373bb\]::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(131 115 187 / var(--tw-bg-opacity));
}

.after\:bg-gray-blue-color::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(112 97 171 / var(--tw-bg-opacity));
}

.after\:bg-text-black::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(67 62 63 / var(--tw-bg-opacity));
}

.after\:duration-500::after{
  content: var(--tw-content);
  transition-duration: 500ms;
}

.hover\:-translate-y-1:hover{
  --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));
}

.hover\:rotate-90:hover{
  --tw-rotate: 90deg;
  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));
}

.hover\:bg-\[\#8373bb\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(131 115 187 / var(--tw-bg-opacity));
}

.hover\:bg-gray-blue-color:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(112 97 171 / var(--tw-bg-opacity));
}

.hover\:text-\[\#8373bb\]:hover{
  --tw-text-opacity: 1;
  color: rgb(131 115 187 / var(--tw-text-opacity));
}

.hover\:before\:w-full:hover::before{
  content: var(--tw-content);
  width: 100%;
}

.hover\:after\:w-full:hover::after{
  content: var(--tw-content);
  width: 100%;
}

.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.group:hover .group-hover\:before\:w-\[200px\]::before{
  content: var(--tw-content);
  width: 200px;
}

@media (min-width: 576px){
  .sm\:h-\[400px\]{
    height: 400px;
  }

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

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pt-10{
    padding-top: 2.5rem;
  }

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

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

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

  .sm\:before\:w-\[230px\]::before{
    content: var(--tw-content);
    width: 230px;
  }

  .sm\:before\:w-\[383px\]::before{
    content: var(--tw-content);
    width: 383px;
  }

  .group:hover .sm\:group-hover\:before\:w-\[273px\]::before{
    content: var(--tw-content);
    width: 273px;
  }

  .group:hover .sm\:group-hover\:before\:w-\[340px\]::before{
    content: var(--tw-content);
    width: 340px;
  }
}

@media (min-width: 768px){
  .md\:hidden{
    display: none;
  }

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

  .md\:h-\[\]{
    height: ;
  }

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

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

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

  .md\:p-10{
    padding: 2.5rem;
  }

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

  .md\:pt-10{
    padding-top: 2.5rem;
  }

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

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

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

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

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

@media (min-width: 992px){
  .lg\:bottom-\[-239px\]{
    bottom: -239px;
  }

  .lg\:right-0{
    right: 0px;
  }

  .lg\:top-0{
    top: 0px;
  }

  .lg\:mb-\[100px\]{
    margin-bottom: 100px;
  }

  .lg\:mb-\[22px\]{
    margin-bottom: 22px;
  }

  .lg\:mb-\[60px\]{
    margin-bottom: 60px;
  }

  .lg\:ml-6{
    margin-left: 1.5rem;
  }

  .lg\:mr-20{
    margin-right: 5rem;
  }

  .lg\:mt-\[78px\]{
    margin-top: 78px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:hidden{
    display: none;
  }

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

  .lg\:h-screen{
    height: 100vh;
  }

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

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

  .lg\:w-\[44\%\]{
    width: 44%;
  }

  .lg\:w-\[45\%\]{
    width: 45%;
  }

  .lg\:w-\[46\%\]{
    width: 46%;
  }

  .lg\:w-\[47\%\]{
    width: 47%;
  }

  .lg\:w-\[50\%\]{
    width: 50%;
  }

  .lg\:max-w-\[45\%\]{
    max-width: 45%;
  }

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

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

  .lg\:flex-1{
    flex: 1 1 0%;
  }

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

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

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

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

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-\[52px\]{
    gap: 52px;
  }

  .lg\:rounded-t-\[80px\]{
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }

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

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

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

  .lg\:pb-\[60px\]{
    padding-bottom: 60px;
  }

  .lg\:pl-\[28px\]{
    padding-left: 28px;
  }

  .lg\:pt-10{
    padding-top: 2.5rem;
  }

  .lg\:pt-20{
    padding-top: 5rem;
  }

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

  .lg\:pt-0{
    padding-top: 0px;
  }

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

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

  .lg\:text-start{
    text-align: start;
  }

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

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

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

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

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

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

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

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

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

@media (min-width: 1024px){
  .xl\:h-\[450px\]{
    height: 450px;
  }

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

  .xl\:min-w-\[340px\]{
    min-width: 340px;
  }

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

@media (min-width: 1200px){
  .\32xl\:mb-3{
    margin-bottom: 0.75rem;
  }

  .\32xl\:mb-5{
    margin-bottom: 1.25rem;
  }

  .\32xl\:ml-7{
    margin-left: 1.75rem;
  }

  .\32xl\:mr-\[120px\]{
    margin-right: 120px;
  }

  .\32xl\:h-\[50px\]{
    height: 50px;
  }

  .\32xl\:h-\[560px\]{
    height: 560px;
  }

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

  .\32xl\:w-\[400px\]{
    width: 400px;
  }

  .\32xl\:items-end{
    align-items: flex-end;
  }

  .\32xl\:gap-8{
    gap: 2rem;
  }

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

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

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

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

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

  .\32xl\:pr-\[14px\]{
    padding-right: 14px;
  }

  .\32xl\:pt-20{
    padding-top: 5rem;
  }

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

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

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

  .\32xl\:text-\[58px\]{
    font-size: 58px;
  }

  .\32xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:leading-\[52px\]{
    line-height: 52px;
  }

  .\32xl\:leading-\[54px\]{
    line-height: 54px;
  }

  .\32xl\:leading-\[80px\]{
    line-height: 80px;
  }

  .\32xl\:placeholder\:text-xl::-moz-placeholder{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:placeholder\:text-xl::placeholder{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1440px){
  .\33xl\:ml-8{
    margin-left: 2rem;
  }

  .\33xl\:h-11{
    height: 2.75rem;
  }

  .\33xl\:h-\[56px\]{
    height: 56px;
  }

  .\33xl\:w-11{
    width: 2.75rem;
  }

  .\33xl\:w-\[148px\]{
    width: 148px;
  }

  .\33xl\:w-\[189px\]{
    width: 189px;
  }

  .\33xl\:max-w-\[220px\]{
    max-width: 220px;
  }

  .\33xl\:gap-0{
    gap: 0px;
  }

  .\33xl\:gap-10{
    gap: 2.5rem;
  }

  .\33xl\:gap-6{
    gap: 1.5rem;
  }

  .\33xl\:gap-8{
    gap: 2rem;
  }

  .\33xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\33xl\:py-\[14px\]{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .\33xl\:pb-12{
    padding-bottom: 3rem;
  }

  .\33xl\:pb-14{
    padding-bottom: 3.5rem;
  }

  .\33xl\:pb-\[120px\]{
    padding-bottom: 120px;
  }

  .\33xl\:pl-\[28px\]{
    padding-left: 28px;
  }

  .\33xl\:pt-12{
    padding-top: 3rem;
  }

  .\33xl\:pt-20{
    padding-top: 5rem;
  }

  .\33xl\:pt-\[60px\]{
    padding-top: 60px;
  }

  .\33xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\33xl\:text-\[32px\]{
    font-size: 32px;
  }

  .\33xl\:text-\[40px\]{
    font-size: 40px;
  }

  .\33xl\:text-\[64px\]{
    font-size: 64px;
  }

  .\33xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\33xl\:leading-\[32px\]{
    line-height: 32px;
  }

  .\33xl\:leading-normal{
    line-height: 1.5;
  }

  .\33xl\:placeholder\:text-base::-moz-placeholder{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\33xl\:placeholder\:text-base::placeholder{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}