@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

:root {
  --color-brand-primary: #1C1C1E;
  --color-brand-primary-hover: #444;
  --color-brand-secondary: #0056b3;
  --color-brand-secondary-hover: #003d80;
  --color-ui-black: #1C1C1E;
}

html {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Outfit", sans-serif;
  color: var(--color-ui-black);
  background: #fafbfc;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  color: var(--color-ui-black);
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.95rem;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
  color: var(--color-ui-black);
}

a {
  color: var(--color-brand-primary);
  text-decoration: underline;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: var(--color-brand-primary-hover);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 2em;
}

li {
  margin-bottom: 0.5em;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

blockquote {
  margin: 1em 0;
  padding: 0.5em 1em;
  background: #f5f5f5;
  border-left: 4px solid #e0e0e0;
  color: #666;
  font-style: italic;
}

code, pre {
  font-family: "Fira Mono", "Consolas", "Menlo", monospace;
  background: #f4f4f4;
  color: #c7254e;
  font-size: 0.95em;
  border-radius: 3px;
}

pre {
  padding: 1em;
  overflow-x: auto;
}

hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 2em 0;
}

.gradient-text {
  position: relative;
  margin-bottom: 1em !important;
}
.gradient-text::after {
  content: "";
  position: absolute;
  bottom: -0.2em; /* Adjust as needed */
  left: 0;
  width: 100px;
  max-width: 100%;
  height: 0.2em;
  border-radius: 2px;
  background: #F7B950;
}

/* General Button Styles */
.btn {
  text-transform: uppercase;
  position: relative;
  font-weight: 400;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  letter-spacing: 0.06em;
  font-size: 15px;
  line-height: 1;
  padding: 15px 30px;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  min-width: 64px;
  z-index: 10;
  text-decoration: none;
  box-shadow: var(--beautiful-shadow);
  /* Arrow and animation */
}
.btn span {
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: transform 0.2s ease-out;
  margin-bottom: -1px;
}

@media (min-width: 768px) {
  .btn {
    transition: color 0.2s ease-out, background-color 0.2s ease-out, background-position 0.4s ease-out;
    will-change: color, background-color, background-position;
    background-size: 400% 100%;
    background-position: 0 0;
  }
  .btn::after {
    margin-top: 1px;
    opacity: 0;
    position: absolute;
    right: 22px;
    transition: opacity 0.2s ease-out, right 0.2s ease-out;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .btn.btn--arrow span {
    transform: translateX(-10px);
  }
  .btn.btn--arrow::after {
    opacity: 1;
    right: 20px;
  }
  .btn:hover {
    background-position: 100% 0;
  }
  .btn:hover span {
    transform: translateX(-10px);
  }
  .btn:hover::after {
    opacity: 1;
    right: 20px;
  }
}
/* CTA Button Style Overrides */
a.cta_button.btn {
  box-sizing: border-box !important;
}

/* Default Button Variants */
.btn--primary,
.btn--primary:hover {
  background-color: var(--color-brand-primary);
  color: #ffffff;
}

@media (min-width: 768px) {
  .btn--primary {
    background-image: linear-gradient(90deg, var(--color-brand-primary) 0% 25%, var(--color-brand-primary-hover) 75% 100%);
  }
  .btn--primary::after {
    content: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 17 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" fill-rule="evenodd" clip-rule="evenodd" d="M10.3603 0.489047L16.1621 6.32224C16.5506 6.71449 16.5478 7.3474 16.1557 7.7361L10.357 13.5048C9.96461 13.8935 9.33145 13.8905 8.94277 13.4982C8.55421 13.1059 8.55708 12.473 8.94911 12.0843L13.037 8.01462L1.5147 7.90012C0.962423 7.89751 0.516826 7.44769 0.519433 6.89541C0.522039 6.34313 0.971863 5.89753 1.52414 5.90014L13.0381 6.0146L8.94027 1.89741L8.93943 1.89657C8.55076 1.50421 8.55375 0.871051 8.94611 0.482374C9.33844 0.0937285 9.97162 0.0967773 10.3603 0.489047Z"/></svg>');
  }
  .btn--primary:hover {
    background-color: var(--color-brand-primary-hover);
    color: #ffffff;
  }
}
.btn--secondary,
.btn--secondary:hover {
  background-color: var(--color-brand-secondary);
  color: var(--color-ui-black);
}

@media (min-width: 768px) {
  .btn--secondary {
    background-image: linear-gradient(90deg, var(--color-brand-secondary) 0% 25%, var(--color-brand-secondary-hover) 75% 100%);
  }
  .btn--secondary::after {
    content: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 17 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="%23333333" fill-rule="evenodd" clip-rule="evenodd" d="M10.3603 0.489047L16.1621 6.32224C16.5506 6.71449 16.5478 7.3474 16.1557 7.7361L10.357 13.5048C9.96461 13.8935 9.33145 13.8905 8.94277 13.4982C8.55421 13.1059 8.55708 12.473 8.94911 12.0843L13.037 8.01462L1.5147 7.90012C0.962423 7.89751 0.516826 7.44769 0.519433 6.89541C0.522039 6.34313 0.971863 5.89753 1.52414 5.90014L13.0381 6.0146L8.94027 1.89741L8.93943 1.89657C8.55076 1.50421 8.55375 0.871051 8.94611 0.482374C9.33844 0.0937285 9.97162 0.0967773 10.3603 0.489047Z"/></svg>');
  }
  .btn--secondary:hover {
    background-color: var(--color-brand-secondary-hover);
    color: var(--color-ui-black);
  }
}
.btn--white,
.btn--white:hover {
  background-color: #ffffff;
  color: var(--color-ui-black);
}

@media (min-width: 768px) {
  .btn--white {
    background-image: linear-gradient(90deg, var(--color-brand-white) 0% 25%, var(--color-brand-white-hover) 75% 100%);
  }
  .btn--white::after {
    content: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 17 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" fill-rule="evenodd" clip-rule="evenodd" d="M10.3603 0.489047L16.1621 6.32224C16.5506 6.71449 16.5478 7.3474 16.1557 7.7361L10.357 13.5048C9.96461 13.8935 9.33145 13.8905 8.94277 13.4982C8.55421 13.1059 8.55708 12.473 8.94911 12.0843L13.037 8.01462L1.5147 7.90012C0.962423 7.89751 0.516826 7.44769 0.519433 6.89541C0.522039 6.34313 0.971863 5.89753 1.52414 5.90014L13.0381 6.0146L8.94027 1.89741L8.93943 1.89657C8.55076 1.50421 8.55375 0.871051 8.94611 0.482374C9.33844 0.0937285 9.97162 0.0967773 10.3603 0.489047Z"/></svg>');
  }
  .btn--white:hover {
    background-color: var(--color-ui-black);
    color: #ffffff;
  }
}
.btn--transparent-black,
.btn--transparent-black:hover {
  border: 1px solid var(--color-ui-black);
  margin: -1px;
  background-color: transparent;
  color: var(--color-ui-black);
}

@media (min-width: 768px) {
  .btn--transparent-black {
    background-image: linear-gradient(90deg, transparent 0% 25%, #1C1C1E 75% 100%);
  }
  .btn--transparent-black::after {
    content: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 17 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="%23333333" fill-rule="evenodd" clip-rule="evenodd" d="M10.3603 0.489047L16.1621 6.32224C16.5506 6.71449 16.5478 7.3474 16.1557 7.7361L10.357 13.5048C9.96461 13.8935 9.33145 13.8905 8.94277 13.4982C8.55421 13.1059 8.55708 12.473 8.94911 12.0843L13.037 8.01462L1.5147 7.90012C0.962423 7.89751 0.516826 7.44769 0.519433 6.89541C0.522039 6.34313 0.971863 5.89753 1.52414 5.90014L13.0381 6.0146L8.94027 1.89741L8.93943 1.89657C8.55076 1.50421 8.55375 0.871051 8.94611 0.482374C9.33844 0.0937285 9.97162 0.0967773 10.3603 0.489047Z"/></svg>');
  }
  .btn--transparent-black:hover {
    background-color: transparent;
    color: var(--color-ui-black);
  }
}
.btn--transparent-white,
.btn--transparent-white:hover {
  border: 1px solid #ffffff;
  margin: -1px;
  background-color: transparent;
  color: #ffffff;
}

@media (min-width: 768px) {
  .btn--transparent-white {
    background-image: linear-gradient(90deg, transparent 0% 25%, rgba(255, 255, 255, 0.0509803922) 75% 100%);
  }
  .btn--transparent-white::after {
    content: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 17 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" fill-rule="evenodd" clip-rule="evenodd" d="M10.3603 0.489047L16.1621 6.32224C16.5506 6.71449 16.5478 7.3474 16.1557 7.7361L10.357 13.5048C9.96461 13.8935 9.33145 13.8905 8.94277 13.4982C8.55421 13.1059 8.55708 12.473 8.94911 12.0843L13.037 8.01462L1.5147 7.90012C0.962423 7.89751 0.516826 7.44769 0.519433 6.89541C0.522039 6.34313 0.971863 5.89753 1.52414 5.90014L13.0381 6.0146L8.94027 1.89741L8.93943 1.89657C8.55076 1.50421 8.55375 0.871051 8.94611 0.482374C9.33844 0.0937285 9.97162 0.0967773 10.3603 0.489047Z"/></svg>');
  }
  .btn--transparent-white:hover {
    background-color: transparent;
    color: #ffffff;
  }
}
/* Small Button Variant */
.btn--small {
  padding: 12px 22px;
  min-width: 0;
  font-size: 13px;
}
.btn--small span {
  margin-bottom: -1px;
}
.btn--small::after {
  right: 16px;
  transform: scale(0.85);
}
.btn--small:hover:after {
  right: 14px;
}

.btn--icon-only {
  padding: 0;
  min-width: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--color-ui-black);
  font-size: 20px;
  line-height: 1;
}
.btn--icon-only span {
  margin-bottom: -1px;
  transform: translateX(0);
  transition: transform 0.2s ease-out;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
  border-radius: inherit;
}
.btn--icon-only::after {
  content: none;
}

/* Responsive Small Button for Mobile */
@media (max-width: 767px) {
  .btn--small {
    height: 38px;
    min-height: 38px;
    padding: 11px 22px;
    min-width: 0;
    font-size: 13px;
  }
}
/* Button input style */
.btn:is(input) {
  background-color: var(--color-ui-black);
}

.fs-buttons__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}

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

.btn:disabled,
.btn[aria-disabled=true],
.btn.btn--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
  background-image: none !important;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  box-sizing: border-box;
}
.container--narrow {
  max-width: 800px;
}
.container--wide {
  max-width: 1600px;
}
.container--full {
  width: 100%;
  max-width: none;
}

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

form {
  margin: 2.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: #fff;
  border-radius: 4px;
  position: relative;
  max-width: 600px;
}
form h1 {
  font-size: 2rem;
  font-weight: 500;
  color: #1c1c1e;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
form label {
  font-size: 1rem;
  font-weight: 400;
  color: #222;
  text-transform: none;
  letter-spacing: 0;
}
form .help-text {
  font-size: 0.92rem;
  color: #6c757d;
  margin-bottom: 0.2rem;
  line-height: 1.4;
}
form .form-group {
  display: flex;
  flex-direction: column;
}
form .form-group-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 4px;
  box-shadow: var(--beautiful-shadow);
  padding: 1.2rem;
}
form .form-group-wrapper h3 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #1c1c1e;
  margin-bottom: 0.5rem;
}
form .form-group--inline {
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
form .form-group--inline label {
  flex-shrink: 1;
  min-width: 100px;
}
form .form-group--inline input {
  flex-grow: 1;
}
form input,
form textarea,
form select {
  padding: 0.45rem 0.75rem;
  border: none;
  border-radius: 0.25rem;
  border: 1px solid #ececec;
  background-color: white !important;
  font-size: 0.96rem;
  font-weight: 400;
  color: #222;
  box-shadow: none;
  margin-bottom: 0.18rem;
  margin-top: 0.4rem;
  outline: none;
  transition: background 0.2s;
}
form input:focus, form input:hover,
form textarea:focus,
form textarea:hover,
form select:focus,
form select:hover {
  background: #f7f7f7;
}
form select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23222' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.1 5.9 5.9 5.9-5.9 2.1 2.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 0.8rem;
  padding-right: 2rem;
}
form input::placeholder,
form textarea::placeholder {
  color: #aaa;
}
form .form-control {
  border-radius: 4px;
  background: #fffbe6;
  color: #1c1c1e;
  font-weight: 400;
  padding: 1rem 1.2rem;
  font-size: 1.08rem;
  margin-bottom: 0.2rem;
}
form .form-control:focus {
  border-color: #0c0c0c;
  background: #fff;
}
form button {
  padding: 0.8rem 2.2rem;
  background: #0c0c0c;
  color: #fff;
  border: 2px solid #1c1c1e;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: background 0.2s, color 0.2s;
}
form button:hover, form button:focus {
  background: #1c1c1e;
  color: #fff;
}
form a {
  text-decoration: none;
  margin-bottom: 1rem;
  display: inline-block;
}

.vertical-divider {
  width: 1px;
  background-color: #e0e0e0;
  margin: 0;
}

#required-band-fields-errors {
  border: 1px solid #ffe066;
  background-color: #fffbe6;
  padding: 1.5rem 1rem 1rem;
  border-radius: 4px;
  border-radius: 0%;
  color: #bfa100;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
#required-band-fields-errors h4 {
  color: #bfa100;
}

#required-band-fields-errors:not(:has(*)) {
  display: none;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}
.pagination ul.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
  align-items: center;
}

.page-item {
  display: flex;
}
.page-item.first .page-link, .page-item.last .page-link {
  font-size: 1rem;
  font-weight: 600;
  min-width: 36px;
}
.page-item.first .page-link:hover, .page-item.last .page-link:hover {
  background: #1C1C1E;
  color: white;
  transform: translateY(-1px);
}
.page-item.active .page-link {
  background: #1C1C1E;
  color: white;
  border-color: #1C1C1E;
  cursor: default;
}
.page-item.active .page-link:hover {
  background: #1C1C1E;
  transform: none;
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0.4rem 0.6rem;
  margin: 0;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1;
  color: #1C1C1E;
  text-decoration: none;
  background: white;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.page-link:hover {
  color: #1C1C1E;
  background: #f8f9fa;
  border-color: #1C1C1E;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(28, 28, 30, 0.15);
}
.page-link:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(28, 28, 30, 0.1);
}

@media screen and (max-width: 768px) {
  .pagination {
    margin: 2rem 0;
  }
  .pagination ul.pagination {
    gap: 0.25rem;
  }
  .page-link {
    min-width: 30px;
    height: 30px;
    font-size: 0.75rem;
    padding: 0.3rem 0.5rem;
  }
  .page-item.first .page-link, .page-item.last .page-link {
    min-width: 32px;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 480px) {
  .pagination ul.pagination {
    gap: 0.125rem;
  }
  .page-link {
    min-width: 28px;
    height: 28px;
    font-size: 0.7rem;
    padding: 0.25rem 0.4rem;
  }
  .page-item.first .page-link, .page-item.last .page-link {
    min-width: 30px;
    font-size: 0.8rem;
  }
}
.page-account {
  min-height: 100vh;
  padding: 2rem 0;
}
.page-account .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.page-account .container > div {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 2rem;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .page-account .container > div {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .page-account .vertical-divider {
    display: none;
  }
}
.page-account form {
  max-width: 100%;
  padding: 1.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 8px var(--beautiful-shadow);
}
.page-account form h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-account form h2 {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-account form .form-group {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .page-account form .form-control {
    padding: 0.8rem 1rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .page-account form button {
    width: 100%;
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-account form a {
    text-align: center;
    display: block;
    margin-top: 1rem;
    color: #666;
    font-size: 0.9rem;
  }
}

body {
  padding-top: 100px;
}

body:has(.hero-banner, .article-page) {
  padding-top: 0;
}

.header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header__navbar {
  background: #fff;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 8px;
  box-shadow: var(--beautiful-shadow);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media screen and (max-width: 768px) {
  .header__navbar {
    flex-direction: column;
    padding: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .header__navbar .header__nav-wrapper {
    max-height: calc(100svh - 20px);
    overflow-y: auto;
  }
}
.header__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .header__toggle {
    display: flex;
  }
}
.header__toggle-bar {
  width: 28px;
  height: 3px;
  background: #1c1c1e;
  margin: 4px 0;
  border-radius: 2px;
  transition: all 0.3s;
}
.header__nav {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 10px;
  gap: 0 8px;
}
.header__nav--left {
  flex: 1;
  justify-content: flex-start;
}
.header__nav--right {
  flex: 1;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .header__nav {
    position: static;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    z-index: 9;
  }
  .header__nav.header__nav--open {
    display: flex;
  }
}
.header__item {
  margin: 0;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .header__item {
    margin: 4px 0;
    width: 100%;
  }
  .header__item--parent .header__link:after {
    content: "";
    right: 12px;
    width: 8px;
    height: 8px;
    border-left: 2px solid #1c1c1e;
    border-top: 2px solid #1c1c1e;
    transform: rotate(225deg);
    transition: transform 0.3s ease;
  }
  .header__item--parent.open .header__link:after {
    transform: rotate(45deg);
  }
}
.header__item--parent-right .header__submenu {
  left: auto;
  right: 0;
}
.header__submenu {
  list-style: none;
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  background: #fff;
  box-shadow: var(--beautiful-shadow);
  border-radius: 8px;
  padding: 0.5rem 0;
  margin: 0;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1001;
}
.header__submenu::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0px;
  width: 100%;
  height: 16px;
}
.header__item:hover .header__submenu, .header__item.open .header__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .header__submenu {
    position: static;
    min-width: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    background: transparent;
    transform: none;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    padding-left: 1.5rem;
    width: 100%;
  }
  .header__item.open .header__submenu {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
    overflow: visible;
  }
}
.header__submenu-item {
  margin: 0;
}
.header__submenu-item a {
  display: block;
  color: #1c1c1e;
  text-decoration: none;
  padding: 0.5rem 1rem;
  font-weight: 400;
  transition: background 0.2s;
}
.header__submenu-item a:hover {
  background: #f5f5f5;
}
.header__link {
  color: #1c1c1e;
  text-decoration: none;
  font-weight: 400;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  user-select: none;
  display: inline-block;
}
.header__link:hover, .header__link:focus {
  background: #ddd;
  color: #1c1c1e;
}
@media (max-width: 768px) {
  .header__link {
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  margin: 0 1rem;
}
.header__logo-link {
  display: flex;
  align-items: center;
}
.header__logo-image {
  height: 40px;
  width: auto;
  display: block;
}
.header__nav-wrapper {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header__nav-wrapper {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}

.header::after {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: #333;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.header:has(.header__nav--open)::after {
  opacity: 0.6;
  pointer-events: all;
}

footer {
  position: relative;
  z-index: 10;
  border-top: 2px solid #F7B950;
  background-color: #1C1C1E;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
}
footer * {
  color: #FFF;
  margin: 0;
}
footer a {
  color: #FFF;
  text-decoration: none;
}
footer a:hover {
  text-decoration: none;
  color: #F7B950;
}

.section-news {
  z-index: 1;
  background: #fff;
  position: relative;
  padding: 80px 0;
}

.news__articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 2rem 0;
}
@media (max-width: 1024px) {
  .news__articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .news__articles {
    grid-template-columns: 1fr;
  }
}

.news__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.news__card:hover, .news__card:focus {
  background: #f9f9f9;
}
.news__card h2 {
  font-size: 1.2rem;
  margin: 0;
}
.news__card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  background: #eee;
  display: block;
  border-radius: 4px;
}
.news__card p {
  color: #444;
  font-size: 1rem;
}

.news__card-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.news__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 2rem;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 600px) {
  .news__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

.news__header-info {
  min-width: 0;
  max-width: 600px;
}

.news__title {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 0.3em 0;
  color: #181818;
}

.news__subtitle {
  color: #666;
  font-size: 1.1rem;
  margin: 0.2em 0 0.8em 0;
  line-height: 1.5;
  font-weight: 400;
}

.news__header-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.news-page {
  padding: 80px 0;
  background: #fff;
  position: relative;
  z-index: 1;
}

.article-page__header {
  background: #1c1c1e;
  color: #fff;
  padding-top: 120px;
}

.article-page__content {
  z-index: 1;
  padding-top: 80px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 900px) {
  .article-page__content {
    padding-top: 40px;
  }
}

.news-page__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
  align-items: center;
}
.news-page__header-image {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .news-page__header {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.news-page__header-content * {
  color: #fff;
}

.news-page-title {
  font-size: 2.5rem;
  font-weight: 500;
  margin: 0 0 0.3em 0;
  color: #181818;
}

.article-date {
  color: #f7b950;
  font-size: 0.9rem;
  font-weight: 400;
  margin: 0.2em 0 0.8em 0;
}

.article__content {
  padding: 1rem 0;
  max-width: 700px;
  margin: 0 auto;
}

.article__footer {
  margin-top: 2rem;
  padding: 1rem 0;
  border-top: 1px solid #eee;
  text-align: center;
}

.page-bands {
  padding-bottom: 120px;
}

.page-bands__header {
  margin-bottom: 3rem;
}
.page-bands__header h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.page-bands__subtitle {
  font-size: 1.2rem;
  color: #666;
  max-width: 600px;
  line-height: 1.6;
}

.page-bands__filters {
  background: #fff;
  margin-bottom: 3rem;
}
.page-bands__filters form {
  max-width: 1600px;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  border: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .page-bands__filters form {
    padding: 0;
    margin: 0;
    flex-direction: column;
    align-items: stretch;
  }
}
.page-bands__filters form > div {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  flex: 1;
}
.page-bands__filters form > div label {
  font-size: 1rem;
  font-weight: 500;
  color: #222;
  margin-bottom: 0.4rem;
  text-transform: none;
  letter-spacing: 0;
}
.page-bands__filters form > div select,
.page-bands__filters form > div input[type=text] {
  padding: 0.5rem 0.8rem;
  border: 1px solid #ececec;
  border-radius: 4px;
  background: #f7f7f7;
  font-size: 0.97rem;
  font-weight: 400;
  color: #222;
  box-shadow: none;
  transition: border-color 0.2s, background 0.2s;
}
.page-bands__filters form > div select:focus,
.page-bands__filters form > div input[type=text]:focus {
  outline: none;
  border-color: #bdbdbd;
  background: #fff;
}
.page-bands__filters form > div select:hover,
.page-bands__filters form > div input[type=text]:hover {
  border-color: #e0e0e0;
  background: #f9f9f9;
}
.page-bands__filters form > div select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23222' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.1 5.9 5.9 5.9-5.9 2.1 2.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 0.8rem;
  padding-right: 2rem;
}
.page-bands__filters form > div input[type=text]::placeholder {
  color: #aaa;
  font-style: italic;
}
@media (max-width: 768px) {
  .page-bands__filters {
    padding: 1.5rem 0;
  }
  .page-bands__filters form {
    flex-direction: column;
    gap: 1rem;
  }
  .page-bands__filters > div {
    min-width: auto;
  }
}

.page-bands__no-bands-found {
  text-align: center;
  padding: 2rem;
  background: #f9f9f9;
  border-radius: 4px;
  color: #666;
  font-size: 1.1rem;
}

.page-bands__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.band-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 0;
  align-items: stretch;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 4px;
  box-shadow: var(--beautiful-shadow);
  transition: box-shadow 0.2s;
}
@media (max-width: 768px) {
  .band-card {
    display: block;
  }
}
.band-card label {
  font-size: 1rem;
  font-weight: 500;
  color: #1c1c1e;
}

.band-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.band-card__image img {
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  position: relative;
  border-radius: 4px;
}
.band-card__image img.background {
  position: absolute;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  filter: blur(8px);
  transform: scale(1.1);
  width: 100%;
  border-radius: 4px;
  left: 0;
  top: 0;
}
.band-card__image__play-button {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  text-decoration: none;
  font-size: 1rem;
}

.band-card__content {
  padding: 1.5rem;
  position: relative;
}

.card-band__actions {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  gap: 0.5rem;
}

.card-band__actions-button {
  text-decoration: none;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-band__actions-button:hover {
  text-decoration: underline;
}

.band-title {
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 0;
  color: #181818;
}

.band-about {
  flex-grow: 1;
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.band-location p {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 1rem;
}

.band-genres {
  font-size: 0.9rem;
  color: #1c1c1e;
  margin-bottom: 1rem;
}

.band-genres ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.5rem;
}

.band-genres li {
  background: #f0f0f0;
  padding: 0.3rem 0.6rem;
  border-radius: 200px;
  font-size: 0.9rem;
  color: #1c1c1e;
  font-weight: 500;
}
.band-genres li a {
  text-decoration: none;
}

.band-members {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 1rem;
}

.band-members ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.band-members .show-all-members-toggle,
.band-members .hide-all-members-toggle,
.band-details-toggle span {
  font-weight: 500;
  color: #1c1c1e;
  text-decoration: underline;
  cursor: pointer;
}

.band-members li {
  font-size: 0.9rem;
  color: #1c1c1e;
  font-weight: 500;
}
.band-members li a {
  text-decoration: none;
}
.band-members li .member-role {
  font-weight: 400;
  font-style: italic;
  color: #444;
}

.two-columns {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .two-columns {
    display: block;
  }
}

.band-social-media {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .band-social-media {
    flex-direction: column;
    align-items: center;
  }
}
.band-social-media ul {
  max-width: 200px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 0.2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .band-social-media ul {
    max-width: 100%;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }
}
.band-social-media li {
  display: inline-block;
}
.band-social-media a {
  color: #1c1c1e;
  text-decoration: none;
  font-size: 0.8rem;
  transition: color 0.2s;
  display: flex;
  align-items: center;
}
.band-social-media a:hover {
  color: #007bff;
}

.band-details {
  grid-column: 1/span 2;
  padding: 1.5rem;
  background-color: #f9f9f9;
  border-top: 2px solid #f0f0f0;
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media screen and (max-width: 768px) {
  .band-details {
    grid-template-columns: 1fr;
  }
}
.band-details label {
  font-size: 1rem;
  font-weight: 500;
  color: #1c1c1e;
  margin-bottom: 1rem;
  display: block;
}
.band-details .embed-item {
  margin-bottom: 1.5rem;
}
.band-details .embed-item h4 {
  font-size: 0.9rem;
  font-weight: 500;
  color: #666;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.band-details .embed-item:last-child {
  margin-bottom: 0;
}

.youtube-thumbnail {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: block;
  position: relative;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.youtube-thumbnail:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.embed-item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.embed-item a .play-button {
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 0.75rem 1.25rem;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 500;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  pointer-events: none;
  backdrop-filter: blur(4px);
}
.embed-item a:hover .play-button {
  opacity: 1;
}

.band-gallery {
  margin-bottom: 1.5rem;
}

.band-gallery-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .band-gallery-images {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .band-gallery-images {
    grid-template-columns: repeat(2, 1fr);
  }
}

.band-gallery-image {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.band-gallery-image:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.band-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.band-gallery-image:hover img {
  transform: scale(1.05);
}

.fslightbox-source {
  border-radius: 4px !important;
}

.page-musicians {
  padding-bottom: 120px;
}

.page-musicians__header {
  margin-bottom: 3rem;
}
.page-musicians__header h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.page-musicians__subtitle {
  font-size: 1.2rem;
  color: #666;
  max-width: 600px;
  line-height: 1.6;
}

.page-musicians__filters {
  background: #fff;
  margin-bottom: 3rem;
}
.page-musicians__filters form {
  max-width: 1600px;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  border: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .page-musicians__filters form {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    margin: 0;
  }
}
.page-musicians__filters form > div {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  flex: 1;
}
.page-musicians__filters form > div label {
  font-size: 1rem;
  font-weight: 500;
  color: #222;
  margin-bottom: 0.4rem;
  text-transform: none;
  letter-spacing: 0;
}
.page-musicians__filters form > div select,
.page-musicians__filters form > div input[type=text] {
  padding: 0.5rem 0.8rem;
  border: 1px solid #ececec;
  border-radius: 0.3rem;
  background: #f7f7f7;
  font-size: 0.97rem;
  font-weight: 400;
  color: #222;
  box-shadow: none;
  transition: border-color 0.2s, background 0.2s;
}
.page-musicians__filters form > div select:focus,
.page-musicians__filters form > div input[type=text]:focus {
  outline: none;
  border-color: #bdbdbd;
  background: #fff;
}
.page-musicians__filters form > div select:hover,
.page-musicians__filters form > div input[type=text]:hover {
  border-color: #e0e0e0;
  background: #f9f9f9;
}
.page-musicians__filters form > div select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23222' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.1 5.9 5.9 5.9-5.9 2.1 2.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 0.8rem;
  padding-right: 2rem;
}
.page-musicians__filters form > div input[type=text]::placeholder {
  color: #aaa;
  font-style: italic;
}
@media (max-width: 768px) {
  .page-musicians__filters {
    padding: 0;
  }
  .page-musicians__filters form {
    flex-direction: column;
    gap: 1rem;
  }
  .page-musicians__filters > div {
    min-width: auto;
  }
}

.page-musicians__no-musicians-found {
  text-align: center;
  padding: 2rem;
  background: #f9f9f9;
  border-radius: 0.5rem;
  color: #666;
  font-size: 1.1rem;
}

.page-musicians__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-musicians__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 0;
  align-items: stretch;
  background: #fff;
  border-radius: 0.7rem;
  box-shadow: var(--beautiful-shadow);
  transition: box-shadow 0.2s;
}
.page-musicians__item label {
  font-size: 1rem;
  font-weight: 500;
  color: #1c1c1e;
}
@media (max-width: 768px) {
  .page-musicians__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
}

.musician-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.musician-image img {
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  position: relative;
  border-radius: 0.5rem;
}
.musician-image img.background {
  position: absolute;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  filter: blur(8px);
  transform: scale(1.1);
  width: 100%;
  border-radius: 0.5rem;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .musician-image {
    aspect-ratio: 16/9;
    border-top-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.musician-content {
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .musician-content {
    padding: 1rem;
  }
}
@media (max-width: 480px) {
  .musician-content {
    padding: 1rem 0.8rem;
  }
}

.musician-title {
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #181818;
}
@media (max-width: 768px) {
  .musician-title {
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 480px) {
  .musician-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}

.musician-about {
  flex-grow: 1;
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.musician-location {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}

.musician-genres {
  font-size: 0.9rem;
  color: #1c1c1e;
  margin-bottom: 1rem;
}

.musician-genres ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.5rem;
}

.musician-genres li {
  background: #f0f0f0;
  padding: 0.3rem 0.6rem;
  border-radius: 0.3rem;
  font-size: 0.9rem;
  color: #1c1c1e;
  font-weight: 500;
}
.musician-genres li a {
  text-decoration: none;
}

.musician-instruments {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 1rem;
}

.musician-instruments ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.musician-instruments ul li:nth-child(n+5) {
  display: none;
}

.musician-instruments.musician-instruments--expanded ul li:nth-child(n+5) {
  display: block;
}

.musician-instruments li {
  font-size: 0.9rem;
  color: #1c1c1e;
  font-weight: 500;
}
.musician-instruments li a {
  text-decoration: none;
}
.musician-instruments li .instrument-level {
  font-weight: 400;
  font-style: italic;
  color: #444;
}

.musician-social-media {
  border-top: 2px solid #1c1c1e;
}
.musician-social-media ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.musician-social-media li {
  display: inline-block;
}
.musician-social-media a {
  color: #1c1c1e;
  text-decoration: none;
  font-size: 0.8rem;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.musician-social-media a:hover {
  color: #007bff;
}
.musician-social-media a svg {
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .musician-social-media a span {
    display: none;
  }
}
@media (max-width: 768px) {
  .musician-social-media ul {
    gap: 0.8rem;
    justify-content: center;
  }
  .musician-social-media a {
    font-size: 0.75rem;
  }
}

.band-links {
  border-top: 2px solid #1c1c1e;
}
.band-links label {
  font-size: 1rem;
  font-weight: 500;
  color: #1c1c1e;
  margin-bottom: 0.5rem;
  display: block;
}
.band-links .embed-item {
  position: relative;
  margin-bottom: 1rem;
}
.band-links .embed-item:last-child {
  margin-bottom: 0;
}
.band-links .embed-item iframe {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.band-links .embed-item a {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.band-links .embed-item a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.band-links .embed-item a:hover .play-button {
  background: rgba(255, 0, 0, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
}
.band-links .embed-item a:hover .youtube-thumbnail {
  filter: brightness(1.1);
}
.band-links .embed-item .youtube-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  transition: filter 0.2s ease;
}
.band-links .embed-item .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 0, 0, 0.8);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
  pointer-events: none;
  z-index: 2;
}

.musician-photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}
@media (max-width: 1024px) {
  .musician-photos {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .musician-photos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .musician-photos {
    grid-template-columns: 1fr;
  }
}

.musician-bands ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}
.musician-bands ul li {
  display: inline;
  margin: 0;
}

.page-open-calls {
  padding-bottom: 120px;
}

.page-open-calls__header {
  margin-bottom: 3rem;
}
.page-open-calls__header h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.page-open-calls__subtitle {
  font-size: 1.2rem;
  color: #666;
  max-width: 600px;
  line-height: 1.6;
}

.page-open-calls__no-calls-found {
  text-align: center;
  padding: 3rem 0;
  color: #666;
  font-size: 1.1rem;
}

.page-open-calls__item {
  display: flex;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  margin-bottom: 2rem;
  border: 2px solid #f3f3f3;
}
.page-open-calls__item--past {
  opacity: 0.8;
}
.page-open-calls__item--past .open-call-content {
  position: relative;
}
.page-open-calls__item--past .open-call-content::before {
  content: "PAST";
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #666;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  .page-open-calls__item {
    flex-direction: column;
  }
}

.open-call-image {
  width: 300px;
  min-width: 300px;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.open-call-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
.open-call-image img.background {
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(20px);
  transform: scale(1.1);
  opacity: 0.3;
  z-index: 1;
}
.open-call-image img:not(.background) {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .open-call-image {
    width: 100%;
    min-width: 0;
  }
}

.open-call-content {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.open-call-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.open-call-title a {
  color: #1C1C1E;
  text-decoration: none;
  transition: color 0.3s ease;
}
.open-call-title a:hover {
  color: #007bff;
}

.open-call-deadline {
  margin-bottom: 1rem;
}
.open-call-deadline p {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}
.open-call-deadline p strong {
  color: #1C1C1E;
  font-weight: 600;
}

.open-call-description {
  color: #444;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex: 1;
}
.open-call-description p {
  margin-bottom: 1rem;
}
.open-call-description p:last-child {
  margin-bottom: 0;
}

.open-call-dates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 8px;
}
@media screen and (max-width: 480px) {
  .open-call-dates {
    grid-template-columns: 1fr;
  }
}

.open-call-start-date,
.open-call-end-date {
  font-size: 0.9rem;
}
.open-call-start-date label,
.open-call-end-date label {
  display: block;
  font-weight: 500;
  color: #666;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.8rem;
}
.open-call-start-date span,
.open-call-end-date span {
  color: #1C1C1E;
  font-weight: 600;
}

.open-call-actions .btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.open-call-actions .btn.btn-primary {
  background: #1C1C1E;
  color: white;
}
.open-call-actions .btn.btn-primary:hover {
  background: #333;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(28, 28, 30, 0.3);
}
.open-call-actions .btn.btn-secondary {
  background: transparent;
  color: #666;
  border-color: #ddd;
}
.open-call-actions .btn.btn-secondary:hover {
  background: #f8f9fa;
  border-color: #1C1C1E;
  color: #1C1C1E;
  transform: translateY(-1px);
}

.open-calls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 2rem 0;
}
@media (max-width: 1024px) {
  .open-calls {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .open-calls {
    grid-template-columns: 1fr;
  }
}

.page-open-calls__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.open-call__card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, transform 0.2s;
  border: 2px solid #f3f3f3;
  min-height: 200px;
}
@media (max-width: 700px) {
  .open-call__card {
    flex-direction: column;
    min-height: 0;
  }
}
.open-call__card .btn--primary {
  margin-top: 10px;
  align-self: flex-start;
}

.open-call__dates {
  color: #1C1C1E;
  font-weight: 500;
  font-size: 0.95rem;
  margin-top: 0.3em;
  margin-bottom: 0 !important;
  align-self: flex-start;
  padding: 0.5rem;
  background: #f8f9fa;
  border-radius: 8px;
}

.open-call__card-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.open-call__card-image {
  width: 200px;
  min-width: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.open-call__card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media (max-width: 700px) {
  .open-call__card-image {
    width: 100%;
    min-width: 0;
    height: 200px;
  }
}

.open-call__card-content {
  padding: 1.2rem 1.2rem 1.5rem 1.2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}
.open-call__card-content h3 {
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0 0 0.7em 0;
  color: #181818;
}
.open-call__card-content .description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  max-width: 600px;
}
.open-call__card-content p {
  color: #444;
  font-size: 1rem;
  margin: 0 0 0.7em 0;
}
.open-call__card-content p:last-child {
  margin-bottom: 0;
  color: #1C1C1E;
  font-weight: 500;
}

.event-card_band {
  display: inline-block;
  background: #f3f3f3;
  color: #1c1c1e;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.7rem;
  letter-spacing: 0.5px;
}

.event-card_title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  color: #181818;
  line-height: 1.2;
}

.event_band__data {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  gap: 1.2em;
  flex-wrap: wrap;
}

.event__articles {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 2rem 0;
}
@media (max-width: 1024px) {
  .event__articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .event__articles {
    grid-template-columns: 1fr;
  }
}

.event-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 0;
  align-items: stretch;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 4px;
  box-shadow: var(--beautiful-shadow);
  transition: box-shadow 0.2s;
}
@media (max-width: 768px) {
  .event-card {
    display: block;
  }
}
.event-card label {
  font-size: 1rem;
  font-weight: 500;
  color: #1c1c1e;
}

.event-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.event-card__image img {
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  position: relative;
  border-radius: 4px;
}
.event-card__image img.background {
  position: absolute;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  filter: blur(8px);
  transform: scale(1.1);
  width: 100%;
  border-radius: 4px;
  left: 0;
  top: 0;
}

.event-card__content {
  width: calc(100% - 3rem);
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1rem;
}

.card-event__edit-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-event__edit-button svg {
  width: 14px;
  margin-right: 8px;
  height: auto;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 2rem 0;
}
@media (max-width: 1024px) {
  .events-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .events-grid {
    grid-template-columns: 1fr;
  }
}

.event-card__image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.event-card__band {
  font-weight: 600;
  font-size: 1.1rem;
}

.event-card__title {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0 0 0.7rem 0;
  color: #181818;
}

.event-card__description {
  color: #444;
  font-size: 1rem;
  margin: 0 0 0.7em 0;
  flex: 1;
}

.event-card__date {
  color: #1c1c1e;
  font-weight: 500;
  font-size: 0.95rem;
  margin-top: 0.3em;
  align-self: flex-start;
  padding: 0.5rem;
  background: #f8f9fa;
  border-radius: 8px;
}

.event-card__description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-card__actions {
  margin-top: auto;
}

.page-events {
  padding-bottom: 120px;
}

.page-events__header {
  margin-bottom: 3rem;
}
.page-events__header h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.page-events__subtitle {
  font-size: 1.2rem;
  color: #666;
  max-width: 600px;
  line-height: 1.6;
}

.page-events__no-calls-found {
  text-align: center;
  padding: 3rem 0;
  color: #666;
  font-size: 1.1rem;
}

.page-events__item {
  display: flex;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  margin-bottom: 2rem;
  border: 2px solid #f3f3f3;
}
.page-events__item--past {
  opacity: 0.8;
}
.page-events__item--past .event_card-content {
  position: relative;
}
.page-events__item--past .event_card-content::before {
  content: "PAST";
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #666;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  .page-events__item {
    flex-direction: column;
  }
}

.event_card-image {
  width: 300px;
  min-width: 300px;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.event_card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
.event_card-image img.background {
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(20px);
  transform: scale(1.1);
  opacity: 0.3;
  z-index: 1;
}
.event_card-image img:not(.background) {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .event_card-image {
    width: 100%;
    min-width: 0;
  }
}

.event_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 2rem 0;
}
@media (max-width: 1024px) {
  .event_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .event_cards {
    grid-template-columns: 1fr;
  }
}

.event_card__card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, transform 0.2s;
  border: 2px solid #f3f3f3;
  min-height: 200px;
}
.event_card__card:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.13);
  transform: translateY(-4px) scale(1.01);
  border-color: #1c1c1e;
}
@media (max-width: 700px) {
  .event_card__card {
    flex-direction: column;
    min-height: 0;
  }
}

.event_card__card-image {
  width: 200px;
  min-width: 200px;
  height: 100%;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event_card__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 700px) {
  .event_card__card-image {
    width: 100%;
    min-width: 0;
    height: 200px;
  }
}

.event_card__card-content {
  padding: 1.2rem 1.2rem 1.5rem 1.2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}
.event_card__card-content h3 {
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0 0 0.7em 0;
  color: #181818;
}
.event_card__card-content p {
  color: #444;
  font-size: 1rem;
  margin: 0 0 0.7em 0;
}
.event_card__card-content p:last-child {
  margin-bottom: 0;
  color: #1c1c1e;
  font-weight: 500;
}

.event-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section {
  position: relative;
  z-index: 10;
}

.hero-banner {
  height: 56.25vw;
  max-height: 900px;
  display: flex;
  overflow: hidden;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .hero-banner {
    padding-top: 80px;
    height: auto;
  }
}

.hero-banner + section {
  border-top: 2px solid #1C1C1E;
}

.hero-banner__wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background-size: cover;
  overflow: hidden;
  justify-content: flex-start;
}
.hero-banner__wrapper .hero-banner__content {
  text-align: left;
  max-width: 700px;
  width: 100%;
  padding: 3rem 2rem;
}
@media (max-width: 900px) {
  .hero-banner__wrapper .hero-banner__content {
    margin: 0 auto;
    text-align: center;
  }
}
@keyframes hero-fade-in {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-banner__wrapper .hero-banner__title {
  opacity: 0;
  transform: translateY(40px);
  animation: hero-fade-in 800ms 800ms ease-in-out forwards;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  line-height: 1.1;
  letter-spacing: 2px;
}
.hero-banner__wrapper .hero-banner__title img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.hero-banner__wrapper .hero-banner__subtitle {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  font-weight: 400;
  opacity: 0;
  transform: translateY(40px);
  animation: hero-fade-in 800ms 1000ms ease-in-out forwards;
}
.hero-banner__wrapper .fs-buttons__group {
  opacity: 0;
  transform: translateY(40px);
  animation: hero-fade-in 800ms 1400ms ease-in-out forwards;
}
@media screen and (max-width: 600px) {
  .hero-banner__wrapper .fs-buttons__group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 900px) {
  .hero-banner__wrapper {
    min-height: 40vh;
  }
  .hero-banner__wrapper .hero-banner__content {
    padding: 2rem 1rem;
  }
  .hero-banner__wrapper .hero-banner__title {
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  .hero-banner__wrapper {
    min-height: 30vh;
    border-radius: 0.5rem;
  }
  .hero-banner__wrapper .hero-banner__content {
    padding: 1.2rem 0.5rem;
  }
  .hero-banner__wrapper .hero-banner__title {
    font-size: 1.3rem;
  }
  .hero-banner__wrapper .hero-banner__subtitle {
    font-size: 1rem;
  }
  .hero-banner__wrapper .hero-banner__cta {
    font-size: 1rem;
    padding: 0.7rem 1.2rem;
  }
}

.hero-banner__bg-video {
  max-width: 1440px;
  aspect-ratio: 16/9;
  border-radius: 8px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scaleX(-1);
  transition: transform 0.15s linear;
  will-change: transform;
  position: absolute;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .hero-banner__bg-video {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}

.section-logos {
  --background-color: #1C1C1E;
  --text-color: #FFFFFF;
}

.section-logos:nth-of-type(even) {
  --background-color: #fff;
  --text-color: #1C1C1E;
}

.section-logos:nth-of-type(odd) {
  --background-color: #1C1C1E;
  --text-color: #FFFFFF;
}

.section-logos {
  background: var(--background-color);
  padding: 3rem 0;
}

.logo_cloud__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
  color: var(--text-color);
}
.logo_cloud__subtitle {
  color: var(--text-color);
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.logo_cloud__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin: 2rem 0;
}
.logo_cloud__logos img {
  height: 60px;
  width: auto;
  transition: filter 0.2s, opacity 0.2s, transform 0.2s;
  background: #f5f5f5;
  border-radius: 0.5rem;
  padding: 0.5rem 1.2rem;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
}
.logo_cloud__logos img:hover {
  transform: scale(1.07);
}
.logo_cloud__note {
  color: #888;
  font-size: 1rem;
  margin-top: 1.5rem;
}
.logo_cloud__note a {
  color: #007bff;
  text-decoration: underline;
}
.logo_cloud__note a:hover, .logo_cloud__note a:focus {
  color: #0056b3;
  text-decoration: none;
}
@media (max-width: 700px) {
  .logo_cloud {
    padding: 1.2rem 0.5rem;
    border-radius: 0.7rem;
  }
  .logo_cloud__logos {
    gap: 1.2rem;
  }
  .logo_cloud__logos img {
    height: 40px;
    padding: 0.3rem 0.5rem;
  }
  .logo_cloud__title {
    font-size: 1.3rem;
  }
  .logo_cloud__subtitle {
    font-size: 1rem;
  }
}

.section-richtext {
  padding: 80px 0;
  z-index: 1;
  position: relative;
  background-color: #f9f9f9;
}
.section-richtext__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: #181818;
}
.section-richtext__content {
  color: #444;
  font-size: 1.15rem;
  margin-bottom: 1.2rem;
  line-height: 1.7;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.section-richtext a {
  color: #007bff;
  text-decoration: underline;
}
.section-richtext a:hover, .section-richtext a:focus {
  color: #0056b3;
  text-decoration: none;
}
@media (max-width: 700px) {
  .section-richtext {
    padding: 1.2rem 0.5rem;
  }
  .section-richtext__title {
    font-size: 1.3rem;
  }
  .section-richtext__content {
    font-size: 1rem;
  }
}

:root {
  --beautiful-shadow: 0 1px 2px hsl(0deg 0% 0% / 0.016),
    0 2px 4px hsl(0deg 0% 0% / 0.016),
    0 4px 8px hsl(0deg 0% 0% / 0.016),
    0 8px 16px hsl(0deg 0% 0% / 0.016) ;
}

.section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 2rem;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 600px) {
  .section__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

.section__header-info {
  min-width: 0;
  max-width: 600px;
}

.section__title {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 0.3em 0;
  color: #181818;
}

.section__subtitle {
  color: #666;
  font-size: 1.1rem;
  margin: 0.2em 0 0.8em 0;
  line-height: 1.5;
  font-weight: 400;
}

.section__header-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.ms-parent {
  max-width: 100%;
}

/*# sourceMappingURL=style.min.css.map */
