:root {
    --color-primary: #18193f;
    --color-hover: #5053b1
}

img {
    max-width: 100%
}

body {
    font-family: roboto, sans-serif;
    color: #333;
    word-wrap: break-word
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: lora, serif;
    color: #222
}

.form_bg {
    background: #ccc;
    padding: 20px;
    border-radius: 17px;
}

.header-menu-height {
    height: 57px;
}

.header-color {
    background-color: #f5f8f2;
}

.navbar .navbar-collapse.show ul {
    background-color: #ffffff;
    padding: 20px;
}

.header-menu-space {
    margin-right: 18px;
}

.articles .card a {
    text-decoration: none;
    color: var(--bs-card-title-color);
}

.articles .card-title {
    font-weight: 600;
}

.articles .image-container {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover;
}

.wrapper {
    min-height: 100vh;
    padding: 50px 0
}

.wrapper h1 {
    margin-bottom: 50px;
    text-align: center;
    word-wrap: break-word
}

.wrapper p,
.wrapper ul li {
    line-height: 22px
}

.wrapper p:not(:last-child) {
    margin-bottom: 16px
}

.wrapper a {
    text-decoration: none;
    cursor: pointer;
    color: var(--color-primary)
}

.wrapper a:hover {
    color: var(--color-hover)
}

@media(max-width:640px) {
    .wrapper {
        padding: 50px;
        text-align: justify
    }
}

@media(max-width:480px) {
    .wrapper {
        padding: 50px 25px
    }

    .wrapper p,
    .wrapper ul li {
        font-size: 16px
    }

    .wrapper h1 {
        margin-bottom: 25px
    }
}

.thanksWrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px
}

.thanks__img-box {
    text-align: center
}

.thanksLogo {
    width: 150px
}

.thanksTextContent {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px
}

.thanksText {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0
}

@media(max-width:480px) {
    .thanksLogo {
        width: 80px
    }

    .thanksWrapper {
        padding: 0 30px
    }

    .thanksText {
        font-size: 14px
    }
}

footer a {
    color: var(--color-hover)
}

footer .list-inline-item a:hover {
    color: var(--color-hover) !important
}

.mcui-checkbox {
    display: flex;
    align-items: center;
    user-select: none;
    padding: .6em 0;
    box-sizing: border-box;
    cursor: pointer
}

.mcui-checkbox input[type=checkbox] {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

.mcui-checkbox input[type=checkbox]+div {
    border: 2px solid #8d9aa9;
    height: 20px;
    width: 20px;
    box-sizing: border-box;
    border-radius: 2px;
    position: relative
}

.mcui-checkbox input[type=checkbox]~div:last-child {
    padding-left: .5em
}

.mcui-checkbox input[type=checkbox]:focus+div,
.mcui-checkbox input[type=checkbox]:active+div {
    outline: 2px dashed #8d9aa9;
    outline-offset: 2px
}

.mcui-checkbox input[type=checkbox]:checked+div {
    border-color: #000;
    transition: border-color 107ms cubic-bezier(.65, .25, .56, .96)
}

.mcui-checkbox input[type=checkbox]:checked+div .mcui-check {
    opacity: 1;
    transition: opacity 107ms cubic-bezier(.65, .25, .56, .96)
}

.mcui-checkbox input[type=checkbox]:checked+div .mcui-check polyline {
    animation: dash-check 107ms cubic-bezier(.65, .25, .56, .96)
}

.mcui-checkbox input[type=checkbox]:indeterminate+div::after {
    content: "";
    height: 4px;
    width: 60%;
    left: 20%;
    top: calc(50% - 2px);
    position: absolute;
    background: #8d9aa9;
    border-radius: 1px
}

.mcui-check {
    margin-top: -5px;
    height: 20px;
    width: 20px;
    transform: scale(1);
    color: #000;
    opacity: 0
}

.mcui-check polyline {
    fill: none;
    transform-origin: 50% 50%;
    stroke-width: 5px;
    stroke-dasharray: 22.771367900227325;
    stroke: currentcolor
}

@keyframes dash-check {
    to {
        stroke-dashoffset: 0
    }
}
