body {
    --body-background: var(--blue2);
    --body-font-color: var(--gray8);
    --body-font-size: 1rem;
    --body-font-weight: 300;
    --body-line-height: 1.4;
    --body-font-family: var(--default-font-family);
    --body-margin-top: 51px;
    --body-margin: var(--body-margin-top) 0 0
}

@media (min-width:768px) {
    body {
        --body-margin-top: 96px
    }
}

:root {
    --white: #fff;
    --off-white: #fefefe;
    --dirty-white: #edebec;
    --black: #0a0a0a;
    --off-black: #333;
    --gray0: #fafafa;
    --gray1: #f7f7f7;
    --gray2: #f3f3f4;
    --gray3: #ebebeb;
    --gray4: #ddd;
    --gray5: #cacaca;
    --gray6: #8a8a8a;
    --gray7: #8a8a8a;
    --gray8: #6e6362;
    --gray9: #666;
    --purple1: #757294;
    --purple2: #aa7fb8;
    --purple3: #8463b9;
    --purple4: #995fa7;
    --purple5: #722a88;
    --purple6: #533747;
    --purple7: #48334e;
    --purple8: #302238;
    --purple9: #1a1450;
    --blue0: #f8f9fd;
    --blue1: #f0f8ff;
    --blue2: #f5f6fa;
    --blue3: #eaebf0;
    --blue4: #e4e7f2;
    --blue5: #d7ebfe;
    --blue6: #4a90e2;
    --blue7: #1a1352;
    --green1: #e3fcef;
    --green2: #afdbd8;
    --green3: #48e79a;
    --green4: #5cb85c;
    --green5: #064;
    --green6: #397b79;
    --lighter-orange: #fffae6;
    --dark-orange: #ffab00;
    --darker-orange: #ff8b00;
    --light-orange: #e89781;
    --orange: #e07356;
    --red: red;
    --lighter-pink: #f5e6f4;
    --light-pink: #f1d9ee;
    --pink: #d183c9;
    --dark-pink: #c688c5;
    --primary-color: var(--purple5);
    --secondary-color: var(--gray4);
    --input-color: var(--gray8);
    --input-disabled-color: var(--black);
    --input-background: var(--white);
    --input-disabled-background: var(--gray4);
    --input-border-color: var(--gray4);
    --input-hover-border-color: var(--gray6);
    --input-alt-color: var(--black);
    --input-alt-background: var(--blue2);
    --input-alt-border-color: var(--gray3);
    --input-alt-hover-border-color: var(--gray5);
    --body-background: var(--blue2);
    --link-color: var(--primary-color);
    --link-hover-color: var(--purple6);
    --default-font-family: "MuseoSansRounded", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    --article-font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    --input-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    --input-height: 2.75em;
    --input-font-size: 15px
}

@font-face {
    font-family: MuseoSansRounded;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: local("MuseoSansRounded"), url("../fonts/museosansrounded-300-webfont.woff2") format("woff2"), url("../fonts/museosansrounded-300-webfont.woff") format("woff")
}

@font-face {
    font-family: MuseoSansRounded;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: local("MuseoSansRounded"), url("../fonts/museosansrounded-500-webfont.woff2") format("woff2"), url("../fonts/museosansrounded-500-webfont.woff") format("woff")
}

@font-face {
    font-family: MuseoSansRounded;
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    src: local("MuseoSansRounded"), url("../fonts/museosansrounded-100-webfont.woff2") format("woff2"), url("../fonts/museosansrounded-100-webfont.woff") format("woff")
}

@media (max-width:768px) {
    :root {
        --input-font-size: 16px
    }
}

:root {
    --block-shadow: 0 0 15px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    --block-shadow-bottom: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
    --block-shadow-top: 0 -18px 35px rgba(50, 50, 93, 0.1), 0 -8px 15px rgba(0, 0, 0, 0.07);
    --block-shadow-min: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 0 3px 0 rgba(0, 0, 0, 0.1);
    --block-shadow-hover: var(--block-shadow-bottom);
    --floating-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12)
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
    margin: 0
}

main {
    display: block
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
select {
    margin: 0
}

button {
    overflow: visible;
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

fieldset {
    padding: .35em .75em .625em
}

input {
    overflow: visible
}

legend {
    box-sizing: border-box;
    display: table
}

progress {
    display: inline-block;
    vertical-align: baseline
}

select {
    text-transform: none
}

textarea {
    margin: 0;
    overflow: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

details,
dialog {
    display: block
}

dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

dialog:not([open]) {
    display: none
}

summary {
    display: list-item
}

template {
    display: none
}

html {
    box-sizing: border-box;
    font-family: sans-serif;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body,
html {
    line-height: var(--body-line-height)
}

body {
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    color: var(--body-font-color);
    background-color: #f5f6fa;
    background-color: var(--body-background);
    margin: var(--body-margin);
    display: flex;
    min-height: 100vh;
    flex-direction: column
}

*,
:after,
:before {
    box-sizing: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500
}

span {
    display: inline-block
}

a {
    color: #722a88;
    color: var(--link-color);
    font-weight: 500;
    background-color: transparent
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #533747;
    color: var(--link-hover-color)
}

figure {
    margin: 0 0 1rem
}

button,
input,
optgroup,
select,
textarea {
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height)
}

label {
    display: inline-block;
    margin-bottom: .2rem;
    text-transform: uppercase;
    font-size: .875rem
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 20px 0 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #edebec;
    border-bottom: 1px solid var(--dirty-white);
    padding-bottom: 6px;
    margin-bottom: 22px;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

legend small {
    color: #8a8a8a;
    color: var(--gray7);
    margin-left: 10px
}

table {
    border-collapse: collapse
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-bottom: 1px solid var(--gray3);
    margin: 25px 0
}

dt {
    font-weight: 500
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

b,
strong {
    font-weight: bolder
}

.definition {
    cursor: help;
    background-color: #f0f8ff;
    background-color: var(--blue1)
}

footer {
    background-color: #48334e;
    background-color: var(--purple7);
    color: #fff;
    color: var(--white);
    padding: 60px 10px;
    text-align: center
}

@media (max-width:767px) {
    footer {
        font-size: .875rem
    }
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer ul li {
    display: inline-block
}

footer ul li:not(:last-child):after {
    content: "";
    border-right: 1px solid #aa7fb8;
    border-right: 1px solid var(--purple2);
    padding-right: 12px;
    margin-right: 6px
}

footer ul li.no-split:after {
    border-right: none;
    padding-right: 0
}

footer p {
    margin: 28px 0;
    opacity: .8
}

footer a {
    font-weight: 300
}

footer a,
footer a:hover {
    color: #fff;
    color: var(--white)
}

footer a:hover {
    text-decoration: underline
}

footer svg {
    width: 16px;
    vertical-align: sub
}

main {
    flex: 1;
    margin-bottom: 40px
}

@media (min-width:1024px) {
    main {
        margin-top: 35px;
        margin-bottom: 50px
    }
}

[data-wenk] {
    position: relative
}

[data-wenk]:after {
    position: absolute;
    font-size: .8125rem;
    border-radius: .4rem;
    content: attr(data-wenk);
    padding: .8rem;
    background-color: rgba(17, 17, 17, .8);
    box-shadow: 0 0 14px rgba(0, 0, 0, .1);
    color: #fff;
    color: var(--white);
    line-height: 20px;
    line-height: 1.25rem;
    text-align: left;
    z-index: 1;
    pointer-events: none;
    display: block;
    visibility: hidden;
    transition: all .3s;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 10px);
    white-space: pre;
    width: auto;
    opacity: 0
}

[data-wenk]:hover {
    overflow: visible
}

[data-wenk]:hover:after {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -10px)
}

[data-wenk].wenk--bottom:after,
[data-wenk][data-wenk-pos=bottom]:after {
    bottom: auto;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -10px)
}

[data-wenk].wenk--bottom:hover:after,
[data-wenk][data-wenk-pos=bottom]:hover:after {
    transform: translate(-50%, 10px)
}

[data-wenk].wenk--left:after,
[data-wenk][data-wenk-pos=left]:after {
    bottom: auto;
    left: auto;
    top: 50%;
    right: 100%;
    transform: translate(10px, -50%)
}

[data-wenk].wenk--left:hover:after,
[data-wenk][data-wenk-pos=left]:hover:after {
    transform: translate(-10px, -50%)
}

[data-wenk].wenk--right:after,
[data-wenk][data-wenk-pos=right]:after {
    bottom: auto;
    top: 50%;
    left: 100%;
    transform: translate(-10px, -50%)
}

[data-wenk].wenk--right:hover:after,
[data-wenk][data-wenk-pos=right]:hover:after {
    transform: translate(10px, -50%)
}

[data-wenk].wenk-length--small:after,
[data-wenk][data-wenk-length=small]:after {
    white-space: normal;
    width: 80px
}

[data-wenk].wenk-length--medium:after,
[data-wenk][data-wenk-length=medium]:after {
    white-space: normal;
    width: 150px
}

[data-wenk].wenk-length--large:after,
[data-wenk][data-wenk-length=large]:after {
    white-space: normal;
    width: 260px
}

[data-wenk].wenk-length--fit:after,
[data-wenk][data-wenk-length=fit]:after {
    white-space: normal;
    width: 100%
}

[data-wenk].wenk-align--right:after,
[data-wenk][data-wenk-align=right]:after {
    text-align: right
}

[data-wenk].wenk-align--center:after,
[data-wenk][data-wenk-align=center]:after {
    text-align: center
}

[data-wenk=""]:after {
    visibility: hidden!important
}

.nav__logo {
    margin-top: 10px;
    margin-left: 6px;
    display: block
}

@media (min-width:768px) {
    .nav__logo {
        margin-left: 8px;
        margin-top: 5px
    }
}

@media (min-width:1024px) {
    .nav__logo {
        margin-top: 0
    }
}

.nav__logo img {
    height: 36px
}

@media (min-width:768px) {
    .nav__logo img {
        height: 50px
    }
}

@media (min-width:1024px) {
    .nav__logo img {
        height: 56px
    }
}

.nav__logo a {
    display: block;
    text-align: left
}

.nav__links {
    display: none
}

@media (min-width:768px) {
    .nav__links {
        display: block
    }
}

.nav__links .intercom,
.nav__links .intercom i {
    margin-right: 0
}

.nav__link {
    color: #533747;
    color: var(--purple6);
    font-weight: 300;
    margin: 10px 4px;
    padding: 6px;
    display: inline-block;
    position: relative
}

@media (min-width:769px) {
    .nav__link {
        margin: 10px 8px
    }
}

.nav__link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #afdbd8;
    background-color: var(--green2);
    visibility: hidden;
    transform: scaleX(0);
    transition: all .3s ease-in-out 0s
}

.nav__link.active,
.nav__link:hover {
    color: #722a88;
    color: var(--primary-color)
}

.nav__link.active:before,
.nav__link:hover:before {
    visibility: visible;
    transform: scaleX(1)
}

.nav__link.active {
    font-weight: 300
}

.nav__link .badge {
    background-color: #533747;
    background-color: var(--purple6);
    border-radius: 8px;
    width: 16px;
    height: 16px;
    color: #fff;
    position: absolute;
    top: calc(50% - 8px);
    right: -14px;
    overflow: hidden;
    text-align: center;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500
}

.nav__link .badge.red {
    background-color: red
}

.nav__link_active {
    font-weight: 500;
    color: #0a0a0a;
    color: var(--black)
}

.nav__link_active:after {
    content: "";
    display: block;
    width: 60%;
    margin: 6px auto 0
}

.nav__link_active:hover:before {
    visibility: hidden
}

.nav__link_login {
    background-color: #722a88;
    background-color: var(--primary-color);
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color .15s ease-in-out;
    cursor: pointer;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2), 0 0 3px 0 rgba(0, 0, 0, .1);
    box-shadow: var(--block-shadow-min);
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
    background-color: transparent;
    color: #fff;
    color: var(--white);
    box-shadow: none;
    margin-left: 10px;
    padding: 4px 16px;
    border: 1px solid #533747;
    border: 1px solid var(--purple6);
    color: #533747;
    color: var(--purple6);
    font-weight: 300
}

.nav__link_login:hover {
    background-color: #533747;
    background-color: var(--link-hover-color);
    color: #fff;
    color: var(--white)
}

.nav__link_login:disabled {
    background-color: #ddd;
    background-color: var(--gray4);
    font-weight: 300;
    cursor: not-allowed;
    color: #8a8a8a;
    color: var(--gray6);
    box-shadow: none
}

.nav__link_login:disabled,
.nav__link_login:hover {
    background-color: #ebebeb;
    background-color: var(--gray3);
    color: #722a88;
    color: var(--primary-color)
}

.nav__link_login:hover {
    border-color: #722a88;
    border-color: var(--primary-color)
}

.nav__links__mobile {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4
}

.nav__links__mobile__inner {
    display: flex;
    height: 100%
}

.nav__links__mobile__links {
    box-shadow: 0 0 15px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    box-shadow: var(--block-shadow);
    background-color: #fff;
    background-color: var(--white);
    width: 100%;
    padding: 20px 0 10px 20px
}

@media (min-width:321px) {
    .nav__links__mobile__links {
        padding: 70px 30px 10px
    }
}

.nav__links__mobile__links ul {
    list-style: none;
    margin: 0 0 30px 2px;
    padding: 0
}

.nav__links__mobile__links ul a,
.nav__links__mobile__links ul button {
    color: #533747;
    color: var(--purple6);
    padding: 6px 0;
    display: block;
    margin: 0
}

.nav__links__mobile__links ul button {
    padding: 6px 16px
}

.nav__links__mobile__links__apply div {
    font-size: 1rem;
    color: #0a0a0a;
    color: var(--black)
}

.nav__links__mobile__links__apply a {
    background-color: #722a88;
    background-color: var(--primary-color);
    color: #fff;
    color: var(--white);
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color .15s ease-in-out;
    cursor: pointer;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2), 0 0 3px 0 rgba(0, 0, 0, .1);
    box-shadow: var(--block-shadow-min);
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
    padding: .5rem 1.5rem;
    background-color: #fff;
    background-color: var(--white);
    color: #722a88;
    color: var(--primary-color);
    box-shadow: none;
    border: 1px solid #722a88;
    border: 1px solid var(--primary-color);
    margin-top: 10px
}

.nav__links__mobile__links__apply a:hover {
    background-color: #533747;
    background-color: var(--link-hover-color);
    color: #fff;
    color: var(--white)
}

.nav__links__mobile__links__apply a:disabled {
    background-color: #ddd;
    background-color: var(--gray4);
    font-weight: 300;
    cursor: not-allowed;
    color: #8a8a8a;
    color: var(--gray6);
    box-shadow: none
}

.nav__links__mobile__links__apply a:disabled,
.nav__links__mobile__links__apply a:hover {
    background-color: #ebebeb;
    background-color: var(--gray3);
    color: #722a88;
    color: var(--primary-color)
}

.nav__links__mobile__col {
    width: 50px;
    background-color: #48334e;
    background-color: var(--purple7);
    opacity: .8
}

.nav__links__mobile__close {
    text-align: center;
    position: absolute;
    top: 0;
    right: 12px;
    z-index: 1
}

.nav__links__mobile__close a {
    display: block;
    color: #fff;
    color: var(--white);
    font-size: 2.125rem;
    font-weight: 500
}

.nav__burger {
    text-align: right
}

@media (min-width:768px) {
    .nav__burger {
        display: none
    }
}

.nav__burger a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
    margin: 18px 5px 18px 18px
}

.nav__burger a:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #722a88;
    background: var(--purple5);
    box-shadow: 0 7px 0 #722a88, 0 14px 0 #722a88;
    box-shadow: 0 7px 0 var(--purple5), 0 14px 0 var(--purple5);
    content: ""
}

.nav__burger a:after:hover {
    background: #8a8a8a;
    background: var(--gray6);
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
    box-shadow: 0 7px 0 var(--gray6), 0 14px 0 var(--gray6)
}

.nav__link_burger {
    display: block
}

@media (min-width:768px) {
    .nav__link_burger {
        display: none
    }
}

nav {
    background-color: #fff;
    background-color: var(--white);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2), 0 0 3px 0 rgba(0, 0, 0, .1);
    box-shadow: var(--block-shadow-min);
    z-index: 99;
    position: fixed;
    width: 100%;
    height: var(--body-margin-top);
    top: 0
}

nav .container {
    display: flex;
    width: 96%;
    justify-content: space-between;
    align-items: center
}

@media (min-width:768px) {
    nav .container {
        width: 98%
    }
}

.action {
    display: flex;
    flex-direction: column;
    border: 1px solid #ebebeb;
    border-left: 4px solid #afdbd8;
    border: 1px solid var(--gray3);
    border-left: 4px solid var(--green2);
    padding: 20px;
    background-color: #f7f7f7;
    background-color: var(--gray1);
    font-size: .9375rem;
    color: #0a0a0a;
    color: var(--black)
}

@media (min-width:768px) {
    .action {
        flex-direction: row
    }
}

.action_danger {
    border-left-color: #e07356;
    border-left-color: var(--orange)
}

.action_highlight {
    background-color: #fff;
    background-color: var(--white)
}

@media (min-width:768px) {
    .action__text {
        flex: 1
    }
}

.action__text p:last-child,
.action__text ul {
    margin-bottom: 0
}

.action__text ul {
    font-size: .9375rem
}

.action__button {
    padding-top: 20px
}

@media (min-width:768px) {
    .action__button {
        padding: 10px 0 0 30px
    }
}

.align-right {
    text-align: right
}

.center {
    text-align: center
}

.indent {
    margin-left: 10px;
    padding-left: 12px;
    border-left: 1px solid #cacaca;
    border-left: 1px solid var(--gray5)
}

@media (min-width:425px) {
    .indent {
        margin-left: 16px;
        padding-left: 16px
    }
}

.success {
    color: #5cb85c;
    color: var(--green4)
}

.quiet {
    color: #8a8a8a;
    color: var(--gray6)
}

.quieter {
    color: #cacaca;
    color: var(--gray5)
}

.danger {
    color: red;
    color: var(--red)
}

.alert {
    color: #e07356;
    color: var(--orange)
}

.container,
.container-narrow,
.container_tablet-max {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    width: 94%
}

.container-narrow,
.container_tablet-max {
    max-width: 768px
}

.container-box {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    width: 94%;
    border-radius: 3px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2), 0 0 3px 0 rgba(0, 0, 0, .1);
    box-shadow: var(--block-shadow-min);
    background-color: #fff;
    background-color: var(--white)
}

.container-box__narrow {
    max-width: 660px
}

.container-box__inner {
    padding: 16px;
    position: relative
}

@media (min-width:425px) {
    .container-box__inner {
        padding: 30px
    }
}

@media (min-width:426px) {
    .container-box__inner {
        padding: 60px
    }
}

.alternative-currency:before {
    padding-left: 4px;
    content: "(approx. ";
    display: inline-block;
    padding-right: 3px
}

.alternative-currency:after {
    content: ")";
    display: inline-block
}

.dl_horizontal>dt {
    font-weight: 500;
    line-height: 1.42857143
}

@media (min-width:426px) {
    .dl_horizontal>dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.dl_horizontal>dt a {
    font-weight: 300
}

@media (min-width:426px) {
    .dl_horizontal>dd {
        margin-left: 180px
    }
}

.dl_horizontal>dd:after,
.dl_horizontal>dd:before {
    display: table;
    content: " "
}

@media (min-width:426px) {
    .dl_horizontal.dt_narrow>dt {
        width: 100px
    }
    .dl_horizontal.dt_narrow>dd {
        margin-left: 120px
    }
}

.dl_horizontal .dd_print,
.dl_horizontal .dt_print {
    font-size: .85em;
    font-weight: 300
}

.dl_horizontal .dd_print {
    font-weight: 100;
    margin-bottom: .25rem
}

.dl_horizontal .dd_title,
.dl_horizontal .dt_title {
    font-size: .85em;
    font-weight: 500;
    margin-top: .5rem;
    margin-bottom: .25rem
}

.dl_horizontal>.dl_horizontal {
    border-top: 1px dashed #ddd;
    border-top: 1px dashed var(--gray4);
    padding-top: 10px;
    color: #6e6362;
    color: var(--gray8);
    display: none
}

.dividing-header {
    display: table;
    white-space: nowrap;
    height: auto;
    margin: 40px 0 20px;
    text-align: center;
    color: #1a1352;
    color: var(--blue7);
    font-weight: 500;
    font-size: 1rem
}

.dividing-header:after,
.dividing-header:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC");
    content: "";
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat
}

.dividing-header:before {
    background-position: right 1em top 50%
}

.dividing-header:after {
    background-position: left 1em top 50%
}

.dividing-header_nospaced {
    margin-top: 0
}

.dividing-header_large {
    font-size: 1.125rem
}

.dividing-header_left:before {
    width: 0;
    padding-left: 4px
}

.dividing-header_left:after {
    width: 100%
}

.form__actions {
    border-top: 1px solid #ebebeb;
    border-top: 1px solid var(--gray3);
    padding-top: 20px;
    display: flex;
    align-items: center
}

@media (max-width:767px) {
    .form__actions .button,
    .form__actions [type=reset],
    .form__actions [type=submit] {
        width: 100%
    }
}

.form__actions_min {
    padding-top: 14px;
    margin-top: 0
}

.form__actions__choice {
    margin: 0 10px;
    font-weight: 500;
    font-size: 1.125rem;
    text-align: center
}

@media (max-width:767px) {
    .form__actions__choice {
        width: 100%;
        display: block;
        margin: 5px 0
    }
}

@media (max-width:425px) {
    .form__actions__with-next {
        display: block
    }
}

.form__actions__with-next section {
    margin: 14px 0 0
}

@media (min-width:426px) {
    .form__actions__with-next section {
        margin: 0 0 0 10px
    }
}

.form__actions__message {
    margin-left: 30px;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase
}

.form__actions__message_success {
    color: #5cb85c;
    color: var(--green4)
}

@media (min-width:768px) {
    .form__row {
        display: flex
    }
    .form__row>.form__column,
    .form__row>.input {
        flex: 1;
        padding: 0 10px
    }
    .form__row>.form__column:first-child,
    .form__row>.input:first-child {
        padding-left: 0
    }
    .form__row>.form__column:last-child,
    .form__row>.input:last-child {
        padding-right: 0
    }
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week] {
    color: #6e6362;
    color: var(--input-color);
    background-color: #fff;
    background-color: var(--input-background);
    height: 2.75em;
    height: var(--input-height);
    font-size: .9375rem;
    font-size: var(--input-font-size);
    font-weight: 300;
    line-height: 1.25rem;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #ddd;
    border: 1px solid var(--input-border-color);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: var(--input-transition);
    display: block;
    padding: .5rem;
    background-image: none;
    background-clip: padding-box
}

[type=color]:hover:not(:disabled),
[type=date]:hover:not(:disabled),
[type=datetime-local]:hover:not(:disabled),
[type=datetime]:hover:not(:disabled),
[type=email]:hover:not(:disabled),
[type=month]:hover:not(:disabled),
[type=number]:hover:not(:disabled),
[type=password]:hover:not(:disabled),
[type=search]:hover:not(:disabled),
[type=tel]:hover:not(:disabled),
[type=text]:hover:not(:disabled),
[type=time]:hover:not(:disabled),
[type=url]:hover:not(:disabled),
[type=week]:hover:not(:disabled) {
    border-color: #8a8a8a;
    border-color: var(--input-hover-border-color)
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus {
    color: #6e6362;
    color: var(--input-color);
    background-color: #fff;
    background-color: var(--input-background);
    border-color: #8a8a8a;
    border-color: var(--input-hover-border-color);
    outline: none
}

[type=color]:disabled,
[type=color][readonly],
[type=date]:disabled,
[type=date][readonly],
[type=datetime-local]:disabled,
[type=datetime-local][readonly],
[type=datetime]:disabled,
[type=datetime][readonly],
[type=email]:disabled,
[type=email][readonly],
[type=month]:disabled,
[type=month][readonly],
[type=number]:disabled,
[type=number][readonly],
[type=password]:disabled,
[type=password][readonly],
[type=search]:disabled,
[type=search][readonly],
[type=tel]:disabled,
[type=tel][readonly],
[type=text]:disabled,
[type=text][readonly],
[type=time]:disabled,
[type=time][readonly],
[type=url]:disabled,
[type=url][readonly],
[type=week]:disabled,
[type=week][readonly] {
    background-color: #ddd;
    background-color: var(--input-disabled-background);
    opacity: .4;
    color: #0a0a0a;
    color: var(--input-disabled-color);
    cursor: not-allowed
}

[type=color]::-webkit-input-placeholder,
[type=date]::-webkit-input-placeholder,
[type=datetime-local]::-webkit-input-placeholder,
[type=datetime]::-webkit-input-placeholder,
[type=email]::-webkit-input-placeholder,
[type=month]::-webkit-input-placeholder,
[type=number]::-webkit-input-placeholder,
[type=password]::-webkit-input-placeholder,
[type=search]::-webkit-input-placeholder,
[type=tel]::-webkit-input-placeholder,
[type=text]::-webkit-input-placeholder,
[type=time]::-webkit-input-placeholder,
[type=url]::-webkit-input-placeholder,
[type=week]::-webkit-input-placeholder {
    color: #cacaca;
    color: var(--gray5);
    opacity: 1
}

[type=color]::-moz-placeholder,
[type=date]::-moz-placeholder,
[type=datetime-local]::-moz-placeholder,
[type=datetime]::-moz-placeholder,
[type=email]::-moz-placeholder,
[type=month]::-moz-placeholder,
[type=number]::-moz-placeholder,
[type=password]::-moz-placeholder,
[type=search]::-moz-placeholder,
[type=tel]::-moz-placeholder,
[type=text]::-moz-placeholder,
[type=time]::-moz-placeholder,
[type=url]::-moz-placeholder,
[type=week]::-moz-placeholder {
    color: #cacaca;
    color: var(--gray5);
    opacity: 1
}

[type=color]:-ms-input-placeholder,
[type=date]:-ms-input-placeholder,
[type=datetime-local]:-ms-input-placeholder,
[type=datetime]:-ms-input-placeholder,
[type=email]:-ms-input-placeholder,
[type=month]:-ms-input-placeholder,
[type=number]:-ms-input-placeholder,
[type=password]:-ms-input-placeholder,
[type=search]:-ms-input-placeholder,
[type=tel]:-ms-input-placeholder,
[type=text]:-ms-input-placeholder,
[type=time]:-ms-input-placeholder,
[type=url]:-ms-input-placeholder,
[type=week]:-ms-input-placeholder {
    color: #cacaca;
    color: var(--gray5);
    opacity: 1
}

[type=color]::-ms-input-placeholder,
[type=date]::-ms-input-placeholder,
[type=datetime-local]::-ms-input-placeholder,
[type=datetime]::-ms-input-placeholder,
[type=email]::-ms-input-placeholder,
[type=month]::-ms-input-placeholder,
[type=number]::-ms-input-placeholder,
[type=password]::-ms-input-placeholder,
[type=search]::-ms-input-placeholder,
[type=tel]::-ms-input-placeholder,
[type=text]::-ms-input-placeholder,
[type=time]::-ms-input-placeholder,
[type=url]::-ms-input-placeholder,
[type=week]::-ms-input-placeholder {
    color: #cacaca;
    color: var(--gray5);
    opacity: 1
}

[type=color]::placeholder,
[type=date]::placeholder,
[type=datetime-local]::placeholder,
[type=datetime]::placeholder,
[type=email]::placeholder,
[type=month]::placeholder,
[type=number]::placeholder,
[type=password]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=text]::placeholder,
[type=time]::placeholder,
[type=url]::placeholder,
[type=week]::placeholder {
    color: #cacaca;
    color: var(--gray5);
    opacity: 1
}

textarea {
    color: #6e6362;
    color: var(--input-color);
    background-color: #fff;
    background-color: var(--input-background);
    height: 2.75em;
    height: var(--input-height);
    font-size: .9375rem;
    font-size: var(--input-font-size);
    font-weight: 300;
    line-height: 1.25rem;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #ddd;
    border: 1px solid var(--input-border-color);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: var(--input-transition);
    display: block;
    padding: .5rem;
    background-image: none;
    background-clip: padding-box;
    height: inherit
}

textarea:focus,
textarea:hover:not(:disabled) {
    border-color: #8a8a8a;
    border-color: var(--input-hover-border-color)
}

textarea:focus {
    color: #6e6362;
    color: var(--input-color);
    background-color: #fff;
    background-color: var(--input-background);
    outline: none
}

textarea:disabled,
textarea[readonly] {
    background-color: #ddd;
    background-color: var(--input-disabled-background);
    opacity: .4;
    color: #0a0a0a;
    color: var(--input-disabled-color);
    cursor: not-allowed
}

textarea::-webkit-input-placeholder {
    color: #cacaca;
    color: var(--gray5);
    opacity: 1
}

textarea::-moz-placeholder {
    color: #cacaca;
    color: var(--gray5);
    opacity: 1
}

textarea:-ms-input-placeholder {
    color: #cacaca;
    color: var(--gray5);
    opacity: 1
}

textarea::-ms-input-placeholder {
    color: #cacaca;
    color: var(--gray5);
    opacity: 1
}

textarea::placeholder {
    color: #cacaca;
    color: var(--gray5);
    opacity: 1
}

[type=checkbox] {
    display: none
}

[type=checkbox]+label {
    margin: 0;
    position: relative;
    cursor: pointer;
    text-transform: none;
    font-size: .9375rem;
    font-size: var(--input-font-size)
}

[type=checkbox]+label:before {
    content: "";
    font-size: .9375rem;
    color: #722a88;
    color: var(--primary-color);
    width: 20px;
    height: 20px;
    background-color: #fff;
    background-color: var(--input-background);
    border: 1px solid #ddd;
    border: 1px solid var(--input-border-color);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: var(--input-transition);
    display: inline-block;
    border-radius: 3px;
    position: relative;
    top: 4px;
    margin-right: 10px
}

[type=checkbox]+label:hover:before {
    border: 1px solid #8a8a8a;
    border: 1px solid var(--input-hover-border-color)
}

[type=checkbox]:checked+label:before {
    background-color: #722a88;
    background-color: var(--primary-color);
    border: 1px solid #722a88;
    border: 1px solid var(--primary-color)
}

[type=checkbox]:checked+label:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border: solid var(--white);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 7px
}

select.select {
    color: #6e6362;
    color: var(--input-color);
    background-color: #fff;
    background-color: var(--input-background);
    height: 2.75em;
    height: var(--input-height);
    font-size: .9375rem;
    font-size: var(--input-font-size);
    font-weight: 300;
    line-height: 1.25rem;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #ddd;
    border: 1px solid var(--input-border-color);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: var(--input-transition);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background: var(--input-background) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding: .6rem 1.5rem .6rem .5rem;
    height: auto
}

select.select:focus,
select.select:hover:not(:disabled) {
    border-color: #8a8a8a;
    border-color: var(--input-hover-border-color)
}

select.select:focus {
    color: #6e6362;
    color: var(--input-color);
    background-color: #fff;
    background-color: var(--input-background);
    outline: none
}

select.select:disabled,
select.select[readonly] {
    background-color: #ddd;
    background-color: var(--input-disabled-background);
    opacity: .4;
    color: #0a0a0a;
    color: var(--input-disabled-color);
    cursor: not-allowed
}

select.select::-ms-expand {
    background-color: transparent;
    border: 0
}

select.select:focus::-ms-value {
    color: #6e6362;
    color: var(--input-color);
    background-color: #fff;
    background-color: var(--input-background)
}

.button {
    background-color: #722a88;
    background-color: var(--primary-color);
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color .15s ease-in-out;
    cursor: pointer;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2), 0 0 3px 0 rgba(0, 0, 0, .1);
    box-shadow: var(--block-shadow-min);
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
    padding: .5rem 1.5rem;
    border: 1px solid transparent
}

.button,
.button:hover {
    color: #fff;
    color: var(--white)
}

.button:hover {
    background-color: #533747;
    background-color: var(--link-hover-color)
}

.button:disabled {
    background-color: #ddd;
    background-color: var(--gray4);
    font-weight: 300;
    cursor: not-allowed;
    color: #8a8a8a;
    color: var(--gray6);
    box-shadow: none
}

.input {
    margin-bottom: 20px
}

.input.radio_buttons>label {
    display: block
}

.input.radio_buttons .radio {
    margin-right: 16px;
    margin-left: 4px
}

@media (max-width:767px) {
    .input.radio_buttons .radio {
        display: block
    }
}

.input.radio_buttons .collection_radio_buttons {
    margin-left: .4rem;
    font-size: 1rem;
    text-transform: none
}

.input__error {
    font-size: .875rem;
    margin-top: 8px;
    color: red;
    color: var(--red)
}

.input__hint {
    font-size: .8125rem;
    color: #8a8a8a;
    color: var(--gray6);
    margin-top: 8px
}

.input__hint+.input__error {
    margin-top: 0
}

@media (min-width:1024px) {
    .row {
        display: flex
    }
    .row .column {
        flex: 1;
        padding-left: 20px;
        padding-right: 20px
    }
    .row .column:first-child {
        padding-left: 0
    }
    .row .column:last-child {
        padding-right: 0
    }
}

.container>.page-title {
    margin-top: 20px
}

@media (min-width:1024px) {
    .container>.page-title {
        margin-top: 30px
    }
}

.page-title {
    margin: 0 auto 30px
}

.page-title h1 {
    font-weight: 100;
    font-size: 1.5rem;
    color: #722a88;
    color: var(--purple5);
    padding: 0 2px 8px;
    border-bottom: 1px solid #ebebeb;
    border-bottom: 1px solid var(--gray3)
}

@media (min-width:768px) {
    .page-title h1 {
        padding-bottom: 0
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .page-title h1 {
        font-size: 1.75rem
    }
}

.page-title h1 small {
    color: #8a8a8a;
    color: var(--gray6);
    font-size: .8125rem;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    display: block
}

@media (min-width:768px) {
    .page-title h1 small {
        float: right;
        position: relative;
        top: 12px
    }
}

.page-title h2 {
    font-weight: 300;
    font-size: 1.0625rem;
    color: #757294;
    color: var(--purple1)
}

.page-title h2 small {
    color: #8a8a8a;
    color: var(--gray6);
    letter-spacing: .0625rem;
    text-transform: uppercase
}

@media (min-width:768px) {
    .page-title h2 small {
        float: right;
        position: relative;
        top: 2px
    }
}

.page-title .label {
    font-size: .5em
}

.shadowed-box {
    border-radius: 3px;
    background-color: #fff;
    background-color: var(--white);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2), 0 0 3px 0 rgba(0, 0, 0, .1);
    box-shadow: var(--block-shadow-min)
}

.shadowed-box_faded {
    opacity: .6;
    box-shadow: none
}

.shadowed-box_dlist>dt {
    float: left;
    width: 60px;
    overflow: hidden;
    clear: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 300;
    color: #757294;
    color: var(--purple1);
    border-bottom: 1px solid #ebebeb;
    border-bottom: 1px solid var(--gray3);
    padding: 12px 0 10px 10px;
    min-height: 42px;
    font-size: .875rem
}

@media (min-width:321px) {
    .shadowed-box_dlist>dt {
        width: 75px;
        font-size: 1rem;
        padding-top: 10px
    }
}

.shadowed-box_dlist>dt:last-of-type {
    border-bottom: none
}

.shadowed-box_dlist>dd {
    margin: 0 0 0 60px;
    border-bottom: 1px solid #ebebeb;
    border-bottom: 1px solid var(--gray3);
    padding: 10px 10px 10px 15px;
    min-height: 42px
}

@media (min-width:321px) {
    .shadowed-box_dlist>dd {
        margin-left: 75px
    }
}

.shadowed-box_dlist>dd:last-of-type {
    border-bottom: none
}

.shadowed-box_dlist>dd:after,
.shadowed-box_dlist>dd:before {
    display: table;
    content: " "
}

.shadowed-box_dlist>dd time {
    color: #8a8a8a;
    color: var(--gray6);
    font-size: .875rem
}

.shadowed-box_dlist__dd-link {
    display: block
}

.shadowed-box_dlist__dd-link i {
    float: right
}

.shadowed-box_link {
    padding: 10px 16px;
    font-weight: 500;
    display: flex;
    margin-top: 10px;
    transition: background-color .15s
}

.shadowed-box_link>section {
    flex: 1;
    align-self: center
}

.shadowed-box_link>section:last-child {
    flex: 0;
    padding-left: 10px
}

.shadowed-box_link>section img {
    border-radius: 6px;
    border: 2px solid #ebebeb;
    border: 2px solid var(--gray3);
    margin: 0 6px 0 -6px
}

.shadowed-box_link>section hr {
    margin: 8px 0
}

.shadowed-box_link>i {
    line-height: 1
}

.shadowed-box_link small {
    display: block;
    font-weight: 300;
    color: #757294;
    color: var(--purple1)
}

a.shadowed-box_link:hover {
    background-color: #f7f7f7;
    background-color: var(--gray1)
}

.shadowed-box_highlighted {
    background-color: #722a88;
    background-color: var(--purple5);
    color: #fff;
    color: var(--white);
    transition: background-color .15s
}

.shadowed-box_highlighted:hover {
    color: #fff;
    color: var(--white);
    background-color: #533747!important;
    background-color: var(--purple6)!important
}

.shadowed-box__link {
    border-radius: 3px;
    display: flex;
    padding: 10px 16px;
    border-top: 1px solid #ddd;
    border-top: 1px solid var(--gray4);
    transition: background-color .15s
}

.shadowed-box__link:first-child {
    border-top: none
}

.shadowed-box__link:hover {
    background-color: #f7f7f7;
    background-color: var(--gray1)
}

.shadowed-box__link>section {
    flex: 1;
    align-self: center
}

.shadowed-box__link>section:last-child {
    flex: 0;
    padding-left: 10px
}

.shadowed-box__link+.shadowed-box__link {
    border-radius: 0
}

.shadowed-box_linked-list {
    list-style: none;
    padding: 0
}

.shadowed-box_linked-list li {
    border-bottom: 1px solid #ebebeb;
    border-bottom: 1px solid var(--gray3)
}

.shadowed-box_linked-list li a {
    padding: 10px 16px;
    display: flex;
    align-items: center
}

.shadowed-box_linked-list li a:hover {
    background-color: #f7f7f7;
    background-color: var(--gray1)
}

.shadowed-box_linked-list li a>div {
    flex: 1
}

.shadowed-box_linked-list li a>div:nth-child(2) {
    padding-left: 15px;
    flex: none
}

.shadowed-box_linked-list li a h3 {
    margin: 0
}

.shadowed-box_linked-list li a h3 small {
    padding-left: 20px;
    font-weight: 300;
    font-size: .75rem
}

.shadowed-box_list {
    list-style: none;
    padding: 0
}

.shadowed-box_list li {
    border-bottom: 1px solid #ebebeb;
    border-bottom: 1px solid var(--gray3);
    padding: 10px 16px
}

.shadowed-box_list li i {
    margin-right: 10px;
    color: #722a88;
    color: var(--purple5)
}

.shadowed-box_sectioned>section {
    border-top: 1px solid #ebebeb;
    border-top: 1px solid var(--gray3);
    padding: 12px
}

@media (min-width:768px) {
    .shadowed-box_sectioned>section {
        padding: 16px
    }
}

.shadowed-box_sectioned>section:first-child {
    border-top: 0
}

.shadowed-box_sectioned>section>i {
    float: right;
    color: #722a88;
    color: var(--purple5)
}

.shadowed-box_sectioned>section .button_to+.button_to {
    margin-top: 5px
}

.shadowed-box_sectioned>section h1 {
    margin: 0
}

.shadowed-box_sectioned>section h4 {
    margin: 0;
    font-weight: 300
}

.shadowed-box_sectioned .shadowed-box_link {
    margin: 0
}

.spaced {
    margin-bottom: 30px
}

.spaced__above {
    margin-top: 30px
}

.spaced__above_small {
    margin-top: 15px
}

.spaced_small {
    margin-bottom: 15px
}

.space__below_large {
    margin-bottom: 50px
}

.space__none {
    margin: 0
}

.table {
    width: 100%;
    max-width: 100%
}

@media (max-width:425px) {
    .table:not(.table_always-horizontal),
    .table:not(.table_always-horizontal) tbody,
    .table:not(.table_always-horizontal) td,
    .table:not(.table_always-horizontal) th,
    .table:not(.table_always-horizontal) thead,
    .table:not(.table_always-horizontal) tr {
        display: block
    }
    .table:not(.table_always-horizontal) thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
}

@media (min-width:426px) {
    .table:not(.table_not-striped) tbody>tr:nth-of-type(odd) {
        background-color: darken(#f7f7f7, .8%);
        background-color: darken(var(--gray1), .8%)
    }
}

.table tbody>tr>td,
.table tbody>tr>th,
.table tfoot>tr>td,
.table tfoot>tr>th,
.table thead>tr>td,
.table thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-top: 1px solid var(--gray4)
}

.table thead>tr>th {
    vertical-align: bottom;
    border-top: none;
    border-bottom: 2px solid #ddd;
    border-bottom: 2px solid var(--gray4);
    color: #6e6362;
    color: var(--gray8);
    font-size: .8125rem;
    text-transform: uppercase;
    font-weight: 300
}

.table tbody>tr {
    background-color: #f8f9fd;
    background-color: var(--blue0)
}

@media (min-width:426px) {
    .table tbody>tr:hover {
        background-color: #fff;
        background-color: var(--white)
    }
}

@media (max-width:425px) {
    .table:not(.table_always-horizontal) td:last-child {
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
        border-bottom: 1px solid var(--gray4)
    }
}

.table td.nowrap {
    white-space: nowrap;
    padding-right: 20px
}

.table td.nopadding {
    padding: 0
}

.table td blockquote {
    color: #666;
    color: var(--gray9);
    font-size: .875rem;
    margin: 10px 0
}

.table ul {
    margin: 0;
    padding-left: 20px
}

.table ul li {
    padding: 1px 0
}

.table_small {
    font-size: .9em
}

.table_dlist tbody>tr>td:first-child {
    font-size: .875rem
}

@media (min-width:426px) {
    .table_dlist tbody>tr>td:first-child {
        width: 80px
    }
}

.table_shadowed {
    border-radius: 3px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2), 0 0 3px 0 rgba(0, 0, 0, .1);
    box-shadow: var(--block-shadow-min)
}

.table_shadowed tbody>tr>td {
    padding: 12px
}

.table_shadowed tr:first-child td:first-child {
    border-top-left-radius: 3px
}

.table_shadowed tr:first-child td:last-child {
    border-top-right-radius: 3px
}

.table_shadowed tr:last-child td:first-child {
    border-bottom-left-radius: 3px
}

.table_shadowed tr:last-child td:last-child {
    border-bottom-right-radius: 3px
}

.table_shadowed tbody>tr {
    background-color: #fff;
    background-color: var(--white)
}

.top-bar {
    position: fixed;
    width: 100%;
    top: var(--body-margin-top);
    background-color: #fafafa;
    background-color: var(--gray0);
    padding: 4px 0;
    height: 46px;
    border-bottom: 1px solid #ebebeb;
    border-bottom: 1px solid var(--gray3);
    z-index: 3
}

@media (min-width:768px) {
    .top-bar {
        top: var(--body-margin-top)
    }
}

.top-bar>div {
    display: flex;
    font-size: .875rem;
    padding: 0 14px;
    height: 100%
}

@media (max-width:767px) {
    .top-bar>div {
        z-index: 4;
        width: 100%
    }
}

@media (min-width:768px) {
    .top-bar>div {
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 1024px;
        width: 94%;
        max-width: 768px;
        padding: 0
    }
}

.top-bar>div section {
    flex: 1;
    align-self: center
}

.top-bar>div section:last-child {
    text-align: right
}

.large {
    font-size: 1.05rem
}

.small {
    font-size: .9rem
}

.smaller {
    font-size: .8rem
}

.smallest {
    font-size: .75rem
}

.bold {
    font-weight: 500
}

.regular {
    font-weight: 300
}

.thin {
    font-weight: 100
}

.strikethrough {
    text-decoration: line-through
}

.underlined {
    text-decoration: underline
}

.DayPicker {
    display: inline-block;
    font-size: 1rem
}

.DayPicker-wrapper {
    position: relative;
    flex-direction: row;
    padding-bottom: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.DayPicker-Months {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.DayPicker-Month {
    display: table;
    margin: 1em 1em 0;
    border-spacing: 0;
    border-collapse: collapse;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.DayPicker-NavButton {
    position: absolute;
    top: 1em;
    right: 1.5em;
    left: auto;
    display: inline-block;
    margin-top: 2px;
    width: 1.25em;
    height: 1.25em;
    background-position: 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #8b9898;
    cursor: pointer
}

.DayPicker-NavButton:hover {
    opacity: .8
}

.DayPicker-NavButton--prev {
    margin-right: 1.5em;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC")
}

.DayPicker-NavButton--next {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==")
}

.DayPicker-NavButton--interactionDisabled {
    display: none
}

.DayPicker-Caption {
    display: table-caption;
    margin-bottom: .5em;
    padding: 0 .5em;
    text-align: left
}

.DayPicker-Caption>div {
    font-weight: 500;
    font-size: 1.15em
}

.DayPicker-Weekdays {
    display: table-header-group;
    margin-top: 1em
}

.DayPicker-WeekdaysRow {
    display: table-row
}

.DayPicker-Weekday {
    display: table-cell;
    padding: .5em;
    color: #8b9898;
    text-align: center;
    font-size: .875em
}

.DayPicker-Weekday abbr[title] {
    border-bottom: none;
    text-decoration: none
}

.DayPicker-Body {
    display: table-row-group
}

.DayPicker-Week {
    display: table-row
}

.DayPicker-Day {
    border-radius: 50%;
    text-align: center
}

.DayPicker-Day,
.DayPicker-WeekNumber {
    display: table-cell;
    padding: .5em;
    vertical-align: middle;
    cursor: pointer
}

.DayPicker-WeekNumber {
    min-width: 1em;
    border-right: 1px solid #eaecec;
    color: #8b9898;
    text-align: right;
    font-size: .75em
}

.DayPicker--interactionDisabled .DayPicker-Day {
    cursor: default
}

.DayPicker-Footer {
    padding-top: .5em
}

.DayPicker-TodayButton {
    border: none;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: #4a90e2;
    font-size: .875em;
    cursor: pointer
}

.DayPicker-Day--today {
    color: #d0021b;
    font-weight: 700
}

.DayPicker-Day--outside {
    color: #8b9898;
    cursor: default
}

.DayPicker-Day--disabled {
    color: #dce0e0;
    cursor: default
}

.DayPicker-Day--sunday {
    background-color: #f7f8f8
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
    color: #dce0e0
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
    position: relative;
    background-color: #4a90e2;
    color: #f0f8ff
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
    background-color: #51a0fa
}

.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
    background-color: #f0f8ff
}

.DayPickerInput {
    display: inline-block
}

.DayPickerInput-OverlayWrapper {
    position: relative
}

.DayPickerInput-Overlay {
    position: absolute;
    left: 0;
    z-index: 1;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15)
}

.base-d62a35 {
        --icon-size: 1em;
        margin-right: 8px;
        display: inline-flex;
        vertical-align: text-top;
        text-align:center
    }

    .base-d62a35 svg {
        height: var(--icon-size);
        width:var(--icon-size)
    }

    .base-d62a35 > span {
        font-style:normal
    }

    ._orange-b9e0df {
        color: var(--orange)
    }
