* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input,
button,
textarea {
    border: 0;
    background: none;
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol {
    list-style: none;
}

::-webkit-scrollbar {
    display: none;
}

svg-icon-sprite {
    aspect-ratio: 1/1;
    display: block;
    width: 20px;
}

svg-icon-sprite svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: var(--button-text-color);
}

body {
    background-color: var(--main-theme-color);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--text-color);
    font-family: "Geologica", sans-serif;
}

body.battery-4x2k78 {
    overflow: hidden;
}

.battery-k9lspa {
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 1920px;
}

header {
    height: 64px;
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: var(--fh-bg-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

header .battery-k9lspa {
    height: 100%;
    max-width: none;
    width: 100%;
    padding: 0 2px 0 20px;
}

header.battery-uhqly6 .battery-rpfjn1:last-child {
    color: var(--button-text-color);
}

.battery-yrnb3c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

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

.battery-keoia9 {
    display: none;
}

.battery-s04erf {
    width: 143px;
}

.battery-s04erf img {
    width: 100%;
    height: 100%;
    display: block;
}

.battery-8i6som {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.battery-8i6som svg-icon-sprite {
    width: 100%;
}

.battery-0piahg {
    display: flex;
    gap: 2px;
}

.battery-krgbmy {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 59px;
    width: 300px;
    padding: 0 20px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background-color: var(--button-bg-color);
    letter-spacing: -0.03em;
    color: var(--button-text-color)
}

.battery-krgbmy svg-icon-sprite {
    width: 16px;
}

.battery-rpfjn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 59px;
    padding: 0 24px;
    text-align: center;
    position: relative;
    border-radius: 8px;
    letter-spacing: -0.02em;
    line-height: 1;
    text-transform: uppercase;
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    text-shadow: 0 1px 0 rgb(0, 0, 0);
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
}

.battery-rpfjn1:before {
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 1px);
    content: "";
    z-index: 1;
    border-radius: 8px;
    box-shadow: inset 0 -1px 0 rgb(0, 0, 0);
}

.battery-xml6ol {
    position: fixed;
    left: 0;
    top: 64px;
    height: calc(100vh - 64px);
    width: 232px;
    z-index: 99;
    overflow: auto;
    display: flex;
    flex-direction: column;
    transition-duration: 0.3s;
    background-color: var(--fh-bg-color);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.08);
}

.battery-xml6ol .battery-krgbmy {
    display: none;
}

.battery-xml6ol.battery-uhqly6 {
    width: 80px;
}

.battery-xml6ol.battery-uhqly6 .battery-6l1tnr a::after {
    display: none;
}

.battery-xml6ol.battery-uhqly6 .battery-6l1tnr a span:nth-child(2) {
    display: none;
}

.battery-xml6ol.battery-uhqly6 .battery-84sq6s {
    grid-template-columns: repeat(1, 1fr);
}

.battery-xml6ol.battery-uhqly6 .battery-84sq6s a span {
    display: none;
}

.battery-1auvn0 {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--border-color);
}

.battery-7je74a {
    height: 1px;
    margin: 0 6px;
    background-color: 1px solid var(--border-color);
}

.battery-7je74a:last-child {
    display: none;
}

.battery-6l1tnr {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 4px 6px;
    gap: 1px;
}

.battery-6l1tnr:nth-child(12)::after {
    display: none;
}

.battery-6l1tnr:nth-child(4) li:first-child a {
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
}

.battery-6l1tnr:nth-child(4) li:first-child a span:nth-child(1) svg-icon-sprite svg {
    fill: var(--button-text-color);
}

.battery-6l1tnr:nth-child(4) li:first-child a:after,
.battery-6l1tnr:nth-child(4) li:first-child a:before {
    background-color: var(--button-bg-color);
    opacity: 1;
}

.battery-6l1tnr li {
    width: 100%;
}

.battery-6l1tnr a {
position: relative;
    display: flex;
    align-items: center;
    height: 52px;
    gap: 12px;
    width: 100%;
    padding: 0 16px;
    color: var(--button-text-color);
    letter-spacing: -0.04em;
    font-weight: 600;
    transition: 0.3s;
    text-transform: uppercase;
    background: var(--button-bg-color);
    border-radius: 8px;
}

.battery-6l1tnr a:after,
.battery-6l1tnr a:before {
    content: "";
    width: 2px;
    height: 18px;
    border-radius: 8px;
    background-color: rgb(252, 252, 252);
    position: absolute;
    left: 0;
    transition-duration: 0.3s;
    opacity: 0;
}

.battery-6l1tnr a::after {
    opacity: 0;
    left: auto;
    right: 0;
}

.battery-6l1tnr a span:nth-child(1) {
    width: 20px;
    min-width: 20px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.battery-6l1tnr a span:nth-child(1) svg-icon-sprite {
    width: 100%;
}

.battery-6l1tnr a span:nth-child(1) svg-icon-sprite svg {
    fill: var(--button-text-color);
}

.battery-6l1tnr a span:nth-child(2) {
    min-width: -moz-max-content;
    min-width: max-content;
}


.battery-6l1tnr a:hover:before {
    opacity: 1;
}

.battery-84sq6s {
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: sticky;
    bottom: 0;
    z-index: 2;
    padding: 3px 8px 3px 3px;
    gap: 2px;
        background: var(--fh-bg-color);
}

.battery-84sq6s a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 60px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    background: var(--button-bg-color);
    box-shadow: 0 2px rgb(0, 0, 0), 0 2px 0 0 rgba(255, 255, 255, 0.25) inset, 0 -2px 0 0 rgba(0, 0, 0, 0.25);
    gap: 8px;
    color: var(--button-text-color);
    letter-spacing: -0.02em;
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    border-radius: 8px;
    text-transform: uppercase;
}

.battery-84sq6s a span {
    min-width: -moz-max-content;
    min-width: max-content;
}

.battery-84sq6s a img,
.battery-84sq6s a svg-icon-sprite {
    width: 16px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.battery-84sq6s a img svg,
.battery-84sq6s a svg-icon-sprite svg {
    fill: rgb(255, 255, 255);
}

.battery-bfybdb {
    padding-left: 232px;
    transition-duration: 0.3s;
}

.battery-bfybdb.battery-uhqly6 {
    padding-left: 80px;
}

.battery-9u1rbg .battery-k9lspa {
    width: 100%;
}

.battery-306ja3 {
    aspect-ratio: 1816/550;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 2px solid var(--border-color);
}


.battery-7giz6y {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.battery-7giz6y img {
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover;
    object-fit: cover; */
    display: block;
}

.battery-7giz6y video {
    position: absolute;
    height: 100%;
    width: auto;
    inset: 0;
    right: unset;
    left: 50%;
    transform: translate(-27%);
}

.battery-app2uc {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 600px;
    height: 100%;
    padding-left: 72px;
}

.battery-app2uc p:nth-child(1) {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: var(--title-color);
}

.battery-app2uc p:nth-child(2) {
margin-top: 8px;
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: -0.05em;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 500px;
    font-family: "Unbounded", sans-serif;
    word-wrap: break-word;
    color: var(--text-color);
}

.battery-app2uc a {
    margin-top: 24px;
    height: 90px;
    width: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 24px;
    padding: 0 10px;
    border-width: 0 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 10px;
    text-align: center;
    font-family: "Unbounded", sans-serif;
    letter-spacing: -0.02em;
    line-height: 1;
    text-shadow: 0 1px 0 rgb(255, 255, 255);
    text-transform: uppercase;
    background-color: var(--button-bg-color);
    text-shadow: 0 1px 0 rgb(255, 255, 255);
    color: var(--button-text-color);
}

.battery-nouqjo {
    top: 63px;
    z-index: 9;
    position: sticky;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    background-color: var(--fh-bg-color);
    padding: 16px 0 8px 20px;
}

.battery-yx0wia {
    position: relative;
}

.battery-yx0wia::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 60px;
    right: 0;
    top: 0;
    background-image: linear-gradient(270deg, var(--fh-bg-color) 50%, rgba(255, 255, 25, 0) 100%);
}

.battery-wjobtc {
    overflow-x: auto;
    padding: 0 20px 8px 0;
}

.battery-wjobtc::-webkit-scrollbar {
    display: block;
    height: 11px;
}

.battery-wjobtc::-webkit-scrollbar-thumb {
    background: var(--button-bg-color);
}

.battery-wjobtc::-webkit-scrollbar-track {
    background: transparent;
}

.battery-wjobtc ul {
    display: flex;
    gap: 4px;
    min-width: -moz-max-content;
    min-width: max-content;
    justify-content: center;
}

.battery-wjobtc ul li:last-child {
    position: relative;
    z-index: 2;
}

.battery-wjobtc ul a {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 12px;
    min-width: 120px;
    padding: 16px 12px;
    text-transform: uppercase;
    background-color: var(--button-bg-color);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--button-text-color)
}

.battery-wjobtc ul a span {
    position: relative;
}

.battery-wjobtc ul a span:nth-child(1) {
    width: 42px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.battery-wjobtc ul a span:nth-child(1) img {
    width: 100%;
    height: 100%;
}

.battery-nnvuhb {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.battery-evwgwb {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.battery-evwgwb:nth-child(3) .battery-kmtege {
    grid-template-columns: repeat(3, 1fr);
}

.battery-evwgwb:nth-child(3) .battery-dolvq7 {
    aspect-ratio: 614/409;
}

.battery-91c0nf {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.battery-c1j401 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-family: "Unbounded", sans-serif;
    text-transform: uppercase;
}

.battery-jxd3ws {
    display: none;
}

.battery-lubruk {
    display: flex;
    align-items: center;
    gap: 12px;
}

.battery-lubruk p {
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    font-family: "Unbounded", sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: var(--button-bg-color);
}

.battery-9bucrz {
    display: flex;
    align-items: center;
    gap: 1px;
}

.battery-9bucrz span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--button-bg-color);
    box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px rgb(0, 0, 0);
    transition-duration: 0.3s;
    border-radius: 6px;
    border-right: 1px solid linear-gradient(0deg, var(--border-color), var(--border-color)), linear-gradient(238.battery-uxr152, var(--border-color) 5%, rgba(73, 73, 73, 0) 76%);
    border-left: 1px solid linear-gradient(0deg, var(--border-color), var(--border-color)), linear-gradient(238.battery-uxr152, var(--border-color) 5%, rgba(73, 73, 73, 0) 76%);
}

.battery-9bucrz span svg-icon-sprite {
    width: 24px;
}

.battery-9bucrz span svg-icon-sprite svg {
    fill: var(--button-text-color);
}

.battery-9bucrz span:first-child svg-icon-sprite,
.battery-9bucrz span:hover svg-icon-sprite {
    width: 24px;
}

.battery-9bucrz span:first-child svg-icon-sprite svg,
.battery-9bucrz span:hover svg-icon-sprite svg {
    fill: var(--button-text-color);
}

.battery-kmtege {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 8px;
}

.battery-dolvq7 {
    position: relative;
    max-height: 235px;
    max-width: 175px;
    overflow: hidden;
    border: 3px solid var(--border-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
}

.battery-dolvq7 span {
    display: none;
}

.battery-dolvq7 img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.battery-astnuy {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: -0.04em;
    color: rgb(110, 110, 110);
}

.battery-hbiagt {
    padding: 40px 80px;
    position: relative;
}

.battery-isj8nc {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.battery-n0475k {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--text-color)
}

.battery-n0475k h1,
.battery-n0475k h2,
.battery-n0475k h3,
.battery-n0475k h4 {
    font-weight: 600;
    color: var(--title-color)
}

.battery-n0475k h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.battery-n0475k h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

.battery-n0475k h3 {
    font-size: 27px;
    margin-bottom: 10px;
}

.battery-n0475k h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.battery-n0475k p,
.battery-n0475k .battery-s56yok {
    margin-bottom: 20px;
}

.battery-n0475k ol,
.battery-n0475k ul {
    padding-left: 50px;
    list-style: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 17px;
}

.battery-n0475k ol p,
.battery-n0475k ul p {
    margin-bottom: 15px;
}

.battery-n0475k ol p:first-child,
.battery-n0475k ul p:first-child {
    font-weight: 900;
}

.battery-n0475k ul {
    list-style: disc;
}

.battery-n0475k h3:last-child,
.battery-n0475k ol:last-child,
.battery-n0475k p:last-child,
.battery-n0475k .battery-s56yok:last-child {
    margin-bottom: 0;
}

.battery-n0475k.battery-1xhas5 .battery-uswmqs {
    margin-bottom: 25px;
}

.battery-n0475k.battery-1xhas5 .battery-uswmqs p,
.battery-n0475k.battery-1xhas5 .battery-uswmqs ol,
.battery-n0475k.battery-1xhas5 .battery-uswmqs ul,
.battery-n0475k.battery-1xhas5 .battery-uswmqs .battery-s56yok {
    margin-bottom: 15px;
}

.battery-n0475k.battery-1xhas5 .battery-uswmqs p:last-child,
.battery-n0475k.battery-1xhas5 .battery-uswmqs ol:last-child,
.battery-n0475k.battery-1xhas5 .battery-uswmqs ul:last-child,
.battery-n0475k.battery-1xhas5 .battery-uswmqs .battery-s56yok:last-child {
    margin-bottom: 0;
}

.battery-n0475k.battery-1xhas5 .battery-uswmqs p:first-child {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 900;
}

.battery-n0475k.battery-1xhas5 .battery-uswmqs:last-child {
    margin-bottom: 0;
}

.battery-n0475k table {
    border-collapse: collapse;
    margin-bottom: 17px;
    width: 100%;
}

.battery-n0475k th,
.battery-n0475k td {
    padding: 12px;
    border: 1px solid rgb(255, 255, 255);
    text-align: left;
    font-weight: 500;
}



.battery-n0475k th {
    background: url(../images/general-btn-texture.battery-nbxp8y.svg) repeat-x left center padding-box, linear-gradient(0deg, var(--border-color), var(--border-color)), linear-gradient(238.battery-uxr152, var(--border-color) 5%, rgba(64, 64, 64, 0) 76%);
}

footer {
    padding: 32px 0;
    position: relative;
    background-color: var(--fh-bg-color);
    border-top: 1px solid var(--border-color);
}

.battery-yfgyql {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
}

.battery-a97wy2 {
    display: flex;
    justify-content: center;
    gap: 2px;
}

.battery-a97wy2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 180px;
    gap: 8px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    background: var(--button-bg-color);
    box-shadow: 0 2px rgb(0, 0, 0), 0 2px 0 0 rgba(255, 255, 255, 0.25) inset, 0 -2px 0 0 rgba(0, 0, 0, 0.25);
    font-family: "Unbounded", sans-serif;
    letter-spacing: -0.02em;
    line-height: 1;
    text-transform: uppercase;
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    border-radius: 8px;
    text-shadow: 0 1px 0 rgb(0, 0, 0);
    color: var(--button-text-color);
}

.battery-a97wy2 a svg-icon-sprite {
    width: 20px;
}

.battery-a97wy2 a svg-icon-sprite svg {
    fill: var(--button-bg-color);
}

.battery-a97wy2 a img {
    width: 20px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.battery-10q2qj {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 40px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-transform: capitalize;
}

.battery-10q2qj ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 16px;
    display: flex;
    flex-direction: column;
    color: var(--footer-text-color)
}

.battery-2kggw3 {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Unbounded", sans-serif;
    letter-spacing: -0.02em;
    color: var(--title-color);
}

.battery-p2gma4 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.battery-p2gma4:nth-child(2) {
    margin-top: 60px;
}

.battery-v3r6h4 {
    display: flex;
    justify-content: center;
    gap: 1px;
}

.battery-v3r6h4 a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 92px;
    height: 36px;
    padding: 6px;
    border-radius: 32px;
    color: var(--button-text-color);
    background: var(--button-bg-color);
    font-weight: 400;
    line-height: 1.2;
    font-size: 12px;
}

.battery-v3r6h4 a:last-child {
    width: 80px;
}

.battery-v3r6h4 a svg-icon-sprite {
    width: 12px;
}

.battery-v3r6h4 a svg-icon-sprite svg {
    fill: var(--button-bg-color);
}

.battery-v3r6h4 a img {
    width: 80px;
}

.battery-3uqx6d {
    display: flex;
    justify-content: center;
    align-items: center;
}

.battery-3uqx6d img {
    width: 40px;
}

.battery-d0rvxx {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 16px;
    color: rgb(110, 110, 110);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
}

@media (max-width: 1919px) {
    .battery-kmtege {
        grid-template-columns: repeat(7, 1fr);
    }
    .battery-o487t6:nth-child(n+8) {
        display: none;
    }
    .battery-306ja3 {
        aspect-ratio: 1304/450;
    }
    .battery-app2uc {
        width: 510px;
    }
    .battery-app2uc p:nth-child(2) {
        font-size: 30px;
    }
}

@media (max-width: 1279px) {
    .battery-keoia9 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
    }
    .battery-keoia9 svg-icon-sprite {
        width: 100%;
    }
    .battery-keoia9 span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .battery-keoia9 span:nth-child(2) {
        display: none;
    }
    .battery-keoia9.battery-uhqly6 span:nth-child(1) {
        display: none;
    }
    .battery-keoia9.battery-uhqly6 span:nth-child(2) {
        display: flex;
    }
    .battery-8i6som {
        display: none;
    }
    .battery-s04erf {
        width: 96px;
    }
    .battery-krgbmy {
        display: none;
    }
    header {
        height: 60px;
    }
    .battery-xml6ol {
        width: 420px;
        left: -420px;
        transition-duration: 0.3s;
        top: 60px;
        height: calc(100vh - 60px);
    }
    .battery-xml6ol.battery-uhqly6 {
        left: 0;
        width: 420px;
    }
    .battery-xml6ol.battery-uhqly6 .battery-6l1tnr a::after {
        display: block;
    }
    .battery-xml6ol.battery-uhqly6 .battery-6l1tnr a span:nth-child(2) {
        display: block;
    }
    .battery-xml6ol.battery-uhqly6 .battery-84sq6s {
        grid-template-columns: repeat(2, 1fr);
    }
    .battery-xml6ol.battery-uhqly6 .battery-84sq6s a span {
        display: block;
    }
    .battery-xml6ol .battery-krgbmy {
        display: flex;
        width: 100%;
    }
    .battery-bfybdb {
        padding-left: 0;
        position: relative;
    }
    .battery-bfybdb.battery-uhqly6 {
        padding-left: 0;
    }
    .battery-bfybdb.battery-uhqly6::before {
        opacity: 1;
    }
    .battery-bfybdb::before {
        content: "";
        pointer-events: none;
        z-index: 50;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        transition-duration: 0.3s;
        left: 0;
        background: rgba(26, 26, 26, 0.85);
        opacity: 0;
    }
    .battery-kmtege {
        grid-template-columns: repeat(6, 1fr);
    }
    .battery-o487t6:nth-child(n+7) {
        display: none;
    }
    .battery-9bucrz {
        display: none;
    }
    .battery-10q2qj {
        grid-template-columns: repeat(4, 1fr);
    }
    .battery-3d40ky:nth-child(n+5) {
        display: none;
    }
    .battery-hbiagt {
        padding: 40px 0px;
    }
    .battery-yfgyql {
        padding: 0;
    }
    .battery-306ja3 {
        aspect-ratio: 768/250;
    }
    .battery-7giz6y video {
        display: none;
    }
    .battery-app2uc {
        padding-left: 20px;
        width: 410px;
    }
    .battery-app2uc p:nth-child(1) {
        font-size: 16px;
    }
    .battery-app2uc p:nth-child(2) {
        font-size: 28px;
    }
    .battery-app2uc a {
        width: 400px;
    }
    .battery-nouqjo {
        top: 59px;
        padding: 8px 0 4px 20px;
    }
    .battery-wjobtc {
        padding: 0 20px 4px 0;
    }
    .battery-wjobtc::-webkit-scrollbar {
        height: 5px;
    }
    .battery-wjobtc ul a {
        flex-direction: row;
        padding: 11px 16px;
        min-width: auto;
        gap: 8px;
    }
    .battery-wjobtc ul a span:nth-child(1) {
        width: 30px;
    }
    .battery-yx0wia::after {
        display: none;
    }
    .battery-c1j401 {
        font-size: 20px;
    }
    .battery-1auvn0 {
        padding: 12px 20px 32px;
    }
    .battery-xml6ol .battery-krgbmy {
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .battery-xml6ol {
        width: 100%;
        left: -100%;
    }
    .battery-xml6ol.battery-uhqly6 {
        width: 100%;
    }
    .battery-kmtege {
        grid-template-columns: repeat(3, 1fr);
    }
    .battery-o487t6:nth-child(n+7) {
        display: none;
    }
    .battery-n0475k ol,
    .battery-n0475k ul {
        padding-left: 30px;
    }
    .battery-n0475k {
        font-size: 16px;
    }
    .battery-s56yok th,
    .battery-s56yok td {
        padding: 8px;
    }
    .battery-10q2qj {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
        padding: 0 30px;
    }
    .battery-a97wy2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .battery-a97wy2 a {
        width: 100%;
    }
    .battery-v3r6h4 {
        flex-wrap: wrap;
    }
    .battery-evwgwb:nth-child(3) .battery-kmtege {
        grid-template-columns: repeat(1, 1fr);
    }
    .battery-306ja3 {
        aspect-ratio: 375/710;
        padding-bottom: 20px;
    }
    .battery-306ja3:before {
        height: 70%;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .battery-7giz6y {
        /* height: 258px; */
    }
    .battery-app2uc {
        padding: 0px 20px;
        width: 100%;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
    }
    .battery-app2uc p:nth-child(2) {
        margin-top: 4px;
        font-size: 24px;
    }
    .battery-app2uc a {
        width: 100%;
        height: 80px;
        margin-top: 8px;
    }
    .battery-i7rh4l {
        gap: 15px;
    }
    .battery-rpfjn1 {
        height: 55px;
        padding: 0 8px;
        font-size: 12px;
    }
    header .battery-k9lspa {
        width: 100%;
        margin: 0 auto;
        padding: 0 2px 0 10px;
        max-width: 1920px;
    }
}

@media (max-width: 370px) {
    .battery-rpfjn1 {
        padding: 0 4px;
        font-size: 10px;
    }
    .battery-1auvn0 {
        padding: 12px 12px 32px;
    }
}

@media (max-width: 569px) {
    .battery-n0475k th, .battery-n0475k td {
       padding: 6px 3px;
        font-size: 10px;
        max-width: 60px;
    }
}

.battery-app2uc p {
    text-shadow: 0 0 20px black;
}

.battery-hbiagt img {
    max-width: 100%;
    display: block;
    margin: 17px auto;
}

.battery-i4axmd {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

/* contanct form */
.battery-gik6yz {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.battery-gik6yz label {
  font-size: 14px;
}

.battery-gik6yz h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.battery-gik6yz input,
.battery-gik6yz textarea,
.battery-gik6yz button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.battery-gik6yz button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.battery-uip6j4 ease;
}
.battery-gik6yz button:hover {
  background-color: #691204;
}
.battery-2se44p {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.battery-xpwubp ease-in;
}

.battery-2se44p h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

aside {
    font-size: 14px;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.battery-xy5c06, .battery-1yfhrj, [class*="review-card"],
thead, thead th, table th, .battery-qc8z50,
.battery-8upq6i, [class*="collapsible-header"],
.battery-y2rd30, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-v6 */
:root {
  --button-text-color: #FFFFFF;
  --footer-text-color: #ece7dc;
}
/* Ensure footer links/text is visible on dark fh-bg-color (#002B3D) */
footer { color: var(--footer-text-color) !important; }
footer a { color: var(--footer-text-color) !important; opacity: 0.85; }
footer a:hover { opacity: 1; }

/* brandauto-contrast-v8 START */
/* Footer column headings use color:var(--title-color) (#0F0F0F) via .battery-2kggw3,
   which beats the inherited footer{} rule. Force light text on the dark --fh-bg-color (#002B3D) footer. */
footer .battery-2kggw3,
footer .battery-2kggw3 a {
  color: #ece7dc !important;
}
/* Bottom disclaimer/copyright sets its own muted grey (rgb(110,110,110)); lift to a
   dimmer-but-legible light tone to preserve the intended muted look while passing 4.5:1. */
footer .battery-d0rvxx,
footer .battery-d0rvxx p {
  color: #d8d3c6 !important;
}

/* --- Content-table delineation (battery) ---
   Article content lives in .battery-n0475k; ALL 5 content tables have a <thead>.
   There are NO decorative/layout tables on this template, so scoping to
   ".battery-n0475k table" hits every content table and nothing else.
   The template's own rule paints th with a light --border-color (#DEE2E6) texture and
   th/td borders in white (#FFFFFF) -> tables blend into the light page. Override with a
   solid dark header bg (--fh-bg-color #002B3D), light header text, dark body text on a
   light zebra, and visible dark borders so content tables read as distinct grids. */
.battery-n0475k table {
  border-collapse: collapse !important;
  width: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.18) !important;
  /* no overflow:hidden -> allows the mobile horizontal-scroll rule below to work */
}
.battery-n0475k table thead th,
.battery-n0475k table th {
  background: #002B3D !important;
  background-image: none !important;
  color: #ece7dc !important;
  border: 1px solid rgba(0, 0, 0, 0.30) !important;
}
.battery-n0475k table td {
  color: #0F0F0F !important;
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
}
/* Zebra striping for readable rows on the light page. */
.battery-n0475k table tbody tr:nth-child(odd) td {
  background: #FFFFFF !important;
}
.battery-n0475k table tbody tr:nth-child(even) td {
  background: #F0F0F0 !important;
}

/* --- Mobile: wide multi-column tables SCROLL horizontally instead of clipping --- */
@media (max-width: 820px) {
  .battery-n0475k table {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
}
/* brandauto-contrast-v8 END */
