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

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

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

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

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

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

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.w-\[150px\] {
  width: 150px;
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.gap-\[10px\] {
  gap: 10px;
}
.border {
  border-width: 1px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.text-center {
  text-align: center;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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);
}
.container {
  max-width: 1440px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

h1, .h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 1024px) {

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

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

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

  .lg\:\!flex {
    display: flex !important;
  }

  .lg\:\!hidden {
    display: none !important;
  }
}
.visibility:before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512.001 512.001' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M496.28,112.754l-79.049-21.559c-3.554-0.981-6.501-1.703-11.779-2.914c-2.515-4.207-4.343-7.538-6.191-11.234l-13.949-27.919c-7.858-15.729-30.302-15.732-38.165-0.006l-11.2,22.4c-0.555,1.11-1.092,2.179-1.612,3.212C253.853,64.179,172.44,69.689,94.724,91.208l-79.003,21.546c-9.83,2.681-16.392,11.939-15.666,22.102l21.333,298.667c0.973,13.627,14.326,22.84,27.411,18.913l71.296-21.397c28.025-8.402,56.636-14.139,85.463-17.229L238,464.789c6.326,9.94,19.511,12.87,29.451,6.545c9.94-6.326,12.87-19.511,6.545-29.451l-19.576-30.762c46.318-0.154,92.654,6.477,137.491,19.919l71.29,21.395c13.085,3.927,26.438-5.286,27.411-18.913l21.333-298.667C512.672,124.693,506.11,115.435,496.28,112.754z M350.442,130.801c0.127-0.165,0.25-0.334,0.376-0.499c5.72-7.427,10.011-14.237,15.469-24.456c2.988,5.235,6.597,11.032,12.106,19.664l0.169,0.264c1.687,2.644,2.556,4.009,3.44,5.41c0.15,0.239,0.301,0.48,0.46,0.732c0.694,1.099,1.121,2.053,1.344,3.061c0.132,0.603,0.192,1.228,0.192,1.915c0,11.281-10.264,19.737-21.803,17.357c-8.072-1.67-14.315-10.021-13.708-18.474c0.124-1.756,0.524-2.944,1.503-4.362C350.129,131.214,350.279,131.011,350.442,130.801z M449.953,403.912l-45.782-13.74c-57.445-17.222-117.144-24.206-176.417-20.957L124.663,207.216c-6.326-9.94-19.511-12.87-29.451-6.545s-12.87,19.511-6.545,29.451l91.583,143.916c-24.398,3.621-48.6,8.992-72.413,16.131l-45.789,13.742L43.862,149.304l62.168-16.955c66.35-18.371,135.573-24.195,204.402-17.422c-0.144,0.311-0.272,0.628-0.41,0.942c-0.052,0.118-0.104,0.236-0.154,0.355c-0.203,0.475-0.4,0.953-0.588,1.435c-0.053,0.135-0.103,0.271-0.155,0.406c-0.186,0.488-0.369,0.978-0.54,1.473c-0.019,0.056-0.037,0.113-0.056,0.169c-0.563,1.651-1.039,3.341-1.432,5.07c-0.025,0.111-0.052,0.221-0.077,0.332c-0.117,0.533-0.224,1.072-0.325,1.613c-0.021,0.111-0.042,0.223-0.062,0.334c-0.105,0.584-0.201,1.173-0.287,1.767c0,0.001,0,0.001,0,0.002c-0.184,1.267-0.336,2.55-0.432,3.86c-2.135,29.726,18.523,57.33,47.653,63.355c10.722,2.212,21.191,1.517,30.706-1.464c0.029-0.009,0.057-0.02,0.086-0.029c1.024-0.323,2.038-0.67,3.039-1.045c0.063-0.024,0.125-0.051,0.189-0.075c0.963-0.365,1.917-0.749,2.857-1.161c0.098-0.043,0.193-0.091,0.291-0.135c0.902-0.401,1.795-0.818,2.674-1.261c0.122-0.061,0.24-0.13,0.361-0.192c0.849-0.435,1.69-0.884,2.516-1.357c0.14-0.081,0.276-0.168,0.415-0.25c0.799-0.467,1.591-0.945,2.367-1.447c0.157-0.102,0.308-0.211,0.465-0.315c0.749-0.495,1.492-0.999,2.218-1.526c0.17-0.124,0.334-0.256,0.504-0.381c0.701-0.52,1.396-1.048,2.074-1.598c0.181-0.146,0.354-0.301,0.532-0.45c0.654-0.543,1.303-1.092,1.934-1.662c0.188-0.17,0.368-0.349,0.554-0.521c0.608-0.563,1.212-1.132,1.796-1.72c0.192-0.193,0.375-0.395,0.565-0.591c0.564-0.582,1.123-1.169,1.663-1.773c0.194-0.217,0.378-0.442,0.568-0.662c0.52-0.599,1.035-1.201,1.532-1.82c0.194-0.242,0.377-0.492,0.567-0.737c0.475-0.612,0.947-1.227,1.399-1.858c0.192-0.268,0.373-0.544,0.56-0.815c0.431-0.623,0.859-1.248,1.266-1.888c0.187-0.294,0.363-0.596,0.545-0.893c0.388-0.632,0.773-1.266,1.138-1.914c0.179-0.318,0.346-0.645,0.52-0.967c0.346-0.641,0.689-1.284,1.012-1.939c0.169-0.343,0.325-0.693,0.488-1.04c0.304-0.649,0.607-1.298,0.888-1.959c0.157-0.367,0.3-0.742,0.449-1.113c0.263-0.654,0.525-1.309,0.766-1.975c0.142-0.392,0.27-0.79,0.403-1.186c0.223-0.659,0.444-1.318,0.644-1.987c0.124-0.415,0.234-0.836,0.35-1.255c0.183-0.662,0.364-1.325,0.525-1.996c0.105-0.439,0.195-0.884,0.291-1.328c0.143-0.662,0.284-1.325,0.405-1.996c0.084-0.463,0.152-0.932,0.225-1.4c0.103-0.663,0.206-1.325,0.287-1.995c0.059-0.485,0.103-0.975,0.151-1.463c0.065-0.664,0.128-1.327,0.172-1.997c0.033-0.505,0.049-1.014,0.07-1.523c0.019-0.464,0.055-0.922,0.064-1.388l41.481,11.313L449.953,403.912z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.tyres:before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M256,0C114.618,0,0,114.618,0,256s114.618,256,256,256s256-114.618,256-256S397.382,0,256,0z M256,469.333c-117.818,0-213.333-95.515-213.333-213.333S138.182,42.667,256,42.667S469.333,138.182,469.333,256S373.818,469.333,256,469.333z'/%3E%3Cpath d='M376.679,135.32C376.679,135.319,376.679,135.319,376.679,135.32C376.678,135.319,376.678,135.319,376.679,135.32C345.794,104.435,303.128,85.333,256,85.333c-94.257,0-170.667,76.41-170.667,170.667S161.743,426.667,256,426.667c47.128,0,89.794-19.102,120.678-49.986c0,0,0,0,0,0c0,0,0,0,0,0c30.885-30.885,49.988-73.552,49.988-120.68S407.564,166.204,376.679,135.32z M360.334,330.167l-30.83-30.83c4.012-6.79,7.125-14.174,9.14-22.004h43.575C378.957,296.781,371.317,314.745,360.334,330.167z M129.78,277.333h43.575c2.015,7.829,5.128,15.213,9.14,22.002l-30.83,30.83C140.683,314.744,133.043,296.781,129.78,277.333z M151.665,181.835l30.83,30.83c-4.011,6.79-7.125,14.173-9.14,22.002H129.78C133.043,215.219,140.683,197.256,151.665,181.835z M256,298.667c-11.772,0-22.429-4.766-30.148-12.474c-0.007-0.008-0.014-0.016-0.021-0.023s-0.016-0.014-0.023-0.021c-7.708-7.719-12.474-18.376-12.474-30.148s4.766-22.429,12.474-30.148c0.008-0.007,0.016-0.014,0.023-0.021s0.014-0.016,0.021-0.023c7.719-7.708,18.376-12.474,30.148-12.474c23.567,0,42.667,19.099,42.667,42.667S279.567,298.667,256,298.667z M299.334,182.494c-6.789-4.011-14.173-7.124-22.001-9.139V129.78c19.447,3.263,37.409,10.903,52.831,21.884L299.334,182.494z M234.667,173.355c-7.829,2.015-15.213,5.128-22.002,9.14l-30.83-30.83c15.422-10.982,33.385-18.622,52.832-21.885V173.355z M212.664,329.506c6.79,4.011,14.173,7.125,22.002,9.14v43.575c-19.447-3.263-37.41-10.903-52.832-21.885L212.664,329.506z M277.333,338.645c7.828-2.015,15.212-5.128,22.001-9.139l30.83,30.83c-15.421,10.982-33.384,18.621-52.831,21.884V338.645z M338.645,234.667c-2.015-7.829-5.128-15.214-9.14-22.004l30.83-30.83c10.983,15.422,18.623,33.385,21.886,52.833H338.645z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.engine:before {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 -8 72 72' id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Etools%3C/title%3E%3Cpath fill='%23FFF' d='M13.32,44.31a4.5,4.5,0,0,0,6.36,6.36L34.44,35.91l-6.36-6.36Z'/%3E%3Cpolygon fill='%23FFF' points='50.2 16.96 56.63 13.63 60 7.13 56.86 3.99 50.36 7.36 47.03 13.78 39.21 21.61 42.38 24.79 50.2 16.96'/%3E%3Cpath fill='%23FFF' d='M51.61,34,51,34a8.9,8.9,0,0,0-3.11.58L29.45,16.09A8.9,8.9,0,0,0,30,13l-.06-.6A8.9,8.9,0,0,0,17.19,4.89l6,6a3,3,0,0,1,.68,1.08A3,3,0,0,1,21,16a2.92,2.92,0,0,1-1-.21,3.15,3.15,0,0,1-1.08-.67l-6-6a8.9,8.9,0,0,0,7.49,12.78L21,22a8.9,8.9,0,0,0,3.11-.58L42.6,39.84A8.9,8.9,0,0,0,42,43l.06.6A9,9,0,0,0,51,51.94a8.72,8.72,0,0,0,3.85-.9l-6-6A3.08,3.08,0,0,1,48.21,44,3,3,0,0,1,51,40a2.92,2.92,0,0,1,1,.21,2.72,2.72,0,0,1,1.08.67l6,6A8.9,8.9,0,0,0,51.61,34Z'/%3E%3C/svg%3E");
}

.vehicle-systems:before {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12M21 12C21 7.02944 16.9706 3 12 3M21 12H19M3 12C3 7.02944 7.02944 3 12 3M3 12H5M12 3V5M13.3229 10.5C12.9703 10.1888 12.5072 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 11.4027 13.7381 10.8665 13.3229 10.5ZM13.3229 10.5L15.8229 8' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.overlay-content {
  position: fixed;
  top: 0;
  left: 0;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  z-index: 999;
  max-height: 100dvh;
  overflow-y: auto;
}

.overlay-content__inner__top {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 30px;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.overlay-content__inner__sidebar {
  width: 25%;
}

.overlay-content__inner__main {
  width: 75%;
}

.overlay-content__inner__sidebar img {
  width: 180px;
  background: #242223;
  padding: 10px;
  border-radius: 10px;
}

.overlay-back {
  background-color: #271B4E;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 8px 10px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  width: 100%;
  margin-bottom: 20px;
}

.overlay-back:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #F1F2FE;
  padding: 4px;
  border-radius: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.4697 5.46967C13.7626 5.17678 14.2374 5.17678 14.5303 5.46967L20.5303 11.4697C20.8232 11.7626 20.8232 12.2374 20.5303 12.5303L14.5303 18.5303C14.2374 18.8232 13.7626 18.8232 13.4697 18.5303C13.1768 18.2374 13.1768 17.7626 13.4697 17.4697L18.1893 12.75H4C3.58579 12.75 3.25 12.4142 3.25 12C3.25 11.5858 3.58579 11.25 4 11.25H18.1893L13.4697 6.53033C13.1768 6.23744 13.1768 5.76256 13.4697 5.46967Z' fill='%231C274C'/%3E%3C/svg%3E");
  background-size: 18px;
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-position: 4px 4px;
}

.overlay__skill-level {
  padding: 30px;
  margin-top: 20px;
  border-radius: 10px;
  background: #F1F2FE;
  color: #271B4E;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.overlay__skill-level p {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.overlay__skill-level span {
  display: block;
  padding: 10px 20px;
  border: 1px solid #271B4E;
  color: #271B4E;
  border-radius: 100px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  pointer-events: none;
}
.overlay__skill-level span.active {
  background: #271B4E;
  color: #FFFFFF;
}

#overlay-title, #overlay-title-mobile {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #271B4E;
}

#overlay-introduction {
  margin-bottom: 20px;
  color: #271B4E;
  font-size: 18px;
}

.overlay__content__inner__main__content {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  flex-wrap: wrap;
}
.overlay__content__inner__main__content > div:not(.overlay__box) {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
.overlay__content__inner__main__content img {
  border-radius: 16px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 600px;
}

.overlay__box {
  background: #F1F2FE;
  border-radius: 16px;
  padding: 20px 20px 0 20px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.overlay__box h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #271B4E;
}
.overlay__box p {
  color: #271B4E;
  font-size: 18px;
  margin-bottom: 20px;
}
.overlay__box ul {
  list-style: disc;
  font-size: 18px;
  padding-left: 20px;
  color: #271B4E;
  margin-bottom: 20px;
}
.overlay__box ul li:not(:last-child) {
  margin-bottom: 10px;
}
.overlay__box ol {
  list-style: decimal;
  font-size: 18px;
  padding-left: 20px;
  color: #271B4E;
  margin-bottom: 20px;
}
.overlay__box ol li:not(:last-child) {
  margin-bottom: 10px;
}

.overlay__steps {
  background: #F1F2FE;
  padding: 0 30px;
}
.overlay__steps__inner {
  padding: 50px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .overlay__steps__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .overlay__steps__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.overlay__steps__item {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #271B4E;
}
.overlay__steps__item__number {
  border-radius: 100px;
  background: #271B4E;
  color: #FFFFFF;
  padding: 10px 20px;
  min-width: 100px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: table;
  margin-right: auto;
  margin-bottom: 10px;
}

.overlay__footer {
  background: #271B4E;
  color: #FFFFFF;
  padding: 80px 30px;
  text-align: center;
}
.overlay__footer h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}
.overlay__footer a {
  background: #F1F2FE;
  color: #271B4E;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  display: inline-flex;
  transition: all 0.3s ease;
  border: 1px solid #F1F2FE;
  gap: 10px;
  text-decoration: none !important;
}
.overlay__footer a:hover {
  background: #271B4E;
  color: #F1F2FE;
}
.overlay__footer a:hover:after {
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.4697 5.46967C13.7626 5.17678 14.2374 5.17678 14.5303 5.46967L20.5303 11.4697C20.8232 11.7626 20.8232 12.2374 20.5303 12.5303L14.5303 18.5303C14.2374 18.8232 13.7626 18.8232 13.4697 18.5303C13.1768 18.2374 13.1768 17.7626 13.4697 17.4697L18.1893 12.75H4C3.58579 12.75 3.25 12.4142 3.25 12C3.25 11.5858 3.58579 11.25 4 11.25H18.1893L13.4697 6.53033C13.1768 6.23744 13.1768 5.76256 13.4697 5.46967Z' fill='%231C274C'/%3E%3C/svg%3E");
}
.overlay__footer a:after {
  content: "";
  width: 25px;
  height: 25px;
  min-width: 25px;
  background-color: #271B4E;
  padding: 4px;
  border-radius: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.4697 5.46967C13.7626 5.17678 14.2374 5.17678 14.5303 5.46967L20.5303 11.4697C20.8232 11.7626 20.8232 12.2374 20.5303 12.5303L14.5303 18.5303C14.2374 18.8232 13.7626 18.8232 13.4697 18.5303C13.1768 18.2374 13.1768 17.7626 13.4697 17.4697L18.1893 12.75H4C3.58579 12.75 3.25 12.4142 3.25 12C3.25 11.5858 3.58579 11.25 4 11.25H18.1893L13.4697 6.53033C13.1768 6.23744 13.1768 5.76256 13.4697 5.46967Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 4px 4px;
}

button.overlay-back.\!flex {
  margin-top: 20px;
  max-width: calc(100vw - 30px);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .overlay-content__inner__top {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
  }
  .overlay-content__inner__sidebar {
    width: 100%;
  }
  .overlay-content__inner__main {
    width: 100%;
  }
  .overlay__content__inner__main__content {
    flex-direction: column;
  }
  .overlay__content__inner__main__content > div:not(.overlay__box) {
    width: 100%;
    margin-bottom: 0;
  }
  .overlay__content__inner__main__content > div:not(.overlay__box) img {
    aspect-ratio: 5/2;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 20px;
  }
  .overlay__steps {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.overlay__important {
  padding: 30px 30px 10px;
  margin-top: 20px;
  border-radius: 10px;
  background: #ffe4e4;
  color: #271B4E;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.overlay__important p, .overlay__important ul {
  margin-bottom: 20px;
}

.overlay__important ul {
  list-style: disc;
  padding-left: 20px;
}

.overlay__important ul li {
  margin-bottom: 10px;
}

.overlay-content__inner__top {
  margin-bottom: 20px;
}

.overlay__important h3 {
  font-weight: 600;
  color: #cc0000;
}

.overlay-content a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

#overlay-steps-extra {
  padding: 0px 0 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  color: #281b4e;
}

#overlay-title-mobile {
  display: none;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  #overlay-title-mobile {
    display: block;
  }
  #overlay-title {
    display: none;
  }
}
.tabs-container {
  background-color: #271B4E;
  padding: 60px;
  border-radius: 16px;
  margin-top: 60px;
  margin-bottom: 60px;
  color: #FFFFFF;
  position: relative;
}
@media (max-width: 768px) {
  .tabs-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    min-height: 100dvh;
  }
}
.tabs-container__content {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
.tabs-container__tabs ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 300px;
}
@media (max-width: 1024px) {
  .tabs-container__tabs ul {
    width: 100%;
  }
}
.tabs-container__tabs li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
  border-radius: 10px;
  background-color: #F1F2FE;
  color: #5C5EBF;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tabs-container__tabs li.active {
  background-color: #5C5EBF;
  color: #FFFFFF;
}
.tabs-container__tabs li.active:before {
  background-color: #271B4E;
}
.tabs-container__tabs li:before {
  content: "";
  width: 48px;
  height: 48px;
  background-color: #5C5EBF;
  border-radius: 8px;
  padding: 10px;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
}

.tabs-content-container {
  display: flex;
  gap: 15px;
  margin-bottom: -30px;
  min-height: 100px;
}
@media (max-width: 1024px) {
  .tabs-content-container {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.tabs-content-container__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  width: 300px;
  background-color: #F1F2FE;
  border-radius: 10px;
  padding: 20px;
  font-weight: 600;
  color: #271B4E;
  align-items: flex-start;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .tabs-content-container__item {
    width: 100%;
  }
}
.tabs-content-container button {
  background-color: #271B4E;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 5px 10px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
}
.tabs-content-container button:hover, .tabs-content-container button:focus {
  background-color: #5C5EBF;
}
.tabs-content-container button:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #F1F2FE;
  padding: 4px;
  border-radius: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.4697 5.46967C13.7626 5.17678 14.2374 5.17678 14.5303 5.46967L20.5303 11.4697C20.8232 11.7626 20.8232 12.2374 20.5303 12.5303L14.5303 18.5303C14.2374 18.8232 13.7626 18.8232 13.4697 18.5303C13.1768 18.2374 13.1768 17.7626 13.4697 17.4697L18.1893 12.75H4C3.58579 12.75 3.25 12.4142 3.25 12C3.25 11.5858 3.58579 11.25 4 11.25H18.1893L13.4697 6.53033C13.1768 6.23744 13.1768 5.76256 13.4697 5.46967Z' fill='%231C274C'/%3E%3C/svg%3E");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 3px 4px;
}

.tabs-content-container__item {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s ease;
}

.start-hiding {
  opacity: 0;
  transform: translateX(-80px);
}

.car-images {
  pointer-events: none;
  position: absolute;
  top: 240px;
  right: 0;
  width: calc(100% - 440px);
  height: 340px;
}

@media (max-width: 1024px) {
  .car-images {
    display: none;
  }
}
.car-images img {
  width: 100%;
  height: 100%;
  max-height: 330px;
  -o-object-fit: contain;
     object-fit: contain;
}

.car-image {
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.car-image-visibility img {
  max-height: 500px;
}

.car-image-visibility {
  left: 62.5%;
  top: 75.1%;
}

.car-image-tyres img {
  max-height: 400px;
}

.car-image.car-image-tyres {
  top: 60%;
}