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

html {
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

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

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

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

button, input, select, textarea {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s;
}

table {
  border-collapse: collapse;
  width: 100%;
}

main {
  display: block;
}

@font-face {
  font-family: 'Space Mono';
  src: url("/fonts/space-mono-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Space Mono';
  src: url("/fonts/space-mono-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Italiana';
  src: url("/fonts/italiana-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 16px;
  line-height: 1.8;
  color: #5C5C5C;
  background-color: #FFFFFF;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: #1F1F1F;
  line-height: 1.15;
}

h1 {
  font-size: 80px;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 70px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 60px;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 30px;
}

@media (max-width: 1199px) {
  h3 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  h3 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
}

@media (max-width: 1199px) {
  h4 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

h2[id], h3[id], h4[id] {
  scroll-margin-top: var(--sticky-header-height);
}

:root {
  --sticky-header-height: 100px;
}

@media (max-width: 1199px) {
  :root {
    --sticky-header-height: 90px;
  }
}

@media (max-width: 991px) {
  :root {
    --sticky-header-height: 80px;
  }
}

@media (max-width: 575px) {
  :root {
    --sticky-header-height: 70px;
  }
}

body.dark-page {
  background-color: #1F1F1F;
  color: #FFFFFF;
}

body.dark-page h1, body.dark-page h2, body.dark-page h3, body.dark-page h4, body.dark-page h5, body.dark-page h6 {
  color: #FFFFFF;
}

body.dark-page p {
  color: rgba(255, 255, 255, 0.72);
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.section {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .section {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .section {
    padding: 60px 0;
  }
}

.section--pt-0 {
  padding-top: 0;
}

.section--bg {
  background: #F5F5F5;
}

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

.skip-link {
  position: absolute;
  left: 10px;
  top: -60px;
  z-index: 1100;
  background: #FF4A3B;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 40px;
  transition: top 0.2s;
}

.skip-link:focus {
  top: 10px;
}

main {
  display: block;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

[data-animate] {
  opacity: 0;
}

[data-animate].is-visible {
  opacity: 1;
  animation-duration: 1s;
  animation-fill-mode: both;
}

[data-animate="fadeInUp"].is-visible {
  animation-name: fadeInUp;
}

[data-animate="fadeInLeft"].is-visible {
  animation-name: fadeInLeft;
}

[data-animate="fadeInRight"].is-visible {
  animation-name: fadeInRight;
}

.no-js [data-animate] {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  [data-animate] {
    opacity: 1;
  }
  .marquee__track {
    animation: none !important;
  }
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
  padding: 15px 45px;
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FF4A3B;
  border-radius: 40px;
  overflow: hidden;
  min-width: 44px;
  min-height: 44px;
}

.btn:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 3px;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background: #FF4A3B;
  border-radius: 100px;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.btn:hover::before, .btn:focus-visible::before, .btn:active::before {
  left: 0;
  right: auto;
  width: 100%;
}

.btn svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

@media (max-width: 991px) {
  .btn {
    font-size: 18px;
    padding: 10px 30px;
  }
}

@media (max-width: 767px) {
  .btn {
    font-size: 16px;
    padding: 10px 20px;
  }
}

.btn--solid {
  background: #FF4A3B;
  color: #FFFFFF;
}

.btn--solid::before {
  background: transparent;
}

.btn--solid:hover {
  background: transparent;
  border-color: #FF4A3B;
}

.btn--header {
  font-size: 18px;
  padding: 10px 30px;
}

@media (max-width: 991px) {
  .btn--header {
    font-size: 16px;
    padding: 5px 20px;
  }
}

@media (max-width: 575px) {
  .btn--header {
    font-size: 14px;
    padding: 5px 15px;
  }
}

.section-title {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .section-title {
    margin-bottom: 20px;
  }
}

.section-title__eyebrow {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .section-title__eyebrow {
    font-size: 15px;
    letter-spacing: 4px;
  }
}

.section-title__heading {
  font-size: 80px;
  color: #FFFFFF;
}

@media (max-width: 1199px) {
  .section-title__heading {
    font-size: 70px;
  }
}

@media (max-width: 991px) {
  .section-title__heading {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .section-title__heading {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .section-title__heading {
    font-size: 32px;
  }
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.3s;
}

.card:hover {
  border-color: #FF4A3B;
  transform: translateY(-5px);
}

@media (max-width: 767px) {
  .card {
    padding: 30px;
  }
}

.card__media {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 10px;
}

.card__media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.card__title {
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 30px;
  color: #FFFFFF;
}

@media (max-width: 991px) {
  .card__title {
    font-size: 26px;
  }
}

.card__title a {
  transition: color 0.2s;
}

.card__title a:focus-visible {
  outline: 2px solid #FF4A3B;
  outline-offset: 3px;
}

.card__title a:hover {
  color: #FF4A3B;
}

.card__excerpt {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}

.card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  color: #848892;
}

.related {
  padding: 120px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 991px) {
  .related {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .related {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .related {
    padding: 60px 0;
  }
}

.related__grid {
  display: grid;
  gap: 30px;
}

@media (min-width: 768px) {
  .related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .related__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
}

.card__link:focus-visible {
  outline: 2px solid #FF4A3B;
  outline-offset: 3px;
}

.card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
  flex: 1 1 auto;
}

.card__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 15px;
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 18px;
  color: #FF4A3B;
}

.card__more svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.form__field {
  margin-bottom: 20px;
}

.form__label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.form__label .required {
  color: #FF4A3B;
}

.form__control {
  width: 100%;
  max-width: 100%;
  height: 60px;
  padding: 15px;
  font-size: 16px;
  line-height: 29px;
  color: #FFFFFF;
  background: #2B2B2B;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: border-color 0.2s;
}

.form__control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.form__control:focus {
  outline: none;
  border-color: #FF4A3B;
}

.form__control:focus-visible {
  outline: 2px solid #FF4A3B;
  outline-offset: 2px;
}

.form__control[aria-invalid="true"] {
  border-color: #FF4A3B;
}

.form__control--area,
.form textarea.form__control {
  height: 130px;
  min-height: 130px;
  padding: 15px;
  resize: vertical;
}

.form__error {
  display: none;
  margin-top: 6px;
  font-size: 13px;
  color: #FF4A3B;
}

.form__control[aria-invalid="true"] ~ .form__error {
  display: block;
}

.form__note {
  margin-top: 20px;
  padding: 15px 20px;
  border-radius: 16px;
  font-size: 14px;
  background: rgba(255, 74, 59, 0.12);
  color: #FF4A3B;
}

.form__note[hidden] {
  display: none;
}

.form__submit {
  margin-top: 30px;
}

.form__notice {
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 13px;
  color: #F2C94C;
  border: 1px dashed rgba(242, 201, 76, 0.5);
  border-radius: 16px;
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 30px 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
}

.table-scroll table {
  min-width: 680px;
  width: 100%;
  font-size: 15px;
}

.table-scroll th, .table-scroll td {
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  white-space: normal;
  word-break: normal;
}

.table-scroll th {
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.04);
}

.table-scroll td {
  color: rgba(255, 255, 255, 0.72);
}

.table-scroll tr:last-child td {
  border-bottom: 0;
}

.faq {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .faq {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .faq {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .faq {
    padding: 60px 0;
  }
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq__item {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.2s;
}

.faq__item.is-open {
  border-color: #FF4A3B;
}

.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 20px 30px;
  text-align: left;
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 24px;
  color: #FFFFFF;
  min-width: 44px;
  min-height: 44px;
  transition: color 0.2s;
}

.faq__question:focus-visible {
  outline: 2px solid #FF4A3B;
  outline-offset: 3px;
}

.faq__question:hover {
  color: #FF4A3B;
}

@media (max-width: 767px) {
  .faq__question {
    font-size: 18px;
    padding: 15px 20px;
  }
}

.faq__icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  fill: currentColor;
  transition: transform 0.3s;
}

.faq__question[aria-expanded="true"] .faq__icon {
  transform: rotate(45deg);
}

.faq__answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.3s ease, opacity 0.2s ease;
}

.faq__answer-inner {
  padding: 0 30px 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .faq__answer-inner {
    padding: 0 20px 15px;
  }
}

.faq__answer-inner p {
  margin-bottom: 10px;
}

.faq__answer-inner p:last-child {
  margin-bottom: 0;
}

.faq__answer-inner a {
  color: #FF4A3B;
  text-decoration: underline;
}

.no-js .faq__answer {
  height: auto;
  opacity: 1;
}

.faq__item h3 {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.toc {
  margin: 40px 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
}

.toc__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 20px 30px;
  cursor: pointer;
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 24px;
  color: #FFFFFF;
  list-style: none;
  min-width: 44px;
  min-height: 44px;
}

.toc__summary:focus-visible {
  outline: 2px solid #FF4A3B;
  outline-offset: 3px;
}

.toc__summary::-webkit-details-marker {
  display: none;
}

@media (max-width: 767px) {
  .toc__summary {
    font-size: 20px;
    padding: 15px 20px;
  }
}

.toc__arrow {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  fill: currentColor;
  transition: transform 0.3s;
}

.toc[open] .toc__arrow, .toc.is-open .toc__arrow {
  transform: rotate(180deg);
}

.toc__nav {
  padding: 0 30px 20px;
}

@media (max-width: 767px) {
  .toc__nav {
    padding: 0 20px 15px;
  }
}

.toc__list {
  counter-reset: toc;
}

.toc__item--h3 {
  padding-left: 20px;
}

.toc__link {
  display: block;
  padding: 6px 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s;
}

.toc__link:focus-visible {
  outline: 2px solid #FF4A3B;
  outline-offset: 3px;
}

.toc__link:hover {
  color: #FF4A3B;
}

.breadcrumbs {
  padding: 20px 0;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #848892;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.breadcrumbs__link {
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.2s;
}

.breadcrumbs__link:focus-visible {
  outline: 2px solid #FF4A3B;
  outline-offset: 3px;
}

.breadcrumbs__link:hover {
  color: #FF4A3B;
}

.breadcrumbs__current {
  color: #FFFFFF;
}

.social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: lowercase;
  transition: color 0.2s;
}

.social__link:focus-visible {
  outline: 2px solid #FF4A3B;
  outline-offset: 3px;
}

.social__link:hover {
  color: #FF4A3B;
}

.social__list {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.social__item {
  display: block;
}

.container,
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

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

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

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.row--gy > * {
  margin-bottom: 30px;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.333333%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.666667%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.offset-3 {
  margin-left: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.333333%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.666667%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.offset-6 {
  margin-left: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.333333%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.666667%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.offset-9 {
  margin-left: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.333333%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.666667%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-12 {
  margin-left: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col {
  flex: 1 0 0%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-12 {
    margin-left: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: var(--sticky-header-height);
  background: transparent;
  transition: background-color 0.3s;
}

.header.is-stuck {
  background: rgba(31, 31, 31, 0.94);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header__inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.header__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
}

@media (max-width: 1199px) {
  .header__bar {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .header__bar {
    justify-content: space-between;
    gap: 20px;
  }
}

.header__logo {
  flex: 0 0 auto;
}

.header__logo img {
  max-height: 44px;
  width: auto;
}

.header__logo:focus-visible {
  outline: 2px solid #FF4A3B;
  outline-offset: 3px;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
}

@media (max-width: 575px) {
  .header__right {
    gap: 10px;
  }
}

body:not(.dark-page) .header.is-stuck {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: #F3ECE9;
}

.header__cta {
  flex: 0 0 auto;
}

.header__cta-full {
  display: inline;
}

.header__cta-short {
  display: none;
}

@media (max-width: 575px) {
  .header__cta-full {
    display: none;
  }
  .header__cta-short {
    display: inline;
  }
}

.burger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: 0 0 auto;
  min-width: 44px;
  min-height: 44px;
}

.burger:focus-visible {
  outline: 2px solid #FF4A3B;
  outline-offset: 3px;
}

@media (max-width: 991px) {
  .burger {
    display: flex;
  }
}

.burger__bar {
  display: block;
  width: 24px;
  height: 2px;
  background: #FFFFFF;
  transition: transform 0.2s;
}

.burger[aria-expanded="true"] .burger__bar:nth-child(2) {
  transform: translateY(7px) rotate(45deg);
}

.burger[aria-expanded="true"] .burger__bar:nth-child(3) {
  opacity: 0;
}

.burger[aria-expanded="true"] .burger__bar:nth-child(4) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 991px) {
  .nav {
    display: none;
  }
}

.nav__item {
  position: relative;
}

.nav__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 16px;
  color: #FFFFFF;
  padding: 10px 0;
  transition: color 0.2s;
}

.nav__link:focus-visible {
  outline: 2px solid #FF4A3B;
  outline-offset: 3px;
}

.nav__link:hover, .nav__link[aria-current="page"] {
  color: #FF4A3B;
}

.nav__caret {
  width: 10px;
  height: 10px;
  transition: transform 0.2s;
}

.nav__toggle[aria-expanded="true"] .nav__caret {
  transform: rotate(180deg);
}

.nav__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #1F1F1F;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s;
  z-index: 10;
}

.nav__item--has-children:hover .nav__submenu, .nav__toggle[aria-expanded="true"] + .nav__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav__sublink {
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s;
}

.nav__sublink:focus-visible {
  outline: 2px solid #FF4A3B;
  outline-offset: 3px;
}

.nav__sublink:hover, .nav__sublink[aria-current="page"] {
  color: #FF4A3B;
  background: rgba(255, 255, 255, 0.04);
}

.burger {
  display: none;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
}

.burger:focus-visible {
  outline: 2px solid #FF4A3B;
  outline-offset: 3px;
}

@media (max-width: 991px) {
  .burger {
    display: inline-flex;
  }
}

.burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #FFFFFF;
  transition: all 0.2s;
}

.burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  inset: 0;
  top: var(--sticky-header-height);
  background: #1F1F1F;
  z-index: 998;
  overflow-y: auto;
  padding: 30px 0 60px;
  transform: translateX(100%);
  visibility: hidden;
  transition: all 0.3s;
}

.mobile-nav.is-open {
  transform: translateX(0);
  visibility: visible;
}

.mobile-nav__link, .mobile-nav__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 28px;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__link:focus-visible, .mobile-nav__toggle:focus-visible {
  outline: 2px solid #FF4A3B;
  outline-offset: 3px;
}

.mobile-nav__link:hover, .mobile-nav__toggle:hover {
  color: #FF4A3B;
}

.mobile-nav__caret {
  width: 14px;
  height: 14px;
  transition: transform 0.2s;
}

.mobile-nav__toggle[aria-expanded="true"] .mobile-nav__caret {
  transform: rotate(180deg);
}

.mobile-nav__submenu {
  display: none;
  padding-left: 20px;
}

.mobile-nav__toggle[aria-expanded="true"] + .mobile-nav__submenu {
  display: block;
}

.mobile-nav__sublink {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.78);
}

.mobile-nav__sublink:focus-visible {
  outline: 2px solid #FF4A3B;
  outline-offset: 3px;
}

.mobile-nav__sublink:hover {
  color: #FF4A3B;
}

body.is-menu-open {
  overflow: hidden;
  padding-right: var(--scrollbar-width, 0px);
}

.nav__submenu-item {
  display: block;
}

.mobile-nav__list--footer {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-nav__link--small {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.mobile-nav__inner {
  padding: 30px;
}

.mobile-nav__item {
  display: block;
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 991px) {
  .nav__list {
    display: none;
  }
}

.mobile-nav__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer {
  background: #1F1F1F;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__top {
  padding-top: 80px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .footer__top {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.footer__widget {
  margin-bottom: 40px;
}

.footer__widget p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.footer__widget-title {
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 30px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.footer__logo img {
  max-height: 48px;
  width: auto;
}

.footer__list li {
  margin-bottom: 10px;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 767px) {
  .footer__bottom {
    flex-direction: column;
    text-align: center;
  }
}

.footer__copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.disclaimer__label {
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 20px;
  letter-spacing: 2px;
  color: #FF4A3B;
  margin-bottom: 10px;
}

.disclaimer__text {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
}

.footer__about {
  margin-top: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.footer__contact-list a:focus-visible {
  outline: 2px solid #FF4A3B;
  outline-offset: 3px;
}

.footer__contact-list a:hover {
  color: #FF4A3B;
}

.footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sidebar {
  position: sticky;
  top: calc(var(--sticky-header-height) + 20px);
}

@media (max-width: 991px) {
  .sidebar {
    position: static;
    margin-top: 60px;
  }
}

.sidebar__widget {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  margin-bottom: 30px;
}

.sidebar__title {
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.marquee {
  overflow: hidden;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  user-select: none;
}

.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee-scroll var(--marquee-speed, 40s) linear infinite;
}

.marquee:hover .marquee__track {
  animation-play-state: paused;
}

.marquee__group {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  padding: 0 30px;
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 60px;
  line-height: 1.2;
  color: #FFFFFF;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .marquee__item {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .marquee__item {
    font-size: 32px;
  }
}

.marquee__star {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  fill: #FF4A3B;
}

@media (max-width: 767px) {
  .marquee__star {
    width: 14px;
    height: 14px;
  }
}

.intro-stats {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 991px) {
  .intro-stats {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .intro-stats {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .intro-stats {
    padding: 60px 0;
  }
}

.intro-stats__wrap {
  display: grid;
  gap: 60px;
}

@media (min-width: 992px) {
  .intro-stats__wrap {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

.intro-stats__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #FF4A3B;
}

.intro-stats__eyebrow svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.intro-stats__text {
  font-size: 20px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  .intro-stats__text {
    font-size: 16px;
  }
}

.intro-stats__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 575px) {
  .intro-stats__facts {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.intro-stats__fact {
  text-align: center;
  padding: 30px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
}

.intro-stats__value {
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 60px;
  line-height: 1;
  color: #FF4A3B;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .intro-stats__value {
    font-size: 42px;
  }
}

.intro-stats__label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.intro-stats__content {
  max-width: 640px;
}

.intro-stats__signature {
  margin-top: 20px;
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.guides-grid {
  padding: 120px 0;
  padding-top: 0;
}

@media (max-width: 991px) {
  .guides-grid {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .guides-grid {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .guides-grid {
    padding: 60px 0;
  }
}

.guides-grid__grid {
  display: grid;
  gap: 30px;
}

@media (min-width: 768px) {
  .guides-grid__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .guides-grid__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.contact {
  padding: 120px 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .contact {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .contact {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .contact {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .contact {
    padding-top: 0;
  }
}

.contact__wrap {
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #232323;
  padding: 100px 80px;
}

@media (max-width: 1199px) {
  .contact__wrap {
    padding: 70px 40px;
  }
}

@media (max-width: 575px) {
  .contact__wrap {
    padding: 30px 15px;
  }
}

.contact__info {
  padding-right: 60px;
}

@media (max-width: 991px) {
  .contact__info {
    padding-right: 0;
  }
}

.contact__info-title {
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 60px;
  font-weight: 400;
  line-height: normal;
  color: #FFFFFF;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .contact__info-title {
    font-size: 40px;
  }
}

.contact__info-list {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.contact__info-item {
  display: flex;
  flex-direction: column;
}

.contact__info-label {
  font-size: 16px;
  line-height: 29px;
  color: #FF4A3B;
}

@media (max-width: 575px) {
  .contact__info-label {
    font-size: 14px;
  }
}

.contact__info-value {
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: normal;
  margin-top: 5px;
  color: #FFFFFF;
  word-break: break-word;
}

.contact__info-value:focus-visible {
  outline: 2px solid #FF4A3B;
  outline-offset: 3px;
}

@media (max-width: 1199px) {
  .contact__info-value {
    font-size: 20px;
  }
}

.contact__info-value:hover {
  color: #FF4A3B;
}

.contact__form-area {
  position: relative;
  z-index: 9;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .contact__form-area {
    margin-top: 50px;
  }
}

.contact__form-title {
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 30px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.contact__map {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  aspect-ratio: 16 / 7;
}

@media (max-width: 767px) {
  .contact__map {
    margin-bottom: 40px;
    aspect-ratio: 4 / 3;
  }
}

.contact__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.logo-strip__heading {
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

.logo-strip__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

@media (max-width: 767px) {
  .logo-strip__list {
    gap: 20px;
    justify-content: center;
  }
}

.logo-strip__item {
  display: inline-flex;
  align-items: center;
}

.logo-strip__item img {
  height: 32px;
  width: auto;
  opacity: 0.55;
  filter: grayscale(1) brightness(3);
  transition: all 0.2s;
}

.logo-strip__item:hover img,
.logo-strip__item a:focus-visible img {
  opacity: 1;
}

.logo-strip a {
  display: inline-flex;
}

.logo-strip a:focus-visible {
  outline: 2px solid #FF4A3B;
  outline-offset: 3px;
}

.article__content > h2 {
  margin: 60px 0 20px;
}

.article__content > h3 {
  margin: 40px 0 15px;
}

.article__content > h4 {
  margin: 30px 0 10px;
}

.article__content > p {
  margin-bottom: 20px;
}

.article__content > ul, .article__content > ol {
  margin: 0 0 20px 0;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.72);
}

.article__content > ul li, .article__content > ol li {
  margin-bottom: 10px;
  padding-left: 5px;
}

.article__content > ul {
  list-style: disc;
}

.article__content > ol {
  list-style: decimal;
}

.article__content a:not(.btn) {
  color: #FF4A3B;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article__content a:not(.btn):focus-visible {
  outline: 2px solid #FF4A3B;
  outline-offset: 3px;
}

.article__content a:not(.btn):hover {
  text-decoration: none;
}

.article__content figure {
  margin: 40px 0;
}

.article__content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 60px 0;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .article__content img {
    margin: 40px 0;
  }
}

.article__content figure img {
  margin: 0;
}

.article__content hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 40px 0;
}

.article__figure {
  margin: 40px 0;
}

.article__caption {
  margin-top: 10px;
  font-size: 13px;
  color: #848892;
  text-align: center;
}

.play-btn-wrap {
  margin: 40px 0;
}

.demo-wrapper {
  position: relative;
  width: 100%;
  margin: 30px 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}

.demo-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.error-404 {
  display: flex;
  align-items: center;
  min-height: 60vh;
  padding: 120px 0;
  text-align: center;
}

@media (max-width: 991px) {
  .error-404 {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .error-404 {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .error-404 {
    padding: 60px 0;
  }
}

.error-404__inner {
  margin: 0 auto;
  max-width: 640px;
}

.error-404__code {
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 160px;
  line-height: 1;
  color: #FF4A3B;
}

@media (max-width: 767px) {
  .error-404__code {
    font-size: 90px;
  }
}

.error-404__title {
  margin: 20px 0;
  color: #FFFFFF;
}

.error-404__text {
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.65);
}
