@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
! tailwindcss v3.1.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.
*/

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

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

body {
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  background: #021145;
}

p {
  margin-bottom: 10px;
}

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

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

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

.container{
  width: 100%;
}

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

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

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

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

.nav {
  display: flex;
  gap: 20px;
  flex-direction: column;
  text-align: center;
}

@media (min-width: 1024px) {
  .nav {
    flex-direction: row;
    align-items: flex-start;
    gap: 3rem;
  }
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.left-\[-20\`\%\]{
  left: -20`%;
}

.top-\[20\%\]{
  top: 20%;
}

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

.bottom-\[5\%\]{
  bottom: 5%;
}

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

.bottom-0{
  bottom: 0px;
}

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

.top-\[3\%\]{
  top: 3%;
}

.left-auto{
  left: auto;
}

.right-auto{
  right: auto;
}

.left-\[-15\%\]{
  left: -15%;
}

.top-\[36\%\]{
  top: 36%;
}

.left-\[-25\%\]{
  left: -25%;
}

.top-\[63\%\]{
  top: 63%;
}

.left-\[-20\%\]{
  left: -20%;
}

.top-\[75\%\]{
  top: 75%;
}

.left-\[2\%\]{
  left: 2%;
}

.top-\[1\%\]{
  top: 1%;
}

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

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

.top-\[-21\%\]{
  top: -21%;
}

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

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

.top-\[35\%\]{
  top: 35%;
}

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

.top-\[50\%\]{
  top: 50%;
}

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

.top-\[15\%\]{
  top: 15%;
}

.left-\[33\%\]{
  left: 33%;
}

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

.top-\[30\%\]{
  top: 30%;
}

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

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

.left-\[50\%\]{
  left: 50%;
}

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

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

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

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

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

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ml-11{
  margin-left: 2.75rem;
}

.ml-\[35px\]{
  margin-left: 35px;
}

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

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.table-row-group{
  display: table-row-group;
}

.table-row{
  display: table-row;
}

.grid{
  display: grid;
}

.list-item{
  display: list-item;
}

.hidden{
  display: none;
}

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

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

.h-screen{
  height: 100vh;
}

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

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

.h-full{
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full{
  width: 100%;
}

.w-6{
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-\[0_0_50\%\]{
  flex: 0 0 50%;
}

.flex-\[0_0_25\%\]{
  flex: 0 0 25%;
}

.translate-x-\[65px\]{
  --tw-translate-x: 65px;
  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-\[-50\%\]{
  --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-y-\[50\%\]{
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

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

.gap-3{
  gap: 0.75rem;
}

.gap-2{
  gap: 0.5rem;
}

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

.gap-4{
  gap: 1rem;
}

.gap-11{
  gap: 2.75rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-10{
  gap: 2.5rem;
}

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

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.rounded{
  border-radius: 0.25rem;
}

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

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

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

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

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

.border{
  border-width: 1px;
}

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

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

.border-borderColor{
  border-color: rgba(0,0,0,.2);
}

.bg-mainOpacity{
  background-color: rgba(2, 17, 69, 0.5);
}

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

.bg-\[\#021145\]{
  --tw-bg-opacity: 1;
  background-color: rgb(2 17 69 / var(--tw-bg-opacity));
}

.bg-\[\#cdceda\]{
  --tw-bg-opacity: 1;
  background-color: rgb(205 206 218 / var(--tw-bg-opacity));
}

.bg-opacity{
  background-color: rgba(0, 0, 0, 0.60);
}

.bg-\[\#a9cfff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(169 207 255 / var(--tw-bg-opacity));
}

.bg-\[\#ff4a4a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 74 74 / var(--tw-bg-opacity));
}

.fill-opacity{
  fill: rgba(0, 0, 0, 0.60);
}

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

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

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

.p-5{
  padding: 1.25rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

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

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.leading-\[1\.65\]{
  line-height: 1.65;
}

.leading-\[1\.55\]{
  line-height: 1.55;
}

.leading-\[1\.35\]{
  line-height: 1.35;
}

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

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

.text-\[\#021145\]{
  --tw-text-opacity: 1;
  color: rgb(2 17 69 / var(--tw-text-opacity));
}

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

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

.text-\[\#a9cfff\]{
  --tw-text-opacity: 1;
  color: rgb(169 207 255 / var(--tw-text-opacity));
}

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

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

.text-\[\#ff4a4a\]{
  --tw-text-opacity: 1;
  color: rgb(255 74 74 / var(--tw-text-opacity));
}

.opacity-0{
  opacity: 0;
}

.opacity-10{
  opacity: 0.1;
}

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

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

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

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

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

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

.after\:left-\[38px\]::after{
  content: var(--tw-content);
  left: 38px;
}

.after\:bottom-\[-30px\]::after{
  content: var(--tw-content);
  bottom: -30px;
}

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

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

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

.after\:border-bubble::after{
  content: var(--tw-content);
  border-color: #fff transparent transparent #fff;
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

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

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

.group:hover .group-hover\:bg-opacityLight{
  background-color: rgba(0, 0, 0, 0.50);
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

@media (min-width: 984px){
  .lg\:h-\[150px\]{
    height: 150px;
  }

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

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

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

@media (min-width: 1200px){
  .xl\:w-\[360px\]{
    width: 360px;
  }

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

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

  .xc\:top-\[2\%\]{
    top: 2%;
  }

  .xc\:left-\[-11\%\]{
    left: -11%;
  }

  .xc\:left-0{
    left: 0px;
  }

  .xc\:top-\[-6\%\]{
    top: -6%;
  }

  .xc\:right-\[-9\%\]{
    right: -9%;
  }

  .xc\:bottom-\[-1\%\]{
    bottom: -1%;
  }

  .xc\:right-\[-8\%\]{
    right: -8%;
  }

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

  .xc\:mt-\[50px\]{
    margin-top: 50px;
  }

  .xc\:mt-0{
    margin-top: 0px;
  }

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

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

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

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

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

  .xc\:min-h-\[150px\]{
    min-height: 150px;
  }

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

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

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

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

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

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

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

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

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

  .xc\:translate-y-\[-55px\]{
    --tw-translate-y: -55px;
    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));
  }

  .xc\:rotate-\[35deg\]{
    --tw-rotate: 35deg;
    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));
  }

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

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

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

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

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

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

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

  .xc\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

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

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

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

  .xc\:opacity-0{
    opacity: 0;
  }

  .group:hover .xc\:group-hover\:opacity-100{
    opacity: 1;
  }
}
.custom-logo{
	width: 115px;
}
