:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h5 {
  font-size: 1.25rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
strong {
  font-weight: bolder;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
img {
  vertical-align: middle;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
.ivllpwwerh {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .ivllpwwerh {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .ivllpwwerh {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .ivllpwwerh {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .ivllpwwerh {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .ivllpwwerh {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.yjafggrhiygkk[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.yjafggrhiygkk::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .yjafggrhiygkk::file-selector-button {
    transition: none;
  }
}
.yjafggrhiygkk:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.yjafggrhiygkk:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.yjafggrhiygkk-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.yjafggrhiygkk-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.yjafggrhiygkk-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
[data-bs-theme="dark"]
  .form-switch
  .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-floating > .yjafggrhiygkk-plaintext:not(:-moz-placeholder-shown),
.form-floating > .yjafggrhiygkk:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .yjafggrhiygkk:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .yjafggrhiygkk:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > :disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.input-group > .yjafggrhiygkk:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .yjafggrhiygkk:not(:focus):valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}
.input-group > .yjafggrhiygkk:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .yjafggrhiygkk:not(:focus):invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}
.thrhdaxwvual {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .thrhdaxwvual {
    transition: none;
  }
}
.thrhdaxwvual:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.thrhdaxwvual:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.thrhdaxwvual-check:focus-visible + .thrhdaxwvual {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.thrhdaxwvual:first-child:active,
:not(.thrhdaxwvual-check) + .thrhdaxwvual:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.thrhdaxwvual-check:checked + .thrhdaxwvual:focus-visible,
.thrhdaxwvual.active:focus-visible,
.thrhdaxwvual.show:focus-visible,
.thrhdaxwvual:first-child:active:focus-visible,
:not(.thrhdaxwvual-check) + .thrhdaxwvual:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.thrhdaxwvual-check:checked:focus-visible + .thrhdaxwvual {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.thrhdaxwvual:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.ruxpxkqelttha {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.itftxwjlirvssvr {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}
.thrhdaxwvual-link:focus-visible {
  color: var(--bs-btn-color);
}
.cjkuagefpslxf {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.kjakdktulwqxued {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.tcqrlqdhhrah:last-child {
  margin-bottom: 0;
}
.icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.hxtzeqfxgort {
  display: flex !important;
}
.srlvffpygikfwiv {
  width: 100% !important;
}
.lvgvyozfluqqpj {
  flex-direction: column !important;
}
.ajwkodgqgwxuw {
  flex-grow: 1 !important;
}
.oiswzvtcoez {
  flex-shrink: 0 !important;
}
.leetyjdeklgxj {
  flex-wrap: wrap !important;
}
.dstquokgxhga {
  justify-content: flex-start !important;
}
.fgyteotptlo {
  justify-content: center !important;
}
.yricahvrstzxe {
  justify-content: space-between !important;
}
.eqktptxaficazo {
  align-items: flex-start !important;
}
.kihjfywjujo {
  align-items: center !important;
}
.iwqazqtxydio {
  margin-right: auto !important;
  margin-left: auto !important;
}
.qkzxczgdlsoa {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.dftjucyysga {
  margin-right: 1rem !important;
}
.jfsflluyrte {
  margin-bottom: 1rem !important;
}
.xfgkxjvxoyoj {
  margin-bottom: 1.5rem !important;
}
.jpcrcsueujlacv {
  margin-bottom: 3rem !important;
}
.expozkcuyz {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.ufdferewjfyfwk {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.cdihtcfzihwao {
  gap: 1rem !important;
}
.ajirclhqhrfx {
  text-align: center !important;
}
@media (min-width: 768px) {
  .jvhvtaydssds {
    flex-direction: row !important;
  }
  .cegwfpokij {
    margin-right: 1.5rem !important;
  }
  .xlrzspxscys {
    margin-bottom: 0 !important;
  }
}

:root {
  --primary-color: #9d331f;
  --secondary-color: #bc6d4f;
  --accent-color: #500805;
  --dark-base: #1e0000;

  --fire-gradient: radial-gradient(ellipse at top, #d73027, #9d331f, #500805);
  --ember-gradient: conic-gradient(
    from 45deg,
    #bc6d4f,
    #d73027,
    #9d331f,
    #bc6d4f
  );
  --sunset-gradient: linear-gradient(
    135deg,
    #8b0000 0%,
    #9d331f 25%,
    #bc6d4f 50%,
    #d4a584 75%,
    #f4e6d9 100%
  );
  --volcanic-gradient: radial-gradient(
    circle at 30% 70%,
    #1e0000,
    #500805,
    #9d331f
  );
  --copper-gradient: linear-gradient(45deg, #bc6d4f, #d4a584, #bc6d4f, #9d331f);
  --diamond-gradient: conic-gradient(
    from 0deg at 50% 50%,
    #500805,
    #9d331f,
    #bc6d4f,
    #d4a584,
    #bc6d4f,
    #9d331f,
    #500805
  );

  --text-light: #f4e6d9;
  --text-warm: #d4a584;
  --text-copper: #bc6d4f;
  --border-warm: rgba(188, 109, 79, 0.4);
  --bg-color: #1e0000;
  --gradient: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: var(--dark-base);
  background-image: radial-gradient(
      circle at 20% 80%,
      rgba(157, 51, 31, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(188, 109, 79, 0.08) 0%,
      transparent 50%
    ),
    linear-gradient(180deg, var(--dark-base) 0%, rgba(80, 8, 5, 0.1) 100%);
  color: var(--text-light);
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(14px, 1.2vw + 0.5rem, 18px);
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 2px,
      rgba(157, 51, 31, 0.02) 2px,
      rgba(157, 51, 31, 0.02) 4px
    ),
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 3px,
      rgba(188, 109, 79, 0.01) 3px,
      rgba(188, 109, 79, 0.01) 6px
    );
  pointer-events: none;
  z-index: -1;
}

p {
  font-size: clamp(14px, 1vw + 0.5rem, 17px);
  line-height: 1.7;
  color: var(--text-warm);
}

h1 {
  font-size: clamp(28px, 4vw + 1rem, 45px);
  line-height: 1.2;
  background: var(--sunset-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

h2 {
  font-size: clamp(28px, 3vw + 1rem, 44px);
  line-height: 1.3;
  background: var(--sunset-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

h3 {
  font-size: clamp(24px, 2.5vw + 0.5rem, 36px);
  line-height: 1.3;
  background: var(--sunset-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

h4 {
  font-size: clamp(20px, 2vw + 0.5rem, 28px);
  line-height: 1.4;
  background: var(--sunset-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

h5 {
  font-size: clamp(18px, 1.5vw + 0.5rem, 24px);
  line-height: 1.5;
  background: var(--sunset-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

h6 {
  font-size: clamp(16px, 1.2vw + 0.3rem, 20px);
  line-height: 1.5;
  background: var(--sunset-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

.ruxpxkqelttha {
  background: var(--ember-gradient);
  border: none;
  color: var(--text-light);
  position: relative;
  overflow: hidden;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ruxpxkqelttha::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--diamond-gradient);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ruxpxkqelttha:hover::before {
  opacity: 1;
}

.ruxpxkqelttha:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 25px rgba(157, 51, 31, 0.4),
    inset 0 1px 0 rgba(244, 230, 217, 0.2);
}

.itftxwjlirvssvr {
  background: transparent;
  border: 2px solid var(--secondary-color);
  color: var(--text-light);
  position: relative;
  clip-path: polygon(
    0% 0%,
    calc(100% - 12px) 0%,
    100% 50%,
    calc(100% - 12px) 100%,
    0% 100%,
    12px 50%
  );
  transition: all 0.3s ease;
}

.itftxwjlirvssvr:hover {
  background: var(--copper-gradient);
  color: var(--dark-base);
  transform: translateX(5px);
  border-color: var(--secondary-color);
}

.logo {
  font-weight: 900;
  font-size: 1.8rem;
  background: var(--diamond-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  filter: drop-shadow(0 0 8px rgba(188, 109, 79, 0.5));
}

header {
  padding: 1.5rem 0;
  background: linear-gradient(
    135deg,
    rgba(30, 0, 0, 0.9) 0%,
    rgba(80, 8, 5, 0.8) 50%,
    rgba(30, 0, 0, 0.9) 100%
  );
  border-bottom: 3px solid var(--secondary-color);
  backdrop-filter: blur(10px);
  position: relative;
}

header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--sunset-gradient);
}

.cjkuagefpslxf {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.thrhdaxwvual span.wlquxxdyqtrwwgg {
  margin-left: 0.5rem;
  display: inline-block;
  transition: transform 0.3s ease;
}

.thrhdaxwvual:hover span.wlquxxdyqtrwwgg {
  transform: translateX(6px);
}

.zzlvshocwtp {
  display: flex;
  gap: 1rem;
}

.yricahvrstzxe {
  justify-content: space-between !important;
}

.jqxevqipzoawwf {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
  border: 3px solid var(--border-warm);
  filter: contrast(1.1) saturate(1.2);
  position: relative;
}

.tekvfirpzdjaw {
  flex: 1;
  background: var(--volcanic-gradient);
  padding: 30px;
  margin-top: 20px;
  border-radius: 8px;
  clip-path: polygon(
    0% 0%,
    calc(100% - 25px) 0%,
    100% 25px,
    100% 100%,
    25px 100%,
    0% calc(100% - 25px)
  );
  border: 2px solid var(--border-warm);
  position: relative;
  overflow: hidden;
}

.tekvfirpzdjaw::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(
    from 0deg,
    transparent,
    rgba(244, 230, 217, 0.05),
    transparent
  );
  transform: rotate(45deg);
}

.fdskjthzwd {
  flex: 1;
}

.zgicdyzkoasrui {
  padding: 1rem 0;
}

.euupdiokzp {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: var(--text-warm);
  opacity: 0.9;
}

.ykfpgjlktqhe {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.vhahjtphdwvg {
  flex: 1;
  background: var(--ember-gradient);
  border-radius: 8px;
  padding: 1rem 0.5rem;
  text-align: center;
  position: relative;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  border: 2px solid rgba(244, 230, 217, 0.3);
  box-shadow: 0 5px 20px rgba(157, 51, 31, 0.5);
}

.vhahjtphdwvg::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: linear-gradient(
    135deg,
    rgba(244, 230, 217, 0.1) 0%,
    transparent 50%,
    rgba(188, 109, 79, 0.1) 100%
  );
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.vhahjtphdwvg:nth-child(2) {
  animation-delay: 0.4s;
}

.vhahjtphdwvg:nth-child(3) {
  animation-delay: 0.8s;
}

.vhahjtphdwvg:nth-child(4) {
  animation-delay: 1.2s;
}

.vhahjtphdwvg .rwzcrguvafkkvlo {
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--text-light);
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.vhahjtphdwvg .text {
  font-size: 0.9rem;
  color: var(--text-warm);
  margin-top: 0.25rem;
  position: relative;
  z-index: 2;
  font-weight: 600;
}

.jrjvvrdokv {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 6px;
}

.qpktxearpaiwac {
  width: 80vw;
  margin: 0 auto;
  padding: 1rem 0;
  gap: 5rem;
}

.kikxfhuvlh {
  max-height: 600px;
  object-fit: cover;
  border-radius: 10px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  border: 4px solid var(--border-warm);
  filter: brightness(1.1) contrast(1.1);
}

.rudplzupfjaqr {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ekcvlxwzaa {
  font-size: 3rem;
  font-weight: 900;
  background: var(--diamond-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  position: relative;
}

.ekcvlxwzaa::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: var(--volcanic-gradient);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  z-index: -1;
  opacity: 0.3;
}

.zfpjiewrhxih {
  width: 60px;
  height: 6px;
  background: var(--ember-gradient);
  margin-top: 8px;
  border-radius: 2px;
  clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
}

.card {
  background: var(--volcanic-gradient);
  border: none;
  color: var(--text-light);
  position: relative;
  padding: 2.5rem 2rem 2rem 4rem;
  width: 26rem;
  border-radius: 8px;
  clip-path: polygon(
    0% 0%,
    calc(100% - 30px) 0%,
    100% 30px,
    100% 100%,
    30px 100%,
    0% calc(100% - 30px)
  );
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(157, 51, 31, 0.3);
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(244, 230, 217, 0.1) 0%,
    transparent 30%,
    rgba(188, 109, 79, 0.05) 70%,
    transparent 100%
  );
  pointer-events: none;
}

.card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: var(--ember-gradient);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}

.card .tvyeotjxoug {
  position: absolute;
  top: 0.5rem;
  left: 1.2rem;
  font-size: 6rem;
  font-family: "Georgia", serif;
  font-weight: 900;
  background: var(--copper-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.7;
  user-select: none;
  line-height: 1;
  transform: rotate(-8deg);
  transition: color 0.3s ease;
}

.card .kjakdktulwqxued {
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--text-light);
}

.card .tcqrlqdhhrah {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--text-warm);
}

.zawqfufhhkdog {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.alqrfavzpzx {
  min-width: 130px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--text-light);
}

.katdoishgysdug {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
}

.xtkyhkydyvwgi {
  background: radial-gradient(circle, #ff6b35, #d73027, #8b0000);
  box-shadow: 0 0 12px rgba(215, 48, 39, 0.6);
}

.iqtvllsuhvzjlf {
  background: radial-gradient(circle, #74add1, #4575b4, #2c5aa0);
  box-shadow: 0 0 12px rgba(69, 117, 180, 0.6);
}

.dueiaehzhuwu {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: var(--text-light);
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  user-select: none;
  position: relative;
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.dueiaehzhuwu.xdyfhjofhdvpqzr {
  background: var(--fire-gradient);
  box-shadow: 0 0 20px rgba(215, 48, 39, 0.6);
}

.dueiaehzhuwu.ajwcdhpedevw {
  background: radial-gradient(circle, #74add1, #4575b4, #1a365d);
  box-shadow: 0 0 20px rgba(69, 117, 180, 0.6);
}

.dueiaehzhuwu::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), transparent);
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
}

.hxtzeqfxgort {
  display: flex !important;
}

.kihjfywjujo {
  align-items: center !important;
}

.tjutixsqtexezi {
  padding: 100px 0;
  background: linear-gradient(180deg, var(--bg-color), rgba(80, 8, 5, 0.1));
}

.vkdaevdiahkd {
  font-size: 3rem;
  font-weight: 700;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
}

.ljuohytjlsrkzky {
  font-size: 1.2rem;
  color: var(--text-warm);
  margin-bottom: 4rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.dxfzyxtwklawf {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.xqxkrvweachx {
  background: var(--volcanic-gradient);
  border-radius: 25px;
  padding: 45px;
  margin-bottom: 70px;
  position: relative;
  display: flex;
  align-items: center;
  clip-path: polygon(25px 0%, 100% 0%, calc(100% - 25px) 100%, 0% 100%);
  border: 3px solid var(--border-warm);
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(157, 51, 31, 0.3);
  backdrop-filter: blur(15px);
}

.xqxkrvweachx:last-child {
  margin-bottom: 0;
}

.xqxkrvweachx::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(244, 230, 217, 0.08) 0%,
    transparent 50%,
    rgba(188, 109, 79, 0.08) 100%
  );
}

.htguifpiadoo {
  margin-right: 30px;
  flex-shrink: 0;
  position: relative;
}

.tavsgsayzz {
  width: 80px;
  height: 80px;
  background: var(--ember-gradient);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  border: 3px solid rgba(244, 230, 217, 0.3);
  backdrop-filter: blur(10px);
}

.tavsgsayzz::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  background: linear-gradient(45deg, rgba(244, 230, 217, 0.2), transparent);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.uewpexexkarx {
  position: relative;
  color: var(--text-light);
  font-weight: 900;
  font-size: 1.4rem;
  z-index: 2;
}

.lqvxldgxvaqisjs::before {
  content: "◆";
  font-size: 18px;
  line-height: 1;
}

.lpteqolsgspwpae::before {
  content: "◆◆";
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1;
}

.poqywakhowqs::before {
  content: "◆◆◆";
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
}

.fluvsqpvesk {
  flex: 1;
  color: var(--text-light);
}

.avvuvpsriyjkilr {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 15px;
}

.xopikqiovtkhh {
  color: var(--text-warm);
  line-height: 1.6;
  font-size: 1.1rem;
}

.xqxkrvweachx::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  width: 6px;
  height: 35px;
  background: var(--ember-gradient);
  border-radius: 2px;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  z-index: 10;
}

.xqxkrvweachx:last-child::after {
  display: none;
}

.xqxkrvweachx::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid var(--primary-color);
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3));
  z-index: 10;
}

.xqxkrvweachx:last-child::before {
  display: none;
}

.skvpgejzwvqrgdt {
  width: 80%;
  height: 220px;
  background: linear-gradient(rgba(30, 0, 0, 0.8), rgba(80, 8, 5, 0.8)),
    url("https://lottoresultzone.com/assets/img1.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(40px 0%, 100% 0%, calc(100% - 40px) 100%, 0% 100%);
  border: 4px solid var(--border-warm);
  position: relative;
}

.skvpgejzwvqrgdt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    transparent 0%,
    rgba(244, 230, 217, 0.1) 25%,
    transparent 50%,
    rgba(188, 109, 79, 0.1) 75%,
    transparent 100%
  );
}

.qjosxhfvothqzh {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.fritcqydhlqfgis {
  width: 23%;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
  border: 3px solid var(--border-warm);
  position: relative;
  padding: 20px;
}

.fritcqydhlqfgis::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(244, 230, 217, 0.1) 0%,
    transparent 50%,
    rgba(188, 109, 79, 0.1) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.fritcqydhlqfgis img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.whtexjltehuuk {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: var(--fire-gradient);
  color: var(--text-light);
  font-weight: 900;
  font-size: 2.5rem;
  user-select: none;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 20%,
    100% 80%,
    80% 100%,
    20% 100%,
    0% 80%,
    0% 20%
  );
  border: 4px solid var(--text-light);
  position: relative;
  box-shadow: 0 0 20px rgba(157, 51, 31, 0.8);
}

.whtexjltehuuk::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), transparent);
  clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 20%,
    100% 80%,
    80% 100%,
    20% 100%,
    0% 80%,
    0% 20%
  );
}

.wrhzepuhzuhov {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 0;
  flex-wrap: wrap;
  background: linear-gradient(
    135deg,
    rgba(30, 0, 0, 0.9) 0%,
    rgba(80, 8, 5, 0.7) 50%,
    rgba(30, 0, 0, 0.9) 100%
  );
  border-top: 3px solid var(--secondary-color);
  position: relative;
}

.wrhzepuhzuhov::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--sunset-gradient);
}

.xuaejsitjak {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.xuaejsitjak a {
  color: var(--text-warm);
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.xuaejsitjak a:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

.cjzlvhxlale {
  display: flex;
  gap: 0.3rem;
  justify-content: flex-end;
  max-width: 300px;
}

.cjzlvhxlale img {
  width: 50px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
  border: 2px solid var(--border-warm);
  margin: 0 2px;
}

.xtigxphcrzva {
  background: var(--fire-gradient);
  color: var(--text-light);
  width: 100%;
  padding: 1.5rem 2rem;
  border-bottom: 4px solid var(--text-light);
  position: relative;
}

.xtigxphcrzva::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(244, 230, 217, 0.05) 10px,
    rgba(244, 230, 217, 0.05) 20px
  );
}

.zpwtqxqwzz {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  position: relative;
  z-index: 2;
}

.vyuxfytoperp {
  background: var(--text-light);
  color: var(--primary-color);
  font-weight: 900;
  font-size: 1.8rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 20%,
    100% 80%,
    80% 100%,
    20% 100%,
    0% 80%,
    0% 20%
  );
  border: 3px solid var(--primary-color);
  position: relative;
  box-shadow: 0 0 15px rgba(244, 230, 217, 0.6);
}

.vyuxfytoperp::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: linear-gradient(45deg, rgba(157, 51, 31, 0.1), transparent);
  clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 20%,
    100% 80%,
    80% 100%,
    20% 100%,
    0% 80%,
    0% 20%
  );
}

.elvueqapow {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.4;
  color: var(--text-light);
}

section.xtigxphcrzva {
  background: var(--fire-gradient);
  color: var(--text-light);
  width: 100%;
  padding: 1.5rem 2rem;
  border-bottom: 4px solid var(--text-light);
}

@media (max-width: 576px) {
  .zzlvshocwtp {
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
  }

  .zzlvshocwtp .thrhdaxwvual {
    width: 100%;
  }

  .yricahvrstzxe {
    align-items: center !important;
    gap: 1rem;
  }

  .vhahjtphdwvg {
    max-width: 65px;
    padding: 0.5rem 0.3rem;
  }

  .ykfpgjlktqhe {
    gap: 0.3rem;
  }

  .jrjvvrdokv {
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .qpktxearpaiwac {
    flex-direction: column;
    align-items: center;
    width: 90vw;
    min-height: auto;
    gap: 2rem;
  }

  .kikxfhuvlh {
    width: 280px;
    height: 220px;
    margin-bottom: 1.5rem;
  }

  .rudplzupfjaqr {
    margin-bottom: 0.5rem;
  }

  .vkdaevdiahkd {
    font-size: 2rem;
  }

  .xqxkrvweachx {
    flex-direction: column;
    text-align: center;
    margin-bottom: 70px;
  }

  .htguifpiadoo {
    margin-right: 0;
    margin-bottom: 25px;
    align-self: center;
  }

  .qjosxhfvothqzh {
    flex-wrap: wrap;
    justify-content: center;
  }

  .fritcqydhlqfgis {
    width: 45%;
    margin-bottom: 1rem;
  }
}

@media (max-width: 600px) {
  .zawqfufhhkdog {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 20rem;
  }

  .alqrfavzpzx {
    min-width: auto;
    justify-content: center;
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .dueiaehzhuwu {
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }

  .wrhzepuhzuhov {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 25px;
  }

  .cjzlvhxlale {
    max-width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .logo {
    font-size: 1rem;
  }
}
