/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */
[type="search"]::-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.
 */

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

/*
 * Add the correct display in all browsers.
 */

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  overflow-anchor: none;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

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

.content-container {
  margin: 0 auto;
  max-width: 1036px;
}

/*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/
/**
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)
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

/**
Add the correct font weight in Edge and Safari.
*/
b {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

/*
Tabular data
============
*/
/**
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)
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

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

/**
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.
*/

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

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

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */

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

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    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 */
}

/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
svg,
video,
canvas,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}

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

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

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

.bg-transparent {
  background-color: transparent;
}

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

.bg-mainBg {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 9, 70, var(--tw-bg-opacity));
}

.bg-topLineBg {
  --tw-bg-opacity: 1;
  background-color: rgba(57, 27, 143, var(--tw-bg-opacity));
}

.bg-color1 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 215, 0, var(--tw-bg-opacity));
}

.bg-color2 {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 5, 105, var(--tw-bg-opacity));
}

.bg-color5 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 8, 54, var(--tw-bg-opacity));
}

.bg-slideBg {
  --tw-bg-opacity: 1;
  background-color: rgba(57, 27, 143, var(--tw-bg-opacity));
}

.bg-formBg {
  --tw-bg-opacity: 1;
  background-color: rgba(57, 27, 143, var(--tw-bg-opacity));
}

.bg-inputBg {
  --tw-bg-opacity: 1;
  background-color: rgba(73, 37, 177, var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-primaryBtnStartColor {
  --tw-gradient-from: #FF6C45;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 108, 69, 0));
}

.to-primaryBtnEndColor {
  --tw-gradient-to: #FF008A;
}

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

.bg-left-top {
  background-position: left top;
}

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

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

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

.border-primaryBtnStartColor {
  --tw-border-opacity: 1;
  border-color: rgba(255, 108, 69, var(--tw-border-opacity));
}

.border-inputBorder {
  --tw-border-opacity: 1;
  border-color: rgba(133, 92, 252, var(--tw-border-opacity));
}

.rounded-4 {
  border-radius: 4px;
}

.rounded-5 {
  border-radius: 5px;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-18 {
  border-radius: 18px;
}

.rounded-20 {
  border-radius: 20px;
}

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

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

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

.border-b-1 {
  border-bottom-width: 1px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

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

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

.flex-shrink-0 {
  flex-shrink: 0;
}

.font-primary {
  font-family: Roboto, sans-serif;
}

.font-playfair {
  font-family: Playfair Display, sans-serif;
}

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

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

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

.h-7 {
  height: 0.7rem;
}

.h-11 {
  height: 1.1rem;
}

.h-16 {
  height: 1.6rem;
}

.h-24 {
  height: 2.4rem;
}

.h-25 {
  height: 2.5rem;
}

.h-28 {
  height: 2.8rem;
}

.h-30 {
  height: 3rem;
}

.h-61 {
  height: 6.1rem;
}

.h-180 {
  height: 18rem;
}

.h-483 {
  height: 48.3rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.text-16 {
  font-size: 1.6rem;
}

.text-18 {
  font-size: 1.8rem;
}

.text-20 {
  font-size: 2rem;
}

.text-22 {
  font-size: 2.2rem;
}

.text-130 {
  font-size: 13rem;
}

.leading-19 {
  line-height: 1.9rem;
}

.leading-22 {
  line-height: 2.2rem;
}

.leading-24 {
  line-height: 2.4rem;
}

.leading-26 {
  line-height: 2.6rem;
}

.leading-86 {
  line-height: 8.6rem;
}

.mx-5 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.-mx-5 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

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

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

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

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

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

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

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

.mr-6 {
  margin-right: 0.6rem;
}

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

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

.mb-12 {
  margin-bottom: 1.2rem;
}

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

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

.mt-18 {
  margin-top: 1.8rem;
}

.mb-18 {
  margin-bottom: 1.8rem;
}

.mt-19 {
  margin-top: 1.9rem;
}

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

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

.mt-22 {
  margin-top: 2.2rem;
}

.mt-24 {
  margin-top: 2.4rem;
}

.mt-28 {
  margin-top: 2.8rem;
}

.mb-29 {
  margin-bottom: 2.9rem;
}

.mt-32 {
  margin-top: 3.2rem;
}

.mb-32 {
  margin-bottom: 3.2rem;
}

.mb-34 {
  margin-bottom: 3.4rem;
}

.mb-42 {
  margin-bottom: 4.2rem;
}

.mt-50 {
  margin-top: 5rem;
}

.ml-auto {
  margin-left: auto;
}

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

.-mb-21 {
  margin-bottom: -2.1rem;
}

.-mb-137 {
  margin-bottom: -13.7rem;
}

.max-w-146 {
  max-width: 14.6rem;
}

.max-w-325 {
  max-width: 32.5rem;
}

.max-w-665 {
  max-width: 66.5rem;
}

.opacity-70 {
  opacity: 0.7;
}

.overflow-hidden {
  overflow: hidden;
}

.p-1 {
  padding: 0.1rem;
}

.p-10 {
  padding: 1rem;
}

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

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

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

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

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

.px-12 {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.py-13 {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.px-14 {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

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

.py-16 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.px-16 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.px-18 {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

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

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

.px-23 {
  padding-left: 2.3rem;
  padding-right: 2.3rem;
}

.px-24 {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.px-35 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-36 {
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}

.px-49 {
  padding-left: 4.9rem;
  padding-right: 4.9rem;
}

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

.pb-16 {
  padding-bottom: 1.6rem;
}

.pt-18 {
  padding-top: 1.8rem;
}

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

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

.pb-24 {
  padding-bottom: 2.4rem;
}

.pt-26 {
  padding-top: 2.6rem;
}

.pb-30 {
  padding-bottom: 3rem;
}

.pt-33 {
  padding-top: 3.3rem;
}

.pt-36 {
  padding-top: 3.6rem;
}

.pb-36 {
  padding-bottom: 3.6rem;
}

.pt-48 {
  padding-top: 4.8rem;
}

.pb-48 {
  padding-bottom: 4.8rem;
}

.pt-72 {
  padding-top: 7.2rem;
}

.pt-171 {
  padding-top: 17.1rem;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.resize {
  resize: both;
}

* {
  --tw-shadow: 0 0 #0000;
}

.shadow-header {
  --tw-shadow: 0 1px 0 0 rgba(76, 81, 191, 0.4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-softBox {
  --tw-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-feedbackBox {
  --tw-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

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

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

.text-color1 {
  --tw-text-opacity: 1;
  color: rgba(255, 215, 0, var(--tw-text-opacity));
}

.text-color2 {
  --tw-text-opacity: 1;
  color: rgba(51, 5, 105, var(--tw-text-opacity));
}

.text-color3 {
  --tw-text-opacity: 1;
  color: rgba(0, 226, 249, var(--tw-text-opacity));
}

.text-color4 {
  --tw-text-opacity: 1;
  color: rgba(255, 0, 138, var(--tw-text-opacity));
}

.text-color6 {
  --tw-text-opacity: 1;
  color: rgba(1, 255, 116, var(--tw-text-opacity));
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.visible {
  visibility: visible;
}

.w-5 {
  width: 0.5rem;
}

.w-26 {
  width: 2.6rem;
}

.w-29 {
  width: 2.9rem;
}

.w-32 {
  width: 3.2rem;
}

.w-50 {
  width: 5rem;
}

.w-68 {
  width: 6.8rem;
}

.w-70 {
  width: 7rem;
}

.w-90 {
  width: 9rem;
}

.w-full {
  width: 100%;
}

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

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

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

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

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.row-start-1 {
  grid-row-start: 1;
}

.transform {
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(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));
}

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

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-linear {
  transition-timing-function: linear;
}

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

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@media only screen and (min-width: 768px) {
  .header__topline {
    grid-template-columns: 1fr 400px 1fr;
  }
}

.menu-btn {
  cursor: pointer;
}

.modal-backdrop {
  -webkit-backdrop-filter: brightness(100%);
  backdrop-filter: brightness(100%);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}

.modal-backdrop.show {
  opacity: 1;
  -webkit-backdrop-filter: brightness(70%);
  backdrop-filter: brightness(70%);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
}

select option {
  color: #1A202C;
}

select:required:invalid {
  color: #A0AEC0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMi4wMjAwMDEgNi43NjAyNzE5IiBoZWlnaHQ9IjYuNzYwMjcxNSIgd2lkdGg9IjEyLjAyIj4KICA8cGF0aCBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojQTBBRUMwO3N0cm9rZS13aWR0aDoxLjUwMDYwNTQ2O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZCIgZD0iTSAxMS4yNjIxMTksMC43NTc4ODA5OCA2LjAxMDAwMDEsNi4wMSAwLjc1Nzg4MDk4LDAuNzU3ODgwOTgiIGlkPSJjaGV2cm9uLWRvd24iIC8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: auto;
}

option[value=""][disabled] {
  display: none;
}

.swiper-container .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}

.swiper-container .swiper-pagination-bullet {
  background: #391B8F;
  opacity: 1;
}

.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFD700;
}

@media (min-width: 576px) {
  .sm\:flex {
    display: flex;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:h-18 {
    height: 1.8rem;
  }
  .sm\:h-20 {
    height: 2rem;
  }
  .sm\:h-111 {
    height: 11.1rem;
  }
  .sm\:h-400 {
    height: 40rem;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .md\:rounded-60 {
    border-radius: 60px;
  }
  .md\:rounded-t-80 {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:h-64 {
    height: 6.4rem;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:leading-29 {
    line-height: 2.9rem;
  }
  .md\:mx-10 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mt-6 {
    margin-top: 0.6rem;
  }
  .md\:mt-24 {
    margin-top: 2.4rem;
  }
  .md\:mt-25 {
    margin-top: 2.5rem;
  }
  .md\:mr-25 {
    margin-right: 2.5rem;
  }
  .md\:mb-26 {
    margin-bottom: 2.6rem;
  }
  .md\:mb-32 {
    margin-bottom: 3.2rem;
  }
  .md\:mt-37 {
    margin-top: 3.7rem;
  }
  .md\:mt-60 {
    margin-top: 6rem;
  }
  .md\:max-w-518 {
    max-width: 51.8rem;
  }
  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-85 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:pr-8 {
    padding-right: 0.8rem;
  }
  .md\:pl-8 {
    padding-left: 0.8rem;
  }
  .md\:pl-12 {
    padding-left: 1.2rem;
  }
  .md\:pt-50 {
    padding-top: 5rem;
  }
  .md\:pt-52 {
    padding-top: 5.2rem;
  }
  .md\:pt-72 {
    padding-top: 7.2rem;
  }
  .md\:pb-82 {
    padding-bottom: 8.2rem;
  }
  .md\:pt-84 {
    padding-top: 8.4rem;
  }
  .md\:pt-184 {
    padding-top: 18.4rem;
  }
  .md\:static {
    position: static;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:w-60 {
    width: 6rem;
  }
  .md\:w-3\/5 {
    width: 60%;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:col-start-2 {
    grid-column-start: 2;
  }
  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }
}

@media (min-width: 992px) {
  .lg\:bg-auto {
    background-size: auto;
  }
  .lg\:rounded-b-80 {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  .lg\:rounded-t-120 {
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:text-18 {
    font-size: 1.8rem;
  }
  .lg\:text-24 {
    font-size: 2.4rem;
  }
  .lg\:text-30 {
    font-size: 3rem;
  }
  .lg\:text-36 {
    font-size: 3.6rem;
  }
  .lg\:leading-22 {
    line-height: 2.2rem;
  }
  .lg\:leading-29 {
    line-height: 2.9rem;
  }
  .lg\:leading-36 {
    line-height: 3.6rem;
  }
  .lg\:leading-48 {
    line-height: 4.8rem;
  }
  .lg\:mx-8 {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  .lg\:-mx-8 {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mr-0 {
    margin-right: 0px;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mt-12 {
    margin-top: 1.2rem;
  }
  .lg\:mb-12 {
    margin-bottom: 1.2rem;
  }
  .lg\:mt-14 {
    margin-top: 1.4rem;
  }
  .lg\:mt-18 {
    margin-top: 1.8rem;
  }
  .lg\:mt-24 {
    margin-top: 2.4rem;
  }
  .lg\:mt-26 {
    margin-top: 2.6rem;
  }
  .lg\:mt-32 {
    margin-top: 3.2rem;
  }
  .lg\:mt-33 {
    margin-top: 3.3rem;
  }
  .lg\:mt-35 {
    margin-top: 3.5rem;
  }
  .lg\:mb-48 {
    margin-bottom: 4.8rem;
  }
  .lg\:mt-64 {
    margin-top: 6.4rem;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:max-w-154 {
    max-width: 15.4rem;
  }
  .lg\:py-7 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .lg\:px-8 {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .lg\:px-16 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .lg\:px-18 {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
  .lg\:pr-0 {
    padding-right: 0px;
  }
  .lg\:pl-16 {
    padding-left: 1.6rem;
  }
  .lg\:pt-22 {
    padding-top: 2.2rem;
  }
  .lg\:pb-38 {
    padding-bottom: 3.8rem;
  }
  .lg\:pt-42 {
    padding-top: 4.2rem;
  }
  .lg\:pb-46 {
    padding-bottom: 4.6rem;
  }
  .lg\:pb-60 {
    padding-bottom: 6rem;
  }
  .lg\:pt-64 {
    padding-top: 6.4rem;
  }
  .lg\:pt-72 {
    padding-top: 7.2rem;
  }
  .lg\:pb-72 {
    padding-bottom: 7.2rem;
  }
  .lg\:pt-78 {
    padding-top: 7.8rem;
  }
  .lg\:pt-90 {
    padding-top: 9rem;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .xl\:bg-contain {
    background-size: contain;
  }
}

