/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, 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 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  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;
}
  body {
  min-height: 100dvh;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Mulish, sans-serif;
}

  input {
    min-width: 0;
  }

  @media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: smooth;
    }
  }

*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.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;
  }
}
@media (min-width: 1920px) {

  .container {
    max-width: 1920px;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {

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

  .container {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.button-primary {
  display: flex;
  height: 60px;
  align-items: center;
  gap: 2px;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(15 126 255 / var(--tw-bg-opacity));
  padding-left: 28px;
  padding-right: 28px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 104 220 / var(--tw-bg-opacity));
}
.button-primary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(54 147 255 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {

  .button-primary {
    height: 80px;
    border-radius: 20px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 24px;
    line-height: 28px;
  }
}
.button-secondary {
  display: inline-flex;
  height: 65px;
  align-items: center;
  gap: 2px;
  text-wrap: nowrap;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(15 126 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 18px;
  padding-right: 18px;
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 126 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .button-secondary {
    padding-left: 48px;
    padding-right: 48px;
    font-size: 24px;
  }
}
.button-s {
  height: 30px;
  border-radius: 6px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
  font-weight: 500;
}
.button-s:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 104 220 / var(--tw-bg-opacity));
}
.button-s:active {
  --tw-bg-opacity: 1;
  background-color: rgb(54 147 255 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {

  .button-s {
    height: 44px;
    border-radius: 8px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.bordered-label {
  display: inline;
  border-radius: 45px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(15 126 255 / var(--tw-border-opacity));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: -0.004em;
  --tw-text-opacity: 1;
  color: rgb(15 126 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .bordered-label {
    padding-left: 36px;
    padding-right: 36px;
    font-size: 24px;
    line-height: 28px;
  }
}
.h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.004em;
}
@media (min-width: 1024px) {

  .h1 {
    font-size: 54px;
    line-height: 68px;
  }
}
.h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.004em;
}
@media (min-width: 1024px) {

  .h2 {
    font-size: 40px;
    line-height: 58px;
  }
}
.h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.004em;
  --tw-text-opacity: 1;
  color: rgb(4 14 29 / var(--tw-text-opacity));
}
#form-status {
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0;
  }
.status-success {
  --tw-bg-opacity: 1;
  background-color: rgb(15 126 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.status-error {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-5 {
  bottom: -1.25rem;
}
.-top-\[47px\] {
  top: -47px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[12px\] {
  left: 12px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[12px\] {
  top: 12px;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.m-auto {
  margin: auto;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[0\.5rem\] {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-\[16px\] {
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-\[18px\] {
  margin-top: 18px;
  margin-bottom: 18px;
}
.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[0\.125rem\] {
  margin-bottom: 0.125rem;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[13px\] {
  margin-bottom: 13px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[1em\] {
  margin-bottom: 1em;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[3rem\] {
  margin-bottom: 3rem;
}
.mb-\[52px\] {
  margin-bottom: 52px;
}
.mb-\[56px\] {
  margin-bottom: 56px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[1\.5rem\] {
  margin-top: 1.5rem;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[46px\] {
  margin-top: 46px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[65px\] {
  margin-top: 65px;
}
.box-content {
  box-sizing: content-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.hidden {
  display: none;
}
.h-16 {
  height: 4rem;
}
.h-4 {
  height: 1rem;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[90px\] {
  height: 90px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-\[1\.6875rem\] {
  min-height: 1.6875rem;
}
.w-16 {
  width: 4rem;
}
.w-4 {
  width: 1rem;
}
.w-\[132px\] {
  width: 132px;
}
.w-\[165px\] {
  width: 165px;
}
.w-\[167px\] {
  width: 167px;
}
.w-\[19px\] {
  width: 19px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[270px\] {
  width: 270px;
}
.w-\[290px\] {
  width: 290px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[90px\] {
  width: 90px;
}
.w-full {
  width: 100%;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.max-w-\[1070px\] {
  max-width: 1070px;
}
.max-w-\[1120px\] {
  max-width: 1120px;
}
.max-w-\[136px\] {
  max-width: 136px;
}
.max-w-\[310px\] {
  max-width: 310px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[380px\] {
  max-width: 380px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[485px\] {
  max-width: 485px;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-\[760px\] {
  max-width: 760px;
}
.max-w-\[775px\] {
  max-width: 775px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.-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;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded-\[0\.5rem\] {
  border-radius: 0.5rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[600px\] {
  border-radius: 600px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-\[\#565656\] {
  --tw-border-opacity: 1;
  border-color: rgb(86 86 86 / var(--tw-border-opacity));
}
.border-\[\#EBE8E8\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 232 232 / var(--tw-border-opacity));
}
.border-borderGray {
  --tw-border-opacity: 1;
  border-color: rgb(229 232 237 / var(--tw-border-opacity));
}
.border-borderHeader {
  --tw-border-opacity: 1;
  border-color: rgb(215 218 226 / var(--tw-border-opacity));
}
.border-borderInput {
  --tw-border-opacity: 1;
  border-color: rgb(229 232 237 / var(--tw-border-opacity));
}
.border-gray-color-300 {
  --tw-border-opacity: 1;
  border-color: rgb(222 226 230 / var(--tw-border-opacity));
}
.border-mainBlue {
  --tw-border-opacity: 1;
  border-color: rgb(15 126 255 / var(--tw-border-opacity));
}
.border-textSecondary {
  --tw-border-opacity: 1;
  border-color: rgb(60 60 60 / var(--tw-border-opacity));
}
.border-b-footerText {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(1 11 25 / var(--tw-border-opacity));
}
.border-b-gray {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(215 218 226 / var(--tw-border-opacity));
}
.bg-footerColor {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 247 / var(--tw-bg-opacity));
}
.bg-footerGray {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 247 / var(--tw-bg-opacity));
}
.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(215 218 226 / var(--tw-bg-opacity));
}
.bg-mainBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(15 126 255 / var(--tw-bg-opacity));
}
.bg-night-rider {
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 45 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 134 96 / var(--tw-bg-opacity));
}
.bg-sectionBg {
  --tw-bg-opacity: 1;
  background-color: rgb(242 247 255 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[url\(\'\.\.\/\.\.\/images\/second_section_bg\.jpg\'\)\] {
  background-image: url('../../images/second_section_bg.jpg');
}
.bg-\[url\(\'\.\.\/\.\.\/images\/third_section_bg\.png\'\)\] {
  background-image: url('../../images/third_section_bg.png');
}
.bg-\[length\:130vw\] {
  background-size: 130vw;
}
.bg-\[length\:320vw\] {
  background-size: 320vw;
}
.bg-\[length\:contain\] {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-\[center\] {
  background-position: center;
}
.bg-\[center_bottom_-20px\] {
  background-position: center bottom -20px;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[30px\] {
  padding: 30px;
}
.p-\[7px\] {
  padding: 7px;
}
.p-\[8px\] {
  padding: 8px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[1\.5rem\] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[48px\] {
  padding-left: 48px;
  padding-right: 48px;
}
.px-\[calc\(1\.875rem_\*_0\.5\)\] {
  padding-left: calc(1.875rem * 0.5);
  padding-right: calc(1.875rem * 0.5);
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[45px\] {
  padding-top: 45px;
  padding-bottom: 45px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[62px\] {
  padding-top: 62px;
  padding-bottom: 62px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[0\.5rem\] {
  padding-bottom: 0.5rem;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[2rem\] {
  padding-bottom: 2rem;
}
.pb-\[68px\] {
  padding-bottom: 68px;
}
.pe-4 {
  padding-inline-end: 1rem;
}
.pl-\[18px\] {
  padding-left: 18px;
}
.pr-\[30px\] {
  padding-right: 30px;
}
.ps-4 {
  padding-inline-start: 1rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[18px\] {
  padding-top: 18px;
}
.pt-\[3rem\] {
  padding-top: 3rem;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[47px\] {
  padding-top: 47px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-poppins {
  font-family: Poppins, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[64px\] {
  font-size: 64px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-default {
  font-size: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[19px\] {
  line-height: 19px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[29px\] {
  line-height: 29px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[68px\] {
  line-height: 68px;
}
.leading-\[76px\] {
  line-height: 76px;
}
.-tracking-\[0\.004em\] {
  letter-spacing: -0.004em;
}
.tracking-normal {
  letter-spacing: 0em;
}
.text-\[\#565656\] {
  --tw-text-opacity: 1;
  color: rgb(86 86 86 / var(--tw-text-opacity));
}
.text-darkGray {
  --tw-text-opacity: 1;
  color: rgb(86 86 86 / var(--tw-text-opacity));
}
.text-footerText {
  --tw-text-opacity: 1;
  color: rgb(1 11 25 / var(--tw-text-opacity));
}
.text-labelGray {
  --tw-text-opacity: 1;
  color: rgb(187 196 195 / var(--tw-text-opacity));
}
.text-mainBlue {
  --tw-text-opacity: 1;
  color: rgb(15 126 255 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 134 96 / var(--tw-text-opacity));
}
.text-textSecondary {
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}
.text-textTertiary {
  --tw-text-opacity: 1;
  color: rgb(4 14 29 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.shadow-box {
  --tw-shadow: 0px 12px 24px 0px #0000001F;
  --tw-shadow-colored: 0px 12px 24px 0px 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 {
  outline-style: solid;
}
.outline-4 {
  outline-width: 4px;
}
.-outline-offset-4 {
  outline-offset: -4px;
}
.outline-borderGray {
  outline-color: #E5E8ED;
}
.focus\:border-mainBlue:focus {
  --tw-border-opacity: 1;
  border-color: rgb(15 126 255 / var(--tw-border-opacity));
}
.disabled\:p-0:disabled {
  padding: 0px;
}
.group:enabled .group-enabled\:hidden {
  display: none;
}
.group:disabled .group-disabled\:hidden {
  display: none;
}
.peer:checked ~ .peer-checked\:visible {
  visibility: visible;
}
.has-\[\:focus\]\:border-black:has(:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.has-\[\:checked\]\:outline-4:has(:checked) {
  outline-width: 4px;
}
.has-\[\:checked\]\:-outline-offset-4:has(:checked) {
  outline-offset: -4px;
}
.has-\[\:checked\]\:outline-mainBlue:has(:checked) {
  outline-color: #0F7EFF;
}
@media (min-width: 640px) {

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

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

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

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

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

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

  .sm\:w-6 {
    width: 1.5rem;
  }

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

  .sm\:w-auto {
    width: auto;
  }

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

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

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

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

  .sm\:gap-14 {
    gap: 3.5rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-\[24px\] {
    gap: 24px;
  }

  .sm\:gap-\[4px\] {
    gap: 4px;
  }

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

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

  .sm\:bg-\[length\:200vw\] {
    background-size: 200vw;
  }

  .sm\:bg-\[length\:contain\] {
    background-size: contain;
  }

  .sm\:\!p-\[52px\] {
    padding: 52px !important;
  }

  .sm\:p-\[40px\] {
    padding: 40px;
  }

  .sm\:p-\[42px\] {
    padding: 42px;
  }

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

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

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

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

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

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

  .sm\:text-4 {
    font-size: 24px;
  }

  .sm\:text-5 {
    font-size: 20px;
  }

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

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

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

  .sm\:text-default {
    font-size: 1rem;
  }

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

  .sm\:leading-\[68px\] {
    line-height: 68px;
  }
}
@media (min-width: 768px) {

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

  .md\:my-\[40px\] {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md\:mt-\[3rem\] {
    margin-top: 3rem;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

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

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

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

  .md\:overflow-hidden {
    overflow: hidden;
  }

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

  .md\:bg-\[center_100px\] {
    background-position: center 100px;
  }

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

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

  .md\:pt-\[1\.5rem\] {
    padding-top: 1.5rem;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

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

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

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

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

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

  .lg\:box-content {
    box-sizing: content-box;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-9\/12 {
    width: 75%;
  }

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

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

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

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

  .lg\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

  .lg\:gap-4 {
    gap: 1rem;
  }

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

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

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:bg-\[url\(\'\.\.\/\.\.\/images\/mainBg\.png\'\)\] {
    background-image: url('../../images/mainBg.png');
  }

  .lg\:bg-\[length\:150vw\] {
    background-size: 150vw;
  }

  .lg\:bg-\[center_bottom\] {
    background-position: center bottom;
  }

  .lg\:bg-\[right_-60px_top_10px\] {
    background-position: right -60px top 10px;
  }

  .lg\:p-\[30px\] {
    padding: 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:outline-1 {
    outline-width: 1px;
  }

  .lg\:-outline-offset-1 {
    outline-offset: -1px;
  }
}
@media (min-width: 1280px) {

  .xl\:left-\[20px\] {
    left: 20px;
  }

  .xl\:top-\[20px\] {
    top: 20px;
  }

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

  .xl\:mt-\[72px\] {
    margin-top: 72px;
  }

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

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

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

  .xl\:gap-\[30px\] {
    gap: 30px;
  }

  .xl\:bg-\[length\:80\%\] {
    background-size: 80%;
  }

  .xl\:bg-\[50vw_10px\] {
    background-position: 50vw 10px;
  }

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

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

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