* {
    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.mystake-7iudb6 {
    overflow: hidden;
}

.mystake-1luc98 {
    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 .mystake-1luc98 {
    height: 100%;
    max-width: none;
    width: 100%;
    padding: 0 2px 0 20px;
}

header.mystake-za4dcm .mystake-1vxhfr:last-child {
    color: var(--button-text-color);
}

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

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

.mystake-1mj0fv {
    display: none;
}

.mystake-fepzgb {
    width: 143px;
}

.mystake-fepzgb img {
    width: 100%;
    height: 100%;
    display: block;
}

.mystake-nrnqtm {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mystake-nrnqtm svg-icon-sprite {
    width: 100%;
}

.mystake-5isokc {
    display: flex;
    gap: 2px;
}

.mystake-m155bs {
    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)
}

.mystake-m155bs svg-icon-sprite {
    width: 16px;
}

.mystake-1vxhfr {
    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);
}

.mystake-1vxhfr: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);
}

.mystake-7f8jgh {
    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);
}

.mystake-7f8jgh .mystake-m155bs {
    display: none;
}

.mystake-7f8jgh.mystake-za4dcm {
    width: 80px;
}

.mystake-7f8jgh.mystake-za4dcm .mystake-aholya a::after {
    display: none;
}

.mystake-7f8jgh.mystake-za4dcm .mystake-aholya a span:nth-child(2) {
    display: none;
}

.mystake-7f8jgh.mystake-za4dcm .mystake-eev71l {
    grid-template-columns: repeat(1, 1fr);
}

.mystake-7f8jgh.mystake-za4dcm .mystake-eev71l a span {
    display: none;
}

.mystake-388ky1 {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--border-color);
}

.mystake-btud9v {
    height: 1px;
    margin: 0 6px;
    background-color: 1px solid var(--border-color);
}

.mystake-btud9v:last-child {
    display: none;
}

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

.mystake-aholya:nth-child(12)::after {
    display: none;
}

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

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

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

.mystake-aholya li {
    width: 100%;
}

.mystake-aholya 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;
}

.mystake-aholya a:after,
.mystake-aholya 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;
}

.mystake-aholya a::after {
    opacity: 0;
    left: auto;
    right: 0;
}

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

.mystake-aholya a span:nth-child(1) svg-icon-sprite {
    width: 100%;
}

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

.mystake-aholya a span:nth-child(2) {
    min-width: -moz-max-content;
    min-width: max-content;
}


.mystake-aholya a:hover:before {
    opacity: 1;
}

.mystake-eev71l {
    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);
}

.mystake-eev71l 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;
}

.mystake-eev71l a span {
    min-width: -moz-max-content;
    min-width: max-content;
}

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

.mystake-eev71l a img svg,
.mystake-eev71l a svg-icon-sprite svg {
    fill: rgb(255, 255, 255);
}

.mystake-domwvz {
    padding-left: 232px;
    transition-duration: 0.3s;
}

.mystake-domwvz.mystake-za4dcm {
    padding-left: 80px;
}

.mystake-6lq8yp .mystake-1luc98 {
    width: 100%;
}

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


.mystake-qaggdb {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mystake-qaggdb img {
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover;
    object-fit: cover; */
    display: block;
}

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

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

.mystake-ca8079 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);
}

.mystake-ca8079 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);
}

.mystake-ca8079 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);
}

.mystake-fs1hot {
    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;
}

.mystake-43afv7 {
    position: relative;
}

.mystake-43afv7::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%);
}

.mystake-y27a3k {
    overflow-x: auto;
    padding: 0 20px 8px 0;
}

.mystake-y27a3k::-webkit-scrollbar {
    display: block;
    height: 11px;
}

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

.mystake-y27a3k::-webkit-scrollbar-track {
    background: transparent;
}

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

.mystake-y27a3k ul li:last-child {
    position: relative;
    z-index: 2;
}

.mystake-y27a3k 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)
}

.mystake-y27a3k ul a span {
    position: relative;
}

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

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

.mystake-8sfjul {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.mystake-3hud10 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mystake-3hud10:nth-child(3) .mystake-wdnrxl {
    grid-template-columns: repeat(3, 1fr);
}

.mystake-3hud10:nth-child(3) .mystake-q08y8y {
    aspect-ratio: 614/409;
}

.mystake-hys8w5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.mystake-p5ljvh {
    display: none;
}

.mystake-8rwud2 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mystake-8rwud2 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);
}

.mystake-m534c6 {
    display: flex;
    align-items: center;
    gap: 1px;
}

.mystake-m534c6 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.mystake-9pyns4, 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.mystake-9pyns4, var(--border-color) 5%, rgba(73, 73, 73, 0) 76%);
}

.mystake-m534c6 span svg-icon-sprite {
    width: 24px;
}

.mystake-m534c6 span svg-icon-sprite svg {
    fill: var(--button-text-color);
}

.mystake-m534c6 span:first-child svg-icon-sprite,
.mystake-m534c6 span:hover svg-icon-sprite {
    width: 24px;
}

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

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

.mystake-q08y8y {
    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;
}

.mystake-q08y8y span {
    display: none;
}

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

.mystake-lwm5j6 {
    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);
}

.mystake-qfesto {
    padding: 40px 80px;
    position: relative;
}

.mystake-vucee9 {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

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

.mystake-393m8a h1,
.mystake-393m8a h2,
.mystake-393m8a h3,
.mystake-393m8a h4 {
    font-weight: 600;
    color: var(--title-color)
}

.mystake-393m8a h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.mystake-393m8a h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

.mystake-393m8a h3 {
    font-size: 27px;
    margin-bottom: 10px;
}

.mystake-393m8a h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.mystake-393m8a p,
.mystake-393m8a .mystake-cbcqim {
    margin-bottom: 20px;
}

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

.mystake-393m8a ol p,
.mystake-393m8a ul p {
    margin-bottom: 15px;
}

.mystake-393m8a ol p:first-child,
.mystake-393m8a ul p:first-child {
    font-weight: 900;
}

.mystake-393m8a ul {
    list-style: disc;
}

.mystake-393m8a h3:last-child,
.mystake-393m8a ol:last-child,
.mystake-393m8a p:last-child,
.mystake-393m8a .mystake-cbcqim:last-child {
    margin-bottom: 0;
}

.mystake-393m8a.mystake-8nh9qh .mystake-fh3948 {
    margin-bottom: 25px;
}

.mystake-393m8a.mystake-8nh9qh .mystake-fh3948 p,
.mystake-393m8a.mystake-8nh9qh .mystake-fh3948 ol,
.mystake-393m8a.mystake-8nh9qh .mystake-fh3948 ul,
.mystake-393m8a.mystake-8nh9qh .mystake-fh3948 .mystake-cbcqim {
    margin-bottom: 15px;
}

.mystake-393m8a.mystake-8nh9qh .mystake-fh3948 p:last-child,
.mystake-393m8a.mystake-8nh9qh .mystake-fh3948 ol:last-child,
.mystake-393m8a.mystake-8nh9qh .mystake-fh3948 ul:last-child,
.mystake-393m8a.mystake-8nh9qh .mystake-fh3948 .mystake-cbcqim:last-child {
    margin-bottom: 0;
}

.mystake-393m8a.mystake-8nh9qh .mystake-fh3948 p:first-child {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 900;
}

.mystake-393m8a.mystake-8nh9qh .mystake-fh3948:last-child {
    margin-bottom: 0;
}

.mystake-393m8a table {
    border-collapse: collapse;
    margin-bottom: 17px;
    width: 100%;
}

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



.mystake-393m8a th {
    background: url(../images/general-btn-texture.mystake-nsph9p.svg) repeat-x left center padding-box, linear-gradient(0deg, var(--border-color), var(--border-color)), linear-gradient(238.mystake-9pyns4, 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);
}

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

.mystake-qjr5bg {
    display: flex;
    justify-content: center;
    gap: 2px;
}

.mystake-qjr5bg 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);
}

.mystake-qjr5bg a svg-icon-sprite {
    width: 20px;
}

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

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

.mystake-einl56 {
    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;
}

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

.mystake-yfzui1 {
    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);
}

.mystake-t7uxs7 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mystake-t7uxs7:nth-child(2) {
    margin-top: 60px;
}

.mystake-7ueq0j {
    display: flex;
    justify-content: center;
    gap: 1px;
}

.mystake-7ueq0j 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;
}

.mystake-7ueq0j a:last-child {
    width: 80px;
}

.mystake-7ueq0j a svg-icon-sprite {
    width: 12px;
}

.mystake-7ueq0j a svg-icon-sprite svg {
    fill: var(--button-bg-color);
}

.mystake-7ueq0j a img {
    width: 80px;
}

.mystake-4hptcx {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mystake-4hptcx img {
    width: 40px;
}

.mystake-1u7a75 {
    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) {
    .mystake-wdnrxl {
        grid-template-columns: repeat(7, 1fr);
    }
    .mystake-udcz4p:nth-child(n+8) {
        display: none;
    }
    .mystake-41qrgx {
        aspect-ratio: 1304/450;
    }
    .mystake-ca8079 {
        width: 510px;
    }
    .mystake-ca8079 p:nth-child(2) {
        font-size: 30px;
    }
}

@media (max-width: 1279px) {
    .mystake-1mj0fv {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
    }
    .mystake-1mj0fv svg-icon-sprite {
        width: 100%;
    }
    .mystake-1mj0fv span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .mystake-1mj0fv span:nth-child(2) {
        display: none;
    }
    .mystake-1mj0fv.mystake-za4dcm span:nth-child(1) {
        display: none;
    }
    .mystake-1mj0fv.mystake-za4dcm span:nth-child(2) {
        display: flex;
    }
    .mystake-nrnqtm {
        display: none;
    }
    .mystake-fepzgb {
        width: 96px;
    }
    .mystake-m155bs {
        display: none;
    }
    header {
        height: 60px;
    }
    .mystake-7f8jgh {
        width: 420px;
        left: -420px;
        transition-duration: 0.3s;
        top: 60px;
        height: calc(100vh - 60px);
    }
    .mystake-7f8jgh.mystake-za4dcm {
        left: 0;
        width: 420px;
    }
    .mystake-7f8jgh.mystake-za4dcm .mystake-aholya a::after {
        display: block;
    }
    .mystake-7f8jgh.mystake-za4dcm .mystake-aholya a span:nth-child(2) {
        display: block;
    }
    .mystake-7f8jgh.mystake-za4dcm .mystake-eev71l {
        grid-template-columns: repeat(2, 1fr);
    }
    .mystake-7f8jgh.mystake-za4dcm .mystake-eev71l a span {
        display: block;
    }
    .mystake-7f8jgh .mystake-m155bs {
        display: flex;
        width: 100%;
    }
    .mystake-domwvz {
        padding-left: 0;
        position: relative;
    }
    .mystake-domwvz.mystake-za4dcm {
        padding-left: 0;
    }
    .mystake-domwvz.mystake-za4dcm::before {
        opacity: 1;
    }
    .mystake-domwvz::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;
    }
    .mystake-wdnrxl {
        grid-template-columns: repeat(6, 1fr);
    }
    .mystake-udcz4p:nth-child(n+7) {
        display: none;
    }
    .mystake-m534c6 {
        display: none;
    }
    .mystake-einl56 {
        grid-template-columns: repeat(4, 1fr);
    }
    .mystake-wusg0s:nth-child(n+5) {
        display: none;
    }
    .mystake-qfesto {
        padding: 40px 0px;
    }
    .mystake-wu3uwv {
        padding: 0;
    }
    .mystake-41qrgx {
        aspect-ratio: 768/250;
    }
    .mystake-qaggdb video {
        display: none;
    }
    .mystake-ca8079 {
        padding-left: 20px;
        width: 410px;
    }
    .mystake-ca8079 p:nth-child(1) {
        font-size: 16px;
    }
    .mystake-ca8079 p:nth-child(2) {
        font-size: 28px;
    }
    .mystake-ca8079 a {
        width: 400px;
    }
    .mystake-fs1hot {
        top: 59px;
        padding: 8px 0 4px 20px;
    }
    .mystake-y27a3k {
        padding: 0 20px 4px 0;
    }
    .mystake-y27a3k::-webkit-scrollbar {
        height: 5px;
    }
    .mystake-y27a3k ul a {
        flex-direction: row;
        padding: 11px 16px;
        min-width: auto;
        gap: 8px;
    }
    .mystake-y27a3k ul a span:nth-child(1) {
        width: 30px;
    }
    .mystake-43afv7::after {
        display: none;
    }
    .mystake-dr3cao {
        font-size: 20px;
    }
    .mystake-388ky1 {
        padding: 12px 20px 32px;
    }
    .mystake-7f8jgh .mystake-m155bs {
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .mystake-7f8jgh {
        width: 100%;
        left: -100%;
    }
    .mystake-7f8jgh.mystake-za4dcm {
        width: 100%;
    }
    .mystake-wdnrxl {
        grid-template-columns: repeat(3, 1fr);
    }
    .mystake-udcz4p:nth-child(n+7) {
        display: none;
    }
    .mystake-393m8a ol,
    .mystake-393m8a ul {
        padding-left: 30px;
    }
    .mystake-393m8a {
        font-size: 16px;
    }
    .mystake-cbcqim th,
    .mystake-cbcqim td {
        padding: 8px;
    }
    .mystake-einl56 {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
        padding: 0 30px;
    }
    .mystake-qjr5bg {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .mystake-qjr5bg a {
        width: 100%;
    }
    .mystake-7ueq0j {
        flex-wrap: wrap;
    }
    .mystake-3hud10:nth-child(3) .mystake-wdnrxl {
        grid-template-columns: repeat(1, 1fr);
    }
    .mystake-41qrgx {
        aspect-ratio: 375/710;
        padding-bottom: 20px;
    }
    .mystake-41qrgx:before {
        height: 70%;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .mystake-qaggdb {
        /* height: 258px; */
    }
    .mystake-ca8079 {
        padding: 0px 20px;
        width: 100%;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
    }
    .mystake-ca8079 p:nth-child(2) {
        margin-top: 4px;
        font-size: 24px;
    }
    .mystake-ca8079 a {
        width: 100%;
        height: 80px;
        margin-top: 8px;
    }
    .mystake-zc0bmc {
        gap: 15px;
    }
    .mystake-1vxhfr {
        height: 55px;
        padding: 0 8px;
        font-size: 12px;
    }
    header .mystake-1luc98 {
        width: 100%;
        margin: 0 auto;
        padding: 0 2px 0 10px;
        max-width: 1920px;
    }
}

@media (max-width: 370px) {
    .mystake-1vxhfr {
        padding: 0 4px;
        font-size: 10px;
    }
    .mystake-388ky1 {
        padding: 12px 12px 32px;
    }
}

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

.mystake-ca8079 p {
    text-shadow: 0 0 20px black;
}

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

.mystake-0xtjts {
  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 */
.mystake-h5frvj {
  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;
}

.mystake-h5frvj label {
  font-size: 14px;
}

.mystake-h5frvj h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-h5frvj input,
.mystake-h5frvj textarea,
.mystake-h5frvj 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;
}
.mystake-h5frvj button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-z6jssa ease;
}
.mystake-h5frvj button:hover {
  background-color: #691204;
}
.mystake-18ipl1 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-hceelz ease-in;
}

.mystake-18ipl1 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;
}
.mystake-vuwnkv, .mystake-etsour, [class*="review-card"],
thead, thead th, table th, .mystake-ut7tu5,
.mystake-ghexrm, [class*="collapsible-header"],
.mystake-yc7rok, [class*="updated-block"] {
  color: #ece7dc !important;
}
