.ThemeSwitch_themeSwitch__tVR9c {
    margin-left: 35px
}

.ThemeSwitch_themeSwitch__tVR9c label {
    display: block;
    width: 20px;
    height: 38px;
    background: var(--color-theme-secondary);
    border-radius: 14px;
    position: relative;
    cursor: pointer;
    transition: background .2s ease-in
}

.ThemeSwitch_themeSwitch__tVR9c label:after {
    display: block;
    content: "";
    width: 12px;
    height: 20px;
    background: var(--color-theme-primary-shadow);
    border-radius: 6px;
    position: absolute;
    top: 14px;
    left: 4px;
    transition: top .2s ease-in
}

.ThemeSwitch_themeSwitch__tVR9c input[type=checkbox] {
    display: none
}

.ThemeSwitch_themeSwitch__tVR9c input[type=checkbox]:checked+label {
    background: var(--color-theme-primary)
}

.ThemeSwitch_themeSwitch__tVR9c input[type=checkbox]:checked+label:after {
    background: var(--color-theme-secondary);
    top: 4px
}

@media screen and (max-width:790px) {
    .ThemeSwitch_themeSwitch__tVR9c {
        margin-left: 0;
        position: absolute;
        right: 20px;
        top: 20px
    }
}

.Navbar_nav__qjJ7N {
    display: flex;
    color: var(--color-theme-secondary)
}

.Navbar_nav__navLink__rB_Cw {
    margin-left: 16px;
    font-size: 18px;
    transition: color .4s ease-in-out
}

.Navbar_nav__navLink__rB_Cw:first-child {
    margin-left: 0
}

.Navbar_nav__navLink__active__H_Npu,
.Navbar_nav__navLink__rB_Cw:hover {
    color: var(--color-theme-primary)
}

@media screen and (max-width:790px) {
    .Navbar_nav__qjJ7N {
        width: 100%;
        justify-content: space-around
    }

    .Navbar_nav__navLink__rB_Cw {
        margin-left: 0
    }
}

@media screen and (max-width:480px) {
    .Navbar_nav__qjJ7N {
        justify-content: space-between
    }

    .Navbar_nav__navLink__rB_Cw {
        font-size: 14px
    }
}

.Header_header__NLhag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: var(--layout-width-large);
    padding: 20px 0;
    position: relative
}

@media screen and (max-width:1200px) {
    .Header_header__NLhag {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:640px) {
    .Header_header__NLhag {
        padding-left: 10px;
        padding-right: 10px
    }
}

.Header_header__logo__WuCSo {
    position: relative;
    margin-right: auto;
    width: 150px;
    height: 111px
}

@media screen and (max-width:790px) {
    .Header_header__logo__WuCSo {
        width: 50px;
        margin: 0 auto 20px
    }
}

.AnchorSection_sectionTitle__p_Qmy {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 4px;
    text-align: center;
    color: var(--color-theme-primary);
    margin-bottom: 50px
}

.AnchorSection_sectionTitle__p_Qmy span {
    color: var(--color-theme-secondary)
}