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

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

/*
! tailwindcss v3.4.15 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.z-\[9999\] {
  z-index: 9999;
}

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

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

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

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.-ml-1 {
  margin-left: -0.25rem;
}

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

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

.mb-3 {
  margin-bottom: 0.75rem;
}

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

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

.me-2 {
  margin-inline-end: 0.5rem;
}

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

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

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

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

.min-h-screen {
  min-height: 100vh;
}

.w-0 {
  width: 0px;
}

.w-10 {
  width: 2.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-full {
  min-width: 100%;
}

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

.max-w-7xl {
  max-width: 80rem;
}

.max-w-sm {
  max-width: 24rem;
}

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

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

.flex-grow {
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

.gap-6 {
  gap: 1.5rem;
}

.-space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

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

.border-l-4 {
  border-left-width: 4px;
}

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

.border-solid {
  border-style: solid;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

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

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

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

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

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

.fill-blue-400 {
  fill: #60a5fa;
}

.fill-gray-400 {
  fill: #9ca3af;
}

.fill-green-400 {
  fill: #4ade80;
}

.fill-red-400 {
  fill: #f87171;
}

.stroke-gray-200 {
  stroke: #e5e7eb;
}

.stroke-gray-400 {
  stroke: #9ca3af;
}

.stroke-gray-500 {
  stroke: #6b7280;
}

.stroke-white {
  stroke: #fff;
}

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

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pl-1 {
  padding-left: 0.25rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

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

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

.pt-4 {
  padding-top: 1rem;
}

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

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

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

.align-middle {
  vertical-align: middle;
}

.font-fira-sans {
  font-family: "Fira Sans", sans-serif;
}

.font-raleway {
  font-family: "Raleway", sans-serif;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

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

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

.font-extrabold {
  font-weight: 800;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-base-dark {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

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

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

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

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

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

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

* {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

body {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.section-name {
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
}

@media (min-width: 640px) {
  .section-name {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {
  .section-name {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .section-name {
    line-height: 159%;
  }
}

.section-name {
  display: block;
}

.section-sub-name {
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px) {
  .section-sub-name {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .section-sub-name {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 159%;
  }
}

.section-sub-name {
  display: block;
}

.section-name + .section-sub-name {
  line-height: 2rem;
}

/* TODO: Header */

.header {
  height: auto;
  width: 100%;
  margin-top: 0px;
}

@media (min-width: 768px) {
  .header {
    margin-top: 10px;
  }
}

.header-bar {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.header-bar {
  height: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  border-style: solid;
  border-color: rgb(208 208 208 / 0.5);
  border-radius: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .header-bar {
    display: flex;
  }
}

.header-bar-item {
  margin-right: 1.25rem;
}

.header-bar-item:last-of-type {
  margin-right: 0px;
}

.header-bar-item {
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.header-bar-item > * {
  display: inline-block;
  vertical-align: middle;
}

.header-bar-item > img {
  margin-right: 1px;
  width: 1rem;
}

.header-main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.header-logo > img {
  height: 2.25rem;
}

@media (min-width: 768px) {
  .header-logo > img {
    height: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .header-logo > img {
    height: 70px;
  }
}

.header-nav {
  display: block;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1280px) {
  .header-nav {
    display: flex;
  }
}

.header-nav {
  position: fixed;
}

@media (min-width: 1280px) {
  .header-nav {
    position: relative;
  }
}

.header-nav {
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  --tw-backdrop-blur: blur(64px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 1280px) {
  .header-nav {
    --tw-backdrop-blur:  ;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
}

.header-nav {
  width: 100%;
}

@media (min-width: 768px) {
  .header-nav {
    width: 400px;
  }
}

@media (min-width: 1280px) {
  .header-nav {
    width: auto;
  }
}

.header-nav {
  border-width: 0px;
  border-style: solid;
  border-color: rgb(208 208 208 / 0.5);
}

@media (min-width: 768px) {
  .header-nav {
    border-left-width: 1px;
  }
}

@media (min-width: 1280px) {
  .header-nav {
    border-style: none;
  }
}

.header-nav {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1280px) {
  .header-nav {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.header-nav {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-translate-x: 100%;
  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));
}

@media (min-width: 1280px) {
  .header-nav {
    --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));
  }
}

.header-nav.show {
  --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));
}

.header-nav-mob-button {
  margin-bottom: 1.25rem;
  width: 100%;
  display: block;
}

@media (min-width: 1280px) {
  .header-nav-mob-button {
    display: none;
  }
}

.header-nav-mob-button > button span {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 0 223 / var(--tw-text-opacity, 1));
}

.header-nav-item {
  display: block;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1280px) {
  .header-nav-item {
    display: flex;
  }
}

.header-nav-item > a {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .header-nav-item > a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .header-nav-item > a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.header-nav-item > a {
  margin-right: 0px;
}

@media (min-width: 1280px) {
  .header-nav-item > a {
    margin-right: 2rem;
  }
}

.header-nav-item > a:hover {
  --tw-text-opacity: 1;
  color: rgb(239 128 77 / var(--tw-text-opacity, 1));
}

.header-nav-item > a {
  display: block;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgb(208 208 208 / 0.5);
}

@media (min-width: 1280px) {
  .header-nav-item > a {
    border-style: none;
  }
}

.header-nav-item > a:last-of-type {
  border-style: none;
}

.header-nav-item > a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1280px) {
  .header-nav-item > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.header-nav-item_btn {
  padding-left: 0px;
}

@media (min-width: 1280px) {
  .header-nav-item_btn {
    padding-left: 0.75rem;
  }
}

.header-nav-item_btn > button {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

@media (min-width: 768px) {
  .header-nav-item_btn > button {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.header-nav-item_btn > button {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 128 77 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .header-nav-item_btn > button {
    border-radius: 0.75rem;
  }
}

.header-nav-item_btn > button {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(249 247 247 / var(--tw-text-opacity, 1));
}

.header-nav-item_btn > button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(48 60 108 / var(--tw-bg-opacity, 1));
  --tw-scale-x: 102%;
  --tw-scale-y: 102%;
  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));
}

.header-nav-item_btn > button {
  display: block;
  width: 100%;
}

@media (min-width: 1280px) {
  .header-nav-item_btn > button {
    width: auto;
  }
}

.header-nav-item_btn > button {
  margin-top: 1.25rem;
}

@media (min-width: 1280px) {
  .header-nav-item_btn > button {
    margin-top: 0px;
  }
}

.header-nav-button {
  height: 2.25rem;
  width: 2.25rem;
}

@media (min-width: 768px) {
  .header-nav-button {
    height: 3.5rem;
    width: 3.5rem;
  }
}

.header-nav-button {
  --tw-bg-opacity: 1;
  background-color: rgb(239 128 77 / var(--tw-bg-opacity, 1));
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .header-nav-button {
    border-radius: 0.75rem;
  }
}

.header-nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1280px) {
  .header-nav-button {
    display: none;
  }
}

.header-nav-button > svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: #F9F7F7;
  stroke-width: 2;
}

@media (min-width: 768px) {
  .header-nav-button > svg {
    width: 2rem;
    height: 2rem;
  }
}

/* TODO: Banner section */

.banner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.banner-template {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: auto auto auto auto;
  -moz-column-gap: 0px;
       column-gap: 0px;
  row-gap: 1.25rem;
}

@media (min-width: 768px) {
  .banner-template {
    -moz-column-gap: 26px;
         column-gap: 26px;
    row-gap: 30px;
  }
}

@media (min-width: 1280px) {
  .banner-template {
    grid-template-columns: auto 493px;
    grid-template-rows: 200px 434px 229px;
  }
}

.banner-template > div {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 128 77 / var(--tw-border-opacity, 1));
  border-radius: 1rem;
}

.banner-template > div:nth-of-type(1) {
  order: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity, 1));
  background-size: auto 95%;
  background-position: left bottom;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .banner-template > div:nth-of-type(1) {
    background-size: auto 90%;
  }
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(1) {
    background-size: 268px auto;
  }
}

.banner-template > div:nth-of-type(1) {
  overflow: hidden;
}

.banner-template > div:nth-of-type(1) > p {
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .banner-template > div:nth-of-type(1) > p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(1) > p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .banner-template > div:nth-of-type(1) > p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.banner-template > div:nth-of-type(1) > p {
  line-height: 159%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(1) > p {
    padding-left: 10rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 768px) {
  .banner-template > div:nth-of-type(1) > p {
    padding-left: 16rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(1) > p {
    padding-left: 20rem;
  }
}

.banner-template > div:nth-of-type(1) > p {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .banner-template > div:nth-of-type(1) > p {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(1) > p {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.banner-template > div:nth-of-type(1) > p {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(249 247 247 / 0.7);
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(1) > p {
    background-color: rgb(249 247 247 / 0.4);
  }
}

@media (min-width: 768px) {
  .banner-template > div:nth-of-type(1) > p {
    background-color: rgb(249 247 247 / 0);
  }
}

.banner-template > div:nth-of-type(2) {
  order: 3;
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(2) {
    order: 2;
  }
}

.banner-template > div:nth-of-type(2) {
  grid-row: span 1 / span 1;
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(2) {
    grid-row: span 2 / span 2;
  }
}

.banner-template > div:nth-of-type(2) {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(239 128 77 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 128 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(219 92 34 / 0.15) var(--tw-gradient-to-position);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(2) {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 4rem;
  }
}

.banner-template > div:nth-of-type(2) {
  position: relative;
  overflow: hidden;
}

.banner-template > div:nth-of-type(2) > .avatar {
  height: 5rem;
  width: 5rem;
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(2) > .avatar {
    height: 7rem;
    width: 7rem;
  }
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(2) > .avatar {
    height: 9rem;
    width: 9rem;
  }
}

.banner-template > div:nth-of-type(2) > .avatar {
  margin: 0 auto;
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(2) > .avatar {
    margin: 0px;
  }
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(2) > .avatar {
    margin: 0 auto;
  }
}

.banner-template > div:nth-of-type(2) > .avatar {
  border-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 128 77 / var(--tw-border-opacity, 1));
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(2) > .avatar {
    border-width: 10px;
  }
}

.banner-template > div:nth-of-type(2) > .avatar {
  border-radius: 0.75rem;
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(2) > .avatar {
    border-radius: 1rem;
  }
}

.banner-template > div:nth-of-type(2) > .avatar {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(2) > .avatar {
    display: inline-block;
  }
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(2) > .avatar {
    display: block;
  }
}

.banner-template > div:nth-of-type(2) > .avatar {
  vertical-align: middle;
}

.banner-template > div:nth-of-type(2) > .name {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 900;
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(2) > .name {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.banner-template > div:nth-of-type(2) > .name {
  text-align: center;
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(2) > .name {
    text-align: left;
  }
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(2) > .name {
    text-align: center;
  }
}

.banner-template > div:nth-of-type(2) > .name {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
  margin-left: 0px;
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(2) > .name {
    margin-top: 1.75rem;
    margin-bottom: 1.5rem;
    margin-left: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(2) > .name {
    margin-left: 0px;
  }
}

.banner-template > div:nth-of-type(2) > .name {
  display: block;
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(2) > .name {
    display: inline-block;
  }
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(2) > .name {
    display: block;
  }
}

.banner-template > div:nth-of-type(2) > .name {
  vertical-align: middle;
}

.banner-template > div:nth-of-type(2) > .badge {
  max-width: 11rem;
  margin: 0 auto;
  margin-top: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(2) > .badge {
    margin: 0px;
    margin-top: 0.75rem;
  }
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(2) > .badge {
    margin: 0 auto;
    margin-top: 0px;
  }
}

.banner-template > div:nth-of-type(2) > .badge {
  --tw-bg-opacity: 1;
  background-color: rgb(239 128 77 / var(--tw-bg-opacity, 1));
  border-radius: 0.375rem;
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(249 247 247 / var(--tw-text-opacity, 1));
}

.banner-template > div:nth-of-type(2) > .description {
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(2) > .description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.banner-template > div:nth-of-type(2) > .description {
  text-align: center;
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(2) > .description {
    text-align: left;
  }
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(2) > .description {
    text-align: center;
  }
}

.banner-template > div:nth-of-type(2) > .description {
  margin: 0px;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(2) > .description {
    margin: 0 auto;
    max-width: 432px;
    padding-top: 2rem;
    padding-bottom: 2.25rem;
  }
}

.banner-template > div:nth-of-type(2) > .buttons {
  background-image: none;
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(2) > .buttons {
    background-color: rgb(249 247 247 / 0.5);
  }
}

.banner-template > div:nth-of-type(2) > .buttons {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-top-width: 1px;
  border-style: none;
  --tw-border-opacity: 1;
  border-color: rgb(239 128 77 / var(--tw-border-opacity, 1));
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(2) > .buttons {
    border-style: solid;
  }
}

.banner-template > div:nth-of-type(2) > .buttons {
  position: relative;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(2) > .buttons {
    position: absolute;
  }
}

.banner-template > div:nth-of-type(2) > .buttons {
  height: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(2) > .buttons {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.banner-template > div:nth-of-type(2) > .buttons {
  display: block;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(2) > .buttons {
    display: grid;
  }
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(2) > .buttons {
    display: block;
  }
}

.banner-template > div:nth-of-type(2) > .buttons button {
  --tw-bg-opacity: 1;
  background-color: rgb(239 128 77 / var(--tw-bg-opacity, 1));
  border-radius: 0.5rem;
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(2) > .buttons button {
    border-radius: 0.75rem;
  }
}

.banner-template > div:nth-of-type(2) > .buttons button {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 128 77 / var(--tw-border-opacity, 1));
  height: 2rem;
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(2) > .buttons button {
    height: 3rem;
  }
}

.banner-template > div:nth-of-type(2) > .buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-template > div:nth-of-type(2) > .buttons button:last-of-type {
  margin-top: 0.75rem;
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(2) > .buttons button:last-of-type {
    margin-top: 0px;
  }
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(2) > .buttons button:last-of-type {
    margin-top: 0.75rem;
  }
}

.banner-template > div:nth-of-type(2) > .buttons button {
  width: 100%;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.banner-template > div:nth-of-type(2) > .buttons button > span {
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(249 247 247 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(2) > .buttons button > span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.banner-template > div:nth-of-type(2) > .buttons button.btn-01:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(48 60 108 / var(--tw-bg-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(48 60 108 / var(--tw-border-opacity, 1));
  --tw-scale-x: 102%;
  --tw-scale-y: 102%;
  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));
}

.banner-template > div:nth-of-type(2) > .buttons button.btn-02 {
  --tw-bg-opacity: 1;
  background-color: rgb(48 60 108 / var(--tw-bg-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(48 60 108 / var(--tw-border-opacity, 1));
}

.banner-template > div:nth-of-type(2) > .buttons button.btn-02:hover {
  --tw-scale-x: 102%;
  --tw-scale-y: 102%;
  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));
}

.banner-template > div:nth-of-type(3) {
  order: 2;
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(3) {
    order: 3;
  }
}

.banner-template > div:nth-of-type(3) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .banner-template > div:nth-of-type(3) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1536px) {
  .banner-template > div:nth-of-type(3) {
    padding-top: 4.4rem;
    padding-bottom: 0px;
  }
}

.banner-template > div:nth-of-type(3) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 50px auto;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0.75rem;
}

@media (min-width: 768px) {
  .banner-template > div:nth-of-type(3) {
    grid-template-rows: 60px auto;
  }
}

@media (min-width: 1024px) {
  .banner-template > div:nth-of-type(3) {
    grid-template-columns: 214px auto;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    row-gap: 0px;
  }
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(3) {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}

.banner-template > div:nth-of-type(3) > .logo {
  background-size: auto 100%;
  background-position: left top;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .banner-template > div:nth-of-type(3) > .logo {
    background-size: auto 74px;
  }
}

.banner-template > div:nth-of-type(3) > .logo-1 {
  order: 1;
}

.banner-template > div:nth-of-type(3) > .logo-2 {
  order: 2;
}

@media (min-width: 1024px) {
  .banner-template > div:nth-of-type(3) > .logo-2 {
    order: 3;
  }
}

.banner-template > div:nth-of-type(3) > .description {
  order: 3;
}

@media (min-width: 1024px) {
  .banner-template > div:nth-of-type(3) > .description {
    order: 2;
  }
}

.banner-template > div:nth-of-type(3) > .description {
  grid-row: span 1 / span 1;
}

@media (min-width: 1024px) {
  .banner-template > div:nth-of-type(3) > .description {
    grid-row: span 3 / span 3;
  }
}

.banner-template > div:nth-of-type(3) > .description {
  grid-column: span 3 / span 3;
}

@media (min-width: 1024px) {
  .banner-template > div:nth-of-type(3) > .description {
    grid-column: span 1 / span 1;
  }
}

.banner-template > div:nth-of-type(3) > .description {
  font-family: "Fira Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(3) > .description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .banner-template > div:nth-of-type(3) > .description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.banner-template > div:nth-of-type(3) > .description {
  line-height: 159%;
  overflow-y: auto;
}

.banner-template > div:nth-of-type(4) {
  order: 4;
  grid-column: span 1 / span 1;
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(4) {
    grid-column: span 2 / span 2;
  }
}

.banner-template > div:nth-of-type(4) {
  background-size: auto 100%;
  background-position: left;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .banner-template > div:nth-of-type(4) {
    background-size: 65% auto;
  }
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(4) {
    background-size: auto 100%;
  }
}

.banner-template > div:nth-of-type(4) {
  padding: 1.25rem;
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(4) {
    padding: 0px;
  }
}

.banner-template > div:nth-of-type(4) {
  display: grid;
  grid-template-columns: 44px auto;
  grid-template-rows: auto auto;
}

@media (min-width: 768px) {
  .banner-template > div:nth-of-type(4) {
    grid-template-columns: 70% 30%;
  }
}

@media (min-width: 1024px) {
  .banner-template > div:nth-of-type(4) {
    grid-template-columns: 60% 40%;
  }
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(4) {
    grid-template-columns: 571px 187px auto;
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}

.banner-template > div:nth-of-type(4) {
  row-gap: 0.75rem;
}

@media (min-width: 768px) {
  .banner-template > div:nth-of-type(4) {
    row-gap: 0px;
  }
}

.banner-template > div:nth-of-type(4) {
  border-color: rgb(208 208 208 / 0.5);
}

.banner-template > div:nth-of-type(4) .name {
  order: 2;
}

@media (min-width: 768px) {
  .banner-template > div:nth-of-type(4) .name {
    order: 1;
  }
}

.banner-template > div:nth-of-type(4) .name {
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 800;
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(4) .name {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  .banner-template > div:nth-of-type(4) .name {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(4) .name {
    font-size: 3rem;
    line-height: 1;
  }
}

.banner-template > div:nth-of-type(4) .name {
  padding-left: 0px;
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(4) .name {
    padding-left: 10rem;
  }
}

.banner-template > div:nth-of-type(4) .name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0px;
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(4) .name {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(4) .name {
    margin-bottom: 0px;
  }
}

.banner-template > div:nth-of-type(4) .thumb {
  order: 1;
}

@media (min-width: 768px) {
  .banner-template > div:nth-of-type(4) .thumb {
    order: 2;
  }
}

.banner-template > div:nth-of-type(4) .thumb {
  background-size: auto 90%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(4) .thumb {
    background-size: 100% auto;
  }
}

.banner-template > div:nth-of-type(4) .thumb {
  grid-row: span 1 / span 1;
}

@media (min-width: 768px) {
  .banner-template > div:nth-of-type(4) .thumb {
    grid-row: span 2 / span 2;
  }
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(4) .thumb {
    grid-row: span 1 / span 1;
  }
}

.banner-template > div:nth-of-type(4) .description {
  order: 3;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1280px) {
  .banner-template > div:nth-of-type(4) .description {
    padding-left: 4rem;
    padding-right: 2.5rem;
  }
}

.banner-template > div:nth-of-type(4) .description {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-column: span 2 / span 2;
}

@media (min-width: 768px) {
  .banner-template > div:nth-of-type(4) .description {
    grid-column: span 1 / span 1;
  }
}

.banner-template > div:nth-of-type(4) .description > p {
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .banner-template > div:nth-of-type(4) .description > p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1536px) {
  .banner-template > div:nth-of-type(4) .description > p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.banner-template > div:nth-of-type(4) .description > p {
  line-height: 159%;
}

/* TODO: Ads section */

.ads {
  margin-top: 2.5rem;
}

.ads-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.ads-template {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: 100px 60px 100px;
}

@media (min-width: 640px) {
  .ads-template {
    grid-template-rows: 100px 80px 100px;
  }
}

@media (min-width: 768px) {
  .ads-template {
    grid-template-rows: 120px 100px 120px;
  }
}

@media (min-width: 1024px) {
  .ads-template {
    grid-template-columns: 444px auto 444px;
    grid-template-rows: 120px;
  }
}

@media (min-width: 1280px) {
  .ads-template {
    grid-template-columns: 572px auto 572px;
  }
}

@media (min-width: 1536px) {
  .ads-template {
    grid-template-columns: 700px auto 700px;
  }
}

.ads-template {
  margin-top: 1rem;
}

.ads-item-01, .ads-item-03 {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(48 60 108 / var(--tw-border-opacity, 1));
  position: relative;
  padding-left: 5rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px) {
  .ads-item-01, .ads-item-03 {
    padding-left: 8rem;
  }
}

@media (min-width: 768px) {
  .ads-item-01, .ads-item-03 {
    padding-left: 10rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .ads-item-01, .ads-item-03 {
    padding-left: 8rem;
  }
}

@media (min-width: 1280px) {
  .ads-item-01, .ads-item-03 {
    padding-left: 13rem;
  }
}

.ads-item-01, .ads-item-03 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ads-item-03 {
  --tw-border-opacity: 1;
  border-color: rgb(239 128 77 / var(--tw-border-opacity, 1));
}

.ads-item-01 > .name, .ads-item-03 > .name {
  font-family: "Raleway", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
}

@media (min-width: 640px) {
  .ads-item-01 > .name, .ads-item-03 > .name {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .ads-item-01 > .name, .ads-item-03 > .name {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .ads-item-01 > .name, .ads-item-03 > .name {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .ads-item-01 > .name, .ads-item-03 > .name {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.ads-item-01 > .name, .ads-item-03 > .name {
  color: rgb(208 208 208 / 0.5);
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
}

.ads-item-01 > .description, .ads-item-03 > .description {
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 800;
}

@media (min-width: 640px) {
  .ads-item-01 > .description, .ads-item-03 > .description {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .ads-item-01 > .description, .ads-item-03 > .description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .ads-item-01 > .description, .ads-item-03 > .description {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.ads-item-01 > .description, .ads-item-03 > .description {
  --tw-text-opacity: 1;
  color: rgb(48 60 108 / var(--tw-text-opacity, 1));
  line-height: 1rem;
}

@media (min-width: 768px) {
  .ads-item-01 > .description, .ads-item-03 > .description {
    line-height: 1.5rem;
  }
}

.ads-item-03 > .description {
  --tw-text-opacity: 1;
  color: rgb(239 128 77 / var(--tw-text-opacity, 1));
}

.ads-item-02 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ads-item-02 > svg {
  stroke: rgb(208 208 208 / 0.5);
  stroke-width: 2;
  width: 4rem;
  height: 4rem;
}

@media (min-width: 768px) {
  .ads-item-02 > svg {
    width: 6rem;
    height: 6rem;
  }
}

.ads-item-02 > svg {
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-rotate: 90deg;
  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));
}

@media (min-width: 1024px) {
  .ads-item-02 > svg {
    --tw-rotate: 0deg;
    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));
  }
}

/* TODO: Effects section */

.effects {
  margin-top: 2.5rem;
}

.effects-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.effects-template {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: 250px 250px 250px;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .effects-template {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 300px;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .effects-template {
    grid-template-rows: 400px;
  }
}

.effects-template {
  margin-top: 1.25rem;
}

.effects-template > div {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .effects-template > div {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.effects-template > div {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  border-style: solid;
  border-color: rgb(208 208 208 / 0.5);
  border-radius: 1rem;
  background-size: auto 50%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .effects-template > div {
    background-size: 50% auto;
  }
}

@media (min-width: 1280px) {
  .effects-template > div {
    background-size: auto auto;
  }
}

.effects-template > div {
  position: relative;
}

.effects-template > div > .name {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 900;
}

@media (min-width: 768px) {
  .effects-template > div > .name {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .effects-template > div > .name {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.effects-template > div > .name {
  --tw-text-opacity: 1;
  color: rgb(48 60 108 / var(--tw-text-opacity, 1));
  line-height: 159%;
  text-transform: uppercase;
}

.effects-template > div > .description {
  font-family: "Fira Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .effects-template > div > .description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .effects-template > div > .description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .effects-template > div > .description {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .effects-template > div > .description {
    line-height: 159%;
  }
}

.effects-template > div > .description {
  margin-top: 0.75rem;
}

.effects-template > div > .description > button {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.effects-template > div > .description > button:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.effects-template > div > .description > button svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: #EF804D;
  stroke-width: 2;
}

.effects-template > div > .counter {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
}

@media (min-width: 768px) {
  .effects-template > div > .counter {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .effects-template > div > .counter {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .effects-template > div > .counter {
    font-size: 6rem;
    line-height: 1;
  }
}

.effects-template > div > .counter {
  color: rgb(208 208 208 / 0.5);
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
}

@media (min-width: 1024px) {
  .effects-template > div > .counter {
    bottom: 1.5rem;
    left: 2rem;
  }
}

/* TODO: Adv section */

.adv {
  margin-top: 2.5rem;
}

.adv-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.adv-template {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 0.75rem;
}

.adv-item {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  border-style: solid;
  border-color: rgb(208 208 208 / 0.5);
  height: auto;
}

@media (min-width: 1024px) {
  .adv-item {
    height: 150px;
  }
}

.adv-item {
  border-radius: 1rem;
  display: grid;
  grid-template-columns: 100px auto;
}

@media (min-width: 1024px) {
  .adv-item {
    grid-template-columns: 156px auto;
  }
}

.adv-item .thumb {
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .adv-item .thumb {
    background-size: 100px 100px;
  }
}

.adv-item .description {
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .adv-item .description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .adv-item .description {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 159%;
  }
}

.adv-item .description {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 2.5rem;
}

@media (min-width: 1024px) {
  .adv-item .description {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.adv-item .description {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* TODO: Advantages section */

.advantages {
  margin-top: 2.5rem;
}

.advantages-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.advantages-template {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .advantages-template {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 460px;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .advantages-template {
    grid-template-rows: 540px;
  }
}

@media (min-width: 1280px) {
  .advantages-template {
    grid-template-rows: 661px;
  }
}

.advantages-template {
  margin-top: 1rem;
}

.advantages-template > div {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  border-style: solid;
  border-color: rgb(208 208 208 / 0.5);
  border-radius: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .advantages-template > div {
    background-size: contain;
  }
}

.advantages-template > div {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
}

@media (min-width: 768px) {
  .advantages-template > div {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2.25rem;
  }
}

.advantages-template > div:nth-of-type(1) {
  background-position: center;
}

@media (min-width: 768px) {
  .advantages-template > div:nth-of-type(1) {
    background-position: 0px 2px;
  }
}

.advantages-template > div:nth-of-type(2) {
  background-position: center;
}

@media (min-width: 768px) {
  .advantages-template > div:nth-of-type(2) {
    background-position: 0px 128px;
  }
}

.advantages-template > div:nth-of-type(3) {
  background-position: center;
}

@media (min-width: 768px) {
  .advantages-template > div:nth-of-type(3) {
    background-position: 0px 249px;
  }
}

.advantages-template > div img {
  height: 100px;
}

@media (min-width: 1024px) {
  .advantages-template > div img {
    height: 150px;
  }
}

@media (min-width: 1280px) {
  .advantages-template > div img {
    height: 233px;
  }
}

.advantages-template > div img {
  margin: 0 auto;
}

.advantages-template > div .line {
  height: 3px;
  width: 100px;
}

@media (min-width: 1024px) {
  .advantages-template > div .line {
    width: 150px;
  }
}

@media (min-width: 1280px) {
  .advantages-template > div .line {
    width: 200px;
  }
}

.advantages-template > div .line {
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 128 77 / var(--tw-bg-opacity, 1));
  margin: 0 auto;
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .advantages-template > div .line {
    margin-top: 1.5rem;
  }
}

.advantages-template > div .name {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 900;
}

@media (min-width: 1024px) {
  .advantages-template > div .name {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .advantages-template > div .name {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.advantages-template > div .name {
  --tw-text-opacity: 1;
  color: rgb(48 60 108 / var(--tw-text-opacity, 1));
  text-transform: uppercase;
  text-align: center;
  max-width: 366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
}

@media (min-width: 1024px) {
  .advantages-template > div .name {
    padding-top: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .advantages-template > div .name {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.advantages-template > div .list {
  font-family: "Fira Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .advantages-template > div .list {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .advantages-template > div .list {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.advantages-template > div .list {
  list-style-position: outside;
  list-style-type: disc;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
}

@media (min-width: 1024px) {
  .advantages-template > div .list {
    padding-top: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .advantages-template > div .list {
    padding-top: 2.5rem;
  }
}

.advantages-template > div .list li {
  margin-left: 2rem;
  padding-right: 1.25rem;
}

@media (min-width: 1280px) {
  .advantages-template > div .list li {
    padding-right: 0px;
  }
}

.advantages-template > div .badge {
  height: 1.75rem;
}

@media (min-width: 1024px) {
  .advantages-template > div .badge {
    height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .advantages-template > div .badge {
    height: 2.75rem;
  }
}

.advantages-template > div .badge {
  margin-top: 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .advantages-template > div .badge {
    margin-bottom: 0px;
  }
}

@media (min-width: 1280px) {
  .advantages-template > div .badge {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

/* TODO: Callback section */

.callback {
  margin-top: 4rem;
}

.callback-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.callback-container {
  position: relative;
}

.callback-template {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: auto auto;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .callback-template {
    grid-template-columns: auto 66%;
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}

.callback-template > div:nth-of-type(1) .name {
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
}

@media (min-width: 1024px) {
  .callback-template > div:nth-of-type(1) .name {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .callback-template > div:nth-of-type(1) .name {
    font-size: 3rem;
    line-height: 1;
  }
}

.callback-template > div:nth-of-type(1) .name {
  --tw-text-opacity: 1;
  color: rgb(239 128 77 / var(--tw-text-opacity, 1));
  line-height: 123%;
}

.callback-template > div:nth-of-type(1) .sub-name {
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 1280px) {
  .callback-template > div:nth-of-type(1) .sub-name {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.callback-template > div:nth-of-type(1) .sub-name {
  line-height: 123%;
  margin-top: 1.25rem;
}

@media (min-width: 1024px) {
  .callback-template > div:nth-of-type(1) .sub-name {
    margin-top: 4rem;
  }
}

.callback-template > div:nth-of-type(2) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 128 77 / var(--tw-border-opacity, 1));
  border-radius: 1rem;
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .callback-template > div:nth-of-type(2) {
    padding: 2rem;
  }
}

.callback-template > div:nth-of-type(2) {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: 46px 46px 46px 46px 46px auto auto 40px;
  row-gap: 1.25rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

@media (min-width: 768px) {
  .callback-template > div:nth-of-type(2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 80px 80px 80px auto auto;
  }
}

.callback-template > div:nth-of-type(2) {
  position: relative;
  overflow: hidden;
}

.callback-template > div:nth-of-type(2) .alert {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  --tw-backdrop-blur: blur(64px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.callback-template > div:nth-of-type(2) .alert > div svg {
  width: 2rem;
  height: 2rem;
  stroke: #EF804D;
  stroke-width: 2;
}

@media (min-width: 768px) {
  .callback-template > div:nth-of-type(2) .alert > div svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.callback-template > div:nth-of-type(2) .alert > div svg {
  margin-left: auto;
  margin-right: auto;
}

.callback-template > div:nth-of-type(2) .alert > div div {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .callback-template > div:nth-of-type(2) .alert > div div {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.callback-template > div:nth-of-type(2) .alert > div div {
  text-align: center;
}

.callback-template > div:nth-of-type(2) .alert.alert-success * {
  stroke: #00A700;
  --tw-text-opacity: 1;
  color: rgb(0 167 0 / var(--tw-text-opacity, 1));
}

.callback-template > div:nth-of-type(2) .alert.alert-error * {
  stroke: #FF0000;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

.callback-template > div:nth-of-type(2) .alert.alert-loader * {
  stroke: #EF804D;
  --tw-text-opacity: 1;
  color: rgb(239 128 77 / var(--tw-text-opacity, 1));
}

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

.callback-template > div:nth-of-type(2) .alert.alert-loader svg {
  animation: spin 1s linear infinite;
}

.callback-template > div:nth-of-type(2) > .input legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.callback-template > div:nth-of-type(2) > .input legend span {
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .callback-template > div:nth-of-type(2) > .input legend span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.callback-template > div:nth-of-type(2) > .input legend span:nth-of-type(2) {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity, 1));
}

.callback-template > div:nth-of-type(2) > .input input {
  display: block;
  height: 2.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .callback-template > div:nth-of-type(2) > .input input {
    height: 50px;
  }
}

.callback-template > div:nth-of-type(2) > .input input {
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .callback-template > div:nth-of-type(2) > .input input {
    border-radius: 0.75rem;
  }
}

.callback-template > div:nth-of-type(2) > .input input {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(208 208 208 / 0.5);
  margin: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .callback-template > div:nth-of-type(2) > .input input {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.callback-template > div:nth-of-type(2) > .input-2, .callback-template > div:nth-of-type(2) > .textarea {
  grid-column: span 1 / span 1;
}

@media (min-width: 768px) {
  .callback-template > div:nth-of-type(2) > .input-2, .callback-template > div:nth-of-type(2) > .textarea {
    grid-column: span 2 / span 2;
  }
}

.callback-template > div:nth-of-type(2) > .textarea textarea {
  display: block;
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(208 208 208 / 0.5);
  margin: 0px;
  padding: 1rem;
}

.callback-template > div:nth-of-type(2) > .info p {
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .callback-template > div:nth-of-type(2) > .info p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.callback-template > div:nth-of-type(2) > .info p {
  line-height: 123%;
}

.callback-template > div:nth-of-type(2) > .info button {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
}

@media (min-width: 768px) {
  .callback-template > div:nth-of-type(2) > .info button {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.callback-template > div:nth-of-type(2) > .info button:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.callback-template > div:nth-of-type(2) > .info button svg {
  width: 0.75rem;
  height: 0.75rem;
}

@media (min-width: 768px) {
  .callback-template > div:nth-of-type(2) > .info button svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.callback-template > div:nth-of-type(2) > .info button svg {
  stroke: #EF804D;
  stroke-width: 2;
}

.callback-template > div:nth-of-type(2) > .btn-send {
  display: block;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .callback-template > div:nth-of-type(2) > .btn-send {
    display: flex;
  }
}

.callback-template > div:nth-of-type(2) > .btn-send button {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

@media (min-width: 768px) {
  .callback-template > div:nth-of-type(2) > .btn-send button {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.callback-template > div:nth-of-type(2) > .btn-send button {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 128 77 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .callback-template > div:nth-of-type(2) > .btn-send button {
    border-radius: 0.75rem;
  }
}

.callback-template > div:nth-of-type(2) > .btn-send button {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(249 247 247 / var(--tw-text-opacity, 1));
}

.callback-template > div:nth-of-type(2) > .btn-send button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(48 60 108 / var(--tw-bg-opacity, 1));
  --tw-scale-x: 102%;
  --tw-scale-y: 102%;
  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));
}

.callback-template > div:nth-of-type(2) > .btn-send button {
  display: block;
}

@media (min-width: 768px) {
  .callback-template > div:nth-of-type(2) > .btn-send button {
    display: inline-block;
  }
}

.callback-template > div:nth-of-type(2) > .btn-send button {
  width: 100%;
}

@media (min-width: 768px) {
  .callback-template > div:nth-of-type(2) > .btn-send button {
    width: auto;
  }
}

/* TODO: Footer */

.footer {
  margin-top: 4rem;
}

.footer-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.footer-container {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  border-style: solid;
  border-color: rgb(208 208 208 / 0.5);
  border-radius: 1rem;
  padding: 1.5rem;
}

.footer-template {
  display: block;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1280px) {
  .footer-template {
    display: flex;
  }
}

.footer-logo > img {
  height: 2.25rem;
}

@media (min-width: 768px) {
  .footer-logo > img {
    height: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .footer-logo > img {
    height: 70px;
  }
}

.footer-nav {
  display: block;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1280px) {
  .footer-nav {
    display: flex;
  }
}

.footer-nav {
  margin-top: 1.25rem;
}

@media (min-width: 1280px) {
  .footer-nav {
    margin-top: 0px;
  }
}

.footer-nav-item {
  display: block;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1280px) {
  .footer-nav-item {
    display: flex;
  }
}

.footer-nav-item > a {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .footer-nav-item > a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .footer-nav-item > a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.footer-nav-item > a {
  margin-right: 0px;
}

@media (min-width: 1280px) {
  .footer-nav-item > a {
    margin-right: 2rem;
  }
}

.footer-nav-item > a:hover {
  --tw-text-opacity: 1;
  color: rgb(239 128 77 / var(--tw-text-opacity, 1));
}

.footer-nav-item > a {
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 1280px) {
  .footer-nav-item > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.footer-nav-item_btn {
  padding-left: 0px;
}

@media (min-width: 1280px) {
  .footer-nav-item_btn {
    padding-left: 0.75rem;
  }
}

.footer-nav-item_btn > button {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1024px) {
  .footer-nav-item_btn > button {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}

.footer-nav-item_btn > button {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 128 77 / var(--tw-bg-opacity, 1));
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(249 247 247 / var(--tw-text-opacity, 1));
}

.footer-nav-item_btn > button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(48 60 108 / var(--tw-bg-opacity, 1));
  --tw-scale-x: 102%;
  --tw-scale-y: 102%;
  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));
}

.footer-nav-item_btn > button {
  display: block;
  width: 100%;
}

@media (min-width: 1280px) {
  .footer-nav-item_btn > button {
    width: auto;
  }
}

.footer-nav-item_btn > button {
  margin-top: 1.25rem;
}

@media (min-width: 1280px) {
  .footer-nav-item_btn > button {
    margin-top: 0px;
  }
}

.footer-contacts {
  margin-top: 1.25rem;
}

@media (min-width: 1024px) {
  .footer-contacts {
    margin-top: 2.75rem;
  }
}

.footer-contacts > a {
  display: block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .footer-contacts > a {
    display: inline-block;
  }
}

.footer-bar-item {
  margin-right: 1.25rem;
}

.footer-bar-item:last-of-type {
  margin-right: 0px;
}

.footer-bar-item {
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .footer-bar-item {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.footer-bar-item > * {
  display: inline-block;
  vertical-align: middle;
}

.footer-bar-item > img {
  margin-right: 1px;
  width: 1rem;
}

@media (min-width: 1024px) {
  .footer-bar-item > img {
    width: 1.5rem;
  }
}

.footer .bottom-bar-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.footer .bottom-bar-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.footer .bottom-bar-container > span, .footer .bottom-bar-container > a span {
  font-family: "Fira Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .footer .bottom-bar-container > span, .footer .bottom-bar-container > a span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.footer .bottom-bar-container > span, .footer .bottom-bar-container > a span {
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity, 1));
}

.footer .bottom-bar-container > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .bottom-bar-container > a span {
  display: none;
}

@media (min-width: 768px) {
  .footer .bottom-bar-container > a span {
    display: block;
  }
}

.footer .bottom-bar-container > a > img {
  margin-left: 0px;
}

@media (min-width: 768px) {
  .footer .bottom-bar-container > a > img {
    margin-left: 0.5rem;
  }
}

.footer .bottom-bar-container > a > img {
  height: 1rem;
}

@media (min-width: 768px) {
  .footer .bottom-bar-container > a > img {
    height: 1.5rem;
  }
}

/* TODO: Section HINT */

.hint {
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 40;
  --tw-backdrop-blur: blur(64px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  border-top-width: 1px;
  border-style: solid;
  border-color: rgb(208 208 208 / 0.5);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-height: 100vh;
  overflow-y: auto;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-translate-y: 100%;
  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));
}

.hint.show {
  --tw-translate-y: 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));
}

.hint-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.hint-container {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 1rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(208 208 208 / 0.5);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.hint-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hint-header > * {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.hint-header > button {
  --tw-text-opacity: 1;
  color: rgb(33 0 223 / var(--tw-text-opacity, 1));
}

.hint-body {
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
}

/* TODO: Page-banner */

.page-banner {
  display: block;
}

.page-banner-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.page-banner-container {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 128 77 / var(--tw-border-opacity, 1));
  border-radius: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

@media (min-width: 1280px) {
  .page-banner-container {
    background-size: contain;
  }
}

.page-banner-breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.page-banner-breadcrumbs > * {
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity, 1));
}

.page-banner-breadcrumbs > a:hover {
  text-decoration-line: underline;
}

.page-banner-breadcrumbs > span {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.page-banner-breadcrumbs > span:last-of-type {
  display: none;
}

.page-banner-name {
  font-family: "Raleway", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
}

@media (min-width: 768px) {
  .page-banner-name {
    font-size: 3rem;
    line-height: 1;
  }
}

.page-banner-name {
  --tw-text-opacity: 1;
  color: rgb(239 128 77 / var(--tw-text-opacity, 1));
  line-height: 159%;
  margin-top: 1rem;
}

/* TODO: Banner ABI */

.banner-abi {
  margin-top: 2.5rem;
}

.banner-abi-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.banner-abi-container > .section-name {
  line-height: 114%;
}

.banner-abi-template {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: auto auto auto;
  row-gap: 1.25rem;
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

@media (min-width: 768px) {
  .banner-abi-template {
    grid-template-rows: repeat(3, minmax(0, 1fr));
    row-gap: 2rem;
  }
}

@media (min-width: 1280px) {
  .banner-abi-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}

.banner-abi-template {
  margin-top: 1rem;
}

.banner-abi-template > div {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  border-style: solid;
  border-color: rgb(208 208 208 / 0.5);
  border-radius: 1rem;
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .banner-abi-template > div {
    padding: 1.75rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .banner-abi-template > div:last-of-type {
    grid-column: span 2 / span 2;
  }
}

.banner-abi-template > div {
  background-size: auto 0%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .banner-abi-template > div {
    background-size: auto 70%;
  }
}

@media (min-width: 1024px) {
  .banner-abi-template > div {
    background-size: auto 100%;
    background-position: right;
  }
}

.banner-abi-template > div > .description {
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .banner-abi-template > div > .description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .banner-abi-template > div > .description {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 159%;
  }
}

.banner-abi-template > div > .description {
  max-width: 500px;
}

@media (min-width: 1024px) {
  .banner-abi-template > div > .description {
    max-width: 700px;
  }
}

@media (min-width: 1280px) {
  .banner-abi-template > div > .description {
    max-width: 425px;
  }
}

.banner-abi-template > div:last-of-type > .description {
  max-width: 500px;
}

@media (min-width: 1024px) {
  .banner-abi-template > div:last-of-type > .description {
    max-width: 700px;
  }
}

@media (min-width: 1280px) {
  .banner-abi-template > div:last-of-type > .description {
    max-width: 991px;
  }
}

/* TODO: Gallery */

.gallery {
  margin-top: 2.5rem;
}

.gallery-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.gallery-template {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .gallery-template {
    gap: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .gallery-template {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gallery-item {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(208 208 208 / 0.5);
  border-radius: 1rem;
  overflow: hidden;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  height: 150px;
}

@media (min-width: 768px) {
  .gallery-item {
    height: 300px;
  }
}

@media (min-width: 1024px) {
  .gallery-item {
    height: 400px;
  }
}

.gallery-item {
  position: relative;
}

.gallery-item > .counter {
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item > .counter > div {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity, 1));
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .gallery-item > .counter > div {
    border-radius: 1rem;
  }
}

.gallery-item > .counter > div {
  height: 35px;
}

@media (min-width: 768px) {
  .gallery-item > .counter > div {
    height: 58px;
  }
}

.gallery-item > .counter > div:nth-of-type(1) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item > .counter > div:nth-of-type(1) span {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 800;
}

@media (min-width: 768px) {
  .gallery-item > .counter > div:nth-of-type(1) span {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.gallery-item > .counter > div:nth-of-type(2) {
  margin-left: 0.25rem;
}

@media (min-width: 768px) {
  .gallery-item > .counter > div:nth-of-type(2) {
    margin-left: 0.5rem;
  }
}

.gallery-item > .counter > div:nth-of-type(2) {
  width: 50px;
}

@media (min-width: 768px) {
  .gallery-item > .counter > div:nth-of-type(2) {
    width: 100px;
  }
}

.gallery-item > .counter > div:nth-of-type(2) {
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .gallery-item > .counter > div:nth-of-type(2) {
    background-size: 60% auto;
  }
}

.gallery-item > .gallery-hint {
  background-color: rgb(51 51 51 / 0.5);
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 20;
  border-width: 0px;
  height: 100%;
  width: 100%;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

.gallery-item > .gallery-hint:hover {
  opacity: 1;
}

.gallery-item > .gallery-hint {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item > .gallery-hint > div svg {
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 768px) {
  .gallery-item > .gallery-hint > div svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.gallery-item > .gallery-hint > div svg {
  stroke: #F9F7F7;
  margin-left: auto;
  margin-right: auto;
}

.gallery-item > .gallery-hint > div span {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .gallery-item > .gallery-hint > div span {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.gallery-item > .gallery-hint > div span {
  --tw-text-opacity: 1;
  color: rgb(249 247 247 / var(--tw-text-opacity, 1));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* TODO Cta ABI */

.cta-abi {
  margin-top: 2.5rem;
}

.cta-abi-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.cta-abi-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 128 77 / var(--tw-border-opacity, 1));
  border-radius: 1rem;
}

.cta-abi-template {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: 90px auto;
}

@media (min-width: 768px) {
  .cta-abi-template {
    grid-template-columns: 222px auto;
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}

.cta-abi-template > .thumb {
  background-size: auto 60%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 640px) {
  .cta-abi-template > .thumb {
    background-size: auto 70%;
  }
}

@media (min-width: 768px) {
  .cta-abi-template > .thumb {
    background-size: 60% auto;
  }
}

.cta-abi-template > .description {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .cta-abi-template > .description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .cta-abi-template > .description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .cta-abi-template > .description {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.cta-abi-template > .description {
  line-height: 159%;
  padding-bottom: 1.25rem;
  padding-top: 0px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (min-width: 768px) {
  .cta-abi-template > .description {
    padding-bottom: 2.25rem;
    padding-top: 2.25rem;
    padding-right: 2.5rem;
    padding-left: 0px;
  }
}

/* TODO: VIEW-IMG */

.view-img {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 50;
  border-width: 0px;
  --tw-backdrop-blur: blur(15px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  height: 100vh;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  overflow-y: auto;
  display: none;
}

.view-img.show {
  display: block;
}

.view-img-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.view-img-container {
  padding-top: 4rem;
}

.view-img-header {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  border-style: solid;
  border-color: rgb(208 208 208 / 0.5);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.view-img-header > .btn-close {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 0 223 / var(--tw-text-opacity, 1));
}

.view-img-header > div .sub-name {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity, 1));
  text-transform: uppercase;
  line-height: 159%;
}

.view-img-header > div .name {
  font-family: "Raleway", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
  line-height: 159%;
}

.view-img-content {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  border-style: solid;
  border-color: rgb(208 208 208 / 0.5);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

/* TODO Cta areas */

.cta-areas {
  margin-top: 2.5rem;
}

.cta-areas-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.cta-areas-container {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 128 77 / var(--tw-border-opacity, 1));
  border-radius: 1rem;
}

.cta-areas-template {
  display: block;
  grid-template-columns: 280px auto;
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .cta-areas-template {
    display: grid;
  }
}

@media (min-width: 1024px) {
  .cta-areas-template {
    grid-template-columns: 373px auto;
  }
}

.cta-areas-template > .thumb {
  background-size: 268px auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  display: none;
}

@media (min-width: 768px) {
  .cta-areas-template > .thumb {
    display: block;
  }
}

.cta-areas-template > .description {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (min-width: 768px) {
  .cta-areas-template > .description {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 2rem;
    padding-left: 0px;
  }
}

@media (min-width: 1024px) {
  .cta-areas-template > .description {
    padding-right: 4rem;
  }
}

.cta-areas-template > .description > div {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .cta-areas-template > .description > div {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.cta-areas-template > .description > div {
  --tw-bg-opacity: 1;
  background-color: rgb(239 128 77 / var(--tw-bg-opacity, 1));
  border-radius: 1rem;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .cta-areas-template > .description > div {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.cta-areas-template > .description > div {
  --tw-text-opacity: 1;
  color: rgb(249 247 247 / var(--tw-text-opacity, 1));
  text-align: center;
}

/* TODO Section ABI group */

.abi-group {
  margin-top: 2.5rem;
}

.abi-group-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.abi-group-container > .section-name {
  max-width: 1120px;
}

.abi-group-container > .section-name span {
  --tw-text-opacity: 1;
  color: rgb(239 128 77 / var(--tw-text-opacity, 1));
}

.abi-group-template {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1.25rem;
}

.abi-group-item {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity, 1));
  height: 70px;
}

@media (min-width: 640px) {
  .abi-group-item {
    height: 80px;
  }
}

@media (min-width: 1024px) {
  .abi-group-item {
    height: 100px;
  }
}

.abi-group-item {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(208 208 208 / 0.5);
  border-radius: 1rem;
  display: grid;
  grid-template-columns: 26px 50px auto;
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .abi-group-item {
    grid-template-columns: 46px 80px auto;
  }
}

@media (min-width: 1024px) {
  .abi-group-item {
    grid-template-columns: 56px 100px auto;
  }
}

.abi-group-item {
  cursor: pointer;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.abi-group-item:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 128 77 / var(--tw-border-opacity, 1));
  background-color: rgb(239 128 77 / 0.1);
}

.abi-group-item > .counter {
  background-color: rgb(239 128 77 / 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.abi-group-item > .counter span {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
}

@media (min-width: 640px) {
  .abi-group-item > .counter span {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .abi-group-item > .counter span {
    font-size: 3rem;
    line-height: 1;
  }
}

.abi-group-item > .counter span {
  --tw-text-opacity: 1;
  color: rgb(239 128 77 / var(--tw-text-opacity, 1));
}

.abi-group-item > .name {
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .abi-group-item > .name {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .abi-group-item > .name {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .abi-group-item > .name {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.abi-group-item > .name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px) {
  .abi-group-item > .name {
    padding-left: 2.5rem;
  }
}

/* TODO: VIEW-IMG */

.view-content {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 50;
  border-width: 0px;
  --tw-backdrop-blur: blur(15px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  height: 100vh;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  overflow-y: auto;
  display: none;
}

.view-content.show {
  display: block;
}

.view-content-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.view-content-container {
  padding-top: 4rem;
}

.view-content-header {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  border-style: solid;
  border-color: rgb(208 208 208 / 0.5);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.view-content-header > .btn-close {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 0 223 / var(--tw-text-opacity, 1));
}

.view-content-header > div .sub-name {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity, 1));
  text-transform: uppercase;
  line-height: 159%;
}

.view-content-header > div .name {
  font-family: "Raleway", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
  line-height: 159%;
}

.view-content-content {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  border-style: solid;
  border-color: rgb(208 208 208 / 0.5);
  border-radius: 1rem;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

/* TODO Section service */

.services {
  margin-top: 2.5rem;
}

.services-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.services-template {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

.services-item {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 128 77 / var(--tw-border-opacity, 1));
  border-radius: 1rem;
  height: auto;
}

@media (min-width: 1280px) {
  .services-item {
    height: 524px;
  }
}

.services-item {
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .services-item {
    grid-template-columns: 60% auto;
  }
}

@media (min-width: 1280px) {
  .services-item {
    gap: 0px;
  }
}

.services-item > .info {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .services-item > .info {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .services-item > .info {
    padding-right: 0px;
  }
}

.services-item > .info .name {
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
}

@media (min-width: 768px) {
  .services-item > .info .name {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.services-item > .info .name {
  --tw-text-opacity: 1;
  color: rgb(48 60 108 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .services-item > .info .name {
    line-height: 159%;
  }
}

.services-item > .info .name {
  text-transform: uppercase;
}

.services-item > .info .list {
  margin-top: 1.25rem;
}

.services-item > .info .list span {
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 900;
}

@media (min-width: 768px) {
  .services-item > .info .list span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.services-item > .info .list span {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity, 1));
  background-color: rgb(208 208 208 / 0.5);
  margin-right: 1rem;
}

.services-item > .info .list span:last-of-type {
  margin-right: 0px;
}

.services-item > .info .list span {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin: 0.25rem;
}

@media (min-width: 768px) {
  .services-item > .info .list span {
    margin: 0px;
  }
}

.services-item > .info .list span {
  border-radius: 0.375rem;
}

@media (min-width: 768px) {
  .services-item > .info .list span {
    border-radius: 0.5rem;
  }
}

.services-item > .info .list span {
  display: inline-block;
  vertical-align: middle;
}

.services-item > .info .description {
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .services-item > .info .description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .services-item > .info .description {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 159%;
  }
}

.services-item > .info .description {
  margin-top: 1rem;
  max-width: 646px;
}

.services-item > .info .description-result {
  margin-top: 0.75rem;
}

.services-item > .info .description-result .result-name {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 900;
}

@media (min-width: 768px) {
  .services-item > .info .description-result .result-name {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.services-item > .info .description-result .result-name {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(239 128 77 / var(--tw-text-opacity, 1));
}

.services-item > .info .description-result .text {
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .services-item > .info .description-result .text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .services-item > .info .description-result .text {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 159%;
  }
}

.services-item > .info .description-result .text {
  max-width: 646px;
}

.services-item > .info button {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .services-item > .info button {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}

.services-item > .info button {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 128 77 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .services-item > .info button {
    border-radius: 0.75rem;
  }
}

.services-item > .info button {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(249 247 247 / var(--tw-text-opacity, 1));
}

.services-item > .info button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(48 60 108 / var(--tw-bg-opacity, 1));
  --tw-scale-x: 102%;
  --tw-scale-y: 102%;
  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));
}

.services-item > .info button {
  display: block;
  width: 100%;
}

@media (min-width: 1280px) {
  .services-item > .info button {
    width: auto;
  }
}

.services-item > .info button {
  margin-top: 1.25rem;
}

.services-item > .thumb {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}

@media (min-width: 1024px) {
  .services-item > .thumb {
    display: block;
  }
}

/* TODO: PS */

.ps {
  margin-top: 2.5rem;
}

.ps-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.ps-container {
  display: grid;
  grid-template-columns: 25px 70px auto;
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .ps-container {
    grid-template-columns: 56px 100px auto;
  }
}

.ps-container {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 128 77 / var(--tw-border-opacity, 1));
  border-radius: 1rem;
  height: auto;
}

@media (min-width: 768px) {
  .ps-container {
    height: 150px;
  }
}

.ps-container > .badge {
  background-color: rgb(239 128 77 / 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-container > .badge span {
  font-family: "Raleway", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
}

@media (min-width: 768px) {
  .ps-container > .badge span {
    font-size: 3rem;
    line-height: 1;
  }
}

.ps-container > .badge span {
  --tw-text-opacity: 1;
  color: rgb(239 128 77 / var(--tw-text-opacity, 1));
  text-transform: uppercase;
}

.ps-container > .description {
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .ps-container > .description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .ps-container > .description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.ps-container > .description {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .ps-container > .description {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.ps-container > .description button {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
}

@media (min-width: 768px) {
  .ps-container > .description button {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.ps-container > .description button:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.ps-container > .description button svg {
  width: 0.75rem;
  height: 0.75rem;
}

@media (min-width: 768px) {
  .ps-container > .description button svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.ps-container > .description button svg {
  stroke: #EF804D;
  stroke-width: 2;
}

/* TODO: Contact-info */

.contact-info {
  margin-top: 2.5rem;
}

.contact-info-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.contact-info-template {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .contact-info-template {
    grid-template-columns: 493px auto;
  }
}

.contact-info-template > .info > .user {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(239 128 77 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 128 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(219 92 34 / 0.15) var(--tw-gradient-to-position);
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 128 77 / var(--tw-border-opacity, 1));
  border-radius: 1rem;
  padding: 2rem;
}

.contact-info-template > .info > .user > div {
  display: block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .contact-info-template > .info > .user > div {
    display: inline-block;
  }
}

.contact-info-template > .info > .user > div:last-of-type {
  margin-left: 0.75rem;
}

.contact-info-template > .info > .user .avatar {
  height: 5rem;
  width: 5rem;
}

@media (min-width: 640px) {
  .contact-info-template > .info > .user .avatar {
    height: 7rem;
    width: 7rem;
  }
}

@media (min-width: 1280px) {
  .contact-info-template > .info > .user .avatar {
    height: 9rem;
    width: 9rem;
  }
}

.contact-info-template > .info > .user .avatar {
  border-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 128 77 / var(--tw-border-opacity, 1));
}

@media (min-width: 640px) {
  .contact-info-template > .info > .user .avatar {
    border-width: 10px;
  }
}

.contact-info-template > .info > .user .avatar {
  border-radius: 0.75rem;
}

@media (min-width: 640px) {
  .contact-info-template > .info > .user .avatar {
    border-radius: 1rem;
  }
}

.contact-info-template > .info > .user .avatar {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .contact-info-template > .info > .user .avatar {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.contact-info-template > .info > .user .name {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 900;
}

@media (min-width: 640px) {
  .contact-info-template > .info > .user .name {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.contact-info-template > .info > .user .name {
  text-align: center;
}

@media (min-width: 768px) {
  .contact-info-template > .info > .user .name {
    text-align: left;
  }
}

.contact-info-template > .info > .user .name {
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .contact-info-template > .info > .user .name {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.contact-info-template > .info > .user .name {
  padding-top: 0.5rem;
}

@media (min-width: 768px) {
  .contact-info-template > .info > .user .name {
    padding-top: 0px;
  }
}

.contact-info-template > .info > .user .badge {
  max-width: 11rem;
  margin-top: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 128 77 / var(--tw-bg-opacity, 1));
  border-radius: 0.375rem;
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(249 247 247 / var(--tw-text-opacity, 1));
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .contact-info-template > .info > .user .badge {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.contact-info-template > .info > .contact {
  margin-top: 1.5rem;
}

.contact-info-template > .info > .contact > a {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity, 1));
  height: 50px;
}

@media (min-width: 1024px) {
  .contact-info-template > .info > .contact > a {
    height: 60px;
  }
}

.contact-info-template > .info > .contact > a {
  border-radius: 0.75rem;
}

@media (min-width: 1024px) {
  .contact-info-template > .info > .contact > a {
    border-radius: 1rem;
  }
}

.contact-info-template > .info > .contact > a {
  display: grid;
  grid-template-columns: 40px auto;
}

@media (min-width: 768px) {
  .contact-info-template > .info > .contact > a {
    grid-template-columns: 60px auto;
  }
}

.contact-info-template > .info > .contact > a {
  overflow: hidden;
  margin-bottom: 1rem;
}

.contact-info-template > .info > .contact > a:last-of-type {
  margin-bottom: 0px;
}

.contact-info-template > .info > .contact > a .thumb {
  background-size: 20px auto;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .contact-info-template > .info > .contact > a .thumb {
    background-size: 30px auto;
  }
}

.contact-info-template > .info > .contact > a .thumb {
  background-color: rgb(208 208 208 / 0.2);
  border-right-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity, 1));
}

.contact-info-template > .info > .contact > a .description {
  font-family: "Fira Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .contact-info-template > .info > .contact > a .description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .contact-info-template > .info > .contact > a .description {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .contact-info-template > .info > .contact > a .description {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.contact-info-template > .info > .contact > a .description {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info-template > .description {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  border-style: solid;
  border-color: rgb(208 208 208 / 0.5);
  border-radius: 1rem;
  max-height: -moz-max-content;
  max-height: max-content;
}

@media (min-width: 1024px) {
  .contact-info-template > .description {
    max-height: 522px;
  }
}

.contact-info-template > .description {
  overflow-y: auto;
  padding: 1.25rem;
  font-family: "Fira Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
}

@media (min-width: 640px) {
  .contact-info-template > .description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.contact-info-template > .description {
  line-height: 159%;
}

/* TODO: Loader */

.loader {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  display: none;
}

.loader.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-template {
  height: 7rem;
  width: 7rem;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity, 1));
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-template > span:nth-of-type(1) svg {
  height: 4rem;
  width: 4rem;
}

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

.loader-template > span:nth-of-type(1) svg {
  animation: spin 1s linear infinite;
  stroke: #fff;
  stroke-width: 1;
}

/* TODO: FONT SOME */

.hint-body > ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1.25rem;
}

.call-hint-theme {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.call-hint-theme:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.call-hint-theme svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: #EF804D;
  stroke-width: 2;
}

/* EDITOR */

.bv-editor {
  font-family: "Fira Sans", sans-serif !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

.bv-editor-not-size {
  font-weight: 400 !important;
}

.bv-editor-not-size b, .bv-editor b {
  font-weight: 700 !important;
}

.bv-editor-not-size i, .bv-editor i {
  font-style: italic !important;
}

.bv-editor-not-size u, .bv-editor u {
  text-decoration-line: underline !important;
}

.bv-editor-not-size ul, .bv-editor ul {
  list-style-position: outside;
  list-style-type: disc !important;
  padding-left: 1rem;
}

.bv-editor-not-size ol, .bv-editor ol {
  list-style-position: outside;
  list-style-type: decimal !important;
  padding-left: 1rem;
}

.bv-editor-not-size a:hover, .bv-editor a:hover {
  text-decoration-line: underline !important;
}

.bv-editor-not-size img, .bv-editor img {
  width: 50% !important;
}

.selected-file {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1)) !important;
}

.selected-file:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1)) !important;
}

.bv-editor-scrolling-btn {
  position: fixed !important;
  top: 0px;
  right: 0px;
  left: 0px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  border-bottom-width: 1px !important;
  border-style: solid;
  border-color: rgb(208 208 208 / 0.5);
  padding: 1.25rem !important;
}

.bvep-img > .bvep-btn {
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 0.375rem !important;
  border-width: 1px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.bvep-img > .bvep-btn:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1)) !important;
}

.bvep-img > .bvep-btn:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1)) !important;
  --tw-ring-offset-width: 2px !important;
}

.bvep-img > .bvep-btn {
  position: absolute !important;
  top: 0.25rem !important;
  right: 0.25rem !important;
  z-index: 50 !important;
  opacity: 0.6 !important;
}

.bvep-img > .bvep-btn:hover {
  opacity: 1 !important;
}

.bvep-text > .bvep-btn {
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 0.375rem !important;
  border-width: 1px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.bvep-text > .bvep-btn:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1)) !important;
}

.bvep-text > .bvep-btn:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1)) !important;
  --tw-ring-offset-width: 2px !important;
}

.bvep-text > .bvep-btn {
  position: absolute !important;
  top: 0.25rem !important;
  right: 0.25rem !important;
  z-index: 50 !important;
  opacity: 0.6 !important;
}

.bvep-text > .bvep-btn:hover {
  opacity: 1 !important;
}

.bvep-btn > svg {
  width: 1rem !important;
  height: 1rem !important;
  stroke: #fff !important;
  stroke-width: 2 !important;
}

.bvep-relative{
  position: relative !important;
}

.bvep-badge {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0.375rem !important;
  border-width: 1px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.bvep-badge:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1)) !important;
}

.bvep-badge:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1)) !important;
  --tw-ring-offset-width: 2px !important;
}

.bvep-badge {
  position: absolute !important;
  top: 0.25rem !important;
  left: 0.25rem !important;
  z-index: 50 !important;
  opacity: 0.6 !important;
}

.bvep-badge:hover {
  opacity: 1 !important;
}

.bvep-badge {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bvep-badge > span {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  padding-left: 0.25rem;
}

.bvep-badge > svg {
  width: 1rem !important;
  height: 1rem !important;
  stroke: #fff !important;
  stroke-width: 2 !important;
}

.last-of-type\:mb-0:last-of-type {
  margin-bottom: 0px;
}

.last-of-type\:border-none:last-of-type {
  border-style: none;
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-50\/50:hover {
  background-color: rgb(238 242 255 / 0.5);
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-900:hover {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.hover\:text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --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, 0 0 #0000);
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

  .sm\:ml-4 {
    margin-left: 1rem;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

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

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

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

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

  .sm\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

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

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .md\:ml-4 {
    margin-left: 1rem;
  }

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

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

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

  .lg\:relative {
    position: relative;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

@media (min-width: 1280px) {
  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}