
div.mode-dropdown {
    color: #268bd2;
    cursor: pointer;
    margin: 0;
    margin-right: 1.25rem !important;
    padding: 0 16px 7px 0;
    position: relative
}

div.mode-dropdown.selected {
    color: #6cc544
}

div.mode-dropdown.selected:after {
    border-top-color: #6cc544
}

div.mode-dropdown:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #268bd2;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 8px;
    width: 0
}

div.mode-dropdown ul {
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);

    left: -4px;
    list-style: none;
    margin: 0;
    max-height: 512px;
    overflow-y: scroll;
    padding: 4px 0;
    position: absolute;
    top: 100%;
    width: 206px;

}

div.mode-dropdown ul li {

}

div.mode-dropdown ul li a {
    color: #888;
    display: block;
    font-size: 1.3rem;
    padding: 7px 7px 5px 13px;
    text-decoration: none;

}

div.mode-dropdown ul li a:hover {
    background: #e3f1fa;
    color: #268bd2
}

div.mode-dropdown ul li.selected {
    background: #6cc544;
    color: #fff;
    cursor: default;
    font-size: 1.3rem;
    padding: 7px 7px 5px 13px
}

div.mode-dropdown ul li.selected a {
    color: #fff;
    padding: 0
}

div.mode-dropdown ul li.selected a:hover {
    background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
    background: initial;
    color: inherit
}

div.mode-dropdown:hover {
    color: #168c27
}

div.mode-dropdown:hover ul {
    display: block
}

.shared-markdown-editor {
    color: rgba(46, 52, 64, .87);
    display: flex !important;
    flex: 1 1;
    flex-direction: column;
    height: auto !important;
    padding: 0;
    padding: 0 !important
}

.shared-markdown-editor .row {
    display: flex;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0
}

.shared-markdown-editor .row:after,
.shared-markdown-editor .row:before {
    display: none
}

.shared-markdown-editor .space-between {
    justify-content: space-between
}

.shared-markdown-editor .flex-end {
    justify-content: flex-end
}

.shared-markdown-editor .align-center {
    align-items: center
}

.shared-markdown-editor .position-relative {
    position: relative
}

.shared-markdown-editor>div {
    border-radius: inherit;
    display: flex;
    flex: 1 1;
    flex-direction: column
}

.shared-markdown-editor>.shared-editor-container {
    position: relative
}

.shared-markdown-editor img {
    max-width: 100%
}

.shared-markdown-editor .markdown-preview {
    font-size: 16px;
    overflow: auto;
    padding: 12px
}

.shared-markdown-editor .shared-editor-menu {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-radius: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    flex-direction: row;
    max-width: 100%;
    padding: 0 7px;
    position: sticky;
    top: 0;
    z-index: 1
}

.shared-markdown-editor .shared-editor-menu .shared-editor-menu-select {
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin-right: 30px;
    outline: none;
    padding: 13px 0;
    width: 110px
}

.shared-markdown-editor .shared-editor-menu button.editor-menu-button {
    align-items: center;
    background: none;
    border: none;
    border-radius: 2px;
    color: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    height: 28px;
    justify-content: center;
    margin-right: 20px;
    padding: 6px 9px;
    position: relative;
    width: 28px
}

.shared-markdown-editor .shared-editor-menu button.editor-menu-button svg {
    height: 15px;
    width: auto
}

.shared-markdown-editor .shared-editor-menu button.editor-menu-button.image-icon svg {
    height: 17px;
    width: auto
}

.shared-markdown-editor .shared-editor-menu button.editor-menu-button .heading-icon {
    margin-left: -3px
}

.shared-markdown-editor .shared-editor-menu button.editor-menu-button .heading-icon-number {
    bottom: -2px;
    font-size: 10px;
    font-weight: 800;
    position: absolute;
    right: -5px
}

.shared-markdown-editor .shared-editor-menu button.editor-menu-button.active {
    background: rgba(129, 161, 193, .12);
    color: #5e81ac
}

.shared-markdown-editor .shared-editor-menu button.editor-menu-button:hover {
    background: rgba(129, 161, 193, .24);
    color: #5e81ac;
    outline: 2px solid rgba(94, 129, 172, .3)
}

.shared-markdown-editor .shared-editor-menu button.editor-menu-button:focus {
    outline: 2px solid rgba(129, 161, 193, .12)
}

.shared-markdown-editor .shared-editor-menu .file-upload-input {
    left: -1000%;
    opacity: 0;
    position: absolute;
    top: -1000%
}

.shared-markdown-editor .shared-editor-menu .link-input {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: none;
    color: rgba(46, 52, 64, .87);
    cursor: auto;
    padding: 15px;
    position: absolute;
    top: 38px;
    width: 280px;
    z-index: 5
}

.shared-markdown-editor .shared-editor-menu .link-input input,
.shared-markdown-editor .shared-editor-menu .link-input span {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 15px
}

.shared-markdown-editor .shared-editor-menu .link-input input:focus,
.shared-markdown-editor .shared-editor-menu .link-input span:focus {
    outline: 2px solid rgba(129, 161, 193, .12)
}

.shared-markdown-editor .shared-editor-menu .link-input input {
    font-size: 15px;
    margin-bottom: 12px;
    width: 100%
}

.shared-markdown-editor .shared-editor-menu .link-input input::-moz-placeholder {
    color: #bbb
}

.shared-markdown-editor .shared-editor-menu .link-input input::placeholder {
    color: #bbb
}

.shared-markdown-editor .shared-editor-menu .link-input span {
    align-items: center;
    background: #5e81ac;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin-left: 8px;
    padding: 5px 15px
}

.shared-markdown-editor .shared-editor-menu .link-input span.disabled {
    cursor: auto;
    opacity: .2
}

.shared-markdown-editor .shared-editor-menu .link-input span.cancel-button {
    background: #f9f9f9;
    border: 1px solid #ddd;
    color: #777
}

.shared-markdown-editor .shared-editor-textarea {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    font-size: 16px;
    overflow: auto
}

.shared-markdown-editor .shared-editor-textarea ::-moz-selection {
    background-color: rgba(129, 161, 193, .12)
}

.shared-markdown-editor .shared-editor-textarea ::selection {
    background-color: rgba(129, 161, 193, .12)
}

.shared-markdown-editor .shared-editor-textarea .ProseMirror {
    flex: 1 1;
    font-size: 1.1em;
    outline: none;
    padding: 12px
}

.shared-markdown-editor .shared-editor-textarea .ProseMirror * {
    font-weight: inherit
}

.shared-markdown-editor .shared-editor-textarea .ProseMirror strong {
    font-weight: 800
}

.shared-markdown-editor .shared-editor-textarea .ProseMirror p:first-child.show-placeholder.is-editor-empty:before {
    color: #a0a0a0;
    content: attr(data-placeholder);
    cursor: text;
    margin-left: 2px;
    position: absolute;
    z-index: 0
}

.shared-markdown-editor .shared-editor-textarea .ProseMirror ul p {
    margin: 0
}

.shared-markdown-editor .shared-editor-textarea .ProseMirror a {
    cursor: pointer
}

.shared-markdown-editor .shared-editor-flash {
    background: #b22222;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    left: 50%;
    line-height: 18px;
    padding: 10px 40px 10px 20px;
    position: absolute;
    top: 50px;
    transform: translate(-50%, 10px);
    white-space: nowrap
}

.shared-markdown-editor .shared-editor-flash .shared-editor-flash-subtext {
    font-size: 13px
}

.shared-markdown-editor .shared-editor-flash .x-dismiss {
    font-size: 17px;
    padding: 5px;
    position: absolute;
    right: 3px;
    top: -1px
}

.shared-markdown-editor .image-loading {
    animation: spinning 1s linear infinite;
    width: 22px
}

.shared-markdown-editor .little-button {
    align-items: center;
    border-radius: 40px;
    color: #888;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    line-height: 12px;
    padding: 5px 10px
}

.shared-markdown-editor .little-button.active {
    background: #888;
    color: #fff
}

.shared-markdown-editor .shared-markdown-editor-footer {
    background: #fff;
    border-top: 1px solid #ddd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    justify-content: space-between;
    padding: 8px 12px;
    position: sticky;
    top: 0
}

.shared-markdown-editor .shared-markdown-editor-footer div {
    align-items: center;
    display: flex;
    flex-direction: row
}

.shared-markdown-editor .shared-markdown-editor-footer div span {
    margin-right: 1px
}

.shared-markdown-editor .shared-markdown-editor-footer a {
    font-size: 13px;
    line-height: 13px;
    margin-right: 10px
}

.deals.edit .editor-menu-button[title="Code Block"],
.deals.edit .editor-menu-button[title="Ordered List"],
.deals.edit .editor-menu-button[title="Unordered List"],
.deals.edit .editor-menu-button[title=Blockquote] {
    display: none
}

.rta {
    display: flex;
    flex: 1 1;
    flex-direction: column
}

.rta textarea {
    border: none !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    flex: 1 1;
    font-size: 16px;
    line-height: 1em;
    padding: 12px;
    resize: none
}

.rta .rta__autocomplete .rta__list {
    padding: 0
}

.rta .rta__autocomplete .rta__list .rta__item {
    border-bottom: none
}

.rta .rta__autocomplete .rta__list .rta__item .rta__entity--selected {
    background: rgba(129, 161, 193, .12);
    color: inherit
}

.rta .rta__autocomplete .rta__list .rta__item .rta__entity>* {
    padding: 0
}

.shared-editor-suggestions {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 3px #999;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.shared-editor-suggestions.mention-textarea-container {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    overflow: visible
}

.shared-editor-suggestions.slash-commands-suggestions {
    max-height: 170px;
    overflow: auto
}

.shared-editor-suggestions .shared-editor-suggestion {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    box-sizing: border-box;
    color: rgba(46, 52, 64, .87);
    display: block;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    max-width: 100%;
    padding: 6px 10px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.shared-editor-suggestions .shared-editor-suggestion.highlighted {
    background: rgba(129, 161, 193, .12);
    color: #5e81ac
}

.shared-editor-suggestions .shared-editor-suggestion .shared-editor-suggestion-avatar {
    background-color: rgba(94, 129, 172, .4);
    background-position: 50%;
    background-size: cover;
    border-radius: 100%;
    height: 24px;
    margin-right: 7px;
    width: 24px
}

.shared-editor-suggestions .shared-editor-suggestion .mention-suggestion {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    min-width: 180px
}

.shared-editor-suggestions .shared-editor-suggestion .emoji-suggestion {
    font-size: 15px;
    min-width: 120px;
    padding: 3px 0
}

.shared-editor-suggestions .shared-editor-suggestion .emoji-suggestion div:first-of-type {
    margin-right: 3px;
    position: relative;
    top: 1px
}

.shared-editor-suggestions .shared-editor-suggestion .command-suggestion {
    font-size: 15px;
    min-width: 140px;
    padding: 3px
}

.shared-editor-suggestions .shared-editor-suggestion .command-suggestion svg {
    margin-right: 10px;
    max-height: 12px;
    width: 14px
}

#shared-editor-gif-modal {
    align-items: center;
    background: hsla(0, 0%, 100%, .9);
    border-radius: inherit;
    bottom: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

#shared-editor-gif-modal #shared-editor-gif-modal-body {
    background: #fdfdf8;
    border-radius: inherit;
    box-shadow: 0 0 4px #c6c6c6;
    padding: 30px;
    width: 320px
}

#shared-editor-gif-modal #shared-editor-gif-modal-body button,
#shared-editor-gif-modal #shared-editor-gif-modal-body input {
    border: none
}

#shared-editor-gif-modal #shared-editor-gif-modal-body input {
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 4px 6px;
    width: 174px
}

#shared-editor-gif-modal #shared-editor-gif-modal-body input:focus {
    outline: none
}

#shared-editor-gif-modal #shared-editor-gif-modal-body .hidden {
    height: 0;
    opacity: 0;
    width: 0
}

#shared-editor-gif-modal #shared-editor-gif-modal-body .buttons {
    margin-top: 10px
}

#shared-editor-gif-modal #shared-editor-gif-modal-body .buttons button {
    font-size: 12px;
    margin-right: 4px
}

#shared-editor-gif-modal #shared-editor-gif-modal-body .buttons button:first-of-type {
    background: #377214;
    color: #fff
}

#shared-editor-gif-modal #shared-editor-gif-modal-body .giphy-attribution {
    height: 17px
}

@media(max-width:650px) {
    .shared-markdown-editor .shared-editor-menu button.editor-menu-button[title="Code Block"],
    .shared-markdown-editor .shared-editor-menu button.editor-menu-button[title="Ordered List"],
    .shared-markdown-editor .shared-editor-menu button.editor-menu-button[title="Unordered List"] {
        display: none
    }
}

@media(max-width:450px) {
    .shared-markdown-editor .shared-editor-menu button.editor-menu-button[title=Blockquote],
    .shared-markdown-editor .shared-editor-menu button.editor-menu-button[title=Bold],
    .shared-markdown-editor .shared-editor-menu button.editor-menu-button[title=Italic] {
        display: none
    }
    .link-input {
        width: 210px
    }
}

@keyframes spinning {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.OOJ5gEWTX9Xi9sQKQg9M {
    display: flex;
    flex-direction: column;
    margin-left: 4rem;
    margin-right: 4rem;
    min-height: 500px;
    text-align: center
}

.OOJ5gEWTX9Xi9sQKQg9M .z4dHqSKFc75wwnVI7AIM {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    justify-content: space-around
}

.OOJ5gEWTX9Xi9sQKQg9M .z4dHqSKFc75wwnVI7AIM .kxLHTUpPtiTkT4ucfEj5 {
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    padding: 5px 10px;
    width: 100%
}

.OOJ5gEWTX9Xi9sQKQg9M .z4dHqSKFc75wwnVI7AIM [placeholder]:focus::-webkit-input-placeholder {
    opacity: 1;
    text-indent: -100%;
    -webkit-transition: text-indent .4s ease .4s;
    transition: text-indent .4s ease .4s
}

.OOJ5gEWTX9Xi9sQKQg9M .z4dHqSKFc75wwnVI7AIM .Xz8O5OqcKslapQIjKuGU {
    margin: auto
}

.OOJ5gEWTX9Xi9sQKQg9M .z4dHqSKFc75wwnVI7AIM .IGv2p7ZfZZ1MmHA6S0v7 {
    margin-left: 4rem
}

.OOJ5gEWTX9Xi9sQKQg9M .z4dHqSKFc75wwnVI7AIM .bcY48ftWJ5PdtQti6jpt {
    opacity: 70%
}

.OOJ5gEWTX9Xi9sQKQg9M .uhImAOLZN1I1D41CrQGa {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.P5nyg0IYX6zb_0jnY1Xq {
    background-color: #fdfdf9;
    border: 1px solid #dddcd4;
    border-radius: 10px;
    display: block;
    font-size: .75em;
    margin-top: 10px;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 300px;
    z-index: 100
}

.P5nyg0IYX6zb_0jnY1Xq h4 {
    color: #000;
    cursor: text
}

.P5nyg0IYX6zb_0jnY1Xq .B5TbNb4apaMFoLiYIy1h {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px
}

.P5nyg0IYX6zb_0jnY1Xq .B5TbNb4apaMFoLiYIy1h a,
.P5nyg0IYX6zb_0jnY1Xq .B5TbNb4apaMFoLiYIy1h h4 {
    font-size: 18px
}

.P5nyg0IYX6zb_0jnY1Xq .t8jMlm48qx7dMa7e7k20 {
    align-items: center;
    display: flex;
    font-size: 16px !important;
    padding-bottom: 10px;
    vertical-align: middle !important
}

.P5nyg0IYX6zb_0jnY1Xq .t8jMlm48qx7dMa7e7k20 span {
    cursor: text;
    padding-left: 15px;
    vertical-align: text-bottom !important
}

.P5nyg0IYX6zb_0jnY1Xq .t8jMlm48qx7dMa7e7k20 input {
    height: 1em
}

.P5nyg0IYX6zb_0jnY1Xq .Mt5P1YAcj_pQkyUYg1W3 a {
    margin-left: 4px;
    position: relative;
    top: -3px
}

.P5nyg0IYX6zb_0jnY1Xq .CI_kVQkWrpQoAcmyTUo5 {
    cursor: pointer;
    font-size: 12px
}

.nDo9s3naYhu5Bq9oGtP1 {
    margin-right: -34px;
    right: 50%
}

.NZPpkNEwwoVEfw8ra6BJ {
    left: 50%;
    margin-left: -34px
}

.P5nyg0IYX6zb_0jnY1Xq div:before {
    background: #fdfdf9;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    top: -8px;
    transform: rotate(45deg);
    width: 14px;
    z-index: 100
}

.NZPpkNEwwoVEfw8ra6BJ div:before {
    left: 24px;
    z-index: 100
}

.wZiSrRLyvsflf6vNZ6m6 div:before {
    right: calc(50% - 10px)
}

.nDo9s3naYhu5Bq9oGtP1 div:before {
    right: 24px
}

.fbJ1sfpvII6aBQNXN_CA {
    border-top: 1px solid #000;
    padding-top: 1px
}

@media(max-width:519px) {
    .P5nyg0IYX6zb_0jnY1Xq {
        left: 0
    }
    .wZiSrRLyvsflf6vNZ6m6 div:before {
        left: 40px;
        right: auto
    }
}

.Eupq2hOvmBxWDdK0DVuF {
    display: flex;
    flex-direction: row
}

.kBwNLndTOqAF_R9PwaWj {
    display: flex;
    flex-direction: column
}

.TOFk8Ew2STPVS6JoGh_m {
    flex: 1 1
}

.qXlGgofnftipyN72lIXg {
    justify-content: center
}

.Cie6SQSzwvXEy3T09mhB {
    align-items: center
}

.KhuqMSg25QtoZP9WVdM5 {
    justify-content: space-between
}

.R8gtWMqDTf4_z6DNXvU5 {
    display: flex;
    flex-wrap: wrap
}

.cK7bzFxvFB9Nwf9WWTA0 {
    background: #e6e6dd;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-size: 10px;
    font-weight: 200;
    height: auto;
    letter-spacing: .1em;
    line-height: 12px;
    margin-bottom: .6em;
    margin-right: .6em;
    padding: 4px 10px;
    text-transform: uppercase
}

.cK7bzFxvFB9Nwf9WWTA0>svg {
    color: #e36d35;
    display: inline-block !important;
    font-size: 15px;
    margin-bottom: -2px;
    margin-left: -6px;
    margin-top: -3px;
    padding-right: 2px;
    vertical-align: -.125em !important
}

.cK7bzFxvFB9Nwf9WWTA0:hover {
    background: #e6e6dd;
    color: #000;
    color: initial
}

.Zk6Os3Qt9azEqM5_iTFF {
    display: flex;
    flex-direction: column;
    font-weight: 200;
    justify-content: flex-start;
    line-height: normal
}

.Zk6Os3Qt9azEqM5_iTFF .hX6lUpXnbRE8pQz_z2u3 .R2c8khgiBhTYmb6yJEs8 {
    height: 4px;
    margin: 10px 14px
}

.Zk6Os3Qt9azEqM5_iTFF .hX6lUpXnbRE8pQz_z2u3 .R2c8khgiBhTYmb6yJEs8 div[data-handle] {
    height: 16px;
    right: -11px;
    top: -6px;
    width: 26px
}

.Zk6Os3Qt9azEqM5_iTFF .hX6lUpXnbRE8pQz_z2u3 .R2c8khgiBhTYmb6yJEs8 div[data-handle]:after,
.Zk6Os3Qt9azEqM5_iTFF .hX6lUpXnbRE8pQz_z2u3 .R2c8khgiBhTYmb6yJEs8 div[data-handle]:before {
    background: #e8e7e6;
    content: "";
    display: block;
    height: 7px;
    left: 10px;
    position: absolute;
    top: 3px;
    width: 1px
}

.Zk6Os3Qt9azEqM5_iTFF .hX6lUpXnbRE8pQz_z2u3 .R2c8khgiBhTYmb6yJEs8 div[data-handle]:after {
    left: 13px
}

.Zk6Os3Qt9azEqM5_iTFF .hX6lUpXnbRE8pQz_z2u3 input {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 7px;
    padding: 6px 10px;
    width: 100%
}

.Zk6Os3Qt9azEqM5_iTFF .hX6lUpXnbRE8pQz_z2u3 input:not([type=checkbox]) {
    background-color: #efefe8
}

.Zk6Os3Qt9azEqM5_iTFF .hX6lUpXnbRE8pQz_z2u3 input[type=checkbox]:focus {
    --tw-ring-color: transparent
}

.Zk6Os3Qt9azEqM5_iTFF .WCP5Qxuz7c4yhCB6J4Bw {
    opacity: .1;
    pointer-events: none
}

.Zk6Os3Qt9azEqM5_iTFF button.yufytCHhgKMzWaRMV9oa {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0
}

.Zk6Os3Qt9azEqM5_iTFF .nS1AGjPNcOTXG6cQbAYk {
    background-color: rgba(0, 0, 0, .4);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2000
}

.Zk6Os3Qt9azEqM5_iTFF .nS1AGjPNcOTXG6cQbAYk.I9mykzweLXCdpdtqhNMk {
    display: block
}

.Zk6Os3Qt9azEqM5_iTFF .j4LrmxNf7WAHvpRGhBio,
.Zk6Os3Qt9azEqM5_iTFF .q1vdpoLtJkwUT8jN22K2 {
    background-color: #fdfdf8;
    border: 1px solid #c6c6c6
}

.Zk6Os3Qt9azEqM5_iTFF .q1vdpoLtJkwUT8jN22K2 {
    border-radius: 8px;
    overflow: hidden
}

.Zk6Os3Qt9azEqM5_iTFF .c3PEQn9hYbs81PsIhs8o {
    margin-bottom: 25px
}

.Zk6Os3Qt9azEqM5_iTFF .j4LrmxNf7WAHvpRGhBio {
    border-top: 0;
    bottom: 0;
    left: 0;
    max-width: 80vw;
    padding: 10px 20px;
    position: fixed;
    width: 100%;
    z-index: 2001
}

.Zk6Os3Qt9azEqM5_iTFF .j4LrmxNf7WAHvpRGhBio:before {
    background: linear-gradient(180deg, hsla(60, 56%, 98%, 0), #fdfdf8);
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    top: -20px
}

.Zk6Os3Qt9azEqM5_iTFF .c3PEQn9hYbs81PsIhs8o button,
.Zk6Os3Qt9azEqM5_iTFF .j4LrmxNf7WAHvpRGhBio button {
    background-color: #fdfdf8;
    border: 1px solid #c6c6c6;
    border-radius: 7px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    padding: 5px 10px;
    width: 100%
}

.Zk6Os3Qt9azEqM5_iTFF .tfPeMdoIi3vMpglS70hJ {
    margin-bottom: 25px;
    padding: 20px
}

.Zk6Os3Qt9azEqM5_iTFF .tfPeMdoIi3vMpglS70hJ input[type=text] {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    line-height: normal;
    padding: 10px;
    width: 100%
}

.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s {
    border-radius: 0;
    bottom: 0;
    left: 0;
    letter-spacing: .01em;
    margin: 0;
    max-width: 80vw;
    min-height: 100%;
    overflow-y: auto;
    padding: 20px 20px 100px;
    position: absolute;
    right: 0;
    top: 0
}

.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s .t3DC_Sm8CsnvgPxj3271 {
    border-bottom: 1px solid #979797;
    height: 0;
    margin: 20px 0
}

.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s .hX6lUpXnbRE8pQz_z2u3 {
    position: relative
}

.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s .hX6lUpXnbRE8pQz_z2u3,
.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s .hX6lUpXnbRE8pQz_z2u3 .iFFzDB_kifA_KgWdCfms,
.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s .hX6lUpXnbRE8pQz_z2u3 input[type=text] {
    font-size: 13px;
    line-height: 1em
}

.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s .hX6lUpXnbRE8pQz_z2u3.ekfqTDEBoDUGRoVdZSaj h4 {
    margin-bottom: 0
}

.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s .hX6lUpXnbRE8pQz_z2u3:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s .hX6lUpXnbRE8pQz_z2u3 .iFFzDB_kifA_KgWdCfms,
.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s .hX6lUpXnbRE8pQz_z2u3 .wFMmHIyWKCYOnrsVb3Yq,
.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s .hX6lUpXnbRE8pQz_z2u3 h4,
.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s .hX6lUpXnbRE8pQz_z2u3 label {
    font-weight: 200
}

.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s .hX6lUpXnbRE8pQz_z2u3 h4 {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    padding-right: 28px
}

.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s .hX6lUpXnbRE8pQz_z2u3 .QaCG8Aziq_ShTILDLvu3 {
    color: #d8d8d8;
    cursor: pointer;
    font-size: 18px;
    padding: 3px 6px;
    position: absolute;
    right: 0;
    top: 0
}

.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s .hX6lUpXnbRE8pQz_z2u3 label {
    color: #323232;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative
}

.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s .hX6lUpXnbRE8pQz_z2u3 label>* {
    cursor: pointer
}

.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s .hX6lUpXnbRE8pQz_z2u3 label.p_r1ekESGH1RrdT7SG0l {
    margin-left: 20px
}

.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s .hX6lUpXnbRE8pQz_z2u3 label input[type=checkbox],
.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s .hX6lUpXnbRE8pQz_z2u3 label input[type=radio] {
    height: 20px;
    margin: 0 0 0 -25px;
    position: absolute;
    width: 20px
}

.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s .hX6lUpXnbRE8pQz_z2u3 label button {
    margin-right: 5px
}

.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s .hX6lUpXnbRE8pQz_z2u3 label .kDk5YTe91E0cXGa1PiRj {
    background-color: #efefe8;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #555;
    font-size: 85%;
    margin-left: 5px;
    padding: 2px 4px
}

.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s .hX6lUpXnbRE8pQz_z2u3 label .xw1hqdO3ySbtKSN30SV4 {
    color: #afafaf;
    width: 10px
}

.Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s .hX6lUpXnbRE8pQz_z2u3 .wFMmHIyWKCYOnrsVb3Yq {
    font-size: 13px;
    text-decoration: underline
}

.Zk6Os3Qt9azEqM5_iTFF .WsCtekLLSa6fUdhCtRCU {
    margin-bottom: -5px;
    margin-top: 10px
}

.Zk6Os3Qt9azEqM5_iTFF .WsCtekLLSa6fUdhCtRCU .VsqGNKJ7bDiu7qGxo8ml {
    border: 1px solid #d3d3d3;
    border-radius: 16px;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px 12px
}

.Zk6Os3Qt9azEqM5_iTFF .WsCtekLLSa6fUdhCtRCU .VsqGNKJ7bDiu7qGxo8ml button {
    margin-left: 7px
}

.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ a.Ksv0Tjn4h97KzWR9kwU3,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ a.WxyYeI15LZ5U_DOM0z8F,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ a.cBacSASYCTSF1BeOCv1v {
    font-weight: 200
}

.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ a.Ksv0Tjn4h97KzWR9kwU3:hover,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ a.WxyYeI15LZ5U_DOM0z8F:hover,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ a.cBacSASYCTSF1BeOCv1v:hover {
    background-color: #f1f1ed;
    color: #000;
    text-decoration: none;
    transition: none
}

.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ a.Ksv0Tjn4h97KzWR9kwU3:active,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ a.Ksv0Tjn4h97KzWR9kwU3:focus,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ a.WxyYeI15LZ5U_DOM0z8F:active,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ a.WxyYeI15LZ5U_DOM0z8F:focus,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ a.cBacSASYCTSF1BeOCv1v:active,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ a.cBacSASYCTSF1BeOCv1v:focus {
    background-color: #fdfdf8;
    color: #000;
    text-decoration: none;
    transition: none
}

.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .Ksv0Tjn4h97KzWR9kwU3 {
    flex-flow: column nowrap
}

.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .WxyYeI15LZ5U_DOM0z8F,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .cBacSASYCTSF1BeOCv1v {
    flex-flow: row nowrap;
}

.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .Ksv0Tjn4h97KzWR9kwU3,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .WxyYeI15LZ5U_DOM0z8F,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .cBacSASYCTSF1BeOCv1v {
    align-items: center;
    background-color: #fdfdf8;
    color: #000;
    display: flex;
   
    font-size: 18px;
    line-height: 1.6;
    padding: 20px;
    position: relative
}

.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .Ksv0Tjn4h97KzWR9kwU3:first-of-type,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .WxyYeI15LZ5U_DOM0z8F:first-of-type,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .cBacSASYCTSF1BeOCv1v:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .Ksv0Tjn4h97KzWR9kwU3:last-of-type,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .WxyYeI15LZ5U_DOM0z8F:last-of-type,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .cBacSASYCTSF1BeOCv1v:last-of-type {
    border-bottom: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .Ksv0Tjn4h97KzWR9kwU3.cONIIWwRyO_DbMyBDCya,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .WxyYeI15LZ5U_DOM0z8F.cONIIWwRyO_DbMyBDCya,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .cBacSASYCTSF1BeOCv1v.cONIIWwRyO_DbMyBDCya {
    opacity: .6
}

.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .Ksv0Tjn4h97KzWR9kwU3.cONIIWwRyO_DbMyBDCya:after,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .WxyYeI15LZ5U_DOM0z8F.cONIIWwRyO_DbMyBDCya:after,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .cBacSASYCTSF1BeOCv1v.cONIIWwRyO_DbMyBDCya:after {
    content: "hidden";
    font-size: 300%;
    opacity: .2;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(50%) rotate(25deg)
}

.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .Ksv0Tjn4h97KzWR9kwU3 .iMpSCxFbR3BWj9uL4cVh>img,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .WxyYeI15LZ5U_DOM0z8F .iMpSCxFbR3BWj9uL4cVh>img,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .cBacSASYCTSF1BeOCv1v .iMpSCxFbR3BWj9uL4cVh>img {
    height: 210px
}

.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .Ksv0Tjn4h97KzWR9kwU3 .CBY8yVfV0he1Zbv9Zwjx,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .Ksv0Tjn4h97KzWR9kwU3 .DKZzXriarcu0H42kqq58,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .WxyYeI15LZ5U_DOM0z8F .CBY8yVfV0he1Zbv9Zwjx,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .WxyYeI15LZ5U_DOM0z8F .DKZzXriarcu0H42kqq58,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .cBacSASYCTSF1BeOCv1v .CBY8yVfV0he1Zbv9Zwjx,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .cBacSASYCTSF1BeOCv1v .DKZzXriarcu0H42kqq58 {
    font-weight: 700;
    margin-right: 10px
}

.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .Ksv0Tjn4h97KzWR9kwU3 .eKDwirBf1zBn7I5MGAOb,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .WxyYeI15LZ5U_DOM0z8F .eKDwirBf1zBn7I5MGAOb,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .cBacSASYCTSF1BeOCv1v .eKDwirBf1zBn7I5MGAOb {
    font-size: 12px;
    margin-right: 10px
}

.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .Ksv0Tjn4h97KzWR9kwU3 .OCTUb4j7DGmBqnUsAzVD,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .WxyYeI15LZ5U_DOM0z8F .OCTUb4j7DGmBqnUsAzVD,
.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .cBacSASYCTSF1BeOCv1v .OCTUb4j7DGmBqnUsAzVD {
    font-size: 16px
}
.contain{
    display: flex;
    flex-direction: row;
}

.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .cBacSASYCTSF1BeOCv1v .vZN6MlWQAZW_E89xB1bI {
    align-self: flex-start
}

.Zk6Os3Qt9azEqM5_iTFF .dsStC1AzZueqISZqfHLZ .M7MmcQpJ83qKNkGrwGyw {
    padding: 20px;
    text-align: center
}

.Zk6Os3Qt9azEqM5_iTFF .XDx1u99BGLHPJBO_LPs4 {
    color: #4e4e4e;
    font-size: 14px;
    margin-bottom: 8px;
    text-align: left
}

.Zk6Os3Qt9azEqM5_iTFF .ZMfqe4sAIbOrr60d36hU {
    padding-top: 44px;
    text-align: center
}

.Zk6Os3Qt9azEqM5_iTFF .ZMfqe4sAIbOrr60d36hU button {
    background-color: #fdfdf8;
    border: 1px solid #c3c3b7;
    border-radius: 6px;
    color: #1e1e1e;
    margin-top: 24px;
    padding: 12px 10px
}

@media only screen and (min-width:640px) {
    .Zk6Os3Qt9azEqM5_iTFF {
        flex-direction: row
    }
    .Zk6Os3Qt9azEqM5_iTFF .nS1AGjPNcOTXG6cQbAYk {
        background-color: transparent;
        display: block;
        flex-shrink: 0;
        margin-right: 25px;
        max-width: 300px;
        min-width: 300px;
        position: static;
        width: 300px;
        z-index: auto
    }
    .Zk6Os3Qt9azEqM5_iTFF .UzdOssTgtlpjmaMUbghW {
        flex-grow: 1
    }
    .Zk6Os3Qt9azEqM5_iTFF .CWNIxCBHcFak8KrWa08s {
        border-radius: 8px;
        bottom: auto;
        left: auto;
        max-width: none;
        min-height: none;
        overflow-y: visible;
        padding: 20px;
        position: static;
        right: auto;
        top: auto
    }
    .Zk6Os3Qt9azEqM5_iTFF .j4LrmxNf7WAHvpRGhBio {
        display: none;
        z-index: auto
    }
    .Zk6Os3Qt9azEqM5_iTFF .c3PEQn9hYbs81PsIhs8o {
        display: none
    }
}

@media only screen and (max-width:639.9px) {
    .XNXlBF1jLDczjAoB12VO {
        overflow: hidden !important
    }
    .XNXlBF1jLDczjAoB12VO .no-scroll-behind {
        z-index: 0
    }
}

.OniwpeVK0NUvzd6Fu_L0 .q1vdpoLtJkwUT8jN22K2 {
    overflow: visible !important
}

.aV6YkfhpnhMCkhUomyH3 {
    max-height: 200px;
    min-height: 120px;
    overflow-y: scroll
}

.aV6YkfhpnhMCkhUomyH3::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px
}

.aV6YkfhpnhMCkhUomyH3::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 4px;
    -webkit-box-shadow: 0 0 1px hsla(0, 0%, 100%, .5)
}

.cBacSASYCTSF1BeOCv1v .ZkM8ZPK6TCxyk42YEo1g {
    align-self: flex-start
}

.cBacSASYCTSF1BeOCv1v .Ji3foCfWzzSOyUv5aMdW {
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 100%;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 22px;
    font-weight: 100;
    height: 100%;
    justify-content: center;
    letter-spacing: .1em;
    width: 100%
}

.cBacSASYCTSF1BeOCv1v .SKlJtrODsmk9ntSqbahH {
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
    max-width: 80%
}

.cBacSASYCTSF1BeOCv1v .eeHbhfLwPu9pipvs3SLS {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100%;
    height: 100%;
    width: 100%
}

.cBacSASYCTSF1BeOCv1v .f_HPUK6sIvI7tOOMNiUA {
    background: #e2e2da;
    border-radius: 4px;
    color: #6c6c6c;
    display: inline-block;
    font-weight: 400;
    margin-right: 8px;
    padding: 4px 6px
}

.cBacSASYCTSF1BeOCv1v .f_HPUK6sIvI7tOOMNiUA .B8gIH63rVhdYW6sn2WkV {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-size: 12px
}

.cBacSASYCTSF1BeOCv1v .f_HPUK6sIvI7tOOMNiUA .B8gIH63rVhdYW6sn2WkV .Im8yPMbkV1HOG9RKe0gh {
    background: #949494;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    margin-left: 5px;
    min-width: 16px;
    padding: 4px;
    text-align: center
}

.cBacSASYCTSF1BeOCv1v .VBJ1Y8AO352AlRo6G6yc {
    background: #fbe9ec;
    color: #b22222
}

.cBacSASYCTSF1BeOCv1v .VBJ1Y8AO352AlRo6G6yc.Hs82yhH_7GhMwn9NxrEG {
    background: #b22222;
    color: #fbe9ec
}

.dFnW_M3tY8rurTUP2HRM {
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1
}

.dFnW_M3tY8rurTUP2HRM .DV9lccE37ybxkMJAZ0Yg {
    align-items: center;
    background: #fbe9ec;
    color: #b22222;
    display: flex;

    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    padding: 10px 30px;
    width: 100%
}

.dFnW_M3tY8rurTUP2HRM .DV9lccE37ybxkMJAZ0Yg button {
    background: #b22222;
    border: none;
    border-radius: 8px;
    color: #fff;
    margin-left: 10px;
    padding: 5px 20px
}

.dFnW_M3tY8rurTUP2HRM .DV9lccE37ybxkMJAZ0Yg button._vKr0rfbFW0be4sKte5v {
    opacity: .3;
    pointer-events: none
}

.dFnW_M3tY8rurTUP2HRM .DV9lccE37ybxkMJAZ0Yg .jdqKI4ZAvW8DXhf_pALR {
    cursor: pointer;
    font-size: 30px;
    font-weight: 600
}

.dFnW_M3tY8rurTUP2HRM .ydv4ppkG7XorFiPMkwF2 {
    background: #f7cccc;
    display: flex;
    justify-content: center;
    padding: 10px 15px
}

.dFnW_M3tY8rurTUP2HRM .ydv4ppkG7XorFiPMkwF2 .bgxAAMRBEvw2N0Ft2l70 {
    background: #fff;
    border: 1px solid #b22222;
    border-radius: 4px;
    color: #b22222;
 
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
    padding: 4px 8px
}

.dFnW_M3tY8rurTUP2HRM .ydv4ppkG7XorFiPMkwF2 .bgxAAMRBEvw2N0Ft2l70 div:nth-of-type(2) {
    cursor: pointer;
    margin-left: 10px
}

.Ksv0Tjn4h97KzWR9kwU3 .T_HRGwV2NvNo0uqp3gfY {
    align-items: center;
    display: flex;
    margin-bottom: 36px;
    width: 100%
}

.Ksv0Tjn4h97KzWR9kwU3 .T_HRGwV2NvNo0uqp3gfY .s35WC_Z78RSn1iPC94aO {
    display: flex
}

.Ksv0Tjn4h97KzWR9kwU3 .T_HRGwV2NvNo0uqp3gfY .AlHGueeuO17h7PetD8DG h3 {
    font-size: 18px;
    font-weight: 700
}

.Ksv0Tjn4h97KzWR9kwU3 .VvklEpC71OnFKTCf8RKI {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%
}

.Ksv0Tjn4h97KzWR9kwU3 .VvklEpC71OnFKTCf8RKI>div {
    margin-right: 20px
}

.Ksv0Tjn4h97KzWR9kwU3 .LMotNJ3mebjGBY8Nl2dm {
    max-height: 200px;
    overflow-y: hidden;
    position: relative;
    text-align: left;
    width: 100%
}

.Ksv0Tjn4h97KzWR9kwU3 .LMotNJ3mebjGBY8Nl2dm h1,
.Ksv0Tjn4h97KzWR9kwU3 .LMotNJ3mebjGBY8Nl2dm h2,
.Ksv0Tjn4h97KzWR9kwU3 .LMotNJ3mebjGBY8Nl2dm h3,
.Ksv0Tjn4h97KzWR9kwU3 .LMotNJ3mebjGBY8Nl2dm h4,
.Ksv0Tjn4h97KzWR9kwU3 .LMotNJ3mebjGBY8Nl2dm h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 5px
}

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

.Ksv0Tjn4h97KzWR9kwU3 .vdUoxZ7OJO6eFIFkqQN8 {
    background-image: linear-gradient(180deg, hsla(60, 56%, 98%, 0), hsla(60, 56%, 98%, .98));
    bottom: 0;
    display: block;
    height: 100px;
    padding: -20px;
    position: absolute;
    width: 100%
}

.Ksv0Tjn4h97KzWR9kwU3:hover .vdUoxZ7OJO6eFIFkqQN8 {
    background-image: linear-gradient(180deg, hsla(60, 12%, 94%, 0), hsla(60, 12%, 94%, .98))
}

.Ksv0Tjn4h97KzWR9kwU3:hover .mZ4BIS9QzBgLLARvACDr {
    background-color: #f1f1ed
}

.Ksv0Tjn4h97KzWR9kwU3:hover .mZ4BIS9QzBgLLARvACDr .hGkzsvJUHAeAVD36jdIl {
    background-color: #d8d8d8
}

@media only screen and (max-width:900px) {
    .Ksv0Tjn4h97KzWR9kwU3 .VvklEpC71OnFKTCf8RKI {
        display: none
    }
    .Ksv0Tjn4h97KzWR9kwU3 .s35WC_Z78RSn1iPC94aO {
        width: 30%
    }
    .Ksv0Tjn4h97KzWR9kwU3 .AlHGueeuO17h7PetD8DG {
        width: 70%
    }
}

.sjsUhGSmlfk8myvVptRV {
    margin-right: 20px
}

.sjsUhGSmlfk8myvVptRV,
.sjsUhGSmlfk8myvVptRV>img {
    background-color: #efefe8;
    border-radius: 100%;
    height: 78px;
    width: 78px
}

.C_UZV5NvBs8V3ANHGSVs .cK7bzFxvFB9Nwf9WWTA0:hover {
    background: #dfdfdf;

}

.history-log table td {
    border: 1px solid #999;
    min-width: 35px;
    padding: 5px;
    vertical-align: top
}

.history-log table td.new,
.history-log table td.old {
    word-break: break-all
}

.history-log table .created_at {
    white-space: nowrap
}

@media only screen and (max-width:640px) {
    .history-log table,
    .history-log tbody,
    .history-log td,
    .history-log th,
    .history-log thead,
    .history-log tr {
        display: block
    }
    .history-log thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px
    }
    .history-log tr {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc
    }
    .history-log tr.full {
        border-top: 1px solid #ccc;
        margin-top: 10px
    }
    .history-log tr.last {
        border-bottom: 1px solid #ccc
    }
    .history-log table td {
        border: none;
        border-bottom: 1px solid #eee;
        margin-left: 80px;
        position: relative
    }
    .history-log td:before {
        font-weight: 700;
        margin-left: -80px;
        position: absolute
    }
    .history-log td:first-of-type:before {
        content: "Changed"
    }
    .history-log td:nth-of-type(2):before {
        content: "Old"
    }
    .history-log td:nth-of-type(3):before {
        content: "New"
    }
    .history-log tr.full td:first-of-type:before {
        content: "What"
    }
    .history-log tr.full td:nth-of-type(2):before {
        content: "When"
    }
    .history-log tr.full td:nth-of-type(3):before {
        content: "Who"
    }
    .history-log tr.full td:nth-of-type(4):before {
        content: "Changed"
    }
    .history-log tr.full td:nth-of-type(5):before {
        content: "Old"
    }
    .history-log tr.full td:nth-of-type(6):before {
        content: "New"
    }
}

.seXWA5ycA4Tdeet_qN81 {
    display: flex;
    padding: 0;
    position: relative
}

.seXWA5ycA4Tdeet_qN81 .by8Sl01lkjzmRYxHKqvs {
    align-items: center;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    display: inline-flex;
    margin-top: 5px;
    outline: none;
    overflow: hidden;
    padding: 0
}

.seXWA5ycA4Tdeet_qN81 .by8Sl01lkjzmRYxHKqvs .Lu6FWKSrOiPBMGGGxpJH {
    margin-left: -4px
}

.seXWA5ycA4Tdeet_qN81 .TvAwRVr8kDPtem6P3Fmf {
    display: flex;
    justify-content: flex-start;
    min-width: 1.75em
}

.seXWA5ycA4Tdeet_qN81 .TvAwRVr8kDPtem6P3Fmf svg {
    height: 1em;
    width: 1em
}

.noUi-connect {
    background: #7dbeeb
}

html body.articles {
    color: #4c4c4c;
    line-height: 1.8
}



html body.articles table {
    table-layout: fixed;
    width: 100%
}

html body.articles table td,
html body.articles table th {
    border: 1px solid #000;
    padding: 20px
}

html body.articles .article-page {
    margin-left: auto;
    margin-right: auto
}

html body.articles .article-page .article-container {
    display: flex;
    margin-left: 30px;
    margin-top: 40px
}

html body.articles .article-page .article-container .circle-parent {
    display: none;
    height: 0;
    padding: 0 0 100%;
    position: absolute;
    width: 100%;
    z-index: -2
}


html body.articles .article-page .article-container .circle-parent .left-circle,
html body.articles .article-page .article-container .circle-parent .right-circle {
    height: 100%;
    position: absolute;
    width: 100%
}

html body.articles .article-page .article-container .circle-parent .left-circle {
    left: -50%;
    top: -95%
}

html body.articles .article-page .article-container .circle-parent .right-circle {
    right: -50%;
    top: -95%
}

html body.articles .article-page .article-container .article-nav {
    align-self: flex-start;
    margin-right: 10px;
    max-height: 90vh;
    max-width: 325px;
    min-width: 300px;
    overflow-y: auto;
    position: sticky;
    top: 60px
}

html body.articles .article-page .article-container .article-nav .kb-link i,
html body.articles .article-page .article-container .article-nav .opener i {
    margin-left: -1.28571429em;
    text-align: center;
    width: 1.28571429em
}

html body.articles .article-page .article-container .article-nav .kb-link {
    margin-bottom: -20px;
    margin-left: 5px;
    margin-top: 5px
}

html body.articles .article-page .article-container .article-nav input {
    -webkit-appearance: none;
    border: 1px solid #dedede;
    border-radius: 4px;
    font-size: 16px;
    padding: 5px 10px
}

html body.articles .article-page .article-container .article-nav .hide-wide {
    display: none
}

html body.articles .article-page .article-container .article-nav h1 div.item a {

    font-size: 24px;
    font-weight: 700
}

html body.articles .article-page .article-container .article-nav h1 div.item a i {
    display: none
}

html body.articles .article-page .article-container .article-nav>div>div.item>.bubble {
    margin: 4px 0
}

html body.articles .article-page .article-container .article-nav>div>div.item>.bubble>a {
    font-weight: 700
}

html body.articles .article-page .article-container .article-nav div.item div.item {
    margin-left: 20px
}

html body.articles .article-page .article-container .article-nav div.item .bubble {
    padding: 5px
}

html body.articles .article-page .article-container .article-nav div.item a {
    color: #545454;
    font-size: 16px
}

html body.articles .article-page .article-container .article-nav div.item a:hover {
    text-decoration: underline
}

html body.articles .article-page .article-container .article-nav div.item.selected>.bubble>a,
html body.articles .article-page .article-container .article-nav div.item>.bubble>.bubble.placeholder {
    color: #2e8ccf;
    font-weight: 700
}

html body.articles .article-page .article-container .article-nav div.item.reordering i {
    color: #545454;
    margin-right: 3px;
    margin-top: 2px
}

html body.articles .article-page .article-container .article-nav div.item.reordering i:hover {
    color: #2e8ccf
}

html body.articles .article-page .article-container .article-nav div.item.reordering:first-child i.fa-arrow-up,
html body.articles .article-page .article-container .article-nav div.item.reordering:last-child i.fa-arrow-down {
    cursor: none;
    pointer-events: none;
    visibility: hidden
}

html body.articles .article-page .article-container .content {
    font-size: 18px;
    margin-left: 0;
    margin-right: 20px;
    max-width: 640px
}

html body.articles .article-page .article-container .content .contents {
    background-color: #fdfdf8;
    border: 1px solid #c3c3b7;
    border-radius: 5px;
    display: table;
    margin-top: 25px;
    padding: 10px 20px 5px
}

html body.articles .article-page .article-container .content .contents details {
    cursor: pointer
}

html body.articles .article-page .article-container .content .contents summary {
    display: list-item
}

html body.articles .article-page .article-container .content .contents li {
    margin-bottom: 0
}

html body.articles .article-page .article-container .content .alert .field {
    text-transform: capitalize
}

html body.articles .article-page .article-container .content h1,
html body.articles .article-page .article-container .content h2,
html body.articles .article-page .article-container .content h3 {
    margin-bottom: 10px;
    margin-top: 20px
}

html body.articles .article-page .article-container .content h1 {
    font-size: 48px;
    line-height: 1.1em;
    margin-bottom: 1em
}

html body.articles .article-page .article-container .content h2 {
    font-size: 28px
}

html body.articles .article-page .article-container .content h3 {
    font-size: 18px
}

html body.articles .article-page .article-container .content p {
    margin-bottom: 30px;
    margin-top: 5px
}

html body.articles .article-page .article-container .content p+ol,
html body.articles .article-page .article-container .content p+ul {
    margin-top: -20px
}

html body.articles .article-page .article-container .content li p+ol,
html body.articles .article-page .article-container .content li p+ul {
    margin-top: 0
}

html body.articles .article-page .article-container .content li,
html body.articles .article-page .article-container .content p {
    line-height: 1.5em
}

html body.articles .article-page .article-container .content ol {
    padding-left: 40px
}

html body.articles .article-page .article-container .content ol li,
html body.articles .article-page .article-container .content ul li {
    margin-bottom: 10px
}

html body.articles .article-page .article-container .content ol p,
html body.articles .article-page .article-container .content ul p {
    margin: 0
}

html body.articles .article-page .article-container .content table td {
    border: 1px solid #aaa;
    padding: .2em 1em
}

html body.articles .article-page .article-container .content table td p {
    margin-top: 10px
}

html body.articles .article-page .article-container .content img {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 100%
}

html body.articles .article-page .article-container .content .next-section {
    margin-top: 60px;
    text-align: right
}

html body.articles .article-page .article-container .content .next-section a {
    display: block;
    margin-top: 10px
}

html body.articles .article-page .article-container .content input.full {
    line-height: 1em;
    padding: 5px;
    width: 100%
}

html body.articles .article-page .article-container .content .sticky-controls {
    bottom: 0;
    position: sticky
}

html body.articles .article-page .article-container .content .controls {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 15px;
    z-index: 1
}

html body.articles .article-page .article-container .content .control,
html body.articles .article-page .article-container .content .history-log {
    font-size: 14px;
    line-height: normal
}

html body.articles .article-page .article-container .content .control .aa-input {
    max-width: none
}

html body.articles .article-page .article-container .content .control .algolia-autocomplete {
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: -5px
}

html body.articles .article-page .article-container .content .control a,
html body.articles .article-page .article-container .content .control select {
    margin: 0 10px
}

html body.articles .article-page .article-container .content .control a.categories,
html body.articles .article-page .article-container .content .control select.categories {
    height: 200px
}

html body.articles .article-page .article-container .content .control button,
html body.articles .article-page .article-container .content .control input {
    line-height: normal
}

html body.articles .article-page .article-container .content .control label {
    margin-right: 5px
}

html body.articles .article-page .article-container .content .control.parent {
    display: flex
}

html body.articles .article-page .article-container .content .control.parent a {
    margin-left: 5px
}

html body.articles .article-page .article-container .content .control.parent .change {
    font-size: 10px;
    margin-top: 3px
}

html body.articles .article-page .article-container .content .control.parent label {
    margin-right: 5px
}

html body.articles .article-page .article-container .footer-links {
    margin-bottom: 60px
}

html body.articles .article-page .article-container .article-nav a.modify-link,
html body.articles .article-page .article-container .updated-at,
html body.articles .article-page .article-container a.modify-link {
    color: #545454;
 
    font-size: 14px
}

html body.articles .article-page .article-container .updated-at {
    font-style: italic;
    white-space: nowrap
}

html body.articles .article-page .article-container .article-nav a.modify-link,
html body.articles .article-page .article-container a.modify-link {
    margin-left: 10px;
    visibility: hidden
}

html body.articles .article-page .article-container .article-nav:hover a.modify-link,
html body.articles .article-page .article-container .content:hover a.modify-link {
    visibility: visible
}

html .ril__outer {
    background-color: hsla(0, 0%, 100%, .85)
}

@media(max-width:979px) {
    html body.articles.ycdc header nav {
        padding-bottom: 17px
    }
    html body.articles .article-page .article-container {
        flex-direction: column;
        margin-left: 0;
        margin-top: 15px
    }
    html body.articles .article-page .article-container .circle-parent {
        display: none !important
    }
    html body.articles .article-page .article-container .article-nav {
        background-color: #fdfdf8;
        border: 1px solid #c3c3b7;
        border-radius: 5px;
        margin-right: none;
        max-height: none;
        max-width: none;
        padding: 5px 20px;
        position: static
    }
    html body.articles .article-page .article-container .article-nav a.modify-link {
        visibility: visible
    }
    html body.articles .article-page .article-container .article-nav a {
        color: #3c3c3c;
        font-size: 16px
    }
    html body.articles .article-page .article-container .content {
        margin: 30px 30px 30px 0
    }
    html body.articles .article-page .article-container .content h1 {
        font-size: 36px
    }
    html body.articles .article-page .article-container .content h2 {
        font-size: 24px
    }
    html body.articles .article-page .article-container .content h3,
    html body.articles .article-page .article-container .content p {
        font-size: 18px
    }
}

body.articles.ycdc,
body.articles.ycdc2 {
    overflow-x: hidden
}

.container.jobs-review .article-page .article-container .article-nav .kb-link,
body.articles.ycdc .article-page .article-container .article-nav .kb-link,
body.articles.ycdc2 .article-page .article-container .article-nav .kb-link {
    display: none
}

.container.jobs-review .article-page .article-container .article-nav>h1>div.item>div.bubble,
body.articles.ycdc .article-page .article-container .article-nav>h1>div.item>div.bubble,
body.articles.ycdc2 .article-page .article-container .article-nav>h1>div.item>div.bubble {
    margin-top: 0;
    padding-top: 0
}

html body.articles.ycdc2 .article-page .article-container {
    margin-left: 0;
    margin-top: 0
}

html body.articles.ycdc2 .article-page ul {
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
    list-style-type: disc;
    margin-block-end: 1em;
    margin-block-start: 1em;
    margin-inline-end: 0;
    margin-inline-start: 0;
    padding-inline-start: 40px
}

html body.articles.ycdc2 .article-page ul ul {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    list-style-type: circle;
    margin-block-end: 0;
    margin-block-start: 0
}

.bookmark-button-row {
    display: flex;
    justify-content: flex-start;
    margin-top: -25px
}

.bookmark-button-row .bookmark-item-button {
    font-size: 1em;
    height: auto;
    margin-bottom: auto;
    margin-top: auto
}

.bookmark-button-row .bookmark-item-button svg {
    height: 1em
}

.bookmark-button-row .mark-as-read {
    align-items: center;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    display: inline-flex;
    margin-top: 5px;
    outline: none;
    overflow: hidden;
    padding: 0 12px 0 0
}

.bookmark-button-row .mark-as-read span {
    padding-left: 5px
}

.embed-container {
    height: 0;
    padding-bottom: 56.25%;
    position: relative
}

.embed-container iframe {
    border: 1px solid #ddd;
    height: 100%;
    left: 0;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    width: 100%
}

/*# sourceMappingURL=103-251684b6.css.map*/