/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss ***!
  \*******************************************************************************************************************************************/
html,
body {
    height: 100%;
}

html {
    box-sizing: border-box;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
    font-size: 62.5%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

body {
    font-family: system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

button,
input,
textarea,
select {
    font: inherit;
    border: none;
    background: none;
    outline: none;
}

button {
    cursor: pointer;
}

textarea {
    resize: vertical;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}

:where(figure, blockquote) {
    margin: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
}

[hidden] {
    display: none !important;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background: #999;
}

::-webkit-scrollbar-thumb:hover {
    background: #777;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

@media (max-width: 1440.98px) {
    .container {
        max-width: 100%;
    }
}
@media (max-width: 992.98px) {
    .container {
        padding: 0 2.4rem;
    }
}
.content-description {
    padding: 0 0 80px 0;
}
@media (max-width: 991px) {
    .content-description {
        padding: 0 0 40px 0;
    }
}
.content-description__title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
}
@media (max-width: 991px) {
    .content-description__title {
        font-size: 14px;
        margin-bottom: 25px;
    }
}
.content-description__text {
    font-size: 15px;
    line-height: 25px;
    padding-left: 16px;
    position: relative;
    color: rgb(204, 204, 204);
}
@media (max-width: 991px) {
    .content-description__text {
        font-size: 14px;
        padding-left: 10px;
    }
}
.content-description__text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: var(--theme-base-color);
}

.term-marking {
    background-color: #121212;
    padding: 80px 0;
    box-shadow: 500px 0 0 0 #121212, -500px 0 0 0 #121212;
}
@media (max-width: 991px) {
    .term-marking {
        padding: 40px 0;
        box-shadow: 100px 0 0 0 #121212, -100px 0 0 0 #121212;
    }
}
.term-marking__inner {
    margin-bottom: 40px;
    display: flex;
    gap: 34px;
}
@media (max-width: 991px) {
    .term-marking__inner {
        flex-direction: column;
    }
}
.term-marking__content {
    flex-basis: 50%;
    max-width: 50%;
}
@media (max-width: 991px) {
    .term-marking__content {
        flex-basis: 100%;
        max-width: 100%;
    }
}
.term-marking__title {
    font-size: 30px;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
}
.term-marking__subtitle {
    font-size: 18px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
}
@media (max-width: 991px) {
    .term-marking__subtitle {
        font-size: 16px;
    }
}
.term-marking__text {
    font-size: 15px;
    line-height: 25px;
    color: rgb(204, 204, 204);
    position: relative;
}
@media (max-width: 991px) {
    .term-marking__text {
        font-size: 14px;
    }
}
.term-marking__text--line {
    padding-left: 16px;
    position: relative;
}
@media (max-width: 991px) {
    .term-marking__text--line {
        padding-left: 13px;
    }
}
.term-marking__text--line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: var(--theme-base-color);
}
.term-marking__image {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
@media (max-width: 991px) {
    .term-marking__image {
        flex-basis: 100%;
        max-width: 100%;
    }
}
.term-marking__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.what-is-marked {
    padding: 80px 0 120px 0;
}
@media (max-width: 991px) {
    .what-is-marked {
        padding: 40px 0 80px 0;
    }
}
.what-is-marked__title {
    font-size: 30px;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
}
@media (max-width: 991px) {
    .what-is-marked__title {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
    }
}
.what-is-marked__text {
    font-size: 15px;
    line-height: 25px;
    color: rgb(204, 204, 204);
    position: relative;
}
@media (max-width: 991px) {
    .what-is-marked__text {
        font-size: 14px;
    }
}
.what-is-marked__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 33px;
    margin: 40px 0;
}
@media (max-width: 991px) {
    .what-is-marked__grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
        margin: 32px 0;
    }
}
.what-is-marked__grid-item {
    border: 1px solid #3a3a3a;
    background: #232323;
    border-radius: 4px;
    padding: 55px 40px;
}
.what-is-marked__grid-icon {
    max-width: 85px;
    width: 100%;
    height: 85px;
    margin-bottom: 31px;
}
.what-is-marked__grid-icon img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    height: auto;
}
.what-is-marked__grid-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 16px;
    color: rgb(255, 255, 255);
}
.what-is-marked__grid-text {
    font-size: 15px;
    line-height: 25px;
    color: rgb(204, 204, 204);
    position: relative;
}
@media (max-width: 991px) {
    .what-is-marked__grid-text {
        font-size: 14px;
    }
}

.marking-preparation {
    padding: 0 0 80px 0;
}
@media (max-width: 991px) {
    .marking-preparation {
        padding: 0 0 40px 0;
    }
}
.marking-preparation__title {
    font-size: 30px;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
}
.marking-preparation__text {
    font-size: 15px;
    line-height: 25px;
    color: rgb(204, 204, 204);
    position: relative;
    margin-bottom: 40px;
}
.marking-preparation__text:nth-of-type(2) {
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .marking-preparation__text {
        font-size: 14px;
        margin-bottom: 32px;
    }
}
.marking-preparation__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .marking-preparation__list {
        gap: 24px;
        padding-bottom: 32px;
    }
}
.marking-preparation__item {
    display: flex;
    align-items: flex-start;
    gap: 100px;
}
@media (max-width: 991px) {
    .marking-preparation__item {
        flex-direction: column;
        gap: 10px;
    }
}
.marking-preparation__item-number {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: rgb(255, 180, 0);
}
.marking-preparation__item-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.marking-preparation__item-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 16px;
    color: rgb(255, 255, 255);
}
.marking-preparation__item-text {
    font-size: 15px;
    line-height: 25px;
    color: rgb(204, 204, 204);
    position: relative;
}
@media (max-width: 991px) {
    .marking-preparation__item-text {
        font-size: 14px;
    }
}
.marking-preparation__item-text a {
    color: rgb(255, 180, 0);
    text-decoration: underline;
}
.marking-preparation__card {
    border: 1px solid #3a3a3a;
    background: #232323;
    border-radius: 4px;
    padding: 30px 37px 36px;
    display: flex;
    gap: 34px;
}
@media (max-width: 991px) {
    .marking-preparation__card {
        flex-direction: column;
        gap: 24px;
    }
}
.marking-preparation__card-image {
    max-width: 150px;
    width: 100%;
    height: auto;
}
.marking-preparation__card-image img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    height: auto;
}
.marking-preparation__card-content {
    display: flex;
    gap: 24px;
    flex-direction: column;
}
.marking-preparation__card-title {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    color: rgb(255, 255, 255);
}
.marking-preparation__card-title a {
    text-decoration: underline;
}
