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

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

@font-face {
  font-family: 'SVN-Gotham';

  src: url('SVN-Gotham Regular.otf');
}

@font-face {
  font-family:'SVN-Gotham-Book';

  src: url('SVN-Gotham Book.otf');
}

html{
  font-family: 'SVN-Gotham';
  scroll-behavior: smooth;
}

/* Mobile screen */

@media screen and (max-width: 640px) {
  h1{
    font-style: normal;
    font-weight: 450;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    letter-spacing: -2px;
  }

  h2{
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -1px;
  }

  h3{
    font-style: normal;
    font-weight: 450;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -1px;
  }

  h4{
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.5px;
  }

  h5{
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 150%;
  }

  h6{
    font-style: normal;
    font-weight: 450;
    font-size: 12px;
    line-height: 150%;
  }

  p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
  }
}

/* Desktop screen */

@media screen and (min-width: 640px) {
  h1{
    font-style: normal;
    font-weight: 450;
    font-size: 48px;
    line-height: 65px;
    letter-spacing: -3px;
  }

  h2{
    font-style: normal;
    font-weight: 450;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -2px;
  }

  h3{
    font-style: normal;
    font-weight: 450;
    font-size: 32px;
    line-height: 43px;
    letter-spacing: -2px;
  }

  h4{
    font-style: normal;
    font-weight: 450;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -1px;
  }

  h5{
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 150%;
  }

  h6{
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 150%;
  }

  p{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
  }
}

*, ::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: 640px) {
  .container {
    max-width: 640px;
  }
}

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

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

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

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

.font-book{
  font-family:'SVN-Gotham-Book';
}

.bg-nav{
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.menu-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.menu-btn__burger::before,
    .menu-btn__burger::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: rgb(0, 0, 0);
  border-radius: 10px;
  transition: all .5s ease-in-out;
}

.menu-btn__burger::before {
  transform: translateY(-4px);
}

.menu-btn__burger::after {
  transform: translateY(4px);
}

/* ANIMATION */

.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg);
}

.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg);
}

.active-link{
  color:#6054ED;
}

.rule-title{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 37px;
  letter-spacing: 0.18px;
  /* Extended/blue-gray/800 */
  color: #1E293B;
}

.rule-subtitle{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  /* or 156% */
  /* Extended/blue-gray/800 */
  color: #1E293B;
}

/* Show menu */

.menu{
  top: -110%;
  background: #FFFFFF;
  box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 20px 20px;
  transition: all .5s ease-in-out;
}

.menu.open{
  top: 0;
}

#detail-info{
  display:none;
}

#detail-info.show{
  display:block;
  transition: all .5s ease-in-out;
}

#detail-minfo{
  display:none;
}

#detail-minfo.show{
  display:block;
  transition: all .5s ease-in-out;
}

.button-primary{
  padding: 12px 24px;
  border-radius: 40px;
  font-weight: 450;
  font-size: 18px;
  line-height: 24px;
  background: #6054ED;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}

.button-primary-mobile{
  padding: 8px 24px;
  border-radius: 40px;
  font-weight: 450;
  font-size: 16px;
  line-height: 22px;
  background: #6054ED;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}

.button-secondary{
  padding: 12px 24px;
  border: 1px solid #6054ED;
  border-radius: 40px;
  font-weight: 450;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.5px;
  color: #6054ED;
  width: -moz-fit-content;
  width: fit-content;
}

.button-secondary-mobile{
  padding: 8px 24px;
  border: 1px solid #6054ED;
  border-radius: 40px;
  font-weight: 450;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: #6054ED;
  width: -moz-fit-content;
  width: fit-content;
}

.nav-items{
  background: #FFFFFF;
  border-radius: 30px;
  padding: 8px 10px;
}

.nav-item:hover{
  color: #6054ED;
  background: #e0e7ff;
}

.bg-detailcost{
  background: #F7F7FE;
}

#isCenter{
  top: 50%;
  left: 40%;
}

.cost-free{
  background: #FCFCFC;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.cost-plus{
  background: #E2E0FC;
}

.cost-pro{
  background: #FFD766;
}

.free-tag{
  background: #E6E6E6;
  border-radius: 40px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 24px;
}

.plus-tag{
  background: #C7C3F9;
  border-radius: 40px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 24px;
}

.pro-tag{
  background: #FFE599;
  border-radius: 40px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 24px;
}

.hr-border{
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.gradiant-text{
  background: linear-gradient(90deg, #6054ED 0.71%, #A054ED 34.84%, #FB8ECF 73.11%, #FF9F5A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-2{
  -webkit-clip-path: inset(0px 0px 100px round 40px);
          clip-path: inset(0px 0px 100px round 40px);
}

.animation{
  height: 100vh;
}

.phone{
  width: 313px;
}

.title-animation1{
  left: 35.5%;
}

.title-animation2{
  left: 40%;
}

.phone-clip-path {
  -webkit-clip-path: inset(0px 0px 0px round 40px);
          clip-path: inset(0px 0px 0px round 40px);
}

/* FAQ style */

.faq-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.faq-btn-burger::before,
    .faq-btn-burger::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  transition: all .3s ease-in-out;
}

.faq-btn-burger::before {
  transform: rotate(-90deg);
}

/* ANIMATION */

.faq-open .faq-btn-burger::before {
  transform: rotate(0deg);
}

.questions__item,
    .questions__header,
    .questions__item-title,
    .questions__icon,
    .questions__description,
    .questions__content{
  transition: all .3s ease-in-out;
}

.faq-container{
  padding: 16px 24px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  width: full-content;
  transition: all .5s ease-in-out;
}

.faq-open.faq-container{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), #FFFFFF;
}

.questions__content{
  overflow: hidden;
  height: 0;
}

/* TESTIMONIAL */

.tes-container{
  background: #FFFFFF;
  box-shadow: 0px 24px 64px -16px rgba(96, 84, 237, 0.15);
  border-radius: 40px;
  overflow: hidden;
}

.tes-avatar{
  border-radius: 50%;
  border: 2px solid #6054ED;
  width: 100px;
  overflow: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.left-2\/4 {
  left: 50%;
}

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

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

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

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

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

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

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

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

.float-right {
  float: right;
}

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

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

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

.mb-16 {
  margin-bottom: 4rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

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

.mt-16 {
  margin-top: 4rem;
}

.mt-12 {
  margin-top: 3rem;
}

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

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

.ml-8 {
  margin-left: 2rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

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

.mr-10 {
  margin-right: 2.5rem;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.h-10 {
  height: 2.5rem;
}

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

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

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

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

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

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

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

.w-6 {
  width: 1.5rem;
}

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

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

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.-translate-x-2\/4 {
  --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-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));
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

.bg-yellow-memo {
  --tw-bg-opacity: 1;
  background-color: rgb(255 215 102 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

.pr-28 {
  padding-right: 7rem;
}

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

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

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

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

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

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

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

.pl-2 {
  padding-left: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

.text-indigo-memo {
  --tw-text-opacity: 1;
  color: rgb(96 84 237 / var(--tw-text-opacity));
}

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

.text-purple-memo {
  --tw-text-opacity: 1;
  color: rgb(160 84 237 / var(--tw-text-opacity));
}

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

.underline-offset-1 {
  text-underline-offset: 1px;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-50 {
  opacity: 0.5;
}

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

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

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

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

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

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

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

@media (min-width: 640px) {
  .sm\:absolute {
    position: absolute;
  }

  .sm\:button-primary{
    padding: 12px 24px;
    border-radius: 40px;
    font-weight: 450;
    font-size: 18px;
    line-height: 24px;
    background: #6054ED;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

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

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

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

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

  .sm\:mt-16 {
    margin-top: 4rem;
  }

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

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:button-disable{
    padding: 12px 24px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 40px;
    font-weight: 450;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.5px;
    color: rgba(0, 0, 0, 0.5);
    cursor: default;
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:button-third{
    padding: 24px 48px;
    color: #FFD766;
    background: #000000;
    border-radius: 60px;
    font-weight: 450;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 5px;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:blur-background{
    width: 292px;
    height: 600px;
    background: linear-gradient(180deg, #B6AFFF 0.52%, #7A71EB 32.81%, #A054ED 55.21%, #FB8ECF 78.13%, #FFC296 100%);
    opacity: 0.25;
    filter: blur(80px);
    border-radius: 42px;
  }

  .sm\:avatar1{
    top: 25%;
    left: 0%;
  }

  .sm\:avatar2{
    top: 50%;
    left: 15%;
  }

  .sm\:avatar3{
    top: 50%;
    left: 75%;
  }

  .sm\:avatar4{
    top: 30%;
    left: 100%;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:card {
    -webkit-clip-path: inset(0px 0px 100px round 80px);
            clip-path: inset(0px 0px 100px round 80px);
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:max-w-screen-lg {
    max-width: 1024px;
  }

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

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

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

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .sm\:pt-\[120px\] {
    padding-top: 120px;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

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

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

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

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

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

@media (max-width: 640px) {
  .se\:button-primary-mobile{
    padding: 8px 24px;
    border-radius: 40px;
    font-weight: 450;
    font-size: 16px;
    line-height: 22px;
    background: #6054ED;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
  }

  .se\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

  .se\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .se\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .se\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .se\:mb-12 {
    margin-bottom: 3rem;
  }

  .se\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

  .se\:mt-\[100px\] {
    margin-top: 100px;
  }

  .se\:mb-20 {
    margin-bottom: 5rem;
  }

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

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

  .se\:mb-4 {
    margin-bottom: 1rem;
  }

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

  .se\:mt-4 {
    margin-top: 1rem;
  }

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

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

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

  .se\:mt-8 {
    margin-top: 2rem;
  }

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

  .se\:button-disable-mobile{
    padding: 8px 24px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 40px;
    font-weight: 450;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: rgba(0, 0, 0, 0.5);
    cursor: default;
    width: -moz-fit-content;
    width: fit-content;
  }

  .se\:button-third-mobile{
    padding: 14px 24px;
    color: #FFD766;
    background: #000000;
    border-radius: 60px;
    font-weight: 450;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content;
  }

  .se\:flex {
    display: flex;
  }

  .se\:blur-background-mobile{
    width: 197px;
    height: 400px;
    background: linear-gradient(180deg, #B6AFFF 0.52%, #7A71EB 32.81%, #A054ED 55.21%, #FB8ECF 78.13%, #FFC296 100%);
    opacity: 0.25;
    filter: blur(50px);
    border-radius: 42px;
  }

  .se\:hidden {
    display: none;
  }

  .se\:h-9 {
    height: 2.25rem;
  }

  .se\:h-8 {
    height: 2rem;
  }

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

  .se\:card-mobile{
    -webkit-clip-path: inset(0px 0px 20px round 40px);
            clip-path: inset(0px 0px 20px round 40px);
  }

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

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

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

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

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

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

  .se\:justify-end {
    justify-content: flex-end;
  }

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

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

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

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

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

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

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

  .se\:pt-\[92px\] {
    padding-top: 92px;
  }

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

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

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

  .se\:pt-\[36px\] {
    padding-top: 36px;
  }

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

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

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