*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}
:after,
:before {
  --tw-content: "";
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: Arial, Helvetica, sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background-color: initial;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: initial;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
}
fieldset,
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
::backdrop,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.float-right {
  float: right;
}
.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mt-11 {
  margin-top: -2.75rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-px {
  margin-top: 1px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-20 {
  height: 5rem;
}
.h-\[550px\] {
  height: 550px;
}
.h-auto {
  height: auto;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[350px\] {
  height: 350px;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-36 {
  width: 9rem;
}
.w-96 {
  width: 24rem;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-full {
  max-width: 100%;
}
.flex-auto {
  flex: 1 1 auto;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-1\/4 {
  flex-basis: 25%;
}
.basis-4\/12 {
  flex-basis: 33.333333%;
}
.basis-8\/12 {
  flex-basis: 66.666667%;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.content-baseline {
  align-content: baseline;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.gap-8 {
  gap: 2rem;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-bl-\[32px\] {
  border-bottom-left-radius: 32px;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-4 {
  padding: 1rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.leading-8 {
  line-height: 2rem;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.no-underline {
  text-decoration-line: none;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

* {
  color: var(--color-mainText);
}

.banner {
  height: 550px;
  color: var(--color-buttonText);
  background: var(--banner-bg);
}
.banner h2{
  color: #fff;
}
div.banner-image {
  height: 350px;
  width: 100%;
  background-position: 50% -18px;
  background-repeat: no-repeat;
}
@media (min-width: 1280px) {
  div.banner-image {
    margin-top: 0;
    height: 550px;
    background-position: 50%;
  }
}
div.banner-image {
  background: var(--banner-img);
  background-size: contain;
}
div.banner-text {
  margin-top: 0rem;
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
}
@media (min-width: 1280px) {
  div.banner-text {
    margin-left: 5rem;
    margin-right: 5rem;
    text-align: left;
  }
}
div.banner-text div h1 {
  color: var(--color-bannerText, var(--color-accentText));
}

body {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  background: var(--color-mainBg);
}
header {
  position: fixed;
  left: 0;
  z-index: 50;
  width: 100%;
  background: var(--color-logoBg);
  border-bottom: var(--border-bottom-header);
}
.hidden-menu {
  top: 0;
  right: -700px;
  transition: right 0.2s;
  background-color: var(--color-menuBg);
  border: var(--border-menu);
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.hidden-menu li {
  background: var(--color-menuEl);
  color: var(--color-menuElText);
  padding-right: 2rem;
}
.hidden-menu li:hover {
  background: var(--color-menuElHover);
  color: var(--color-menuElTextHover, var(--color-buttonText));
}
header input:checked ~ .hidden-menu {
  display: block;
  right: 0;
}
.btn-menu span {
  position: relative;
  display: block;
  height: 3px;
  width: 1.5rem;
  transition: all 0.1s linear 0.23s;
  background-color: var(--color-burger);
}
header input:checked ~ .btn-menu span {
  background-color: var(--color-burger-active);
}
header input:checked ~ .btn-menu span.first {
  transform: rotate(45deg);
  top: 6px;
}
header input:checked ~ .btn-menu span.second {
  opacity: 0;
}
header input:checked ~ .btn-menu span.third {
  transform: rotate(-45deg);
  top: -8px;
}
.button {
  background: var(--color-buttonBg, var(--color-accent));
  color: var(--color-buttonText, var(--color-accentText));
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}
.button:hover {
  filter: saturate(5);
}
@media (min-width: 1280px) {
  .button {
    margin-left: 0;
  }
}
header .button {
  margin-left: 0;
  white-space: nowrap;
}
details {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  background: var(--color-faqBg, var(--color-menuEl));
  padding-bottom: 0.75rem;
  border: var(--border-faq);
}
details p {
  padding: 0.5rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--color-faqText, var(--color-mainText));
}
details > summary {
  cursor: pointer;
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 1280px) {
  details > summary {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
details > summary {
  color: var(--color-faqText, var(--color-mainText));
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: var(--faq-plus-symbol);
  float: right;
  margin-top: 4px;
}
details[open] summary:after {
  content: var(--faq-minus-symbol);
}
main a {
  text-decoration: underline;
}
main > h1,
main > h2,
main > h3,
main > h4,
main > h5,
main > h6,
main > p {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media (min-width: 1280px) {
  main > h1,
  main > h2,
  main > h3,
  main > h4,
  main > h5,
  main > h6,
  main > p {
    margin-left: 0;
    margin-right: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2rem;
  font-weight: 700;
}
h1 {
  font-size: 35pt;
}
h2 {
  font-size: 22pt;
}
h3 {
  font-size: 20pt;
}
h4 {
  font-size: 18pt;
}
h5 {
  font-size: 16pt;
}
h6 {
  font-size: 14pt;
}
@media (min-width: 1280px) {
  h2 {
    font-size: 29pt;
  }
}
p {
  font-size: 13pt;
  margin-top: 1rem;
}
main > ol {
  counter-reset: li;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media (min-width: 1280px) {
  main > ol {
    margin-left: 0;
    margin-right: 0;
  }
}
main > ol li {
  display: flex;
}
main > ol li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  display: flex;
  font-weight: 700;
  padding-right: 10px;
  color: var(--color-buttonBg, var(--color-accent));
}
main > ul {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media (min-width: 1280px) {
  main > ul {
    margin-left: 0;
    margin-right: 0;
  }
}
main > ul {
  padding-left: 1.5rem;
  list-style-position: outside;
}
main > ul li {
  padding-left: 0.5rem;
}
main > ul li::marker {
  content: var(--list-symbol);
  color: var(--color-buttonBg, var(--color-accent));
}
.accent {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  padding: 1rem;
}
@media (min-width: 1280px) {
  .accent {
    margin-left: 0;
    margin-right: 0;
  }
}
.accent {
  background: var(--color-accentBg);
  border: var(--border-accent);
}
.accent-text {
  color: var(--color-accentText);
}
.accent-style1 {
  position: relative;
}
.accent-style1 div.accent-image {
  top: 20px;
  bottom: 20px;
  position: absolute;
  border: 1px solid var(--color-buttonBg, var(--color-accent));
  background: var(--color-accent);
  border-radius: 0.25rem;
  border-width: 2px;
}
.accent-style2 div.accent-image {
  min-height: 76px;
  min-width: 76px;
  background-image: var(--accent2-image);
  background-size: 76px 76px;
}
.accent-style3 div.accent-image {
  min-height: 48px;
  min-width: 48px;
  background-image: var(--accent3-image);
  background-repeat: no-repeat;
  background-position: 50%;
}
figure {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1280px) {
  figure {
    margin-left: auto;
    margin-right: auto;
  }
}
figure {
  max-width: calc(100% - 3rem);
  display: table;
}
@media (min-width: 1280px) {
  figure {
    max-width: 100%;
  }
}
figure.image-stretched img {
  width: 100%;
}
figure.image-background {
  background: var(--color-menuEl);
  width: 100%;
  border-radius: 1rem;
  text-align: center;
}
figure.image-background img {
  margin-left: auto;
  margin-right: auto;
}
figure.image-border img {
  border: 1px solid var(--color-buttonBg, var(--color-accent));
}
figcaption {
  word-break: break-all;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding: 0.75rem 1rem;
  text-align: center;
  vertical-align: middle;
  background: var(--color-buttonBg, var(--color-accent));
  color: var(--color-buttonText, var(--color-accentText));
  display: table-caption;
  caption-side: bottom;
}
figcaption,
main table {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
main table {
  margin-top: 2rem;
  width: 100%;
  border-collapse: initial;
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  margin-left: -0.5rem;
  width: calc(100% + 1rem);
}
main table thead {
  background: var(--color-buttonBg, var(--color-accent));
}
main table th {
  padding: 0.75rem;
  font-weight: 700;
  color: var(--color-buttonText, var(--color-accentText));
}
main table th:first-child {
  border-top-left-radius: 0.5rem;
}
main table th:last-child {
  border-top-right-radius: 0.5rem;
}
main table tbody tr:nth-child(odd) {
  background: var(--color-firstTableRowBg, var(--color-accentBg));
}
main table tbody tr:nth-child(2n) {
  background: var(--color-secondTableRowBg);
}
main table td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  color: var(--color-tableRowText);
}
footer {
  background-color: var(--color-footer-menu-bg);
}
footer a {
  color: var(--color-footer-menu-text);
}
footer .copyright {
  margin-top: 2rem;
  display: flex;
  height: 3.5rem;
  align-items: center;
  justify-content: space-between;
  background: var(--color-buttonBg, var(--color-accent));
}
footer .copyright div {
  color: var(--color-buttonText, var(--color-accentText));
}
footer h2 {
  color: var(--color-accent);
}
.text-image-div {
  background: var(--color-menuEl);
}
.scroll-x {
  overflow-x: auto;
  webkit-overflow-scrolling: touch;
}
.scroll-x::-webkit-scrollbar {
  height: 8px;
  border-radius: 13px;
  background-clip: padding-box;
}
.scroll-x::-webkit-scrollbar-thumb {
  height: 4px;
  width: 26px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 10px solid #8080804f;
  box-shadow: inset 0 0 0 10px;
}
.articles .item .text span {
  color: var(--color-menuElText);
}
.articles .item .text {
  background: var(--color-menuEl);
}
.articles .item .text:hover {
  background: var(--color-menuElHover);
}
.articles .item .text:hover span {
  color: var(--color-menuElTextHover, var(--color-buttonText));
}
@media (min-width: 400px) {
  .min-\[400px\]\:block {
    display: block;
  }
  .min-\[400px\]\:hidden {
    display: none;
  }
}
@media (min-width: 1280px) {
  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .xl\:ml-16 {
    margin-left: 4rem;
  }
  .xl\:ml-\[calc\(-50vw_\+_640px\)\] {
    margin-left: calc(-50vw + 640px);
  }
  .xl\:mr-\[calc\(-50vw_\+_650px\)\] {
    margin-right: calc(-50vw + 650px);
  }
  .xl\:mt-0 {
    margin-top: 0;
  }
  .xl\:-mt-11 {
    margin-top: -2.75rem;
  }
  .xl\:h-\[550px\] {
    height: 550px;
  }
  .xl\:w-1\/2 {
    width: 50%;
  }
  .xl\:w-\[640px\] {
    width: 640px;
  }
  .xl\:max-w-\[640px\] {
    max-width: 640px;
  }
  .xl\:basis-1\/2 {
    flex-basis: 50%;
  }
  .xl\:basis-5\/12 {
    flex-basis: 41.666667%;
  }
  .xl\:basis-6\/12 {
    flex-basis: 50%;
  }
  .xl\:basis-7\/12 {
    flex-basis: 58.333333%;
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:items-center {
    align-items: center;
  }
  .xl\:pl-16 {
    padding-left: 4rem;
  }
  .xl\:text-left {
    text-align: left;
  }
  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
/* critical */
:root {
  --banner-bg: left bottom no-repeat url("octa/images/banner_bg.webp"),
    linear-gradient(260.61deg, #40b2f1 0.84%, #336ade 99.36%);
  --banner-img: center no-repeat url("octa/images/banner_img.webp");
  --color-logoBg: #ffffff;
  --color-accent: #0762e4;
  --color-accentText: #000000;
  --color-mainBg: #ffffff;
  --color-burger: #000000;
  --color-bannerText: #ffffff;
  --color-burger-active: #000000;
  --color-buttonText: #ffffff;
  --color-menuBg: var(--color-logoBg);
  --color-menuEl: linear-gradient(
    90deg,
    rgba(176, 217, 239, 0.2) 0%,
    rgba(213, 235, 248, 0.2) 100%
  );
  --color-menuElHover: rgba(53, 203, 77, 0.49);
  --color-secondText: #93a3af;
  --color-mainText: #0b0b16;
  --color-accentBg: var(--color-menuEl);
  --color-secondTableRowBg: rgba(187, 213, 232, 0.2);
  --color-footer-menu-bg: #f9fafc;
  --list-symbol: "♦";
  --faq-plus-symbol: url("octa/images/faq_plus.svg");
  --faq-minus-symbol: url("octa/images/faq_minus.svg");
  --accent1-image: url("octa/images/accent-1.svg");
  --accent2-image: url("octa/images/accent-2.svg");
  --accent3-image: url("octa/images/accent-3.svg");
}

.header-logo img {
  height: 50px;
  min-width: 50px;
  width: auto;
}