:root {
  --header-offset: 110px;
}

@media (max-width: 990px) {
  :root {
    --header-offset: 80px;
  }
}
main {
  overflow: hidden;
  min-height: calc(100vh - var(--header-offset));
  margin: var(--header-offset) 0 25px 0;
}

body, html {
  background: var(--bg-body);
  font-family: var(--site-font-family, var(--site-font));
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

img {
  color: transparent;
}

img:not([src]) {
  visibility: hidden;
}

div, section {
  position: relative;
  z-index: 2;
}

.p-87f3cc3 {
  padding: 0 15px;
}

.m-4c6ebda {
  margin: 40px 0;
}
@media (max-width: 990px) {
  .m-4c6ebda {
    margin: 30px 0;
  }
}

a, button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.o-c4efa42 {
  overflow: hidden;
}

input, button {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

button {
  border: none;
  box-shadow: none;
  appearance: none;
  cursor: pointer;
}

.h-6207531 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  box-sizing: border-box;
  background: var(--bg-header);
  z-index: 99;
}
.h-e877c83 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.h-99d69e9 {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 30px;
  align-items: center;
}
@media (max-width: 990px) {
  .h-99d69e9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.h-03547cc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  width: 100%;
  min-width: 0;
  flex: 1;
}
@media (max-width: 990px) {
  .h-03547cc {
    gap: 8px;
    flex-wrap: nowrap;
  }
}
@media (min-width: 991px) {
  .h-99d69e9 .h-03547cc {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: center;
    flex: 1;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .h-99d69e9 .h-9e0352f {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
@media (min-width: 991px) {
  .h-99d69e9 .h-f899fcb {
    flex: 1;
    min-width: 0;
  }
}
.h-f899fcb {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 990px) {
  .h-f899fcb {
    background: var(--bg-header);
    display: none;
    position: fixed;
    left: 0;
    width: 100vw;
    gap: 15px;
    padding: 15px;
    box-sizing: border-box;
    top: 108px;
  }
}
.h-ceb9346 {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex-shrink: 0;
}
.h-41805e7 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 10px;
  top: 33px;
  width: 44px;
  height: 44px;
  padding: 8px;
  border: 1px solid var(--header-btn-bg, var(--button-bg, #c6630b));
  background-color: var(--header-btn-bg, var(--button-bg, #c6630b));
  border-radius: 8px;
  appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s;
}
@media (max-width: 1361px) {
  .h-41805e7 {
    position: static;
  }
}
.h-41805e7:hover {
  background-color: transparent;
}
.h-41805e7 img,
.h-41805e7 svg {
  filter: brightness(0) invert(1);
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}
.h-41805e7 .h-d41475f {
  display: none;
}
.h-41805e7 .h-9cd1808 {
  display: none;
  position: relative;
  width: 20px;
  height: 14px;
}
.h-41805e7 .h-9cd1808 span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}
.h-41805e7 .h-9cd1808 span:nth-child(1) {
  top: 0;
}
.h-41805e7 .h-9cd1808 span:nth-child(2) {
  top: 6px;
}
.h-41805e7 .h-9cd1808 span:nth-child(3) {
  top: 12px;
}
@media (max-width: 1199.98px) {
  .h-41805e7 img,
  .h-41805e7 svg {
    display: none;
  }
  .h-41805e7 .h-9cd1808 {
    display: block;
  }
}
@media (max-width: 990px) {
  .h-41805e7 {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .h-41805e7 {
    width: 30px;
    height: 30px;
    padding: 6px;
  }
  .h-41805e7 img {
    width: 20px;
    height: 20px;
  }
  .h-41805e7 .h-9cd1808 {
    width: 16px;
    height: 12px;
  }
  .h-41805e7 .h-9cd1808 span:nth-child(2) {
    top: 5px;
  }
  .h-41805e7 .h-9cd1808 span:nth-child(3) {
    top: 10px;
  }
  .h-41805e7 + .h-3a089c4 img {
    max-height: 30px;
  }
}
.h-3a089c4 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.h-3a089c4 img {
  max-width: 130px;
  max-height: 80px;
  object-fit: contain;
  display: block;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .h-3a089c4 img {
    height: auto;
    width: auto;
    max-width: 100px;
    max-height: 50px;
  }
}
.h-61ec6d3 {
  display: none;
  cursor: pointer;
  flex-shrink: 0;
  border: 0;
  background: transparent;
  padding: 0;
  appearance: none;
}
@media (max-width: 990px) {
  .h-61ec6d3 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.h-61ec6d3 .o-a3f578c {
  display: block;
}
.h-61ec6d3 .c-ff4ed5a {
  display: none;
}
.h-c9a14d0 {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
@media (max-width: 990px) {
  .h-c9a14d0 {
    gap: 6px;
  }
}
@media (min-width: 991px) {
  .h-c9a14d0 .h-61ec6d3 {
    display: none;
  }
}
.h-6207531 .c-5e5b276 .c-ff4ed5a {
  display: none;
}
.h-6207531 .c-5e5b276.i-15261e7 .o-a3f578c {
  display: none;
}
.h-6207531 .c-5e5b276.i-15261e7 .c-ff4ed5a {
  display: block;
}
.h-080d0f9 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 990px) {
  .h-080d0f9 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
.h-792cfba {
  width: auto;
  color: var(--header-nav-color);
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  text-align: left;
  background: transparent;
  appearance: none;
  cursor: pointer;
  padding: 0;
  transition: 0.3s;
}
.h-792cfba:hover {
  color: var(--header-nav-hover);
}
.h-410cd2e {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  min-width: 0;
}
@media (max-width: 990px) {
  .h-410cd2e {
    grid-gap: 8px;
  }
}
.h-410cd2e button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 20px 5px 20px;
  border: 1px solid var(--header-btn-bg, var(--button-bg, #c6630b));
  background: var(--header-btn-bg, var(--button-bg, #c6630b));
  color: var(--button-text-color, var(--header-btn-color));
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  text-transform: capitalize;
  padding: 15px 25px;
  min-height: 40px;
  transition: 0.3s;
}
@media (max-width: 990px) {
  .h-410cd2e button {
    padding: 8px 12px;
    font-size: 13px;
    min-height: 36px;
    white-space: nowrap;
  }
}
.h-410cd2e button:first-child {
  border-radius: 5px 20px 5px 5px;
}
.h-410cd2e button:first-child:hover {
  background: transparent;
  color: var(--header-btn-color-hover, var(--button-text-color-hover, #fff));
  border-color: var(--header-btn-bg, var(--button-bg-hover, #c6630b));
}
.h-410cd2e button:last-child {
  background: transparent;
  color: var(--header-btn-color, var(--button-text-color, #fff));
}
.h-410cd2e button:last-child:hover {
  background: var(--header-btn-bg, var(--button-bg-hover, #c6630b));
  border-color: var(--header-btn-bg, var(--button-bg-hover, #c6630b));
  color: var(--header-btn-color-hover, var(--button-text-color-hover, #fff));
}
.h-4a1d9ee {
  position: relative;
  flex-shrink: 0;
  width: auto;
  height: 32px;
}
@media (max-width: 990px) {
  .h-4a1d9ee {
    height: 28px;
  }
}
.h-a67ecc0 {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 32px;
  min-width: 64px;
  padding: 0 8px;
  border: 0;
  border-radius: 6px;
  background: #fff;
  color: #1b2340;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  appearance: none;
  font-family: inherit;
  box-sizing: border-box;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s;
}
@media (max-width: 990px) {
  .h-a67ecc0 {
    height: 28px;
    min-width: 56px;
    gap: 4px;
    padding: 0 6px;
    font-size: 11px;
  }
}
.h-a67ecc0:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
}
.h-c0dd491 {
  width: 0;
  height: 0;
  margin-left: auto;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid currentColor;
  transition: transform 0.2s;
}
.h-4a1d9ee.i-15261e7 .h-c0dd491 {
  transform: rotate(180deg);
}
.h-37a7b54 {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  left: auto;
  min-width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  z-index: 120;
}
.h-37a7b54[hidden] {
  display: none !important;
}
.h-4ed1211 {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 7px 9px;
  color: #1b2340;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  transition: background 0.2s;
}
@media (max-width: 990px) {
  .h-4ed1211 {
    padding: 6px 8px;
    font-size: 11px;
  }
}
.h-4ed1211:hover {
  background: #f3f4f8;
  color: #1b2340;
  text-decoration: none;
}
.h-d61c12b {
  display: block;
  width: 16px;
  height: 11px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}
@media (max-width: 990px) {
  .h-d61c12b {
    width: 14px;
    height: 10px;
  }
}
.h-b359bd7 {
  display: block;
  white-space: nowrap;
}
@media (max-width: 990px) {
  .h-b2c1b59 {
    --header-mobile-offset: 76px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .h-b2c1b59 .h-e877c83:not(.h-99d69e9) {
    --header-mobile-offset: 108px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 8px 6px;
    align-items: center;
  }
  .h-b2c1b59 .h-99d69e9 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 6px;
    align-items: center;
  }
  .h-b2c1b59 .h-3a089c4 {
    min-width: 0;
  }
  .h-b2c1b59 .h-3a089c4 img {
    max-width: 88px;
    max-height: 42px;
  }
  .h-b2c1b59 .h-9e0352f {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    flex: 0 0 auto;
  }
  .h-b2c1b59 .h-03547cc:not(.h-9e0352f) {
    display: contents;
  }
  .h-b2c1b59 .h-e877c83:not(.h-99d69e9) .h-3a089c4 {
    grid-column: 1;
    grid-row: 1;
  }
  .h-b2c1b59 .h-e877c83:not(.h-99d69e9) .h-4a1d9ee {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  .h-b2c1b59 .h-a67ecc0 {
    min-width: 56px;
    padding: 0 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  }
  .h-b2c1b59 .h-e877c83:not(.h-99d69e9) .h-410cd2e {
    grid-column: 1/-1;
    grid-row: 2;
    width: 100%;
    grid-gap: 6px;
  }
  .h-b2c1b59 .h-e877c83:not(.h-99d69e9) .h-410cd2e button {
    padding: 8px 10px;
    font-size: 12px;
    min-height: 34px;
    line-height: 1.1;
  }
  .h-b2c1b59 .h-c9a14d0 .h-61ec6d3 svg {
    width: 32px;
    height: 32px;
  }
  .h-b2c1b59 .h-f899fcb {
    top: var(--header-mobile-offset);
    left: 0;
    right: 0;
    width: 100vw;
    display: none;
    grid-template-columns: 1fr;
    grid-gap: 12px;
    padding: 12px 15px 16px;
  }
  .h-b2c1b59 .h-f899fcb .h-080d0f9 {
    margin-bottom: 12px;
    gap: 12px;
  }
  .h-b2c1b59 .h-f899fcb .h-792cfba {
    font-size: 16px;
    line-height: 1.2;
  }
  .h-b2c1b59 .h-f899fcb .h-410cd2e {
    grid-gap: 6px;
  }
  .h-b2c1b59 .h-f899fcb .h-410cd2e button {
    padding: 8px 10px;
    font-size: 12px;
    min-height: 34px;
    line-height: 1.1;
  }
}
@media (max-width: 380px) {
  .h-b2c1b59 .h-b359bd7 {
    display: none;
  }
  .h-b2c1b59 .h-a67ecc0 {
    min-width: 32px;
    padding: 0 4px;
  }
  .h-b2c1b59 .h-e877c83:not(.h-99d69e9) .h-410cd2e button,
  .h-b2c1b59 .h-f899fcb .h-410cd2e button {
    font-size: 11px;
    padding: 7px 8px;
  }
  .h-b2c1b59 .h-c9a14d0 .h-61ec6d3 svg {
    width: 28px;
    height: 28px;
  }
}

body.has-site-sidebar-expanded .h-41805e7 .h-4b114fc {
  display: none;
}

body.has-site-sidebar-expanded .h-41805e7 .h-d41475f {
  display: block;
}

@media (max-width: 1199.98px) {
  body.has-site-sidebar-expanded .h-41805e7 .h-d41475f {
    display: none;
  }
  body.has-site-sidebar-expanded .h-41805e7 .h-9cd1808 span:nth-child(1) {
    top: 6px;
    transform: rotate(45deg);
  }
  body.has-site-sidebar-expanded .h-41805e7 .h-9cd1808 span:nth-child(2) {
    opacity: 0;
  }
  body.has-site-sidebar-expanded .h-41805e7 .h-9cd1808 span:nth-child(3) {
    top: 6px;
    transform: rotate(-45deg);
  }
}
@media (max-width: 1199.98px) and (max-width: 767px) {
  body.has-site-sidebar-expanded .h-41805e7 .h-9cd1808 span:nth-child(1),
  body.has-site-sidebar-expanded .h-41805e7 .h-9cd1808 span:nth-child(3) {
    top: 5px;
  }
}
@media (max-width: 767px) {
  .has-aside .h-03547cc button {
    font-size: 12px !important;
  }
}

body.has-site-sidebar {
  --sidebar-width: 72px;
}

body.has-site-sidebar.has-site-sidebar-expanded {
  --sidebar-width: 264px;
}

body.has-site-sidebar main,
body.has-site-sidebar .f-912006d {
  margin-left: var(--sidebar-width);
  transition: margin-left 0.3s ease-in-out;
}

.s-b3ea01e {
  position: fixed;
  left: 0;
  top: var(--header-offset);
  z-index: 98;
  display: flex;
  flex-direction: column;
  width: var(--sidebar-width);
  height: calc(100vh - var(--header-offset));
  box-sizing: border-box;
  background: var(--bg-header);
  overflow: hidden;
  transition: width 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .s-b3ea01e {
    border-right: 1px solid var(--additional-c-elements);
  }
}
.s-9e49e78 {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 12px 10px;
  scrollbar-width: thin;
  scrollbar-color: var(--header-btn-bg, var(--button-bg, #c6630b)) transparent;
}
.s-9e49e78::-webkit-scrollbar {
  width: 6px;
}
.s-9e49e78::-webkit-scrollbar-thumb {
  background: var(--header-btn-bg, var(--button-bg, #c6630b));
  border-radius: 8px;
}
.s-652ae5c {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px 0;
  border-bottom: 1px solid var(--additional-c-elements, #c9a227);
}
.s-652ae5c:last-child {
  border-bottom: 0;
}
.s-6b4ce36 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.s-35b9cbf {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 8px 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--header-nav-color, #f3e6c4);
  text-align: left;
  appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  transition: background 0.2s ease, color 0.2s ease;
}
.s-35b9cbf:hover, .s-35b9cbf:focus-visible {
  background: color-mix(in srgb, var(--header-btn-bg, var(--button-bg, #c6630b)) 16%, transparent);
  color: var(--header-nav-color, #fff);
}
.s-b2ffce0 {
  cursor: default;
}
.s-aa7bd5e {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  object-fit: contain;
  display: block;
}
.s-91424e9 {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  max-width: 0;
  transition: opacity 0.2s ease, max-width 0.3s ease;
}
.s-ac04019 {
  flex: 0 0 auto;
  padding: 10px;
  border-top: 1px solid var(--additional-c-elements, #c9a227);
}
.s-d3621b8 {
  min-height: 48px;
}

body.has-site-sidebar-expanded .s-6b4ce36 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.has-site-sidebar-expanded .s-6b4ce36 .s-35b9cbf {
  flex-direction: column;
  justify-content: center;
  min-height: 84px;
  padding: 12px 8px;
  text-align: center;
  border: 1px solid var(--additional-c-elements, #c9a227);
}

body.has-site-sidebar-expanded .s-6b4ce36 .s-91424e9 {
  white-space: normal;
  text-align: center;
}

body.has-site-sidebar-expanded .s-91424e9 {
  opacity: 1;
  max-width: 180px;
}

@media (max-width: 1199.98px) {
  body.has-site-sidebar {
    --sidebar-width: 0px;
  }
  body.has-site-sidebar main,
  body.has-site-sidebar .f-912006d {
    margin-left: 0;
  }
  body.has-site-sidebar.has-site-sidebar-expanded {
    overflow: hidden;
  }
  .s-b3ea01e {
    width: 100%;
    max-width: 100vw;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  body.has-site-sidebar-expanded .s-b3ea01e {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  body.has-site-sidebar-expanded .s-91424e9 {
    max-width: none;
  }
}
.s-88ffb73 {
  position: fixed;
  z-index: 200;
  max-width: min(240px, 100vw - 16px);
  padding: 7px 12px;
  border: 1px solid var(--additional-c-elements, #c9a227);
  border-radius: 6px;
  background: var(--bg-header, #1a140c);
  color: var(--header-nav-color, #f3e6c4);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.s-88ffb73.i-b8c9dc7 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

body.has-site-sidebar-expanded .s-88ffb73 {
  opacity: 0;
  visibility: hidden;
}

.main-content {
  color: var(--text-color);
  font-size: var(--content-body-font-size, 17px);
  font-weight: 400;
  line-height: var(--content-line-height, 25px);
}
@media (max-width: 990px) {
  .main-content {
    font-size: var(--content-body-font-size, 15px);
    line-height: var(--content-line-height, 23px);
  }
}
.main-content figure {
  width: 100%;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  display: block;
  margin: 0;
}
.main-content img.alignright {
  margin: 0 0 15px 15px;
  float: right;
}
@media (max-width: 576px) {
  .main-content img.alignright {
    float: none;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 0 15px 0;
  }
}
.main-content img.s-ded0ecd {
  display: block;
  margin: 0 auto 0 15px;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 576px) {
  .main-content img.s-ded0ecd {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    object-fit: cover;
    display: block;
    margin: 0 0 15px 0;
  }
}
.main-content img.aligncenter {
  display: block;
  margin: 0 auto 0 15px;
}
@media (max-width: 576px) {
  .main-content img.aligncenter {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    object-fit: cover;
    margin: 0 0 15px 0;
  }
}
.main-content p {
  color: var(--text-color);
  margin-bottom: 20px;
  font-size: var(--content-body-font-size, 17px);
  font-weight: 400;
  line-height: var(--content-line-height, 25px);
}
@media (max-width: 990px) {
  .main-content p {
    margin-bottom: 15px;
    font-size: var(--content-body-font-size, 15px);
    line-height: var(--content-line-height, 23px);
  }
}
.main-content caption {
  color: var(--link_color);
  margin: 5px;
  text-align: center;
}
.main-content a {
  color: var(--link_color);
  font-weight: 500;
  font-size: var(--content-body-font-size, 17px);
}
.main-content a:hover {
  color: var(--hover-site);
  text-decoration: underline;
}
@media (max-width: 990px) {
  .main-content a {
    font-size: var(--content-body-font-size, 15px);
  }
}
.main-content span {
  color: var(--hover-site);
}
.main-content strong {
  font-weight: 700;
}
.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5 {
  color: var(--title-color);
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5 {
    margin-bottom: 15px;
  }
}
.main-content h1 span, .main-content h2 span, .main-content h3 span, .main-content h4 span, .main-content h5 span {
  color: var(--title-color-span);
}
.main-content h1 {
  font-size: var(--content-h1-font-size, 42px);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 990px) {
  .main-content h1 {
    font-size: var(--content-h1-font-size, 27px);
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.main-content h2 {
  font-size: var(--content-h2-font-size, 37px);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 990px) {
  .main-content h2 {
    font-size: var(--content-h2-font-size, 26px);
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.main-content h3 {
  font-size: var(--content-h3-font-size, 35px);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 990px) {
  .main-content h3 {
    font-size: var(--content-h3-font-size, 25px);
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.main-content h4 {
  font-size: var(--content-h4-font-size, 35px);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 990px) {
  .main-content h4 {
    font-size: var(--content-h4-font-size, 25px);
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.main-content h5 {
  font-size: var(--content-h5-font-size, 35px);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 990px) {
  .main-content h5 {
    font-size: var(--content-h5-font-size, 25px);
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.main-content ul, .main-content ol {
  padding-left: 25px;
  margin: 0 0 20px 0;
}
@media (max-width: 990px) {
  .main-content ul, .main-content ol {
    margin-bottom: 15px;
  }
}
.main-content ul li, .main-content ol li {
  color: var(--list-color);
  margin-bottom: 5px;
  font-size: var(--content-body-font-size, 18px);
  font-weight: 400;
  line-height: var(--content-line-height, 24px);
}
@media (max-width: 990px) {
  .main-content ul li, .main-content ol li {
    margin-bottom: 10px;
    font-size: var(--content-body-font-size, 15px);
    line-height: var(--content-line-height, 22px);
  }
}
.main-content table {
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .main-content table {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
    overflow-x: auto;
  }
}
.main-content table thead th:first-child {
  border-radius: 5px 0 0 0;
}
.main-content table thead th:last-child {
  border-radius: 0 5px 0 0;
}
.main-content table thead th {
  background-color: var(--table-head-bg);
  color: var(--table-head-color);
}
.main-content table tr td:first-child {
  border-radius: 5px 0 0 0;
}
.main-content table tr td:last-child {
  border-radius: 0 5px 0 0;
}
.main-content table tr td {
  background-color: var(--table-text-bg);
  color: var(--table-text-color);
}
.main-content .t-9882326 {
  font-size: var(--content-h1-font-size, 42px);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 990px) {
  .main-content .t-9882326 {
    font-size: var(--content-h1-font-size, 25px);
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.main-content p:last-child {
  margin: 0;
}
.main-content .c-8a9aa1f {
  display: grid;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .main-content .c-8a9aa1f {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .main-content .c-8a9aa1f {
    grid-template-columns: 1fr;
  }
}
.main-content .c-2514bfa {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 990px) {
  .main-content .c-2514bfa {
    font-size: 15px;
    line-height: 22px;
  }
}
.main-content .c-8a9aa1f li {
  margin: 0;
}
.main-content .c-57b46a7 {
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
@media (max-width: 990px) {
  .main-content .c-57b46a7 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .main-content .c-57b46a7 {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.main-content .c-ce60c80 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
}
@media (max-width: 990px) {
  .main-content .c-ce60c80 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .main-content .c-ce60c80 {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.main-content .c-b30dc5c {
  list-style-type: none;
  padding: 0 0 0 5px;
}
.main-content .c-b30dc5c li {
  display: flex;
  align-items: center;
}
.main-content .c-b30dc5c span {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.main-content .c-b30dc5c img {
  height: 35px;
  width: 35px;
  margin-right: 10px;
}
.main-content .t-da27495 {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
  padding-left: 35px;
}
.main-content .b-53f687e {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.main-content .b-53f687e button:nth-child(1) {
  border: 1px solid var(--header-btn-bg);
  background: var(--header-btn-bg);
  color: var(--header-btn-color);
}
.main-content .b-53f687e button:nth-child(1):hover {
  background: transparent;
  color: var(--header-btn-hover);
}

.main-content :is(h1) {
  font-size: var(--content-h1-font-size) !important;
}

.main-content :is(h2) {
  font-size: var(--content-h2-font-size) !important;
}

.main-content :is(h3) {
  font-size: var(--content-h3-font-size) !important;
}

.main-content :is(h4) {
  font-size: var(--content-h4-font-size) !important;
}

.main-content :is(h5, h6) {
  font-size: var(--content-h5-font-size) !important;
}

.main-content :is(p, a, li) {
  font-size: var(--content-body-font-size) !important;
  line-height: var(--content-line-height) !important;
}

.main-content button,
.main-content [class*=__btn],
.h-410cd2e button {
  font-size: var(--button-font-size) !important;
}

.f-912006d {
  background: var(--footer-bg);
}
.f-2ba3392 {
  margin-bottom: 30px;
  padding: 50px 0;
  display: grid;
  align-items: start;
  grid-template-columns: 3fr 2fr 2fr 2fr;
  grid-gap: 70px;
}
@media (max-width: 990px) {
  .f-2ba3392 {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 0;
    grid-gap: 30px;
  }
}
@media (max-width: 576px) {
  .f-2ba3392 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.f-2de53f8 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.f-043cd83 {
  color: var(--footer-link);
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  transition: 0.3s;
}
.f-043cd83:hover {
  color: var(--footer-link-hover);
}
.f-fa6fda9 {
  color: var(--footer-link);
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  background: transparent;
  appearance: none;
  cursor: pointer;
  padding: 0;
  transition: 0.3s;
  width: fit-content;
}
.f-fa6fda9:hover {
  color: var(--footer-link-hover);
}
.f-37fef4f {
  color: var(--footer-title);
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
}
.f-f05ee4d {
  color: var(--footer-text);
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
}
.f-527d0b6 {
  padding: 10px 0;
  background-color: var(--footer-top-bg, var(--bg-header));
}
@media (max-width: 575px) {
  .f-527d0b6 {
    flex-direction: column;
  }
}
.f-631bc57 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .f-631bc57 {
    flex-direction: column;
    row-gap: 30px;
  }
}
.f-cf3023c {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  z-index: 10;
}
@media (max-width: 575px) {
  .f-cf3023c {
    justify-content: space-between;
    width: 100%;
  }
}
.f-0b53049 {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.f-a90e660 {
  position: relative;
  flex-shrink: 0;
  height: 30px;
}
.f-bb2dbc3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  appearance: none;
  cursor: pointer;
  color: var(--footer-link);
}
.f-2ff08d0 {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}
.f-ac236e4 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: inherit;
}
.f-fd8b1a7 {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 140px;
  margin: 0;
  padding: 6px 0;
  border-radius: 8px;
  background: var(--bg-body);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  z-index: 120;
  overflow: hidden;
}
@media (max-width: 575px) {
  .f-fd8b1a7 {
    right: 0;
    left: auto;
  }
}
.f-fd8b1a7[hidden] {
  display: none !important;
}
.f-bcba04d {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 12px;
  color: var(--footer-link);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  box-sizing: border-box;
  transition: color 0.3s;
}
.f-bcba04d:hover {
  color: var(--footer-link-hover);
}
.f-bcba04d .f-2ff08d0 {
  width: 20px;
  height: 20px;
}
.f-b046a0c {
  display: inline-block;
}
.f-6e9c38c img {
  display: block;
  height: 70px;
  width: 130px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .f-6e9c38c img {
    max-width: 100px;
    max-height: 50px;
  }
}
.f-b017b5d {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.f-0fa08f8 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  text-decoration: none;
  background: var(--footer-social-bg, transparent);
  transition: background 0.3s, opacity 0.3s;
}
@media (max-width: 991px) {
  .f-0fa08f8 {
    width: 32px;
    height: 32px;
  }
}
.f-0fa08f8:hover, .f-0fa08f8:focus {
  background: var(--footer-social-bg-hover, var(--footer-social-bg, transparent));
  opacity: 0.85;
}
.f-0fa08f8 img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .f-0fa08f8 img {
    width: 16px;
    height: 16px;
  }
}
.f-b9a9d63 {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid var(--additional-c-elements);
}
@media (max-width: 991px) {
  .f-b9a9d63 {
    gap: 15px;
    margin-top: 30px;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .f-b9a9d63 {
    flex-direction: column;
    gap: 25px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.f-1192c96 {
  width: calc(60% - 10px);
}
@media (max-width: 575px) {
  .f-1192c96 {
    width: 100%;
  }
}
.f-d0e8688 {
  width: calc(40% - 10px);
}
@media (max-width: 575px) {
  .f-d0e8688 {
    width: 100%;
  }
}
.f-ad91ca8 {
  color: var(--footer-title);
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--additional-c-elements);
}
@media (max-width: 575px) {
  .f-ad91ca8 {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.f-0e549b8 {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  overflow: hidden;
}
.f-0e549b8.i-56eb647 {
  display: block;
}
.f-0e549b8.i-56eb647 .f-ac311da {
  flex-wrap: nowrap;
  width: max-content;
}
.f-ac311da {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
  will-change: transform;
}
.f-27d0443 {
  flex-shrink: 0;
}
.f-27d0443 img {
  display: block;
  object-fit: contain;
  height: 26px;
}
.f-d2bc729 {
  color: var(--footer-link);
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  background: transparent;
  appearance: none;
  padding: 0;
}
.f-d2bc729[href] {
  cursor: pointer;
  transition: 0.3s;
}
.f-d2bc729[href]:hover {
  color: var(--footer-link-hover);
}
.f-0ad4fd1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 40px;
}
@media (max-width: 991px) {
  .f-0ad4fd1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
  }
}
.f-e589bfa.f-478233a {
  margin-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--additional-c-elements);
  color: var(--footer-text);
}
@media (max-width: 991px) {
  .f-e589bfa {
    margin-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.f-948d1c9 {
  columns: 6;
  column-gap: 20px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .f-948d1c9 {
    columns: 4;
  }
  .f-948d1c9 + .f-0e549b8 {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .f-948d1c9 {
    columns: 3;
  }
}
@media (max-width: 575px) {
  .f-948d1c9 {
    columns: 2;
  }
}
.f-948d1c9 .f-a2ae0fd {
  display: contents;
}
.f-948d1c9 .f-fa6fda9 {
  display: block;
  width: fit-content;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
.f-d6ac6b5 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.f-d6ac6b5 .f-0e549b8 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--additional-c-elements);
  flex-wrap: wrap;
  padding-bottom: 0;
  overflow: hidden;
}
.f-d6ac6b5 .f-0c87ede {
  gap: 16px 48px;
  justify-content: center;
}
.f-d6ac6b5 .f-0c87ede .f-27d0443 {
  height: 45px;
}
@media (max-width: 991px) {
  .f-d6ac6b5 .f-0c87ede .f-27d0443 {
    height: 30px;
  }
}
.f-d6ac6b5 .f-0c87ede .f-27d0443 img {
  display: block;
  height: 45px;
}
@media (max-width: 991px) {
  .f-d6ac6b5 .f-0c87ede .f-27d0443 img {
    height: 30px;
  }
}
.f-d6ac6b5 .f-e589bfa {
  border-bottom: none;
}
.f-d6ac6b5 .f-0fa08f8 img {
  filter: brightness(0) invert(1);
}
.f-d6ac6b5 .f-0fa08f8:hover, .f-d6ac6b5 .f-0fa08f8:focus {
  opacity: 1;
}
.f-a82eb26 {
  display: flex;
  column-gap: 20px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--additional-c-elements);
}
@media (max-width: 767px) {
  .f-a82eb26 {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .f-19d276b {
    display: flex;
    flex-direction: column;
  }
}
.f-85e5ac4 {
  width: 100px;
  object-fit: contain;
  height: auto;
}
.f-fbf880a {
  width: 40px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .f-fbf880a {
    width: 24px;
  }
}
.f-43611b1.i-a63fc87 {
  max-height: 100px;
  overflow: hidden;
  position: relative;
}
.f-43611b1.i-a63fc87::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(-180deg, transparent 0, var(--footer-bg) 80%);
}
.f-43611b1 *:not(a) {
  color: var(--footer-text) !important;
}
.f-43611b1 a {
  color: var(--footer-link);
  transition: color 0.3s;
}
.f-43611b1 a:hover {
  color: var(--footer-link-hover);
}
.f-e589bfa {
  position: relative;
  margin-top: 20px;
}
.f-36a26f4 {
  color: var(--footer-text);
  font-size: 13px;
  line-height: 1.55;
}
.f-36a26f4 p {
  margin: 0 0 8px;
}
.f-36a26f4 p:last-child {
  margin-bottom: 0;
}
.f-36a26f4 strong,
.f-36a26f4 b {
  color: var(--footer-title);
  font-weight: 700;
}
.f-36a26f4 a {
  color: var(--footer-link);
}
.f-36a26f4 a:hover {
  color: var(--footer-link-hover);
}
.f-11698ea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 8px;
  padding: 4px 0;
  border: 0;
  background: transparent;
  appearance: none;
  cursor: pointer;
  color: var(--footer-title);
}
.f-11698ea[hidden] {
  display: none !important;
}
.f-cb5b2be {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.f-11698ea.a-20cabc0 .f-cb5b2be {
  transform: rotate(-135deg);
}
@media (max-width: 575px) {
  .f-3d65d51 .f-631bc57 {
    row-gap: 20px;
  }
}
@media (max-width: 575px) {
  .f-3d65d51 .f-527d0b6 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.f-3d65d51 .f-0fa08f8 {
  width: 36px;
  height: 36px;
  background: transparent;
}
.f-3d65d51 .f-0fa08f8:hover, .f-3d65d51 .f-0fa08f8:focus {
  background: transparent;
  opacity: 0.5;
}
.f-3d65d51 .f-0fa08f8 img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .f-3d65d51 .f-0fa08f8 img {
    width: 25px;
    height: 25px;
  }
}
.f-3d65d51 .f-37404e0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  border: 0;
  background: transparent;
  appearance: none;
  cursor: default;
  text-align: left;
  color: var(--footer-title);
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  pointer-events: none;
}
.f-3d65d51 .f-f634643 {
  display: none;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .f-3d65d51 .f-0ad4fd1 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .f-3d65d51 .f-9bcf418:not(.f-2c40c2a) {
    margin-bottom: 16px;
  }
  .f-3d65d51 .f-2c40c2a {
    border-bottom: 1px solid var(--additional-c-elements);
    padding: 15px 0;
  }
  .f-3d65d51 .f-2c40c2a:last-of-type {
    border-bottom: 0;
  }
  .f-3d65d51 .f-2c40c2a .f-37404e0 {
    margin-bottom: 0;
    cursor: pointer;
    pointer-events: auto;
  }
  .f-3d65d51 .f-2c40c2a .f-f634643 {
    display: block;
  }
  .f-3d65d51 .f-2c40c2a .f-2de53f8 {
    display: none;
    padding-top: 12px;
    padding-bottom: 4px;
  }
  .f-3d65d51 .f-2c40c2a.i-15261e7 .f-2de53f8 {
    display: grid;
  }
  .f-3d65d51 .f-2c40c2a.i-15261e7 .f-f634643 {
    transform: rotate(-90deg);
  }
  .f-3d65d51 .f-2c40c2a.i-15261e7 .f-37404e0 {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .f-3d65d51 .f-e589bfa.f-478233a {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .f-3d65d51 .f-b9a9d63 {
    margin-bottom: 15px;
  }
}

.a-16b1869 {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 9;
  cursor: pointer;
  transition: 0.3s;
  transform: translateY(150px);
  background: var(--btn-up-to-top-bg, #fff);
  color: var(--scroll-top-icon-color, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
  border: none;
  width: auto;
  min-width: 0;
  appearance: none;
}
@media (max-width: 990px) {
  .a-16b1869 {
    right: 20px;
    bottom: 20px;
  }
}

.a-97b1dc9 {
  transform: translateY(0);
}

.e-9e2435b {
  margin: 40px 0 60px;
}
.e-3543098 {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  border-radius: 12px;
  padding: 40px 25px;
  box-sizing: border-box;
  background: var(--error-box-bg, var(--table-text-bg));
  border: 1px solid var(--table-border-color);
}
.e-7fbb38b {
  font-size: 96px;
  line-height: 1;
  font-weight: 700;
  color: var(--error-code-color, var(--title-color-span));
  margin-bottom: 10px;
}
.e-a8c0bd5 {
  color: var(--error-text-color, var(--title-color));
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 12px;
}
.e-c410c28 {
  color: var(--error-text-color, var(--text-color));
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto 24px;
  max-width: 560px;
}
.e-7d6af81 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 20px 5px 20px;
  border: 1px solid var(--error-btn-bg, var(--button-bg-hover));
  background: var(--error-btn-bg, var(--button-bg));
  color: var(--error-btn-color, var(--button-text-color));
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  padding: 14px 26px;
  cursor: pointer;
  appearance: none;
  font-family: inherit;
  transition: 0.3s;
}
.e-7d6af81:hover {
  background: var(--error-btn-bg, var(--button-bg-hover));
  color: var(--error-btn-color, var(--button-text-color-hover));
  text-decoration: none;
  opacity: 0.9;
}

@media (max-width: 990px) {
  .e-3543098 {
    padding: 32px 20px;
  }
  .e-7fbb38b {
    font-size: 72px;
  }
  .e-a8c0bd5 {
    font-size: 30px;
  }
  .e-c410c28 {
    font-size: 16px;
  }
}

/*# sourceMappingURL=main-component.css.map */
